| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.ApiGatewayMethodMethodResponse
Synopsis
- data ApiGatewayMethodMethodResponse = ApiGatewayMethodMethodResponse {}
- apiGatewayMethodMethodResponse :: Val Text -> ApiGatewayMethodMethodResponse
- agmmrResponseModels :: Lens' ApiGatewayMethodMethodResponse (Maybe Object)
- agmmrResponseParameters :: Lens' ApiGatewayMethodMethodResponse (Maybe Object)
- agmmrStatusCode :: Lens' ApiGatewayMethodMethodResponse (Val Text)
Documentation
data ApiGatewayMethodMethodResponse #
Full data type definition for ApiGatewayMethodMethodResponse. See
apiGatewayMethodMethodResponse for a more convenient constructor.
Constructors
| ApiGatewayMethodMethodResponse | |
Instances
apiGatewayMethodMethodResponse #
Arguments
| :: Val Text | |
| -> ApiGatewayMethodMethodResponse |
Constructor for ApiGatewayMethodMethodResponse containing required
fields as arguments.