@aws-sdk/client-sns 3.533.0 → 3.540.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 (95) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/SNS.d.ts +9 -1
  6. package/dist-types/SNSClient.d.ts +1 -1
  7. package/dist-types/commands/AddPermissionCommand.d.ts +2 -1
  8. package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +2 -1
  9. package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +2 -1
  11. package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateTopicCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteTopicCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/GetEndpointAttributesCommand.d.ts +2 -1
  20. package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +2 -1
  21. package/dist-types/commands/GetSMSAttributesCommand.d.ts +2 -1
  22. package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTopicAttributesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +2 -1
  26. package/dist-types/commands/ListOriginationNumbersCommand.d.ts +2 -1
  27. package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +2 -1
  30. package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +2 -1
  31. package/dist-types/commands/ListSubscriptionsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTopicsCommand.d.ts +2 -1
  34. package/dist-types/commands/OptInPhoneNumberCommand.d.ts +2 -1
  35. package/dist-types/commands/PublishBatchCommand.d.ts +2 -1
  36. package/dist-types/commands/PublishCommand.d.ts +2 -1
  37. package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +2 -1
  38. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
  39. package/dist-types/commands/SetEndpointAttributesCommand.d.ts +2 -1
  40. package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +2 -1
  41. package/dist-types/commands/SetSMSAttributesCommand.d.ts +2 -1
  42. package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +2 -1
  43. package/dist-types/commands/SetTopicAttributesCommand.d.ts +2 -1
  44. package/dist-types/commands/SubscribeCommand.d.ts +2 -1
  45. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/UnsubscribeCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +2 -1
  49. package/dist-types/index.d.ts +0 -1
  50. package/dist-types/models/models_0.d.ts +248 -248
  51. package/dist-types/ts3.4/SNS.d.ts +8 -0
  52. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -0
  82. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/index.d.ts +0 -1
  95. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -4643,9 +4643,6 @@ var paginateListSubscriptions = (0, import_core.createPaginator)(SNSClient, List
4643
4643
  // src/pagination/ListTopicsPaginator.ts
4644
4644
 
4645
4645
  var paginateListTopics = (0, import_core.createPaginator)(SNSClient, ListTopicsCommand, "NextToken", "NextToken", "");
4646
-
4647
- // src/index.ts
4648
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
4649
4646
  // Annotate the CommonJS export names for ESM import in node:
4650
4647
 
4651
4648
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./SNS";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { SNSServiceException } from "./models/SNSServiceException";
@@ -130,12 +130,14 @@ export interface SNS {
130
130
  /**
131
131
  * @see {@link GetSMSAttributesCommand}
132
132
  */
133
+ getSMSAttributes(): Promise<GetSMSAttributesCommandOutput>;
133
134
  getSMSAttributes(args: GetSMSAttributesCommandInput, options?: __HttpHandlerOptions): Promise<GetSMSAttributesCommandOutput>;
134
135
  getSMSAttributes(args: GetSMSAttributesCommandInput, cb: (err: any, data?: GetSMSAttributesCommandOutput) => void): void;
135
136
  getSMSAttributes(args: GetSMSAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSMSAttributesCommandOutput) => void): void;
136
137
  /**
137
138
  * @see {@link GetSMSSandboxAccountStatusCommand}
138
139
  */
140
+ getSMSSandboxAccountStatus(): Promise<GetSMSSandboxAccountStatusCommandOutput>;
139
141
  getSMSSandboxAccountStatus(args: GetSMSSandboxAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetSMSSandboxAccountStatusCommandOutput>;
140
142
  getSMSSandboxAccountStatus(args: GetSMSSandboxAccountStatusCommandInput, cb: (err: any, data?: GetSMSSandboxAccountStatusCommandOutput) => void): void;
141
143
  getSMSSandboxAccountStatus(args: GetSMSSandboxAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSMSSandboxAccountStatusCommandOutput) => void): void;
@@ -160,30 +162,35 @@ export interface SNS {
160
162
  /**
161
163
  * @see {@link ListOriginationNumbersCommand}
162
164
  */
165
+ listOriginationNumbers(): Promise<ListOriginationNumbersCommandOutput>;
163
166
  listOriginationNumbers(args: ListOriginationNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListOriginationNumbersCommandOutput>;
164
167
  listOriginationNumbers(args: ListOriginationNumbersCommandInput, cb: (err: any, data?: ListOriginationNumbersCommandOutput) => void): void;
165
168
  listOriginationNumbers(args: ListOriginationNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOriginationNumbersCommandOutput) => void): void;
166
169
  /**
167
170
  * @see {@link ListPhoneNumbersOptedOutCommand}
168
171
  */
172
+ listPhoneNumbersOptedOut(): Promise<ListPhoneNumbersOptedOutCommandOutput>;
169
173
  listPhoneNumbersOptedOut(args: ListPhoneNumbersOptedOutCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersOptedOutCommandOutput>;
170
174
  listPhoneNumbersOptedOut(args: ListPhoneNumbersOptedOutCommandInput, cb: (err: any, data?: ListPhoneNumbersOptedOutCommandOutput) => void): void;
171
175
  listPhoneNumbersOptedOut(args: ListPhoneNumbersOptedOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersOptedOutCommandOutput) => void): void;
172
176
  /**
173
177
  * @see {@link ListPlatformApplicationsCommand}
174
178
  */
179
+ listPlatformApplications(): Promise<ListPlatformApplicationsCommandOutput>;
175
180
  listPlatformApplications(args: ListPlatformApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlatformApplicationsCommandOutput>;
176
181
  listPlatformApplications(args: ListPlatformApplicationsCommandInput, cb: (err: any, data?: ListPlatformApplicationsCommandOutput) => void): void;
177
182
  listPlatformApplications(args: ListPlatformApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlatformApplicationsCommandOutput) => void): void;
178
183
  /**
179
184
  * @see {@link ListSMSSandboxPhoneNumbersCommand}
180
185
  */
186
+ listSMSSandboxPhoneNumbers(): Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
181
187
  listSMSSandboxPhoneNumbers(args: ListSMSSandboxPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
182
188
  listSMSSandboxPhoneNumbers(args: ListSMSSandboxPhoneNumbersCommandInput, cb: (err: any, data?: ListSMSSandboxPhoneNumbersCommandOutput) => void): void;
183
189
  listSMSSandboxPhoneNumbers(args: ListSMSSandboxPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSMSSandboxPhoneNumbersCommandOutput) => void): void;
184
190
  /**
185
191
  * @see {@link ListSubscriptionsCommand}
186
192
  */
193
+ listSubscriptions(): Promise<ListSubscriptionsCommandOutput>;
187
194
  listSubscriptions(args: ListSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSubscriptionsCommandOutput>;
188
195
  listSubscriptions(args: ListSubscriptionsCommandInput, cb: (err: any, data?: ListSubscriptionsCommandOutput) => void): void;
189
196
  listSubscriptions(args: ListSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubscriptionsCommandOutput) => void): void;
@@ -202,6 +209,7 @@ export interface SNS {
202
209
  /**
203
210
  * @see {@link ListTopicsCommand}
204
211
  */
212
+ listTopics(): Promise<ListTopicsCommandOutput>;
205
213
  listTopics(args: ListTopicsCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicsCommandOutput>;
206
214
  listTopics(args: ListTopicsCommandInput, cb: (err: any, data?: ListTopicsCommandOutput) => void): void;
207
215
  listTopics(args: ListTopicsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicsCommandOutput) => void): void;
@@ -297,7 +305,6 @@ export interface SNS {
297
305
  verifySMSSandboxPhoneNumber(args: VerifySMSSandboxPhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifySMSSandboxPhoneNumberCommandOutput) => void): void;
298
306
  }
299
307
  /**
300
- * @public
301
308
  * <fullname>Amazon Simple Notification Service</fullname>
302
309
  * <p>Amazon Simple Notification Service (Amazon SNS) is a web service that enables you
303
310
  * to build distributed web-enabled applications. Applications can use Amazon SNS to easily push
@@ -311,6 +318,7 @@ export interface SNS {
311
318
  * language. The SDKs contain functionality that automatically takes care of tasks such as:
312
319
  * cryptographically signing your service requests, retrying requests, and handling error
313
320
  * responses. For a list of available SDKs, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </p>
321
+ * @public
314
322
  */
315
323
  export declare class SNS extends SNSClient implements SNS {
316
324
  }
@@ -193,7 +193,6 @@ export type SNSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
193
193
  export interface SNSClientResolvedConfig extends SNSClientResolvedConfigType {
194
194
  }
195
195
  /**
196
- * @public
197
196
  * <fullname>Amazon Simple Notification Service</fullname>
198
197
  * <p>Amazon Simple Notification Service (Amazon SNS) is a web service that enables you
199
198
  * to build distributed web-enabled applications. Applications can use Amazon SNS to easily push
@@ -207,6 +206,7 @@ export interface SNSClientResolvedConfig extends SNSClientResolvedConfigType {
207
206
  * language. The SDKs contain functionality that automatically takes care of tasks such as:
208
207
  * cryptographically signing your service requests, retrying requests, and handling error
209
208
  * responses. For a list of available SDKs, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>. </p>
209
+ * @public
210
210
  */
211
211
  export declare class SNSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig> {
212
212
  /**
@@ -22,10 +22,10 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AddPermissionCommand_base: {
24
24
  new (input: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a statement to a topic's access control policy, granting access for the specified
30
30
  * Amazon Web Services accounts to the specified actions.</p>
31
31
  * <note>
@@ -77,6 +77,7 @@ declare const AddPermissionCommand_base: {
77
77
  * @throws {@link SNSServiceException}
78
78
  * <p>Base exception class for all service exceptions from SNS service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class AddPermissionCommand extends AddPermissionCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface CheckIfPhoneNumberIsOptedOutCommandOutput extends CheckIfPhoneN
22
22
  }
23
23
  declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
24
24
  new (input: CheckIfPhoneNumberIsOptedOutCommandInput): import("@smithy/smithy-client").CommandImpl<CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CheckIfPhoneNumberIsOptedOutCommandInput): import("@smithy/smithy-client").CommandImpl<CheckIfPhoneNumberIsOptedOutCommandInput, CheckIfPhoneNumberIsOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Accepts a phone number and indicates whether the phone holder has opted out of
30
30
  * receiving SMS messages from your Amazon Web Services account. You cannot send SMS messages to a number
31
31
  * that is opted out.</p>
@@ -70,6 +70,7 @@ declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
70
70
  * @throws {@link SNSServiceException}
71
71
  * <p>Base exception class for all service exceptions from SNS service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class CheckIfPhoneNumberIsOptedOutCommand extends CheckIfPhoneNumberIsOptedOutCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ConfirmSubscriptionCommandOutput extends ConfirmSubscriptionRes
22
22
  }
23
23
  declare const ConfirmSubscriptionCommand_base: {
24
24
  new (input: ConfirmSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ConfirmSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ConfirmSubscriptionCommandInput, ConfirmSubscriptionCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Verifies an endpoint owner's intent to receive messages by validating the token sent
30
30
  * to the endpoint by an earlier <code>Subscribe</code> action. If the token is valid, the
31
31
  * action creates a new subscription and returns its Amazon Resource Name (ARN). This call
@@ -84,6 +84,7 @@ declare const ConfirmSubscriptionCommand_base: {
84
84
  * @throws {@link SNSServiceException}
85
85
  * <p>Base exception class for all service exceptions from SNS service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ConfirmSubscriptionCommand extends ConfirmSubscriptionCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreatePlatformApplicationCommandOutput extends CreatePlatformAp
22
22
  }
23
23
  declare const CreatePlatformApplicationCommand_base: {
24
24
  new (input: CreatePlatformApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePlatformApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlatformApplicationCommandInput, CreatePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a platform application object for one of the supported push notification
30
30
  * services, such as APNS and GCM (Firebase Cloud Messaging), to which devices and mobile
31
31
  * apps may register. You must specify <code>PlatformPrincipal</code> and
@@ -119,6 +119,7 @@ declare const CreatePlatformApplicationCommand_base: {
119
119
  * @throws {@link SNSServiceException}
120
120
  * <p>Base exception class for all service exceptions from SNS service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class CreatePlatformApplicationCommand extends CreatePlatformApplicationCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface CreatePlatformEndpointCommandOutput extends CreateEndpointRespo
22
22
  }
23
23
  declare const CreatePlatformEndpointCommand_base: {
24
24
  new (input: CreatePlatformEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePlatformEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlatformEndpointCommandInput, CreatePlatformEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an endpoint for a device and mobile app on one of the supported push
30
30
  * notification services, such as GCM (Firebase Cloud Messaging) and APNS.
31
31
  * <code>CreatePlatformEndpoint</code> requires the <code>PlatformApplicationArn</code>
@@ -84,6 +84,7 @@ declare const CreatePlatformEndpointCommand_base: {
84
84
  * @throws {@link SNSServiceException}
85
85
  * <p>Base exception class for all service exceptions from SNS service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreatePlatformEndpointCommand extends CreatePlatformEndpointCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateSMSSandboxPhoneNumberCommandOutput extends CreateSMSSandb
22
22
  }
23
23
  declare const CreateSMSSandboxPhoneNumberCommand_base: {
24
24
  new (input: CreateSMSSandboxPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSMSSandboxPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSMSSandboxPhoneNumberCommandInput, CreateSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a
30
30
  * one-time password (OTP) to that phone number.</p>
31
31
  * <p>When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the
@@ -82,6 +82,7 @@ declare const CreateSMSSandboxPhoneNumberCommand_base: {
82
82
  * @throws {@link SNSServiceException}
83
83
  * <p>Base exception class for all service exceptions from SNS service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class CreateSMSSandboxPhoneNumberCommand extends CreateSMSSandboxPhoneNumberCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface CreateTopicCommandOutput extends CreateTopicResponse, __Metadat
22
22
  }
23
23
  declare const CreateTopicCommand_base: {
24
24
  new (input: CreateTopicCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTopicCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a topic to which notifications can be published. Users can create at most
30
30
  * 100,000 standard topics (at most 1,000 FIFO topics). For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html">Creating an Amazon SNS
31
31
  * topic</a> in the <i>Amazon SNS Developer Guide</i>. This action is
@@ -99,6 +99,7 @@ declare const CreateTopicCommand_base: {
99
99
  * @throws {@link SNSServiceException}
100
100
  * <p>Base exception class for all service exceptions from SNS service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class CreateTopicCommand extends CreateTopicCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteEndpointCommand_base: {
24
24
  new (input: DeleteEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the endpoint for a device and mobile app from Amazon SNS. This action is
30
30
  * idempotent. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon SNS Mobile Push
31
31
  * Notifications</a>. </p>
@@ -65,6 +65,7 @@ declare const DeleteEndpointCommand_base: {
65
65
  * @throws {@link SNSServiceException}
66
66
  * <p>Base exception class for all service exceptions from SNS service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeletePlatformApplicationCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeletePlatformApplicationCommand_base: {
24
24
  new (input: DeletePlatformApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePlatformApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlatformApplicationCommandInput, DeletePlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a platform application object for one of the supported push notification
30
30
  * services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see
31
31
  * <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon SNS
@@ -64,6 +64,7 @@ declare const DeletePlatformApplicationCommand_base: {
64
64
  * @throws {@link SNSServiceException}
65
65
  * <p>Base exception class for all service exceptions from SNS service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeletePlatformApplicationCommand extends DeletePlatformApplicationCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteSMSSandboxPhoneNumberCommandOutput extends DeleteSMSSandb
22
22
  }
23
23
  declare const DeleteSMSSandboxPhoneNumberCommand_base: {
24
24
  new (input: DeleteSMSSandboxPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSMSSandboxPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSMSSandboxPhoneNumberCommandInput, DeleteSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon Web Services account's verified or pending phone number from the SMS
30
30
  * sandbox.</p>
31
31
  * <p>When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the
@@ -81,6 +81,7 @@ declare const DeleteSMSSandboxPhoneNumberCommand_base: {
81
81
  * @throws {@link SNSServiceException}
82
82
  * <p>Base exception class for all service exceptions from SNS service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteTopicCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteTopicCommand_base: {
24
24
  new (input: DeleteTopicCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTopicCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a topic and all its subscriptions. Deleting a topic might prevent some
30
30
  * messages previously sent to the topic from being delivered to subscribers. This action
31
31
  * is idempotent, so deleting a topic that does not exist does not result in an
@@ -82,6 +82,7 @@ declare const DeleteTopicCommand_base: {
82
82
  * @throws {@link SNSServiceException}
83
83
  * <p>Base exception class for all service exceptions from SNS service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetDataProtectionPolicyCommandOutput extends GetDataProtectionP
22
22
  }
23
23
  declare const GetDataProtectionPolicyCommand_base: {
24
24
  new (input: GetDataProtectionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDataProtectionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataProtectionPolicyCommandInput, GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified inline <code>DataProtectionPolicy</code> document that is
30
30
  * stored in the specified Amazon SNS topic. </p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const GetDataProtectionPolicyCommand_base: {
71
71
  * @throws {@link SNSServiceException}
72
72
  * <p>Base exception class for all service exceptions from SNS service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetEndpointAttributesCommandOutput extends GetEndpointAttribute
22
22
  }
23
23
  declare const GetEndpointAttributesCommand_base: {
24
24
  new (input: GetEndpointAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEndpointAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetEndpointAttributesCommandInput, GetEndpointAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the endpoint attributes for a device on one of the supported push
30
30
  * notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more
31
31
  * information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon SNS Mobile Push Notifications</a>. </p>
@@ -70,6 +70,7 @@ declare const GetEndpointAttributesCommand_base: {
70
70
  * @throws {@link SNSServiceException}
71
71
  * <p>Base exception class for all service exceptions from SNS service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface GetPlatformApplicationAttributesCommandOutput extends GetPlatfo
22
22
  }
23
23
  declare const GetPlatformApplicationAttributesCommand_base: {
24
24
  new (input: GetPlatformApplicationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPlatformApplicationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlatformApplicationAttributesCommandInput, GetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the attributes of the platform application object for the supported push
30
30
  * notification services, such as APNS and GCM (Firebase Cloud Messaging). For more
31
31
  * information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html">Using Amazon SNS Mobile Push Notifications</a>. </p>
@@ -70,6 +70,7 @@ declare const GetPlatformApplicationAttributesCommand_base: {
70
70
  * @throws {@link SNSServiceException}
71
71
  * <p>Base exception class for all service exceptions from SNS service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse,
22
22
  }
23
23
  declare const GetSMSAttributesCommand_base: {
24
24
  new (input: GetSMSAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetSMSAttributesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSMSAttributesCommandInput, GetSMSAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the settings for sending SMS messages from your Amazon Web Services account.</p>
30
30
  * <p>These settings are set with the <code>SetSMSAttributes</code> action.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const GetSMSAttributesCommand_base: {
71
71
  * @throws {@link SNSServiceException}
72
72
  * <p>Base exception class for all service exceptions from SNS service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetSMSSandboxAccountStatusCommandOutput extends GetSMSSandboxAc
22
22
  }
23
23
  declare const GetSMSSandboxAccountStatusCommand_base: {
24
24
  new (input: GetSMSSandboxAccountStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetSMSSandboxAccountStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSMSSandboxAccountStatusCommandInput, GetSMSSandboxAccountStatusCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target
30
30
  * Amazon Web Services Region.</p>
31
31
  * <p>When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the
@@ -69,6 +69,7 @@ declare const GetSMSSandboxAccountStatusCommand_base: {
69
69
  * @throws {@link SNSServiceException}
70
70
  * <p>Base exception class for all service exceptions from SNS service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetSubscriptionAttributesCommandOutput extends GetSubscriptionA
22
22
  }
23
23
  declare const GetSubscriptionAttributesCommand_base: {
24
24
  new (input: GetSubscriptionAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSubscriptionAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubscriptionAttributesCommandInput, GetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns all of the properties of a subscription.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const GetSubscriptionAttributesCommand_base: {
68
68
  * @throws {@link SNSServiceException}
69
69
  * <p>Base exception class for all service exceptions from SNS service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface GetTopicAttributesCommandOutput extends GetTopicAttributesRespo
22
22
  }
23
23
  declare const GetTopicAttributesCommand_base: {
24
24
  new (input: GetTopicAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTopicAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTopicAttributesCommandInput, GetTopicAttributesCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns all of the properties of a topic. Topic properties returned might differ based
30
30
  * on the authorization of the user.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const GetTopicAttributesCommand_base: {
73
73
  * @throws {@link SNSServiceException}
74
74
  * <p>Base exception class for all service exceptions from SNS service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListEndpointsByPlatformApplicationCommandOutput extends ListEnd
22
22
  }
23
23
  declare const ListEndpointsByPlatformApplicationCommand_base: {
24
24
  new (input: ListEndpointsByPlatformApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListEndpointsByPlatformApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointsByPlatformApplicationCommandInput, ListEndpointsByPlatformApplicationCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the endpoints and endpoint attributes for devices in a supported push
30
30
  * notification service, such as GCM (Firebase Cloud Messaging) and APNS. The results for
31
31
  * <code>ListEndpointsByPlatformApplication</code> are paginated and return a limited
@@ -84,6 +84,7 @@ declare const ListEndpointsByPlatformApplicationCommand_base: {
84
84
  * @throws {@link SNSServiceException}
85
85
  * <p>Base exception class for all service exceptions from SNS service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListOriginationNumbersCommandOutput extends ListOriginationNumb
22
22
  }
23
23
  declare const ListOriginationNumbersCommand_base: {
24
24
  new (input: ListOriginationNumbersCommandInput): import("@smithy/smithy-client").CommandImpl<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOriginationNumbersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOriginationNumbersCommandInput, ListOriginationNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the calling Amazon Web Services account's dedicated origination numbers and their metadata.
30
30
  * For more information about origination numbers, see <a href="https://docs.aws.amazon.com/sns/latest/dg/channels-sms-originating-identities-origination-numbers.html">Origination numbers</a> in the <i>Amazon SNS Developer
31
31
  * Guide</i>.</p>
@@ -84,6 +84,7 @@ declare const ListOriginationNumbersCommand_base: {
84
84
  * @throws {@link SNSServiceException}
85
85
  * <p>Base exception class for all service exceptions from SNS service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListOriginationNumbersCommand extends ListOriginationNumbersCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListPhoneNumbersOptedOutCommandOutput extends ListPhoneNumbersO
22
22
  }
23
23
  declare const ListPhoneNumbersOptedOutCommand_base: {
24
24
  new (input: ListPhoneNumbersOptedOutCommandInput): import("@smithy/smithy-client").CommandImpl<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPhoneNumbersOptedOutCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPhoneNumbersOptedOutCommandInput, ListPhoneNumbersOptedOutCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of phone numbers that are opted out, meaning you cannot send SMS
30
30
  * messages to them.</p>
31
31
  * <p>The results for <code>ListPhoneNumbersOptedOut</code> are paginated, and each page
@@ -76,6 +76,7 @@ declare const ListPhoneNumbersOptedOutCommand_base: {
76
76
  * @throws {@link SNSServiceException}
77
77
  * <p>Base exception class for all service exceptions from SNS service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListPhoneNumbersOptedOutCommand extends ListPhoneNumbersOptedOutCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListPlatformApplicationsCommandOutput extends ListPlatformAppli
22
22
  }
23
23
  declare const ListPlatformApplicationsCommand_base: {
24
24
  new (input: ListPlatformApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPlatformApplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPlatformApplicationsCommandInput, ListPlatformApplicationsCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the platform application objects for the supported push notification services,
30
30
  * such as APNS and GCM (Firebase Cloud Messaging). The results for
31
31
  * <code>ListPlatformApplications</code> are paginated and return a limited list of
@@ -80,6 +80,7 @@ declare const ListPlatformApplicationsCommand_base: {
80
80
  * @throws {@link SNSServiceException}
81
81
  * <p>Base exception class for all service exceptions from SNS service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListPlatformApplicationsCommand extends ListPlatformApplicationsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListSMSSandboxPhoneNumbersCommandOutput extends ListSMSSandboxP
22
22
  }
23
23
  declare const ListSMSSandboxPhoneNumbersCommand_base: {
24
24
  new (input: ListSMSSandboxPhoneNumbersCommandInput): import("@smithy/smithy-client").CommandImpl<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSMSSandboxPhoneNumbersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSMSSandboxPhoneNumbersCommandInput, ListSMSSandboxPhoneNumbersCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the calling Amazon Web Services account's current verified and pending destination phone
30
30
  * numbers in the SMS sandbox.</p>
31
31
  * <p>When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the
@@ -86,6 +86,7 @@ declare const ListSMSSandboxPhoneNumbersCommand_base: {
86
86
  * @throws {@link SNSServiceException}
87
87
  * <p>Base exception class for all service exceptions from SNS service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListSMSSandboxPhoneNumbersCommand extends ListSMSSandboxPhoneNumbersCommand_base {
91
92
  }