@aws-sdk/client-sns 3.588.0 → 3.592.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 (94) hide show
  1. package/dist-cjs/index.js +0 -42
  2. package/dist-types/SNSClient.d.ts +4 -4
  3. package/dist-types/commands/AddPermissionCommand.d.ts +2 -1
  4. package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +2 -1
  5. package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +2 -1
  6. package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +11 -10
  7. package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateTopicCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTopicCommand.d.ts +2 -1
  14. package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/GetEndpointAttributesCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSMSAttributesCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +2 -1
  19. package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +2 -1
  20. package/dist-types/commands/GetTopicAttributesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +2 -1
  22. package/dist-types/commands/ListOriginationNumbersCommand.d.ts +2 -1
  23. package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +2 -1
  24. package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +2 -1
  26. package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +2 -1
  27. package/dist-types/commands/ListSubscriptionsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTopicsCommand.d.ts +2 -1
  30. package/dist-types/commands/OptInPhoneNumberCommand.d.ts +2 -1
  31. package/dist-types/commands/PublishBatchCommand.d.ts +2 -1
  32. package/dist-types/commands/PublishCommand.d.ts +2 -1
  33. package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
  35. package/dist-types/commands/SetEndpointAttributesCommand.d.ts +2 -1
  36. package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +2 -1
  37. package/dist-types/commands/SetSMSAttributesCommand.d.ts +2 -1
  38. package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +2 -1
  39. package/dist-types/commands/SetTopicAttributesCommand.d.ts +2 -1
  40. package/dist-types/commands/SubscribeCommand.d.ts +2 -1
  41. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UnsubscribeCommand.d.ts +2 -1
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +2 -1
  45. package/dist-types/index.d.ts +2 -2
  46. package/dist-types/models/SNSServiceException.d.ts +2 -1
  47. package/dist-types/models/models_0.d.ts +15 -16
  48. package/dist-types/runtimeConfig.native.d.ts +1 -1
  49. package/dist-types/ts3.4/SNSClient.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/PublishCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/models/SNSServiceException.d.ts +2 -1
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  94. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -18,8 +18,8 @@
18
18
  export * from "./SNSClient";
19
19
  export * from "./SNS";
20
20
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
21
- export { RuntimeExtension } from "./runtimeExtensions";
22
- export { SNSExtensionConfiguration } from "./extensionConfiguration";
21
+ export type { RuntimeExtension } from "./runtimeExtensions";
22
+ export type { SNSExtensionConfiguration } from "./extensionConfiguration";
23
23
  export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -398,7 +398,7 @@ export interface CreateTopicInput {
398
398
  Name: string | undefined;
399
399
  /**
400
400
  * <p>A map of attributes with their corresponding values.</p>
401
- * <p>The following lists the names, descriptions, and values of the special request
401
+ * <p>The following lists names, descriptions, and values of the special request
402
402
  * parameters that the <code>CreateTopic</code> action uses:</p>
403
403
  * <ul>
404
404
  * <li>
@@ -933,22 +933,22 @@ export interface GetSubscriptionAttributesResponse {
933
933
  * with.</p>
934
934
  * </li>
935
935
  * </ul>
936
- * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
936
+ * <p>The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:</p>
937
937
  * <ul>
938
938
  * <li>
939
939
  * <p>
940
940
  * <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
941
941
  * <ul>
942
942
  * <li>
943
- * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
943
+ * <p>Permission to write to the Firehose delivery stream</p>
944
944
  * </li>
945
945
  * <li>
946
946
  * <p>Amazon SNS listed as a trusted entity</p>
947
947
  * </li>
948
948
  * </ul>
949
- * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
949
+ * <p>Specifying a valid ARN for this attribute is required for Firehose delivery stream subscriptions.
950
950
  * For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
951
- * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
951
+ * to Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
952
952
  * </li>
953
953
  * </ul>
954
954
  * @public
@@ -1819,9 +1819,8 @@ export interface PublishInput {
1819
1819
  * <p>Optional parameter to be used as the "Subject" line when the message is delivered to
1820
1820
  * email endpoints. This field will also be included, if present, in the standard JSON
1821
1821
  * messages delivered to other endpoints.</p>
1822
- * <p>Constraints: Subjects must be ASCII text that begins with a letter, number, or
1823
- * punctuation mark; must not include line breaks or control characters; and must be less
1824
- * than 100 characters long.</p>
1822
+ * <p>Constraints: Subjects must be UTF-8 text with no line breaks or control characters,
1823
+ * and less than 100 characters long.</p>
1825
1824
  * @public
1826
1825
  */
1827
1826
  Subject?: string;
@@ -2547,22 +2546,22 @@ export interface SetSubscriptionAttributesInput {
2547
2546
  * in the dead-letter queue for further analysis or reprocessing.</p>
2548
2547
  * </li>
2549
2548
  * </ul>
2550
- * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
2549
+ * <p>The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:</p>
2551
2550
  * <ul>
2552
2551
  * <li>
2553
2552
  * <p>
2554
2553
  * <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
2555
2554
  * <ul>
2556
2555
  * <li>
2557
- * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
2556
+ * <p>Permission to write to the Firehose delivery stream</p>
2558
2557
  * </li>
2559
2558
  * <li>
2560
2559
  * <p>Amazon SNS listed as a trusted entity</p>
2561
2560
  * </li>
2562
2561
  * </ul>
2563
- * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
2562
+ * <p>Specifying a valid ARN for this attribute is required for Firehose delivery stream subscriptions.
2564
2563
  * For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
2565
- * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2564
+ * to Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2566
2565
  * </li>
2567
2566
  * </ul>
2568
2567
  * @public
@@ -2953,22 +2952,22 @@ export interface SubscribeInput {
2953
2952
  * in the dead-letter queue for further analysis or reprocessing.</p>
2954
2953
  * </li>
2955
2954
  * </ul>
2956
- * <p>The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions:</p>
2955
+ * <p>The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:</p>
2957
2956
  * <ul>
2958
2957
  * <li>
2959
2958
  * <p>
2960
2959
  * <code>SubscriptionRoleArn</code> – The ARN of the IAM role that has the following:</p>
2961
2960
  * <ul>
2962
2961
  * <li>
2963
- * <p>Permission to write to the Kinesis Data Firehose delivery stream</p>
2962
+ * <p>Permission to write to the Firehose delivery stream</p>
2964
2963
  * </li>
2965
2964
  * <li>
2966
2965
  * <p>Amazon SNS listed as a trusted entity</p>
2967
2966
  * </li>
2968
2967
  * </ul>
2969
- * <p>Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions.
2968
+ * <p>Specifying a valid ARN for this attribute is required for Firehose delivery stream subscriptions.
2970
2969
  * For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-firehose-as-subscriber.html">Fanout
2971
- * to Kinesis Data Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2970
+ * to Firehose delivery streams</a> in the <i>Amazon SNS Developer Guide</i>.</p>
2972
2971
  * </li>
2973
2972
  * </ul>
2974
2973
  * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-fifo-topics.html">FIFO topics</a>:</p>
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: SNSClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -322,8 +322,8 @@ export interface ClientDefaults
322
322
  serviceId?: string;
323
323
  useDualstackEndpoint?: boolean | __Provider<boolean>;
324
324
  useFipsEndpoint?: boolean | __Provider<boolean>;
325
- defaultUserAgentProvider?: Provider<__UserAgent>;
326
325
  region?: string | __Provider<string>;
326
+ defaultUserAgentProvider?: Provider<__UserAgent>;
327
327
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
328
328
  maxAttempts?: number | __Provider<number>;
329
329
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SNSClientResolvedConfig,
8
8
  } from "../SNSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface AddPermissionCommandInput extends AddPermissionInput {}
11
12
  export interface AddPermissionCommandOutput extends __MetadataBearer {}
12
13
  declare const AddPermissionCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CheckIfPhoneNumberIsOptedOutCommandInput
14
15
  extends CheckIfPhoneNumberIsOptedOutInput {}
15
16
  export interface CheckIfPhoneNumberIsOptedOutCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ConfirmSubscriptionCommandInput
14
15
  extends ConfirmSubscriptionInput {}
15
16
  export interface ConfirmSubscriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePlatformApplicationCommandInput
14
15
  extends CreatePlatformApplicationInput {}
15
16
  export interface CreatePlatformApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePlatformEndpointCommandInput
14
15
  extends CreatePlatformEndpointInput {}
15
16
  export interface CreatePlatformEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSMSSandboxPhoneNumberCommandInput
14
15
  extends CreateSMSSandboxPhoneNumberInput {}
15
16
  export interface CreateSMSSandboxPhoneNumberCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SNSClientResolvedConfig,
8
8
  } from "../SNSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateTopicCommandInput extends CreateTopicInput {}
11
12
  export interface CreateTopicCommandOutput
12
13
  extends CreateTopicResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SNSClientResolvedConfig,
8
8
  } from "../SNSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteEndpointCommandInput extends DeleteEndpointInput {}
11
12
  export interface DeleteEndpointCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteEndpointCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SNSClientResolvedConfig,
8
8
  } from "../SNSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeletePlatformApplicationCommandInput
11
12
  extends DeletePlatformApplicationInput {}
12
13
  export interface DeletePlatformApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSMSSandboxPhoneNumberCommandInput
14
15
  extends DeleteSMSSandboxPhoneNumberInput {}
15
16
  export interface DeleteSMSSandboxPhoneNumberCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SNSClientResolvedConfig,
8
8
  } from "../SNSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteTopicCommandInput extends DeleteTopicInput {}
11
12
  export interface DeleteTopicCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteTopicCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDataProtectionPolicyCommandInput
14
15
  extends GetDataProtectionPolicyInput {}
15
16
  export interface GetDataProtectionPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetEndpointAttributesCommandInput
14
15
  extends GetEndpointAttributesInput {}
15
16
  export interface GetEndpointAttributesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPlatformApplicationAttributesCommandInput
14
15
  extends GetPlatformApplicationAttributesInput {}
15
16
  export interface GetPlatformApplicationAttributesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {}
14
15
  export interface GetSMSAttributesCommandOutput
15
16
  extends GetSMSAttributesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSMSSandboxAccountStatusCommandInput
14
15
  extends GetSMSSandboxAccountStatusInput {}
15
16
  export interface GetSMSSandboxAccountStatusCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSubscriptionAttributesCommandInput
14
15
  extends GetSubscriptionAttributesInput {}
15
16
  export interface GetSubscriptionAttributesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTopicAttributesCommandInput
14
15
  extends GetTopicAttributesInput {}
15
16
  export interface GetTopicAttributesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEndpointsByPlatformApplicationCommandInput
14
15
  extends ListEndpointsByPlatformApplicationInput {}
15
16
  export interface ListEndpointsByPlatformApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListOriginationNumbersCommandInput
14
15
  extends ListOriginationNumbersRequest {}
15
16
  export interface ListOriginationNumbersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPhoneNumbersOptedOutCommandInput
14
15
  extends ListPhoneNumbersOptedOutInput {}
15
16
  export interface ListPhoneNumbersOptedOutCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPlatformApplicationsCommandInput
14
15
  extends ListPlatformApplicationsInput {}
15
16
  export interface ListPlatformApplicationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSMSSandboxPhoneNumbersCommandInput
14
15
  extends ListSMSSandboxPhoneNumbersInput {}
15
16
  export interface ListSMSSandboxPhoneNumbersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSubscriptionsByTopicCommandInput
14
15
  extends ListSubscriptionsByTopicInput {}
15
16
  export interface ListSubscriptionsByTopicCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {}
14
15
  export interface ListSubscriptionsCommandOutput
15
16
  extends ListSubscriptionsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  SNSClientResolvedConfig,
11
11
  } from "../SNSClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  SNSClientResolvedConfig,
8
8
  } from "../SNSClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTopicsCommandInput extends ListTopicsInput {}
11
12
  export interface ListTopicsCommandOutput
12
13
  extends ListTopicsResponse,