| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.ApiGatewayMethodIntegrationResponse
Synopsis
- data ApiGatewayMethodIntegrationResponse = ApiGatewayMethodIntegrationResponse {
- _apiGatewayMethodIntegrationResponseContentHandling :: Maybe (Val Text)
- _apiGatewayMethodIntegrationResponseResponseParameters :: Maybe Object
- _apiGatewayMethodIntegrationResponseResponseTemplates :: Maybe Object
- _apiGatewayMethodIntegrationResponseSelectionPattern :: Maybe (Val Text)
- _apiGatewayMethodIntegrationResponseStatusCode :: Val Text
- apiGatewayMethodIntegrationResponse :: Val Text -> ApiGatewayMethodIntegrationResponse
- agmirContentHandling :: Lens' ApiGatewayMethodIntegrationResponse (Maybe (Val Text))
- agmirResponseParameters :: Lens' ApiGatewayMethodIntegrationResponse (Maybe Object)
- agmirResponseTemplates :: Lens' ApiGatewayMethodIntegrationResponse (Maybe Object)
- agmirSelectionPattern :: Lens' ApiGatewayMethodIntegrationResponse (Maybe (Val Text))
- agmirStatusCode :: Lens' ApiGatewayMethodIntegrationResponse (Val Text)
Documentation
data ApiGatewayMethodIntegrationResponse #
Full data type definition for ApiGatewayMethodIntegrationResponse. See
apiGatewayMethodIntegrationResponse for a more convenient constructor.
Constructors
apiGatewayMethodIntegrationResponse #
Arguments
| :: Val Text | |
| -> ApiGatewayMethodIntegrationResponse |
Constructor for ApiGatewayMethodIntegrationResponse containing required
fields as arguments.