| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@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- TheRestApiidentifier for theMethodresource.dmmResourceId- TheResourceidentifier for theMethodresource.dmmHttpMethod- The HTTP verb of theMethodresource.
data DeleteMethod #
Request to delete an existing Method resource.
See: deleteMethod smart constructor.
Request Lenses
dmmRestAPIId :: Lens' DeleteMethod Text #
The RestApi identifier for the Method resource.
dmmHttpMethod :: Lens' DeleteMethod Text #
The HTTP verb of the Method resource.
Destructuring the Response
deleteMethodResponse' :: DeleteMethodResponse' #
Creates a value of DeleteMethodResponse' with the minimum fields required to make a request.
data DeleteMethodResponse' #
See: deleteMethodResponse' smart constructor.