| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.ApiGatewayUsagePlanThrottleSettings
Synopsis
- data ApiGatewayUsagePlanThrottleSettings = ApiGatewayUsagePlanThrottleSettings {}
- apiGatewayUsagePlanThrottleSettings :: ApiGatewayUsagePlanThrottleSettings
- aguptsBurstLimit :: Lens' ApiGatewayUsagePlanThrottleSettings (Maybe (Val Integer))
- aguptsRateLimit :: Lens' ApiGatewayUsagePlanThrottleSettings (Maybe (Val Double))
Documentation
data ApiGatewayUsagePlanThrottleSettings #
Full data type definition for ApiGatewayUsagePlanThrottleSettings. See
apiGatewayUsagePlanThrottleSettings for a more convenient constructor.
Constructors
| ApiGatewayUsagePlanThrottleSettings | |
apiGatewayUsagePlanThrottleSettings :: ApiGatewayUsagePlanThrottleSettings #
Constructor for ApiGatewayUsagePlanThrottleSettings containing required
fields as arguments.