| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.DeleteMethod
Description
Deletes an existing Method resource.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DeleteMethod |
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:
dmmRestAPIId- The string identifier of the associatedRestApi.dmmResourceId- TheResourceidentifier for theMethodresource.dmmHttpMethod- The HTTP verb of theMethodresource.
data DeleteMethod Source #
Request to delete an existing Method resource.
See: deleteMethod smart constructor.
Instances
Request Lenses
dmmRestAPIId :: Lens' DeleteMethod Text Source #
The string identifier of the associated RestApi .
dmmHttpMethod :: Lens' DeleteMethod Text Source #
The HTTP verb of the Method resource.
Destructuring the Response
deleteMethodResponse' :: DeleteMethodResponse' Source #
Creates a value of DeleteMethodResponse' with the minimum fields required to make a request.
data DeleteMethodResponse' Source #
See: deleteMethodResponse' smart constructor.