Stratosphere.ApiGateway.Method
module Stratosphere.ApiGateway.Method.IntegrationProperty
module Stratosphere.ApiGateway.Method.MethodResponseProperty
data Method Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationscopes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-integration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-methodresponses
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestmodels
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestparameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid
Defined in Stratosphere.ApiGateway.Method
Methods
toJSON :: Method -> Value #
toEncoding :: Method -> Encoding #
toJSONList :: [Method] -> Value #
toEncodingList :: [Method] -> Encoding #
omitField :: Method -> Bool #
showsPrec :: Int -> Method -> ShowS #
show :: Method -> String #
showList :: [Method] -> ShowS #
(==) :: Method -> Method -> Bool #
(/=) :: Method -> Method -> Bool #
toResourceProperties :: Method -> ResourceProperties #
Associated Types
set :: PropertyType "ApiKeyRequired" Method -> Method -> Method #
set :: PropertyType "AuthorizationScopes" Method -> Method -> Method #
set :: PropertyType "AuthorizationType" Method -> Method -> Method #
set :: PropertyType "AuthorizerId" Method -> Method -> Method #
set :: PropertyType "HttpMethod" Method -> Method -> Method #
set :: PropertyType "Integration" Method -> Method -> Method #
set :: PropertyType "MethodResponses" Method -> Method -> Method #
set :: PropertyType "OperationName" Method -> Method -> Method #
set :: PropertyType "RequestModels" Method -> Method -> Method #
set :: PropertyType "RequestParameters" Method -> Method -> Method #
set :: PropertyType "RequestValidatorId" Method -> Method -> Method #
set :: PropertyType "ResourceId" Method -> Method -> Method #
set :: PropertyType "RestApiId" Method -> Method -> Method #
mkMethod :: Value Text -> Value Text -> Value Text -> Method Source #