stratosphere-apigatewayv2-1.0.0: Stratosphere integration for AWS ApiGatewayV2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ApiGatewayV2.Stage

Documentation

data Stage Source #

Constructors

Stage

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

Fields

Instances

Instances details
ToJSON Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Show Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Methods

showsPrec :: Int -> Stage -> ShowS #

show :: Stage -> String #

showList :: [Stage] -> ShowS #

Eq Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Methods

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

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

ToResourceProperties Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Property "AccessLogSettings" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "AccessLogSettings" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "AccessLogSettings" Stage = AccessLogSettingsProperty

Methods

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

Property "AccessPolicyId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "AccessPolicyId" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "AccessPolicyId" Stage = Value Text

Methods

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

Property "ApiId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "ApiId" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "ApiId" Stage = Value Text

Methods

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

Property "AutoDeploy" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "AutoDeploy" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "AutoDeploy" Stage = Value Bool

Methods

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

Property "ClientCertificateId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "ClientCertificateId" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "ClientCertificateId" Stage = Value Text

Methods

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

Property "DefaultRouteSettings" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "DefaultRouteSettings" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "DefaultRouteSettings" Stage = RouteSettingsProperty

Methods

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

Property "DeploymentId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "DeploymentId" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "DeploymentId" Stage = Value Text

Methods

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

Property "Description" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "Description" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "Description" Stage = Value Text

Methods

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

Property "RouteSettings" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "RouteSettings" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "RouteSettings" Stage = Object

Methods

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

Property "StageName" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "StageName" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "StageName" Stage = Value Text

Methods

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

Property "StageVariables" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "StageVariables" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "StageVariables" Stage = Object

Methods

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

Property "Tags" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

Associated Types

type PropertyType "Tags" Stage 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "Tags" Stage = Object

Methods

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

type PropertyType "AccessLogSettings" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "AccessLogSettings" Stage = AccessLogSettingsProperty
type PropertyType "AccessPolicyId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "AccessPolicyId" Stage = Value Text
type PropertyType "ApiId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "ApiId" Stage = Value Text
type PropertyType "AutoDeploy" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "AutoDeploy" Stage = Value Bool
type PropertyType "ClientCertificateId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

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

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "DefaultRouteSettings" Stage = RouteSettingsProperty
type PropertyType "DeploymentId" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

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

Defined in Stratosphere.ApiGatewayV2.Stage

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

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "RouteSettings" Stage = Object
type PropertyType "StageName" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

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

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "StageVariables" Stage = Object
type PropertyType "Tags" Stage Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Stage

type PropertyType "Tags" Stage = Object