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

Stratosphere.ApiGatewayV2.Integration

Documentation

data Integration Source #

Constructors

Integration

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

Fields

Instances

Instances details
ToJSON Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Show Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Eq Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

ToResourceProperties Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Property "ApiId" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "ApiId" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Property "ConnectionId" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "ConnectionId" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "ConnectionId" Integration = Value Text

Methods

set :: PropertyType "ConnectionId" Integration -> Integration -> Integration #

Property "ConnectionType" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "ConnectionType" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "ConnectionType" Integration = Value Text

Methods

set :: PropertyType "ConnectionType" Integration -> Integration -> Integration #

Property "ContentHandlingStrategy" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "ContentHandlingStrategy" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "ContentHandlingStrategy" Integration = Value Text

Methods

set :: PropertyType "ContentHandlingStrategy" Integration -> Integration -> Integration #

Property "CredentialsArn" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "CredentialsArn" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "CredentialsArn" Integration = Value Text

Methods

set :: PropertyType "CredentialsArn" Integration -> Integration -> Integration #

Property "Description" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "Description" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "Description" Integration = Value Text

Methods

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

Property "IntegrationMethod" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "IntegrationMethod" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationMethod" Integration = Value Text

Methods

set :: PropertyType "IntegrationMethod" Integration -> Integration -> Integration #

Property "IntegrationSubtype" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "IntegrationSubtype" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationSubtype" Integration = Value Text

Methods

set :: PropertyType "IntegrationSubtype" Integration -> Integration -> Integration #

Property "IntegrationType" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "IntegrationType" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationType" Integration = Value Text

Methods

set :: PropertyType "IntegrationType" Integration -> Integration -> Integration #

Property "IntegrationUri" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "IntegrationUri" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationUri" Integration = Value Text

Methods

set :: PropertyType "IntegrationUri" Integration -> Integration -> Integration #

Property "PassthroughBehavior" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "PassthroughBehavior" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "PassthroughBehavior" Integration = Value Text

Methods

set :: PropertyType "PassthroughBehavior" Integration -> Integration -> Integration #

Property "PayloadFormatVersion" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "PayloadFormatVersion" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "PayloadFormatVersion" Integration = Value Text

Methods

set :: PropertyType "PayloadFormatVersion" Integration -> Integration -> Integration #

Property "RequestParameters" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "RequestParameters" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "RequestParameters" Integration = Map Text (Value Text)

Methods

set :: PropertyType "RequestParameters" Integration -> Integration -> Integration #

Property "RequestTemplates" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "RequestTemplates" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "RequestTemplates" Integration = Map Text (Value Text)

Methods

set :: PropertyType "RequestTemplates" Integration -> Integration -> Integration #

Property "ResponseParameters" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "ResponseParameters" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Methods

set :: PropertyType "ResponseParameters" Integration -> Integration -> Integration #

Property "TemplateSelectionExpression" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "TemplateSelectionExpression" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "TemplateSelectionExpression" Integration = Value Text

Methods

set :: PropertyType "TemplateSelectionExpression" Integration -> Integration -> Integration #

Property "TimeoutInMillis" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "TimeoutInMillis" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "TimeoutInMillis" Integration = Value Integer

Methods

set :: PropertyType "TimeoutInMillis" Integration -> Integration -> Integration #

Property "TlsConfig" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Associated Types

type PropertyType "TlsConfig" Integration 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

Methods

set :: PropertyType "TlsConfig" Integration -> Integration -> Integration #

type PropertyType "ApiId" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "ConnectionId" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "ConnectionId" Integration = Value Text
type PropertyType "ConnectionType" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "ConnectionType" Integration = Value Text
type PropertyType "ContentHandlingStrategy" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "ContentHandlingStrategy" Integration = Value Text
type PropertyType "CredentialsArn" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "CredentialsArn" Integration = Value Text
type PropertyType "Description" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "Description" Integration = Value Text
type PropertyType "IntegrationMethod" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationMethod" Integration = Value Text
type PropertyType "IntegrationSubtype" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationSubtype" Integration = Value Text
type PropertyType "IntegrationType" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationType" Integration = Value Text
type PropertyType "IntegrationUri" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "IntegrationUri" Integration = Value Text
type PropertyType "PassthroughBehavior" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "PassthroughBehavior" Integration = Value Text
type PropertyType "PayloadFormatVersion" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "PayloadFormatVersion" Integration = Value Text
type PropertyType "RequestParameters" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "RequestParameters" Integration = Map Text (Value Text)
type PropertyType "RequestTemplates" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "RequestTemplates" Integration = Map Text (Value Text)
type PropertyType "ResponseParameters" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "TemplateSelectionExpression" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "TemplateSelectionExpression" Integration = Value Text
type PropertyType "TimeoutInMillis" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration

type PropertyType "TimeoutInMillis" Integration = Value Integer
type PropertyType "TlsConfig" Integration Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Integration