Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayUsagePlanKey
- data ApiGatewayUsagePlanKey = ApiGatewayUsagePlanKey {}
- apiGatewayUsagePlanKey :: Val Text -> Val Text -> Val Text -> ApiGatewayUsagePlanKey
- agupkKeyId :: Lens' ApiGatewayUsagePlanKey (Val Text)
- agupkKeyType :: Lens' ApiGatewayUsagePlanKey (Val Text)
- agupkUsagePlanId :: Lens' ApiGatewayUsagePlanKey (Val Text)
Documentation
data ApiGatewayUsagePlanKey #
Full data type definition for ApiGatewayUsagePlanKey. See
apiGatewayUsagePlanKey
for a more convenient constructor.
Constructors
ApiGatewayUsagePlanKey | |
Constructor for ApiGatewayUsagePlanKey
containing required fields as
arguments.