@aws-sdk/client-sns 3.169.0 → 3.171.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SNS.d.ts +724 -215
  3. package/dist-types/ts3.4/SNSClient.d.ts +355 -115
  4. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +30 -17
  15. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/PublishCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +31 -17
  41. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +30 -17
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/SNSServiceException.d.ts +7 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +815 -962
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  53. package/dist-types/ts3.4/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListOriginationNumbersPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListPlatformApplicationsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListSubscriptionsByTopicPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_query.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  67. package/package.json +34 -34
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { SubscribeInput, SubscribeResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface SubscribeCommandInput extends SubscribeInput {
6
- }
7
- export interface SubscribeCommandOutput extends SubscribeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SubscribeCommand extends $Command<SubscribeCommandInput, SubscribeCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: SubscribeCommandInput;
12
- constructor(input: SubscribeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubscribeCommandInput, SubscribeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { SubscribeInput, SubscribeResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface SubscribeCommandInput extends SubscribeInput {}
15
+ export interface SubscribeCommandOutput
16
+ extends SubscribeResponse,
17
+ __MetadataBearer {}
18
+ export declare class SubscribeCommand extends $Command<
19
+ SubscribeCommandInput,
20
+ SubscribeCommandOutput,
21
+ SNSClientResolvedConfig
22
+ > {
23
+ readonly input: SubscribeCommandInput;
24
+ constructor(input: SubscribeCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SNSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SubscribeCommandInput, SubscribeCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ SNSClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SNSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UnsubscribeInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface UnsubscribeCommandInput extends UnsubscribeInput {
6
- }
7
- export interface UnsubscribeCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UnsubscribeCommand extends $Command<UnsubscribeCommandInput, UnsubscribeCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: UnsubscribeCommandInput;
12
- constructor(input: UnsubscribeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnsubscribeCommandInput, UnsubscribeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { UnsubscribeInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface UnsubscribeCommandInput extends UnsubscribeInput {}
15
+ export interface UnsubscribeCommandOutput extends __MetadataBearer {}
16
+ export declare class UnsubscribeCommand extends $Command<
17
+ UnsubscribeCommandInput,
18
+ UnsubscribeCommandOutput,
19
+ SNSClientResolvedConfig
20
+ > {
21
+ readonly input: UnsubscribeCommandInput;
22
+ constructor(input: UnsubscribeCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: SNSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UnsubscribeCommandInput, UnsubscribeCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UntagResourceRequest,
10
+ UntagResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ SNSClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SNSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { VerifySMSSandboxPhoneNumberInput, VerifySMSSandboxPhoneNumberResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface VerifySMSSandboxPhoneNumberCommandInput extends VerifySMSSandboxPhoneNumberInput {
6
- }
7
- export interface VerifySMSSandboxPhoneNumberCommandOutput extends VerifySMSSandboxPhoneNumberResult, __MetadataBearer {
8
- }
9
-
10
- export declare class VerifySMSSandboxPhoneNumberCommand extends $Command<VerifySMSSandboxPhoneNumberCommandInput, VerifySMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: VerifySMSSandboxPhoneNumberCommandInput;
12
- constructor(input: VerifySMSSandboxPhoneNumberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<VerifySMSSandboxPhoneNumberCommandInput, VerifySMSSandboxPhoneNumberCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ VerifySMSSandboxPhoneNumberInput,
10
+ VerifySMSSandboxPhoneNumberResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface VerifySMSSandboxPhoneNumberCommandInput
18
+ extends VerifySMSSandboxPhoneNumberInput {}
19
+ export interface VerifySMSSandboxPhoneNumberCommandOutput
20
+ extends VerifySMSSandboxPhoneNumberResult,
21
+ __MetadataBearer {}
22
+ export declare class VerifySMSSandboxPhoneNumberCommand extends $Command<
23
+ VerifySMSSandboxPhoneNumberCommandInput,
24
+ VerifySMSSandboxPhoneNumberCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: VerifySMSSandboxPhoneNumberCommandInput;
28
+ constructor(input: VerifySMSSandboxPhoneNumberCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ VerifySMSSandboxPhoneNumberCommandInput,
35
+ VerifySMSSandboxPhoneNumberCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,42 +1,42 @@
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 "./GetDataProtectionPolicyCommand";
13
- export * from "./GetEndpointAttributesCommand";
14
- export * from "./GetPlatformApplicationAttributesCommand";
15
- export * from "./GetSMSAttributesCommand";
16
- export * from "./GetSMSSandboxAccountStatusCommand";
17
- export * from "./GetSubscriptionAttributesCommand";
18
- export * from "./GetTopicAttributesCommand";
19
- export * from "./ListEndpointsByPlatformApplicationCommand";
20
- export * from "./ListOriginationNumbersCommand";
21
- export * from "./ListPhoneNumbersOptedOutCommand";
22
- export * from "./ListPlatformApplicationsCommand";
23
- export * from "./ListSMSSandboxPhoneNumbersCommand";
24
- export * from "./ListSubscriptionsByTopicCommand";
25
- export * from "./ListSubscriptionsCommand";
26
- export * from "./ListTagsForResourceCommand";
27
- export * from "./ListTopicsCommand";
28
- export * from "./OptInPhoneNumberCommand";
29
- export * from "./PublishBatchCommand";
30
- export * from "./PublishCommand";
31
- export * from "./PutDataProtectionPolicyCommand";
32
- export * from "./RemovePermissionCommand";
33
- export * from "./SetEndpointAttributesCommand";
34
- export * from "./SetPlatformApplicationAttributesCommand";
35
- export * from "./SetSMSAttributesCommand";
36
- export * from "./SetSubscriptionAttributesCommand";
37
- export * from "./SetTopicAttributesCommand";
38
- export * from "./SubscribeCommand";
39
- export * from "./TagResourceCommand";
40
- export * from "./UnsubscribeCommand";
41
- export * from "./UntagResourceCommand";
42
- export * from "./VerifySMSSandboxPhoneNumberCommand";
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 "./GetDataProtectionPolicyCommand";
13
+ export * from "./GetEndpointAttributesCommand";
14
+ export * from "./GetPlatformApplicationAttributesCommand";
15
+ export * from "./GetSMSAttributesCommand";
16
+ export * from "./GetSMSSandboxAccountStatusCommand";
17
+ export * from "./GetSubscriptionAttributesCommand";
18
+ export * from "./GetTopicAttributesCommand";
19
+ export * from "./ListEndpointsByPlatformApplicationCommand";
20
+ export * from "./ListOriginationNumbersCommand";
21
+ export * from "./ListPhoneNumbersOptedOutCommand";
22
+ export * from "./ListPlatformApplicationsCommand";
23
+ export * from "./ListSMSSandboxPhoneNumbersCommand";
24
+ export * from "./ListSubscriptionsByTopicCommand";
25
+ export * from "./ListSubscriptionsCommand";
26
+ export * from "./ListTagsForResourceCommand";
27
+ export * from "./ListTopicsCommand";
28
+ export * from "./OptInPhoneNumberCommand";
29
+ export * from "./PublishBatchCommand";
30
+ export * from "./PublishCommand";
31
+ export * from "./PutDataProtectionPolicyCommand";
32
+ export * from "./RemovePermissionCommand";
33
+ export * from "./SetEndpointAttributesCommand";
34
+ export * from "./SetPlatformApplicationAttributesCommand";
35
+ export * from "./SetSMSAttributesCommand";
36
+ export * from "./SetSubscriptionAttributesCommand";
37
+ export * from "./SetTopicAttributesCommand";
38
+ export * from "./SubscribeCommand";
39
+ export * from "./TagResourceCommand";
40
+ export * from "./UnsubscribeCommand";
41
+ export * from "./UntagResourceCommand";
42
+ export * from "./VerifySMSSandboxPhoneNumberCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./SNS";
2
- export * from "./SNSClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { SNSServiceException } from "./models/SNSServiceException";
1
+ export * from "./SNS";
2
+ export * from "./SNSClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { SNSServiceException } from "./models/SNSServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class SNSServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class SNSServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";