@aws-sdk/client-chime-sdk-voice 3.1136.0 → 3.1138.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 +3 -3
- package/dist-es/schemas/schemas_0.js +2 -2
- package/dist-types/ChimeSDKVoice.d.ts +199 -193
- package/dist-types/ts3.4/ChimeSDKVoice.d.ts +196 -192
- package/package.json +8 -8
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
MetricsRecorder as __MetricsRecorder,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
} from "@smithy/types";
|
|
@@ -382,10 +383,13 @@ import {
|
|
|
382
383
|
ValidateE911AddressCommandInput,
|
|
383
384
|
ValidateE911AddressCommandOutput,
|
|
384
385
|
} from "./commands/ValidateE911AddressCommand";
|
|
386
|
+
export interface ChimeSDKVoiceRequestOptions extends __HttpHandlerOptions {
|
|
387
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
388
|
+
}
|
|
385
389
|
export interface ChimeSDKVoice {
|
|
386
390
|
associatePhoneNumbersWithVoiceConnector(
|
|
387
391
|
args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
388
|
-
options?:
|
|
392
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
389
393
|
): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
|
|
390
394
|
associatePhoneNumbersWithVoiceConnector(
|
|
391
395
|
args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
@@ -393,12 +397,12 @@ export interface ChimeSDKVoice {
|
|
|
393
397
|
): void;
|
|
394
398
|
associatePhoneNumbersWithVoiceConnector(
|
|
395
399
|
args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
396
|
-
options:
|
|
400
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
397
401
|
cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void,
|
|
398
402
|
): void;
|
|
399
403
|
associatePhoneNumbersWithVoiceConnectorGroup(
|
|
400
404
|
args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
401
|
-
options?:
|
|
405
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
402
406
|
): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
|
|
403
407
|
associatePhoneNumbersWithVoiceConnectorGroup(
|
|
404
408
|
args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
@@ -406,12 +410,12 @@ export interface ChimeSDKVoice {
|
|
|
406
410
|
): void;
|
|
407
411
|
associatePhoneNumbersWithVoiceConnectorGroup(
|
|
408
412
|
args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
409
|
-
options:
|
|
413
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
410
414
|
cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void,
|
|
411
415
|
): void;
|
|
412
416
|
batchDeletePhoneNumber(
|
|
413
417
|
args: BatchDeletePhoneNumberCommandInput,
|
|
414
|
-
options?:
|
|
418
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
415
419
|
): Promise<BatchDeletePhoneNumberCommandOutput>;
|
|
416
420
|
batchDeletePhoneNumber(
|
|
417
421
|
args: BatchDeletePhoneNumberCommandInput,
|
|
@@ -419,12 +423,12 @@ export interface ChimeSDKVoice {
|
|
|
419
423
|
): void;
|
|
420
424
|
batchDeletePhoneNumber(
|
|
421
425
|
args: BatchDeletePhoneNumberCommandInput,
|
|
422
|
-
options:
|
|
426
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
423
427
|
cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void,
|
|
424
428
|
): void;
|
|
425
429
|
batchUpdatePhoneNumber(
|
|
426
430
|
args: BatchUpdatePhoneNumberCommandInput,
|
|
427
|
-
options?:
|
|
431
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
428
432
|
): Promise<BatchUpdatePhoneNumberCommandOutput>;
|
|
429
433
|
batchUpdatePhoneNumber(
|
|
430
434
|
args: BatchUpdatePhoneNumberCommandInput,
|
|
@@ -432,12 +436,12 @@ export interface ChimeSDKVoice {
|
|
|
432
436
|
): void;
|
|
433
437
|
batchUpdatePhoneNumber(
|
|
434
438
|
args: BatchUpdatePhoneNumberCommandInput,
|
|
435
|
-
options:
|
|
439
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
436
440
|
cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void,
|
|
437
441
|
): void;
|
|
438
442
|
createPhoneNumberOrder(
|
|
439
443
|
args: CreatePhoneNumberOrderCommandInput,
|
|
440
|
-
options?:
|
|
444
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
441
445
|
): Promise<CreatePhoneNumberOrderCommandOutput>;
|
|
442
446
|
createPhoneNumberOrder(
|
|
443
447
|
args: CreatePhoneNumberOrderCommandInput,
|
|
@@ -445,12 +449,12 @@ export interface ChimeSDKVoice {
|
|
|
445
449
|
): void;
|
|
446
450
|
createPhoneNumberOrder(
|
|
447
451
|
args: CreatePhoneNumberOrderCommandInput,
|
|
448
|
-
options:
|
|
452
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
449
453
|
cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void,
|
|
450
454
|
): void;
|
|
451
455
|
createProxySession(
|
|
452
456
|
args: CreateProxySessionCommandInput,
|
|
453
|
-
options?:
|
|
457
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
454
458
|
): Promise<CreateProxySessionCommandOutput>;
|
|
455
459
|
createProxySession(
|
|
456
460
|
args: CreateProxySessionCommandInput,
|
|
@@ -458,12 +462,12 @@ export interface ChimeSDKVoice {
|
|
|
458
462
|
): void;
|
|
459
463
|
createProxySession(
|
|
460
464
|
args: CreateProxySessionCommandInput,
|
|
461
|
-
options:
|
|
465
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
462
466
|
cb: (err: any, data?: CreateProxySessionCommandOutput) => void,
|
|
463
467
|
): void;
|
|
464
468
|
createSipMediaApplication(
|
|
465
469
|
args: CreateSipMediaApplicationCommandInput,
|
|
466
|
-
options?:
|
|
470
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
467
471
|
): Promise<CreateSipMediaApplicationCommandOutput>;
|
|
468
472
|
createSipMediaApplication(
|
|
469
473
|
args: CreateSipMediaApplicationCommandInput,
|
|
@@ -471,12 +475,12 @@ export interface ChimeSDKVoice {
|
|
|
471
475
|
): void;
|
|
472
476
|
createSipMediaApplication(
|
|
473
477
|
args: CreateSipMediaApplicationCommandInput,
|
|
474
|
-
options:
|
|
478
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
475
479
|
cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void,
|
|
476
480
|
): void;
|
|
477
481
|
createSipMediaApplicationCall(
|
|
478
482
|
args: CreateSipMediaApplicationCallCommandInput,
|
|
479
|
-
options?:
|
|
483
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
480
484
|
): Promise<CreateSipMediaApplicationCallCommandOutput>;
|
|
481
485
|
createSipMediaApplicationCall(
|
|
482
486
|
args: CreateSipMediaApplicationCallCommandInput,
|
|
@@ -484,12 +488,12 @@ export interface ChimeSDKVoice {
|
|
|
484
488
|
): void;
|
|
485
489
|
createSipMediaApplicationCall(
|
|
486
490
|
args: CreateSipMediaApplicationCallCommandInput,
|
|
487
|
-
options:
|
|
491
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
488
492
|
cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void,
|
|
489
493
|
): void;
|
|
490
494
|
createSipRule(
|
|
491
495
|
args: CreateSipRuleCommandInput,
|
|
492
|
-
options?:
|
|
496
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
493
497
|
): Promise<CreateSipRuleCommandOutput>;
|
|
494
498
|
createSipRule(
|
|
495
499
|
args: CreateSipRuleCommandInput,
|
|
@@ -497,12 +501,12 @@ export interface ChimeSDKVoice {
|
|
|
497
501
|
): void;
|
|
498
502
|
createSipRule(
|
|
499
503
|
args: CreateSipRuleCommandInput,
|
|
500
|
-
options:
|
|
504
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
501
505
|
cb: (err: any, data?: CreateSipRuleCommandOutput) => void,
|
|
502
506
|
): void;
|
|
503
507
|
createVoiceConnector(
|
|
504
508
|
args: CreateVoiceConnectorCommandInput,
|
|
505
|
-
options?:
|
|
509
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
506
510
|
): Promise<CreateVoiceConnectorCommandOutput>;
|
|
507
511
|
createVoiceConnector(
|
|
508
512
|
args: CreateVoiceConnectorCommandInput,
|
|
@@ -510,12 +514,12 @@ export interface ChimeSDKVoice {
|
|
|
510
514
|
): void;
|
|
511
515
|
createVoiceConnector(
|
|
512
516
|
args: CreateVoiceConnectorCommandInput,
|
|
513
|
-
options:
|
|
517
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
514
518
|
cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void,
|
|
515
519
|
): void;
|
|
516
520
|
createVoiceConnectorGroup(
|
|
517
521
|
args: CreateVoiceConnectorGroupCommandInput,
|
|
518
|
-
options?:
|
|
522
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
519
523
|
): Promise<CreateVoiceConnectorGroupCommandOutput>;
|
|
520
524
|
createVoiceConnectorGroup(
|
|
521
525
|
args: CreateVoiceConnectorGroupCommandInput,
|
|
@@ -523,12 +527,12 @@ export interface ChimeSDKVoice {
|
|
|
523
527
|
): void;
|
|
524
528
|
createVoiceConnectorGroup(
|
|
525
529
|
args: CreateVoiceConnectorGroupCommandInput,
|
|
526
|
-
options:
|
|
530
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
527
531
|
cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void,
|
|
528
532
|
): void;
|
|
529
533
|
createVoiceProfile(
|
|
530
534
|
args: CreateVoiceProfileCommandInput,
|
|
531
|
-
options?:
|
|
535
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
532
536
|
): Promise<CreateVoiceProfileCommandOutput>;
|
|
533
537
|
createVoiceProfile(
|
|
534
538
|
args: CreateVoiceProfileCommandInput,
|
|
@@ -536,12 +540,12 @@ export interface ChimeSDKVoice {
|
|
|
536
540
|
): void;
|
|
537
541
|
createVoiceProfile(
|
|
538
542
|
args: CreateVoiceProfileCommandInput,
|
|
539
|
-
options:
|
|
543
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
540
544
|
cb: (err: any, data?: CreateVoiceProfileCommandOutput) => void,
|
|
541
545
|
): void;
|
|
542
546
|
createVoiceProfileDomain(
|
|
543
547
|
args: CreateVoiceProfileDomainCommandInput,
|
|
544
|
-
options?:
|
|
548
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
545
549
|
): Promise<CreateVoiceProfileDomainCommandOutput>;
|
|
546
550
|
createVoiceProfileDomain(
|
|
547
551
|
args: CreateVoiceProfileDomainCommandInput,
|
|
@@ -549,12 +553,12 @@ export interface ChimeSDKVoice {
|
|
|
549
553
|
): void;
|
|
550
554
|
createVoiceProfileDomain(
|
|
551
555
|
args: CreateVoiceProfileDomainCommandInput,
|
|
552
|
-
options:
|
|
556
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
553
557
|
cb: (err: any, data?: CreateVoiceProfileDomainCommandOutput) => void,
|
|
554
558
|
): void;
|
|
555
559
|
deletePhoneNumber(
|
|
556
560
|
args: DeletePhoneNumberCommandInput,
|
|
557
|
-
options?:
|
|
561
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
558
562
|
): Promise<DeletePhoneNumberCommandOutput>;
|
|
559
563
|
deletePhoneNumber(
|
|
560
564
|
args: DeletePhoneNumberCommandInput,
|
|
@@ -562,12 +566,12 @@ export interface ChimeSDKVoice {
|
|
|
562
566
|
): void;
|
|
563
567
|
deletePhoneNumber(
|
|
564
568
|
args: DeletePhoneNumberCommandInput,
|
|
565
|
-
options:
|
|
569
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
566
570
|
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void,
|
|
567
571
|
): void;
|
|
568
572
|
deleteProxySession(
|
|
569
573
|
args: DeleteProxySessionCommandInput,
|
|
570
|
-
options?:
|
|
574
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
571
575
|
): Promise<DeleteProxySessionCommandOutput>;
|
|
572
576
|
deleteProxySession(
|
|
573
577
|
args: DeleteProxySessionCommandInput,
|
|
@@ -575,12 +579,12 @@ export interface ChimeSDKVoice {
|
|
|
575
579
|
): void;
|
|
576
580
|
deleteProxySession(
|
|
577
581
|
args: DeleteProxySessionCommandInput,
|
|
578
|
-
options:
|
|
582
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
579
583
|
cb: (err: any, data?: DeleteProxySessionCommandOutput) => void,
|
|
580
584
|
): void;
|
|
581
585
|
deleteSipMediaApplication(
|
|
582
586
|
args: DeleteSipMediaApplicationCommandInput,
|
|
583
|
-
options?:
|
|
587
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
584
588
|
): Promise<DeleteSipMediaApplicationCommandOutput>;
|
|
585
589
|
deleteSipMediaApplication(
|
|
586
590
|
args: DeleteSipMediaApplicationCommandInput,
|
|
@@ -588,12 +592,12 @@ export interface ChimeSDKVoice {
|
|
|
588
592
|
): void;
|
|
589
593
|
deleteSipMediaApplication(
|
|
590
594
|
args: DeleteSipMediaApplicationCommandInput,
|
|
591
|
-
options:
|
|
595
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
592
596
|
cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void,
|
|
593
597
|
): void;
|
|
594
598
|
deleteSipRule(
|
|
595
599
|
args: DeleteSipRuleCommandInput,
|
|
596
|
-
options?:
|
|
600
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
597
601
|
): Promise<DeleteSipRuleCommandOutput>;
|
|
598
602
|
deleteSipRule(
|
|
599
603
|
args: DeleteSipRuleCommandInput,
|
|
@@ -601,12 +605,12 @@ export interface ChimeSDKVoice {
|
|
|
601
605
|
): void;
|
|
602
606
|
deleteSipRule(
|
|
603
607
|
args: DeleteSipRuleCommandInput,
|
|
604
|
-
options:
|
|
608
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
605
609
|
cb: (err: any, data?: DeleteSipRuleCommandOutput) => void,
|
|
606
610
|
): void;
|
|
607
611
|
deleteVoiceConnector(
|
|
608
612
|
args: DeleteVoiceConnectorCommandInput,
|
|
609
|
-
options?:
|
|
613
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
610
614
|
): Promise<DeleteVoiceConnectorCommandOutput>;
|
|
611
615
|
deleteVoiceConnector(
|
|
612
616
|
args: DeleteVoiceConnectorCommandInput,
|
|
@@ -614,12 +618,12 @@ export interface ChimeSDKVoice {
|
|
|
614
618
|
): void;
|
|
615
619
|
deleteVoiceConnector(
|
|
616
620
|
args: DeleteVoiceConnectorCommandInput,
|
|
617
|
-
options:
|
|
621
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
618
622
|
cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void,
|
|
619
623
|
): void;
|
|
620
624
|
deleteVoiceConnectorEmergencyCallingConfiguration(
|
|
621
625
|
args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
622
|
-
options?:
|
|
626
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
623
627
|
): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
624
628
|
deleteVoiceConnectorEmergencyCallingConfiguration(
|
|
625
629
|
args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
@@ -627,12 +631,12 @@ export interface ChimeSDKVoice {
|
|
|
627
631
|
): void;
|
|
628
632
|
deleteVoiceConnectorEmergencyCallingConfiguration(
|
|
629
633
|
args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
630
|
-
options:
|
|
634
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
631
635
|
cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
|
|
632
636
|
): void;
|
|
633
637
|
deleteVoiceConnectorExternalSystemsConfiguration(
|
|
634
638
|
args: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
635
|
-
options?:
|
|
639
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
636
640
|
): Promise<DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput>;
|
|
637
641
|
deleteVoiceConnectorExternalSystemsConfiguration(
|
|
638
642
|
args: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
@@ -640,12 +644,12 @@ export interface ChimeSDKVoice {
|
|
|
640
644
|
): void;
|
|
641
645
|
deleteVoiceConnectorExternalSystemsConfiguration(
|
|
642
646
|
args: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
643
|
-
options:
|
|
647
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
644
648
|
cb: (err: any, data?: DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
|
|
645
649
|
): void;
|
|
646
650
|
deleteVoiceConnectorGroup(
|
|
647
651
|
args: DeleteVoiceConnectorGroupCommandInput,
|
|
648
|
-
options?:
|
|
652
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
649
653
|
): Promise<DeleteVoiceConnectorGroupCommandOutput>;
|
|
650
654
|
deleteVoiceConnectorGroup(
|
|
651
655
|
args: DeleteVoiceConnectorGroupCommandInput,
|
|
@@ -653,12 +657,12 @@ export interface ChimeSDKVoice {
|
|
|
653
657
|
): void;
|
|
654
658
|
deleteVoiceConnectorGroup(
|
|
655
659
|
args: DeleteVoiceConnectorGroupCommandInput,
|
|
656
|
-
options:
|
|
660
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
657
661
|
cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void,
|
|
658
662
|
): void;
|
|
659
663
|
deleteVoiceConnectorOrigination(
|
|
660
664
|
args: DeleteVoiceConnectorOriginationCommandInput,
|
|
661
|
-
options?:
|
|
665
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
662
666
|
): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
|
|
663
667
|
deleteVoiceConnectorOrigination(
|
|
664
668
|
args: DeleteVoiceConnectorOriginationCommandInput,
|
|
@@ -666,12 +670,12 @@ export interface ChimeSDKVoice {
|
|
|
666
670
|
): void;
|
|
667
671
|
deleteVoiceConnectorOrigination(
|
|
668
672
|
args: DeleteVoiceConnectorOriginationCommandInput,
|
|
669
|
-
options:
|
|
673
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
670
674
|
cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void,
|
|
671
675
|
): void;
|
|
672
676
|
deleteVoiceConnectorProxy(
|
|
673
677
|
args: DeleteVoiceConnectorProxyCommandInput,
|
|
674
|
-
options?:
|
|
678
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
675
679
|
): Promise<DeleteVoiceConnectorProxyCommandOutput>;
|
|
676
680
|
deleteVoiceConnectorProxy(
|
|
677
681
|
args: DeleteVoiceConnectorProxyCommandInput,
|
|
@@ -679,12 +683,12 @@ export interface ChimeSDKVoice {
|
|
|
679
683
|
): void;
|
|
680
684
|
deleteVoiceConnectorProxy(
|
|
681
685
|
args: DeleteVoiceConnectorProxyCommandInput,
|
|
682
|
-
options:
|
|
686
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
683
687
|
cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void,
|
|
684
688
|
): void;
|
|
685
689
|
deleteVoiceConnectorStreamingConfiguration(
|
|
686
690
|
args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
687
|
-
options?:
|
|
691
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
688
692
|
): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
689
693
|
deleteVoiceConnectorStreamingConfiguration(
|
|
690
694
|
args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
@@ -692,12 +696,12 @@ export interface ChimeSDKVoice {
|
|
|
692
696
|
): void;
|
|
693
697
|
deleteVoiceConnectorStreamingConfiguration(
|
|
694
698
|
args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
695
|
-
options:
|
|
699
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
696
700
|
cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void,
|
|
697
701
|
): void;
|
|
698
702
|
deleteVoiceConnectorTermination(
|
|
699
703
|
args: DeleteVoiceConnectorTerminationCommandInput,
|
|
700
|
-
options?:
|
|
704
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
701
705
|
): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
|
|
702
706
|
deleteVoiceConnectorTermination(
|
|
703
707
|
args: DeleteVoiceConnectorTerminationCommandInput,
|
|
@@ -705,12 +709,12 @@ export interface ChimeSDKVoice {
|
|
|
705
709
|
): void;
|
|
706
710
|
deleteVoiceConnectorTermination(
|
|
707
711
|
args: DeleteVoiceConnectorTerminationCommandInput,
|
|
708
|
-
options:
|
|
712
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
709
713
|
cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void,
|
|
710
714
|
): void;
|
|
711
715
|
deleteVoiceConnectorTerminationCredentials(
|
|
712
716
|
args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
713
|
-
options?:
|
|
717
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
714
718
|
): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
715
719
|
deleteVoiceConnectorTerminationCredentials(
|
|
716
720
|
args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
@@ -718,12 +722,12 @@ export interface ChimeSDKVoice {
|
|
|
718
722
|
): void;
|
|
719
723
|
deleteVoiceConnectorTerminationCredentials(
|
|
720
724
|
args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
721
|
-
options:
|
|
725
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
722
726
|
cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void,
|
|
723
727
|
): void;
|
|
724
728
|
deleteVoiceProfile(
|
|
725
729
|
args: DeleteVoiceProfileCommandInput,
|
|
726
|
-
options?:
|
|
730
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
727
731
|
): Promise<DeleteVoiceProfileCommandOutput>;
|
|
728
732
|
deleteVoiceProfile(
|
|
729
733
|
args: DeleteVoiceProfileCommandInput,
|
|
@@ -731,12 +735,12 @@ export interface ChimeSDKVoice {
|
|
|
731
735
|
): void;
|
|
732
736
|
deleteVoiceProfile(
|
|
733
737
|
args: DeleteVoiceProfileCommandInput,
|
|
734
|
-
options:
|
|
738
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
735
739
|
cb: (err: any, data?: DeleteVoiceProfileCommandOutput) => void,
|
|
736
740
|
): void;
|
|
737
741
|
deleteVoiceProfileDomain(
|
|
738
742
|
args: DeleteVoiceProfileDomainCommandInput,
|
|
739
|
-
options?:
|
|
743
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
740
744
|
): Promise<DeleteVoiceProfileDomainCommandOutput>;
|
|
741
745
|
deleteVoiceProfileDomain(
|
|
742
746
|
args: DeleteVoiceProfileDomainCommandInput,
|
|
@@ -744,12 +748,12 @@ export interface ChimeSDKVoice {
|
|
|
744
748
|
): void;
|
|
745
749
|
deleteVoiceProfileDomain(
|
|
746
750
|
args: DeleteVoiceProfileDomainCommandInput,
|
|
747
|
-
options:
|
|
751
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
748
752
|
cb: (err: any, data?: DeleteVoiceProfileDomainCommandOutput) => void,
|
|
749
753
|
): void;
|
|
750
754
|
disassociatePhoneNumbersFromVoiceConnector(
|
|
751
755
|
args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
752
|
-
options?:
|
|
756
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
753
757
|
): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
|
|
754
758
|
disassociatePhoneNumbersFromVoiceConnector(
|
|
755
759
|
args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
@@ -757,12 +761,12 @@ export interface ChimeSDKVoice {
|
|
|
757
761
|
): void;
|
|
758
762
|
disassociatePhoneNumbersFromVoiceConnector(
|
|
759
763
|
args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
760
|
-
options:
|
|
764
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
761
765
|
cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void,
|
|
762
766
|
): void;
|
|
763
767
|
disassociatePhoneNumbersFromVoiceConnectorGroup(
|
|
764
768
|
args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
765
|
-
options?:
|
|
769
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
766
770
|
): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
|
|
767
771
|
disassociatePhoneNumbersFromVoiceConnectorGroup(
|
|
768
772
|
args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
@@ -770,13 +774,13 @@ export interface ChimeSDKVoice {
|
|
|
770
774
|
): void;
|
|
771
775
|
disassociatePhoneNumbersFromVoiceConnectorGroup(
|
|
772
776
|
args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
773
|
-
options:
|
|
777
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
774
778
|
cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void,
|
|
775
779
|
): void;
|
|
776
780
|
getGlobalSettings(): Promise<GetGlobalSettingsCommandOutput>;
|
|
777
781
|
getGlobalSettings(
|
|
778
782
|
args: GetGlobalSettingsCommandInput,
|
|
779
|
-
options?:
|
|
783
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
780
784
|
): Promise<GetGlobalSettingsCommandOutput>;
|
|
781
785
|
getGlobalSettings(
|
|
782
786
|
args: GetGlobalSettingsCommandInput,
|
|
@@ -784,12 +788,12 @@ export interface ChimeSDKVoice {
|
|
|
784
788
|
): void;
|
|
785
789
|
getGlobalSettings(
|
|
786
790
|
args: GetGlobalSettingsCommandInput,
|
|
787
|
-
options:
|
|
791
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
788
792
|
cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void,
|
|
789
793
|
): void;
|
|
790
794
|
getPhoneNumber(
|
|
791
795
|
args: GetPhoneNumberCommandInput,
|
|
792
|
-
options?:
|
|
796
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
793
797
|
): Promise<GetPhoneNumberCommandOutput>;
|
|
794
798
|
getPhoneNumber(
|
|
795
799
|
args: GetPhoneNumberCommandInput,
|
|
@@ -797,12 +801,12 @@ export interface ChimeSDKVoice {
|
|
|
797
801
|
): void;
|
|
798
802
|
getPhoneNumber(
|
|
799
803
|
args: GetPhoneNumberCommandInput,
|
|
800
|
-
options:
|
|
804
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
801
805
|
cb: (err: any, data?: GetPhoneNumberCommandOutput) => void,
|
|
802
806
|
): void;
|
|
803
807
|
getPhoneNumberOrder(
|
|
804
808
|
args: GetPhoneNumberOrderCommandInput,
|
|
805
|
-
options?:
|
|
809
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
806
810
|
): Promise<GetPhoneNumberOrderCommandOutput>;
|
|
807
811
|
getPhoneNumberOrder(
|
|
808
812
|
args: GetPhoneNumberOrderCommandInput,
|
|
@@ -810,13 +814,13 @@ export interface ChimeSDKVoice {
|
|
|
810
814
|
): void;
|
|
811
815
|
getPhoneNumberOrder(
|
|
812
816
|
args: GetPhoneNumberOrderCommandInput,
|
|
813
|
-
options:
|
|
817
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
814
818
|
cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void,
|
|
815
819
|
): void;
|
|
816
820
|
getPhoneNumberSettings(): Promise<GetPhoneNumberSettingsCommandOutput>;
|
|
817
821
|
getPhoneNumberSettings(
|
|
818
822
|
args: GetPhoneNumberSettingsCommandInput,
|
|
819
|
-
options?:
|
|
823
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
820
824
|
): Promise<GetPhoneNumberSettingsCommandOutput>;
|
|
821
825
|
getPhoneNumberSettings(
|
|
822
826
|
args: GetPhoneNumberSettingsCommandInput,
|
|
@@ -824,12 +828,12 @@ export interface ChimeSDKVoice {
|
|
|
824
828
|
): void;
|
|
825
829
|
getPhoneNumberSettings(
|
|
826
830
|
args: GetPhoneNumberSettingsCommandInput,
|
|
827
|
-
options:
|
|
831
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
828
832
|
cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void,
|
|
829
833
|
): void;
|
|
830
834
|
getProxySession(
|
|
831
835
|
args: GetProxySessionCommandInput,
|
|
832
|
-
options?:
|
|
836
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
833
837
|
): Promise<GetProxySessionCommandOutput>;
|
|
834
838
|
getProxySession(
|
|
835
839
|
args: GetProxySessionCommandInput,
|
|
@@ -837,12 +841,12 @@ export interface ChimeSDKVoice {
|
|
|
837
841
|
): void;
|
|
838
842
|
getProxySession(
|
|
839
843
|
args: GetProxySessionCommandInput,
|
|
840
|
-
options:
|
|
844
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
841
845
|
cb: (err: any, data?: GetProxySessionCommandOutput) => void,
|
|
842
846
|
): void;
|
|
843
847
|
getSipMediaApplication(
|
|
844
848
|
args: GetSipMediaApplicationCommandInput,
|
|
845
|
-
options?:
|
|
849
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
846
850
|
): Promise<GetSipMediaApplicationCommandOutput>;
|
|
847
851
|
getSipMediaApplication(
|
|
848
852
|
args: GetSipMediaApplicationCommandInput,
|
|
@@ -850,12 +854,12 @@ export interface ChimeSDKVoice {
|
|
|
850
854
|
): void;
|
|
851
855
|
getSipMediaApplication(
|
|
852
856
|
args: GetSipMediaApplicationCommandInput,
|
|
853
|
-
options:
|
|
857
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
854
858
|
cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void,
|
|
855
859
|
): void;
|
|
856
860
|
getSipMediaApplicationAlexaSkillConfiguration(
|
|
857
861
|
args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
858
|
-
options?:
|
|
862
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
859
863
|
): Promise<GetSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
|
|
860
864
|
getSipMediaApplicationAlexaSkillConfiguration(
|
|
861
865
|
args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
@@ -863,12 +867,12 @@ export interface ChimeSDKVoice {
|
|
|
863
867
|
): void;
|
|
864
868
|
getSipMediaApplicationAlexaSkillConfiguration(
|
|
865
869
|
args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
866
|
-
options:
|
|
870
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
867
871
|
cb: (err: any, data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void,
|
|
868
872
|
): void;
|
|
869
873
|
getSipMediaApplicationLoggingConfiguration(
|
|
870
874
|
args: GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
871
|
-
options?:
|
|
875
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
872
876
|
): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
|
|
873
877
|
getSipMediaApplicationLoggingConfiguration(
|
|
874
878
|
args: GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
@@ -876,12 +880,12 @@ export interface ChimeSDKVoice {
|
|
|
876
880
|
): void;
|
|
877
881
|
getSipMediaApplicationLoggingConfiguration(
|
|
878
882
|
args: GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
879
|
-
options:
|
|
883
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
880
884
|
cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void,
|
|
881
885
|
): void;
|
|
882
886
|
getSipRule(
|
|
883
887
|
args: GetSipRuleCommandInput,
|
|
884
|
-
options?:
|
|
888
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
885
889
|
): Promise<GetSipRuleCommandOutput>;
|
|
886
890
|
getSipRule(
|
|
887
891
|
args: GetSipRuleCommandInput,
|
|
@@ -889,12 +893,12 @@ export interface ChimeSDKVoice {
|
|
|
889
893
|
): void;
|
|
890
894
|
getSipRule(
|
|
891
895
|
args: GetSipRuleCommandInput,
|
|
892
|
-
options:
|
|
896
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
893
897
|
cb: (err: any, data?: GetSipRuleCommandOutput) => void,
|
|
894
898
|
): void;
|
|
895
899
|
getSpeakerSearchTask(
|
|
896
900
|
args: GetSpeakerSearchTaskCommandInput,
|
|
897
|
-
options?:
|
|
901
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
898
902
|
): Promise<GetSpeakerSearchTaskCommandOutput>;
|
|
899
903
|
getSpeakerSearchTask(
|
|
900
904
|
args: GetSpeakerSearchTaskCommandInput,
|
|
@@ -902,12 +906,12 @@ export interface ChimeSDKVoice {
|
|
|
902
906
|
): void;
|
|
903
907
|
getSpeakerSearchTask(
|
|
904
908
|
args: GetSpeakerSearchTaskCommandInput,
|
|
905
|
-
options:
|
|
909
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
906
910
|
cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void,
|
|
907
911
|
): void;
|
|
908
912
|
getVoiceConnector(
|
|
909
913
|
args: GetVoiceConnectorCommandInput,
|
|
910
|
-
options?:
|
|
914
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
911
915
|
): Promise<GetVoiceConnectorCommandOutput>;
|
|
912
916
|
getVoiceConnector(
|
|
913
917
|
args: GetVoiceConnectorCommandInput,
|
|
@@ -915,12 +919,12 @@ export interface ChimeSDKVoice {
|
|
|
915
919
|
): void;
|
|
916
920
|
getVoiceConnector(
|
|
917
921
|
args: GetVoiceConnectorCommandInput,
|
|
918
|
-
options:
|
|
922
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
919
923
|
cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void,
|
|
920
924
|
): void;
|
|
921
925
|
getVoiceConnectorEmergencyCallingConfiguration(
|
|
922
926
|
args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
923
|
-
options?:
|
|
927
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
924
928
|
): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
925
929
|
getVoiceConnectorEmergencyCallingConfiguration(
|
|
926
930
|
args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
@@ -928,12 +932,12 @@ export interface ChimeSDKVoice {
|
|
|
928
932
|
): void;
|
|
929
933
|
getVoiceConnectorEmergencyCallingConfiguration(
|
|
930
934
|
args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
931
|
-
options:
|
|
935
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
932
936
|
cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
|
|
933
937
|
): void;
|
|
934
938
|
getVoiceConnectorExternalSystemsConfiguration(
|
|
935
939
|
args: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
936
|
-
options?:
|
|
940
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
937
941
|
): Promise<GetVoiceConnectorExternalSystemsConfigurationCommandOutput>;
|
|
938
942
|
getVoiceConnectorExternalSystemsConfiguration(
|
|
939
943
|
args: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
@@ -941,12 +945,12 @@ export interface ChimeSDKVoice {
|
|
|
941
945
|
): void;
|
|
942
946
|
getVoiceConnectorExternalSystemsConfiguration(
|
|
943
947
|
args: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
944
|
-
options:
|
|
948
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
945
949
|
cb: (err: any, data?: GetVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
|
|
946
950
|
): void;
|
|
947
951
|
getVoiceConnectorGroup(
|
|
948
952
|
args: GetVoiceConnectorGroupCommandInput,
|
|
949
|
-
options?:
|
|
953
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
950
954
|
): Promise<GetVoiceConnectorGroupCommandOutput>;
|
|
951
955
|
getVoiceConnectorGroup(
|
|
952
956
|
args: GetVoiceConnectorGroupCommandInput,
|
|
@@ -954,12 +958,12 @@ export interface ChimeSDKVoice {
|
|
|
954
958
|
): void;
|
|
955
959
|
getVoiceConnectorGroup(
|
|
956
960
|
args: GetVoiceConnectorGroupCommandInput,
|
|
957
|
-
options:
|
|
961
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
958
962
|
cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void,
|
|
959
963
|
): void;
|
|
960
964
|
getVoiceConnectorLoggingConfiguration(
|
|
961
965
|
args: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
962
|
-
options?:
|
|
966
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
963
967
|
): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
964
968
|
getVoiceConnectorLoggingConfiguration(
|
|
965
969
|
args: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
@@ -967,12 +971,12 @@ export interface ChimeSDKVoice {
|
|
|
967
971
|
): void;
|
|
968
972
|
getVoiceConnectorLoggingConfiguration(
|
|
969
973
|
args: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
970
|
-
options:
|
|
974
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
971
975
|
cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void,
|
|
972
976
|
): void;
|
|
973
977
|
getVoiceConnectorOrigination(
|
|
974
978
|
args: GetVoiceConnectorOriginationCommandInput,
|
|
975
|
-
options?:
|
|
979
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
976
980
|
): Promise<GetVoiceConnectorOriginationCommandOutput>;
|
|
977
981
|
getVoiceConnectorOrigination(
|
|
978
982
|
args: GetVoiceConnectorOriginationCommandInput,
|
|
@@ -980,12 +984,12 @@ export interface ChimeSDKVoice {
|
|
|
980
984
|
): void;
|
|
981
985
|
getVoiceConnectorOrigination(
|
|
982
986
|
args: GetVoiceConnectorOriginationCommandInput,
|
|
983
|
-
options:
|
|
987
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
984
988
|
cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void,
|
|
985
989
|
): void;
|
|
986
990
|
getVoiceConnectorProxy(
|
|
987
991
|
args: GetVoiceConnectorProxyCommandInput,
|
|
988
|
-
options?:
|
|
992
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
989
993
|
): Promise<GetVoiceConnectorProxyCommandOutput>;
|
|
990
994
|
getVoiceConnectorProxy(
|
|
991
995
|
args: GetVoiceConnectorProxyCommandInput,
|
|
@@ -993,12 +997,12 @@ export interface ChimeSDKVoice {
|
|
|
993
997
|
): void;
|
|
994
998
|
getVoiceConnectorProxy(
|
|
995
999
|
args: GetVoiceConnectorProxyCommandInput,
|
|
996
|
-
options:
|
|
1000
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
997
1001
|
cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void,
|
|
998
1002
|
): void;
|
|
999
1003
|
getVoiceConnectorStreamingConfiguration(
|
|
1000
1004
|
args: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
1001
|
-
options?:
|
|
1005
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1002
1006
|
): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
1003
1007
|
getVoiceConnectorStreamingConfiguration(
|
|
1004
1008
|
args: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
@@ -1006,12 +1010,12 @@ export interface ChimeSDKVoice {
|
|
|
1006
1010
|
): void;
|
|
1007
1011
|
getVoiceConnectorStreamingConfiguration(
|
|
1008
1012
|
args: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
1009
|
-
options:
|
|
1013
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1010
1014
|
cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void,
|
|
1011
1015
|
): void;
|
|
1012
1016
|
getVoiceConnectorTermination(
|
|
1013
1017
|
args: GetVoiceConnectorTerminationCommandInput,
|
|
1014
|
-
options?:
|
|
1018
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1015
1019
|
): Promise<GetVoiceConnectorTerminationCommandOutput>;
|
|
1016
1020
|
getVoiceConnectorTermination(
|
|
1017
1021
|
args: GetVoiceConnectorTerminationCommandInput,
|
|
@@ -1019,12 +1023,12 @@ export interface ChimeSDKVoice {
|
|
|
1019
1023
|
): void;
|
|
1020
1024
|
getVoiceConnectorTermination(
|
|
1021
1025
|
args: GetVoiceConnectorTerminationCommandInput,
|
|
1022
|
-
options:
|
|
1026
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1023
1027
|
cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void,
|
|
1024
1028
|
): void;
|
|
1025
1029
|
getVoiceConnectorTerminationHealth(
|
|
1026
1030
|
args: GetVoiceConnectorTerminationHealthCommandInput,
|
|
1027
|
-
options?:
|
|
1031
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1028
1032
|
): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
|
|
1029
1033
|
getVoiceConnectorTerminationHealth(
|
|
1030
1034
|
args: GetVoiceConnectorTerminationHealthCommandInput,
|
|
@@ -1032,12 +1036,12 @@ export interface ChimeSDKVoice {
|
|
|
1032
1036
|
): void;
|
|
1033
1037
|
getVoiceConnectorTerminationHealth(
|
|
1034
1038
|
args: GetVoiceConnectorTerminationHealthCommandInput,
|
|
1035
|
-
options:
|
|
1039
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1036
1040
|
cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void,
|
|
1037
1041
|
): void;
|
|
1038
1042
|
getVoiceProfile(
|
|
1039
1043
|
args: GetVoiceProfileCommandInput,
|
|
1040
|
-
options?:
|
|
1044
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1041
1045
|
): Promise<GetVoiceProfileCommandOutput>;
|
|
1042
1046
|
getVoiceProfile(
|
|
1043
1047
|
args: GetVoiceProfileCommandInput,
|
|
@@ -1045,12 +1049,12 @@ export interface ChimeSDKVoice {
|
|
|
1045
1049
|
): void;
|
|
1046
1050
|
getVoiceProfile(
|
|
1047
1051
|
args: GetVoiceProfileCommandInput,
|
|
1048
|
-
options:
|
|
1052
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1049
1053
|
cb: (err: any, data?: GetVoiceProfileCommandOutput) => void,
|
|
1050
1054
|
): void;
|
|
1051
1055
|
getVoiceProfileDomain(
|
|
1052
1056
|
args: GetVoiceProfileDomainCommandInput,
|
|
1053
|
-
options?:
|
|
1057
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1054
1058
|
): Promise<GetVoiceProfileDomainCommandOutput>;
|
|
1055
1059
|
getVoiceProfileDomain(
|
|
1056
1060
|
args: GetVoiceProfileDomainCommandInput,
|
|
@@ -1058,12 +1062,12 @@ export interface ChimeSDKVoice {
|
|
|
1058
1062
|
): void;
|
|
1059
1063
|
getVoiceProfileDomain(
|
|
1060
1064
|
args: GetVoiceProfileDomainCommandInput,
|
|
1061
|
-
options:
|
|
1065
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1062
1066
|
cb: (err: any, data?: GetVoiceProfileDomainCommandOutput) => void,
|
|
1063
1067
|
): void;
|
|
1064
1068
|
getVoiceToneAnalysisTask(
|
|
1065
1069
|
args: GetVoiceToneAnalysisTaskCommandInput,
|
|
1066
|
-
options?:
|
|
1070
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1067
1071
|
): Promise<GetVoiceToneAnalysisTaskCommandOutput>;
|
|
1068
1072
|
getVoiceToneAnalysisTask(
|
|
1069
1073
|
args: GetVoiceToneAnalysisTaskCommandInput,
|
|
@@ -1071,13 +1075,13 @@ export interface ChimeSDKVoice {
|
|
|
1071
1075
|
): void;
|
|
1072
1076
|
getVoiceToneAnalysisTask(
|
|
1073
1077
|
args: GetVoiceToneAnalysisTaskCommandInput,
|
|
1074
|
-
options:
|
|
1078
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1075
1079
|
cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void,
|
|
1076
1080
|
): void;
|
|
1077
1081
|
listAvailableVoiceConnectorRegions(): Promise<ListAvailableVoiceConnectorRegionsCommandOutput>;
|
|
1078
1082
|
listAvailableVoiceConnectorRegions(
|
|
1079
1083
|
args: ListAvailableVoiceConnectorRegionsCommandInput,
|
|
1080
|
-
options?:
|
|
1084
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1081
1085
|
): Promise<ListAvailableVoiceConnectorRegionsCommandOutput>;
|
|
1082
1086
|
listAvailableVoiceConnectorRegions(
|
|
1083
1087
|
args: ListAvailableVoiceConnectorRegionsCommandInput,
|
|
@@ -1085,13 +1089,13 @@ export interface ChimeSDKVoice {
|
|
|
1085
1089
|
): void;
|
|
1086
1090
|
listAvailableVoiceConnectorRegions(
|
|
1087
1091
|
args: ListAvailableVoiceConnectorRegionsCommandInput,
|
|
1088
|
-
options:
|
|
1092
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1089
1093
|
cb: (err: any, data?: ListAvailableVoiceConnectorRegionsCommandOutput) => void,
|
|
1090
1094
|
): void;
|
|
1091
1095
|
listPhoneNumberOrders(): Promise<ListPhoneNumberOrdersCommandOutput>;
|
|
1092
1096
|
listPhoneNumberOrders(
|
|
1093
1097
|
args: ListPhoneNumberOrdersCommandInput,
|
|
1094
|
-
options?:
|
|
1098
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1095
1099
|
): Promise<ListPhoneNumberOrdersCommandOutput>;
|
|
1096
1100
|
listPhoneNumberOrders(
|
|
1097
1101
|
args: ListPhoneNumberOrdersCommandInput,
|
|
@@ -1099,13 +1103,13 @@ export interface ChimeSDKVoice {
|
|
|
1099
1103
|
): void;
|
|
1100
1104
|
listPhoneNumberOrders(
|
|
1101
1105
|
args: ListPhoneNumberOrdersCommandInput,
|
|
1102
|
-
options:
|
|
1106
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1103
1107
|
cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void,
|
|
1104
1108
|
): void;
|
|
1105
1109
|
listPhoneNumbers(): Promise<ListPhoneNumbersCommandOutput>;
|
|
1106
1110
|
listPhoneNumbers(
|
|
1107
1111
|
args: ListPhoneNumbersCommandInput,
|
|
1108
|
-
options?:
|
|
1112
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1109
1113
|
): Promise<ListPhoneNumbersCommandOutput>;
|
|
1110
1114
|
listPhoneNumbers(
|
|
1111
1115
|
args: ListPhoneNumbersCommandInput,
|
|
@@ -1113,12 +1117,12 @@ export interface ChimeSDKVoice {
|
|
|
1113
1117
|
): void;
|
|
1114
1118
|
listPhoneNumbers(
|
|
1115
1119
|
args: ListPhoneNumbersCommandInput,
|
|
1116
|
-
options:
|
|
1120
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1117
1121
|
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void,
|
|
1118
1122
|
): void;
|
|
1119
1123
|
listProxySessions(
|
|
1120
1124
|
args: ListProxySessionsCommandInput,
|
|
1121
|
-
options?:
|
|
1125
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1122
1126
|
): Promise<ListProxySessionsCommandOutput>;
|
|
1123
1127
|
listProxySessions(
|
|
1124
1128
|
args: ListProxySessionsCommandInput,
|
|
@@ -1126,13 +1130,13 @@ export interface ChimeSDKVoice {
|
|
|
1126
1130
|
): void;
|
|
1127
1131
|
listProxySessions(
|
|
1128
1132
|
args: ListProxySessionsCommandInput,
|
|
1129
|
-
options:
|
|
1133
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1130
1134
|
cb: (err: any, data?: ListProxySessionsCommandOutput) => void,
|
|
1131
1135
|
): void;
|
|
1132
1136
|
listSipMediaApplications(): Promise<ListSipMediaApplicationsCommandOutput>;
|
|
1133
1137
|
listSipMediaApplications(
|
|
1134
1138
|
args: ListSipMediaApplicationsCommandInput,
|
|
1135
|
-
options?:
|
|
1139
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1136
1140
|
): Promise<ListSipMediaApplicationsCommandOutput>;
|
|
1137
1141
|
listSipMediaApplications(
|
|
1138
1142
|
args: ListSipMediaApplicationsCommandInput,
|
|
@@ -1140,13 +1144,13 @@ export interface ChimeSDKVoice {
|
|
|
1140
1144
|
): void;
|
|
1141
1145
|
listSipMediaApplications(
|
|
1142
1146
|
args: ListSipMediaApplicationsCommandInput,
|
|
1143
|
-
options:
|
|
1147
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1144
1148
|
cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void,
|
|
1145
1149
|
): void;
|
|
1146
1150
|
listSipRules(): Promise<ListSipRulesCommandOutput>;
|
|
1147
1151
|
listSipRules(
|
|
1148
1152
|
args: ListSipRulesCommandInput,
|
|
1149
|
-
options?:
|
|
1153
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1150
1154
|
): Promise<ListSipRulesCommandOutput>;
|
|
1151
1155
|
listSipRules(
|
|
1152
1156
|
args: ListSipRulesCommandInput,
|
|
@@ -1154,12 +1158,12 @@ export interface ChimeSDKVoice {
|
|
|
1154
1158
|
): void;
|
|
1155
1159
|
listSipRules(
|
|
1156
1160
|
args: ListSipRulesCommandInput,
|
|
1157
|
-
options:
|
|
1161
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1158
1162
|
cb: (err: any, data?: ListSipRulesCommandOutput) => void,
|
|
1159
1163
|
): void;
|
|
1160
1164
|
listSupportedPhoneNumberCountries(
|
|
1161
1165
|
args: ListSupportedPhoneNumberCountriesCommandInput,
|
|
1162
|
-
options?:
|
|
1166
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1163
1167
|
): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
|
|
1164
1168
|
listSupportedPhoneNumberCountries(
|
|
1165
1169
|
args: ListSupportedPhoneNumberCountriesCommandInput,
|
|
@@ -1167,12 +1171,12 @@ export interface ChimeSDKVoice {
|
|
|
1167
1171
|
): void;
|
|
1168
1172
|
listSupportedPhoneNumberCountries(
|
|
1169
1173
|
args: ListSupportedPhoneNumberCountriesCommandInput,
|
|
1170
|
-
options:
|
|
1174
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1171
1175
|
cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void,
|
|
1172
1176
|
): void;
|
|
1173
1177
|
listTagsForResource(
|
|
1174
1178
|
args: ListTagsForResourceCommandInput,
|
|
1175
|
-
options?:
|
|
1179
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1176
1180
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
1177
1181
|
listTagsForResource(
|
|
1178
1182
|
args: ListTagsForResourceCommandInput,
|
|
@@ -1180,13 +1184,13 @@ export interface ChimeSDKVoice {
|
|
|
1180
1184
|
): void;
|
|
1181
1185
|
listTagsForResource(
|
|
1182
1186
|
args: ListTagsForResourceCommandInput,
|
|
1183
|
-
options:
|
|
1187
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1184
1188
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1185
1189
|
): void;
|
|
1186
1190
|
listVoiceConnectorGroups(): Promise<ListVoiceConnectorGroupsCommandOutput>;
|
|
1187
1191
|
listVoiceConnectorGroups(
|
|
1188
1192
|
args: ListVoiceConnectorGroupsCommandInput,
|
|
1189
|
-
options?:
|
|
1193
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1190
1194
|
): Promise<ListVoiceConnectorGroupsCommandOutput>;
|
|
1191
1195
|
listVoiceConnectorGroups(
|
|
1192
1196
|
args: ListVoiceConnectorGroupsCommandInput,
|
|
@@ -1194,13 +1198,13 @@ export interface ChimeSDKVoice {
|
|
|
1194
1198
|
): void;
|
|
1195
1199
|
listVoiceConnectorGroups(
|
|
1196
1200
|
args: ListVoiceConnectorGroupsCommandInput,
|
|
1197
|
-
options:
|
|
1201
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1198
1202
|
cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void,
|
|
1199
1203
|
): void;
|
|
1200
1204
|
listVoiceConnectors(): Promise<ListVoiceConnectorsCommandOutput>;
|
|
1201
1205
|
listVoiceConnectors(
|
|
1202
1206
|
args: ListVoiceConnectorsCommandInput,
|
|
1203
|
-
options?:
|
|
1207
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1204
1208
|
): Promise<ListVoiceConnectorsCommandOutput>;
|
|
1205
1209
|
listVoiceConnectors(
|
|
1206
1210
|
args: ListVoiceConnectorsCommandInput,
|
|
@@ -1208,12 +1212,12 @@ export interface ChimeSDKVoice {
|
|
|
1208
1212
|
): void;
|
|
1209
1213
|
listVoiceConnectors(
|
|
1210
1214
|
args: ListVoiceConnectorsCommandInput,
|
|
1211
|
-
options:
|
|
1215
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1212
1216
|
cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void,
|
|
1213
1217
|
): void;
|
|
1214
1218
|
listVoiceConnectorTerminationCredentials(
|
|
1215
1219
|
args: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
1216
|
-
options?:
|
|
1220
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1217
1221
|
): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
1218
1222
|
listVoiceConnectorTerminationCredentials(
|
|
1219
1223
|
args: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
@@ -1221,13 +1225,13 @@ export interface ChimeSDKVoice {
|
|
|
1221
1225
|
): void;
|
|
1222
1226
|
listVoiceConnectorTerminationCredentials(
|
|
1223
1227
|
args: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
1224
|
-
options:
|
|
1228
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1225
1229
|
cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void,
|
|
1226
1230
|
): void;
|
|
1227
1231
|
listVoiceProfileDomains(): Promise<ListVoiceProfileDomainsCommandOutput>;
|
|
1228
1232
|
listVoiceProfileDomains(
|
|
1229
1233
|
args: ListVoiceProfileDomainsCommandInput,
|
|
1230
|
-
options?:
|
|
1234
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1231
1235
|
): Promise<ListVoiceProfileDomainsCommandOutput>;
|
|
1232
1236
|
listVoiceProfileDomains(
|
|
1233
1237
|
args: ListVoiceProfileDomainsCommandInput,
|
|
@@ -1235,12 +1239,12 @@ export interface ChimeSDKVoice {
|
|
|
1235
1239
|
): void;
|
|
1236
1240
|
listVoiceProfileDomains(
|
|
1237
1241
|
args: ListVoiceProfileDomainsCommandInput,
|
|
1238
|
-
options:
|
|
1242
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1239
1243
|
cb: (err: any, data?: ListVoiceProfileDomainsCommandOutput) => void,
|
|
1240
1244
|
): void;
|
|
1241
1245
|
listVoiceProfiles(
|
|
1242
1246
|
args: ListVoiceProfilesCommandInput,
|
|
1243
|
-
options?:
|
|
1247
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1244
1248
|
): Promise<ListVoiceProfilesCommandOutput>;
|
|
1245
1249
|
listVoiceProfiles(
|
|
1246
1250
|
args: ListVoiceProfilesCommandInput,
|
|
@@ -1248,12 +1252,12 @@ export interface ChimeSDKVoice {
|
|
|
1248
1252
|
): void;
|
|
1249
1253
|
listVoiceProfiles(
|
|
1250
1254
|
args: ListVoiceProfilesCommandInput,
|
|
1251
|
-
options:
|
|
1255
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1252
1256
|
cb: (err: any, data?: ListVoiceProfilesCommandOutput) => void,
|
|
1253
1257
|
): void;
|
|
1254
1258
|
putSipMediaApplicationAlexaSkillConfiguration(
|
|
1255
1259
|
args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
1256
|
-
options?:
|
|
1260
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1257
1261
|
): Promise<PutSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
|
|
1258
1262
|
putSipMediaApplicationAlexaSkillConfiguration(
|
|
1259
1263
|
args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
@@ -1261,12 +1265,12 @@ export interface ChimeSDKVoice {
|
|
|
1261
1265
|
): void;
|
|
1262
1266
|
putSipMediaApplicationAlexaSkillConfiguration(
|
|
1263
1267
|
args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
|
|
1264
|
-
options:
|
|
1268
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1265
1269
|
cb: (err: any, data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void,
|
|
1266
1270
|
): void;
|
|
1267
1271
|
putSipMediaApplicationLoggingConfiguration(
|
|
1268
1272
|
args: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
1269
|
-
options?:
|
|
1273
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1270
1274
|
): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
|
|
1271
1275
|
putSipMediaApplicationLoggingConfiguration(
|
|
1272
1276
|
args: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
@@ -1274,12 +1278,12 @@ export interface ChimeSDKVoice {
|
|
|
1274
1278
|
): void;
|
|
1275
1279
|
putSipMediaApplicationLoggingConfiguration(
|
|
1276
1280
|
args: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
1277
|
-
options:
|
|
1281
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1278
1282
|
cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void,
|
|
1279
1283
|
): void;
|
|
1280
1284
|
putVoiceConnectorEmergencyCallingConfiguration(
|
|
1281
1285
|
args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
1282
|
-
options?:
|
|
1286
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1283
1287
|
): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
1284
1288
|
putVoiceConnectorEmergencyCallingConfiguration(
|
|
1285
1289
|
args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
@@ -1287,12 +1291,12 @@ export interface ChimeSDKVoice {
|
|
|
1287
1291
|
): void;
|
|
1288
1292
|
putVoiceConnectorEmergencyCallingConfiguration(
|
|
1289
1293
|
args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
1290
|
-
options:
|
|
1294
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1291
1295
|
cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
|
|
1292
1296
|
): void;
|
|
1293
1297
|
putVoiceConnectorExternalSystemsConfiguration(
|
|
1294
1298
|
args: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
1295
|
-
options?:
|
|
1299
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1296
1300
|
): Promise<PutVoiceConnectorExternalSystemsConfigurationCommandOutput>;
|
|
1297
1301
|
putVoiceConnectorExternalSystemsConfiguration(
|
|
1298
1302
|
args: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
@@ -1300,12 +1304,12 @@ export interface ChimeSDKVoice {
|
|
|
1300
1304
|
): void;
|
|
1301
1305
|
putVoiceConnectorExternalSystemsConfiguration(
|
|
1302
1306
|
args: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
|
|
1303
|
-
options:
|
|
1307
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1304
1308
|
cb: (err: any, data?: PutVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
|
|
1305
1309
|
): void;
|
|
1306
1310
|
putVoiceConnectorLoggingConfiguration(
|
|
1307
1311
|
args: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
1308
|
-
options?:
|
|
1312
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1309
1313
|
): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
1310
1314
|
putVoiceConnectorLoggingConfiguration(
|
|
1311
1315
|
args: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
@@ -1313,12 +1317,12 @@ export interface ChimeSDKVoice {
|
|
|
1313
1317
|
): void;
|
|
1314
1318
|
putVoiceConnectorLoggingConfiguration(
|
|
1315
1319
|
args: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
1316
|
-
options:
|
|
1320
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1317
1321
|
cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void,
|
|
1318
1322
|
): void;
|
|
1319
1323
|
putVoiceConnectorOrigination(
|
|
1320
1324
|
args: PutVoiceConnectorOriginationCommandInput,
|
|
1321
|
-
options?:
|
|
1325
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1322
1326
|
): Promise<PutVoiceConnectorOriginationCommandOutput>;
|
|
1323
1327
|
putVoiceConnectorOrigination(
|
|
1324
1328
|
args: PutVoiceConnectorOriginationCommandInput,
|
|
@@ -1326,12 +1330,12 @@ export interface ChimeSDKVoice {
|
|
|
1326
1330
|
): void;
|
|
1327
1331
|
putVoiceConnectorOrigination(
|
|
1328
1332
|
args: PutVoiceConnectorOriginationCommandInput,
|
|
1329
|
-
options:
|
|
1333
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1330
1334
|
cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void,
|
|
1331
1335
|
): void;
|
|
1332
1336
|
putVoiceConnectorProxy(
|
|
1333
1337
|
args: PutVoiceConnectorProxyCommandInput,
|
|
1334
|
-
options?:
|
|
1338
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1335
1339
|
): Promise<PutVoiceConnectorProxyCommandOutput>;
|
|
1336
1340
|
putVoiceConnectorProxy(
|
|
1337
1341
|
args: PutVoiceConnectorProxyCommandInput,
|
|
@@ -1339,12 +1343,12 @@ export interface ChimeSDKVoice {
|
|
|
1339
1343
|
): void;
|
|
1340
1344
|
putVoiceConnectorProxy(
|
|
1341
1345
|
args: PutVoiceConnectorProxyCommandInput,
|
|
1342
|
-
options:
|
|
1346
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1343
1347
|
cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void,
|
|
1344
1348
|
): void;
|
|
1345
1349
|
putVoiceConnectorStreamingConfiguration(
|
|
1346
1350
|
args: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
1347
|
-
options?:
|
|
1351
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1348
1352
|
): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
1349
1353
|
putVoiceConnectorStreamingConfiguration(
|
|
1350
1354
|
args: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
@@ -1352,12 +1356,12 @@ export interface ChimeSDKVoice {
|
|
|
1352
1356
|
): void;
|
|
1353
1357
|
putVoiceConnectorStreamingConfiguration(
|
|
1354
1358
|
args: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
1355
|
-
options:
|
|
1359
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1356
1360
|
cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void,
|
|
1357
1361
|
): void;
|
|
1358
1362
|
putVoiceConnectorTermination(
|
|
1359
1363
|
args: PutVoiceConnectorTerminationCommandInput,
|
|
1360
|
-
options?:
|
|
1364
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1361
1365
|
): Promise<PutVoiceConnectorTerminationCommandOutput>;
|
|
1362
1366
|
putVoiceConnectorTermination(
|
|
1363
1367
|
args: PutVoiceConnectorTerminationCommandInput,
|
|
@@ -1365,12 +1369,12 @@ export interface ChimeSDKVoice {
|
|
|
1365
1369
|
): void;
|
|
1366
1370
|
putVoiceConnectorTermination(
|
|
1367
1371
|
args: PutVoiceConnectorTerminationCommandInput,
|
|
1368
|
-
options:
|
|
1372
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1369
1373
|
cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void,
|
|
1370
1374
|
): void;
|
|
1371
1375
|
putVoiceConnectorTerminationCredentials(
|
|
1372
1376
|
args: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
1373
|
-
options?:
|
|
1377
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1374
1378
|
): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
1375
1379
|
putVoiceConnectorTerminationCredentials(
|
|
1376
1380
|
args: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
@@ -1378,12 +1382,12 @@ export interface ChimeSDKVoice {
|
|
|
1378
1382
|
): void;
|
|
1379
1383
|
putVoiceConnectorTerminationCredentials(
|
|
1380
1384
|
args: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
1381
|
-
options:
|
|
1385
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1382
1386
|
cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void,
|
|
1383
1387
|
): void;
|
|
1384
1388
|
restorePhoneNumber(
|
|
1385
1389
|
args: RestorePhoneNumberCommandInput,
|
|
1386
|
-
options?:
|
|
1390
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1387
1391
|
): Promise<RestorePhoneNumberCommandOutput>;
|
|
1388
1392
|
restorePhoneNumber(
|
|
1389
1393
|
args: RestorePhoneNumberCommandInput,
|
|
@@ -1391,13 +1395,13 @@ export interface ChimeSDKVoice {
|
|
|
1391
1395
|
): void;
|
|
1392
1396
|
restorePhoneNumber(
|
|
1393
1397
|
args: RestorePhoneNumberCommandInput,
|
|
1394
|
-
options:
|
|
1398
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1395
1399
|
cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void,
|
|
1396
1400
|
): void;
|
|
1397
1401
|
searchAvailablePhoneNumbers(): Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
1398
1402
|
searchAvailablePhoneNumbers(
|
|
1399
1403
|
args: SearchAvailablePhoneNumbersCommandInput,
|
|
1400
|
-
options?:
|
|
1404
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1401
1405
|
): Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
1402
1406
|
searchAvailablePhoneNumbers(
|
|
1403
1407
|
args: SearchAvailablePhoneNumbersCommandInput,
|
|
@@ -1405,12 +1409,12 @@ export interface ChimeSDKVoice {
|
|
|
1405
1409
|
): void;
|
|
1406
1410
|
searchAvailablePhoneNumbers(
|
|
1407
1411
|
args: SearchAvailablePhoneNumbersCommandInput,
|
|
1408
|
-
options:
|
|
1412
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1409
1413
|
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void,
|
|
1410
1414
|
): void;
|
|
1411
1415
|
startSpeakerSearchTask(
|
|
1412
1416
|
args: StartSpeakerSearchTaskCommandInput,
|
|
1413
|
-
options?:
|
|
1417
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1414
1418
|
): Promise<StartSpeakerSearchTaskCommandOutput>;
|
|
1415
1419
|
startSpeakerSearchTask(
|
|
1416
1420
|
args: StartSpeakerSearchTaskCommandInput,
|
|
@@ -1418,12 +1422,12 @@ export interface ChimeSDKVoice {
|
|
|
1418
1422
|
): void;
|
|
1419
1423
|
startSpeakerSearchTask(
|
|
1420
1424
|
args: StartSpeakerSearchTaskCommandInput,
|
|
1421
|
-
options:
|
|
1425
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1422
1426
|
cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void,
|
|
1423
1427
|
): void;
|
|
1424
1428
|
startVoiceToneAnalysisTask(
|
|
1425
1429
|
args: StartVoiceToneAnalysisTaskCommandInput,
|
|
1426
|
-
options?:
|
|
1430
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1427
1431
|
): Promise<StartVoiceToneAnalysisTaskCommandOutput>;
|
|
1428
1432
|
startVoiceToneAnalysisTask(
|
|
1429
1433
|
args: StartVoiceToneAnalysisTaskCommandInput,
|
|
@@ -1431,12 +1435,12 @@ export interface ChimeSDKVoice {
|
|
|
1431
1435
|
): void;
|
|
1432
1436
|
startVoiceToneAnalysisTask(
|
|
1433
1437
|
args: StartVoiceToneAnalysisTaskCommandInput,
|
|
1434
|
-
options:
|
|
1438
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1435
1439
|
cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void,
|
|
1436
1440
|
): void;
|
|
1437
1441
|
stopSpeakerSearchTask(
|
|
1438
1442
|
args: StopSpeakerSearchTaskCommandInput,
|
|
1439
|
-
options?:
|
|
1443
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1440
1444
|
): Promise<StopSpeakerSearchTaskCommandOutput>;
|
|
1441
1445
|
stopSpeakerSearchTask(
|
|
1442
1446
|
args: StopSpeakerSearchTaskCommandInput,
|
|
@@ -1444,12 +1448,12 @@ export interface ChimeSDKVoice {
|
|
|
1444
1448
|
): void;
|
|
1445
1449
|
stopSpeakerSearchTask(
|
|
1446
1450
|
args: StopSpeakerSearchTaskCommandInput,
|
|
1447
|
-
options:
|
|
1451
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1448
1452
|
cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void,
|
|
1449
1453
|
): void;
|
|
1450
1454
|
stopVoiceToneAnalysisTask(
|
|
1451
1455
|
args: StopVoiceToneAnalysisTaskCommandInput,
|
|
1452
|
-
options?:
|
|
1456
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1453
1457
|
): Promise<StopVoiceToneAnalysisTaskCommandOutput>;
|
|
1454
1458
|
stopVoiceToneAnalysisTask(
|
|
1455
1459
|
args: StopVoiceToneAnalysisTaskCommandInput,
|
|
@@ -1457,12 +1461,12 @@ export interface ChimeSDKVoice {
|
|
|
1457
1461
|
): void;
|
|
1458
1462
|
stopVoiceToneAnalysisTask(
|
|
1459
1463
|
args: StopVoiceToneAnalysisTaskCommandInput,
|
|
1460
|
-
options:
|
|
1464
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1461
1465
|
cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void,
|
|
1462
1466
|
): void;
|
|
1463
1467
|
tagResource(
|
|
1464
1468
|
args: TagResourceCommandInput,
|
|
1465
|
-
options?:
|
|
1469
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1466
1470
|
): Promise<TagResourceCommandOutput>;
|
|
1467
1471
|
tagResource(
|
|
1468
1472
|
args: TagResourceCommandInput,
|
|
@@ -1470,12 +1474,12 @@ export interface ChimeSDKVoice {
|
|
|
1470
1474
|
): void;
|
|
1471
1475
|
tagResource(
|
|
1472
1476
|
args: TagResourceCommandInput,
|
|
1473
|
-
options:
|
|
1477
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1474
1478
|
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1475
1479
|
): void;
|
|
1476
1480
|
untagResource(
|
|
1477
1481
|
args: UntagResourceCommandInput,
|
|
1478
|
-
options?:
|
|
1482
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1479
1483
|
): Promise<UntagResourceCommandOutput>;
|
|
1480
1484
|
untagResource(
|
|
1481
1485
|
args: UntagResourceCommandInput,
|
|
@@ -1483,12 +1487,12 @@ export interface ChimeSDKVoice {
|
|
|
1483
1487
|
): void;
|
|
1484
1488
|
untagResource(
|
|
1485
1489
|
args: UntagResourceCommandInput,
|
|
1486
|
-
options:
|
|
1490
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1487
1491
|
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1488
1492
|
): void;
|
|
1489
1493
|
updateGlobalSettings(
|
|
1490
1494
|
args: UpdateGlobalSettingsCommandInput,
|
|
1491
|
-
options?:
|
|
1495
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1492
1496
|
): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
1493
1497
|
updateGlobalSettings(
|
|
1494
1498
|
args: UpdateGlobalSettingsCommandInput,
|
|
@@ -1496,12 +1500,12 @@ export interface ChimeSDKVoice {
|
|
|
1496
1500
|
): void;
|
|
1497
1501
|
updateGlobalSettings(
|
|
1498
1502
|
args: UpdateGlobalSettingsCommandInput,
|
|
1499
|
-
options:
|
|
1503
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1500
1504
|
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void,
|
|
1501
1505
|
): void;
|
|
1502
1506
|
updatePhoneNumber(
|
|
1503
1507
|
args: UpdatePhoneNumberCommandInput,
|
|
1504
|
-
options?:
|
|
1508
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1505
1509
|
): Promise<UpdatePhoneNumberCommandOutput>;
|
|
1506
1510
|
updatePhoneNumber(
|
|
1507
1511
|
args: UpdatePhoneNumberCommandInput,
|
|
@@ -1509,12 +1513,12 @@ export interface ChimeSDKVoice {
|
|
|
1509
1513
|
): void;
|
|
1510
1514
|
updatePhoneNumber(
|
|
1511
1515
|
args: UpdatePhoneNumberCommandInput,
|
|
1512
|
-
options:
|
|
1516
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1513
1517
|
cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void,
|
|
1514
1518
|
): void;
|
|
1515
1519
|
updatePhoneNumberSettings(
|
|
1516
1520
|
args: UpdatePhoneNumberSettingsCommandInput,
|
|
1517
|
-
options?:
|
|
1521
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1518
1522
|
): Promise<UpdatePhoneNumberSettingsCommandOutput>;
|
|
1519
1523
|
updatePhoneNumberSettings(
|
|
1520
1524
|
args: UpdatePhoneNumberSettingsCommandInput,
|
|
@@ -1522,12 +1526,12 @@ export interface ChimeSDKVoice {
|
|
|
1522
1526
|
): void;
|
|
1523
1527
|
updatePhoneNumberSettings(
|
|
1524
1528
|
args: UpdatePhoneNumberSettingsCommandInput,
|
|
1525
|
-
options:
|
|
1529
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1526
1530
|
cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void,
|
|
1527
1531
|
): void;
|
|
1528
1532
|
updateProxySession(
|
|
1529
1533
|
args: UpdateProxySessionCommandInput,
|
|
1530
|
-
options?:
|
|
1534
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1531
1535
|
): Promise<UpdateProxySessionCommandOutput>;
|
|
1532
1536
|
updateProxySession(
|
|
1533
1537
|
args: UpdateProxySessionCommandInput,
|
|
@@ -1535,12 +1539,12 @@ export interface ChimeSDKVoice {
|
|
|
1535
1539
|
): void;
|
|
1536
1540
|
updateProxySession(
|
|
1537
1541
|
args: UpdateProxySessionCommandInput,
|
|
1538
|
-
options:
|
|
1542
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1539
1543
|
cb: (err: any, data?: UpdateProxySessionCommandOutput) => void,
|
|
1540
1544
|
): void;
|
|
1541
1545
|
updateSipMediaApplication(
|
|
1542
1546
|
args: UpdateSipMediaApplicationCommandInput,
|
|
1543
|
-
options?:
|
|
1547
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1544
1548
|
): Promise<UpdateSipMediaApplicationCommandOutput>;
|
|
1545
1549
|
updateSipMediaApplication(
|
|
1546
1550
|
args: UpdateSipMediaApplicationCommandInput,
|
|
@@ -1548,12 +1552,12 @@ export interface ChimeSDKVoice {
|
|
|
1548
1552
|
): void;
|
|
1549
1553
|
updateSipMediaApplication(
|
|
1550
1554
|
args: UpdateSipMediaApplicationCommandInput,
|
|
1551
|
-
options:
|
|
1555
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1552
1556
|
cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void,
|
|
1553
1557
|
): void;
|
|
1554
1558
|
updateSipMediaApplicationCall(
|
|
1555
1559
|
args: UpdateSipMediaApplicationCallCommandInput,
|
|
1556
|
-
options?:
|
|
1560
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1557
1561
|
): Promise<UpdateSipMediaApplicationCallCommandOutput>;
|
|
1558
1562
|
updateSipMediaApplicationCall(
|
|
1559
1563
|
args: UpdateSipMediaApplicationCallCommandInput,
|
|
@@ -1561,12 +1565,12 @@ export interface ChimeSDKVoice {
|
|
|
1561
1565
|
): void;
|
|
1562
1566
|
updateSipMediaApplicationCall(
|
|
1563
1567
|
args: UpdateSipMediaApplicationCallCommandInput,
|
|
1564
|
-
options:
|
|
1568
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1565
1569
|
cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void,
|
|
1566
1570
|
): void;
|
|
1567
1571
|
updateSipRule(
|
|
1568
1572
|
args: UpdateSipRuleCommandInput,
|
|
1569
|
-
options?:
|
|
1573
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1570
1574
|
): Promise<UpdateSipRuleCommandOutput>;
|
|
1571
1575
|
updateSipRule(
|
|
1572
1576
|
args: UpdateSipRuleCommandInput,
|
|
@@ -1574,12 +1578,12 @@ export interface ChimeSDKVoice {
|
|
|
1574
1578
|
): void;
|
|
1575
1579
|
updateSipRule(
|
|
1576
1580
|
args: UpdateSipRuleCommandInput,
|
|
1577
|
-
options:
|
|
1581
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1578
1582
|
cb: (err: any, data?: UpdateSipRuleCommandOutput) => void,
|
|
1579
1583
|
): void;
|
|
1580
1584
|
updateVoiceConnector(
|
|
1581
1585
|
args: UpdateVoiceConnectorCommandInput,
|
|
1582
|
-
options?:
|
|
1586
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1583
1587
|
): Promise<UpdateVoiceConnectorCommandOutput>;
|
|
1584
1588
|
updateVoiceConnector(
|
|
1585
1589
|
args: UpdateVoiceConnectorCommandInput,
|
|
@@ -1587,12 +1591,12 @@ export interface ChimeSDKVoice {
|
|
|
1587
1591
|
): void;
|
|
1588
1592
|
updateVoiceConnector(
|
|
1589
1593
|
args: UpdateVoiceConnectorCommandInput,
|
|
1590
|
-
options:
|
|
1594
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1591
1595
|
cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void,
|
|
1592
1596
|
): void;
|
|
1593
1597
|
updateVoiceConnectorGroup(
|
|
1594
1598
|
args: UpdateVoiceConnectorGroupCommandInput,
|
|
1595
|
-
options?:
|
|
1599
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1596
1600
|
): Promise<UpdateVoiceConnectorGroupCommandOutput>;
|
|
1597
1601
|
updateVoiceConnectorGroup(
|
|
1598
1602
|
args: UpdateVoiceConnectorGroupCommandInput,
|
|
@@ -1600,12 +1604,12 @@ export interface ChimeSDKVoice {
|
|
|
1600
1604
|
): void;
|
|
1601
1605
|
updateVoiceConnectorGroup(
|
|
1602
1606
|
args: UpdateVoiceConnectorGroupCommandInput,
|
|
1603
|
-
options:
|
|
1607
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1604
1608
|
cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void,
|
|
1605
1609
|
): void;
|
|
1606
1610
|
updateVoiceProfile(
|
|
1607
1611
|
args: UpdateVoiceProfileCommandInput,
|
|
1608
|
-
options?:
|
|
1612
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1609
1613
|
): Promise<UpdateVoiceProfileCommandOutput>;
|
|
1610
1614
|
updateVoiceProfile(
|
|
1611
1615
|
args: UpdateVoiceProfileCommandInput,
|
|
@@ -1613,12 +1617,12 @@ export interface ChimeSDKVoice {
|
|
|
1613
1617
|
): void;
|
|
1614
1618
|
updateVoiceProfile(
|
|
1615
1619
|
args: UpdateVoiceProfileCommandInput,
|
|
1616
|
-
options:
|
|
1620
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1617
1621
|
cb: (err: any, data?: UpdateVoiceProfileCommandOutput) => void,
|
|
1618
1622
|
): void;
|
|
1619
1623
|
updateVoiceProfileDomain(
|
|
1620
1624
|
args: UpdateVoiceProfileDomainCommandInput,
|
|
1621
|
-
options?:
|
|
1625
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1622
1626
|
): Promise<UpdateVoiceProfileDomainCommandOutput>;
|
|
1623
1627
|
updateVoiceProfileDomain(
|
|
1624
1628
|
args: UpdateVoiceProfileDomainCommandInput,
|
|
@@ -1626,12 +1630,12 @@ export interface ChimeSDKVoice {
|
|
|
1626
1630
|
): void;
|
|
1627
1631
|
updateVoiceProfileDomain(
|
|
1628
1632
|
args: UpdateVoiceProfileDomainCommandInput,
|
|
1629
|
-
options:
|
|
1633
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1630
1634
|
cb: (err: any, data?: UpdateVoiceProfileDomainCommandOutput) => void,
|
|
1631
1635
|
): void;
|
|
1632
1636
|
validateE911Address(
|
|
1633
1637
|
args: ValidateE911AddressCommandInput,
|
|
1634
|
-
options?:
|
|
1638
|
+
options?: ChimeSDKVoiceRequestOptions,
|
|
1635
1639
|
): Promise<ValidateE911AddressCommandOutput>;
|
|
1636
1640
|
validateE911Address(
|
|
1637
1641
|
args: ValidateE911AddressCommandInput,
|
|
@@ -1639,7 +1643,7 @@ export interface ChimeSDKVoice {
|
|
|
1639
1643
|
): void;
|
|
1640
1644
|
validateE911Address(
|
|
1641
1645
|
args: ValidateE911AddressCommandInput,
|
|
1642
|
-
options:
|
|
1646
|
+
options: ChimeSDKVoiceRequestOptions,
|
|
1643
1647
|
cb: (err: any, data?: ValidateE911AddressCommandOutput) => void,
|
|
1644
1648
|
): void;
|
|
1645
1649
|
paginateListPhoneNumberOrders(
|