| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ApiGatewayMethod
Description
Synopsis
- 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
Instances
| Eq ApiGatewayMethod # | |
Defined in Stratosphere.Resources.ApiGatewayMethod Methods (==) :: ApiGatewayMethod -> ApiGatewayMethod -> Bool # (/=) :: ApiGatewayMethod -> ApiGatewayMethod -> Bool # | |
| Show ApiGatewayMethod # | |
Defined in Stratosphere.Resources.ApiGatewayMethod Methods showsPrec :: Int -> ApiGatewayMethod -> ShowS # show :: ApiGatewayMethod -> String # showList :: [ApiGatewayMethod] -> ShowS # | |
| ToJSON ApiGatewayMethod # | |
Defined in Stratosphere.Resources.ApiGatewayMethod Methods toJSON :: ApiGatewayMethod -> Value # toEncoding :: ApiGatewayMethod -> Encoding # toJSONList :: [ApiGatewayMethod] -> Value # toEncodingList :: [ApiGatewayMethod] -> Encoding # | |
| FromJSON ApiGatewayMethod # | |
Defined in Stratosphere.Resources.ApiGatewayMethod Methods parseJSON :: Value -> Parser ApiGatewayMethod # parseJSONList :: Value -> Parser [ApiGatewayMethod] # | |
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)) #