@aws-sdk/client-sns 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/SNS.d.ts +766 -215
  3. package/dist-types/ts3.4/SNSClient.d.ts +380 -115
  4. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/PublishCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +41 -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 +8 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1101 -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 +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  67. package/package.json +34 -34
@@ -1,17 +1,41 @@
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
+
23
+ export declare class ListSubscriptionsByTopicCommand extends $Command<
24
+ ListSubscriptionsByTopicCommandInput,
25
+ ListSubscriptionsByTopicCommandOutput,
26
+ SNSClientResolvedConfig
27
+ > {
28
+ readonly input: ListSubscriptionsByTopicCommandInput;
29
+ constructor(input: ListSubscriptionsByTopicCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SNSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListSubscriptionsByTopicCommandInput,
37
+ ListSubscriptionsByTopicCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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
+
22
+ export declare class ListSubscriptionsCommand extends $Command<
23
+ ListSubscriptionsCommandInput,
24
+ ListSubscriptionsCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: ListSubscriptionsCommandInput;
28
+ constructor(input: ListSubscriptionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SNSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
10
+ ListTagsForResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ SNSClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SNSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface ListTopicsCommandInput extends ListTopicsInput {
6
- }
7
- export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTopicsCommand extends $Command<ListTopicsCommandInput, ListTopicsCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: ListTopicsCommandInput;
12
- constructor(input: ListTopicsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTopicsCommandInput, ListTopicsCommandOutput>;
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 { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface ListTopicsCommandInput extends ListTopicsInput {}
15
+ export interface ListTopicsCommandOutput
16
+ extends ListTopicsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListTopicsCommand extends $Command<
20
+ ListTopicsCommandInput,
21
+ ListTopicsCommandOutput,
22
+ SNSClientResolvedConfig
23
+ > {
24
+ readonly input: ListTopicsCommandInput;
25
+ constructor(input: ListTopicsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SNSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListTopicsCommandInput, ListTopicsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { OptInPhoneNumberInput, OptInPhoneNumberResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {
6
- }
7
- export interface OptInPhoneNumberCommandOutput extends OptInPhoneNumberResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class OptInPhoneNumberCommand extends $Command<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: OptInPhoneNumberCommandInput;
12
- constructor(input: OptInPhoneNumberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput>;
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
+ OptInPhoneNumberInput,
10
+ OptInPhoneNumberResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SNSClientResolvedConfig,
16
+ } from "../SNSClient";
17
+ export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {}
18
+ export interface OptInPhoneNumberCommandOutput
19
+ extends OptInPhoneNumberResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class OptInPhoneNumberCommand extends $Command<
23
+ OptInPhoneNumberCommandInput,
24
+ OptInPhoneNumberCommandOutput,
25
+ SNSClientResolvedConfig
26
+ > {
27
+ readonly input: OptInPhoneNumberCommandInput;
28
+ constructor(input: OptInPhoneNumberCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SNSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface PublishBatchCommandInput extends PublishBatchInput {
6
- }
7
- export interface PublishBatchCommandOutput extends PublishBatchResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PublishBatchCommand extends $Command<PublishBatchCommandInput, PublishBatchCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: PublishBatchCommandInput;
12
- constructor(input: PublishBatchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishBatchCommandInput, PublishBatchCommandOutput>;
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 { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface PublishBatchCommandInput extends PublishBatchInput {}
15
+ export interface PublishBatchCommandOutput
16
+ extends PublishBatchResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PublishBatchCommand extends $Command<
20
+ PublishBatchCommandInput,
21
+ PublishBatchCommandOutput,
22
+ SNSClientResolvedConfig
23
+ > {
24
+ readonly input: PublishBatchCommandInput;
25
+ constructor(input: PublishBatchCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SNSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PublishBatchCommandInput, PublishBatchCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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 { PublishInput, PublishResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface PublishCommandInput extends PublishInput {
6
- }
7
- export interface PublishCommandOutput extends PublishResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PublishCommand extends $Command<PublishCommandInput, PublishCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: PublishCommandInput;
12
- constructor(input: PublishCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishCommandInput, PublishCommandOutput>;
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 { PublishInput, PublishResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface PublishCommandInput extends PublishInput {}
15
+ export interface PublishCommandOutput
16
+ extends PublishResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PublishCommand extends $Command<
20
+ PublishCommandInput,
21
+ PublishCommandOutput,
22
+ SNSClientResolvedConfig
23
+ > {
24
+ readonly input: PublishCommandInput;
25
+ constructor(input: PublishCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SNSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PublishCommandInput, PublishCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { PutDataProtectionPolicyInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface PutDataProtectionPolicyCommandInput extends PutDataProtectionPolicyInput {
6
- }
7
- export interface PutDataProtectionPolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutDataProtectionPolicyCommand extends $Command<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: PutDataProtectionPolicyCommandInput;
12
- constructor(input: PutDataProtectionPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput>;
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 { PutDataProtectionPolicyInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface PutDataProtectionPolicyCommandInput
15
+ extends PutDataProtectionPolicyInput {}
16
+ export interface PutDataProtectionPolicyCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class PutDataProtectionPolicyCommand extends $Command<
20
+ PutDataProtectionPolicyCommandInput,
21
+ PutDataProtectionPolicyCommandOutput,
22
+ SNSClientResolvedConfig
23
+ > {
24
+ readonly input: PutDataProtectionPolicyCommandInput;
25
+ constructor(input: PutDataProtectionPolicyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SNSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ PutDataProtectionPolicyCommandInput,
33
+ PutDataProtectionPolicyCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { RemovePermissionInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface RemovePermissionCommandInput extends RemovePermissionInput {
6
- }
7
- export interface RemovePermissionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: RemovePermissionCommandInput;
12
- constructor(input: RemovePermissionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
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 { RemovePermissionInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface RemovePermissionCommandInput extends RemovePermissionInput {}
15
+ export interface RemovePermissionCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class RemovePermissionCommand extends $Command<
18
+ RemovePermissionCommandInput,
19
+ RemovePermissionCommandOutput,
20
+ SNSClientResolvedConfig
21
+ > {
22
+ readonly input: RemovePermissionCommandInput;
23
+ constructor(input: RemovePermissionCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: SNSClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { SetEndpointAttributesInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface SetEndpointAttributesCommandInput extends SetEndpointAttributesInput {
6
- }
7
- export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetEndpointAttributesCommand extends $Command<SetEndpointAttributesCommandInput, SetEndpointAttributesCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: SetEndpointAttributesCommandInput;
12
- constructor(input: SetEndpointAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetEndpointAttributesCommandInput, SetEndpointAttributesCommandOutput>;
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 { SetEndpointAttributesInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface SetEndpointAttributesCommandInput
15
+ extends SetEndpointAttributesInput {}
16
+ export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class SetEndpointAttributesCommand extends $Command<
19
+ SetEndpointAttributesCommandInput,
20
+ SetEndpointAttributesCommandOutput,
21
+ SNSClientResolvedConfig
22
+ > {
23
+ readonly input: SetEndpointAttributesCommandInput;
24
+ constructor(input: SetEndpointAttributesCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: SNSClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ SetEndpointAttributesCommandInput,
32
+ SetEndpointAttributesCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,37 @@
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 { SetPlatformApplicationAttributesInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
- export interface SetPlatformApplicationAttributesCommandInput extends SetPlatformApplicationAttributesInput {
6
- }
7
- export interface SetPlatformApplicationAttributesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetPlatformApplicationAttributesCommand extends $Command<SetPlatformApplicationAttributesCommandInput, SetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig> {
11
- readonly input: SetPlatformApplicationAttributesCommandInput;
12
- constructor(input: SetPlatformApplicationAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SNSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetPlatformApplicationAttributesCommandInput, SetPlatformApplicationAttributesCommandOutput>;
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 { SetPlatformApplicationAttributesInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SNSClientResolvedConfig,
13
+ } from "../SNSClient";
14
+ export interface SetPlatformApplicationAttributesCommandInput
15
+ extends SetPlatformApplicationAttributesInput {}
16
+ export interface SetPlatformApplicationAttributesCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class SetPlatformApplicationAttributesCommand extends $Command<
20
+ SetPlatformApplicationAttributesCommandInput,
21
+ SetPlatformApplicationAttributesCommandOutput,
22
+ SNSClientResolvedConfig
23
+ > {
24
+ readonly input: SetPlatformApplicationAttributesCommandInput;
25
+ constructor(input: SetPlatformApplicationAttributesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SNSClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ SetPlatformApplicationAttributesCommandInput,
33
+ SetPlatformApplicationAttributesCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }