@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,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 { CreatePlatformApplicationInput, CreatePlatformApplicationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface CreatePlatformApplicationCommandInput extends CreatePlatformApplicationInput {
6
- }
7
- export interface CreatePlatformApplicationCommandOutput extends CreatePlatformApplicationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePlatformApplicationCommand extends $Command<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: CreatePlatformApplicationCommandInput;
12
- constructor(input: CreatePlatformApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput>;
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
+ CreatePlatformApplicationInput,
10
+ CreatePlatformApplicationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface CreatePlatformApplicationCommandInput
18
+ extends CreatePlatformApplicationInput {}
19
+ export interface CreatePlatformApplicationCommandOutput
20
+ extends CreatePlatformApplicationResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreatePlatformApplicationCommand extends $Command<
23
+ CreatePlatformApplicationCommandInput,
24
+ CreatePlatformApplicationCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: CreatePlatformApplicationCommandInput;
28
+ constructor(input: CreatePlatformApplicationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreatePlatformApplicationCommandInput,
35
+ CreatePlatformApplicationCommandOutput
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 { CreateEndpointResponse, CreatePlatformEndpointInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface CreatePlatformEndpointCommandInput extends CreatePlatformEndpointInput {
6
- }
7
- export interface CreatePlatformEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePlatformEndpointCommand extends $Command<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: CreatePlatformEndpointCommandInput;
12
- constructor(input: CreatePlatformEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput>;
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
+ CreateEndpointResponse,
10
+ CreatePlatformEndpointInput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface CreatePlatformEndpointCommandInput
18
+ extends CreatePlatformEndpointInput {}
19
+ export interface CreatePlatformEndpointCommandOutput
20
+ extends CreateEndpointResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreatePlatformEndpointCommand extends $Command<
23
+ CreatePlatformEndpointCommandInput,
24
+ CreatePlatformEndpointCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: CreatePlatformEndpointCommandInput;
28
+ constructor(input: CreatePlatformEndpointCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreatePlatformEndpointCommandInput,
35
+ CreatePlatformEndpointCommandOutput
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 { CreateSMSSandboxPhoneNumberInput, CreateSMSSandboxPhoneNumberResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface CreateSMSSandboxPhoneNumberCommandInput extends CreateSMSSandboxPhoneNumberInput {
6
- }
7
- export interface CreateSMSSandboxPhoneNumberCommandOutput extends CreateSMSSandboxPhoneNumberResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSMSSandboxPhoneNumberCommand extends $Command<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: CreateSMSSandboxPhoneNumberCommandInput;
12
- constructor(input: CreateSMSSandboxPhoneNumberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput>;
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
+ CreateSMSSandboxPhoneNumberInput,
10
+ CreateSMSSandboxPhoneNumberResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface CreateSMSSandboxPhoneNumberCommandInput
18
+ extends CreateSMSSandboxPhoneNumberInput {}
19
+ export interface CreateSMSSandboxPhoneNumberCommandOutput
20
+ extends CreateSMSSandboxPhoneNumberResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateSMSSandboxPhoneNumberCommand extends $Command<
23
+ CreateSMSSandboxPhoneNumberCommandInput,
24
+ CreateSMSSandboxPhoneNumberCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSMSSandboxPhoneNumberCommandInput;
28
+ constructor(input: CreateSMSSandboxPhoneNumberCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateSMSSandboxPhoneNumberCommandInput,
35
+ CreateSMSSandboxPhoneNumberCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface CreateTopicCommandInput extends CreateTopicInput {
6
- }
7
- export interface CreateTopicCommandOutput extends CreateTopicResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTopicCommand extends $Command<CreateTopicCommandInput, CreateTopicCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: CreateTopicCommandInput;
12
- constructor(input: CreateTopicCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTopicCommandInput, CreateTopicCommandOutput>;
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 { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface CreateTopicCommandInput extends CreateTopicInput {}
15
+ export interface CreateTopicCommandOutput
16
+ extends CreateTopicResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateTopicCommand extends $Command<
19
+ CreateTopicCommandInput,
20
+ CreateTopicCommandOutput,
21
+ SNSClientResolvedConfig
22
+ > {
23
+ readonly input: CreateTopicCommandInput;
24
+ constructor(input: CreateTopicCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SNSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateTopicCommandInput, CreateTopicCommandOutput>;
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 { DeleteEndpointInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface DeleteEndpointCommandInput extends DeleteEndpointInput {
6
- }
7
- export interface DeleteEndpointCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: DeleteEndpointCommandInput;
12
- constructor(input: DeleteEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
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 { DeleteEndpointInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface DeleteEndpointCommandInput extends DeleteEndpointInput {}
15
+ export interface DeleteEndpointCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteEndpointCommand extends $Command<
17
+ DeleteEndpointCommandInput,
18
+ DeleteEndpointCommandOutput,
19
+ SNSClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteEndpointCommandInput;
22
+ constructor(input: DeleteEndpointCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: SNSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
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 { DeletePlatformApplicationInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface DeletePlatformApplicationCommandInput extends DeletePlatformApplicationInput {
6
- }
7
- export interface DeletePlatformApplicationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePlatformApplicationCommand extends $Command<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: DeletePlatformApplicationCommandInput;
12
- constructor(input: DeletePlatformApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput>;
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 { DeletePlatformApplicationInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface DeletePlatformApplicationCommandInput
15
+ extends DeletePlatformApplicationInput {}
16
+ export interface DeletePlatformApplicationCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeletePlatformApplicationCommand extends $Command<
19
+ DeletePlatformApplicationCommandInput,
20
+ DeletePlatformApplicationCommandOutput,
21
+ SNSClientResolvedConfig
22
+ > {
23
+ readonly input: DeletePlatformApplicationCommandInput;
24
+ constructor(input: DeletePlatformApplicationCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SNSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeletePlatformApplicationCommandInput,
31
+ DeletePlatformApplicationCommandOutput
32
+ >;
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 { DeleteSMSSandboxPhoneNumberInput, DeleteSMSSandboxPhoneNumberResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface DeleteSMSSandboxPhoneNumberCommandInput extends DeleteSMSSandboxPhoneNumberInput {
6
- }
7
- export interface DeleteSMSSandboxPhoneNumberCommandOutput extends DeleteSMSSandboxPhoneNumberResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSMSSandboxPhoneNumberCommand extends $Command<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: DeleteSMSSandboxPhoneNumberCommandInput;
12
- constructor(input: DeleteSMSSandboxPhoneNumberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput>;
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
+ DeleteSMSSandboxPhoneNumberInput,
10
+ DeleteSMSSandboxPhoneNumberResult,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface DeleteSMSSandboxPhoneNumberCommandInput
18
+ extends DeleteSMSSandboxPhoneNumberInput {}
19
+ export interface DeleteSMSSandboxPhoneNumberCommandOutput
20
+ extends DeleteSMSSandboxPhoneNumberResult,
21
+ __MetadataBearer {}
22
+ export declare class DeleteSMSSandboxPhoneNumberCommand extends $Command<
23
+ DeleteSMSSandboxPhoneNumberCommandInput,
24
+ DeleteSMSSandboxPhoneNumberCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteSMSSandboxPhoneNumberCommandInput;
28
+ constructor(input: DeleteSMSSandboxPhoneNumberCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteSMSSandboxPhoneNumberCommandInput,
35
+ DeleteSMSSandboxPhoneNumberCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { DeleteTopicInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface DeleteTopicCommandInput extends DeleteTopicInput {
6
- }
7
- export interface DeleteTopicCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTopicCommand extends $Command<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: DeleteTopicCommandInput;
12
- constructor(input: DeleteTopicCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTopicCommandInput, DeleteTopicCommandOutput>;
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 { DeleteTopicInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface DeleteTopicCommandInput extends DeleteTopicInput {}
15
+ export interface DeleteTopicCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteTopicCommand extends $Command<
17
+ DeleteTopicCommandInput,
18
+ DeleteTopicCommandOutput,
19
+ SNSClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteTopicCommandInput;
22
+ constructor(input: DeleteTopicCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: SNSClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteTopicCommandInput, DeleteTopicCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface GetDataProtectionPolicyCommandInput extends GetDataProtectionPolicyInput {
6
- }
7
- export interface GetDataProtectionPolicyCommandOutput extends GetDataProtectionPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDataProtectionPolicyCommand extends $Command<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: GetDataProtectionPolicyCommandInput;
12
- constructor(input: GetDataProtectionPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput>;
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
+ GetDataProtectionPolicyInput,
10
+ GetDataProtectionPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface GetDataProtectionPolicyCommandInput
18
+ extends GetDataProtectionPolicyInput {}
19
+ export interface GetDataProtectionPolicyCommandOutput
20
+ extends GetDataProtectionPolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetDataProtectionPolicyCommand extends $Command<
23
+ GetDataProtectionPolicyCommandInput,
24
+ GetDataProtectionPolicyCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: GetDataProtectionPolicyCommandInput;
28
+ constructor(input: GetDataProtectionPolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetDataProtectionPolicyCommandInput,
35
+ GetDataProtectionPolicyCommandOutput
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 { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface GetEndpointAttributesCommandInput extends GetEndpointAttributesInput {
6
- }
7
- export interface GetEndpointAttributesCommandOutput extends GetEndpointAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetEndpointAttributesCommand extends $Command<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: GetEndpointAttributesCommandInput;
12
- constructor(input: GetEndpointAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput>;
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
+ GetEndpointAttributesInput,
10
+ GetEndpointAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface GetEndpointAttributesCommandInput
18
+ extends GetEndpointAttributesInput {}
19
+ export interface GetEndpointAttributesCommandOutput
20
+ extends GetEndpointAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetEndpointAttributesCommand extends $Command<
23
+ GetEndpointAttributesCommandInput,
24
+ GetEndpointAttributesCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: GetEndpointAttributesCommandInput;
28
+ constructor(input: GetEndpointAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetEndpointAttributesCommandInput,
35
+ GetEndpointAttributesCommandOutput
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 { GetPlatformApplicationAttributesInput, GetPlatformApplicationAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface GetPlatformApplicationAttributesCommandInput extends GetPlatformApplicationAttributesInput {
6
- }
7
- export interface GetPlatformApplicationAttributesCommandOutput extends GetPlatformApplicationAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPlatformApplicationAttributesCommand extends $Command<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: GetPlatformApplicationAttributesCommandInput;
12
- constructor(input: GetPlatformApplicationAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput>;
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
+ GetPlatformApplicationAttributesInput,
10
+ GetPlatformApplicationAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface GetPlatformApplicationAttributesCommandInput
18
+ extends GetPlatformApplicationAttributesInput {}
19
+ export interface GetPlatformApplicationAttributesCommandOutput
20
+ extends GetPlatformApplicationAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetPlatformApplicationAttributesCommand extends $Command<
23
+ GetPlatformApplicationAttributesCommandInput,
24
+ GetPlatformApplicationAttributesCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: GetPlatformApplicationAttributesCommandInput;
28
+ constructor(input: GetPlatformApplicationAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SNSClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetPlatformApplicationAttributesCommandInput,
35
+ GetPlatformApplicationAttributesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }