Types
| All Types | Classes |
| Name | Description | |
|---|---|---|
| AddPermissionRequest |
The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
| |
| AddPermissionResponse |
Encapsulates the metadata and result of the AddPermission action.
| |
| ConfirmSubscriptionRequest |
The ConfirmSubscription action verifies an endpoint owner's intent to
receive messages by validating the token sent to the endpoint by an
earlier Subscribe action. If the token is valid, the action creates
a new subscription and returns its Amazon Resource Name (ARN). This
call requires an AWS signature only when the AuthenticateOnUnsubscribe
flag is set to "true".
| |
| ConfirmSubscriptionResponse |
Encapsulates the metadata and result of the ConfirmSubscription action.
| |
| ConfirmSubscriptionResult |
Encapsulates the result of the ConfirmSubscription action.
| |
| CreateTopicRequest |
The CreateTopic action creates a topic to which notifications can be published. Users can create
at most 25 topics. This action is idempotent, so if the requester
already owns a topic with the specified name, that topic's ARN will be
returned without creating a new topic.
| |
| CreateTopicResponse |
Encapsulates the metadata and result of the CreateTopic action.
| |
| CreateTopicResult |
Encapsulates the result of the CreateTopic action.
| |
| DeleteTopicRequest |
Deletes a topic and all its subscriptions.
Deleting a topic might
prevent some messages previously sent to the topic from being delivered to
subscribers. This operation is idempotent, so deleting a topic that does not
exist will not result in an error.
| |
| DeleteTopicResponse |
Encapsulates the metadata and result of the DeleteTopic action.
| |
| Error |
Error associated with the request.
| |
| ErrorResponse |
Returns any errors in the request.
| |
| GetSubscriptionAttributesRequest |
The GetSubscriptionAttribtues action returns all of the properties of a subscription customers have created. Subscription
properties returned might differ based on the authorization of the user.
| |
| GetSubscriptionAttributesResponse |
Encapsulates the metadata and result of the GetSubscriptionAttributes action.
| |
| GetSubscriptionAttributesResult |
Encapsulates the result of the GetSubscriptionAttributes action.
| |
| GetTopicAttributesRequest |
The GetTopicAttribtues action returns all of the properties of a topic customers have created. Topic
properties returned might differ based on the authorization of the user.
| |
| GetTopicAttributesResponse |
Encapsulates the metadata and result of the GetTopicAttributes action.
| |
| GetTopicAttributesResult |
Encapsulates the result of the GetTopicAttributes action.
| |
| ListSubscriptionsByTopicRequest |
The ListSubscriptionsByTopic action returns a list of the subscriptions to a specific topic. Each call returns
a limited list of subscriptions. If there are more subscriptions, a NextToken is also returned. Use the NextToken
parameter in a new ListSubscriptionsByTopic call to get further results.
| |
| ListSubscriptionsByTopicResponse |
Encapsulates the metadata and result of the ListSubscriptionsByTopic action.
| |
| ListSubscriptionsByTopicResult |
Encapsulates the result of the ListSubscriptionsByTopic action.
| |
| ListSubscriptionsRequest |
The ListSubscriptions action returns a list of the requester's subscriptions. Each call returns a limited list
of subscriptions. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a
new ListSubscriptions call to get further results.
| |
| ListSubscriptionsResponse |
Encapsulates the metadata and result of the ListSubscriptions action.
| |
| ListSubscriptionsResult |
Encapsulates the result of the ListSubscriptions action.
| |
| ListTopicsRequest |
The ListTopics action returns a list of the requester's topics. Each call returns a limited list of topics. If
there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get
further results.
| |
| ListTopicsResponse |
Encapsulates the metadata and result of the ListTopics action.
| |
| ListTopicsResult |
Encapsulates the result of the ListTopics action.
| |
| PublishRequest |
The Publish action sends a message to all of a topic's subscribed endpoints. When a
messageId is returned, the message has been saved and Amazon SNS will attempt to deliver it
to the topic's subscribers shortly. The format of the outgoing message to each
subscribed endpoint depends on the notification protocol selected.
| |
| PublishResponse |
Encapsulates the metadata and result of the Publish action.
| |
| PublishResult |
Encapsulates the result of the Publish action.
| |
| RemovePermissionRequest |
Removes a statement from a topic's access control policy.
| |
| RemovePermissionResponse |
Encapsulates the metadata and result of the RemovePermission action.
| |
| ResponseMetadata |
The Metadata used to identify the service request uniquely.
| |
| SetSubscriptionAttributesRequest |
Encapsulates the metadata and result of the SetSubscriptionAttributes action.
| |
| SetSubscriptionAttributesResponse | ||
| SetTopicAttributesRequest |
Allows a topic owner to set a topic's attributes.
| |
| SetTopicAttributesResponse |
Encapsulates the metadata and result of the SetTopicAttributes action.
| |
| SubscribeRequest |
The Subscribe action 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 twenty-four hours.
| |
| SubscribeResponse |
Encapsulates the metadata and result of the Subscribe action.
| |
| SubscribeResult |
Encapsulates the result of the Subscribe action.
| |
| Subscription |
A wrapper type for the attributes of an SNS subscription.
| |
| SubscriptionAttribute |
A tuple associating a subscription attribute's key and value.
| |
| Topic |
A wrapper type for the topic's Amazon Resource Name (ARN).
To retrieve a topic's attributes, use GetTopicAttributes.
| |
| TopicAttribute |
A tuple associating a topic attribute's key and value.
| |
| UnsubscribeRequest |
The Unsubscribe action deletes a subscription. If the subscription requires authentication for
deletion, only the owner of the subscription or the its 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.
| |
| UnsubscribeResponse |
Encapsulates the metadata and result of the Unsubscribe action.
|