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.DeleteMethodResponse

Contents

Description

Deletes an existing MethodResponse resource.

See: AWS API Reference for DeleteMethodResponse.

Synopsis

Creating a Request

deleteMethodResponse Source

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

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

Request Lenses

dmRestAPIId :: Lens' DeleteMethodResponse Text Source

The RestApi identifier for the MethodResponse resource.

dmResourceId :: Lens' DeleteMethodResponse Text Source

The Resource identifier for the MethodResponse resource.

dmHttpMethod :: Lens' DeleteMethodResponse Text Source

The HTTP verb identifier for the parent Method resource.

dmStatusCode :: Lens' DeleteMethodResponse Text Source

The status code identifier for the MethodResponse resource.

Destructuring the Response

deleteMethodResponseResponse :: DeleteMethodResponseResponse Source

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