@aws-sdk/client-pinpoint-sms-voice-v2 3.170.0 → 3.178.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 (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/PinpointSMSVoiceV2.d.ts +0 -43
  6. package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AssociateOriginationIdentityCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateEventDestinationCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateOptOutListCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreatePoolCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteDefaultMessageTypeCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteDefaultSenderIdCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteEventDestinationCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteKeywordCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteOptOutListCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteOptedOutNumberCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DeletePoolCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeConfigurationSetsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeKeywordsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeOptOutListsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribeOptedOutNumbersCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribePhoneNumbersCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribePoolsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DescribeSenderIdsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/DescribeSpendLimitsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/DisassociateOriginationIdentityCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListPoolOriginationIdentitiesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/PutKeywordCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/PutOptedOutNumberCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/RequestPhoneNumberCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/SendTextMessageCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/SendVoiceMessageCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/SetDefaultMessageTypeCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/SetDefaultSenderIdCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpdateEventDestinationCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/UpdatePoolCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/models/PinpointSMSVoiceV2ServiceException.d.ts +0 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +0 -473
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  56. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-pinpoint-sms-voice-v2
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-pinpoint-sms-voice-v2
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-pinpoint-sms-voice-v2
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: PinpointSMSVoiceV2ClientConfig)
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: PinpointSMSVoiceV2ClientConfig)
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: PinpointSMSVoiceV2ClientConfig)
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -172,7 +172,6 @@ import {
172
172
  UpdatePoolCommandOutput,
173
173
  } from "./commands/UpdatePoolCommand";
174
174
  import { PinpointSMSVoiceV2Client } from "./PinpointSMSVoiceV2Client";
175
-
176
175
  export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
177
176
  associateOriginationIdentity(
178
177
  args: AssociateOriginationIdentityCommandInput,
@@ -187,7 +186,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
187
186
  options: __HttpHandlerOptions,
188
187
  cb: (err: any, data?: AssociateOriginationIdentityCommandOutput) => void
189
188
  ): void;
190
-
191
189
  createConfigurationSet(
192
190
  args: CreateConfigurationSetCommandInput,
193
191
  options?: __HttpHandlerOptions
@@ -201,7 +199,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
201
199
  options: __HttpHandlerOptions,
202
200
  cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
203
201
  ): void;
204
-
205
202
  createEventDestination(
206
203
  args: CreateEventDestinationCommandInput,
207
204
  options?: __HttpHandlerOptions
@@ -215,7 +212,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
215
212
  options: __HttpHandlerOptions,
216
213
  cb: (err: any, data?: CreateEventDestinationCommandOutput) => void
217
214
  ): void;
218
-
219
215
  createOptOutList(
220
216
  args: CreateOptOutListCommandInput,
221
217
  options?: __HttpHandlerOptions
@@ -229,7 +225,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
229
225
  options: __HttpHandlerOptions,
230
226
  cb: (err: any, data?: CreateOptOutListCommandOutput) => void
231
227
  ): void;
232
-
233
228
  createPool(
234
229
  args: CreatePoolCommandInput,
235
230
  options?: __HttpHandlerOptions
@@ -243,7 +238,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
243
238
  options: __HttpHandlerOptions,
244
239
  cb: (err: any, data?: CreatePoolCommandOutput) => void
245
240
  ): void;
246
-
247
241
  deleteConfigurationSet(
248
242
  args: DeleteConfigurationSetCommandInput,
249
243
  options?: __HttpHandlerOptions
@@ -257,7 +251,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
257
251
  options: __HttpHandlerOptions,
258
252
  cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
259
253
  ): void;
260
-
261
254
  deleteDefaultMessageType(
262
255
  args: DeleteDefaultMessageTypeCommandInput,
263
256
  options?: __HttpHandlerOptions
@@ -271,7 +264,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
271
264
  options: __HttpHandlerOptions,
272
265
  cb: (err: any, data?: DeleteDefaultMessageTypeCommandOutput) => void
273
266
  ): void;
274
-
275
267
  deleteDefaultSenderId(
276
268
  args: DeleteDefaultSenderIdCommandInput,
277
269
  options?: __HttpHandlerOptions
@@ -285,7 +277,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
285
277
  options: __HttpHandlerOptions,
286
278
  cb: (err: any, data?: DeleteDefaultSenderIdCommandOutput) => void
287
279
  ): void;
288
-
289
280
  deleteEventDestination(
290
281
  args: DeleteEventDestinationCommandInput,
291
282
  options?: __HttpHandlerOptions
@@ -299,7 +290,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
299
290
  options: __HttpHandlerOptions,
300
291
  cb: (err: any, data?: DeleteEventDestinationCommandOutput) => void
301
292
  ): void;
302
-
303
293
  deleteKeyword(
304
294
  args: DeleteKeywordCommandInput,
305
295
  options?: __HttpHandlerOptions
@@ -313,7 +303,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
313
303
  options: __HttpHandlerOptions,
314
304
  cb: (err: any, data?: DeleteKeywordCommandOutput) => void
315
305
  ): void;
316
-
317
306
  deleteOptedOutNumber(
318
307
  args: DeleteOptedOutNumberCommandInput,
319
308
  options?: __HttpHandlerOptions
@@ -327,7 +316,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
327
316
  options: __HttpHandlerOptions,
328
317
  cb: (err: any, data?: DeleteOptedOutNumberCommandOutput) => void
329
318
  ): void;
330
-
331
319
  deleteOptOutList(
332
320
  args: DeleteOptOutListCommandInput,
333
321
  options?: __HttpHandlerOptions
@@ -341,7 +329,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
341
329
  options: __HttpHandlerOptions,
342
330
  cb: (err: any, data?: DeleteOptOutListCommandOutput) => void
343
331
  ): void;
344
-
345
332
  deletePool(
346
333
  args: DeletePoolCommandInput,
347
334
  options?: __HttpHandlerOptions
@@ -355,7 +342,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
355
342
  options: __HttpHandlerOptions,
356
343
  cb: (err: any, data?: DeletePoolCommandOutput) => void
357
344
  ): void;
358
-
359
345
  deleteTextMessageSpendLimitOverride(
360
346
  args: DeleteTextMessageSpendLimitOverrideCommandInput,
361
347
  options?: __HttpHandlerOptions
@@ -375,7 +361,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
375
361
  data?: DeleteTextMessageSpendLimitOverrideCommandOutput
376
362
  ) => void
377
363
  ): void;
378
-
379
364
  deleteVoiceMessageSpendLimitOverride(
380
365
  args: DeleteVoiceMessageSpendLimitOverrideCommandInput,
381
366
  options?: __HttpHandlerOptions
@@ -395,7 +380,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
395
380
  data?: DeleteVoiceMessageSpendLimitOverrideCommandOutput
396
381
  ) => void
397
382
  ): void;
398
-
399
383
  describeAccountAttributes(
400
384
  args: DescribeAccountAttributesCommandInput,
401
385
  options?: __HttpHandlerOptions
@@ -409,7 +393,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
409
393
  options: __HttpHandlerOptions,
410
394
  cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
411
395
  ): void;
412
-
413
396
  describeAccountLimits(
414
397
  args: DescribeAccountLimitsCommandInput,
415
398
  options?: __HttpHandlerOptions
@@ -423,7 +406,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
423
406
  options: __HttpHandlerOptions,
424
407
  cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
425
408
  ): void;
426
-
427
409
  describeConfigurationSets(
428
410
  args: DescribeConfigurationSetsCommandInput,
429
411
  options?: __HttpHandlerOptions
@@ -437,7 +419,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
437
419
  options: __HttpHandlerOptions,
438
420
  cb: (err: any, data?: DescribeConfigurationSetsCommandOutput) => void
439
421
  ): void;
440
-
441
422
  describeKeywords(
442
423
  args: DescribeKeywordsCommandInput,
443
424
  options?: __HttpHandlerOptions
@@ -451,7 +432,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
451
432
  options: __HttpHandlerOptions,
452
433
  cb: (err: any, data?: DescribeKeywordsCommandOutput) => void
453
434
  ): void;
454
-
455
435
  describeOptedOutNumbers(
456
436
  args: DescribeOptedOutNumbersCommandInput,
457
437
  options?: __HttpHandlerOptions
@@ -465,7 +445,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
465
445
  options: __HttpHandlerOptions,
466
446
  cb: (err: any, data?: DescribeOptedOutNumbersCommandOutput) => void
467
447
  ): void;
468
-
469
448
  describeOptOutLists(
470
449
  args: DescribeOptOutListsCommandInput,
471
450
  options?: __HttpHandlerOptions
@@ -479,7 +458,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
479
458
  options: __HttpHandlerOptions,
480
459
  cb: (err: any, data?: DescribeOptOutListsCommandOutput) => void
481
460
  ): void;
482
-
483
461
  describePhoneNumbers(
484
462
  args: DescribePhoneNumbersCommandInput,
485
463
  options?: __HttpHandlerOptions
@@ -493,7 +471,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
493
471
  options: __HttpHandlerOptions,
494
472
  cb: (err: any, data?: DescribePhoneNumbersCommandOutput) => void
495
473
  ): void;
496
-
497
474
  describePools(
498
475
  args: DescribePoolsCommandInput,
499
476
  options?: __HttpHandlerOptions
@@ -507,7 +484,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
507
484
  options: __HttpHandlerOptions,
508
485
  cb: (err: any, data?: DescribePoolsCommandOutput) => void
509
486
  ): void;
510
-
511
487
  describeSenderIds(
512
488
  args: DescribeSenderIdsCommandInput,
513
489
  options?: __HttpHandlerOptions
@@ -521,7 +497,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
521
497
  options: __HttpHandlerOptions,
522
498
  cb: (err: any, data?: DescribeSenderIdsCommandOutput) => void
523
499
  ): void;
524
-
525
500
  describeSpendLimits(
526
501
  args: DescribeSpendLimitsCommandInput,
527
502
  options?: __HttpHandlerOptions
@@ -535,7 +510,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
535
510
  options: __HttpHandlerOptions,
536
511
  cb: (err: any, data?: DescribeSpendLimitsCommandOutput) => void
537
512
  ): void;
538
-
539
513
  disassociateOriginationIdentity(
540
514
  args: DisassociateOriginationIdentityCommandInput,
541
515
  options?: __HttpHandlerOptions
@@ -549,7 +523,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
549
523
  options: __HttpHandlerOptions,
550
524
  cb: (err: any, data?: DisassociateOriginationIdentityCommandOutput) => void
551
525
  ): void;
552
-
553
526
  listPoolOriginationIdentities(
554
527
  args: ListPoolOriginationIdentitiesCommandInput,
555
528
  options?: __HttpHandlerOptions
@@ -563,7 +536,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
563
536
  options: __HttpHandlerOptions,
564
537
  cb: (err: any, data?: ListPoolOriginationIdentitiesCommandOutput) => void
565
538
  ): void;
566
-
567
539
  listTagsForResource(
568
540
  args: ListTagsForResourceCommandInput,
569
541
  options?: __HttpHandlerOptions
@@ -577,7 +549,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
577
549
  options: __HttpHandlerOptions,
578
550
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
579
551
  ): void;
580
-
581
552
  putKeyword(
582
553
  args: PutKeywordCommandInput,
583
554
  options?: __HttpHandlerOptions
@@ -591,7 +562,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
591
562
  options: __HttpHandlerOptions,
592
563
  cb: (err: any, data?: PutKeywordCommandOutput) => void
593
564
  ): void;
594
-
595
565
  putOptedOutNumber(
596
566
  args: PutOptedOutNumberCommandInput,
597
567
  options?: __HttpHandlerOptions
@@ -605,7 +575,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
605
575
  options: __HttpHandlerOptions,
606
576
  cb: (err: any, data?: PutOptedOutNumberCommandOutput) => void
607
577
  ): void;
608
-
609
578
  releasePhoneNumber(
610
579
  args: ReleasePhoneNumberCommandInput,
611
580
  options?: __HttpHandlerOptions
@@ -619,7 +588,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
619
588
  options: __HttpHandlerOptions,
620
589
  cb: (err: any, data?: ReleasePhoneNumberCommandOutput) => void
621
590
  ): void;
622
-
623
591
  requestPhoneNumber(
624
592
  args: RequestPhoneNumberCommandInput,
625
593
  options?: __HttpHandlerOptions
@@ -633,7 +601,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
633
601
  options: __HttpHandlerOptions,
634
602
  cb: (err: any, data?: RequestPhoneNumberCommandOutput) => void
635
603
  ): void;
636
-
637
604
  sendTextMessage(
638
605
  args: SendTextMessageCommandInput,
639
606
  options?: __HttpHandlerOptions
@@ -647,7 +614,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
647
614
  options: __HttpHandlerOptions,
648
615
  cb: (err: any, data?: SendTextMessageCommandOutput) => void
649
616
  ): void;
650
-
651
617
  sendVoiceMessage(
652
618
  args: SendVoiceMessageCommandInput,
653
619
  options?: __HttpHandlerOptions
@@ -661,7 +627,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
661
627
  options: __HttpHandlerOptions,
662
628
  cb: (err: any, data?: SendVoiceMessageCommandOutput) => void
663
629
  ): void;
664
-
665
630
  setDefaultMessageType(
666
631
  args: SetDefaultMessageTypeCommandInput,
667
632
  options?: __HttpHandlerOptions
@@ -675,7 +640,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
675
640
  options: __HttpHandlerOptions,
676
641
  cb: (err: any, data?: SetDefaultMessageTypeCommandOutput) => void
677
642
  ): void;
678
-
679
643
  setDefaultSenderId(
680
644
  args: SetDefaultSenderIdCommandInput,
681
645
  options?: __HttpHandlerOptions
@@ -689,7 +653,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
689
653
  options: __HttpHandlerOptions,
690
654
  cb: (err: any, data?: SetDefaultSenderIdCommandOutput) => void
691
655
  ): void;
692
-
693
656
  setTextMessageSpendLimitOverride(
694
657
  args: SetTextMessageSpendLimitOverrideCommandInput,
695
658
  options?: __HttpHandlerOptions
@@ -703,7 +666,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
703
666
  options: __HttpHandlerOptions,
704
667
  cb: (err: any, data?: SetTextMessageSpendLimitOverrideCommandOutput) => void
705
668
  ): void;
706
-
707
669
  setVoiceMessageSpendLimitOverride(
708
670
  args: SetVoiceMessageSpendLimitOverrideCommandInput,
709
671
  options?: __HttpHandlerOptions
@@ -723,7 +685,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
723
685
  data?: SetVoiceMessageSpendLimitOverrideCommandOutput
724
686
  ) => void
725
687
  ): void;
726
-
727
688
  tagResource(
728
689
  args: TagResourceCommandInput,
729
690
  options?: __HttpHandlerOptions
@@ -737,7 +698,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
737
698
  options: __HttpHandlerOptions,
738
699
  cb: (err: any, data?: TagResourceCommandOutput) => void
739
700
  ): void;
740
-
741
701
  untagResource(
742
702
  args: UntagResourceCommandInput,
743
703
  options?: __HttpHandlerOptions
@@ -751,7 +711,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
751
711
  options: __HttpHandlerOptions,
752
712
  cb: (err: any, data?: UntagResourceCommandOutput) => void
753
713
  ): void;
754
-
755
714
  updateEventDestination(
756
715
  args: UpdateEventDestinationCommandInput,
757
716
  options?: __HttpHandlerOptions
@@ -765,7 +724,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
765
724
  options: __HttpHandlerOptions,
766
725
  cb: (err: any, data?: UpdateEventDestinationCommandOutput) => void
767
726
  ): void;
768
-
769
727
  updatePhoneNumber(
770
728
  args: UpdatePhoneNumberCommandInput,
771
729
  options?: __HttpHandlerOptions
@@ -779,7 +737,6 @@ export declare class PinpointSMSVoiceV2 extends PinpointSMSVoiceV2Client {
779
737
  options: __HttpHandlerOptions,
780
738
  cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
781
739
  ): void;
782
-
783
740
  updatePool(
784
741
  args: UpdatePoolCommandInput,
785
742
  options?: __HttpHandlerOptions
@@ -305,47 +305,26 @@ export declare type ServiceOutputTypes =
305
305
  export interface ClientDefaults
306
306
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
307
307
  requestHandler?: __HttpHandler;
308
-
309
308
  sha256?: __HashConstructor;
310
-
311
309
  urlParser?: __UrlParser;
312
-
313
310
  bodyLengthChecker?: __BodyLengthCalculator;
314
-
315
311
  streamCollector?: __StreamCollector;
316
-
317
312
  base64Decoder?: __Decoder;
318
-
319
313
  base64Encoder?: __Encoder;
320
-
321
314
  utf8Decoder?: __Decoder;
322
-
323
315
  utf8Encoder?: __Encoder;
324
-
325
316
  runtime?: string;
326
-
327
317
  disableHostPrefix?: boolean;
328
-
329
318
  maxAttempts?: number | __Provider<number>;
330
-
331
319
  retryMode?: string | __Provider<string>;
332
-
333
320
  logger?: __Logger;
334
-
335
321
  useDualstackEndpoint?: boolean | __Provider<boolean>;
336
-
337
322
  useFipsEndpoint?: boolean | __Provider<boolean>;
338
-
339
323
  serviceId?: string;
340
-
341
324
  region?: string | __Provider<string>;
342
-
343
325
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
344
-
345
326
  regionInfoProvider?: RegionInfoProvider;
346
-
347
327
  defaultUserAgentProvider?: Provider<__UserAgent>;
348
-
349
328
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
350
329
  }
351
330
  declare type PinpointSMSVoiceV2ClientConfigType = Partial<
@@ -358,7 +337,6 @@ declare type PinpointSMSVoiceV2ClientConfigType = Partial<
358
337
  HostHeaderInputConfig &
359
338
  AwsAuthInputConfig &
360
339
  UserAgentInputConfig;
361
-
362
340
  export interface PinpointSMSVoiceV2ClientConfig
363
341
  extends PinpointSMSVoiceV2ClientConfigType {}
364
342
  declare type PinpointSMSVoiceV2ClientResolvedConfigType =
@@ -370,10 +348,8 @@ declare type PinpointSMSVoiceV2ClientResolvedConfigType =
370
348
  HostHeaderResolvedConfig &
371
349
  AwsAuthResolvedConfig &
372
350
  UserAgentResolvedConfig;
373
-
374
351
  export interface PinpointSMSVoiceV2ClientResolvedConfig
375
352
  extends PinpointSMSVoiceV2ClientResolvedConfigType {}
376
-
377
353
  export declare class PinpointSMSVoiceV2Client extends __Client<
378
354
  __HttpHandlerOptions,
379
355
  ServiceInputTypes,
@@ -382,7 +358,6 @@ export declare class PinpointSMSVoiceV2Client extends __Client<
382
358
  > {
383
359
  readonly config: PinpointSMSVoiceV2ClientResolvedConfig;
384
360
  constructor(configuration: PinpointSMSVoiceV2ClientConfig);
385
-
386
361
  destroy(): void;
387
362
  }
388
363
  export {};
@@ -19,7 +19,6 @@ export interface AssociateOriginationIdentityCommandInput
19
19
  export interface AssociateOriginationIdentityCommandOutput
20
20
  extends AssociateOriginationIdentityResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateOriginationIdentityCommand extends $Command<
24
23
  AssociateOriginationIdentityCommandInput,
25
24
  AssociateOriginationIdentityCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateOriginationIdentityCommand extends $Command<
27
26
  > {
28
27
  readonly input: AssociateOriginationIdentityCommandInput;
29
28
  constructor(input: AssociateOriginationIdentityCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateConfigurationSetCommandInput
19
19
  export interface CreateConfigurationSetCommandOutput
20
20
  extends CreateConfigurationSetResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateConfigurationSetCommand extends $Command<
24
23
  CreateConfigurationSetCommandInput,
25
24
  CreateConfigurationSetCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateConfigurationSetCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateConfigurationSetCommandInput;
29
28
  constructor(input: CreateConfigurationSetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateEventDestinationCommandInput
19
19
  export interface CreateEventDestinationCommandOutput
20
20
  extends CreateEventDestinationResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEventDestinationCommand extends $Command<
24
23
  CreateEventDestinationCommandInput,
25
24
  CreateEventDestinationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEventDestinationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEventDestinationCommandInput;
29
28
  constructor(input: CreateEventDestinationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateOptOutListCommandInput extends CreateOptOutListRequest {}
18
18
  export interface CreateOptOutListCommandOutput
19
19
  extends CreateOptOutListResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateOptOutListCommand extends $Command<
23
22
  CreateOptOutListCommandInput,
24
23
  CreateOptOutListCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateOptOutListCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateOptOutListCommandInput;
28
27
  constructor(input: CreateOptOutListCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreatePoolCommandInput extends CreatePoolRequest {}
15
15
  export interface CreatePoolCommandOutput
16
16
  extends CreatePoolResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreatePoolCommand extends $Command<
20
19
  CreatePoolCommandInput,
21
20
  CreatePoolCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreatePoolCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreatePoolCommandInput;
25
24
  constructor(input: CreatePoolCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteConfigurationSetCommandInput
19
19
  export interface DeleteConfigurationSetCommandOutput
20
20
  extends DeleteConfigurationSetResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteConfigurationSetCommand extends $Command<
24
23
  DeleteConfigurationSetCommandInput,
25
24
  DeleteConfigurationSetCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteConfigurationSetCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteConfigurationSetCommandInput;
29
28
  constructor(input: DeleteConfigurationSetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteDefaultMessageTypeCommandInput
19
19
  export interface DeleteDefaultMessageTypeCommandOutput
20
20
  extends DeleteDefaultMessageTypeResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteDefaultMessageTypeCommand extends $Command<
24
23
  DeleteDefaultMessageTypeCommandInput,
25
24
  DeleteDefaultMessageTypeCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteDefaultMessageTypeCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteDefaultMessageTypeCommandInput;
29
28
  constructor(input: DeleteDefaultMessageTypeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteDefaultSenderIdCommandInput
19
19
  export interface DeleteDefaultSenderIdCommandOutput
20
20
  extends DeleteDefaultSenderIdResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteDefaultSenderIdCommand extends $Command<
24
23
  DeleteDefaultSenderIdCommandInput,
25
24
  DeleteDefaultSenderIdCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteDefaultSenderIdCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteDefaultSenderIdCommandInput;
29
28
  constructor(input: DeleteDefaultSenderIdCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEventDestinationCommandInput
19
19
  export interface DeleteEventDestinationCommandOutput
20
20
  extends DeleteEventDestinationResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEventDestinationCommand extends $Command<
24
23
  DeleteEventDestinationCommandInput,
25
24
  DeleteEventDestinationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEventDestinationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEventDestinationCommandInput;
29
28
  constructor(input: DeleteEventDestinationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteKeywordCommandInput extends DeleteKeywordRequest {}
15
15
  export interface DeleteKeywordCommandOutput
16
16
  extends DeleteKeywordResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteKeywordCommand extends $Command<
20
19
  DeleteKeywordCommandInput,
21
20
  DeleteKeywordCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteKeywordCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteKeywordCommandInput;
25
24
  constructor(input: DeleteKeywordCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteOptOutListCommandInput extends DeleteOptOutListRequest {}
18
18
  export interface DeleteOptOutListCommandOutput
19
19
  extends DeleteOptOutListResult,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteOptOutListCommand extends $Command<
23
22
  DeleteOptOutListCommandInput,
24
23
  DeleteOptOutListCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteOptOutListCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteOptOutListCommandInput;
28
27
  constructor(input: DeleteOptOutListCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteOptedOutNumberCommandInput
19
19
  export interface DeleteOptedOutNumberCommandOutput
20
20
  extends DeleteOptedOutNumberResult,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteOptedOutNumberCommand extends $Command<
24
23
  DeleteOptedOutNumberCommandInput,
25
24
  DeleteOptedOutNumberCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteOptedOutNumberCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteOptedOutNumberCommandInput;
29
28
  constructor(input: DeleteOptedOutNumberCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeletePoolCommandInput extends DeletePoolRequest {}
15
15
  export interface DeletePoolCommandOutput
16
16
  extends DeletePoolResult,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeletePoolCommand extends $Command<
20
19
  DeletePoolCommandInput,
21
20
  DeletePoolCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeletePoolCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeletePoolCommandInput;
25
24
  constructor(input: DeletePoolCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: PinpointSMSVoiceV2ClientResolvedConfig,