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

Stratosphere.ApiGateway.Method

Documentation

data Method Source #

Constructors

Method

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

Fields

Instances

Instances details
ToJSON Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Show Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Eq Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Methods

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

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

ToResourceProperties Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Property "ApiKeyRequired" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "ApiKeyRequired" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "ApiKeyRequired" Method = Value Bool

Methods

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

Property "AuthorizationScopes" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "AuthorizationScopes" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "AuthorizationScopes" Method = ValueList Text

Methods

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

Property "AuthorizationType" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "AuthorizationType" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "AuthorizationType" Method = Value Text

Methods

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

Property "AuthorizerId" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "AuthorizerId" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "AuthorizerId" Method = Value Text

Methods

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

Property "HttpMethod" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "HttpMethod" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "HttpMethod" Method = Value Text

Methods

set :: PropertyType "HttpMethod" Method -> Method -> Method #

Property "Integration" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "Integration" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

Methods

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

Property "MethodResponses" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "MethodResponses" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "MethodResponses" Method = [MethodResponseProperty]

Methods

set :: PropertyType "MethodResponses" Method -> Method -> Method #

Property "OperationName" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "OperationName" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "OperationName" Method = Value Text

Methods

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

Property "RequestModels" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "RequestModels" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "RequestModels" Method = Map Text (Value Text)

Methods

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

Property "RequestParameters" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "RequestParameters" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

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

Methods

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

Property "RequestValidatorId" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "RequestValidatorId" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "RequestValidatorId" Method = Value Text

Methods

set :: PropertyType "RequestValidatorId" Method -> Method -> Method #

Property "ResourceId" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "ResourceId" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "ResourceId" Method = Value Text

Methods

set :: PropertyType "ResourceId" Method -> Method -> Method #

Property "RestApiId" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

Associated Types

type PropertyType "RestApiId" Method 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "RestApiId" Method = Value Text

Methods

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

type PropertyType "ApiKeyRequired" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

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

Defined in Stratosphere.ApiGateway.Method

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

Defined in Stratosphere.ApiGateway.Method

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

Defined in Stratosphere.ApiGateway.Method

type PropertyType "AuthorizerId" Method = Value Text
type PropertyType "HttpMethod" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "HttpMethod" Method = Value Text
type PropertyType "Integration" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "MethodResponses" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "MethodResponses" Method = [MethodResponseProperty]
type PropertyType "OperationName" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

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

Defined in Stratosphere.ApiGateway.Method

type PropertyType "RequestModels" Method = Map Text (Value Text)
type PropertyType "RequestParameters" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "RequestParameters" Method = Map Text (Value Text)
type PropertyType "RequestValidatorId" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "RequestValidatorId" Method = Value Text
type PropertyType "ResourceId" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "ResourceId" Method = Value Text
type PropertyType "RestApiId" Method Source # 
Instance details

Defined in Stratosphere.ApiGateway.Method

type PropertyType "RestApiId" Method = Value Text