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

Stratosphere.ApiGateway.UsagePlan

Documentation

data UsagePlan Source #

Instances

Instances details
ToJSON UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Show UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Eq UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

ToResourceProperties UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Property "ApiStages" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Associated Types

type PropertyType "ApiStages" UsagePlan 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Methods

set :: PropertyType "ApiStages" UsagePlan -> UsagePlan -> UsagePlan #

Property "Description" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Associated Types

type PropertyType "Description" UsagePlan 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "Description" UsagePlan = Value Text

Methods

set :: PropertyType "Description" UsagePlan -> UsagePlan -> UsagePlan #

Property "Quota" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Associated Types

type PropertyType "Quota" UsagePlan 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Methods

set :: PropertyType "Quota" UsagePlan -> UsagePlan -> UsagePlan #

Property "Tags" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Associated Types

type PropertyType "Tags" UsagePlan 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "Tags" UsagePlan = [Tag]
Property "Throttle" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Associated Types

type PropertyType "Throttle" UsagePlan 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Methods

set :: PropertyType "Throttle" UsagePlan -> UsagePlan -> UsagePlan #

Property "UsagePlanName" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

Associated Types

type PropertyType "UsagePlanName" UsagePlan 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "UsagePlanName" UsagePlan = Value Text

Methods

set :: PropertyType "UsagePlanName" UsagePlan -> UsagePlan -> UsagePlan #

type PropertyType "ApiStages" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "Description" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "Description" UsagePlan = Value Text
type PropertyType "Quota" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "Tags" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "Tags" UsagePlan = [Tag]
type PropertyType "Throttle" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "UsagePlanName" UsagePlan Source # 
Instance details

Defined in Stratosphere.ApiGateway.UsagePlan

type PropertyType "UsagePlanName" UsagePlan = Value Text