@aws-sdk/client-sns 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SNS.d.ts +141 -174
- package/dist-types/ts3.4/SNSClient.d.ts +20 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +3 -7
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +27 -96
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -27,10 +27,7 @@ import {
|
|
|
27
27
|
CreateSMSSandboxPhoneNumberCommandInput,
|
|
28
28
|
CreateSMSSandboxPhoneNumberCommandOutput,
|
|
29
29
|
} from "./commands/CreateSMSSandboxPhoneNumberCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateTopicCommandInput,
|
|
32
|
-
CreateTopicCommandOutput,
|
|
33
|
-
} from "./commands/CreateTopicCommand";
|
|
30
|
+
import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
|
|
34
31
|
import {
|
|
35
32
|
DeleteEndpointCommandInput,
|
|
36
33
|
DeleteEndpointCommandOutput,
|
|
@@ -43,10 +40,7 @@ import {
|
|
|
43
40
|
DeleteSMSSandboxPhoneNumberCommandInput,
|
|
44
41
|
DeleteSMSSandboxPhoneNumberCommandOutput,
|
|
45
42
|
} from "./commands/DeleteSMSSandboxPhoneNumberCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteTopicCommandInput,
|
|
48
|
-
DeleteTopicCommandOutput,
|
|
49
|
-
} from "./commands/DeleteTopicCommand";
|
|
43
|
+
import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
|
|
50
44
|
import {
|
|
51
45
|
GetDataProtectionPolicyCommandInput,
|
|
52
46
|
GetDataProtectionPolicyCommandOutput,
|
|
@@ -107,10 +101,7 @@ import {
|
|
|
107
101
|
ListTagsForResourceCommandInput,
|
|
108
102
|
ListTagsForResourceCommandOutput,
|
|
109
103
|
} from "./commands/ListTagsForResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
ListTopicsCommandInput,
|
|
112
|
-
ListTopicsCommandOutput,
|
|
113
|
-
} from "./commands/ListTopicsCommand";
|
|
104
|
+
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
114
105
|
import {
|
|
115
106
|
OptInPhoneNumberCommandInput,
|
|
116
107
|
OptInPhoneNumberCommandOutput,
|
|
@@ -119,10 +110,7 @@ import {
|
|
|
119
110
|
PublishBatchCommandInput,
|
|
120
111
|
PublishBatchCommandOutput,
|
|
121
112
|
} from "./commands/PublishBatchCommand";
|
|
122
|
-
import {
|
|
123
|
-
PublishCommandInput,
|
|
124
|
-
PublishCommandOutput,
|
|
125
|
-
} from "./commands/PublishCommand";
|
|
113
|
+
import { PublishCommandInput, PublishCommandOutput } from "./commands/PublishCommand";
|
|
126
114
|
import {
|
|
127
115
|
PutDataProtectionPolicyCommandInput,
|
|
128
116
|
PutDataProtectionPolicyCommandOutput,
|
|
@@ -151,18 +139,9 @@ import {
|
|
|
151
139
|
SetTopicAttributesCommandInput,
|
|
152
140
|
SetTopicAttributesCommandOutput,
|
|
153
141
|
} from "./commands/SetTopicAttributesCommand";
|
|
154
|
-
import {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
} from "./commands/SubscribeCommand";
|
|
158
|
-
import {
|
|
159
|
-
TagResourceCommandInput,
|
|
160
|
-
TagResourceCommandOutput,
|
|
161
|
-
} from "./commands/TagResourceCommand";
|
|
162
|
-
import {
|
|
163
|
-
UnsubscribeCommandInput,
|
|
164
|
-
UnsubscribeCommandOutput,
|
|
165
|
-
} from "./commands/UnsubscribeCommand";
|
|
142
|
+
import { SubscribeCommandInput, SubscribeCommandOutput } from "./commands/SubscribeCommand";
|
|
143
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
144
|
+
import { UnsubscribeCommandInput, UnsubscribeCommandOutput } from "./commands/UnsubscribeCommand";
|
|
166
145
|
import {
|
|
167
146
|
UntagResourceCommandInput,
|
|
168
147
|
UntagResourceCommandOutput,
|
|
@@ -175,619 +154,607 @@ import { SNSClient } from "./SNSClient";
|
|
|
175
154
|
export interface SNS {
|
|
176
155
|
addPermission(
|
|
177
156
|
args: AddPermissionCommandInput,
|
|
178
|
-
options?: __HttpHandlerOptions
|
|
157
|
+
options?: __HttpHandlerOptions,
|
|
179
158
|
): Promise<AddPermissionCommandOutput>;
|
|
180
159
|
addPermission(
|
|
181
160
|
args: AddPermissionCommandInput,
|
|
182
|
-
cb: (err: any, data?: AddPermissionCommandOutput) => void
|
|
161
|
+
cb: (err: any, data?: AddPermissionCommandOutput) => void,
|
|
183
162
|
): void;
|
|
184
163
|
addPermission(
|
|
185
164
|
args: AddPermissionCommandInput,
|
|
186
165
|
options: __HttpHandlerOptions,
|
|
187
|
-
cb: (err: any, data?: AddPermissionCommandOutput) => void
|
|
166
|
+
cb: (err: any, data?: AddPermissionCommandOutput) => void,
|
|
188
167
|
): void;
|
|
189
168
|
checkIfPhoneNumberIsOptedOut(
|
|
190
169
|
args: CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
191
|
-
options?: __HttpHandlerOptions
|
|
170
|
+
options?: __HttpHandlerOptions,
|
|
192
171
|
): Promise<CheckIfPhoneNumberIsOptedOutCommandOutput>;
|
|
193
172
|
checkIfPhoneNumberIsOptedOut(
|
|
194
173
|
args: CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
195
|
-
cb: (err: any, data?: CheckIfPhoneNumberIsOptedOutCommandOutput) => void
|
|
174
|
+
cb: (err: any, data?: CheckIfPhoneNumberIsOptedOutCommandOutput) => void,
|
|
196
175
|
): void;
|
|
197
176
|
checkIfPhoneNumberIsOptedOut(
|
|
198
177
|
args: CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
199
178
|
options: __HttpHandlerOptions,
|
|
200
|
-
cb: (err: any, data?: CheckIfPhoneNumberIsOptedOutCommandOutput) => void
|
|
179
|
+
cb: (err: any, data?: CheckIfPhoneNumberIsOptedOutCommandOutput) => void,
|
|
201
180
|
): void;
|
|
202
181
|
confirmSubscription(
|
|
203
182
|
args: ConfirmSubscriptionCommandInput,
|
|
204
|
-
options?: __HttpHandlerOptions
|
|
183
|
+
options?: __HttpHandlerOptions,
|
|
205
184
|
): Promise<ConfirmSubscriptionCommandOutput>;
|
|
206
185
|
confirmSubscription(
|
|
207
186
|
args: ConfirmSubscriptionCommandInput,
|
|
208
|
-
cb: (err: any, data?: ConfirmSubscriptionCommandOutput) => void
|
|
187
|
+
cb: (err: any, data?: ConfirmSubscriptionCommandOutput) => void,
|
|
209
188
|
): void;
|
|
210
189
|
confirmSubscription(
|
|
211
190
|
args: ConfirmSubscriptionCommandInput,
|
|
212
191
|
options: __HttpHandlerOptions,
|
|
213
|
-
cb: (err: any, data?: ConfirmSubscriptionCommandOutput) => void
|
|
192
|
+
cb: (err: any, data?: ConfirmSubscriptionCommandOutput) => void,
|
|
214
193
|
): void;
|
|
215
194
|
createPlatformApplication(
|
|
216
195
|
args: CreatePlatformApplicationCommandInput,
|
|
217
|
-
options?: __HttpHandlerOptions
|
|
196
|
+
options?: __HttpHandlerOptions,
|
|
218
197
|
): Promise<CreatePlatformApplicationCommandOutput>;
|
|
219
198
|
createPlatformApplication(
|
|
220
199
|
args: CreatePlatformApplicationCommandInput,
|
|
221
|
-
cb: (err: any, data?: CreatePlatformApplicationCommandOutput) => void
|
|
200
|
+
cb: (err: any, data?: CreatePlatformApplicationCommandOutput) => void,
|
|
222
201
|
): void;
|
|
223
202
|
createPlatformApplication(
|
|
224
203
|
args: CreatePlatformApplicationCommandInput,
|
|
225
204
|
options: __HttpHandlerOptions,
|
|
226
|
-
cb: (err: any, data?: CreatePlatformApplicationCommandOutput) => void
|
|
205
|
+
cb: (err: any, data?: CreatePlatformApplicationCommandOutput) => void,
|
|
227
206
|
): void;
|
|
228
207
|
createPlatformEndpoint(
|
|
229
208
|
args: CreatePlatformEndpointCommandInput,
|
|
230
|
-
options?: __HttpHandlerOptions
|
|
209
|
+
options?: __HttpHandlerOptions,
|
|
231
210
|
): Promise<CreatePlatformEndpointCommandOutput>;
|
|
232
211
|
createPlatformEndpoint(
|
|
233
212
|
args: CreatePlatformEndpointCommandInput,
|
|
234
|
-
cb: (err: any, data?: CreatePlatformEndpointCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: CreatePlatformEndpointCommandOutput) => void,
|
|
235
214
|
): void;
|
|
236
215
|
createPlatformEndpoint(
|
|
237
216
|
args: CreatePlatformEndpointCommandInput,
|
|
238
217
|
options: __HttpHandlerOptions,
|
|
239
|
-
cb: (err: any, data?: CreatePlatformEndpointCommandOutput) => void
|
|
218
|
+
cb: (err: any, data?: CreatePlatformEndpointCommandOutput) => void,
|
|
240
219
|
): void;
|
|
241
220
|
createSMSSandboxPhoneNumber(
|
|
242
221
|
args: CreateSMSSandboxPhoneNumberCommandInput,
|
|
243
|
-
options?: __HttpHandlerOptions
|
|
222
|
+
options?: __HttpHandlerOptions,
|
|
244
223
|
): Promise<CreateSMSSandboxPhoneNumberCommandOutput>;
|
|
245
224
|
createSMSSandboxPhoneNumber(
|
|
246
225
|
args: CreateSMSSandboxPhoneNumberCommandInput,
|
|
247
|
-
cb: (err: any, data?: CreateSMSSandboxPhoneNumberCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: CreateSMSSandboxPhoneNumberCommandOutput) => void,
|
|
248
227
|
): void;
|
|
249
228
|
createSMSSandboxPhoneNumber(
|
|
250
229
|
args: CreateSMSSandboxPhoneNumberCommandInput,
|
|
251
230
|
options: __HttpHandlerOptions,
|
|
252
|
-
cb: (err: any, data?: CreateSMSSandboxPhoneNumberCommandOutput) => void
|
|
231
|
+
cb: (err: any, data?: CreateSMSSandboxPhoneNumberCommandOutput) => void,
|
|
253
232
|
): void;
|
|
254
233
|
createTopic(
|
|
255
234
|
args: CreateTopicCommandInput,
|
|
256
|
-
options?: __HttpHandlerOptions
|
|
235
|
+
options?: __HttpHandlerOptions,
|
|
257
236
|
): Promise<CreateTopicCommandOutput>;
|
|
258
237
|
createTopic(
|
|
259
238
|
args: CreateTopicCommandInput,
|
|
260
|
-
cb: (err: any, data?: CreateTopicCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: CreateTopicCommandOutput) => void,
|
|
261
240
|
): void;
|
|
262
241
|
createTopic(
|
|
263
242
|
args: CreateTopicCommandInput,
|
|
264
243
|
options: __HttpHandlerOptions,
|
|
265
|
-
cb: (err: any, data?: CreateTopicCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: CreateTopicCommandOutput) => void,
|
|
266
245
|
): void;
|
|
267
246
|
deleteEndpoint(
|
|
268
247
|
args: DeleteEndpointCommandInput,
|
|
269
|
-
options?: __HttpHandlerOptions
|
|
248
|
+
options?: __HttpHandlerOptions,
|
|
270
249
|
): Promise<DeleteEndpointCommandOutput>;
|
|
271
250
|
deleteEndpoint(
|
|
272
251
|
args: DeleteEndpointCommandInput,
|
|
273
|
-
cb: (err: any, data?: DeleteEndpointCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: DeleteEndpointCommandOutput) => void,
|
|
274
253
|
): void;
|
|
275
254
|
deleteEndpoint(
|
|
276
255
|
args: DeleteEndpointCommandInput,
|
|
277
256
|
options: __HttpHandlerOptions,
|
|
278
|
-
cb: (err: any, data?: DeleteEndpointCommandOutput) => void
|
|
257
|
+
cb: (err: any, data?: DeleteEndpointCommandOutput) => void,
|
|
279
258
|
): void;
|
|
280
259
|
deletePlatformApplication(
|
|
281
260
|
args: DeletePlatformApplicationCommandInput,
|
|
282
|
-
options?: __HttpHandlerOptions
|
|
261
|
+
options?: __HttpHandlerOptions,
|
|
283
262
|
): Promise<DeletePlatformApplicationCommandOutput>;
|
|
284
263
|
deletePlatformApplication(
|
|
285
264
|
args: DeletePlatformApplicationCommandInput,
|
|
286
|
-
cb: (err: any, data?: DeletePlatformApplicationCommandOutput) => void
|
|
265
|
+
cb: (err: any, data?: DeletePlatformApplicationCommandOutput) => void,
|
|
287
266
|
): void;
|
|
288
267
|
deletePlatformApplication(
|
|
289
268
|
args: DeletePlatformApplicationCommandInput,
|
|
290
269
|
options: __HttpHandlerOptions,
|
|
291
|
-
cb: (err: any, data?: DeletePlatformApplicationCommandOutput) => void
|
|
270
|
+
cb: (err: any, data?: DeletePlatformApplicationCommandOutput) => void,
|
|
292
271
|
): void;
|
|
293
272
|
deleteSMSSandboxPhoneNumber(
|
|
294
273
|
args: DeleteSMSSandboxPhoneNumberCommandInput,
|
|
295
|
-
options?: __HttpHandlerOptions
|
|
274
|
+
options?: __HttpHandlerOptions,
|
|
296
275
|
): Promise<DeleteSMSSandboxPhoneNumberCommandOutput>;
|
|
297
276
|
deleteSMSSandboxPhoneNumber(
|
|
298
277
|
args: DeleteSMSSandboxPhoneNumberCommandInput,
|
|
299
|
-
cb: (err: any, data?: DeleteSMSSandboxPhoneNumberCommandOutput) => void
|
|
278
|
+
cb: (err: any, data?: DeleteSMSSandboxPhoneNumberCommandOutput) => void,
|
|
300
279
|
): void;
|
|
301
280
|
deleteSMSSandboxPhoneNumber(
|
|
302
281
|
args: DeleteSMSSandboxPhoneNumberCommandInput,
|
|
303
282
|
options: __HttpHandlerOptions,
|
|
304
|
-
cb: (err: any, data?: DeleteSMSSandboxPhoneNumberCommandOutput) => void
|
|
283
|
+
cb: (err: any, data?: DeleteSMSSandboxPhoneNumberCommandOutput) => void,
|
|
305
284
|
): void;
|
|
306
285
|
deleteTopic(
|
|
307
286
|
args: DeleteTopicCommandInput,
|
|
308
|
-
options?: __HttpHandlerOptions
|
|
287
|
+
options?: __HttpHandlerOptions,
|
|
309
288
|
): Promise<DeleteTopicCommandOutput>;
|
|
310
289
|
deleteTopic(
|
|
311
290
|
args: DeleteTopicCommandInput,
|
|
312
|
-
cb: (err: any, data?: DeleteTopicCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: DeleteTopicCommandOutput) => void,
|
|
313
292
|
): void;
|
|
314
293
|
deleteTopic(
|
|
315
294
|
args: DeleteTopicCommandInput,
|
|
316
295
|
options: __HttpHandlerOptions,
|
|
317
|
-
cb: (err: any, data?: DeleteTopicCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: DeleteTopicCommandOutput) => void,
|
|
318
297
|
): void;
|
|
319
298
|
getDataProtectionPolicy(
|
|
320
299
|
args: GetDataProtectionPolicyCommandInput,
|
|
321
|
-
options?: __HttpHandlerOptions
|
|
300
|
+
options?: __HttpHandlerOptions,
|
|
322
301
|
): Promise<GetDataProtectionPolicyCommandOutput>;
|
|
323
302
|
getDataProtectionPolicy(
|
|
324
303
|
args: GetDataProtectionPolicyCommandInput,
|
|
325
|
-
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void
|
|
304
|
+
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void,
|
|
326
305
|
): void;
|
|
327
306
|
getDataProtectionPolicy(
|
|
328
307
|
args: GetDataProtectionPolicyCommandInput,
|
|
329
308
|
options: __HttpHandlerOptions,
|
|
330
|
-
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void
|
|
309
|
+
cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void,
|
|
331
310
|
): void;
|
|
332
311
|
getEndpointAttributes(
|
|
333
312
|
args: GetEndpointAttributesCommandInput,
|
|
334
|
-
options?: __HttpHandlerOptions
|
|
313
|
+
options?: __HttpHandlerOptions,
|
|
335
314
|
): Promise<GetEndpointAttributesCommandOutput>;
|
|
336
315
|
getEndpointAttributes(
|
|
337
316
|
args: GetEndpointAttributesCommandInput,
|
|
338
|
-
cb: (err: any, data?: GetEndpointAttributesCommandOutput) => void
|
|
317
|
+
cb: (err: any, data?: GetEndpointAttributesCommandOutput) => void,
|
|
339
318
|
): void;
|
|
340
319
|
getEndpointAttributes(
|
|
341
320
|
args: GetEndpointAttributesCommandInput,
|
|
342
321
|
options: __HttpHandlerOptions,
|
|
343
|
-
cb: (err: any, data?: GetEndpointAttributesCommandOutput) => void
|
|
322
|
+
cb: (err: any, data?: GetEndpointAttributesCommandOutput) => void,
|
|
344
323
|
): void;
|
|
345
324
|
getPlatformApplicationAttributes(
|
|
346
325
|
args: GetPlatformApplicationAttributesCommandInput,
|
|
347
|
-
options?: __HttpHandlerOptions
|
|
326
|
+
options?: __HttpHandlerOptions,
|
|
348
327
|
): Promise<GetPlatformApplicationAttributesCommandOutput>;
|
|
349
328
|
getPlatformApplicationAttributes(
|
|
350
329
|
args: GetPlatformApplicationAttributesCommandInput,
|
|
351
|
-
cb: (err: any, data?: GetPlatformApplicationAttributesCommandOutput) => void
|
|
330
|
+
cb: (err: any, data?: GetPlatformApplicationAttributesCommandOutput) => void,
|
|
352
331
|
): void;
|
|
353
332
|
getPlatformApplicationAttributes(
|
|
354
333
|
args: GetPlatformApplicationAttributesCommandInput,
|
|
355
334
|
options: __HttpHandlerOptions,
|
|
356
|
-
cb: (err: any, data?: GetPlatformApplicationAttributesCommandOutput) => void
|
|
335
|
+
cb: (err: any, data?: GetPlatformApplicationAttributesCommandOutput) => void,
|
|
357
336
|
): void;
|
|
358
337
|
getSMSAttributes(): Promise<GetSMSAttributesCommandOutput>;
|
|
359
338
|
getSMSAttributes(
|
|
360
339
|
args: GetSMSAttributesCommandInput,
|
|
361
|
-
options?: __HttpHandlerOptions
|
|
340
|
+
options?: __HttpHandlerOptions,
|
|
362
341
|
): Promise<GetSMSAttributesCommandOutput>;
|
|
363
342
|
getSMSAttributes(
|
|
364
343
|
args: GetSMSAttributesCommandInput,
|
|
365
|
-
cb: (err: any, data?: GetSMSAttributesCommandOutput) => void
|
|
344
|
+
cb: (err: any, data?: GetSMSAttributesCommandOutput) => void,
|
|
366
345
|
): void;
|
|
367
346
|
getSMSAttributes(
|
|
368
347
|
args: GetSMSAttributesCommandInput,
|
|
369
348
|
options: __HttpHandlerOptions,
|
|
370
|
-
cb: (err: any, data?: GetSMSAttributesCommandOutput) => void
|
|
349
|
+
cb: (err: any, data?: GetSMSAttributesCommandOutput) => void,
|
|
371
350
|
): void;
|
|
372
351
|
getSMSSandboxAccountStatus(): Promise<GetSMSSandboxAccountStatusCommandOutput>;
|
|
373
352
|
getSMSSandboxAccountStatus(
|
|
374
353
|
args: GetSMSSandboxAccountStatusCommandInput,
|
|
375
|
-
options?: __HttpHandlerOptions
|
|
354
|
+
options?: __HttpHandlerOptions,
|
|
376
355
|
): Promise<GetSMSSandboxAccountStatusCommandOutput>;
|
|
377
356
|
getSMSSandboxAccountStatus(
|
|
378
357
|
args: GetSMSSandboxAccountStatusCommandInput,
|
|
379
|
-
cb: (err: any, data?: GetSMSSandboxAccountStatusCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: GetSMSSandboxAccountStatusCommandOutput) => void,
|
|
380
359
|
): void;
|
|
381
360
|
getSMSSandboxAccountStatus(
|
|
382
361
|
args: GetSMSSandboxAccountStatusCommandInput,
|
|
383
362
|
options: __HttpHandlerOptions,
|
|
384
|
-
cb: (err: any, data?: GetSMSSandboxAccountStatusCommandOutput) => void
|
|
363
|
+
cb: (err: any, data?: GetSMSSandboxAccountStatusCommandOutput) => void,
|
|
385
364
|
): void;
|
|
386
365
|
getSubscriptionAttributes(
|
|
387
366
|
args: GetSubscriptionAttributesCommandInput,
|
|
388
|
-
options?: __HttpHandlerOptions
|
|
367
|
+
options?: __HttpHandlerOptions,
|
|
389
368
|
): Promise<GetSubscriptionAttributesCommandOutput>;
|
|
390
369
|
getSubscriptionAttributes(
|
|
391
370
|
args: GetSubscriptionAttributesCommandInput,
|
|
392
|
-
cb: (err: any, data?: GetSubscriptionAttributesCommandOutput) => void
|
|
371
|
+
cb: (err: any, data?: GetSubscriptionAttributesCommandOutput) => void,
|
|
393
372
|
): void;
|
|
394
373
|
getSubscriptionAttributes(
|
|
395
374
|
args: GetSubscriptionAttributesCommandInput,
|
|
396
375
|
options: __HttpHandlerOptions,
|
|
397
|
-
cb: (err: any, data?: GetSubscriptionAttributesCommandOutput) => void
|
|
376
|
+
cb: (err: any, data?: GetSubscriptionAttributesCommandOutput) => void,
|
|
398
377
|
): void;
|
|
399
378
|
getTopicAttributes(
|
|
400
379
|
args: GetTopicAttributesCommandInput,
|
|
401
|
-
options?: __HttpHandlerOptions
|
|
380
|
+
options?: __HttpHandlerOptions,
|
|
402
381
|
): Promise<GetTopicAttributesCommandOutput>;
|
|
403
382
|
getTopicAttributes(
|
|
404
383
|
args: GetTopicAttributesCommandInput,
|
|
405
|
-
cb: (err: any, data?: GetTopicAttributesCommandOutput) => void
|
|
384
|
+
cb: (err: any, data?: GetTopicAttributesCommandOutput) => void,
|
|
406
385
|
): void;
|
|
407
386
|
getTopicAttributes(
|
|
408
387
|
args: GetTopicAttributesCommandInput,
|
|
409
388
|
options: __HttpHandlerOptions,
|
|
410
|
-
cb: (err: any, data?: GetTopicAttributesCommandOutput) => void
|
|
389
|
+
cb: (err: any, data?: GetTopicAttributesCommandOutput) => void,
|
|
411
390
|
): void;
|
|
412
391
|
listEndpointsByPlatformApplication(
|
|
413
392
|
args: ListEndpointsByPlatformApplicationCommandInput,
|
|
414
|
-
options?: __HttpHandlerOptions
|
|
393
|
+
options?: __HttpHandlerOptions,
|
|
415
394
|
): Promise<ListEndpointsByPlatformApplicationCommandOutput>;
|
|
416
395
|
listEndpointsByPlatformApplication(
|
|
417
396
|
args: ListEndpointsByPlatformApplicationCommandInput,
|
|
418
|
-
cb: (
|
|
419
|
-
err: any,
|
|
420
|
-
data?: ListEndpointsByPlatformApplicationCommandOutput
|
|
421
|
-
) => void
|
|
397
|
+
cb: (err: any, data?: ListEndpointsByPlatformApplicationCommandOutput) => void,
|
|
422
398
|
): void;
|
|
423
399
|
listEndpointsByPlatformApplication(
|
|
424
400
|
args: ListEndpointsByPlatformApplicationCommandInput,
|
|
425
401
|
options: __HttpHandlerOptions,
|
|
426
|
-
cb: (
|
|
427
|
-
err: any,
|
|
428
|
-
data?: ListEndpointsByPlatformApplicationCommandOutput
|
|
429
|
-
) => void
|
|
402
|
+
cb: (err: any, data?: ListEndpointsByPlatformApplicationCommandOutput) => void,
|
|
430
403
|
): void;
|
|
431
404
|
listOriginationNumbers(): Promise<ListOriginationNumbersCommandOutput>;
|
|
432
405
|
listOriginationNumbers(
|
|
433
406
|
args: ListOriginationNumbersCommandInput,
|
|
434
|
-
options?: __HttpHandlerOptions
|
|
407
|
+
options?: __HttpHandlerOptions,
|
|
435
408
|
): Promise<ListOriginationNumbersCommandOutput>;
|
|
436
409
|
listOriginationNumbers(
|
|
437
410
|
args: ListOriginationNumbersCommandInput,
|
|
438
|
-
cb: (err: any, data?: ListOriginationNumbersCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: ListOriginationNumbersCommandOutput) => void,
|
|
439
412
|
): void;
|
|
440
413
|
listOriginationNumbers(
|
|
441
414
|
args: ListOriginationNumbersCommandInput,
|
|
442
415
|
options: __HttpHandlerOptions,
|
|
443
|
-
cb: (err: any, data?: ListOriginationNumbersCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: ListOriginationNumbersCommandOutput) => void,
|
|
444
417
|
): void;
|
|
445
418
|
listPhoneNumbersOptedOut(): Promise<ListPhoneNumbersOptedOutCommandOutput>;
|
|
446
419
|
listPhoneNumbersOptedOut(
|
|
447
420
|
args: ListPhoneNumbersOptedOutCommandInput,
|
|
448
|
-
options?: __HttpHandlerOptions
|
|
421
|
+
options?: __HttpHandlerOptions,
|
|
449
422
|
): Promise<ListPhoneNumbersOptedOutCommandOutput>;
|
|
450
423
|
listPhoneNumbersOptedOut(
|
|
451
424
|
args: ListPhoneNumbersOptedOutCommandInput,
|
|
452
|
-
cb: (err: any, data?: ListPhoneNumbersOptedOutCommandOutput) => void
|
|
425
|
+
cb: (err: any, data?: ListPhoneNumbersOptedOutCommandOutput) => void,
|
|
453
426
|
): void;
|
|
454
427
|
listPhoneNumbersOptedOut(
|
|
455
428
|
args: ListPhoneNumbersOptedOutCommandInput,
|
|
456
429
|
options: __HttpHandlerOptions,
|
|
457
|
-
cb: (err: any, data?: ListPhoneNumbersOptedOutCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: ListPhoneNumbersOptedOutCommandOutput) => void,
|
|
458
431
|
): void;
|
|
459
432
|
listPlatformApplications(): Promise<ListPlatformApplicationsCommandOutput>;
|
|
460
433
|
listPlatformApplications(
|
|
461
434
|
args: ListPlatformApplicationsCommandInput,
|
|
462
|
-
options?: __HttpHandlerOptions
|
|
435
|
+
options?: __HttpHandlerOptions,
|
|
463
436
|
): Promise<ListPlatformApplicationsCommandOutput>;
|
|
464
437
|
listPlatformApplications(
|
|
465
438
|
args: ListPlatformApplicationsCommandInput,
|
|
466
|
-
cb: (err: any, data?: ListPlatformApplicationsCommandOutput) => void
|
|
439
|
+
cb: (err: any, data?: ListPlatformApplicationsCommandOutput) => void,
|
|
467
440
|
): void;
|
|
468
441
|
listPlatformApplications(
|
|
469
442
|
args: ListPlatformApplicationsCommandInput,
|
|
470
443
|
options: __HttpHandlerOptions,
|
|
471
|
-
cb: (err: any, data?: ListPlatformApplicationsCommandOutput) => void
|
|
444
|
+
cb: (err: any, data?: ListPlatformApplicationsCommandOutput) => void,
|
|
472
445
|
): void;
|
|
473
446
|
listSMSSandboxPhoneNumbers(): Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
|
|
474
447
|
listSMSSandboxPhoneNumbers(
|
|
475
448
|
args: ListSMSSandboxPhoneNumbersCommandInput,
|
|
476
|
-
options?: __HttpHandlerOptions
|
|
449
|
+
options?: __HttpHandlerOptions,
|
|
477
450
|
): Promise<ListSMSSandboxPhoneNumbersCommandOutput>;
|
|
478
451
|
listSMSSandboxPhoneNumbers(
|
|
479
452
|
args: ListSMSSandboxPhoneNumbersCommandInput,
|
|
480
|
-
cb: (err: any, data?: ListSMSSandboxPhoneNumbersCommandOutput) => void
|
|
453
|
+
cb: (err: any, data?: ListSMSSandboxPhoneNumbersCommandOutput) => void,
|
|
481
454
|
): void;
|
|
482
455
|
listSMSSandboxPhoneNumbers(
|
|
483
456
|
args: ListSMSSandboxPhoneNumbersCommandInput,
|
|
484
457
|
options: __HttpHandlerOptions,
|
|
485
|
-
cb: (err: any, data?: ListSMSSandboxPhoneNumbersCommandOutput) => void
|
|
458
|
+
cb: (err: any, data?: ListSMSSandboxPhoneNumbersCommandOutput) => void,
|
|
486
459
|
): void;
|
|
487
460
|
listSubscriptions(): Promise<ListSubscriptionsCommandOutput>;
|
|
488
461
|
listSubscriptions(
|
|
489
462
|
args: ListSubscriptionsCommandInput,
|
|
490
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
491
464
|
): Promise<ListSubscriptionsCommandOutput>;
|
|
492
465
|
listSubscriptions(
|
|
493
466
|
args: ListSubscriptionsCommandInput,
|
|
494
|
-
cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: ListSubscriptionsCommandOutput) => void,
|
|
495
468
|
): void;
|
|
496
469
|
listSubscriptions(
|
|
497
470
|
args: ListSubscriptionsCommandInput,
|
|
498
471
|
options: __HttpHandlerOptions,
|
|
499
|
-
cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: ListSubscriptionsCommandOutput) => void,
|
|
500
473
|
): void;
|
|
501
474
|
listSubscriptionsByTopic(
|
|
502
475
|
args: ListSubscriptionsByTopicCommandInput,
|
|
503
|
-
options?: __HttpHandlerOptions
|
|
476
|
+
options?: __HttpHandlerOptions,
|
|
504
477
|
): Promise<ListSubscriptionsByTopicCommandOutput>;
|
|
505
478
|
listSubscriptionsByTopic(
|
|
506
479
|
args: ListSubscriptionsByTopicCommandInput,
|
|
507
|
-
cb: (err: any, data?: ListSubscriptionsByTopicCommandOutput) => void
|
|
480
|
+
cb: (err: any, data?: ListSubscriptionsByTopicCommandOutput) => void,
|
|
508
481
|
): void;
|
|
509
482
|
listSubscriptionsByTopic(
|
|
510
483
|
args: ListSubscriptionsByTopicCommandInput,
|
|
511
484
|
options: __HttpHandlerOptions,
|
|
512
|
-
cb: (err: any, data?: ListSubscriptionsByTopicCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: ListSubscriptionsByTopicCommandOutput) => void,
|
|
513
486
|
): void;
|
|
514
487
|
listTagsForResource(
|
|
515
488
|
args: ListTagsForResourceCommandInput,
|
|
516
|
-
options?: __HttpHandlerOptions
|
|
489
|
+
options?: __HttpHandlerOptions,
|
|
517
490
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
518
491
|
listTagsForResource(
|
|
519
492
|
args: ListTagsForResourceCommandInput,
|
|
520
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
493
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
521
494
|
): void;
|
|
522
495
|
listTagsForResource(
|
|
523
496
|
args: ListTagsForResourceCommandInput,
|
|
524
497
|
options: __HttpHandlerOptions,
|
|
525
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
498
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
526
499
|
): void;
|
|
527
500
|
listTopics(): Promise<ListTopicsCommandOutput>;
|
|
528
501
|
listTopics(
|
|
529
502
|
args: ListTopicsCommandInput,
|
|
530
|
-
options?: __HttpHandlerOptions
|
|
503
|
+
options?: __HttpHandlerOptions,
|
|
531
504
|
): Promise<ListTopicsCommandOutput>;
|
|
532
505
|
listTopics(
|
|
533
506
|
args: ListTopicsCommandInput,
|
|
534
|
-
cb: (err: any, data?: ListTopicsCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: ListTopicsCommandOutput) => void,
|
|
535
508
|
): void;
|
|
536
509
|
listTopics(
|
|
537
510
|
args: ListTopicsCommandInput,
|
|
538
511
|
options: __HttpHandlerOptions,
|
|
539
|
-
cb: (err: any, data?: ListTopicsCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: ListTopicsCommandOutput) => void,
|
|
540
513
|
): void;
|
|
541
514
|
optInPhoneNumber(
|
|
542
515
|
args: OptInPhoneNumberCommandInput,
|
|
543
|
-
options?: __HttpHandlerOptions
|
|
516
|
+
options?: __HttpHandlerOptions,
|
|
544
517
|
): Promise<OptInPhoneNumberCommandOutput>;
|
|
545
518
|
optInPhoneNumber(
|
|
546
519
|
args: OptInPhoneNumberCommandInput,
|
|
547
|
-
cb: (err: any, data?: OptInPhoneNumberCommandOutput) => void
|
|
520
|
+
cb: (err: any, data?: OptInPhoneNumberCommandOutput) => void,
|
|
548
521
|
): void;
|
|
549
522
|
optInPhoneNumber(
|
|
550
523
|
args: OptInPhoneNumberCommandInput,
|
|
551
524
|
options: __HttpHandlerOptions,
|
|
552
|
-
cb: (err: any, data?: OptInPhoneNumberCommandOutput) => void
|
|
553
|
-
): void;
|
|
554
|
-
publish(
|
|
555
|
-
args: PublishCommandInput,
|
|
556
|
-
options?: __HttpHandlerOptions
|
|
557
|
-
): Promise<PublishCommandOutput>;
|
|
558
|
-
publish(
|
|
559
|
-
args: PublishCommandInput,
|
|
560
|
-
cb: (err: any, data?: PublishCommandOutput) => void
|
|
525
|
+
cb: (err: any, data?: OptInPhoneNumberCommandOutput) => void,
|
|
561
526
|
): void;
|
|
527
|
+
publish(args: PublishCommandInput, options?: __HttpHandlerOptions): Promise<PublishCommandOutput>;
|
|
528
|
+
publish(args: PublishCommandInput, cb: (err: any, data?: PublishCommandOutput) => void): void;
|
|
562
529
|
publish(
|
|
563
530
|
args: PublishCommandInput,
|
|
564
531
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (err: any, data?: PublishCommandOutput) => void
|
|
532
|
+
cb: (err: any, data?: PublishCommandOutput) => void,
|
|
566
533
|
): void;
|
|
567
534
|
publishBatch(
|
|
568
535
|
args: PublishBatchCommandInput,
|
|
569
|
-
options?: __HttpHandlerOptions
|
|
536
|
+
options?: __HttpHandlerOptions,
|
|
570
537
|
): Promise<PublishBatchCommandOutput>;
|
|
571
538
|
publishBatch(
|
|
572
539
|
args: PublishBatchCommandInput,
|
|
573
|
-
cb: (err: any, data?: PublishBatchCommandOutput) => void
|
|
540
|
+
cb: (err: any, data?: PublishBatchCommandOutput) => void,
|
|
574
541
|
): void;
|
|
575
542
|
publishBatch(
|
|
576
543
|
args: PublishBatchCommandInput,
|
|
577
544
|
options: __HttpHandlerOptions,
|
|
578
|
-
cb: (err: any, data?: PublishBatchCommandOutput) => void
|
|
545
|
+
cb: (err: any, data?: PublishBatchCommandOutput) => void,
|
|
579
546
|
): void;
|
|
580
547
|
putDataProtectionPolicy(
|
|
581
548
|
args: PutDataProtectionPolicyCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
549
|
+
options?: __HttpHandlerOptions,
|
|
583
550
|
): Promise<PutDataProtectionPolicyCommandOutput>;
|
|
584
551
|
putDataProtectionPolicy(
|
|
585
552
|
args: PutDataProtectionPolicyCommandInput,
|
|
586
|
-
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void
|
|
553
|
+
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void,
|
|
587
554
|
): void;
|
|
588
555
|
putDataProtectionPolicy(
|
|
589
556
|
args: PutDataProtectionPolicyCommandInput,
|
|
590
557
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void
|
|
558
|
+
cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void,
|
|
592
559
|
): void;
|
|
593
560
|
removePermission(
|
|
594
561
|
args: RemovePermissionCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
562
|
+
options?: __HttpHandlerOptions,
|
|
596
563
|
): Promise<RemovePermissionCommandOutput>;
|
|
597
564
|
removePermission(
|
|
598
565
|
args: RemovePermissionCommandInput,
|
|
599
|
-
cb: (err: any, data?: RemovePermissionCommandOutput) => void
|
|
566
|
+
cb: (err: any, data?: RemovePermissionCommandOutput) => void,
|
|
600
567
|
): void;
|
|
601
568
|
removePermission(
|
|
602
569
|
args: RemovePermissionCommandInput,
|
|
603
570
|
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: RemovePermissionCommandOutput) => void
|
|
571
|
+
cb: (err: any, data?: RemovePermissionCommandOutput) => void,
|
|
605
572
|
): void;
|
|
606
573
|
setEndpointAttributes(
|
|
607
574
|
args: SetEndpointAttributesCommandInput,
|
|
608
|
-
options?: __HttpHandlerOptions
|
|
575
|
+
options?: __HttpHandlerOptions,
|
|
609
576
|
): Promise<SetEndpointAttributesCommandOutput>;
|
|
610
577
|
setEndpointAttributes(
|
|
611
578
|
args: SetEndpointAttributesCommandInput,
|
|
612
|
-
cb: (err: any, data?: SetEndpointAttributesCommandOutput) => void
|
|
579
|
+
cb: (err: any, data?: SetEndpointAttributesCommandOutput) => void,
|
|
613
580
|
): void;
|
|
614
581
|
setEndpointAttributes(
|
|
615
582
|
args: SetEndpointAttributesCommandInput,
|
|
616
583
|
options: __HttpHandlerOptions,
|
|
617
|
-
cb: (err: any, data?: SetEndpointAttributesCommandOutput) => void
|
|
584
|
+
cb: (err: any, data?: SetEndpointAttributesCommandOutput) => void,
|
|
618
585
|
): void;
|
|
619
586
|
setPlatformApplicationAttributes(
|
|
620
587
|
args: SetPlatformApplicationAttributesCommandInput,
|
|
621
|
-
options?: __HttpHandlerOptions
|
|
588
|
+
options?: __HttpHandlerOptions,
|
|
622
589
|
): Promise<SetPlatformApplicationAttributesCommandOutput>;
|
|
623
590
|
setPlatformApplicationAttributes(
|
|
624
591
|
args: SetPlatformApplicationAttributesCommandInput,
|
|
625
|
-
cb: (err: any, data?: SetPlatformApplicationAttributesCommandOutput) => void
|
|
592
|
+
cb: (err: any, data?: SetPlatformApplicationAttributesCommandOutput) => void,
|
|
626
593
|
): void;
|
|
627
594
|
setPlatformApplicationAttributes(
|
|
628
595
|
args: SetPlatformApplicationAttributesCommandInput,
|
|
629
596
|
options: __HttpHandlerOptions,
|
|
630
|
-
cb: (err: any, data?: SetPlatformApplicationAttributesCommandOutput) => void
|
|
597
|
+
cb: (err: any, data?: SetPlatformApplicationAttributesCommandOutput) => void,
|
|
631
598
|
): void;
|
|
632
599
|
setSMSAttributes(
|
|
633
600
|
args: SetSMSAttributesCommandInput,
|
|
634
|
-
options?: __HttpHandlerOptions
|
|
601
|
+
options?: __HttpHandlerOptions,
|
|
635
602
|
): Promise<SetSMSAttributesCommandOutput>;
|
|
636
603
|
setSMSAttributes(
|
|
637
604
|
args: SetSMSAttributesCommandInput,
|
|
638
|
-
cb: (err: any, data?: SetSMSAttributesCommandOutput) => void
|
|
605
|
+
cb: (err: any, data?: SetSMSAttributesCommandOutput) => void,
|
|
639
606
|
): void;
|
|
640
607
|
setSMSAttributes(
|
|
641
608
|
args: SetSMSAttributesCommandInput,
|
|
642
609
|
options: __HttpHandlerOptions,
|
|
643
|
-
cb: (err: any, data?: SetSMSAttributesCommandOutput) => void
|
|
610
|
+
cb: (err: any, data?: SetSMSAttributesCommandOutput) => void,
|
|
644
611
|
): void;
|
|
645
612
|
setSubscriptionAttributes(
|
|
646
613
|
args: SetSubscriptionAttributesCommandInput,
|
|
647
|
-
options?: __HttpHandlerOptions
|
|
614
|
+
options?: __HttpHandlerOptions,
|
|
648
615
|
): Promise<SetSubscriptionAttributesCommandOutput>;
|
|
649
616
|
setSubscriptionAttributes(
|
|
650
617
|
args: SetSubscriptionAttributesCommandInput,
|
|
651
|
-
cb: (err: any, data?: SetSubscriptionAttributesCommandOutput) => void
|
|
618
|
+
cb: (err: any, data?: SetSubscriptionAttributesCommandOutput) => void,
|
|
652
619
|
): void;
|
|
653
620
|
setSubscriptionAttributes(
|
|
654
621
|
args: SetSubscriptionAttributesCommandInput,
|
|
655
622
|
options: __HttpHandlerOptions,
|
|
656
|
-
cb: (err: any, data?: SetSubscriptionAttributesCommandOutput) => void
|
|
623
|
+
cb: (err: any, data?: SetSubscriptionAttributesCommandOutput) => void,
|
|
657
624
|
): void;
|
|
658
625
|
setTopicAttributes(
|
|
659
626
|
args: SetTopicAttributesCommandInput,
|
|
660
|
-
options?: __HttpHandlerOptions
|
|
627
|
+
options?: __HttpHandlerOptions,
|
|
661
628
|
): Promise<SetTopicAttributesCommandOutput>;
|
|
662
629
|
setTopicAttributes(
|
|
663
630
|
args: SetTopicAttributesCommandInput,
|
|
664
|
-
cb: (err: any, data?: SetTopicAttributesCommandOutput) => void
|
|
631
|
+
cb: (err: any, data?: SetTopicAttributesCommandOutput) => void,
|
|
665
632
|
): void;
|
|
666
633
|
setTopicAttributes(
|
|
667
634
|
args: SetTopicAttributesCommandInput,
|
|
668
635
|
options: __HttpHandlerOptions,
|
|
669
|
-
cb: (err: any, data?: SetTopicAttributesCommandOutput) => void
|
|
636
|
+
cb: (err: any, data?: SetTopicAttributesCommandOutput) => void,
|
|
670
637
|
): void;
|
|
671
638
|
subscribe(
|
|
672
639
|
args: SubscribeCommandInput,
|
|
673
|
-
options?: __HttpHandlerOptions
|
|
640
|
+
options?: __HttpHandlerOptions,
|
|
674
641
|
): Promise<SubscribeCommandOutput>;
|
|
675
642
|
subscribe(
|
|
676
643
|
args: SubscribeCommandInput,
|
|
677
|
-
cb: (err: any, data?: SubscribeCommandOutput) => void
|
|
644
|
+
cb: (err: any, data?: SubscribeCommandOutput) => void,
|
|
678
645
|
): void;
|
|
679
646
|
subscribe(
|
|
680
647
|
args: SubscribeCommandInput,
|
|
681
648
|
options: __HttpHandlerOptions,
|
|
682
|
-
cb: (err: any, data?: SubscribeCommandOutput) => void
|
|
649
|
+
cb: (err: any, data?: SubscribeCommandOutput) => void,
|
|
683
650
|
): void;
|
|
684
651
|
tagResource(
|
|
685
652
|
args: TagResourceCommandInput,
|
|
686
|
-
options?: __HttpHandlerOptions
|
|
653
|
+
options?: __HttpHandlerOptions,
|
|
687
654
|
): Promise<TagResourceCommandOutput>;
|
|
688
655
|
tagResource(
|
|
689
656
|
args: TagResourceCommandInput,
|
|
690
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
657
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
691
658
|
): void;
|
|
692
659
|
tagResource(
|
|
693
660
|
args: TagResourceCommandInput,
|
|
694
661
|
options: __HttpHandlerOptions,
|
|
695
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
662
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
696
663
|
): void;
|
|
697
664
|
unsubscribe(
|
|
698
665
|
args: UnsubscribeCommandInput,
|
|
699
|
-
options?: __HttpHandlerOptions
|
|
666
|
+
options?: __HttpHandlerOptions,
|
|
700
667
|
): Promise<UnsubscribeCommandOutput>;
|
|
701
668
|
unsubscribe(
|
|
702
669
|
args: UnsubscribeCommandInput,
|
|
703
|
-
cb: (err: any, data?: UnsubscribeCommandOutput) => void
|
|
670
|
+
cb: (err: any, data?: UnsubscribeCommandOutput) => void,
|
|
704
671
|
): void;
|
|
705
672
|
unsubscribe(
|
|
706
673
|
args: UnsubscribeCommandInput,
|
|
707
674
|
options: __HttpHandlerOptions,
|
|
708
|
-
cb: (err: any, data?: UnsubscribeCommandOutput) => void
|
|
675
|
+
cb: (err: any, data?: UnsubscribeCommandOutput) => void,
|
|
709
676
|
): void;
|
|
710
677
|
untagResource(
|
|
711
678
|
args: UntagResourceCommandInput,
|
|
712
|
-
options?: __HttpHandlerOptions
|
|
679
|
+
options?: __HttpHandlerOptions,
|
|
713
680
|
): Promise<UntagResourceCommandOutput>;
|
|
714
681
|
untagResource(
|
|
715
682
|
args: UntagResourceCommandInput,
|
|
716
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
683
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
717
684
|
): void;
|
|
718
685
|
untagResource(
|
|
719
686
|
args: UntagResourceCommandInput,
|
|
720
687
|
options: __HttpHandlerOptions,
|
|
721
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
688
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
722
689
|
): void;
|
|
723
690
|
verifySMSSandboxPhoneNumber(
|
|
724
691
|
args: VerifySMSSandboxPhoneNumberCommandInput,
|
|
725
|
-
options?: __HttpHandlerOptions
|
|
692
|
+
options?: __HttpHandlerOptions,
|
|
726
693
|
): Promise<VerifySMSSandboxPhoneNumberCommandOutput>;
|
|
727
694
|
verifySMSSandboxPhoneNumber(
|
|
728
695
|
args: VerifySMSSandboxPhoneNumberCommandInput,
|
|
729
|
-
cb: (err: any, data?: VerifySMSSandboxPhoneNumberCommandOutput) => void
|
|
696
|
+
cb: (err: any, data?: VerifySMSSandboxPhoneNumberCommandOutput) => void,
|
|
730
697
|
): void;
|
|
731
698
|
verifySMSSandboxPhoneNumber(
|
|
732
699
|
args: VerifySMSSandboxPhoneNumberCommandInput,
|
|
733
700
|
options: __HttpHandlerOptions,
|
|
734
|
-
cb: (err: any, data?: VerifySMSSandboxPhoneNumberCommandOutput) => void
|
|
701
|
+
cb: (err: any, data?: VerifySMSSandboxPhoneNumberCommandOutput) => void,
|
|
735
702
|
): void;
|
|
736
703
|
paginateListEndpointsByPlatformApplication(
|
|
737
704
|
args: ListEndpointsByPlatformApplicationCommandInput,
|
|
738
705
|
paginationConfig?: Pick<
|
|
739
706
|
PaginationConfiguration,
|
|
740
707
|
Exclude<keyof PaginationConfiguration, "client">
|
|
741
|
-
|
|
708
|
+
>,
|
|
742
709
|
): Paginator<ListEndpointsByPlatformApplicationCommandOutput>;
|
|
743
710
|
paginateListOriginationNumbers(
|
|
744
711
|
args?: ListOriginationNumbersCommandInput,
|
|
745
712
|
paginationConfig?: Pick<
|
|
746
713
|
PaginationConfiguration,
|
|
747
714
|
Exclude<keyof PaginationConfiguration, "client">
|
|
748
|
-
|
|
715
|
+
>,
|
|
749
716
|
): Paginator<ListOriginationNumbersCommandOutput>;
|
|
750
717
|
paginateListPhoneNumbersOptedOut(
|
|
751
718
|
args?: ListPhoneNumbersOptedOutCommandInput,
|
|
752
719
|
paginationConfig?: Pick<
|
|
753
720
|
PaginationConfiguration,
|
|
754
721
|
Exclude<keyof PaginationConfiguration, "client">
|
|
755
|
-
|
|
722
|
+
>,
|
|
756
723
|
): Paginator<ListPhoneNumbersOptedOutCommandOutput>;
|
|
757
724
|
paginateListPlatformApplications(
|
|
758
725
|
args?: ListPlatformApplicationsCommandInput,
|
|
759
726
|
paginationConfig?: Pick<
|
|
760
727
|
PaginationConfiguration,
|
|
761
728
|
Exclude<keyof PaginationConfiguration, "client">
|
|
762
|
-
|
|
729
|
+
>,
|
|
763
730
|
): Paginator<ListPlatformApplicationsCommandOutput>;
|
|
764
731
|
paginateListSMSSandboxPhoneNumbers(
|
|
765
732
|
args?: ListSMSSandboxPhoneNumbersCommandInput,
|
|
766
733
|
paginationConfig?: Pick<
|
|
767
734
|
PaginationConfiguration,
|
|
768
735
|
Exclude<keyof PaginationConfiguration, "client">
|
|
769
|
-
|
|
736
|
+
>,
|
|
770
737
|
): Paginator<ListSMSSandboxPhoneNumbersCommandOutput>;
|
|
771
738
|
paginateListSubscriptions(
|
|
772
739
|
args?: ListSubscriptionsCommandInput,
|
|
773
740
|
paginationConfig?: Pick<
|
|
774
741
|
PaginationConfiguration,
|
|
775
742
|
Exclude<keyof PaginationConfiguration, "client">
|
|
776
|
-
|
|
743
|
+
>,
|
|
777
744
|
): Paginator<ListSubscriptionsCommandOutput>;
|
|
778
745
|
paginateListSubscriptionsByTopic(
|
|
779
746
|
args: ListSubscriptionsByTopicCommandInput,
|
|
780
747
|
paginationConfig?: Pick<
|
|
781
748
|
PaginationConfiguration,
|
|
782
749
|
Exclude<keyof PaginationConfiguration, "client">
|
|
783
|
-
|
|
750
|
+
>,
|
|
784
751
|
): Paginator<ListSubscriptionsByTopicCommandOutput>;
|
|
785
752
|
paginateListTopics(
|
|
786
753
|
args?: ListTopicsCommandInput,
|
|
787
754
|
paginationConfig?: Pick<
|
|
788
755
|
PaginationConfiguration,
|
|
789
756
|
Exclude<keyof PaginationConfiguration, "client">
|
|
790
|
-
|
|
757
|
+
>,
|
|
791
758
|
): Paginator<ListTopicsCommandOutput>;
|
|
792
759
|
}
|
|
793
760
|
export declare class SNS extends SNSClient implements SNS {}
|