@aws-sdk/client-sns 3.775.0 → 3.782.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/commands/AddPermissionCommand.d.ts +1 -0
- package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +1 -0
- package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +1 -0
- package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -0
- package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetEndpointAttributesCommand.d.ts +1 -0
- package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +1 -0
- package/dist-types/commands/GetSMSAttributesCommand.d.ts +1 -0
- package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +1 -0
- package/dist-types/commands/GetTopicAttributesCommand.d.ts +1 -0
- package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +1 -0
- package/dist-types/commands/ListOriginationNumbersCommand.d.ts +1 -0
- package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +1 -0
- package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +1 -0
- package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +2 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -0
- package/dist-types/commands/OptInPhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/PublishBatchCommand.d.ts +1 -0
- package/dist-types/commands/PublishCommand.d.ts +1 -0
- package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +1 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +1 -0
- package/dist-types/commands/SetEndpointAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SetSMSAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SetTopicAttributesCommand.d.ts +1 -0
- package/dist-types/commands/SubscribeCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UnsubscribeCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -78,6 +78,7 @@ declare const AddPermissionCommand_base: {
|
|
|
78
78
|
* @throws {@link SNSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
|
|
|
71
71
|
* @throws {@link SNSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class CheckIfPhoneNumberIsOptedOutCommand extends CheckIfPhoneNumberIsOptedOutCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ConfirmSubscriptionCommand_base: {
|
|
|
85
85
|
* @throws {@link SNSServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ConfirmSubscriptionCommand extends ConfirmSubscriptionCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const CreatePlatformApplicationCommand_base: {
|
|
|
119
119
|
* @throws {@link SNSServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreatePlatformApplicationCommand extends CreatePlatformApplicationCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const CreatePlatformEndpointCommand_base: {
|
|
|
85
85
|
* @throws {@link SNSServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreatePlatformEndpointCommand extends CreatePlatformEndpointCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const CreateSMSSandboxPhoneNumberCommand_base: {
|
|
|
83
83
|
* @throws {@link SNSServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateSMSSandboxPhoneNumberCommand extends CreateSMSSandboxPhoneNumberCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const CreateTopicCommand_base: {
|
|
|
100
100
|
* @throws {@link SNSServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class CreateTopicCommand extends CreateTopicCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteEndpointCommand_base: {
|
|
|
66
66
|
* @throws {@link SNSServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeletePlatformApplicationCommand_base: {
|
|
|
65
65
|
* @throws {@link SNSServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeletePlatformApplicationCommand extends DeletePlatformApplicationCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteSMSSandboxPhoneNumberCommand_base: {
|
|
|
82
82
|
* @throws {@link SNSServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteTopicCommand_base: {
|
|
|
83
83
|
* @throws {@link SNSServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetDataProtectionPolicyCommand_base: {
|
|
|
72
72
|
* @throws {@link SNSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const GetEndpointAttributesCommand_base: {
|
|
|
71
71
|
* @throws {@link SNSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const GetPlatformApplicationAttributesCommand_base: {
|
|
|
71
71
|
* @throws {@link SNSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetSMSAttributesCommand_base: {
|
|
|
72
72
|
* @throws {@link SNSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetSMSSandboxAccountStatusCommand_base: {
|
|
|
70
70
|
* @throws {@link SNSServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetSubscriptionAttributesCommand_base: {
|
|
|
69
69
|
* @throws {@link SNSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetTopicAttributesCommand_base: {
|
|
|
74
74
|
* @throws {@link SNSServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListEndpointsByPlatformApplicationCommand_base: {
|
|
|
85
85
|
* @throws {@link SNSServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListOriginationNumbersCommand_base: {
|
|
|
85
85
|
* @throws {@link SNSServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListOriginationNumbersCommand extends ListOriginationNumbersCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListPhoneNumbersOptedOutCommand_base: {
|
|
|
77
77
|
* @throws {@link SNSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListPhoneNumbersOptedOutCommand extends ListPhoneNumbersOptedOutCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListPlatformApplicationsCommand_base: {
|
|
|
81
81
|
* @throws {@link SNSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListPlatformApplicationsCommand extends ListPlatformApplicationsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListSMSSandboxPhoneNumbersCommand_base: {
|
|
|
87
87
|
* @throws {@link SNSServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListSMSSandboxPhoneNumbersCommand extends ListSMSSandboxPhoneNumbersCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface ListSubscriptionsByTopicCommandOutput extends ListSubscriptions
|
|
|
24
24
|
declare const ListSubscriptionsByTopicCommand_base: {
|
|
25
25
|
new (input: ListSubscriptionsByTopicCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListSubscriptionsByTopicCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns a list of the subscriptions to a specific topic. Each call returns a limited
|
|
@@ -81,6 +81,7 @@ declare const ListSubscriptionsByTopicCommand_base: {
|
|
|
81
81
|
* @throws {@link SNSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListSubscriptionsByTopicCommand extends ListSubscriptionsByTopicCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListSubscriptionsCommand_base: {
|
|
|
77
77
|
* @throws {@link SNSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListSubscriptionsCommand extends ListSubscriptionsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link SNSServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListTopicsCommand_base: {
|
|
|
73
73
|
* @throws {@link SNSServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTopicsCommand extends ListTopicsCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const OptInPhoneNumberCommand_base: {
|
|
|
67
67
|
* @throws {@link SNSServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class OptInPhoneNumberCommand extends OptInPhoneNumberCommand_base {
|
|
@@ -175,6 +175,7 @@ declare const PublishBatchCommand_base: {
|
|
|
175
175
|
* @throws {@link SNSServiceException}
|
|
176
176
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
177
177
|
*
|
|
178
|
+
*
|
|
178
179
|
* @public
|
|
179
180
|
*/
|
|
180
181
|
export declare class PublishBatchCommand extends PublishBatchCommand_base {
|
|
@@ -141,6 +141,7 @@ declare const PublishCommand_base: {
|
|
|
141
141
|
* @throws {@link SNSServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
143
143
|
*
|
|
144
|
+
*
|
|
144
145
|
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class PublishCommand extends PublishCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const PutDataProtectionPolicyCommand_base: {
|
|
|
71
71
|
* @throws {@link SNSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class PutDataProtectionPolicyCommand extends PutDataProtectionPolicyCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const RemovePermissionCommand_base: {
|
|
|
71
71
|
* @throws {@link SNSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const SetEndpointAttributesCommand_base: {
|
|
|
70
70
|
* @throws {@link SNSServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class SetEndpointAttributesCommand extends SetEndpointAttributesCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const SetPlatformApplicationAttributesCommand_base: {
|
|
|
72
72
|
* @throws {@link SNSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class SetPlatformApplicationAttributesCommand extends SetPlatformApplicationAttributesCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const SetSMSAttributesCommand_base: {
|
|
|
77
77
|
* @throws {@link SNSServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class SetSMSAttributesCommand extends SetSMSAttributesCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const SetSubscriptionAttributesCommand_base: {
|
|
|
76
76
|
* @throws {@link SNSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class SetSubscriptionAttributesCommand extends SetSubscriptionAttributesCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const SetTopicAttributesCommand_base: {
|
|
|
76
76
|
* @throws {@link SNSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class SetTopicAttributesCommand extends SetTopicAttributesCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const TagResourceCommand_base: {
|
|
|
106
106
|
* @throws {@link SNSServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UnsubscribeCommand_base: {
|
|
|
80
80
|
* @throws {@link SNSServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UnsubscribeCommand extends UnsubscribeCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const UntagResourceCommand_base: {
|
|
|
82
82
|
* @throws {@link SNSServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const VerifySMSSandboxPhoneNumberCommand_base: {
|
|
|
82
82
|
* @throws {@link SNSServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from SNS service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class VerifySMSSandboxPhoneNumberCommand extends VerifySMSSandboxPhoneNumberCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sns",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sns",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|