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

Stratosphere.ApiGateway.Stage

Documentation

data Stage Source #

Constructors

Stage

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html

Fields

Instances

Instances details
ToJSON Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Show Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Methods

showsPrec :: Int -> Stage -> ShowS #

show :: Stage -> String #

showList :: [Stage] -> ShowS #

Eq Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Methods

(==) :: Stage -> Stage -> Bool #

(/=) :: Stage -> Stage -> Bool #

ToResourceProperties Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Property "AccessLogSetting" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "AccessLogSetting" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "AccessLogSetting" Stage = AccessLogSettingProperty

Methods

set :: PropertyType "AccessLogSetting" Stage -> Stage -> Stage #

Property "CacheClusterEnabled" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "CacheClusterEnabled" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "CacheClusterEnabled" Stage = Value Bool

Methods

set :: PropertyType "CacheClusterEnabled" Stage -> Stage -> Stage #

Property "CacheClusterSize" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "CacheClusterSize" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "CacheClusterSize" Stage = Value Text

Methods

set :: PropertyType "CacheClusterSize" Stage -> Stage -> Stage #

Property "CanarySetting" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "CanarySetting" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Methods

set :: PropertyType "CanarySetting" Stage -> Stage -> Stage #

Property "ClientCertificateId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "ClientCertificateId" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "ClientCertificateId" Stage = Value Text

Methods

set :: PropertyType "ClientCertificateId" Stage -> Stage -> Stage #

Property "DeploymentId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "DeploymentId" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "DeploymentId" Stage = Value Text

Methods

set :: PropertyType "DeploymentId" Stage -> Stage -> Stage #

Property "Description" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "Description" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "Description" Stage = Value Text

Methods

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

Property "DocumentationVersion" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "DocumentationVersion" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "DocumentationVersion" Stage = Value Text

Methods

set :: PropertyType "DocumentationVersion" Stage -> Stage -> Stage #

Property "MethodSettings" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "MethodSettings" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "MethodSettings" Stage = [MethodSettingProperty]

Methods

set :: PropertyType "MethodSettings" Stage -> Stage -> Stage #

Property "RestApiId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "RestApiId" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "RestApiId" Stage = Value Text

Methods

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

Property "StageName" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "StageName" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "StageName" Stage = Value Text

Methods

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

Property "Tags" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "Tags" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "Tags" Stage = [Tag]

Methods

set :: PropertyType "Tags" Stage -> Stage -> Stage #

Property "TracingEnabled" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "TracingEnabled" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "TracingEnabled" Stage = Value Bool

Methods

set :: PropertyType "TracingEnabled" Stage -> Stage -> Stage #

Property "Variables" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

Associated Types

type PropertyType "Variables" Stage 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "Variables" Stage = Map Text (Value Text)

Methods

set :: PropertyType "Variables" Stage -> Stage -> Stage #

type PropertyType "AccessLogSetting" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "AccessLogSetting" Stage = AccessLogSettingProperty
type PropertyType "CacheClusterEnabled" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "CacheClusterEnabled" Stage = Value Bool
type PropertyType "CacheClusterSize" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "CacheClusterSize" Stage = Value Text
type PropertyType "CanarySetting" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "ClientCertificateId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "ClientCertificateId" Stage = Value Text
type PropertyType "DeploymentId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "DeploymentId" Stage = Value Text
type PropertyType "Description" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "Description" Stage = Value Text
type PropertyType "DocumentationVersion" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "DocumentationVersion" Stage = Value Text
type PropertyType "MethodSettings" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "MethodSettings" Stage = [MethodSettingProperty]
type PropertyType "RestApiId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "RestApiId" Stage = Value Text
type PropertyType "StageName" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "StageName" Stage = Value Text
type PropertyType "Tags" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "Tags" Stage = [Tag]
type PropertyType "TracingEnabled" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "TracingEnabled" Stage = Value Bool
type PropertyType "Variables" Stage Source # 
Instance details

Defined in Stratosphere.ApiGateway.Stage

type PropertyType "Variables" Stage = Map Text (Value Text)