amazonka-apigateway-1.3.7: 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.DeleteIntegration

Contents

Description

Represents a delete integration.

See: AWS API Reference for DeleteIntegration.

Synopsis

Creating a Request

deleteIntegration Source

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

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

Request Lenses

delRestAPIId :: Lens' DeleteIntegration Text Source

Specifies a delete integration request's API identifier.

delResourceId :: Lens' DeleteIntegration Text Source

Specifies a delete integration request's resource identifier.

delHttpMethod :: Lens' DeleteIntegration Text Source

Specifies a delete integration request's HTTP method.

Destructuring the Response

deleteIntegrationResponse' :: DeleteIntegrationResponse' Source

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