@aws-sdk/client-sns 3.1076.0 → 3.1078.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 (146) hide show
  1. package/dist-cjs/index.js +135 -507
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddPermissionCommand.js +2 -14
  4. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -14
  5. package/dist-es/commands/ConfirmSubscriptionCommand.js +2 -14
  6. package/dist-es/commands/CreatePlatformApplicationCommand.js +2 -14
  7. package/dist-es/commands/CreatePlatformEndpointCommand.js +2 -14
  8. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -14
  9. package/dist-es/commands/CreateTopicCommand.js +2 -14
  10. package/dist-es/commands/DeleteEndpointCommand.js +2 -14
  11. package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -14
  12. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -14
  13. package/dist-es/commands/DeleteTopicCommand.js +2 -14
  14. package/dist-es/commands/GetDataProtectionPolicyCommand.js +2 -14
  15. package/dist-es/commands/GetEndpointAttributesCommand.js +2 -14
  16. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +2 -14
  17. package/dist-es/commands/GetSMSAttributesCommand.js +2 -14
  18. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +2 -14
  19. package/dist-es/commands/GetSubscriptionAttributesCommand.js +2 -14
  20. package/dist-es/commands/GetTopicAttributesCommand.js +2 -14
  21. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +2 -14
  22. package/dist-es/commands/ListOriginationNumbersCommand.js +2 -14
  23. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +2 -14
  24. package/dist-es/commands/ListPlatformApplicationsCommand.js +2 -14
  25. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -14
  26. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +2 -14
  27. package/dist-es/commands/ListSubscriptionsCommand.js +2 -14
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  29. package/dist-es/commands/ListTopicsCommand.js +2 -14
  30. package/dist-es/commands/OptInPhoneNumberCommand.js +2 -14
  31. package/dist-es/commands/PublishBatchCommand.js +2 -14
  32. package/dist-es/commands/PublishCommand.js +2 -14
  33. package/dist-es/commands/PutDataProtectionPolicyCommand.js +2 -14
  34. package/dist-es/commands/RemovePermissionCommand.js +2 -14
  35. package/dist-es/commands/SetEndpointAttributesCommand.js +2 -14
  36. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -14
  37. package/dist-es/commands/SetSMSAttributesCommand.js +2 -14
  38. package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -14
  39. package/dist-es/commands/SetTopicAttributesCommand.js +2 -14
  40. package/dist-es/commands/SubscribeCommand.js +2 -14
  41. package/dist-es/commands/TagResourceCommand.js +2 -14
  42. package/dist-es/commands/UnsubscribeCommand.js +2 -14
  43. package/dist-es/commands/UntagResourceCommand.js +2 -14
  44. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -14
  45. package/dist-es/index.js +1 -0
  46. package/dist-es/runtimeConfig.browser.js +0 -2
  47. package/dist-es/runtimeConfig.js +1 -2
  48. package/dist-es/runtimeConfig.native.js +0 -2
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/AddPermissionCommand.d.ts +3 -8
  52. package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +3 -8
  53. package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +3 -8
  54. package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +3 -8
  55. package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateTopicCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -8
  59. package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteTopicCommand.d.ts +3 -8
  62. package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +3 -8
  63. package/dist-types/commands/GetEndpointAttributesCommand.d.ts +3 -8
  64. package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +3 -8
  65. package/dist-types/commands/GetSMSAttributesCommand.d.ts +3 -8
  66. package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +3 -8
  67. package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +3 -8
  68. package/dist-types/commands/GetTopicAttributesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +3 -8
  70. package/dist-types/commands/ListOriginationNumbersCommand.d.ts +3 -8
  71. package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +3 -8
  72. package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +3 -8
  74. package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +3 -8
  75. package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/ListTopicsCommand.d.ts +3 -8
  78. package/dist-types/commands/OptInPhoneNumberCommand.d.ts +3 -8
  79. package/dist-types/commands/PublishBatchCommand.d.ts +3 -8
  80. package/dist-types/commands/PublishCommand.d.ts +3 -8
  81. package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +3 -8
  82. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
  83. package/dist-types/commands/SetEndpointAttributesCommand.d.ts +3 -8
  84. package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/SetSMSAttributesCommand.d.ts +3 -8
  86. package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +3 -8
  87. package/dist-types/commands/SetTopicAttributesCommand.d.ts +3 -8
  88. package/dist-types/commands/SubscribeCommand.d.ts +3 -8
  89. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  90. package/dist-types/commands/UnsubscribeCommand.d.ts +3 -8
  91. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/index.d.ts +1 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteTopicInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTopicCommandInput extends DeleteTopicInput {
22
19
  export interface DeleteTopicCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTopicCommand_base: {
25
- new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a topic and all its subscriptions. Deleting a topic might prevent some
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataProtectionPolicyCommandInput extends GetDataProtectionPo
22
19
  export interface GetDataProtectionPolicyCommandOutput extends GetDataProtectionPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataProtectionPolicyCommand_base: {
25
- new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the specified inline <code>DataProtectionPolicy</code> document that is
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEndpointAttributesCommandInput extends GetEndpointAttributes
22
19
  export interface GetEndpointAttributesCommandOutput extends GetEndpointAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEndpointAttributesCommand_base: {
25
- new (input: GetEndpointAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEndpointAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEndpointAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEndpointAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the endpoint attributes for a device on one of the supported push
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetPlatformApplicationAttributesInput, GetPlatformApplicationAttributesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPlatformApplicationAttributesCommandInput extends GetPlatfor
22
19
  export interface GetPlatformApplicationAttributesCommandOutput extends GetPlatformApplicationAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPlatformApplicationAttributesCommand_base: {
25
- new (input: GetPlatformApplicationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPlatformApplicationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPlatformApplicationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPlatformApplicationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the attributes of the platform application object for the supported push
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {
22
19
  export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSMSAttributesCommand_base: {
25
- new (input: GetSMSAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSMSAttributesCommandInput]): import("@smithy/core/client").CommandImpl<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSMSAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSMSAttributesCommandInput]): import("@smithy/core/client").CommandImpl<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the settings for sending SMS messages from your Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSMSSandboxAccountStatusInput, GetSMSSandboxAccountStatusResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSMSSandboxAccountStatusCommandInput extends GetSMSSandboxAcc
22
19
  export interface GetSMSSandboxAccountStatusCommandOutput extends GetSMSSandboxAccountStatusResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetSMSSandboxAccountStatusCommand_base: {
25
- new (input: GetSMSSandboxAccountStatusCommandInput): import("@smithy/core/client").CommandImpl<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSMSSandboxAccountStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSMSSandboxAccountStatusCommandInput): import("@smithy/core/client").CommandImpl<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetSMSSandboxAccountStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSubscriptionAttributesInput, GetSubscriptionAttributesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSubscriptionAttributesCommandInput extends GetSubscriptionAt
22
19
  export interface GetSubscriptionAttributesCommandOutput extends GetSubscriptionAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSubscriptionAttributesCommand_base: {
25
- new (input: GetSubscriptionAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSubscriptionAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSubscriptionAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSubscriptionAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns all of the properties of a subscription.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTopicAttributesCommandInput extends GetTopicAttributesInput
22
19
  export interface GetTopicAttributesCommandOutput extends GetTopicAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTopicAttributesCommand_base: {
25
- new (input: GetTopicAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTopicAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTopicAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTopicAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns all of the properties of a topic. Topic properties returned might differ based
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListEndpointsByPlatformApplicationInput, ListEndpointsByPlatformApplicationResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEndpointsByPlatformApplicationCommandInput extends ListEndp
22
19
  export interface ListEndpointsByPlatformApplicationCommandOutput extends ListEndpointsByPlatformApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEndpointsByPlatformApplicationCommand_base: {
25
- new (input: ListEndpointsByPlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEndpointsByPlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEndpointsByPlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEndpointsByPlatformApplicationCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the endpoints and endpoint attributes for devices in a supported push
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOriginationNumbersCommandInput extends ListOriginationNumbe
22
19
  export interface ListOriginationNumbersCommandOutput extends ListOriginationNumbersResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListOriginationNumbersCommand_base: {
25
- new (input: ListOriginationNumbersCommandInput): import("@smithy/core/client").CommandImpl<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOriginationNumbersCommandInput]): import("@smithy/core/client").CommandImpl<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOriginationNumbersCommandInput): import("@smithy/core/client").CommandImpl<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListOriginationNumbersCommandInput]): import("@smithy/core/client").CommandImpl<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the calling Amazon Web Services account's dedicated origination numbers and their metadata.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPhoneNumbersOptedOutInput, ListPhoneNumbersOptedOutResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPhoneNumbersOptedOutCommandInput extends ListPhoneNumbersOp
22
19
  export interface ListPhoneNumbersOptedOutCommandOutput extends ListPhoneNumbersOptedOutResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPhoneNumbersOptedOutCommand_base: {
25
- new (input: ListPhoneNumbersOptedOutCommandInput): import("@smithy/core/client").CommandImpl<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPhoneNumbersOptedOutCommandInput]): import("@smithy/core/client").CommandImpl<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPhoneNumbersOptedOutCommandInput): import("@smithy/core/client").CommandImpl<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPhoneNumbersOptedOutCommandInput]): import("@smithy/core/client").CommandImpl<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of phone numbers that are opted out, meaning you cannot send SMS
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPlatformApplicationsInput, ListPlatformApplicationsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPlatformApplicationsCommandInput extends ListPlatformApplic
22
19
  export interface ListPlatformApplicationsCommandOutput extends ListPlatformApplicationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPlatformApplicationsCommand_base: {
25
- new (input: ListPlatformApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPlatformApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPlatformApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPlatformApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the platform application objects for the supported push notification services,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSMSSandboxPhoneNumbersInput, ListSMSSandboxPhoneNumbersResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSMSSandboxPhoneNumbersCommandInput extends ListSMSSandboxPh
22
19
  export interface ListSMSSandboxPhoneNumbersCommandOutput extends ListSMSSandboxPhoneNumbersResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListSMSSandboxPhoneNumbersCommand_base: {
25
- new (input: ListSMSSandboxPhoneNumbersCommandInput): import("@smithy/core/client").CommandImpl<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSMSSandboxPhoneNumbersCommandInput]): import("@smithy/core/client").CommandImpl<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSMSSandboxPhoneNumbersCommandInput): import("@smithy/core/client").CommandImpl<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSMSSandboxPhoneNumbersCommandInput]): import("@smithy/core/client").CommandImpl<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the calling Amazon Web Services account's current verified and pending destination phone
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSubscriptionsByTopicInput, ListSubscriptionsByTopicResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSubscriptionsByTopicCommandInput extends ListSubscriptionsB
22
19
  export interface ListSubscriptionsByTopicCommandOutput extends ListSubscriptionsByTopicResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSubscriptionsByTopicCommand_base: {
25
- new (input: ListSubscriptionsByTopicCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSubscriptionsByTopicCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSubscriptionsByTopicCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSubscriptionsByTopicCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the subscriptions to a specific topic. Each call returns a limited
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSubscriptionsInput, ListSubscriptionsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {
22
19
  export interface ListSubscriptionsCommandOutput extends ListSubscriptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSubscriptionsCommand_base: {
25
- new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the requester's subscriptions. Each call returns a limited list of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List all tags added to the specified Amazon SNS topic. For an overview, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-tags.html">Amazon SNS Tags</a> in the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTopicsCommandInput extends ListTopicsInput {
22
19
  export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTopicsCommand_base: {
25
- new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTopicsCommandInput]): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTopicsCommandInput]): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the requester's topics. Each call returns a limited list of topics,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { OptInPhoneNumberInput, OptInPhoneNumberResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {
22
19
  export interface OptInPhoneNumberCommandOutput extends OptInPhoneNumberResponse, __MetadataBearer {
23
20
  }
24
21
  declare const OptInPhoneNumberCommand_base: {
25
- new (input: OptInPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: OptInPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: OptInPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: OptInPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<OptInPhoneNumberCommandInput, OptInPhoneNumberCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this request to opt in a phone number that is opted out, which enables you to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PublishBatchCommandInput extends PublishBatchInput {
22
19
  export interface PublishBatchCommandOutput extends PublishBatchResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PublishBatchCommand_base: {
25
- new (input: PublishBatchCommandInput): import("@smithy/core/client").CommandImpl<PublishBatchCommandInput, PublishBatchCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PublishBatchCommandInput): import("@smithy/core/client").CommandImpl<PublishBatchCommandInput, PublishBatchCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PublishBatchCommandInput): import("@smithy/core/client").CommandImpl<PublishBatchCommandInput, PublishBatchCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PublishBatchCommandInput): import("@smithy/core/client").CommandImpl<PublishBatchCommandInput, PublishBatchCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Publishes up to 10 messages to the specified topic in a single batch. This is a batch
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PublishInput, PublishResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PublishCommandInput extends PublishInput {
22
19
  export interface PublishCommandOutput extends PublishResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PublishCommand_base: {
25
- new (input: PublishCommandInput): import("@smithy/core/client").CommandImpl<PublishCommandInput, PublishCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PublishCommandInput): import("@smithy/core/client").CommandImpl<PublishCommandInput, PublishCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PublishCommandInput): import("@smithy/core/client").CommandImpl<PublishCommandInput, PublishCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PublishCommandInput): import("@smithy/core/client").CommandImpl<PublishCommandInput, PublishCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutDataProtectionPolicyInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutDataProtectionPolicyCommandInput extends PutDataProtectionPo
22
19
  export interface PutDataProtectionPolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutDataProtectionPolicyCommand_base: {
25
- new (input: PutDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutDataProtectionPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDataProtectionPolicyCommandInput, PutDataProtectionPolicyCommandOutput, import("..").SNSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or updates an inline policy document that is stored in the specified Amazon SNS