aws-sns-0.1: Bindings for AWS SNS Version 2013-03-31

Stabilityexperimental
MaintainerLars Kuhtz <lars@alephcloud.com>
Safe HaskellNone

Aws.Sns.Commands.CreateTopic

Description

API Version: 2013-03-31

Creates a topic to which notifications can be published. Users can create at most 3000 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.

http://docs.aws.amazon.com/sns/2010-03-31/APIReference/API_CreateTopic.html

Documentation

data CreateTopic Source

Constructors

CreateTopic 

Fields

createTopicName :: !Text

The name of the topic you want to create. Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long

data CreateTopicErrors Source

Constructors

CreateTopicAuthorizationError

Indicates that the user has been denied access to the requested resource.

Code 403

CreateTopicInternalError

Indicates an internal service error.

Code 500

CreateTopicInvalidParameter

Indicates that a request parameter does not comply with the associated constraints.

Code 400

CreateTopicTopicLimitExceeded

Indicates that the customer already owns the maximum allowed number of topics.

Code 403