@aws-sdk/client-sns 3.478.0 → 3.481.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 (173) hide show
  1. package/dist-cjs/commands/AddPermissionCommand.js +18 -41
  2. package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +18 -41
  3. package/dist-cjs/commands/ConfirmSubscriptionCommand.js +18 -41
  4. package/dist-cjs/commands/CreatePlatformApplicationCommand.js +18 -41
  5. package/dist-cjs/commands/CreatePlatformEndpointCommand.js +18 -41
  6. package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +18 -41
  7. package/dist-cjs/commands/CreateTopicCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteEndpointCommand.js +18 -41
  9. package/dist-cjs/commands/DeletePlatformApplicationCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteTopicCommand.js +18 -41
  12. package/dist-cjs/commands/GetDataProtectionPolicyCommand.js +18 -41
  13. package/dist-cjs/commands/GetEndpointAttributesCommand.js +18 -41
  14. package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +18 -41
  15. package/dist-cjs/commands/GetSMSAttributesCommand.js +18 -41
  16. package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +18 -41
  17. package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +18 -41
  18. package/dist-cjs/commands/GetTopicAttributesCommand.js +18 -41
  19. package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +18 -41
  20. package/dist-cjs/commands/ListOriginationNumbersCommand.js +18 -41
  21. package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +18 -41
  22. package/dist-cjs/commands/ListPlatformApplicationsCommand.js +18 -41
  23. package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +18 -41
  24. package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +18 -41
  25. package/dist-cjs/commands/ListSubscriptionsCommand.js +18 -41
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  27. package/dist-cjs/commands/ListTopicsCommand.js +18 -41
  28. package/dist-cjs/commands/OptInPhoneNumberCommand.js +18 -41
  29. package/dist-cjs/commands/PublishBatchCommand.js +18 -41
  30. package/dist-cjs/commands/PublishCommand.js +18 -41
  31. package/dist-cjs/commands/PutDataProtectionPolicyCommand.js +18 -41
  32. package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
  33. package/dist-cjs/commands/SetEndpointAttributesCommand.js +18 -41
  34. package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +18 -41
  35. package/dist-cjs/commands/SetSMSAttributesCommand.js +18 -41
  36. package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +18 -41
  37. package/dist-cjs/commands/SetTopicAttributesCommand.js +18 -41
  38. package/dist-cjs/commands/SubscribeCommand.js +18 -41
  39. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  40. package/dist-cjs/commands/UnsubscribeCommand.js +18 -41
  41. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  42. package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +18 -41
  43. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  44. package/dist-es/commands/AddPermissionCommand.js +18 -41
  45. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +18 -41
  46. package/dist-es/commands/ConfirmSubscriptionCommand.js +18 -41
  47. package/dist-es/commands/CreatePlatformApplicationCommand.js +18 -41
  48. package/dist-es/commands/CreatePlatformEndpointCommand.js +18 -41
  49. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +18 -41
  50. package/dist-es/commands/CreateTopicCommand.js +18 -41
  51. package/dist-es/commands/DeleteEndpointCommand.js +18 -41
  52. package/dist-es/commands/DeletePlatformApplicationCommand.js +18 -41
  53. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +18 -41
  54. package/dist-es/commands/DeleteTopicCommand.js +18 -41
  55. package/dist-es/commands/GetDataProtectionPolicyCommand.js +18 -41
  56. package/dist-es/commands/GetEndpointAttributesCommand.js +18 -41
  57. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +18 -41
  58. package/dist-es/commands/GetSMSAttributesCommand.js +18 -41
  59. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +18 -41
  60. package/dist-es/commands/GetSubscriptionAttributesCommand.js +18 -41
  61. package/dist-es/commands/GetTopicAttributesCommand.js +18 -41
  62. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +18 -41
  63. package/dist-es/commands/ListOriginationNumbersCommand.js +18 -41
  64. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +18 -41
  65. package/dist-es/commands/ListPlatformApplicationsCommand.js +18 -41
  66. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +18 -41
  67. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +18 -41
  68. package/dist-es/commands/ListSubscriptionsCommand.js +18 -41
  69. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  70. package/dist-es/commands/ListTopicsCommand.js +18 -41
  71. package/dist-es/commands/OptInPhoneNumberCommand.js +18 -41
  72. package/dist-es/commands/PublishBatchCommand.js +18 -41
  73. package/dist-es/commands/PublishCommand.js +18 -41
  74. package/dist-es/commands/PutDataProtectionPolicyCommand.js +18 -41
  75. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  76. package/dist-es/commands/SetEndpointAttributesCommand.js +18 -41
  77. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +18 -41
  78. package/dist-es/commands/SetSMSAttributesCommand.js +18 -41
  79. package/dist-es/commands/SetSubscriptionAttributesCommand.js +18 -41
  80. package/dist-es/commands/SetTopicAttributesCommand.js +18 -41
  81. package/dist-es/commands/SubscribeCommand.js +18 -41
  82. package/dist-es/commands/TagResourceCommand.js +18 -41
  83. package/dist-es/commands/UnsubscribeCommand.js +18 -41
  84. package/dist-es/commands/UntagResourceCommand.js +18 -41
  85. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +18 -41
  86. package/dist-es/endpoint/EndpointParameters.js +6 -0
  87. package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
  88. package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +6 -21
  89. package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +6 -21
  90. package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +6 -21
  91. package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +6 -21
  92. package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +6 -21
  93. package/dist-types/commands/CreateTopicCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -21
  95. package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +6 -21
  96. package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +6 -21
  97. package/dist-types/commands/DeleteTopicCommand.d.ts +6 -21
  98. package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +6 -21
  99. package/dist-types/commands/GetEndpointAttributesCommand.d.ts +6 -21
  100. package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +6 -21
  101. package/dist-types/commands/GetSMSAttributesCommand.d.ts +6 -21
  102. package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +6 -21
  103. package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +6 -21
  104. package/dist-types/commands/GetTopicAttributesCommand.d.ts +6 -21
  105. package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +6 -21
  106. package/dist-types/commands/ListOriginationNumbersCommand.d.ts +6 -21
  107. package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +6 -21
  108. package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +6 -21
  109. package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +6 -21
  110. package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +6 -21
  111. package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -21
  112. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  113. package/dist-types/commands/ListTopicsCommand.d.ts +6 -21
  114. package/dist-types/commands/OptInPhoneNumberCommand.d.ts +6 -21
  115. package/dist-types/commands/PublishBatchCommand.d.ts +6 -21
  116. package/dist-types/commands/PublishCommand.d.ts +6 -21
  117. package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +6 -21
  118. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  119. package/dist-types/commands/SetEndpointAttributesCommand.d.ts +6 -21
  120. package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +6 -21
  121. package/dist-types/commands/SetSMSAttributesCommand.d.ts +6 -21
  122. package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +6 -21
  123. package/dist-types/commands/SetTopicAttributesCommand.d.ts +6 -21
  124. package/dist-types/commands/SubscribeCommand.d.ts +6 -21
  125. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  126. package/dist-types/commands/UnsubscribeCommand.d.ts +6 -21
  127. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  128. package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +6 -21
  129. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  130. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/PublishCommand.d.ts +12 -23
  160. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  173. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeletePlatformApplicationInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeletePlatformApplicationCommandInput
17
11
  extends DeletePlatformApplicationInput {}
18
12
  export interface DeletePlatformApplicationCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeletePlatformApplicationCommand extends $Command<
21
- DeletePlatformApplicationCommandInput,
22
- DeletePlatformApplicationCommandOutput,
23
- SNSClientResolvedConfig
24
- > {
25
- readonly input: DeletePlatformApplicationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeletePlatformApplicationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SNSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeletePlatformApplicationCommand_base: {
15
+ new (
16
+ input: DeletePlatformApplicationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeletePlatformApplicationCommandInput,
34
- DeletePlatformApplicationCommandOutput
19
+ DeletePlatformApplicationCommandOutput,
20
+ SNSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeletePlatformApplicationCommand extends DeletePlatformApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteSMSSandboxPhoneNumberInput,
11
5
  DeleteSMSSandboxPhoneNumberResult,
@@ -21,22 +15,16 @@ export interface DeleteSMSSandboxPhoneNumberCommandInput
21
15
  export interface DeleteSMSSandboxPhoneNumberCommandOutput
22
16
  extends DeleteSMSSandboxPhoneNumberResult,
23
17
  __MetadataBearer {}
24
- export declare class DeleteSMSSandboxPhoneNumberCommand extends $Command<
25
- DeleteSMSSandboxPhoneNumberCommandInput,
26
- DeleteSMSSandboxPhoneNumberCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: DeleteSMSSandboxPhoneNumberCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteSMSSandboxPhoneNumberCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteSMSSandboxPhoneNumberCommand_base: {
19
+ new (
20
+ input: DeleteSMSSandboxPhoneNumberCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteSMSSandboxPhoneNumberCommandInput,
38
- DeleteSMSSandboxPhoneNumberCommandOutput
23
+ DeleteSMSSandboxPhoneNumberCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteTopicInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteTopicCommandInput extends DeleteTopicInput {}
17
11
  export interface DeleteTopicCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteTopicCommand extends $Command<
19
- DeleteTopicCommandInput,
20
- DeleteTopicCommandOutput,
21
- SNSClientResolvedConfig
22
- > {
23
- readonly input: DeleteTopicCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteTopicCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SNSClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteTopicCommandInput, DeleteTopicCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteTopicCommand_base: {
13
+ new (
14
+ input: DeleteTopicCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteTopicCommandInput,
17
+ DeleteTopicCommandOutput,
18
+ SNSClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteTopicCommand extends DeleteTopicCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetDataProtectionPolicyInput,
11
5
  GetDataProtectionPolicyResponse,
@@ -21,22 +15,16 @@ export interface GetDataProtectionPolicyCommandInput
21
15
  export interface GetDataProtectionPolicyCommandOutput
22
16
  extends GetDataProtectionPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDataProtectionPolicyCommand extends $Command<
25
- GetDataProtectionPolicyCommandInput,
26
- GetDataProtectionPolicyCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: GetDataProtectionPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDataProtectionPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDataProtectionPolicyCommand_base: {
19
+ new (
20
+ input: GetDataProtectionPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDataProtectionPolicyCommandInput,
38
- GetDataProtectionPolicyCommandOutput
23
+ GetDataProtectionPolicyCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetEndpointAttributesInput,
11
5
  GetEndpointAttributesResponse,
@@ -21,22 +15,16 @@ export interface GetEndpointAttributesCommandInput
21
15
  export interface GetEndpointAttributesCommandOutput
22
16
  extends GetEndpointAttributesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetEndpointAttributesCommand extends $Command<
25
- GetEndpointAttributesCommandInput,
26
- GetEndpointAttributesCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: GetEndpointAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetEndpointAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetEndpointAttributesCommand_base: {
19
+ new (
20
+ input: GetEndpointAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetEndpointAttributesCommandInput,
38
- GetEndpointAttributesCommandOutput
23
+ GetEndpointAttributesCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetPlatformApplicationAttributesInput,
11
5
  GetPlatformApplicationAttributesResponse,
@@ -21,22 +15,16 @@ export interface GetPlatformApplicationAttributesCommandInput
21
15
  export interface GetPlatformApplicationAttributesCommandOutput
22
16
  extends GetPlatformApplicationAttributesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetPlatformApplicationAttributesCommand extends $Command<
25
- GetPlatformApplicationAttributesCommandInput,
26
- GetPlatformApplicationAttributesCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: GetPlatformApplicationAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPlatformApplicationAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetPlatformApplicationAttributesCommand_base: {
19
+ new (
20
+ input: GetPlatformApplicationAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetPlatformApplicationAttributesCommandInput,
38
- GetPlatformApplicationAttributesCommandOutput
23
+ GetPlatformApplicationAttributesCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSMSAttributesInput,
11
5
  GetSMSAttributesResponse,
@@ -20,19 +14,16 @@ export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {}
20
14
  export interface GetSMSAttributesCommandOutput
21
15
  extends GetSMSAttributesResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetSMSAttributesCommand extends $Command<
24
- GetSMSAttributesCommandInput,
25
- GetSMSAttributesCommandOutput,
26
- SNSClientResolvedConfig
27
- > {
28
- readonly input: GetSMSAttributesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetSMSAttributesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SNSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetSMSAttributesCommand_base: {
18
+ new (
19
+ input: GetSMSAttributesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetSMSAttributesCommandInput,
22
+ GetSMSAttributesCommandOutput,
23
+ SNSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSMSSandboxAccountStatusInput,
11
5
  GetSMSSandboxAccountStatusResult,
@@ -21,22 +15,16 @@ export interface GetSMSSandboxAccountStatusCommandInput
21
15
  export interface GetSMSSandboxAccountStatusCommandOutput
22
16
  extends GetSMSSandboxAccountStatusResult,
23
17
  __MetadataBearer {}
24
- export declare class GetSMSSandboxAccountStatusCommand extends $Command<
25
- GetSMSSandboxAccountStatusCommandInput,
26
- GetSMSSandboxAccountStatusCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: GetSMSSandboxAccountStatusCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSMSSandboxAccountStatusCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetSMSSandboxAccountStatusCommand_base: {
19
+ new (
20
+ input: GetSMSSandboxAccountStatusCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetSMSSandboxAccountStatusCommandInput,
38
- GetSMSSandboxAccountStatusCommandOutput
23
+ GetSMSSandboxAccountStatusCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSubscriptionAttributesInput,
11
5
  GetSubscriptionAttributesResponse,
@@ -21,22 +15,16 @@ export interface GetSubscriptionAttributesCommandInput
21
15
  export interface GetSubscriptionAttributesCommandOutput
22
16
  extends GetSubscriptionAttributesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSubscriptionAttributesCommand extends $Command<
25
- GetSubscriptionAttributesCommandInput,
26
- GetSubscriptionAttributesCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: GetSubscriptionAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSubscriptionAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetSubscriptionAttributesCommand_base: {
19
+ new (
20
+ input: GetSubscriptionAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetSubscriptionAttributesCommandInput,
38
- GetSubscriptionAttributesCommandOutput
23
+ GetSubscriptionAttributesCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetTopicAttributesInput,
11
5
  GetTopicAttributesResponse,
@@ -21,19 +15,16 @@ export interface GetTopicAttributesCommandInput
21
15
  export interface GetTopicAttributesCommandOutput
22
16
  extends GetTopicAttributesResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetTopicAttributesCommand extends $Command<
25
- GetTopicAttributesCommandInput,
26
- GetTopicAttributesCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: GetTopicAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetTopicAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetTopicAttributesCommand_base: {
19
+ new (
20
+ input: GetTopicAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetTopicAttributesCommandInput,
23
+ GetTopicAttributesCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListEndpointsByPlatformApplicationInput,
11
5
  ListEndpointsByPlatformApplicationResponse,
@@ -21,22 +15,16 @@ export interface ListEndpointsByPlatformApplicationCommandInput
21
15
  export interface ListEndpointsByPlatformApplicationCommandOutput
22
16
  extends ListEndpointsByPlatformApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListEndpointsByPlatformApplicationCommand extends $Command<
25
- ListEndpointsByPlatformApplicationCommandInput,
26
- ListEndpointsByPlatformApplicationCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: ListEndpointsByPlatformApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListEndpointsByPlatformApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListEndpointsByPlatformApplicationCommand_base: {
19
+ new (
20
+ input: ListEndpointsByPlatformApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListEndpointsByPlatformApplicationCommandInput,
38
- ListEndpointsByPlatformApplicationCommandOutput
23
+ ListEndpointsByPlatformApplicationCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListOriginationNumbersRequest,
11
5
  ListOriginationNumbersResult,
@@ -21,22 +15,16 @@ export interface ListOriginationNumbersCommandInput
21
15
  export interface ListOriginationNumbersCommandOutput
22
16
  extends ListOriginationNumbersResult,
23
17
  __MetadataBearer {}
24
- export declare class ListOriginationNumbersCommand extends $Command<
25
- ListOriginationNumbersCommandInput,
26
- ListOriginationNumbersCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: ListOriginationNumbersCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListOriginationNumbersCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListOriginationNumbersCommand_base: {
19
+ new (
20
+ input: ListOriginationNumbersCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListOriginationNumbersCommandInput,
38
- ListOriginationNumbersCommandOutput
23
+ ListOriginationNumbersCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListOriginationNumbersCommand extends ListOriginationNumbersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPhoneNumbersOptedOutInput,
11
5
  ListPhoneNumbersOptedOutResponse,
@@ -21,22 +15,16 @@ export interface ListPhoneNumbersOptedOutCommandInput
21
15
  export interface ListPhoneNumbersOptedOutCommandOutput
22
16
  extends ListPhoneNumbersOptedOutResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPhoneNumbersOptedOutCommand extends $Command<
25
- ListPhoneNumbersOptedOutCommandInput,
26
- ListPhoneNumbersOptedOutCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: ListPhoneNumbersOptedOutCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPhoneNumbersOptedOutCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPhoneNumbersOptedOutCommand_base: {
19
+ new (
20
+ input: ListPhoneNumbersOptedOutCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPhoneNumbersOptedOutCommandInput,
38
- ListPhoneNumbersOptedOutCommandOutput
23
+ ListPhoneNumbersOptedOutCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPhoneNumbersOptedOutCommand extends ListPhoneNumbersOptedOutCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListPlatformApplicationsInput,
11
5
  ListPlatformApplicationsResponse,
@@ -21,22 +15,16 @@ export interface ListPlatformApplicationsCommandInput
21
15
  export interface ListPlatformApplicationsCommandOutput
22
16
  extends ListPlatformApplicationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListPlatformApplicationsCommand extends $Command<
25
- ListPlatformApplicationsCommandInput,
26
- ListPlatformApplicationsCommandOutput,
27
- SNSClientResolvedConfig
28
- > {
29
- readonly input: ListPlatformApplicationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPlatformApplicationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SNSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPlatformApplicationsCommand_base: {
19
+ new (
20
+ input: ListPlatformApplicationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPlatformApplicationsCommandInput,
38
- ListPlatformApplicationsCommandOutput
23
+ ListPlatformApplicationsCommandOutput,
24
+ SNSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPlatformApplicationsCommand extends ListPlatformApplicationsCommand_base {}