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