@aws-sdk/client-sns 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/SNS.d.ts +9 -1
- package/dist-types/SNSClient.d.ts +1 -1
- package/dist-types/commands/AddPermissionCommand.d.ts +2 -1
- package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +2 -1
- package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/CreateTopicCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +2 -1
- package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetEndpointAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetSMSAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +2 -1
- package/dist-types/commands/GetTopicAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +2 -1
- package/dist-types/commands/ListOriginationNumbersCommand.d.ts +2 -1
- package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +2 -1
- package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +2 -1
- package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +2 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTopicsCommand.d.ts +2 -1
- package/dist-types/commands/OptInPhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/PublishBatchCommand.d.ts +3 -2
- package/dist-types/commands/PublishCommand.d.ts +3 -2
- package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +2 -1
- package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
- package/dist-types/commands/SetEndpointAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SetSMSAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SetTopicAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SubscribeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UnsubscribeCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +248 -248
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/SNS.d.ts +8 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List all tags added to the specified Amazon SNS topic. For an overview, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-tags.html">Amazon SNS Tags</a> in the
|
|
30
30
|
* <i>Amazon Simple Notification Service Developer Guide</i>.</p>
|
|
31
31
|
* @example
|
|
@@ -78,6 +78,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link SNSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTopicsCommand_base: {
|
|
24
24
|
new (input: ListTopicsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTopicsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the requester's topics. Each call returns a limited list of topics,
|
|
30
30
|
* up to 100. If there are more topics, a <code>NextToken</code> is also returned. Use the
|
|
31
31
|
* <code>NextToken</code> parameter in a new <code>ListTopics</code> call to get
|
|
@@ -72,6 +72,7 @@ declare const ListTopicsCommand_base: {
|
|
|
72
72
|
* @throws {@link SNSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListTopicsCommand extends ListTopicsCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface OptInPhoneNumberCommandOutput extends OptInPhoneNumberResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const OptInPhoneNumberCommand_base: {
|
|
24
24
|
new (input: OptInPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: OptInPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Use this request to opt in a phone number that is opted out, which enables you to
|
|
30
30
|
* resume sending SMS messages to the number.</p>
|
|
31
31
|
* <p>You can opt in a phone number only once every 30 days.</p>
|
|
@@ -66,6 +66,7 @@ declare const OptInPhoneNumberCommand_base: {
|
|
|
66
66
|
* @throws {@link SNSServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class OptInPhoneNumberCommand extends OptInPhoneNumberCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface PublishBatchCommandOutput extends PublishBatchResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const PublishBatchCommand_base: {
|
|
24
24
|
new (input: PublishBatchCommandInput): import("@smithy/smithy-client").CommandImpl<PublishBatchCommandInput, PublishBatchCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PublishBatchCommandInput): import("@smithy/smithy-client").CommandImpl<PublishBatchCommandInput, PublishBatchCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Publishes up to ten messages to the specified topic. This is a batch version of
|
|
30
30
|
* <code>Publish</code>. For FIFO topics, multiple messages within a single batch are
|
|
31
31
|
* published in the order they are sent, and messages are deduplicated within the batch and
|
|
@@ -65,7 +65,7 @@ declare const PublishBatchCommand_base: {
|
|
|
65
65
|
* "<keys>": { // MessageAttributeValue
|
|
66
66
|
* DataType: "STRING_VALUE", // required
|
|
67
67
|
* StringValue: "STRING_VALUE",
|
|
68
|
-
* BinaryValue: "
|
|
68
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
69
69
|
* },
|
|
70
70
|
* },
|
|
71
71
|
* MessageDeduplicationId: "STRING_VALUE",
|
|
@@ -174,6 +174,7 @@ declare const PublishBatchCommand_base: {
|
|
|
174
174
|
* @throws {@link SNSServiceException}
|
|
175
175
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
176
176
|
*
|
|
177
|
+
* @public
|
|
177
178
|
*/
|
|
178
179
|
export declare class PublishBatchCommand extends PublishBatchCommand_base {
|
|
179
180
|
}
|
|
@@ -22,10 +22,10 @@ export interface PublishCommandOutput extends PublishResponse, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const PublishCommand_base: {
|
|
24
24
|
new (input: PublishCommandInput): import("@smithy/smithy-client").CommandImpl<PublishCommandInput, PublishCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PublishCommandInput): import("@smithy/smithy-client").CommandImpl<PublishCommandInput, PublishCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone
|
|
30
30
|
* number, or a message to a mobile platform endpoint (when you specify the
|
|
31
31
|
* <code>TargetArn</code>).</p>
|
|
@@ -61,7 +61,7 @@ declare const PublishCommand_base: {
|
|
|
61
61
|
* "<keys>": { // MessageAttributeValue
|
|
62
62
|
* DataType: "STRING_VALUE", // required
|
|
63
63
|
* StringValue: "STRING_VALUE",
|
|
64
|
-
* BinaryValue: "
|
|
64
|
+
* BinaryValue: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
65
65
|
* },
|
|
66
66
|
* },
|
|
67
67
|
* MessageDeduplicationId: "STRING_VALUE",
|
|
@@ -140,6 +140,7 @@ declare const PublishCommand_base: {
|
|
|
140
140
|
* @throws {@link SNSServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class PublishCommand extends PublishCommand_base {
|
|
145
146
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutDataProtectionPolicyCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutDataProtectionPolicyCommand_base: {
|
|
24
24
|
new (input: PutDataProtectionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutDataProtectionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds or updates an inline policy document that is stored in the specified Amazon SNS
|
|
30
30
|
* topic.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const PutDataProtectionPolicyCommand_base: {
|
|
|
70
70
|
* @throws {@link SNSServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutDataProtectionPolicyCommand extends PutDataProtectionPolicyCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemovePermissionCommand_base: {
|
|
24
24
|
new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a statement from a topic's access control policy.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>To remove the ability to change topic permissions, you must deny permissions to
|
|
@@ -70,6 +70,7 @@ declare const RemovePermissionCommand_base: {
|
|
|
70
70
|
* @throws {@link SNSServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetEndpointAttributesCommand_base: {
|
|
24
24
|
new (input: SetEndpointAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetEndpointAttributesCommandInput, SetEndpointAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetEndpointAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetEndpointAttributesCommandInput, SetEndpointAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the attributes for an endpoint for a device on one of the supported push
|
|
30
30
|
* notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more
|
|
31
31
|
* information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon SNS Mobile Push Notifications</a>. </p>
|
|
@@ -69,6 +69,7 @@ declare const SetEndpointAttributesCommand_base: {
|
|
|
69
69
|
* @throws {@link SNSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class SetEndpointAttributesCommand extends SetEndpointAttributesCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetPlatformApplicationAttributesCommandOutput extends __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetPlatformApplicationAttributesCommand_base: {
|
|
24
24
|
new (input: SetPlatformApplicationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetPlatformApplicationAttributesCommandInput, SetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetPlatformApplicationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetPlatformApplicationAttributesCommandInput, SetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the attributes of the platform application object for the supported push
|
|
30
30
|
* notification services, such as APNS and GCM (Firebase Cloud Messaging). For more
|
|
31
31
|
* information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon SNS Mobile Push Notifications</a>. For information on configuring
|
|
@@ -71,6 +71,7 @@ declare const SetPlatformApplicationAttributesCommand_base: {
|
|
|
71
71
|
* @throws {@link SNSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class SetPlatformApplicationAttributesCommand extends SetPlatformApplicationAttributesCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetSMSAttributesCommandOutput extends SetSMSAttributesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetSMSAttributesCommand_base: {
|
|
24
24
|
new (input: SetSMSAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetSMSAttributesCommandInput, SetSMSAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetSMSAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetSMSAttributesCommandInput, SetSMSAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Use this request to set the default settings for sending SMS messages and receiving
|
|
30
30
|
* daily SMS usage reports.</p>
|
|
31
31
|
* <p>You can override some of these settings for a single message when you use the
|
|
@@ -76,6 +76,7 @@ declare const SetSMSAttributesCommand_base: {
|
|
|
76
76
|
* @throws {@link SNSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class SetSMSAttributesCommand extends SetSMSAttributesCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetSubscriptionAttributesCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetSubscriptionAttributesCommand_base: {
|
|
24
24
|
new (input: SetSubscriptionAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubscriptionAttributesCommandInput, SetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetSubscriptionAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetSubscriptionAttributesCommandInput, SetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows a subscription owner to set an attribute of the subscription to a new
|
|
30
30
|
* value.</p>
|
|
31
31
|
* @example
|
|
@@ -75,6 +75,7 @@ declare const SetSubscriptionAttributesCommand_base: {
|
|
|
75
75
|
* @throws {@link SNSServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class SetSubscriptionAttributesCommand extends SetSubscriptionAttributesCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetTopicAttributesCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetTopicAttributesCommand_base: {
|
|
24
24
|
new (input: SetTopicAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetTopicAttributesCommandInput, SetTopicAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetTopicAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetTopicAttributesCommandInput, SetTopicAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Allows a topic owner to set an attribute of the topic to a new value.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>To remove the ability to change topic permissions, you must deny permissions to
|
|
@@ -75,6 +75,7 @@ declare const SetTopicAttributesCommand_base: {
|
|
|
75
75
|
* @throws {@link SNSServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class SetTopicAttributesCommand extends SetTopicAttributesCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface SubscribeCommandOutput extends SubscribeResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const SubscribeCommand_base: {
|
|
24
24
|
new (input: SubscribeCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeCommandInput, SubscribeCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SubscribeCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeCommandInput, SubscribeCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Subscribes an endpoint to an Amazon SNS topic. If the endpoint type is HTTP/S or email, or
|
|
30
30
|
* if the endpoint and the topic are not in the same Amazon Web Services account, the endpoint owner must
|
|
31
31
|
* run the <code>ConfirmSubscription</code> action to confirm the subscription.</p>
|
|
@@ -93,6 +93,7 @@ declare const SubscribeCommand_base: {
|
|
|
93
93
|
* @throws {@link SNSServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class SubscribeCommand extends SubscribeCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Add tags to the specified Amazon SNS topic. For an overview, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-tags.html">Amazon SNS Tags</a> in the
|
|
30
30
|
* <i>Amazon SNS Developer Guide</i>.</p>
|
|
31
31
|
* <p>When you use topic tags, keep the following guidelines in mind:</p>
|
|
@@ -105,6 +105,7 @@ declare const TagResourceCommand_base: {
|
|
|
105
105
|
* @throws {@link SNSServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
110
111
|
}
|
|
@@ -22,10 +22,10 @@ export interface UnsubscribeCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UnsubscribeCommand_base: {
|
|
24
24
|
new (input: UnsubscribeCommandInput): import("@smithy/smithy-client").CommandImpl<UnsubscribeCommandInput, UnsubscribeCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UnsubscribeCommandInput): import("@smithy/smithy-client").CommandImpl<UnsubscribeCommandInput, UnsubscribeCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a subscription. If the subscription requires authentication for deletion, only
|
|
30
30
|
* the owner of the subscription or the topic's owner can unsubscribe, and an Amazon Web Services
|
|
31
31
|
* signature is required. If the <code>Unsubscribe</code> call does not require
|
|
@@ -79,6 +79,7 @@ declare const UnsubscribeCommand_base: {
|
|
|
79
79
|
* @throws {@link SNSServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UnsubscribeCommand extends UnsubscribeCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove tags from the specified Amazon SNS topic. For an overview, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-tags.html">Amazon SNS Tags</a> in the
|
|
30
30
|
* <i>Amazon SNS Developer Guide</i>.</p>
|
|
31
31
|
* @example
|
|
@@ -81,6 +81,7 @@ declare const UntagResourceCommand_base: {
|
|
|
81
81
|
* @throws {@link SNSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface VerifySMSSandboxPhoneNumberCommandOutput extends VerifySMSSandb
|
|
|
22
22
|
}
|
|
23
23
|
declare const VerifySMSSandboxPhoneNumberCommand_base: {
|
|
24
24
|
new (input: VerifySMSSandboxPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<VerifySMSSandboxPhoneNumberCommandInput, VerifySMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: VerifySMSSandboxPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<VerifySMSSandboxPhoneNumberCommandInput, VerifySMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Verifies a destination phone number with a one-time password (OTP) for the calling
|
|
30
30
|
* Amazon Web Services account.</p>
|
|
31
31
|
* <p>When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the
|
|
@@ -81,6 +81,7 @@ declare const VerifySMSSandboxPhoneNumberCommand_base: {
|
|
|
81
81
|
* @throws {@link SNSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class VerifySMSSandboxPhoneNumberCommand extends VerifySMSSandboxPhoneNumberCommand_base {
|
|
86
87
|
}
|