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 |
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
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.
Request Lenses
deEndpointARN :: Lens' DeleteEndpoint Text Source #
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Destructuring the Response
deleteEndpointResponse Source #
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.