Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayApiKey
Description
- data ApiGatewayApiKey = ApiGatewayApiKey {}
- apiGatewayApiKey :: ApiGatewayApiKey
- agakDescription :: Lens' ApiGatewayApiKey (Maybe (Val Text))
- agakEnabled :: 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
ApiGatewayApiKey | |
apiGatewayApiKey :: ApiGatewayApiKey #
Constructor for ApiGatewayApiKey
containing required fields as
arguments.
agakDescription :: Lens' ApiGatewayApiKey (Maybe (Val Text)) #
agakEnabled :: Lens' ApiGatewayApiKey (Maybe (Val Bool)) #