amazonka-apigateway-1.3.6: Amazon API Gateway SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.APIGateway.DeleteIntegrationResponse

Contents

Description

Represents a delete integration response.

See: AWS API Reference for DeleteIntegrationResponse.

Synopsis

Creating a Request

deleteIntegrationResponse Source

Creates a value of DeleteIntegrationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

diRestAPIId :: Lens' DeleteIntegrationResponse Text Source

Specifies a delete integration response request's API identifier.

diResourceId :: Lens' DeleteIntegrationResponse Text Source

Specifies a delete integration response request's resource identifier.

diHttpMethod :: Lens' DeleteIntegrationResponse Text Source

Specifies a delete integration response request's HTTP method.

diStatusCode :: Lens' DeleteIntegrationResponse Text Source

Specifies a delete integration response request's status code.

Destructuring the Response

deleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse Source

Creates a value of DeleteIntegrationResponseResponse with the minimum fields required to make a request.