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

Stratosphere.ApiGatewayV2.Route

Documentation

data Route Source #

Constructors

Route

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

Fields

Instances

Instances details
ToJSON Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Show Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Methods

showsPrec :: Int -> Route -> ShowS #

show :: Route -> String #

showList :: [Route] -> ShowS #

Eq Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Methods

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

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

ToResourceProperties Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Property "ApiId" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "ApiId" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "ApiId" Route = Value Text

Methods

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

Property "ApiKeyRequired" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "ApiKeyRequired" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "ApiKeyRequired" Route = Value Bool

Methods

set :: PropertyType "ApiKeyRequired" Route -> Route -> Route #

Property "AuthorizationScopes" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "AuthorizationScopes" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "AuthorizationScopes" Route = ValueList Text

Methods

set :: PropertyType "AuthorizationScopes" Route -> Route -> Route #

Property "AuthorizationType" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "AuthorizationType" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "AuthorizationType" Route = Value Text

Methods

set :: PropertyType "AuthorizationType" Route -> Route -> Route #

Property "AuthorizerId" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "AuthorizerId" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "AuthorizerId" Route = Value Text

Methods

set :: PropertyType "AuthorizerId" Route -> Route -> Route #

Property "ModelSelectionExpression" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "ModelSelectionExpression" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "ModelSelectionExpression" Route = Value Text

Methods

set :: PropertyType "ModelSelectionExpression" Route -> Route -> Route #

Property "OperationName" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "OperationName" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "OperationName" Route = Value Text

Methods

set :: PropertyType "OperationName" Route -> Route -> Route #

Property "RequestModels" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "RequestModels" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RequestModels" Route = Object

Methods

set :: PropertyType "RequestModels" Route -> Route -> Route #

Property "RequestParameters" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "RequestParameters" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RequestParameters" Route = Object

Methods

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

Property "RouteKey" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "RouteKey" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RouteKey" Route = Value Text

Methods

set :: PropertyType "RouteKey" Route -> Route -> Route #

Property "RouteResponseSelectionExpression" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "RouteResponseSelectionExpression" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RouteResponseSelectionExpression" Route = Value Text

Methods

set :: PropertyType "RouteResponseSelectionExpression" Route -> Route -> Route #

Property "Target" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

Associated Types

type PropertyType "Target" Route 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "Target" Route = Value Text

Methods

set :: PropertyType "Target" Route -> Route -> Route #

type PropertyType "ApiId" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "ApiId" Route = Value Text
type PropertyType "ApiKeyRequired" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "ApiKeyRequired" Route = Value Bool
type PropertyType "AuthorizationScopes" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "AuthorizationScopes" Route = ValueList Text
type PropertyType "AuthorizationType" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "AuthorizationType" Route = Value Text
type PropertyType "AuthorizerId" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "AuthorizerId" Route = Value Text
type PropertyType "ModelSelectionExpression" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "ModelSelectionExpression" Route = Value Text
type PropertyType "OperationName" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "OperationName" Route = Value Text
type PropertyType "RequestModels" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RequestModels" Route = Object
type PropertyType "RequestParameters" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RequestParameters" Route = Object
type PropertyType "RouteKey" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RouteKey" Route = Value Text
type PropertyType "RouteResponseSelectionExpression" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "RouteResponseSelectionExpression" Route = Value Text
type PropertyType "Target" Route Source # 
Instance details

Defined in Stratosphere.ApiGatewayV2.Route

type PropertyType "Target" Route = Value Text