Stratosphere.ApiGateway.RestApi
module Stratosphere.ApiGateway.RestApi.EndpointConfigurationProperty
module Stratosphere.ApiGateway.RestApi.S3LocationProperty
data RestApi Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-apikeysourcetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-binarymediatypes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-body
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-bodys3location
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-clonefrom
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-disableexecuteapiendpoint
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-endpointconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-failonwarnings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-minimumcompressionsize
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-mode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-parameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-policy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-tags
Defined in Stratosphere.ApiGateway.RestApi
Methods
toJSON :: RestApi -> Value #
toEncoding :: RestApi -> Encoding #
toJSONList :: [RestApi] -> Value #
toEncodingList :: [RestApi] -> Encoding #
omitField :: RestApi -> Bool #
showsPrec :: Int -> RestApi -> ShowS #
show :: RestApi -> String #
showList :: [RestApi] -> ShowS #
(==) :: RestApi -> RestApi -> Bool #
(/=) :: RestApi -> RestApi -> Bool #
toResourceProperties :: RestApi -> ResourceProperties #
Associated Types
set :: PropertyType "ApiKeySourceType" RestApi -> RestApi -> RestApi #
set :: PropertyType "BinaryMediaTypes" RestApi -> RestApi -> RestApi #
set :: PropertyType "Body" RestApi -> RestApi -> RestApi #
set :: PropertyType "BodyS3Location" RestApi -> RestApi -> RestApi #
set :: PropertyType "CloneFrom" RestApi -> RestApi -> RestApi #
set :: PropertyType "Description" RestApi -> RestApi -> RestApi #
set :: PropertyType "DisableExecuteApiEndpoint" RestApi -> RestApi -> RestApi #
set :: PropertyType "EndpointConfiguration" RestApi -> RestApi -> RestApi #
set :: PropertyType "FailOnWarnings" RestApi -> RestApi -> RestApi #
set :: PropertyType "MinimumCompressionSize" RestApi -> RestApi -> RestApi #
set :: PropertyType "Mode" RestApi -> RestApi -> RestApi #
set :: PropertyType "Name" RestApi -> RestApi -> RestApi #
set :: PropertyType "Parameters" RestApi -> RestApi -> RestApi #
set :: PropertyType "Policy" RestApi -> RestApi -> RestApi #
set :: PropertyType "Tags" RestApi -> RestApi -> RestApi #
mkRestApi :: RestApi Source #