Skip to content

Latest commit

 

History

History

amazonaws_sns

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@datafire/amazonaws_sns

Client library for Amazon Simple Notification Service

Installation and Usage

npm install --save @datafire/amazonaws_sns
let amazonaws_sns = require('@datafire/amazonaws_sns').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

.then(data => {
  console.log(data);
});

Description

Amazon Simple Notification Service

Amazon Simple Notification Service (Amazon SNS) is a web service that enables you to build distributed web-enabled applications. Applications can use Amazon SNS to easily push real-time notification messages to interested subscribers over multiple delivery protocols. For more information about this product see https://aws.amazon.com/sns. For detailed information about Amazon SNS features and their associated API calls, see the Amazon SNS Developer Guide.

For information on the permissions you need to use this API, see Identity and access management in Amazon SNS in the Amazon SNS Developer Guide.

We also provide SDKs that enable you to access Amazon SNS from your preferred programming language. The SDKs contain functionality that automatically takes care of tasks such as: cryptographically signing your service requests, retrying requests, and handling error responses. For a list of available SDKs, go to Tools for Amazon Web Services.

Actions

AddPermission

amazonaws_sns.AddPermission({
  "TopicArn": "",
  "Label": "",
  "AWSAccountId": [],
  "ActionName": []
}, context)

Input

  • input object
    • TopicArn required string
    • Label required string
    • AWSAccountId required array
    • ActionName required array

Output

Output schema unknown

AddPermission

amazonaws_sns.AddPermission({
  "TopicArn": null,
  "Label": null,
  "AWSAccountId": null,
  "ActionName": null
}, context)

Input

  • input object
    • AWSAccountId required
    • ActionName required
    • Label required
    • TopicArn required

Output

Output schema unknown

CheckIfPhoneNumberIsOptedOut

amazonaws_sns.CheckIfPhoneNumberIsOptedOut({
  "phoneNumber": ""
}, context)

Input

  • input object
    • phoneNumber required string

Output

CheckIfPhoneNumberIsOptedOut

amazonaws_sns.CheckIfPhoneNumberIsOptedOut({
  "phoneNumber": null
}, context)

Input

  • input object
    • phoneNumber required

Output

ConfirmSubscription

amazonaws_sns.ConfirmSubscription({
  "TopicArn": "",
  "Token": ""
}, context)

Input

  • input object
    • TopicArn required string
    • Token required string
    • AuthenticateOnUnsubscribe string

Output

ConfirmSubscription

amazonaws_sns.ConfirmSubscription({
  "TopicArn": null,
  "Token": null
}, context)

Input

  • input object
    • AuthenticateOnUnsubscribe
    • Token required
    • TopicArn required

Output

CreatePlatformApplication

amazonaws_sns.CreatePlatformApplication({
  "Name": "",
  "Platform": "",
  "Attributes": {}
}, context)

Input

  • input object
    • Name required string
    • Platform required string
    • Attributes required object

Output

CreatePlatformApplication

amazonaws_sns.CreatePlatformApplication({
  "Name": null,
  "Platform": null,
  "Attributes": null
}, context)

Input

  • input object
    • Attributes required
    • Name required
    • Platform required

Output

CreatePlatformEndpoint

amazonaws_sns.CreatePlatformEndpoint({
  "PlatformApplicationArn": "",
  "Token": ""
}, context)

Input

  • input object
    • PlatformApplicationArn required string
    • Token required string
    • CustomUserData string
    • Attributes object

Output

CreatePlatformEndpoint

amazonaws_sns.CreatePlatformEndpoint({
  "PlatformApplicationArn": null,
  "Token": null
}, context)

Input

  • input object
    • Attributes
    • CustomUserData
    • PlatformApplicationArn required
    • Token required

Output

CreateTopic

amazonaws_sns.CreateTopic({
  "Name": ""
}, context)

Input

  • input object
    • Name required string
    • Attributes object
    • Tags array

Output

CreateTopic

amazonaws_sns.CreateTopic({
  "Name": null
}, context)

Input

  • input object
    • Attributes
    • Name required
    • Tags

Output

DeleteEndpoint

amazonaws_sns.DeleteEndpoint({
  "EndpointArn": ""
}, context)

Input

  • input object
    • EndpointArn required string

Output

Output schema unknown

DeleteEndpoint

amazonaws_sns.DeleteEndpoint({
  "EndpointArn": null
}, context)

Input

  • input object
    • EndpointArn required

Output

Output schema unknown

DeletePlatformApplication

amazonaws_sns.DeletePlatformApplication({
  "PlatformApplicationArn": ""
}, context)

Input

  • input object
    • PlatformApplicationArn required string

Output

Output schema unknown

DeletePlatformApplication

amazonaws_sns.DeletePlatformApplication({
  "PlatformApplicationArn": null
}, context)

Input

  • input object
    • PlatformApplicationArn required

Output

Output schema unknown

DeleteTopic

amazonaws_sns.DeleteTopic({
  "TopicArn": ""
}, context)

Input

  • input object
    • TopicArn required string

Output

Output schema unknown

DeleteTopic

amazonaws_sns.DeleteTopic({
  "TopicArn": null
}, context)

Input

  • input object
    • TopicArn required

Output

Output schema unknown

GetEndpointAttributes

amazonaws_sns.GetEndpointAttributes({
  "EndpointArn": ""
}, context)

Input

  • input object
    • EndpointArn required string

Output

GetEndpointAttributes

amazonaws_sns.GetEndpointAttributes({
  "EndpointArn": null
}, context)

Input

  • input object
    • EndpointArn required

Output

GetPlatformApplicationAttributes

amazonaws_sns.GetPlatformApplicationAttributes({
  "PlatformApplicationArn": ""
}, context)

Input

  • input object
    • PlatformApplicationArn required string

Output

GetPlatformApplicationAttributes

amazonaws_sns.GetPlatformApplicationAttributes({
  "PlatformApplicationArn": null
}, context)

Input

  • input object
    • PlatformApplicationArn required

Output

GetSMSAttributes

amazonaws_sns.GetSMSAttributes({}, context)

Input

  • input object
    • attributes array

Output

GetSMSAttributes

amazonaws_sns.GetSMSAttributes({}, context)

Input

  • input object

Output

GetSubscriptionAttributes

amazonaws_sns.GetSubscriptionAttributes({
  "SubscriptionArn": ""
}, context)

Input

  • input object
    • SubscriptionArn required string

Output

GetSubscriptionAttributes

amazonaws_sns.GetSubscriptionAttributes({
  "SubscriptionArn": null
}, context)

Input

  • input object
    • SubscriptionArn required

Output

GetTopicAttributes

amazonaws_sns.GetTopicAttributes({
  "TopicArn": ""
}, context)

Input

  • input object
    • TopicArn required string

Output

GetTopicAttributes

amazonaws_sns.GetTopicAttributes({
  "TopicArn": null
}, context)

Input

  • input object
    • TopicArn required

Output

ListEndpointsByPlatformApplication

amazonaws_sns.ListEndpointsByPlatformApplication({
  "PlatformApplicationArn": ""
}, context)

Input

  • input object
    • PlatformApplicationArn required string
    • NextToken string

Output

ListEndpointsByPlatformApplication

amazonaws_sns.ListEndpointsByPlatformApplication({
  "PlatformApplicationArn": null
}, context)

Input

  • input object
    • NextToken string
    • NextToken
    • PlatformApplicationArn required

Output

ListPhoneNumbersOptedOut

amazonaws_sns.ListPhoneNumbersOptedOut({}, context)

Input

  • input object
    • nextToken string

Output

ListPhoneNumbersOptedOut

amazonaws_sns.ListPhoneNumbersOptedOut({}, context)

Input

  • input object
    • nextToken

Output

ListPlatformApplications

amazonaws_sns.ListPlatformApplications({}, context)

Input

  • input object
    • NextToken string

Output

ListPlatformApplications

amazonaws_sns.ListPlatformApplications({}, context)

Input

  • input object
    • NextToken string
    • NextToken

Output

ListSubscriptions

amazonaws_sns.ListSubscriptions({}, context)

Input

  • input object
    • NextToken string

Output

ListSubscriptions

amazonaws_sns.ListSubscriptions({}, context)

Input

  • input object
    • NextToken string
    • NextToken

Output

ListSubscriptionsByTopic

amazonaws_sns.ListSubscriptionsByTopic({
  "TopicArn": ""
}, context)

Input

  • input object
    • TopicArn required string
    • NextToken string

Output

ListSubscriptionsByTopic

amazonaws_sns.ListSubscriptionsByTopic({
  "TopicArn": null
}, context)

Input

  • input object
    • NextToken string
    • NextToken
    • TopicArn required

Output

ListTagsForResource

amazonaws_sns.ListTagsForResource({
  "ResourceArn": ""
}, context)

Input

  • input object
    • ResourceArn required string

Output

ListTagsForResource

amazonaws_sns.ListTagsForResource({
  "ResourceArn": null
}, context)

Input

  • input object
    • ResourceArn required

Output

ListTopics

amazonaws_sns.ListTopics({}, context)

Input

  • input object
    • NextToken string

Output

ListTopics

amazonaws_sns.ListTopics({}, context)

Input

  • input object
    • NextToken string
    • NextToken

Output

OptInPhoneNumber

amazonaws_sns.OptInPhoneNumber({
  "phoneNumber": ""
}, context)

Input

  • input object
    • phoneNumber required string

Output

OptInPhoneNumber

amazonaws_sns.OptInPhoneNumber({
  "phoneNumber": null
}, context)

Input

  • input object
    • phoneNumber required

Output

Publish

amazonaws_sns.Publish({
  "Message": ""
}, context)

Input

  • input object
    • TopicArn string
    • TargetArn string
    • PhoneNumber string
    • Message required string
    • Subject string
    • MessageStructure string
    • MessageAttributes object
    • MessageDeduplicationId string
    • MessageGroupId string

Output

Publish

amazonaws_sns.Publish({
  "Message": null
}, context)

Input

  • input object
    • Message required
    • MessageAttributes
    • MessageDeduplicationId
    • MessageGroupId
    • MessageStructure
    • PhoneNumber
    • Subject
    • TargetArn
    • TopicArn

Output

RemovePermission

amazonaws_sns.RemovePermission({
  "TopicArn": "",
  "Label": ""
}, context)

Input

  • input object
    • TopicArn required string
    • Label required string

Output

Output schema unknown

RemovePermission

amazonaws_sns.RemovePermission({
  "TopicArn": null,
  "Label": null
}, context)

Input

  • input object
    • Label required
    • TopicArn required

Output

Output schema unknown

SetEndpointAttributes

amazonaws_sns.SetEndpointAttributes({
  "EndpointArn": "",
  "Attributes": {}
}, context)

Input

  • input object
    • EndpointArn required string
    • Attributes required object

Output

Output schema unknown

SetEndpointAttributes

amazonaws_sns.SetEndpointAttributes({
  "EndpointArn": null,
  "Attributes": null
}, context)

Input

  • input object
    • Attributes required
    • EndpointArn required

Output

Output schema unknown

SetPlatformApplicationAttributes

amazonaws_sns.SetPlatformApplicationAttributes({
  "PlatformApplicationArn": "",
  "Attributes": {}
}, context)

Input

  • input object
    • PlatformApplicationArn required string
    • Attributes required object

Output

Output schema unknown

SetPlatformApplicationAttributes

amazonaws_sns.SetPlatformApplicationAttributes({
  "PlatformApplicationArn": null,
  "Attributes": null
}, context)

Input

  • input object
    • Attributes required
    • PlatformApplicationArn required

Output

Output schema unknown

SetSMSAttributes

amazonaws_sns.SetSMSAttributes({
  "attributes": {}
}, context)

Input

  • input object
    • attributes required object

Output

SetSMSAttributes

amazonaws_sns.SetSMSAttributes({
  "attributes": null
}, context)

Input

  • input object
    • attributes required

Output

SetSubscriptionAttributes

amazonaws_sns.SetSubscriptionAttributes({
  "SubscriptionArn": "",
  "AttributeName": ""
}, context)

Input

  • input object
    • SubscriptionArn required string
    • AttributeName required string
    • AttributeValue string

Output

Output schema unknown

SetSubscriptionAttributes

amazonaws_sns.SetSubscriptionAttributes({
  "SubscriptionArn": null,
  "AttributeName": null
}, context)

Input

  • input object
    • AttributeName required
    • AttributeValue
    • SubscriptionArn required

Output

Output schema unknown

SetTopicAttributes

amazonaws_sns.SetTopicAttributes({
  "TopicArn": "",
  "AttributeName": ""
}, context)

Input

  • input object
    • TopicArn required string
    • AttributeName required string
    • AttributeValue string

Output

Output schema unknown

SetTopicAttributes

amazonaws_sns.SetTopicAttributes({
  "TopicArn": null,
  "AttributeName": null
}, context)

Input

  • input object
    • AttributeName required
    • AttributeValue
    • TopicArn required

Output

Output schema unknown

Subscribe

amazonaws_sns.Subscribe({
  "TopicArn": "",
  "Protocol": ""
}, context)

Input

  • input object
    • TopicArn required string
    • Protocol required string
    • Endpoint string
    • Attributes object
    • ReturnSubscriptionArn boolean

Output

Subscribe

amazonaws_sns.Subscribe({
  "TopicArn": null,
  "Protocol": null
}, context)

Input

  • input object
    • Attributes
    • Endpoint
    • Protocol required
    • ReturnSubscriptionArn
    • TopicArn required

Output

TagResource

amazonaws_sns.TagResource({
  "ResourceArn": "",
  "Tags": []
}, context)

Input

  • input object
    • ResourceArn required string
    • Tags required array

Output

TagResource

amazonaws_sns.TagResource({
  "ResourceArn": null,
  "Tags": null
}, context)

Input

  • input object
    • ResourceArn required
    • Tags required

Output

Unsubscribe

amazonaws_sns.Unsubscribe({
  "SubscriptionArn": ""
}, context)

Input

  • input object
    • SubscriptionArn required string

Output

Output schema unknown

Unsubscribe

amazonaws_sns.Unsubscribe({
  "SubscriptionArn": null
}, context)

Input

  • input object
    • SubscriptionArn required

Output

Output schema unknown

UntagResource

amazonaws_sns.UntagResource({
  "ResourceArn": "",
  "TagKeys": []
}, context)

Input

  • input object
    • ResourceArn required string
    • TagKeys required array

Output

UntagResource

amazonaws_sns.UntagResource({
  "ResourceArn": null,
  "TagKeys": null
}, context)

Input

  • input object
    • ResourceArn required
    • TagKeys required

Output

Definitions

ActionsList

  • ActionsList array

AddPermissionInput

  • AddPermissionInput object
    • AWSAccountId required
    • ActionName required
    • Label required
    • TopicArn required

AmazonResourceName

  • AmazonResourceName string

AuthorizationErrorException

Binary

  • Binary string

CheckIfPhoneNumberIsOptedOutInput

  • CheckIfPhoneNumberIsOptedOutInput object: The input for the CheckIfPhoneNumberIsOptedOut action.
    • phoneNumber required

CheckIfPhoneNumberIsOptedOutResponse

  • CheckIfPhoneNumberIsOptedOutResponse object: The response from the CheckIfPhoneNumberIsOptedOut action.
    • isOptedOut

ConcurrentAccessException

ConfirmSubscriptionInput

  • ConfirmSubscriptionInput object: Input for ConfirmSubscription action.
    • AuthenticateOnUnsubscribe
    • Token required
    • TopicArn required

ConfirmSubscriptionResponse

  • ConfirmSubscriptionResponse object: Response for ConfirmSubscriptions action.
    • SubscriptionArn

CreateEndpointResponse

  • CreateEndpointResponse object: Response from CreateEndpoint action.
    • EndpointArn

CreatePlatformApplicationInput

  • CreatePlatformApplicationInput object: Input for CreatePlatformApplication action.
    • Attributes required
    • Name required
    • Platform required

CreatePlatformApplicationResponse

  • CreatePlatformApplicationResponse object: Response from CreatePlatformApplication action.
    • PlatformApplicationArn

CreatePlatformEndpointInput

  • CreatePlatformEndpointInput object: Input for CreatePlatformEndpoint action.
    • Attributes
    • CustomUserData
    • PlatformApplicationArn required
    • Token required

CreateTopicInput

  • CreateTopicInput object: Input for CreateTopic action.
    • Attributes
    • Name required
    • Tags

CreateTopicResponse

  • CreateTopicResponse object: Response from CreateTopic action.
    • TopicArn

DelegatesList

DeleteEndpointInput

  • DeleteEndpointInput object: Input for DeleteEndpoint action.
    • EndpointArn required

DeletePlatformApplicationInput

  • DeletePlatformApplicationInput object: Input for DeletePlatformApplication action.
    • PlatformApplicationArn required

DeleteTopicInput

  • DeleteTopicInput object
    • TopicArn required

Endpoint

  • Endpoint object: Endpoint for mobile app and device.
    • Attributes
    • EndpointArn

EndpointDisabledException

FilterPolicyLimitExceededException

GetEndpointAttributesInput

  • GetEndpointAttributesInput object: Input for GetEndpointAttributes action.
    • EndpointArn required

GetEndpointAttributesResponse

  • GetEndpointAttributesResponse object: Response from GetEndpointAttributes of the EndpointArn.
    • Attributes

GetPlatformApplicationAttributesInput

  • GetPlatformApplicationAttributesInput object: Input for GetPlatformApplicationAttributes action.
    • PlatformApplicationArn required

GetPlatformApplicationAttributesResponse

  • GetPlatformApplicationAttributesResponse object: Response for GetPlatformApplicationAttributes action.
    • Attributes

GetSMSAttributesInput

  • GetSMSAttributesInput object: The input for the GetSMSAttributes request.

GetSMSAttributesResponse

  • GetSMSAttributesResponse object: The response from the GetSMSAttributes request.
    • attributes

GetSubscriptionAttributesInput

  • GetSubscriptionAttributesInput object: Input for GetSubscriptionAttributes.
    • SubscriptionArn required

GetSubscriptionAttributesResponse

  • GetSubscriptionAttributesResponse object: Response for GetSubscriptionAttributes action.
    • Attributes

GetTopicAttributesInput

  • GetTopicAttributesInput object: Input for GetTopicAttributes action.
    • TopicArn required

GetTopicAttributesResponse

  • GetTopicAttributesResponse object: Response for GetTopicAttributes action.
    • Attributes

InternalErrorException

InvalidParameterException

InvalidParameterValueException

InvalidSecurityException

KMSAccessDeniedException

KMSDisabledException

KMSInvalidStateException

KMSNotFoundException

KMSOptInRequired

KMSThrottlingException

ListEndpointsByPlatformApplicationInput

  • ListEndpointsByPlatformApplicationInput object: Input for ListEndpointsByPlatformApplication action.
    • NextToken
    • PlatformApplicationArn required

ListEndpointsByPlatformApplicationResponse

  • ListEndpointsByPlatformApplicationResponse object: Response for ListEndpointsByPlatformApplication action.

ListOfEndpoints

ListOfPlatformApplications

ListPhoneNumbersOptedOutInput

  • ListPhoneNumbersOptedOutInput object: The input for the ListPhoneNumbersOptedOut action.
    • nextToken

ListPhoneNumbersOptedOutResponse

  • ListPhoneNumbersOptedOutResponse object: The response from the ListPhoneNumbersOptedOut action.

ListPlatformApplicationsInput

  • ListPlatformApplicationsInput object: Input for ListPlatformApplications action.
    • NextToken

ListPlatformApplicationsResponse

  • ListPlatformApplicationsResponse object: Response for ListPlatformApplications action.

ListString

  • ListString array

ListSubscriptionsByTopicInput

  • ListSubscriptionsByTopicInput object: Input for ListSubscriptionsByTopic action.
    • NextToken
    • TopicArn required

ListSubscriptionsByTopicResponse

  • ListSubscriptionsByTopicResponse object: Response for ListSubscriptionsByTopic action.

ListSubscriptionsInput

  • ListSubscriptionsInput object: Input for ListSubscriptions action.
    • NextToken

ListSubscriptionsResponse

  • ListSubscriptionsResponse object: Response for ListSubscriptions action

ListTagsForResourceRequest

  • ListTagsForResourceRequest object
    • ResourceArn required

ListTagsForResourceResponse

  • ListTagsForResourceResponse object
    • Tags

ListTopicsInput

  • ListTopicsInput object
    • NextToken

ListTopicsResponse

  • ListTopicsResponse object: Response for ListTopics action.
    • NextToken
    • Topics

MapStringToString

  • MapStringToString object

MessageAttributeMap

  • MessageAttributeMap object

MessageAttributeValue

  • MessageAttributeValue object:

    The user-specified message attribute value. For string data types, the value attribute has the same restrictions on the content as the message body. For more information, see Publish.

    Name, type, and value must not be empty or null. In addition, the message body should not be empty or null. All parts of the message attribute, including name, type, and value, are included in the message size restriction, which is currently 256 KB (262,144 bytes). For more information, see Amazon SNS message attributes and Publishing to a mobile phone in the Amazon SNS Developer Guide.

    • BinaryValue
    • DataType required
    • StringValue

NotFoundException

OptInPhoneNumberInput

  • OptInPhoneNumberInput object: Input for the OptInPhoneNumber action.
    • phoneNumber required

OptInPhoneNumberResponse

  • OptInPhoneNumberResponse object: The response for the OptInPhoneNumber action.

PhoneNumber

  • PhoneNumber string

PhoneNumberList

PlatformApplication

  • PlatformApplication object: Platform application object.
    • Attributes
    • PlatformApplicationArn

PlatformApplicationDisabledException

PublishInput

  • PublishInput object: Input for Publish action.
    • Message required
    • MessageAttributes
    • MessageDeduplicationId
    • MessageGroupId
    • MessageStructure
    • PhoneNumber
    • Subject
    • TargetArn
    • TopicArn

PublishResponse

  • PublishResponse object: Response for Publish action.
    • MessageId
    • SequenceNumber

RemovePermissionInput

  • RemovePermissionInput object: Input for RemovePermission action.
    • Label required
    • TopicArn required

ResourceNotFoundException

SetEndpointAttributesInput

  • SetEndpointAttributesInput object: Input for SetEndpointAttributes action.
    • Attributes required
    • EndpointArn required

SetPlatformApplicationAttributesInput

  • SetPlatformApplicationAttributesInput object: Input for SetPlatformApplicationAttributes action.
    • Attributes required
    • PlatformApplicationArn required

SetSMSAttributesInput

  • SetSMSAttributesInput object: The input for the SetSMSAttributes action.
    • attributes required

SetSMSAttributesResponse

  • SetSMSAttributesResponse object: The response for the SetSMSAttributes action.

SetSubscriptionAttributesInput

  • SetSubscriptionAttributesInput object: Input for SetSubscriptionAttributes action.
    • AttributeName required
    • AttributeValue
    • SubscriptionArn required

SetTopicAttributesInput

  • SetTopicAttributesInput object: Input for SetTopicAttributes action.
    • AttributeName required
    • AttributeValue
    • TopicArn required

StaleTagException

String

  • String string

SubscribeInput

  • SubscribeInput object: Input for Subscribe action.
    • Attributes
    • Endpoint
    • Protocol required
    • ReturnSubscriptionArn
    • TopicArn required

SubscribeResponse

  • SubscribeResponse object: Response for Subscribe action.
    • SubscriptionArn

Subscription

  • Subscription object: A wrapper type for the attributes of an Amazon SNS subscription.
    • Endpoint
    • Owner
    • Protocol
    • SubscriptionArn
    • TopicArn

SubscriptionAttributesMap

  • SubscriptionAttributesMap object

SubscriptionLimitExceededException

SubscriptionsList

Tag

  • Tag object: The list of tags to be added to the specified topic.
    • Key required
    • Value required

TagKey

  • TagKey string

TagKeyList

  • TagKeyList array

TagLimitExceededException

TagList

  • TagList array

TagPolicyException

TagResourceRequest

  • TagResourceRequest object
    • ResourceArn required
    • Tags required

TagResourceResponse

  • TagResourceResponse object

TagValue

  • TagValue string

ThrottledException

Topic

  • Topic object: A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use GetTopicAttributes.
    • TopicArn

TopicAttributesMap

  • TopicAttributesMap object

TopicLimitExceededException

TopicsList

  • TopicsList array

UnsubscribeInput

  • UnsubscribeInput object: Input for Unsubscribe action.
    • SubscriptionArn required

UntagResourceRequest

  • UntagResourceRequest object
    • ResourceArn required
    • TagKeys required

UntagResourceResponse

  • UntagResourceResponse object

account

  • account string

action

  • action string

attributeName

  • attributeName string

attributeValue

  • attributeValue string

authenticateOnUnsubscribe

  • authenticateOnUnsubscribe string

boolean

  • boolean boolean

delegate

  • delegate string

endpoint

  • endpoint string

label

  • label string

message

  • message string

messageId

  • messageId string

messageStructure

  • messageStructure string

nextToken

  • nextToken string

protocol

  • protocol string

string

  • string string

subject

  • subject string

subscriptionARN

  • subscriptionARN string

token

  • token string

topicARN

  • topicARN string

topicName

  • topicName string