| Stability | experimental |
|---|---|
| Maintainer | Lars Kuhtz <lars@alephcloud.com> |
| Safe Haskell | None |
Aws.Sns.Commands.Subscribe
Description
API Version: 2013-03-31
Prepares to subscribe an endpoint by sending the endpoint a confirmation message. To actually create a subscription, the endpoint owner must call the ConfirmSubscription action with the token from the confirmation message. Confirmation tokens are valid for three days.
http://docs.aws.amazon.com/sns/2010-03-31/APIReference/API_Subscribe.html
Documentation
Constructors
| Subscribe | |
Fields
| |
data SubscribeResponse Source
Constructors
| SubscribeResponse | |
Fields
| |
data SubscribeErrors Source
Constructors
| SubscribeAuthorizationError | Indicates that the user has been denied access to the requested resource. Code 403 |
| SubscribeInternalError | Indicates an internal service error. Code 500 |
| SubscribeInvalidParameter | Indicates that a request parameter does not comply with the associated constraints. Code 400 |
| SubscribeNotFound | Indicates that the requested resource does not exist. Code 404 |
| SubscribeTopicLimitExceeded | Indicates that the customer already owns the maximum allowed number of subscriptions. Code 403 |