| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayApiKey
Description
Synopsis
- data ApiGatewayApiKey = ApiGatewayApiKey {}
- apiGatewayApiKey :: ApiGatewayApiKey
- agakCustomerId :: Lens' ApiGatewayApiKey (Maybe (Val Text))
- agakDescription :: Lens' ApiGatewayApiKey (Maybe (Val Text))
- agakEnabled :: Lens' ApiGatewayApiKey (Maybe (Val Bool))
- agakGenerateDistinctId :: Lens' ApiGatewayApiKey (Maybe (Val Bool))
- agakName :: Lens' ApiGatewayApiKey (Maybe (Val Text))
- agakStageKeys :: Lens' ApiGatewayApiKey (Maybe [ApiGatewayApiKeyStageKey])
Documentation
data ApiGatewayApiKey #
Full data type definition for ApiGatewayApiKey. See apiGatewayApiKey
for a more convenient constructor.
Constructors
Instances
| Eq ApiGatewayApiKey # | |
Defined in Stratosphere.Resources.ApiGatewayApiKey Methods (==) :: ApiGatewayApiKey -> ApiGatewayApiKey -> Bool # (/=) :: ApiGatewayApiKey -> ApiGatewayApiKey -> Bool # | |
| Show ApiGatewayApiKey # | |
Defined in Stratosphere.Resources.ApiGatewayApiKey Methods showsPrec :: Int -> ApiGatewayApiKey -> ShowS # show :: ApiGatewayApiKey -> String # showList :: [ApiGatewayApiKey] -> ShowS # | |
| ToJSON ApiGatewayApiKey # | |
Defined in Stratosphere.Resources.ApiGatewayApiKey Methods toJSON :: ApiGatewayApiKey -> Value # toEncoding :: ApiGatewayApiKey -> Encoding # toJSONList :: [ApiGatewayApiKey] -> Value # toEncodingList :: [ApiGatewayApiKey] -> Encoding # | |
| FromJSON ApiGatewayApiKey # | |
Defined in Stratosphere.Resources.ApiGatewayApiKey Methods parseJSON :: Value -> Parser ApiGatewayApiKey # parseJSONList :: Value -> Parser [ApiGatewayApiKey] # | |
apiGatewayApiKey :: ApiGatewayApiKey #
Constructor for ApiGatewayApiKey containing required fields as
arguments.
agakCustomerId :: Lens' ApiGatewayApiKey (Maybe (Val Text)) #
agakDescription :: Lens' ApiGatewayApiKey (Maybe (Val Text)) #
agakEnabled :: Lens' ApiGatewayApiKey (Maybe (Val Bool)) #