| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayUsagePlanKey
Synopsis
- 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 | |
Instances
| Eq ApiGatewayUsagePlanKey # | |
Defined in Stratosphere.Resources.ApiGatewayUsagePlanKey Methods (==) :: ApiGatewayUsagePlanKey -> ApiGatewayUsagePlanKey -> Bool # (/=) :: ApiGatewayUsagePlanKey -> ApiGatewayUsagePlanKey -> Bool # | |
| Show ApiGatewayUsagePlanKey # | |
Defined in Stratosphere.Resources.ApiGatewayUsagePlanKey Methods showsPrec :: Int -> ApiGatewayUsagePlanKey -> ShowS # show :: ApiGatewayUsagePlanKey -> String # showList :: [ApiGatewayUsagePlanKey] -> ShowS # | |
| ToJSON ApiGatewayUsagePlanKey # | |
Defined in Stratosphere.Resources.ApiGatewayUsagePlanKey Methods toJSON :: ApiGatewayUsagePlanKey -> Value # toEncoding :: ApiGatewayUsagePlanKey -> Encoding # toJSONList :: [ApiGatewayUsagePlanKey] -> Value # | |
| FromJSON ApiGatewayUsagePlanKey # | |
Defined in Stratosphere.Resources.ApiGatewayUsagePlanKey Methods parseJSON :: Value -> Parser ApiGatewayUsagePlanKey # parseJSONList :: Value -> Parser [ApiGatewayUsagePlanKey] # | |
Constructor for ApiGatewayUsagePlanKey containing required fields as
arguments.