Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.ApiGatewayMethodIntegration
- data ApiGatewayMethodIntegration = ApiGatewayMethodIntegration {
- _apiGatewayMethodIntegrationCacheKeyParameters :: Maybe (ValList Text)
- _apiGatewayMethodIntegrationCacheNamespace :: Maybe (Val Text)
- _apiGatewayMethodIntegrationCredentials :: Maybe (Val Text)
- _apiGatewayMethodIntegrationIntegrationHttpMethod :: Maybe (Val HttpMethod)
- _apiGatewayMethodIntegrationIntegrationResponses :: Maybe [ApiGatewayMethodIntegrationResponse]
- _apiGatewayMethodIntegrationPassthroughBehavior :: Maybe (Val PassthroughBehavior)
- _apiGatewayMethodIntegrationRequestParameters :: Maybe Object
- _apiGatewayMethodIntegrationRequestTemplates :: Maybe Object
- _apiGatewayMethodIntegrationType :: Maybe (Val ApiBackendType)
- _apiGatewayMethodIntegrationUri :: Maybe (Val Text)
- apiGatewayMethodIntegration :: ApiGatewayMethodIntegration
- agmiCacheKeyParameters :: Lens' ApiGatewayMethodIntegration (Maybe (ValList Text))
- agmiCacheNamespace :: Lens' ApiGatewayMethodIntegration (Maybe (Val Text))
- agmiCredentials :: Lens' ApiGatewayMethodIntegration (Maybe (Val Text))
- agmiIntegrationHttpMethod :: Lens' ApiGatewayMethodIntegration (Maybe (Val HttpMethod))
- agmiIntegrationResponses :: Lens' ApiGatewayMethodIntegration (Maybe [ApiGatewayMethodIntegrationResponse])
- agmiPassthroughBehavior :: Lens' ApiGatewayMethodIntegration (Maybe (Val PassthroughBehavior))
- agmiRequestParameters :: Lens' ApiGatewayMethodIntegration (Maybe Object)
- agmiRequestTemplates :: Lens' ApiGatewayMethodIntegration (Maybe Object)
- agmiType :: Lens' ApiGatewayMethodIntegration (Maybe (Val ApiBackendType))
- agmiUri :: Lens' ApiGatewayMethodIntegration (Maybe (Val Text))
Documentation
data ApiGatewayMethodIntegration #
Full data type definition for ApiGatewayMethodIntegration. See
apiGatewayMethodIntegration
for a more convenient constructor.
Constructors
apiGatewayMethodIntegration :: ApiGatewayMethodIntegration #
Constructor for ApiGatewayMethodIntegration
containing required fields
as arguments.
agmiIntegrationResponses :: Lens' ApiGatewayMethodIntegration (Maybe [ApiGatewayMethodIntegrationResponse]) #