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

Contents

Description

Deletes an existing Method resource.

See: AWS API Reference for DeleteMethod.

Synopsis

Creating a Request

deleteMethod Source

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

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

Request Lenses

dmmRestAPIId :: Lens' DeleteMethod Text Source

The RestApi identifier for the Method resource.

dmmResourceId :: Lens' DeleteMethod Text Source

The Resource identifier for the Method resource.

dmmHttpMethod :: Lens' DeleteMethod Text Source

The HTTP verb that identifies the Method resource.

Destructuring the Response

deleteMethodResponse' :: DeleteMethodResponse' Source

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