| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayMethod
Description
- data ApiGatewayMethod = ApiGatewayMethod {
- _apiGatewayMethodApiKeyRequired :: Maybe (Val Bool)
- _apiGatewayMethodAuthorizationType :: Maybe (Val AuthorizationType)
- _apiGatewayMethodAuthorizerId :: Maybe (Val Text)
- _apiGatewayMethodHttpMethod :: Val HttpMethod
- _apiGatewayMethodIntegration :: Maybe ApiGatewayMethodIntegration
- _apiGatewayMethodMethodResponses :: Maybe [ApiGatewayMethodMethodResponse]
- _apiGatewayMethodOperationName :: Maybe (Val Text)
- _apiGatewayMethodRequestModels :: Maybe Object
- _apiGatewayMethodRequestParameters :: Maybe Object
- _apiGatewayMethodRequestValidatorId :: Maybe (Val Text)
- _apiGatewayMethodResourceId :: Val Text
- _apiGatewayMethodRestApiId :: Val Text
- apiGatewayMethod :: Val HttpMethod -> Val Text -> Val Text -> ApiGatewayMethod
- agmeApiKeyRequired :: Lens' ApiGatewayMethod (Maybe (Val Bool))
- agmeAuthorizationType :: Lens' ApiGatewayMethod (Maybe (Val AuthorizationType))
- agmeAuthorizerId :: Lens' ApiGatewayMethod (Maybe (Val Text))
- agmeHttpMethod :: Lens' ApiGatewayMethod (Val HttpMethod)
- agmeIntegration :: Lens' ApiGatewayMethod (Maybe ApiGatewayMethodIntegration)
- agmeMethodResponses :: Lens' ApiGatewayMethod (Maybe [ApiGatewayMethodMethodResponse])
- agmeOperationName :: Lens' ApiGatewayMethod (Maybe (Val Text))
- agmeRequestModels :: Lens' ApiGatewayMethod (Maybe Object)
- agmeRequestParameters :: Lens' ApiGatewayMethod (Maybe Object)
- agmeRequestValidatorId :: Lens' ApiGatewayMethod (Maybe (Val Text))
- agmeResourceId :: Lens' ApiGatewayMethod (Val Text)
- agmeRestApiId :: Lens' ApiGatewayMethod (Val Text)
Documentation
data ApiGatewayMethod #
Full data type definition for ApiGatewayMethod. See apiGatewayMethod
for a more convenient constructor.
Constructors
Arguments
| :: Val HttpMethod | |
| -> Val Text | |
| -> Val Text | |
| -> ApiGatewayMethod |
Constructor for ApiGatewayMethod containing required fields as
arguments.
agmeApiKeyRequired :: Lens' ApiGatewayMethod (Maybe (Val Bool)) #
agmeAuthorizerId :: Lens' ApiGatewayMethod (Maybe (Val Text)) #
agmeOperationName :: Lens' ApiGatewayMethod (Maybe (Val Text)) #