| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayAccount
Description
Synopsis
Documentation
data ApiGatewayAccount #
Full data type definition for ApiGatewayAccount. See apiGatewayAccount
for a more convenient constructor.
Constructors
| ApiGatewayAccount | |
Fields | |
Instances
| Eq ApiGatewayAccount # | |
Defined in Stratosphere.Resources.ApiGatewayAccount Methods (==) :: ApiGatewayAccount -> ApiGatewayAccount -> Bool # (/=) :: ApiGatewayAccount -> ApiGatewayAccount -> Bool # | |
| Show ApiGatewayAccount # | |
Defined in Stratosphere.Resources.ApiGatewayAccount Methods showsPrec :: Int -> ApiGatewayAccount -> ShowS # show :: ApiGatewayAccount -> String # showList :: [ApiGatewayAccount] -> ShowS # | |
| ToJSON ApiGatewayAccount # | |
Defined in Stratosphere.Resources.ApiGatewayAccount Methods toJSON :: ApiGatewayAccount -> Value # toEncoding :: ApiGatewayAccount -> Encoding # toJSONList :: [ApiGatewayAccount] -> Value # toEncodingList :: [ApiGatewayAccount] -> Encoding # | |
| FromJSON ApiGatewayAccount # | |
Defined in Stratosphere.Resources.ApiGatewayAccount Methods parseJSON :: Value -> Parser ApiGatewayAccount # parseJSONList :: Value -> Parser [ApiGatewayAccount] # | |
apiGatewayAccount :: ApiGatewayAccount #
Constructor for ApiGatewayAccount containing required fields as
arguments.