Stratosphere.ApiGateway.UsagePlan
module Stratosphere.ApiGateway.UsagePlan.ApiStageProperty
module Stratosphere.ApiGateway.UsagePlan.QuotaSettingsProperty
module Stratosphere.ApiGateway.UsagePlan.ThrottleSettingsProperty
data UsagePlan Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-apistages
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-quota
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-throttle
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html#cfn-apigateway-usageplan-usageplanname
Defined in Stratosphere.ApiGateway.UsagePlan
Methods
toJSON :: UsagePlan -> Value #
toEncoding :: UsagePlan -> Encoding #
toJSONList :: [UsagePlan] -> Value #
toEncodingList :: [UsagePlan] -> Encoding #
omitField :: UsagePlan -> Bool #
showsPrec :: Int -> UsagePlan -> ShowS #
show :: UsagePlan -> String #
showList :: [UsagePlan] -> ShowS #
(==) :: UsagePlan -> UsagePlan -> Bool #
(/=) :: UsagePlan -> UsagePlan -> Bool #
toResourceProperties :: UsagePlan -> ResourceProperties #
Associated Types
set :: PropertyType "ApiStages" UsagePlan -> UsagePlan -> UsagePlan #
set :: PropertyType "Description" UsagePlan -> UsagePlan -> UsagePlan #
set :: PropertyType "Quota" UsagePlan -> UsagePlan -> UsagePlan #
set :: PropertyType "Tags" UsagePlan -> UsagePlan -> UsagePlan #
set :: PropertyType "Throttle" UsagePlan -> UsagePlan -> UsagePlan #
set :: PropertyType "UsagePlanName" UsagePlan -> UsagePlan -> UsagePlan #
mkUsagePlan :: UsagePlan Source #