stratosphere-apigateway-1.0.0: Stratosphere integration for AWS ApiGateway.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ApiGateway.Deployment

Documentation

data Deployment Source #

Instances

Instances details
ToJSON Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Show Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Eq Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

ToResourceProperties Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Property "DeploymentCanarySettings" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Associated Types

type PropertyType "DeploymentCanarySettings" Deployment 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "DeploymentCanarySettings" Deployment = DeploymentCanarySettingsProperty

Methods

set :: PropertyType "DeploymentCanarySettings" Deployment -> Deployment -> Deployment #

Property "Description" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Associated Types

type PropertyType "Description" Deployment 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "Description" Deployment = Value Text

Methods

set :: PropertyType "Description" Deployment -> Deployment -> Deployment #

Property "RestApiId" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Associated Types

type PropertyType "RestApiId" Deployment 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "RestApiId" Deployment = Value Text

Methods

set :: PropertyType "RestApiId" Deployment -> Deployment -> Deployment #

Property "StageDescription" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Associated Types

type PropertyType "StageDescription" Deployment 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Methods

set :: PropertyType "StageDescription" Deployment -> Deployment -> Deployment #

Property "StageName" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

Associated Types

type PropertyType "StageName" Deployment 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "StageName" Deployment = Value Text

Methods

set :: PropertyType "StageName" Deployment -> Deployment -> Deployment #

type PropertyType "DeploymentCanarySettings" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "DeploymentCanarySettings" Deployment = DeploymentCanarySettingsProperty
type PropertyType "Description" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "Description" Deployment = Value Text
type PropertyType "RestApiId" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "RestApiId" Deployment = Value Text
type PropertyType "StageDescription" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "StageName" Deployment Source # 
Instance details

Defined in Stratosphere.ApiGateway.Deployment

type PropertyType "StageName" Deployment = Value Text