| Copyright | (c) 2013-2018 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.Glue.DeleteDevEndpoint
Description
Deletes a specified DevEndpoint.
Creating a Request
Arguments
| :: Text | |
| -> DeleteDevEndpoint |
Creates a value of DeleteDevEndpoint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddeEndpointName- The name of the DevEndpoint.
data DeleteDevEndpoint Source #
See: deleteDevEndpoint smart constructor.
Instances
Request Lenses
ddeEndpointName :: Lens' DeleteDevEndpoint Text Source #
The name of the DevEndpoint.
Destructuring the Response
deleteDevEndpointResponse Source #
Arguments
| :: Int | |
| -> DeleteDevEndpointResponse |
Creates a value of DeleteDevEndpointResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddersResponseStatus- -- | The response status code.
data DeleteDevEndpointResponse Source #
See: deleteDevEndpointResponse smart constructor.
Instances
Response Lenses
ddersResponseStatus :: Lens' DeleteDevEndpointResponse Int Source #
- - | The response status code.