@aws-sdk/client-sns 3.47.1 → 3.50.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/CHANGELOG.md +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/SNS.d.ts +0 -205
- package/dist-types/ts3.4/SNSClient.d.ts +0 -113
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -40
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1103
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -9
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -122
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
export * from "./AddPermissionCommand";
|
|
2
|
-
export * from "./CheckIfPhoneNumberIsOptedOutCommand";
|
|
3
|
-
export * from "./ConfirmSubscriptionCommand";
|
|
4
|
-
export * from "./CreatePlatformApplicationCommand";
|
|
5
|
-
export * from "./CreatePlatformEndpointCommand";
|
|
6
|
-
export * from "./CreateSMSSandboxPhoneNumberCommand";
|
|
7
|
-
export * from "./CreateTopicCommand";
|
|
8
|
-
export * from "./DeleteEndpointCommand";
|
|
9
|
-
export * from "./DeletePlatformApplicationCommand";
|
|
10
|
-
export * from "./DeleteSMSSandboxPhoneNumberCommand";
|
|
11
|
-
export * from "./DeleteTopicCommand";
|
|
12
|
-
export * from "./GetEndpointAttributesCommand";
|
|
13
|
-
export * from "./GetPlatformApplicationAttributesCommand";
|
|
14
|
-
export * from "./GetSMSAttributesCommand";
|
|
15
|
-
export * from "./GetSMSSandboxAccountStatusCommand";
|
|
16
|
-
export * from "./GetSubscriptionAttributesCommand";
|
|
17
|
-
export * from "./GetTopicAttributesCommand";
|
|
18
|
-
export * from "./ListEndpointsByPlatformApplicationCommand";
|
|
19
|
-
export * from "./ListOriginationNumbersCommand";
|
|
20
|
-
export * from "./ListPhoneNumbersOptedOutCommand";
|
|
21
|
-
export * from "./ListPlatformApplicationsCommand";
|
|
22
|
-
export * from "./ListSMSSandboxPhoneNumbersCommand";
|
|
23
|
-
export * from "./ListSubscriptionsByTopicCommand";
|
|
24
|
-
export * from "./ListSubscriptionsCommand";
|
|
25
|
-
export * from "./ListTagsForResourceCommand";
|
|
26
|
-
export * from "./ListTopicsCommand";
|
|
27
|
-
export * from "./OptInPhoneNumberCommand";
|
|
28
|
-
export * from "./PublishBatchCommand";
|
|
29
|
-
export * from "./PublishCommand";
|
|
30
|
-
export * from "./RemovePermissionCommand";
|
|
31
|
-
export * from "./SetEndpointAttributesCommand";
|
|
32
|
-
export * from "./SetPlatformApplicationAttributesCommand";
|
|
33
|
-
export * from "./SetSMSAttributesCommand";
|
|
34
|
-
export * from "./SetSubscriptionAttributesCommand";
|
|
35
|
-
export * from "./SetTopicAttributesCommand";
|
|
36
|
-
export * from "./SubscribeCommand";
|
|
37
|
-
export * from "./TagResourceCommand";
|
|
38
|
-
export * from "./UnsubscribeCommand";
|
|
39
|
-
export * from "./UntagResourceCommand";
|
|
40
|
-
export * from "./VerifySMSSandboxPhoneNumberCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|