| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SNS.DeleteEndpoint
Description
Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications.
http://docs.aws.amazon.com/sns/latest/api/API_DeleteEndpoint.html
- data DeleteEndpoint
- deleteEndpoint :: Text -> DeleteEndpoint
- deEndpointArn :: Lens' DeleteEndpoint Text
- data DeleteEndpointResponse
- deleteEndpointResponse :: DeleteEndpointResponse
Request
data DeleteEndpoint Source
Instances
| Eq DeleteEndpoint | |
| Ord DeleteEndpoint | |
| Read DeleteEndpoint | |
| Show DeleteEndpoint | |
| IsString DeleteEndpoint | |
| Monoid DeleteEndpoint | |
| AWSRequest DeleteEndpoint | |
| ToQuery DeleteEndpoint | |
| ToPath DeleteEndpoint | |
| ToHeaders DeleteEndpoint | |
| type Sv DeleteEndpoint = SNS | |
| type Rs DeleteEndpoint = DeleteEndpointResponse |
Request constructor
Arguments
| :: Text | |
| -> DeleteEndpoint |
DeleteEndpoint constructor.
The fields accessible through corresponding lenses are:
deEndpointArn::Text
Request lenses
deEndpointArn :: Lens' DeleteEndpoint Text Source
EndpointArn of endpoint to delete.
Response
Response constructor
deleteEndpointResponse :: DeleteEndpointResponse Source
DeleteEndpointResponse constructor.