// // Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. // A copy of the License is located at // // http://aws.amazon.com/apache2.0 // // or in the "license" file accompanying this file. This file is distributed // on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either // express or implied. See the License for the specific language governing // permissions and limitations under the License. // #import #import #import NS_ASSUME_NONNULL_BEGIN FOUNDATION_EXPORT NSString *const AWSSNSErrorDomain; typedef NS_ENUM(NSInteger, AWSSNSErrorType) { AWSSNSErrorUnknown, AWSSNSErrorAuthorizationError, AWSSNSErrorBatchEntryIdsNotDistinct, AWSSNSErrorBatchRequestTooLong, AWSSNSErrorConcurrentAccess, AWSSNSErrorEmptyBatchRequest, AWSSNSErrorEndpointDisabled, AWSSNSErrorFilterPolicyLimitExceeded, AWSSNSErrorInternalError, AWSSNSErrorInvalidBatchEntryId, AWSSNSErrorInvalidParameter, AWSSNSErrorInvalidParameterValue, AWSSNSErrorInvalidSecurity, AWSSNSErrorKMSAccessDenied, AWSSNSErrorKMSDisabled, AWSSNSErrorKMSInvalidState, AWSSNSErrorKMSNotFound, AWSSNSErrorKMSOptInRequired, AWSSNSErrorKMSThrottling, AWSSNSErrorNotFound, AWSSNSErrorOptedOut, AWSSNSErrorPlatformApplicationDisabled, AWSSNSErrorResourceNotFound, AWSSNSErrorStaleTag, AWSSNSErrorSubscriptionLimitExceeded, AWSSNSErrorTagLimitExceeded, AWSSNSErrorTagPolicy, AWSSNSErrorThrottled, AWSSNSErrorTooManyEntriesInBatchRequest, AWSSNSErrorTopicLimitExceeded, AWSSNSErrorUserError, AWSSNSErrorValidation, AWSSNSErrorVerification, }; typedef NS_ENUM(NSInteger, AWSSNSLanguageCodeString) { AWSSNSLanguageCodeStringUnknown, AWSSNSLanguageCodeStringEnUS, AWSSNSLanguageCodeStringEnGB, AWSSNSLanguageCodeStringEs419, AWSSNSLanguageCodeStringEsES, AWSSNSLanguageCodeStringDeDE, AWSSNSLanguageCodeStringFrCA, AWSSNSLanguageCodeStringFrFR, AWSSNSLanguageCodeStringItIT, AWSSNSLanguageCodeStringJaJP, AWSSNSLanguageCodeStringPtBR, AWSSNSLanguageCodeStringKrKR, AWSSNSLanguageCodeStringZhCN, AWSSNSLanguageCodeStringZhTW, }; typedef NS_ENUM(NSInteger, AWSSNSNumberCapability) { AWSSNSNumberCapabilityUnknown, AWSSNSNumberCapabilitySms, AWSSNSNumberCapabilityMms, AWSSNSNumberCapabilityVoice, }; typedef NS_ENUM(NSInteger, AWSSNSRouteType) { AWSSNSRouteTypeUnknown, AWSSNSRouteTypeTransactional, AWSSNSRouteTypePromotional, AWSSNSRouteTypePremium, }; typedef NS_ENUM(NSInteger, AWSSNSSMSSandboxPhoneNumberVerificationStatus) { AWSSNSSMSSandboxPhoneNumberVerificationStatusUnknown, AWSSNSSMSSandboxPhoneNumberVerificationStatusPending, AWSSNSSMSSandboxPhoneNumberVerificationStatusVerified, }; @class AWSSNSAddPermissionInput; @class AWSSNSBatchResultErrorEntry; @class AWSSNSCheckIfPhoneNumberIsOptedOutInput; @class AWSSNSCheckIfPhoneNumberIsOptedOutResponse; @class AWSSNSConfirmSubscriptionInput; @class AWSSNSConfirmSubscriptionResponse; @class AWSSNSCreateEndpointResponse; @class AWSSNSCreatePlatformApplicationInput; @class AWSSNSCreatePlatformApplicationResponse; @class AWSSNSCreatePlatformEndpointInput; @class AWSSNSCreateSMSSandboxPhoneNumberInput; @class AWSSNSCreateSMSSandboxPhoneNumberResult; @class AWSSNSCreateTopicInput; @class AWSSNSCreateTopicResponse; @class AWSSNSDeleteEndpointInput; @class AWSSNSDeletePlatformApplicationInput; @class AWSSNSDeleteSMSSandboxPhoneNumberInput; @class AWSSNSDeleteSMSSandboxPhoneNumberResult; @class AWSSNSDeleteTopicInput; @class AWSSNSEndpoint; @class AWSSNSGetDataProtectionPolicyInput; @class AWSSNSGetDataProtectionPolicyResponse; @class AWSSNSGetEndpointAttributesInput; @class AWSSNSGetEndpointAttributesResponse; @class AWSSNSGetPlatformApplicationAttributesInput; @class AWSSNSGetPlatformApplicationAttributesResponse; @class AWSSNSGetSMSAttributesInput; @class AWSSNSGetSMSAttributesResponse; @class AWSSNSGetSMSSandboxAccountStatusInput; @class AWSSNSGetSMSSandboxAccountStatusResult; @class AWSSNSGetSubscriptionAttributesInput; @class AWSSNSGetSubscriptionAttributesResponse; @class AWSSNSGetTopicAttributesInput; @class AWSSNSGetTopicAttributesResponse; @class AWSSNSListEndpointsByPlatformApplicationInput; @class AWSSNSListEndpointsByPlatformApplicationResponse; @class AWSSNSListOriginationNumbersRequest; @class AWSSNSListOriginationNumbersResult; @class AWSSNSListPhoneNumbersOptedOutInput; @class AWSSNSListPhoneNumbersOptedOutResponse; @class AWSSNSListPlatformApplicationsInput; @class AWSSNSListPlatformApplicationsResponse; @class AWSSNSListSMSSandboxPhoneNumbersInput; @class AWSSNSListSMSSandboxPhoneNumbersResult; @class AWSSNSListSubscriptionsByTopicInput; @class AWSSNSListSubscriptionsByTopicResponse; @class AWSSNSListSubscriptionsInput; @class AWSSNSListSubscriptionsResponse; @class AWSSNSListTagsForResourceRequest; @class AWSSNSListTagsForResourceResponse; @class AWSSNSListTopicsInput; @class AWSSNSListTopicsResponse; @class AWSSNSMessageAttributeValue; @class AWSSNSOptInPhoneNumberInput; @class AWSSNSOptInPhoneNumberResponse; @class AWSSNSPhoneNumberInformation; @class AWSSNSPlatformApplication; @class AWSSNSPublishBatchInput; @class AWSSNSPublishBatchRequestEntry; @class AWSSNSPublishBatchResponse; @class AWSSNSPublishBatchResultEntry; @class AWSSNSPublishInput; @class AWSSNSPublishResponse; @class AWSSNSPutDataProtectionPolicyInput; @class AWSSNSRemovePermissionInput; @class AWSSNSSMSSandboxPhoneNumber; @class AWSSNSSetEndpointAttributesInput; @class AWSSNSSetPlatformApplicationAttributesInput; @class AWSSNSSetSMSAttributesInput; @class AWSSNSSetSMSAttributesResponse; @class AWSSNSSetSubscriptionAttributesInput; @class AWSSNSSetTopicAttributesInput; @class AWSSNSSubscribeInput; @class AWSSNSSubscribeResponse; @class AWSSNSSubscription; @class AWSSNSTag; @class AWSSNSTagResourceRequest; @class AWSSNSTagResourceResponse; @class AWSSNSTopic; @class AWSSNSUnsubscribeInput; @class AWSSNSUntagResourceRequest; @class AWSSNSUntagResourceResponse; @class AWSSNSVerifySMSSandboxPhoneNumberInput; @class AWSSNSVerifySMSSandboxPhoneNumberResult; /** */ @interface AWSSNSAddPermissionInput : AWSRequest /**

The Amazon Web Services account IDs of the users (principals) who will be given access to the specified actions. The users must have Amazon Web Services account, but do not need to be signed up for this service.

*/ @property (nonatomic, strong) NSArray * _Nullable AWSAccountId; /**

The action you want to allow for the specified principal(s).

Valid values: Any Amazon SNS action name, for example Publish.

*/ @property (nonatomic, strong) NSArray * _Nullable actionName; /**

A unique identifier for the new policy statement.

*/ @property (nonatomic, strong) NSString * _Nullable label; /**

The ARN of the topic whose access control policy you wish to modify.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Gives a detailed description of failed messages in the batch.

Required parameters: [Id, Code, SenderFault] */ @interface AWSSNSBatchResultErrorEntry : AWSModel /**

An error code representing why the action failed on this entry.

*/ @property (nonatomic, strong) NSString * _Nullable code; /**

The Id of an entry in a batch request

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

A message explaining why the action failed on this entry.

*/ @property (nonatomic, strong) NSString * _Nullable message; /**

Specifies whether the error happened due to the caller of the batch API action.

*/ @property (nonatomic, strong) NSNumber * _Nullable senderFault; @end /**

The input for the CheckIfPhoneNumberIsOptedOut action.

Required parameters: [phoneNumber] */ @interface AWSSNSCheckIfPhoneNumberIsOptedOutInput : AWSRequest /**

The phone number for which you want to check the opt out status.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; @end /**

The response from the CheckIfPhoneNumberIsOptedOut action.

*/ @interface AWSSNSCheckIfPhoneNumberIsOptedOutResponse : AWSModel /**

Indicates whether the phone number is opted out:

  • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

  • false – The phone number is opted in, meaning you can publish SMS messages to it.

*/ @property (nonatomic, strong) NSNumber * _Nullable isOptedOut; @end /**

Input for ConfirmSubscription action.

Required parameters: [TopicArn, Token] */ @interface AWSSNSConfirmSubscriptionInput : AWSRequest /**

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.

*/ @property (nonatomic, strong) NSString * _Nullable authenticateOnUnsubscribe; /**

Short-lived token sent to an endpoint during the Subscribe action.

*/ @property (nonatomic, strong) NSString * _Nullable token; /**

The ARN of the topic for which you wish to confirm a subscription.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Response for ConfirmSubscriptions action.

*/ @interface AWSSNSConfirmSubscriptionResponse : AWSModel /**

The ARN of the created subscription.

*/ @property (nonatomic, strong) NSString * _Nullable subscriptionArn; @end /**

Response from CreateEndpoint action.

*/ @interface AWSSNSCreateEndpointResponse : AWSModel /**

EndpointArn returned from CreateEndpoint action.

*/ @property (nonatomic, strong) NSString * _Nullable endpointArn; @end /**

Input for CreatePlatformApplication action.

Required parameters: [Name, Platform, Attributes] */ @interface AWSSNSCreatePlatformApplicationInput : AWSRequest /**

For a list of attributes, see SetPlatformApplicationAttributes.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

*/ @property (nonatomic, strong) NSString * _Nullable name; /**

The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).

*/ @property (nonatomic, strong) NSString * _Nullable platform; @end /**

Response from CreatePlatformApplication action.

*/ @interface AWSSNSCreatePlatformApplicationResponse : AWSModel /**

PlatformApplicationArn is returned.

*/ @property (nonatomic, strong) NSString * _Nullable platformApplicationArn; @end /**

Input for CreatePlatformEndpoint action.

Required parameters: [PlatformApplicationArn, Token] */ @interface AWSSNSCreatePlatformEndpointInput : AWSRequest /**

For a list of attributes, see SetEndpointAttributes.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

Arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

*/ @property (nonatomic, strong) NSString * _Nullable customUserData; /**

PlatformApplicationArn returned from CreatePlatformApplication is used to create a an endpoint.

*/ @property (nonatomic, strong) NSString * _Nullable platformApplicationArn; /**

Unique identifier created by the notification service for an app on a device. The specific name for Token will vary, depending on which notification service is being used. For example, when using APNS as the notification service, you need the device token. Alternatively, when using GCM (Firebase Cloud Messaging) or ADM, the device token equivalent is called the registration ID.

*/ @property (nonatomic, strong) NSString * _Nullable token; @end /** */ @interface AWSSNSCreateSMSSandboxPhoneNumberInput : AWSRequest /**

The language to use for sending the OTP. The default value is en-US.

*/ @property (nonatomic, assign) AWSSNSLanguageCodeString languageCode; /**

The destination phone number to verify. On verification, Amazon SNS adds this phone number to the list of verified phone numbers that you can send SMS messages to.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; @end /** */ @interface AWSSNSCreateSMSSandboxPhoneNumberResult : AWSModel @end /**

Input for CreateTopic action.

Required parameters: [Name] */ @interface AWSSNSCreateTopicInput : AWSRequest /**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters that the CreateTopic action uses:

  • DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints.

  • DisplayName – The display name to use for a topic with SMS subscriptions.

  • FifoTopic – Set to true to create a FIFO topic.

  • Policy – The policy that defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic.

  • SignatureVersion – The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default, SignatureVersion is set to 1.

  • TracingConfig – Tracing mode of an Amazon SNS topic. By default TracingConfig is set to PassThrough, and the topic passes through the tracing header it receives from an Amazon SNS publisher to its subscriptions. If set to Active, Amazon SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true. This is only supported on standard topics.

The following attribute applies only to server-side encryption:

  • KmsMasterKeyId – The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference.

The following attributes apply only to FIFO topics:

  • FifoTopic – When this is set to true, a FIFO topic is created.

  • ContentBasedDeduplication – Enables content-based deduplication for FIFO topics.

    • By default, ContentBasedDeduplication is set to false. If you create a FIFO topic and this attribute is false, you must specify a value for the MessageDeduplicationId parameter for the Publish action.

    • When you set ContentBasedDeduplication to true, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message).

      (Optional) To override the generated value, you can specify a value for the MessageDeduplicationId parameter for the Publish action.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

The body of the policy document you want to use for this topic.

You can only add one policy per topic.

The policy must be in JSON string format.

Length Constraints: Maximum length of 30,720.

*/ @property (nonatomic, strong) NSString * _Nullable dataProtectionPolicy; /**

The name of the topic you want to create.

Constraints: 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.

For a FIFO (first-in-first-out) topic, the name must end with the .fifo suffix.

*/ @property (nonatomic, strong) NSString * _Nullable name; /**

The list of tags to add to a new topic.

To be able to tag a topic on creation, you must have the sns:CreateTopic and sns:TagResource permissions.

*/ @property (nonatomic, strong) NSArray * _Nullable tags; @end /**

Response from CreateTopic action.

*/ @interface AWSSNSCreateTopicResponse : AWSModel /**

The Amazon Resource Name (ARN) assigned to the created topic.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Input for DeleteEndpoint action.

Required parameters: [EndpointArn] */ @interface AWSSNSDeleteEndpointInput : AWSRequest /**

EndpointArn of endpoint to delete.

*/ @property (nonatomic, strong) NSString * _Nullable endpointArn; @end /**

Input for DeletePlatformApplication action.

Required parameters: [PlatformApplicationArn] */ @interface AWSSNSDeletePlatformApplicationInput : AWSRequest /**

PlatformApplicationArn of platform application object to delete.

*/ @property (nonatomic, strong) NSString * _Nullable platformApplicationArn; @end /** */ @interface AWSSNSDeleteSMSSandboxPhoneNumberInput : AWSRequest /**

The destination phone number to delete.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; @end /** */ @interface AWSSNSDeleteSMSSandboxPhoneNumberResult : AWSModel @end /** */ @interface AWSSNSDeleteTopicInput : AWSRequest /**

The ARN of the topic you want to delete.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

The endpoint for mobile app and device.

*/ @interface AWSSNSEndpoint : AWSModel /**

Attributes for endpoint.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

The EndpointArn for mobile app and device.

*/ @property (nonatomic, strong) NSString * _Nullable endpointArn; @end /** */ @interface AWSSNSGetDataProtectionPolicyInput : AWSRequest /**

The ARN of the topic whose DataProtectionPolicy you want to get.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

*/ @property (nonatomic, strong) NSString * _Nullable resourceArn; @end /** */ @interface AWSSNSGetDataProtectionPolicyResponse : AWSModel /**

Retrieves the DataProtectionPolicy in JSON string format.

*/ @property (nonatomic, strong) NSString * _Nullable dataProtectionPolicy; @end /**

Input for GetEndpointAttributes action.

Required parameters: [EndpointArn] */ @interface AWSSNSGetEndpointAttributesInput : AWSRequest /**

EndpointArn for GetEndpointAttributes input.

*/ @property (nonatomic, strong) NSString * _Nullable endpointArn; @end /**

Response from GetEndpointAttributes of the EndpointArn.

*/ @interface AWSSNSGetEndpointAttributesResponse : AWSModel /**

Attributes include the following:

  • CustomUserData – arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

  • Enabled – flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

  • Token – device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

    The device token for the iOS platform is returned in lowercase.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; @end /**

Input for GetPlatformApplicationAttributes action.

Required parameters: [PlatformApplicationArn] */ @interface AWSSNSGetPlatformApplicationAttributesInput : AWSRequest /**

PlatformApplicationArn for GetPlatformApplicationAttributesInput.

*/ @property (nonatomic, strong) NSString * _Nullable platformApplicationArn; @end /**

Response for GetPlatformApplicationAttributes action.

*/ @interface AWSSNSGetPlatformApplicationAttributesResponse : AWSModel /**

Attributes include the following:

  • AppleCertificateExpiryDate – The expiry date of the SSL certificate used to configure certificate-based authentication.

  • ApplePlatformTeamID – The Apple developer account ID used to configure token-based authentication.

  • ApplePlatformBundleID – The app identifier used to configure token-based authentication.

  • EventEndpointCreated – Topic ARN to which EndpointCreated event notifications should be sent.

  • EventEndpointDeleted – Topic ARN to which EndpointDeleted event notifications should be sent.

  • EventEndpointUpdated – Topic ARN to which EndpointUpdate event notifications should be sent.

  • EventDeliveryFailure – Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; @end /**

The input for the GetSMSAttributes request.

*/ @interface AWSSNSGetSMSAttributesInput : AWSRequest /**

A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

For all attribute names, see SetSMSAttributes.

If you don't use this parameter, Amazon SNS returns all SMS attributes.

*/ @property (nonatomic, strong) NSArray * _Nullable attributes; @end /**

The response from the GetSMSAttributes request.

*/ @interface AWSSNSGetSMSAttributesResponse : AWSModel /**

The SMS attribute names and their values.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; @end /** */ @interface AWSSNSGetSMSSandboxAccountStatusInput : AWSRequest @end /** */ @interface AWSSNSGetSMSSandboxAccountStatusResult : AWSModel /**

Indicates whether the calling Amazon Web Services account is in the SMS sandbox.

*/ @property (nonatomic, strong) NSNumber * _Nullable isInSandbox; @end /**

Input for GetSubscriptionAttributes.

Required parameters: [SubscriptionArn] */ @interface AWSSNSGetSubscriptionAttributesInput : AWSRequest /**

The ARN of the subscription whose properties you want to get.

*/ @property (nonatomic, strong) NSString * _Nullable subscriptionArn; @end /**

Response for GetSubscriptionAttributes action.

*/ @interface AWSSNSGetSubscriptionAttributesResponse : AWSModel /**

A map of the subscription's attributes. Attributes in this map include the following:

  • ConfirmationWasAuthenticatedtrue if the subscription confirmation request was authenticated.

  • DeliveryPolicy – The JSON serialization of the subscription's delivery policy.

  • EffectiveDeliveryPolicy – The JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults.

  • FilterPolicy – The filter policy JSON that is assigned to the subscription. For more information, see Amazon SNS Message Filtering in the Amazon SNS Developer Guide.

  • FilterPolicyScope – This attribute lets you choose the filtering scope by using one of the following string value types:

    • MessageAttributes (default) – The filter is applied on the message attributes.

    • MessageBody – The filter is applied on the message body.

  • Owner – The Amazon Web Services account ID of the subscription's owner.

  • PendingConfirmationtrue if the subscription hasn't been confirmed. To confirm a pending subscription, call the ConfirmSubscription action with a confirmation token.

  • RawMessageDeliverytrue if raw message delivery is enabled for the subscription. Raw messages are free of JSON formatting and can be sent to HTTP/S and Amazon SQS endpoints.

  • RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing.

  • SubscriptionArn – The subscription's ARN.

  • TopicArn – The topic ARN that the subscription is associated with.

The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:

  • SubscriptionRoleArn – The ARN of the IAM role that has the following:

    • Permission to write to the Kinesis Data Firehose delivery stream

    • Amazon SNS listed as a trusted entity

    Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; @end /**

Input for GetTopicAttributes action.

Required parameters: [TopicArn] */ @interface AWSSNSGetTopicAttributesInput : AWSRequest /**

The ARN of the topic whose properties you want to get.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Response for GetTopicAttributes action.

*/ @interface AWSSNSGetTopicAttributesResponse : AWSModel /**

A map of the topic's attributes. Attributes in this map include the following:

  • DeliveryPolicy – The JSON serialization of the topic's delivery policy.

  • DisplayName – The human-readable name used in the From field for notifications to email and email-json endpoints.

  • EffectiveDeliveryPolicy – The JSON serialization of the effective delivery policy, taking system defaults into account.

  • Owner – The Amazon Web Services account ID of the topic's owner.

  • Policy – The JSON serialization of the topic's access control policy.

  • SignatureVersion – The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.

    • By default, SignatureVersion is set to 1. The signature is a Base64-encoded SHA1withRSA signature.

    • When you set SignatureVersion to 2. Amazon SNS uses a Base64-encoded SHA256withRSA signature.

      If the API response does not include the SignatureVersion attribute, it means that the SignatureVersion for the topic has value 1.

  • SubscriptionsConfirmed – The number of confirmed subscriptions for the topic.

  • SubscriptionsDeleted – The number of deleted subscriptions for the topic.

  • SubscriptionsPending – The number of subscriptions pending confirmation for the topic.

  • TopicArn – The topic's ARN.

  • TracingConfig – Tracing mode of an Amazon SNS topic. By default TracingConfig is set to PassThrough, and the topic passes through the tracing header it receives from an Amazon SNS publisher to its subscriptions. If set to Active, Amazon SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true. This is only supported on standard topics.

The following attribute applies only to server-side-encryption:

  • KmsMasterKeyId - The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference.

The following attributes apply only to FIFO topics:

  • FifoTopic – When this is set to true, a FIFO topic is created.

  • ContentBasedDeduplication – Enables content-based deduplication for FIFO topics.

    • By default, ContentBasedDeduplication is set to false. If you create a FIFO topic and this attribute is false, you must specify a value for the MessageDeduplicationId parameter for the Publish action.

    • When you set ContentBasedDeduplication to true, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message).

      (Optional) To override the generated value, you can specify a value for the MessageDeduplicationId parameter for the Publish action.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; @end /**

Input for ListEndpointsByPlatformApplication action.

Required parameters: [PlatformApplicationArn] */ @interface AWSSNSListEndpointsByPlatformApplicationInput : AWSRequest /**

NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

*/ @property (nonatomic, strong) NSString * _Nullable platformApplicationArn; @end /**

Response for ListEndpointsByPlatformApplication action.

*/ @interface AWSSNSListEndpointsByPlatformApplicationResponse : AWSModel /**

Endpoints returned for ListEndpointsByPlatformApplication action.

*/ @property (nonatomic, strong) NSArray * _Nullable endpoints; /**

NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; @end /** */ @interface AWSSNSListOriginationNumbersRequest : AWSRequest /**

The maximum number of origination numbers to return.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxResults; /**

Token that the previous ListOriginationNumbers request returns.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; @end /** */ @interface AWSSNSListOriginationNumbersResult : AWSModel /**

A NextToken string is returned when you call the ListOriginationNumbers operation if additional pages of records are available.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

A list of the calling account's verified and pending origination numbers.

*/ @property (nonatomic, strong) NSArray * _Nullable phoneNumbers; @end /**

The input for the ListPhoneNumbersOptedOut action.

*/ @interface AWSSNSListPhoneNumbersOptedOutInput : AWSRequest /**

A NextToken string is used when you call the ListPhoneNumbersOptedOut action to retrieve additional records that are available after the first page of results.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; @end /**

The response from the ListPhoneNumbersOptedOut action.

*/ @interface AWSSNSListPhoneNumbersOptedOutResponse : AWSModel /**

A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

*/ @property (nonatomic, strong) NSArray * _Nullable phoneNumbers; @end /**

Input for ListPlatformApplications action.

*/ @interface AWSSNSListPlatformApplicationsInput : AWSRequest /**

NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; @end /**

Response for ListPlatformApplications action.

*/ @interface AWSSNSListPlatformApplicationsResponse : AWSModel /**

NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

Platform applications returned when calling ListPlatformApplications action.

*/ @property (nonatomic, strong) NSArray * _Nullable platformApplications; @end /** */ @interface AWSSNSListSMSSandboxPhoneNumbersInput : AWSRequest /**

The maximum number of phone numbers to return.

*/ @property (nonatomic, strong) NSNumber * _Nullable maxResults; /**

Token that the previous ListSMSSandboxPhoneNumbersInput request returns.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; @end /** */ @interface AWSSNSListSMSSandboxPhoneNumbersResult : AWSModel /**

A NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput operation if additional pages of records are available.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

A list of the calling account's pending and verified phone numbers.

*/ @property (nonatomic, strong) NSArray * _Nullable phoneNumbers; @end /**

Input for ListSubscriptionsByTopic action.

Required parameters: [TopicArn] */ @interface AWSSNSListSubscriptionsByTopicInput : AWSRequest /**

Token returned by the previous ListSubscriptionsByTopic request.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

The ARN of the topic for which you wish to find subscriptions.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Response for ListSubscriptionsByTopic action.

*/ @interface AWSSNSListSubscriptionsByTopicResponse : AWSModel /**

Token to pass along to the next ListSubscriptionsByTopic request. This element is returned if there are more subscriptions to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

A list of subscriptions.

*/ @property (nonatomic, strong) NSArray * _Nullable subscriptions; @end /**

Input for ListSubscriptions action.

*/ @interface AWSSNSListSubscriptionsInput : AWSRequest /**

Token returned by the previous ListSubscriptions request.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; @end /**

Response for ListSubscriptions action

*/ @interface AWSSNSListSubscriptionsResponse : AWSModel /**

Token to pass along to the next ListSubscriptions request. This element is returned if there are more subscriptions to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

A list of subscriptions.

*/ @property (nonatomic, strong) NSArray * _Nullable subscriptions; @end /** */ @interface AWSSNSListTagsForResourceRequest : AWSRequest /**

The ARN of the topic for which to list tags.

*/ @property (nonatomic, strong) NSString * _Nullable resourceArn; @end /** */ @interface AWSSNSListTagsForResourceResponse : AWSModel /**

The tags associated with the specified topic.

*/ @property (nonatomic, strong) NSArray * _Nullable tags; @end /** */ @interface AWSSNSListTopicsInput : AWSRequest /**

Token returned by the previous ListTopics request.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; @end /**

Response for ListTopics action.

*/ @interface AWSSNSListTopicsResponse : AWSModel /**

Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

*/ @property (nonatomic, strong) NSString * _Nullable nextToken; /**

A list of topic ARNs.

*/ @property (nonatomic, strong) NSArray * _Nullable topics; @end /**

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.

Required parameters: [DataType] */ @interface AWSSNSMessageAttributeValue : AWSModel /**

Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.

*/ @property (nonatomic, strong) NSData * _Nullable binaryValue; /**

Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary. For more information, see Message Attribute Data Types.

*/ @property (nonatomic, strong) NSString * _Nullable dataType; /**

Strings are Unicode with UTF8 binary encoding. For a list of code values, see ASCII Printable Characters.

*/ @property (nonatomic, strong) NSString * _Nullable stringValue; @end /**

Input for the OptInPhoneNumber action.

Required parameters: [phoneNumber] */ @interface AWSSNSOptInPhoneNumberInput : AWSRequest /**

The phone number to opt in. Use E.164 format.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; @end /**

The response for the OptInPhoneNumber action.

*/ @interface AWSSNSOptInPhoneNumberResponse : AWSModel @end /**

A list of phone numbers and their metadata.

*/ @interface AWSSNSPhoneNumberInformation : AWSModel /**

The date and time when the phone number was created.

*/ @property (nonatomic, strong) NSDate * _Nullable createdAt; /**

The two-character code for the country or region, in ISO 3166-1 alpha-2 format.

*/ @property (nonatomic, strong) NSString * _Nullable iso2CountryCode; /**

The capabilities of each phone number.

*/ @property (nonatomic, strong) NSArray * _Nullable numberCapabilities; /**

The phone number.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; /**

The list of supported routes.

*/ @property (nonatomic, assign) AWSSNSRouteType routeType; /**

The status of the phone number.

*/ @property (nonatomic, strong) NSString * _Nullable status; @end /**

Platform application object.

*/ @interface AWSSNSPlatformApplication : AWSModel /**

Attributes for platform application object.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

PlatformApplicationArn for platform application object.

*/ @property (nonatomic, strong) NSString * _Nullable platformApplicationArn; @end /** */ @interface AWSSNSPublishBatchInput : AWSRequest /**

A list of PublishBatch request entries to be sent to the SNS topic.

*/ @property (nonatomic, strong) NSArray * _Nullable publishBatchRequestEntries; /**

The Amazon resource name (ARN) of the topic you want to batch publish to.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Contains the details of a single Amazon SNS message along with an Id that identifies a message within the batch.

Required parameters: [Id, Message] */ @interface AWSSNSPublishBatchRequestEntry : AWSModel /**

An identifier for the message in this batch.

The Ids of a batch request must be unique within a request.

This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

The body of the message.

*/ @property (nonatomic, strong) NSString * _Nullable message; /**

Each message attribute consists of a Name, Type, and Value. For more information, see Amazon SNS message attributes in the Amazon SNS Developer Guide.

*/ @property (nonatomic, strong) NSDictionary * _Nullable messageAttributes; /**

This parameter applies only to FIFO (first-in-first-out) topics.

The token used for deduplication of messages within a 5-minute minimum deduplication interval. If a message with a particular MessageDeduplicationId is sent successfully, subsequent messages with the same MessageDeduplicationId are accepted successfully but aren't delivered.

  • Every message must have a unique MessageDeduplicationId.

    • You may provide a MessageDeduplicationId explicitly.

    • If you aren't able to provide a MessageDeduplicationId and you enable ContentBasedDeduplication for your topic, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message).

    • If you don't provide a MessageDeduplicationId and the topic doesn't have ContentBasedDeduplication set, the action fails with an error.

    • If the topic has a ContentBasedDeduplication set, your MessageDeduplicationId overrides the generated one.

  • When ContentBasedDeduplication is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.

  • If you send one message with ContentBasedDeduplication enabled, and then another message with a MessageDeduplicationId that is the same as the one generated for the first MessageDeduplicationId, the two messages are treated as duplicates and only one copy of the message is delivered.

The MessageDeduplicationId is available to the consumer of the message (this can be useful for troubleshooting delivery issues).

If a message is sent successfully but the acknowledgement is lost and the message is resent with the same MessageDeduplicationId after the deduplication interval, Amazon SNS can't detect duplicate messages.

Amazon SNS continues to keep track of the message deduplication ID even after the message is received and deleted.

The length of MessageDeduplicationId is 128 characters.

MessageDeduplicationId can contain alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~).

*/ @property (nonatomic, strong) NSString * _Nullable messageDeduplicationId; /**

This parameter applies only to FIFO (first-in-first-out) topics.

The tag that specifies that a message belongs to a specific message group. Messages that belong to the same message group are processed in a FIFO manner (however, messages in different message groups might be processed out of order). To interleave multiple ordered streams within a single topic, use MessageGroupId values (for example, session data for multiple users). In this scenario, multiple consumers can process the topic, but the session data of each user is processed in a FIFO fashion.

You must associate a non-empty MessageGroupId with a message. If you don't provide a MessageGroupId, the action fails.

The length of MessageGroupId is 128 characters.

MessageGroupId can contain alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~).

MessageGroupId is required for FIFO topics. You can't use it for standard topics.

*/ @property (nonatomic, strong) NSString * _Nullable messageGroupId; /**

Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

  • be a syntactically valid JSON object; and

  • contain at least a top-level JSON key of "default" with a value that is a string.

You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g. http).

*/ @property (nonatomic, strong) NSString * _Nullable messageStructure; /**

The subject of the batch message.

*/ @property (nonatomic, strong) NSString * _Nullable subject; @end /** */ @interface AWSSNSPublishBatchResponse : AWSModel /**

A list of failed PublishBatch responses.

*/ @property (nonatomic, strong) NSArray * _Nullable failed; /**

A list of successful PublishBatch responses.

*/ @property (nonatomic, strong) NSArray * _Nullable successful; @end /**

Encloses data related to a successful message in a batch request for topic.

*/ @interface AWSSNSPublishBatchResultEntry : AWSModel /**

The Id of an entry in a batch request.

*/ @property (nonatomic, strong) NSString * _Nullable identifier; /**

An identifier for the message.

*/ @property (nonatomic, strong) NSString * _Nullable messageId; /**

This parameter applies only to FIFO (first-in-first-out) topics.

The large, non-consecutive number that Amazon SNS assigns to each message.

The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for a particular MessageGroupId.

*/ @property (nonatomic, strong) NSString * _Nullable sequenceNumber; @end /**

Input for Publish action.

Required parameters: [Message] */ @interface AWSSNSPublishInput : AWSRequest /**

The message you want to send.

If you are publishing to a topic and you want to send the same message to all transport protocols, include the text of the message as a String value. If you want to send different messages for each transport protocol, set the value of the MessageStructure parameter to json and use a JSON object for the Message parameter.

Constraints:

  • With the exception of SMS, messages must be UTF-8 encoded strings and at most 256 KB in size (262,144 bytes, not 262,144 characters).

  • For SMS, each message can contain up to 140 characters. This character limit depends on the encoding schema. For example, an SMS message can contain 160 GSM characters, 140 ASCII characters, or 70 UCS-2 characters.

    If you publish a message that exceeds this size limit, Amazon SNS sends the message as multiple messages, each fitting within the size limit. Messages aren't truncated mid-word but are cut off at whole-word boundaries.

    The total size limit for a single SMS Publish action is 1,600 characters.

JSON-specific constraints:

  • Keys in the JSON object that correspond to supported transport protocols must have simple JSON string values.

  • The values will be parsed (unescaped) before they are used in outgoing messages.

  • Outbound notifications are JSON encoded (meaning that the characters will be reescaped for sending).

  • Values have a minimum length of 0 (the empty string, "", is allowed).

  • Values have a maximum length bounded by the overall message size (so, including multiple protocols may limit message sizes).

  • Non-string values will cause the key to be ignored.

  • Keys that do not correspond to supported transport protocols are ignored.

  • Duplicate keys are not allowed.

  • Failure to parse or validate any key or value in the message will cause the Publish call to return an error (no partial delivery).

*/ @property (nonatomic, strong) NSString * _Nullable message; /**

Message attributes for Publish action.

*/ @property (nonatomic, strong) NSDictionary * _Nullable messageAttributes; /**

This parameter applies only to FIFO (first-in-first-out) topics. The MessageDeduplicationId can contain up to 128 alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~).

Every message must have a unique MessageDeduplicationId, which is a token used for deduplication of sent messages. If a message with a particular MessageDeduplicationId is sent successfully, any message sent with the same MessageDeduplicationId during the 5-minute deduplication interval is treated as a duplicate.

If the topic has ContentBasedDeduplication set, the system generates a MessageDeduplicationId based on the contents of the message. Your MessageDeduplicationId overrides the generated one.

*/ @property (nonatomic, strong) NSString * _Nullable messageDeduplicationId; /**

This parameter applies only to FIFO (first-in-first-out) topics. The MessageGroupId can contain up to 128 alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~).

The MessageGroupId is a tag that specifies that a message belongs to a specific message group. Messages that belong to the same message group are processed in a FIFO manner (however, messages in different message groups might be processed out of order). Every message must include a MessageGroupId.

*/ @property (nonatomic, strong) NSString * _Nullable messageGroupId; /**

Set MessageStructure to json if you want to send a different message for each protocol. For example, using one publish action, you can send a short message to your SMS subscribers and a longer message to your email subscribers. If you set MessageStructure to json, the value of the Message parameter must:

  • be a syntactically valid JSON object; and

  • contain at least a top-level JSON key of "default" with a value that is a string.

You can define other top-level keys that define the message you want to send to a specific transport protocol (e.g., "http").

Valid value: json

*/ @property (nonatomic, strong) NSString * _Nullable messageStructure; /**

The phone number to which you want to deliver an SMS message. Use E.164 format.

If you don't specify a value for the PhoneNumber parameter, you must specify a value for the TargetArn or TopicArn parameters.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; /**

Optional parameter to be used as the "Subject" line when the message is delivered to email endpoints. This field will also be included, if present, in the standard JSON messages delivered to other endpoints.

Constraints: Subjects must be ASCII text that begins with a letter, number, or punctuation mark; must not include line breaks or control characters; and must be less than 100 characters long.

*/ @property (nonatomic, strong) NSString * _Nullable subject; /**

If you don't specify a value for the TargetArn parameter, you must specify a value for the PhoneNumber or TopicArn parameters.

*/ @property (nonatomic, strong) NSString * _Nullable targetArn; /**

The topic you want to publish to.

If you don't specify a value for the TopicArn parameter, you must specify a value for the PhoneNumber or TargetArn parameters.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Response for Publish action.

*/ @interface AWSSNSPublishResponse : AWSModel /**

Unique identifier assigned to the published message.

Length Constraint: Maximum 100 characters

*/ @property (nonatomic, strong) NSString * _Nullable messageId; /**

This response element applies only to FIFO (first-in-first-out) topics.

The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message. The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each MessageGroupId.

*/ @property (nonatomic, strong) NSString * _Nullable sequenceNumber; @end /** */ @interface AWSSNSPutDataProtectionPolicyInput : AWSRequest /**

The JSON serialization of the topic's DataProtectionPolicy.

The DataProtectionPolicy must be in JSON string format.

Length Constraints: Maximum length of 30,720.

*/ @property (nonatomic, strong) NSString * _Nullable dataProtectionPolicy; /**

The ARN of the topic whose DataProtectionPolicy you want to add or update.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

*/ @property (nonatomic, strong) NSString * _Nullable resourceArn; @end /**

Input for RemovePermission action.

Required parameters: [TopicArn, Label] */ @interface AWSSNSRemovePermissionInput : AWSRequest /**

The unique label of the statement you want to remove.

*/ @property (nonatomic, strong) NSString * _Nullable label; /**

The ARN of the topic whose access control policy you wish to modify.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

A verified or pending destination phone number in the SMS sandbox.

When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the SMS sandbox. The SMS sandbox provides a safe environment for you to try Amazon SNS features without risking your reputation as an SMS sender. While your Amazon Web Services account is in the SMS sandbox, you can use all of the features of Amazon SNS. However, you can send SMS messages only to verified destination phone numbers. For more information, including how to move out of the sandbox to send messages without restrictions, see SMS sandbox in the Amazon SNS Developer Guide.

*/ @interface AWSSNSSMSSandboxPhoneNumber : AWSModel /**

The destination phone number.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; /**

The destination phone number's verification status.

*/ @property (nonatomic, assign) AWSSNSSMSSandboxPhoneNumberVerificationStatus status; @end /**

Input for SetEndpointAttributes action.

Required parameters: [EndpointArn, Attributes] */ @interface AWSSNSSetEndpointAttributesInput : AWSRequest /**

A map of the endpoint attributes. Attributes in this map include the following:

  • CustomUserData – arbitrary user data to associate with the endpoint. Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.

  • Enabled – flag that enables/disables delivery to the endpoint. Amazon SNS will set this to false when a notification service indicates to Amazon SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.

  • Token – device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

EndpointArn used for SetEndpointAttributes action.

*/ @property (nonatomic, strong) NSString * _Nullable endpointArn; @end /**

Input for SetPlatformApplicationAttributes action.

Required parameters: [PlatformApplicationArn, Attributes] */ @interface AWSSNSSetPlatformApplicationAttributesInput : AWSRequest /**

A map of the platform application attributes. Attributes in this map include the following:

  • PlatformCredential – The credential received from the notification service.

    • For ADM, PlatformCredentialis client secret.

    • For Apple Services using certificate credentials, PlatformCredential is private key.

    • For Apple Services using token credentials, PlatformCredential is signing key.

    • For GCM (Firebase Cloud Messaging), PlatformCredential is API key.

  • PlatformPrincipal – The principal received from the notification service.

    • For ADM, PlatformPrincipalis client id.

    • For Apple Services using certificate credentials, PlatformPrincipal is SSL certificate.

    • For Apple Services using token credentials, PlatformPrincipal is signing key ID.

    • For GCM (Firebase Cloud Messaging), there is no PlatformPrincipal.

  • EventEndpointCreated – Topic ARN to which EndpointCreated event notifications are sent.

  • EventEndpointDeleted – Topic ARN to which EndpointDeleted event notifications are sent.

  • EventEndpointUpdated – Topic ARN to which EndpointUpdate event notifications are sent.

  • EventDeliveryFailure – Topic ARN to which DeliveryFailure event notifications are sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

  • SuccessFeedbackRoleArn – IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

  • FailureFeedbackRoleArn – IAM role ARN used to give Amazon SNS write access to use CloudWatch Logs on your behalf.

  • SuccessFeedbackSampleRate – Sample rate percentage (0-100) of successfully delivered messages.

The following attributes only apply to APNs token-based authentication:

  • ApplePlatformTeamID – The identifier that's assigned to your Apple developer account team.

  • ApplePlatformBundleID – The bundle identifier that's assigned to your iOS app.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

PlatformApplicationArn for SetPlatformApplicationAttributes action.

*/ @property (nonatomic, strong) NSString * _Nullable platformApplicationArn; @end /**

The input for the SetSMSAttributes action.

Required parameters: [attributes] */ @interface AWSSNSSetSMSAttributesInput : AWSRequest /**

The default settings for sending SMS messages from your Amazon Web Services account. You can set values for the following attribute names:

MonthlySpendLimit – The maximum amount in USD that you are willing to spend each month to send SMS messages. When Amazon SNS determines that sending an SMS message would incur a cost that exceeds this limit, it stops sending SMS messages within minutes.

Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During that interval, if you continue to send SMS messages, you will incur costs that exceed your limit.

By default, the spend limit is set to the maximum allowed by Amazon SNS. If you want to raise the limit, submit an SNS Limit Increase case. For New limit value, enter your desired monthly spend limit. In the Use Case Description field, explain that you are requesting an SMS monthly spend limit increase.

DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you send, Amazon SNS writes a log that includes the message price, the success or failure status, the reason for failure (if the message failed), the message dwell time, and other information.

DeliveryStatusSuccessSamplingRate – The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can be an integer from 0 - 100. For example, to write logs only for failed deliveries, set this value to 0. To write logs for 10% of your successful deliveries, set it to 10.

DefaultSenderID – A string, such as your business brand, that is displayed as the sender on the receiving device. Support for sender IDs varies by country. The sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one letter.

DefaultSMSType – The type of SMS message that you will send by default. You can assign the following values:

  • Promotional – (Default) Noncritical messages, such as marketing messages. Amazon SNS optimizes the message delivery to incur the lowest cost.

  • Transactional – Critical messages that support customer transactions, such as one-time passcodes for multi-factor authentication. Amazon SNS optimizes the message delivery to achieve the highest reliability.

UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report as a CSV file to the bucket. The report includes the following information for each SMS message that was successfully delivered by your Amazon Web Services account:

  • Time that the message was published (in UTC)

  • Message ID

  • Destination phone number

  • Message type

  • Delivery status

  • Message price (in USD)

  • Part number (a message is split into multiple parts if it is too long for a single message)

  • Total number of parts

To receive the report, the bucket must have a policy that allows the Amazon SNS service principal to perform the s3:PutObject and s3:GetBucketLocation actions.

For an example bucket policy and usage report, see Monitoring SMS Activity in the Amazon SNS Developer Guide.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; @end /**

The response for the SetSMSAttributes action.

*/ @interface AWSSNSSetSMSAttributesResponse : AWSModel @end /**

Input for SetSubscriptionAttributes action.

Required parameters: [SubscriptionArn, AttributeName] */ @interface AWSSNSSetSubscriptionAttributesInput : AWSRequest /**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters that this action uses:

  • DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints.

  • FilterPolicy – The simple JSON object that lets your subscriber receive only a subset of messages, rather than receiving every message published to the topic.

  • FilterPolicyScope – This attribute lets you choose the filtering scope by using one of the following string value types:

    • MessageAttributes (default) – The filter is applied on the message attributes.

    • MessageBody – The filter is applied on the message body.

  • RawMessageDelivery – When set to true, enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise created for Amazon SNS metadata.

  • RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing.

The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:

  • SubscriptionRoleArn – The ARN of the IAM role that has the following:

    • Permission to write to the Kinesis Data Firehose delivery stream

    • Amazon SNS listed as a trusted entity

    Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.

*/ @property (nonatomic, strong) NSString * _Nullable attributeName; /**

The new value for the attribute in JSON format.

*/ @property (nonatomic, strong) NSString * _Nullable attributeValue; /**

The ARN of the subscription to modify.

*/ @property (nonatomic, strong) NSString * _Nullable subscriptionArn; @end /**

Input for SetTopicAttributes action.

Required parameters: [TopicArn, AttributeName] */ @interface AWSSNSSetTopicAttributesInput : AWSRequest /**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters that the SetTopicAttributes action uses:

  • ApplicationSuccessFeedbackRoleArn – Indicates failed message delivery status for an Amazon SNS topic that is subscribed to a platform application endpoint.

  • DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints.

  • DisplayName – The display name to use for a topic with SMS subscriptions.

  • Policy – The policy that defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic.

  • TracingConfig – Tracing mode of an Amazon SNS topic. By default TracingConfig is set to PassThrough, and the topic passes through the tracing header it receives from an Amazon SNS publisher to its subscriptions. If set to Active, Amazon SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true. This is only supported on standard topics.

  • HTTP

    • HTTPSuccessFeedbackRoleArn – Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.

    • HTTPSuccessFeedbackSampleRate – Indicates percentage of successful messages to sample for an Amazon SNS topic that is subscribed to an HTTP endpoint.

    • HTTPFailureFeedbackRoleArn – Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.

  • Amazon Kinesis Data Firehose

    • FirehoseSuccessFeedbackRoleArn – Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint.

    • FirehoseSuccessFeedbackSampleRate – Indicates percentage of successful messages to sample for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint.

    • FirehoseFailureFeedbackRoleArn – Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint.

  • Lambda

    • LambdaSuccessFeedbackRoleArn – Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Lambda endpoint.

    • LambdaSuccessFeedbackSampleRate – Indicates percentage of successful messages to sample for an Amazon SNS topic that is subscribed to an Lambda endpoint.

    • LambdaFailureFeedbackRoleArn – Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Lambda endpoint.

  • Platform application endpoint

    • ApplicationSuccessFeedbackRoleArn – Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon Web Services application endpoint.

    • ApplicationSuccessFeedbackSampleRate – Indicates percentage of successful messages to sample for an Amazon SNS topic that is subscribed to an Amazon Web Services application endpoint.

    • ApplicationFailureFeedbackRoleArn – Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon Web Services application endpoint.

    In addition to being able to configure topic attributes for message delivery status of notification messages sent to Amazon SNS application endpoints, you can also configure application attributes for the delivery status of push notification messages sent to push notification services.

    For example, For more information, see Using Amazon SNS Application Attributes for Message Delivery Status.

  • Amazon SQS

    • SQSSuccessFeedbackRoleArn – Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.

    • SQSSuccessFeedbackSampleRate – Indicates percentage of successful messages to sample for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.

    • SQSFailureFeedbackRoleArn – Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.

The <ENDPOINT>SuccessFeedbackRoleArn and <ENDPOINT>FailureFeedbackRoleArn attributes are used to give Amazon SNS write access to use CloudWatch Logs on your behalf. The <ENDPOINT>SuccessFeedbackSampleRate attribute is for specifying the sample rate percentage (0-100) of successfully delivered messages. After you configure the <ENDPOINT>FailureFeedbackRoleArn attribute, then all failed message deliveries generate CloudWatch Logs.

The following attribute applies only to server-side-encryption:

  • KmsMasterKeyId – The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference.

  • SignatureVersion – The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default, SignatureVersion is set to 1.

The following attribute applies only to FIFO topics:

  • ContentBasedDeduplication – Enables content-based deduplication for FIFO topics.

    • By default, ContentBasedDeduplication is set to false. If you create a FIFO topic and this attribute is false, you must specify a value for the MessageDeduplicationId parameter for the Publish action.

    • When you set ContentBasedDeduplication to true, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message).

      (Optional) To override the generated value, you can specify a value for the MessageDeduplicationId parameter for the Publish action.

*/ @property (nonatomic, strong) NSString * _Nullable attributeName; /**

The new value for the attribute.

*/ @property (nonatomic, strong) NSString * _Nullable attributeValue; /**

The ARN of the topic to modify.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Input for Subscribe action.

Required parameters: [TopicArn, Protocol] */ @interface AWSSNSSubscribeInput : AWSRequest /**

A map of attributes with their corresponding values.

The following lists the names, descriptions, and values of the special request parameters that the Subscribe action uses:

  • DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints.

  • FilterPolicy – The simple JSON object that lets your subscriber receive only a subset of messages, rather than receiving every message published to the topic.

  • FilterPolicyScope – This attribute lets you choose the filtering scope by using one of the following string value types:

    • MessageAttributes (default) – The filter is applied on the message attributes.

    • MessageBody – The filter is applied on the message body.

  • RawMessageDelivery – When set to true, enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise created for Amazon SNS metadata.

  • RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing.

The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:

  • SubscriptionRoleArn – The ARN of the IAM role that has the following:

    • Permission to write to the Kinesis Data Firehose delivery stream

    • Amazon SNS listed as a trusted entity

    Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.

*/ @property (nonatomic, strong) NSDictionary * _Nullable attributes; /**

The endpoint that you want to receive notifications. Endpoints vary by protocol:

  • For the http protocol, the (public) endpoint is a URL beginning with http://.

  • For the https protocol, the (public) endpoint is a URL beginning with https://.

  • For the email protocol, the endpoint is an email address.

  • For the email-json protocol, the endpoint is an email address.

  • For the sms protocol, the endpoint is a phone number of an SMS-enabled device.

  • For the sqs protocol, the endpoint is the ARN of an Amazon SQS queue.

  • For the application protocol, the endpoint is the EndpointArn of a mobile app and device.

  • For the lambda protocol, the endpoint is the ARN of an Lambda function.

  • For the firehose protocol, the endpoint is the ARN of an Amazon Kinesis Data Firehose delivery stream.

*/ @property (nonatomic, strong) NSString * _Nullable endpoint; /**

The protocol that you want to use. Supported protocols include:

  • http – delivery of JSON-encoded message via HTTP POST

  • https – delivery of JSON-encoded message via HTTPS POST

  • email – delivery of message via SMTP

  • email-json – delivery of JSON-encoded message via SMTP

  • sms – delivery of message via SMS

  • sqs – delivery of JSON-encoded message to an Amazon SQS queue

  • application – delivery of JSON-encoded message to an EndpointArn for a mobile app and device

  • lambda – delivery of JSON-encoded message to an Lambda function

  • firehose – delivery of JSON-encoded message to an Amazon Kinesis Data Firehose delivery stream.

*/ @property (nonatomic, strong) NSString * _Nullable protocols; /**

Sets whether the response from the Subscribe request includes the subscription ARN, even if the subscription is not yet confirmed.

If you set this parameter to true, the response includes the ARN in all cases, even if the subscription is not yet confirmed. In addition to the ARN for confirmed subscriptions, the response also includes the pending subscription ARN value for subscriptions that aren't yet confirmed. A subscription becomes confirmed when the subscriber calls the ConfirmSubscription action with a confirmation token.

The default value is false.

*/ @property (nonatomic, strong) NSNumber * _Nullable returnSubscriptionArn; /**

The ARN of the topic you want to subscribe to.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Response for Subscribe action.

*/ @interface AWSSNSSubscribeResponse : AWSModel /**

The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation. However, if the API request parameter ReturnSubscriptionArn is true, then the value is always the subscription ARN, even if the subscription requires confirmation.

*/ @property (nonatomic, strong) NSString * _Nullable subscriptionArn; @end /**

A wrapper type for the attributes of an Amazon SNS subscription.

*/ @interface AWSSNSSubscription : AWSModel /**

The subscription's endpoint (format depends on the protocol).

*/ @property (nonatomic, strong) NSString * _Nullable endpoint; /**

The subscription's owner.

*/ @property (nonatomic, strong) NSString * _Nullable owner; /**

The subscription's protocol.

*/ @property (nonatomic, strong) NSString * _Nullable protocols; /**

The subscription's ARN.

*/ @property (nonatomic, strong) NSString * _Nullable subscriptionArn; /**

The ARN of the subscription's topic.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

The list of tags to be added to the specified topic.

Required parameters: [Key, Value] */ @interface AWSSNSTag : AWSModel /**

The required key portion of the tag.

*/ @property (nonatomic, strong) NSString * _Nullable key; /**

The optional value portion of the tag.

*/ @property (nonatomic, strong) NSString * _Nullable value; @end /** */ @interface AWSSNSTagResourceRequest : AWSRequest /**

The ARN of the topic to which to add tags.

*/ @property (nonatomic, strong) NSString * _Nullable resourceArn; /**

The tags to be added to the specified topic. A tag consists of a required key and an optional value.

*/ @property (nonatomic, strong) NSArray * _Nullable tags; @end /** */ @interface AWSSNSTagResourceResponse : AWSModel @end /**

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

*/ @interface AWSSNSTopic : AWSModel /**

The topic's ARN.

*/ @property (nonatomic, strong) NSString * _Nullable topicArn; @end /**

Input for Unsubscribe action.

Required parameters: [SubscriptionArn] */ @interface AWSSNSUnsubscribeInput : AWSRequest /**

The ARN of the subscription to be deleted.

*/ @property (nonatomic, strong) NSString * _Nullable subscriptionArn; @end /** */ @interface AWSSNSUntagResourceRequest : AWSRequest /**

The ARN of the topic from which to remove tags.

*/ @property (nonatomic, strong) NSString * _Nullable resourceArn; /**

The list of tag keys to remove from the specified topic.

*/ @property (nonatomic, strong) NSArray * _Nullable tagKeys; @end /** */ @interface AWSSNSUntagResourceResponse : AWSModel @end /** */ @interface AWSSNSVerifySMSSandboxPhoneNumberInput : AWSRequest /**

The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.

*/ @property (nonatomic, strong) NSString * _Nullable oneTimePassword; /**

The destination phone number to verify.

*/ @property (nonatomic, strong) NSString * _Nullable phoneNumber; @end /**

The destination phone number's verification status.

*/ @interface AWSSNSVerifySMSSandboxPhoneNumberResult : AWSModel @end NS_ASSUME_NONNULL_END