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 |
Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe
call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe
request was unintended.
Synopsis
Creating a Request
Creates a value of Unsubscribe
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uSubscriptionARN
- The ARN of the subscription to be deleted.
data Unsubscribe Source #
Input for Unsubscribe action.
See: unsubscribe
smart constructor.
Instances
Request Lenses
uSubscriptionARN :: Lens' Unsubscribe Text Source #
The ARN of the subscription to be deleted.
Destructuring the Response
unsubscribeResponse :: UnsubscribeResponse Source #
Creates a value of UnsubscribeResponse
with the minimum fields required to make a request.
data UnsubscribeResponse Source #
See: unsubscribeResponse
smart constructor.