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]
- _apiGatewayMethodRequestModels :: Maybe Object
- _apiGatewayMethodRequestParameters :: Maybe Object
- _apiGatewayMethodResourceId :: Maybe (Val Text)
- _apiGatewayMethodRestApiId :: Maybe (Val Text)
- apiGatewayMethod :: Val HttpMethod -> 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])
- agmeRequestModels :: Lens' ApiGatewayMethod (Maybe Object)
- agmeRequestParameters :: Lens' ApiGatewayMethod (Maybe Object)
- agmeResourceId :: Lens' ApiGatewayMethod (Maybe (Val Text))
- agmeRestApiId :: Lens' ApiGatewayMethod (Maybe (Val Text))
Documentation
data ApiGatewayMethod #
Full data type definition for ApiGatewayMethod. See apiGatewayMethod
for a more convenient constructor.
Constructors
Arguments
:: Val HttpMethod | |
-> ApiGatewayMethod |
Constructor for ApiGatewayMethod
containing required fields as
arguments.
agmeApiKeyRequired :: Lens' ApiGatewayMethod (Maybe (Val Bool)) #
agmeAuthorizerId :: Lens' ApiGatewayMethod (Maybe (Val Text)) #
agmeResourceId :: Lens' ApiGatewayMethod (Maybe (Val Text)) #