| 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.DMS.DeleteEndpoint
Description
Deletes the specified endpoint.
- deleteEndpoint :: Text -> DeleteEndpoint
- data DeleteEndpoint
- deEndpointARN :: Lens' DeleteEndpoint Text
- deleteEndpointResponse :: Int -> DeleteEndpointResponse
- data DeleteEndpointResponse
- delrsEndpoint :: Lens' DeleteEndpointResponse (Maybe Endpoint)
- delrsResponseStatus :: Lens' DeleteEndpointResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DeleteEndpoint |
Creates a value of DeleteEndpoint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
deEndpointARN- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
data DeleteEndpoint Source #
See: deleteEndpoint smart constructor.
Instances
Request Lenses
deEndpointARN :: Lens' DeleteEndpoint Text Source #
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Destructuring the Response
deleteEndpointResponse Source #
Arguments
| :: Int | |
| -> DeleteEndpointResponse |
Creates a value of DeleteEndpointResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delrsEndpoint- The endpoint that was deleted.delrsResponseStatus- -- | The response status code.
data DeleteEndpointResponse Source #
See: deleteEndpointResponse smart constructor.
Response Lenses
delrsEndpoint :: Lens' DeleteEndpointResponse (Maybe Endpoint) Source #
The endpoint that was deleted.
delrsResponseStatus :: Lens' DeleteEndpointResponse Int Source #
- - | The response status code.