@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,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 { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {
6
- }
7
- export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSMSAttributesCommand extends $Command<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: GetSMSAttributesCommandInput;
12
- constructor(input: GetSMSAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput>;
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
+ GetSMSAttributesInput,
10
+ GetSMSAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {}
18
+ export interface GetSMSAttributesCommandOutput
19
+ extends GetSMSAttributesResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetSMSAttributesCommand extends $Command<
22
+ GetSMSAttributesCommandInput,
23
+ GetSMSAttributesCommandOutput,
24
+ SNSClientResolvedConfig
25
+ > {
26
+ readonly input: GetSMSAttributesCommandInput;
27
+ constructor(input: GetSMSAttributesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SNSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput>;
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 { GetSMSSandboxAccountStatusInput, GetSMSSandboxAccountStatusResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface GetSMSSandboxAccountStatusCommandInput extends GetSMSSandboxAccountStatusInput {
6
- }
7
- export interface GetSMSSandboxAccountStatusCommandOutput extends GetSMSSandboxAccountStatusResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSMSSandboxAccountStatusCommand extends $Command<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: GetSMSSandboxAccountStatusCommandInput;
12
- constructor(input: GetSMSSandboxAccountStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput>;
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
+ GetSMSSandboxAccountStatusInput,
10
+ GetSMSSandboxAccountStatusResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface GetSMSSandboxAccountStatusCommandInput
18
+ extends GetSMSSandboxAccountStatusInput {}
19
+ export interface GetSMSSandboxAccountStatusCommandOutput
20
+ extends GetSMSSandboxAccountStatusResult,
21
+ __MetadataBearer {}
22
+ export declare class GetSMSSandboxAccountStatusCommand extends $Command<
23
+ GetSMSSandboxAccountStatusCommandInput,
24
+ GetSMSSandboxAccountStatusCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: GetSMSSandboxAccountStatusCommandInput;
28
+ constructor(input: GetSMSSandboxAccountStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetSMSSandboxAccountStatusCommandInput,
35
+ GetSMSSandboxAccountStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetSubscriptionAttributesInput, GetSubscriptionAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface GetSubscriptionAttributesCommandInput extends GetSubscriptionAttributesInput {
6
- }
7
- export interface GetSubscriptionAttributesCommandOutput extends GetSubscriptionAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSubscriptionAttributesCommand extends $Command<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: GetSubscriptionAttributesCommandInput;
12
- constructor(input: GetSubscriptionAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput>;
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
+ GetSubscriptionAttributesInput,
10
+ GetSubscriptionAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface GetSubscriptionAttributesCommandInput
18
+ extends GetSubscriptionAttributesInput {}
19
+ export interface GetSubscriptionAttributesCommandOutput
20
+ extends GetSubscriptionAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetSubscriptionAttributesCommand extends $Command<
23
+ GetSubscriptionAttributesCommandInput,
24
+ GetSubscriptionAttributesCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: GetSubscriptionAttributesCommandInput;
28
+ constructor(input: GetSubscriptionAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetSubscriptionAttributesCommandInput,
35
+ GetSubscriptionAttributesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface GetTopicAttributesCommandInput extends GetTopicAttributesInput {
6
- }
7
- export interface GetTopicAttributesCommandOutput extends GetTopicAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTopicAttributesCommand extends $Command<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: GetTopicAttributesCommandInput;
12
- constructor(input: GetTopicAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput>;
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
+ GetTopicAttributesInput,
10
+ GetTopicAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface GetTopicAttributesCommandInput
18
+ extends GetTopicAttributesInput {}
19
+ export interface GetTopicAttributesCommandOutput
20
+ extends GetTopicAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetTopicAttributesCommand extends $Command<
23
+ GetTopicAttributesCommandInput,
24
+ GetTopicAttributesCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: GetTopicAttributesCommandInput;
28
+ constructor(input: GetTopicAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { ListEndpointsByPlatformApplicationInput, ListEndpointsByPlatformApplicationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListEndpointsByPlatformApplicationCommandInput extends ListEndpointsByPlatformApplicationInput {
6
- }
7
- export interface ListEndpointsByPlatformApplicationCommandOutput extends ListEndpointsByPlatformApplicationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEndpointsByPlatformApplicationCommand extends $Command<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListEndpointsByPlatformApplicationCommandInput;
12
- constructor(input: ListEndpointsByPlatformApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput>;
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
+ ListEndpointsByPlatformApplicationInput,
10
+ ListEndpointsByPlatformApplicationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListEndpointsByPlatformApplicationCommandInput
18
+ extends ListEndpointsByPlatformApplicationInput {}
19
+ export interface ListEndpointsByPlatformApplicationCommandOutput
20
+ extends ListEndpointsByPlatformApplicationResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListEndpointsByPlatformApplicationCommand extends $Command<
23
+ ListEndpointsByPlatformApplicationCommandInput,
24
+ ListEndpointsByPlatformApplicationCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: ListEndpointsByPlatformApplicationCommandInput;
28
+ constructor(input: ListEndpointsByPlatformApplicationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListEndpointsByPlatformApplicationCommandInput,
35
+ ListEndpointsByPlatformApplicationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListOriginationNumbersCommandInput extends ListOriginationNumbersRequest {
6
- }
7
- export interface ListOriginationNumbersCommandOutput extends ListOriginationNumbersResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListOriginationNumbersCommand extends $Command<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListOriginationNumbersCommandInput;
12
- constructor(input: ListOriginationNumbersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput>;
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
+ ListOriginationNumbersRequest,
10
+ ListOriginationNumbersResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListOriginationNumbersCommandInput
18
+ extends ListOriginationNumbersRequest {}
19
+ export interface ListOriginationNumbersCommandOutput
20
+ extends ListOriginationNumbersResult,
21
+ __MetadataBearer {}
22
+ export declare class ListOriginationNumbersCommand extends $Command<
23
+ ListOriginationNumbersCommandInput,
24
+ ListOriginationNumbersCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: ListOriginationNumbersCommandInput;
28
+ constructor(input: ListOriginationNumbersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListOriginationNumbersCommandInput,
35
+ ListOriginationNumbersCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListPhoneNumbersOptedOutInput, ListPhoneNumbersOptedOutResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListPhoneNumbersOptedOutCommandInput extends ListPhoneNumbersOptedOutInput {
6
- }
7
- export interface ListPhoneNumbersOptedOutCommandOutput extends ListPhoneNumbersOptedOutResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPhoneNumbersOptedOutCommand extends $Command<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListPhoneNumbersOptedOutCommandInput;
12
- constructor(input: ListPhoneNumbersOptedOutCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput>;
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
+ ListPhoneNumbersOptedOutInput,
10
+ ListPhoneNumbersOptedOutResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListPhoneNumbersOptedOutCommandInput
18
+ extends ListPhoneNumbersOptedOutInput {}
19
+ export interface ListPhoneNumbersOptedOutCommandOutput
20
+ extends ListPhoneNumbersOptedOutResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPhoneNumbersOptedOutCommand extends $Command<
23
+ ListPhoneNumbersOptedOutCommandInput,
24
+ ListPhoneNumbersOptedOutCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: ListPhoneNumbersOptedOutCommandInput;
28
+ constructor(input: ListPhoneNumbersOptedOutCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPhoneNumbersOptedOutCommandInput,
35
+ ListPhoneNumbersOptedOutCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListPlatformApplicationsInput, ListPlatformApplicationsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListPlatformApplicationsCommandInput extends ListPlatformApplicationsInput {
6
- }
7
- export interface ListPlatformApplicationsCommandOutput extends ListPlatformApplicationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPlatformApplicationsCommand extends $Command<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListPlatformApplicationsCommandInput;
12
- constructor(input: ListPlatformApplicationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput>;
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
+ ListPlatformApplicationsInput,
10
+ ListPlatformApplicationsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListPlatformApplicationsCommandInput
18
+ extends ListPlatformApplicationsInput {}
19
+ export interface ListPlatformApplicationsCommandOutput
20
+ extends ListPlatformApplicationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPlatformApplicationsCommand extends $Command<
23
+ ListPlatformApplicationsCommandInput,
24
+ ListPlatformApplicationsCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: ListPlatformApplicationsCommandInput;
28
+ constructor(input: ListPlatformApplicationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPlatformApplicationsCommandInput,
35
+ ListPlatformApplicationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListSMSSandboxPhoneNumbersInput, ListSMSSandboxPhoneNumbersResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListSMSSandboxPhoneNumbersCommandInput extends ListSMSSandboxPhoneNumbersInput {
6
- }
7
- export interface ListSMSSandboxPhoneNumbersCommandOutput extends ListSMSSandboxPhoneNumbersResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSMSSandboxPhoneNumbersCommand extends $Command<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListSMSSandboxPhoneNumbersCommandInput;
12
- constructor(input: ListSMSSandboxPhoneNumbersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput>;
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
+ ListSMSSandboxPhoneNumbersInput,
10
+ ListSMSSandboxPhoneNumbersResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListSMSSandboxPhoneNumbersCommandInput
18
+ extends ListSMSSandboxPhoneNumbersInput {}
19
+ export interface ListSMSSandboxPhoneNumbersCommandOutput
20
+ extends ListSMSSandboxPhoneNumbersResult,
21
+ __MetadataBearer {}
22
+ export declare class ListSMSSandboxPhoneNumbersCommand extends $Command<
23
+ ListSMSSandboxPhoneNumbersCommandInput,
24
+ ListSMSSandboxPhoneNumbersCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: ListSMSSandboxPhoneNumbersCommandInput;
28
+ constructor(input: ListSMSSandboxPhoneNumbersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSMSSandboxPhoneNumbersCommandInput,
35
+ ListSMSSandboxPhoneNumbersCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListSubscriptionsByTopicInput, ListSubscriptionsByTopicResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListSubscriptionsByTopicCommandInput extends ListSubscriptionsByTopicInput {
6
- }
7
- export interface ListSubscriptionsByTopicCommandOutput extends ListSubscriptionsByTopicResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSubscriptionsByTopicCommand extends $Command<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListSubscriptionsByTopicCommandInput;
12
- constructor(input: ListSubscriptionsByTopicCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput>;
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
+ ListSubscriptionsByTopicInput,
10
+ ListSubscriptionsByTopicResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListSubscriptionsByTopicCommandInput
18
+ extends ListSubscriptionsByTopicInput {}
19
+ export interface ListSubscriptionsByTopicCommandOutput
20
+ extends ListSubscriptionsByTopicResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSubscriptionsByTopicCommand extends $Command<
23
+ ListSubscriptionsByTopicCommandInput,
24
+ ListSubscriptionsByTopicCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: ListSubscriptionsByTopicCommandInput;
28
+ constructor(input: ListSubscriptionsByTopicCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSubscriptionsByTopicCommandInput,
35
+ ListSubscriptionsByTopicCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListSubscriptionsInput, ListSubscriptionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {
6
- }
7
- export interface ListSubscriptionsCommandOutput extends ListSubscriptionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSubscriptionsCommand extends $Command<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListSubscriptionsCommandInput;
12
- constructor(input: ListSubscriptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput>;
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
+ ListSubscriptionsInput,
10
+ ListSubscriptionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {}
18
+ export interface ListSubscriptionsCommandOutput
19
+ extends ListSubscriptionsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListSubscriptionsCommand extends $Command<
22
+ ListSubscriptionsCommandInput,
23
+ ListSubscriptionsCommandOutput,
24
+ SNSClientResolvedConfig
25
+ > {
26
+ readonly input: ListSubscriptionsCommandInput;
27
+ constructor(input: ListSubscriptionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SNSClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }