@aws-sdk/client-chime-sdk-voice 3.1087.0 → 3.1089.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/dist-cjs/index.js +24 -16
  2. package/dist-es/models/enums.js +5 -0
  3. package/dist-es/schemas/schemas_0.js +17 -15
  4. package/dist-types/ChimeSDKVoice.d.ts +0 -1
  5. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +1 -1
  6. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +1 -1
  7. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  9. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateProxySessionCommand.d.ts +5 -0
  11. package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +7 -2
  13. package/dist-types/commands/DeleteProxySessionCommand.d.ts +5 -0
  14. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +5 -0
  15. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +1 -1
  16. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -0
  18. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
  19. package/dist-types/commands/GetProxySessionCommand.d.ts +5 -0
  20. package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
  21. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +5 -0
  23. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  24. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -0
  25. package/dist-types/commands/ListProxySessionsCommand.d.ts +5 -0
  26. package/dist-types/commands/ListSipRulesCommand.d.ts +3 -0
  27. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -1
  28. package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
  29. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +3 -0
  30. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +5 -0
  31. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -0
  32. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -0
  34. package/dist-types/commands/UpdateProxySessionCommand.d.ts +5 -0
  35. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -2
  36. package/dist-types/models/enums.d.ts +13 -0
  37. package/dist-types/models/models_0.d.ts +15 -7
  38. package/dist-types/ts3.4/ChimeSDKVoice.d.ts +301 -460
  39. package/dist-types/ts3.4/ChimeSDKVoiceClient.d.ts +8 -24
  40. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  41. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  42. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  43. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/CreateVoiceProfileCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/CreateVoiceProfileDomainCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
  57. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +3 -4
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +2 -2
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +3 -4
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/DeleteVoiceProfileCommand.d.ts +3 -4
  70. package/dist-types/ts3.4/commands/DeleteVoiceProfileDomainCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
  74. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
  77. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +3 -5
  82. package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/GetVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
  91. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +4 -6
  92. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/GetVoiceProfileCommand.d.ts +4 -9
  94. package/dist-types/ts3.4/commands/GetVoiceProfileDomainCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +2 -3
  97. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
  99. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +3 -5
  101. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +2 -4
  102. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +3 -5
  105. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
  106. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +4 -9
  107. package/dist-types/ts3.4/commands/ListVoiceProfileDomainsCommand.d.ts +3 -5
  108. package/dist-types/ts3.4/commands/ListVoiceProfilesCommand.d.ts +5 -10
  109. package/dist-types/ts3.4/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
  110. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
  111. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
  112. package/dist-types/ts3.4/commands/PutVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
  113. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
  114. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +4 -6
  115. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +5 -10
  116. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
  119. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
  120. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
  121. package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +4 -6
  123. package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +3 -4
  124. package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +4 -6
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  127. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +3 -4
  128. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
  129. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
  130. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +5 -10
  131. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +4 -6
  132. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +4 -6
  133. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +4 -9
  134. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -6
  136. package/dist-types/ts3.4/commands/UpdateVoiceProfileCommand.d.ts +5 -10
  137. package/dist-types/ts3.4/commands/UpdateVoiceProfileDomainCommand.d.ts +4 -6
  138. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +5 -10
  139. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  140. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  141. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  142. package/dist-types/ts3.4/models/enums.d.ts +14 -16
  143. package/dist-types/ts3.4/models/errors.d.ts +8 -24
  144. package/dist-types/ts3.4/models/models_0.d.ts +14 -19
  145. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  146. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  147. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  148. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  149. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  150. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  151. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  152. package/package.json +38 -38
@@ -156,10 +156,7 @@ import {
156
156
  GetSipMediaApplicationLoggingConfigurationCommandInput,
157
157
  GetSipMediaApplicationLoggingConfigurationCommandOutput,
158
158
  } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
159
- import {
160
- GetSipRuleCommandInput,
161
- GetSipRuleCommandOutput,
162
- } from "./commands/GetSipRuleCommand";
159
+ import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "./commands/GetSipRuleCommand";
163
160
  import {
164
161
  GetSpeakerSearchTaskCommandInput,
165
162
  GetSpeakerSearchTaskCommandOutput,
@@ -332,10 +329,7 @@ import {
332
329
  StopVoiceToneAnalysisTaskCommandInput,
333
330
  StopVoiceToneAnalysisTaskCommandOutput,
334
331
  } from "./commands/StopVoiceToneAnalysisTaskCommand";
335
- import {
336
- TagResourceCommandInput,
337
- TagResourceCommandOutput,
338
- } from "./commands/TagResourceCommand";
332
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
339
333
  import {
340
334
  UntagResourceCommandInput,
341
335
  UntagResourceCommandOutput,
@@ -391,1485 +385,1332 @@ import {
391
385
  export interface ChimeSDKVoice {
392
386
  associatePhoneNumbersWithVoiceConnector(
393
387
  args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
394
- options?: __HttpHandlerOptions
388
+ options?: __HttpHandlerOptions,
395
389
  ): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
396
390
  associatePhoneNumbersWithVoiceConnector(
397
391
  args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
398
- cb: (
399
- err: any,
400
- data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
401
- ) => void
392
+ cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void,
402
393
  ): void;
403
394
  associatePhoneNumbersWithVoiceConnector(
404
395
  args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
405
396
  options: __HttpHandlerOptions,
406
- cb: (
407
- err: any,
408
- data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
409
- ) => void
397
+ cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void,
410
398
  ): void;
411
399
  associatePhoneNumbersWithVoiceConnectorGroup(
412
400
  args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
413
- options?: __HttpHandlerOptions
401
+ options?: __HttpHandlerOptions,
414
402
  ): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
415
403
  associatePhoneNumbersWithVoiceConnectorGroup(
416
404
  args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
417
- cb: (
418
- err: any,
419
- data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
420
- ) => void
405
+ cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void,
421
406
  ): void;
422
407
  associatePhoneNumbersWithVoiceConnectorGroup(
423
408
  args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
424
409
  options: __HttpHandlerOptions,
425
- cb: (
426
- err: any,
427
- data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
428
- ) => void
410
+ cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void,
429
411
  ): void;
430
412
  batchDeletePhoneNumber(
431
413
  args: BatchDeletePhoneNumberCommandInput,
432
- options?: __HttpHandlerOptions
414
+ options?: __HttpHandlerOptions,
433
415
  ): Promise<BatchDeletePhoneNumberCommandOutput>;
434
416
  batchDeletePhoneNumber(
435
417
  args: BatchDeletePhoneNumberCommandInput,
436
- cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
418
+ cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void,
437
419
  ): void;
438
420
  batchDeletePhoneNumber(
439
421
  args: BatchDeletePhoneNumberCommandInput,
440
422
  options: __HttpHandlerOptions,
441
- cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
423
+ cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void,
442
424
  ): void;
443
425
  batchUpdatePhoneNumber(
444
426
  args: BatchUpdatePhoneNumberCommandInput,
445
- options?: __HttpHandlerOptions
427
+ options?: __HttpHandlerOptions,
446
428
  ): Promise<BatchUpdatePhoneNumberCommandOutput>;
447
429
  batchUpdatePhoneNumber(
448
430
  args: BatchUpdatePhoneNumberCommandInput,
449
- cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
431
+ cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void,
450
432
  ): void;
451
433
  batchUpdatePhoneNumber(
452
434
  args: BatchUpdatePhoneNumberCommandInput,
453
435
  options: __HttpHandlerOptions,
454
- cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
436
+ cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void,
455
437
  ): void;
456
438
  createPhoneNumberOrder(
457
439
  args: CreatePhoneNumberOrderCommandInput,
458
- options?: __HttpHandlerOptions
440
+ options?: __HttpHandlerOptions,
459
441
  ): Promise<CreatePhoneNumberOrderCommandOutput>;
460
442
  createPhoneNumberOrder(
461
443
  args: CreatePhoneNumberOrderCommandInput,
462
- cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
444
+ cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void,
463
445
  ): void;
464
446
  createPhoneNumberOrder(
465
447
  args: CreatePhoneNumberOrderCommandInput,
466
448
  options: __HttpHandlerOptions,
467
- cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
449
+ cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void,
468
450
  ): void;
469
451
  createProxySession(
470
452
  args: CreateProxySessionCommandInput,
471
- options?: __HttpHandlerOptions
453
+ options?: __HttpHandlerOptions,
472
454
  ): Promise<CreateProxySessionCommandOutput>;
473
455
  createProxySession(
474
456
  args: CreateProxySessionCommandInput,
475
- cb: (err: any, data?: CreateProxySessionCommandOutput) => void
457
+ cb: (err: any, data?: CreateProxySessionCommandOutput) => void,
476
458
  ): void;
477
459
  createProxySession(
478
460
  args: CreateProxySessionCommandInput,
479
461
  options: __HttpHandlerOptions,
480
- cb: (err: any, data?: CreateProxySessionCommandOutput) => void
462
+ cb: (err: any, data?: CreateProxySessionCommandOutput) => void,
481
463
  ): void;
482
464
  createSipMediaApplication(
483
465
  args: CreateSipMediaApplicationCommandInput,
484
- options?: __HttpHandlerOptions
466
+ options?: __HttpHandlerOptions,
485
467
  ): Promise<CreateSipMediaApplicationCommandOutput>;
486
468
  createSipMediaApplication(
487
469
  args: CreateSipMediaApplicationCommandInput,
488
- cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
470
+ cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void,
489
471
  ): void;
490
472
  createSipMediaApplication(
491
473
  args: CreateSipMediaApplicationCommandInput,
492
474
  options: __HttpHandlerOptions,
493
- cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
475
+ cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void,
494
476
  ): void;
495
477
  createSipMediaApplicationCall(
496
478
  args: CreateSipMediaApplicationCallCommandInput,
497
- options?: __HttpHandlerOptions
479
+ options?: __HttpHandlerOptions,
498
480
  ): Promise<CreateSipMediaApplicationCallCommandOutput>;
499
481
  createSipMediaApplicationCall(
500
482
  args: CreateSipMediaApplicationCallCommandInput,
501
- cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
483
+ cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void,
502
484
  ): void;
503
485
  createSipMediaApplicationCall(
504
486
  args: CreateSipMediaApplicationCallCommandInput,
505
487
  options: __HttpHandlerOptions,
506
- cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
488
+ cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void,
507
489
  ): void;
508
490
  createSipRule(
509
491
  args: CreateSipRuleCommandInput,
510
- options?: __HttpHandlerOptions
492
+ options?: __HttpHandlerOptions,
511
493
  ): Promise<CreateSipRuleCommandOutput>;
512
494
  createSipRule(
513
495
  args: CreateSipRuleCommandInput,
514
- cb: (err: any, data?: CreateSipRuleCommandOutput) => void
496
+ cb: (err: any, data?: CreateSipRuleCommandOutput) => void,
515
497
  ): void;
516
498
  createSipRule(
517
499
  args: CreateSipRuleCommandInput,
518
500
  options: __HttpHandlerOptions,
519
- cb: (err: any, data?: CreateSipRuleCommandOutput) => void
501
+ cb: (err: any, data?: CreateSipRuleCommandOutput) => void,
520
502
  ): void;
521
503
  createVoiceConnector(
522
504
  args: CreateVoiceConnectorCommandInput,
523
- options?: __HttpHandlerOptions
505
+ options?: __HttpHandlerOptions,
524
506
  ): Promise<CreateVoiceConnectorCommandOutput>;
525
507
  createVoiceConnector(
526
508
  args: CreateVoiceConnectorCommandInput,
527
- cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
509
+ cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void,
528
510
  ): void;
529
511
  createVoiceConnector(
530
512
  args: CreateVoiceConnectorCommandInput,
531
513
  options: __HttpHandlerOptions,
532
- cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
514
+ cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void,
533
515
  ): void;
534
516
  createVoiceConnectorGroup(
535
517
  args: CreateVoiceConnectorGroupCommandInput,
536
- options?: __HttpHandlerOptions
518
+ options?: __HttpHandlerOptions,
537
519
  ): Promise<CreateVoiceConnectorGroupCommandOutput>;
538
520
  createVoiceConnectorGroup(
539
521
  args: CreateVoiceConnectorGroupCommandInput,
540
- cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
522
+ cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void,
541
523
  ): void;
542
524
  createVoiceConnectorGroup(
543
525
  args: CreateVoiceConnectorGroupCommandInput,
544
526
  options: __HttpHandlerOptions,
545
- cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
527
+ cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void,
546
528
  ): void;
547
529
  createVoiceProfile(
548
530
  args: CreateVoiceProfileCommandInput,
549
- options?: __HttpHandlerOptions
531
+ options?: __HttpHandlerOptions,
550
532
  ): Promise<CreateVoiceProfileCommandOutput>;
551
533
  createVoiceProfile(
552
534
  args: CreateVoiceProfileCommandInput,
553
- cb: (err: any, data?: CreateVoiceProfileCommandOutput) => void
535
+ cb: (err: any, data?: CreateVoiceProfileCommandOutput) => void,
554
536
  ): void;
555
537
  createVoiceProfile(
556
538
  args: CreateVoiceProfileCommandInput,
557
539
  options: __HttpHandlerOptions,
558
- cb: (err: any, data?: CreateVoiceProfileCommandOutput) => void
540
+ cb: (err: any, data?: CreateVoiceProfileCommandOutput) => void,
559
541
  ): void;
560
542
  createVoiceProfileDomain(
561
543
  args: CreateVoiceProfileDomainCommandInput,
562
- options?: __HttpHandlerOptions
544
+ options?: __HttpHandlerOptions,
563
545
  ): Promise<CreateVoiceProfileDomainCommandOutput>;
564
546
  createVoiceProfileDomain(
565
547
  args: CreateVoiceProfileDomainCommandInput,
566
- cb: (err: any, data?: CreateVoiceProfileDomainCommandOutput) => void
548
+ cb: (err: any, data?: CreateVoiceProfileDomainCommandOutput) => void,
567
549
  ): void;
568
550
  createVoiceProfileDomain(
569
551
  args: CreateVoiceProfileDomainCommandInput,
570
552
  options: __HttpHandlerOptions,
571
- cb: (err: any, data?: CreateVoiceProfileDomainCommandOutput) => void
553
+ cb: (err: any, data?: CreateVoiceProfileDomainCommandOutput) => void,
572
554
  ): void;
573
555
  deletePhoneNumber(
574
556
  args: DeletePhoneNumberCommandInput,
575
- options?: __HttpHandlerOptions
557
+ options?: __HttpHandlerOptions,
576
558
  ): Promise<DeletePhoneNumberCommandOutput>;
577
559
  deletePhoneNumber(
578
560
  args: DeletePhoneNumberCommandInput,
579
- cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
561
+ cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void,
580
562
  ): void;
581
563
  deletePhoneNumber(
582
564
  args: DeletePhoneNumberCommandInput,
583
565
  options: __HttpHandlerOptions,
584
- cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
566
+ cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void,
585
567
  ): void;
586
568
  deleteProxySession(
587
569
  args: DeleteProxySessionCommandInput,
588
- options?: __HttpHandlerOptions
570
+ options?: __HttpHandlerOptions,
589
571
  ): Promise<DeleteProxySessionCommandOutput>;
590
572
  deleteProxySession(
591
573
  args: DeleteProxySessionCommandInput,
592
- cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
574
+ cb: (err: any, data?: DeleteProxySessionCommandOutput) => void,
593
575
  ): void;
594
576
  deleteProxySession(
595
577
  args: DeleteProxySessionCommandInput,
596
578
  options: __HttpHandlerOptions,
597
- cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
579
+ cb: (err: any, data?: DeleteProxySessionCommandOutput) => void,
598
580
  ): void;
599
581
  deleteSipMediaApplication(
600
582
  args: DeleteSipMediaApplicationCommandInput,
601
- options?: __HttpHandlerOptions
583
+ options?: __HttpHandlerOptions,
602
584
  ): Promise<DeleteSipMediaApplicationCommandOutput>;
603
585
  deleteSipMediaApplication(
604
586
  args: DeleteSipMediaApplicationCommandInput,
605
- cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
587
+ cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void,
606
588
  ): void;
607
589
  deleteSipMediaApplication(
608
590
  args: DeleteSipMediaApplicationCommandInput,
609
591
  options: __HttpHandlerOptions,
610
- cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
592
+ cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void,
611
593
  ): void;
612
594
  deleteSipRule(
613
595
  args: DeleteSipRuleCommandInput,
614
- options?: __HttpHandlerOptions
596
+ options?: __HttpHandlerOptions,
615
597
  ): Promise<DeleteSipRuleCommandOutput>;
616
598
  deleteSipRule(
617
599
  args: DeleteSipRuleCommandInput,
618
- cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
600
+ cb: (err: any, data?: DeleteSipRuleCommandOutput) => void,
619
601
  ): void;
620
602
  deleteSipRule(
621
603
  args: DeleteSipRuleCommandInput,
622
604
  options: __HttpHandlerOptions,
623
- cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
605
+ cb: (err: any, data?: DeleteSipRuleCommandOutput) => void,
624
606
  ): void;
625
607
  deleteVoiceConnector(
626
608
  args: DeleteVoiceConnectorCommandInput,
627
- options?: __HttpHandlerOptions
609
+ options?: __HttpHandlerOptions,
628
610
  ): Promise<DeleteVoiceConnectorCommandOutput>;
629
611
  deleteVoiceConnector(
630
612
  args: DeleteVoiceConnectorCommandInput,
631
- cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
613
+ cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void,
632
614
  ): void;
633
615
  deleteVoiceConnector(
634
616
  args: DeleteVoiceConnectorCommandInput,
635
617
  options: __HttpHandlerOptions,
636
- cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
618
+ cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void,
637
619
  ): void;
638
620
  deleteVoiceConnectorEmergencyCallingConfiguration(
639
621
  args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
640
- options?: __HttpHandlerOptions
622
+ options?: __HttpHandlerOptions,
641
623
  ): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
642
624
  deleteVoiceConnectorEmergencyCallingConfiguration(
643
625
  args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
644
- cb: (
645
- err: any,
646
- data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
647
- ) => void
626
+ cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
648
627
  ): void;
649
628
  deleteVoiceConnectorEmergencyCallingConfiguration(
650
629
  args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
651
630
  options: __HttpHandlerOptions,
652
- cb: (
653
- err: any,
654
- data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
655
- ) => void
631
+ cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
656
632
  ): void;
657
633
  deleteVoiceConnectorExternalSystemsConfiguration(
658
634
  args: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
659
- options?: __HttpHandlerOptions
635
+ options?: __HttpHandlerOptions,
660
636
  ): Promise<DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput>;
661
637
  deleteVoiceConnectorExternalSystemsConfiguration(
662
638
  args: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
663
- cb: (
664
- err: any,
665
- data?: DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput
666
- ) => void
639
+ cb: (err: any, data?: DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
667
640
  ): void;
668
641
  deleteVoiceConnectorExternalSystemsConfiguration(
669
642
  args: DeleteVoiceConnectorExternalSystemsConfigurationCommandInput,
670
643
  options: __HttpHandlerOptions,
671
- cb: (
672
- err: any,
673
- data?: DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput
674
- ) => void
644
+ cb: (err: any, data?: DeleteVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
675
645
  ): void;
676
646
  deleteVoiceConnectorGroup(
677
647
  args: DeleteVoiceConnectorGroupCommandInput,
678
- options?: __HttpHandlerOptions
648
+ options?: __HttpHandlerOptions,
679
649
  ): Promise<DeleteVoiceConnectorGroupCommandOutput>;
680
650
  deleteVoiceConnectorGroup(
681
651
  args: DeleteVoiceConnectorGroupCommandInput,
682
- cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
652
+ cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void,
683
653
  ): void;
684
654
  deleteVoiceConnectorGroup(
685
655
  args: DeleteVoiceConnectorGroupCommandInput,
686
656
  options: __HttpHandlerOptions,
687
- cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
657
+ cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void,
688
658
  ): void;
689
659
  deleteVoiceConnectorOrigination(
690
660
  args: DeleteVoiceConnectorOriginationCommandInput,
691
- options?: __HttpHandlerOptions
661
+ options?: __HttpHandlerOptions,
692
662
  ): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
693
663
  deleteVoiceConnectorOrigination(
694
664
  args: DeleteVoiceConnectorOriginationCommandInput,
695
- cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
665
+ cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void,
696
666
  ): void;
697
667
  deleteVoiceConnectorOrigination(
698
668
  args: DeleteVoiceConnectorOriginationCommandInput,
699
669
  options: __HttpHandlerOptions,
700
- cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
670
+ cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void,
701
671
  ): void;
702
672
  deleteVoiceConnectorProxy(
703
673
  args: DeleteVoiceConnectorProxyCommandInput,
704
- options?: __HttpHandlerOptions
674
+ options?: __HttpHandlerOptions,
705
675
  ): Promise<DeleteVoiceConnectorProxyCommandOutput>;
706
676
  deleteVoiceConnectorProxy(
707
677
  args: DeleteVoiceConnectorProxyCommandInput,
708
- cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
678
+ cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void,
709
679
  ): void;
710
680
  deleteVoiceConnectorProxy(
711
681
  args: DeleteVoiceConnectorProxyCommandInput,
712
682
  options: __HttpHandlerOptions,
713
- cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
683
+ cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void,
714
684
  ): void;
715
685
  deleteVoiceConnectorStreamingConfiguration(
716
686
  args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
717
- options?: __HttpHandlerOptions
687
+ options?: __HttpHandlerOptions,
718
688
  ): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
719
689
  deleteVoiceConnectorStreamingConfiguration(
720
690
  args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
721
- cb: (
722
- err: any,
723
- data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
724
- ) => void
691
+ cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void,
725
692
  ): void;
726
693
  deleteVoiceConnectorStreamingConfiguration(
727
694
  args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
728
695
  options: __HttpHandlerOptions,
729
- cb: (
730
- err: any,
731
- data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
732
- ) => void
696
+ cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void,
733
697
  ): void;
734
698
  deleteVoiceConnectorTermination(
735
699
  args: DeleteVoiceConnectorTerminationCommandInput,
736
- options?: __HttpHandlerOptions
700
+ options?: __HttpHandlerOptions,
737
701
  ): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
738
702
  deleteVoiceConnectorTermination(
739
703
  args: DeleteVoiceConnectorTerminationCommandInput,
740
- cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
704
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void,
741
705
  ): void;
742
706
  deleteVoiceConnectorTermination(
743
707
  args: DeleteVoiceConnectorTerminationCommandInput,
744
708
  options: __HttpHandlerOptions,
745
- cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
709
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void,
746
710
  ): void;
747
711
  deleteVoiceConnectorTerminationCredentials(
748
712
  args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
749
- options?: __HttpHandlerOptions
713
+ options?: __HttpHandlerOptions,
750
714
  ): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
751
715
  deleteVoiceConnectorTerminationCredentials(
752
716
  args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
753
- cb: (
754
- err: any,
755
- data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
756
- ) => void
717
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void,
757
718
  ): void;
758
719
  deleteVoiceConnectorTerminationCredentials(
759
720
  args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
760
721
  options: __HttpHandlerOptions,
761
- cb: (
762
- err: any,
763
- data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
764
- ) => void
722
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void,
765
723
  ): void;
766
724
  deleteVoiceProfile(
767
725
  args: DeleteVoiceProfileCommandInput,
768
- options?: __HttpHandlerOptions
726
+ options?: __HttpHandlerOptions,
769
727
  ): Promise<DeleteVoiceProfileCommandOutput>;
770
728
  deleteVoiceProfile(
771
729
  args: DeleteVoiceProfileCommandInput,
772
- cb: (err: any, data?: DeleteVoiceProfileCommandOutput) => void
730
+ cb: (err: any, data?: DeleteVoiceProfileCommandOutput) => void,
773
731
  ): void;
774
732
  deleteVoiceProfile(
775
733
  args: DeleteVoiceProfileCommandInput,
776
734
  options: __HttpHandlerOptions,
777
- cb: (err: any, data?: DeleteVoiceProfileCommandOutput) => void
735
+ cb: (err: any, data?: DeleteVoiceProfileCommandOutput) => void,
778
736
  ): void;
779
737
  deleteVoiceProfileDomain(
780
738
  args: DeleteVoiceProfileDomainCommandInput,
781
- options?: __HttpHandlerOptions
739
+ options?: __HttpHandlerOptions,
782
740
  ): Promise<DeleteVoiceProfileDomainCommandOutput>;
783
741
  deleteVoiceProfileDomain(
784
742
  args: DeleteVoiceProfileDomainCommandInput,
785
- cb: (err: any, data?: DeleteVoiceProfileDomainCommandOutput) => void
743
+ cb: (err: any, data?: DeleteVoiceProfileDomainCommandOutput) => void,
786
744
  ): void;
787
745
  deleteVoiceProfileDomain(
788
746
  args: DeleteVoiceProfileDomainCommandInput,
789
747
  options: __HttpHandlerOptions,
790
- cb: (err: any, data?: DeleteVoiceProfileDomainCommandOutput) => void
748
+ cb: (err: any, data?: DeleteVoiceProfileDomainCommandOutput) => void,
791
749
  ): void;
792
750
  disassociatePhoneNumbersFromVoiceConnector(
793
751
  args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
794
- options?: __HttpHandlerOptions
752
+ options?: __HttpHandlerOptions,
795
753
  ): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
796
754
  disassociatePhoneNumbersFromVoiceConnector(
797
755
  args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
798
- cb: (
799
- err: any,
800
- data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
801
- ) => void
756
+ cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void,
802
757
  ): void;
803
758
  disassociatePhoneNumbersFromVoiceConnector(
804
759
  args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
805
760
  options: __HttpHandlerOptions,
806
- cb: (
807
- err: any,
808
- data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
809
- ) => void
761
+ cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void,
810
762
  ): void;
811
763
  disassociatePhoneNumbersFromVoiceConnectorGroup(
812
764
  args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
813
- options?: __HttpHandlerOptions
765
+ options?: __HttpHandlerOptions,
814
766
  ): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
815
767
  disassociatePhoneNumbersFromVoiceConnectorGroup(
816
768
  args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
817
- cb: (
818
- err: any,
819
- data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
820
- ) => void
769
+ cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void,
821
770
  ): void;
822
771
  disassociatePhoneNumbersFromVoiceConnectorGroup(
823
772
  args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
824
773
  options: __HttpHandlerOptions,
825
- cb: (
826
- err: any,
827
- data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
828
- ) => void
774
+ cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void,
829
775
  ): void;
830
776
  getGlobalSettings(): Promise<GetGlobalSettingsCommandOutput>;
831
777
  getGlobalSettings(
832
778
  args: GetGlobalSettingsCommandInput,
833
- options?: __HttpHandlerOptions
779
+ options?: __HttpHandlerOptions,
834
780
  ): Promise<GetGlobalSettingsCommandOutput>;
835
781
  getGlobalSettings(
836
782
  args: GetGlobalSettingsCommandInput,
837
- cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
783
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void,
838
784
  ): void;
839
785
  getGlobalSettings(
840
786
  args: GetGlobalSettingsCommandInput,
841
787
  options: __HttpHandlerOptions,
842
- cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
788
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void,
843
789
  ): void;
844
790
  getPhoneNumber(
845
791
  args: GetPhoneNumberCommandInput,
846
- options?: __HttpHandlerOptions
792
+ options?: __HttpHandlerOptions,
847
793
  ): Promise<GetPhoneNumberCommandOutput>;
848
794
  getPhoneNumber(
849
795
  args: GetPhoneNumberCommandInput,
850
- cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
796
+ cb: (err: any, data?: GetPhoneNumberCommandOutput) => void,
851
797
  ): void;
852
798
  getPhoneNumber(
853
799
  args: GetPhoneNumberCommandInput,
854
800
  options: __HttpHandlerOptions,
855
- cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
801
+ cb: (err: any, data?: GetPhoneNumberCommandOutput) => void,
856
802
  ): void;
857
803
  getPhoneNumberOrder(
858
804
  args: GetPhoneNumberOrderCommandInput,
859
- options?: __HttpHandlerOptions
805
+ options?: __HttpHandlerOptions,
860
806
  ): Promise<GetPhoneNumberOrderCommandOutput>;
861
807
  getPhoneNumberOrder(
862
808
  args: GetPhoneNumberOrderCommandInput,
863
- cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
809
+ cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void,
864
810
  ): void;
865
811
  getPhoneNumberOrder(
866
812
  args: GetPhoneNumberOrderCommandInput,
867
813
  options: __HttpHandlerOptions,
868
- cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
814
+ cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void,
869
815
  ): void;
870
816
  getPhoneNumberSettings(): Promise<GetPhoneNumberSettingsCommandOutput>;
871
817
  getPhoneNumberSettings(
872
818
  args: GetPhoneNumberSettingsCommandInput,
873
- options?: __HttpHandlerOptions
819
+ options?: __HttpHandlerOptions,
874
820
  ): Promise<GetPhoneNumberSettingsCommandOutput>;
875
821
  getPhoneNumberSettings(
876
822
  args: GetPhoneNumberSettingsCommandInput,
877
- cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
823
+ cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void,
878
824
  ): void;
879
825
  getPhoneNumberSettings(
880
826
  args: GetPhoneNumberSettingsCommandInput,
881
827
  options: __HttpHandlerOptions,
882
- cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
828
+ cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void,
883
829
  ): void;
884
830
  getProxySession(
885
831
  args: GetProxySessionCommandInput,
886
- options?: __HttpHandlerOptions
832
+ options?: __HttpHandlerOptions,
887
833
  ): Promise<GetProxySessionCommandOutput>;
888
834
  getProxySession(
889
835
  args: GetProxySessionCommandInput,
890
- cb: (err: any, data?: GetProxySessionCommandOutput) => void
836
+ cb: (err: any, data?: GetProxySessionCommandOutput) => void,
891
837
  ): void;
892
838
  getProxySession(
893
839
  args: GetProxySessionCommandInput,
894
840
  options: __HttpHandlerOptions,
895
- cb: (err: any, data?: GetProxySessionCommandOutput) => void
841
+ cb: (err: any, data?: GetProxySessionCommandOutput) => void,
896
842
  ): void;
897
843
  getSipMediaApplication(
898
844
  args: GetSipMediaApplicationCommandInput,
899
- options?: __HttpHandlerOptions
845
+ options?: __HttpHandlerOptions,
900
846
  ): Promise<GetSipMediaApplicationCommandOutput>;
901
847
  getSipMediaApplication(
902
848
  args: GetSipMediaApplicationCommandInput,
903
- cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
849
+ cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void,
904
850
  ): void;
905
851
  getSipMediaApplication(
906
852
  args: GetSipMediaApplicationCommandInput,
907
853
  options: __HttpHandlerOptions,
908
- cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
854
+ cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void,
909
855
  ): void;
910
856
  getSipMediaApplicationAlexaSkillConfiguration(
911
857
  args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
912
- options?: __HttpHandlerOptions
858
+ options?: __HttpHandlerOptions,
913
859
  ): Promise<GetSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
914
860
  getSipMediaApplicationAlexaSkillConfiguration(
915
861
  args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
916
- cb: (
917
- err: any,
918
- data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput
919
- ) => void
862
+ cb: (err: any, data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void,
920
863
  ): void;
921
864
  getSipMediaApplicationAlexaSkillConfiguration(
922
865
  args: GetSipMediaApplicationAlexaSkillConfigurationCommandInput,
923
866
  options: __HttpHandlerOptions,
924
- cb: (
925
- err: any,
926
- data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput
927
- ) => void
867
+ cb: (err: any, data?: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void,
928
868
  ): void;
929
869
  getSipMediaApplicationLoggingConfiguration(
930
870
  args: GetSipMediaApplicationLoggingConfigurationCommandInput,
931
- options?: __HttpHandlerOptions
871
+ options?: __HttpHandlerOptions,
932
872
  ): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
933
873
  getSipMediaApplicationLoggingConfiguration(
934
874
  args: GetSipMediaApplicationLoggingConfigurationCommandInput,
935
- cb: (
936
- err: any,
937
- data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
938
- ) => void
875
+ cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void,
939
876
  ): void;
940
877
  getSipMediaApplicationLoggingConfiguration(
941
878
  args: GetSipMediaApplicationLoggingConfigurationCommandInput,
942
879
  options: __HttpHandlerOptions,
943
- cb: (
944
- err: any,
945
- data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
946
- ) => void
880
+ cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void,
947
881
  ): void;
948
882
  getSipRule(
949
883
  args: GetSipRuleCommandInput,
950
- options?: __HttpHandlerOptions
884
+ options?: __HttpHandlerOptions,
951
885
  ): Promise<GetSipRuleCommandOutput>;
952
886
  getSipRule(
953
887
  args: GetSipRuleCommandInput,
954
- cb: (err: any, data?: GetSipRuleCommandOutput) => void
888
+ cb: (err: any, data?: GetSipRuleCommandOutput) => void,
955
889
  ): void;
956
890
  getSipRule(
957
891
  args: GetSipRuleCommandInput,
958
892
  options: __HttpHandlerOptions,
959
- cb: (err: any, data?: GetSipRuleCommandOutput) => void
893
+ cb: (err: any, data?: GetSipRuleCommandOutput) => void,
960
894
  ): void;
961
895
  getSpeakerSearchTask(
962
896
  args: GetSpeakerSearchTaskCommandInput,
963
- options?: __HttpHandlerOptions
897
+ options?: __HttpHandlerOptions,
964
898
  ): Promise<GetSpeakerSearchTaskCommandOutput>;
965
899
  getSpeakerSearchTask(
966
900
  args: GetSpeakerSearchTaskCommandInput,
967
- cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void
901
+ cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void,
968
902
  ): void;
969
903
  getSpeakerSearchTask(
970
904
  args: GetSpeakerSearchTaskCommandInput,
971
905
  options: __HttpHandlerOptions,
972
- cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void
906
+ cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void,
973
907
  ): void;
974
908
  getVoiceConnector(
975
909
  args: GetVoiceConnectorCommandInput,
976
- options?: __HttpHandlerOptions
910
+ options?: __HttpHandlerOptions,
977
911
  ): Promise<GetVoiceConnectorCommandOutput>;
978
912
  getVoiceConnector(
979
913
  args: GetVoiceConnectorCommandInput,
980
- cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
914
+ cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void,
981
915
  ): void;
982
916
  getVoiceConnector(
983
917
  args: GetVoiceConnectorCommandInput,
984
918
  options: __HttpHandlerOptions,
985
- cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
919
+ cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void,
986
920
  ): void;
987
921
  getVoiceConnectorEmergencyCallingConfiguration(
988
922
  args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
989
- options?: __HttpHandlerOptions
923
+ options?: __HttpHandlerOptions,
990
924
  ): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
991
925
  getVoiceConnectorEmergencyCallingConfiguration(
992
926
  args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
993
- cb: (
994
- err: any,
995
- data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
996
- ) => void
927
+ cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
997
928
  ): void;
998
929
  getVoiceConnectorEmergencyCallingConfiguration(
999
930
  args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
1000
931
  options: __HttpHandlerOptions,
1001
- cb: (
1002
- err: any,
1003
- data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
1004
- ) => void
932
+ cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
1005
933
  ): void;
1006
934
  getVoiceConnectorExternalSystemsConfiguration(
1007
935
  args: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
1008
- options?: __HttpHandlerOptions
936
+ options?: __HttpHandlerOptions,
1009
937
  ): Promise<GetVoiceConnectorExternalSystemsConfigurationCommandOutput>;
1010
938
  getVoiceConnectorExternalSystemsConfiguration(
1011
939
  args: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
1012
- cb: (
1013
- err: any,
1014
- data?: GetVoiceConnectorExternalSystemsConfigurationCommandOutput
1015
- ) => void
940
+ cb: (err: any, data?: GetVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
1016
941
  ): void;
1017
942
  getVoiceConnectorExternalSystemsConfiguration(
1018
943
  args: GetVoiceConnectorExternalSystemsConfigurationCommandInput,
1019
944
  options: __HttpHandlerOptions,
1020
- cb: (
1021
- err: any,
1022
- data?: GetVoiceConnectorExternalSystemsConfigurationCommandOutput
1023
- ) => void
945
+ cb: (err: any, data?: GetVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
1024
946
  ): void;
1025
947
  getVoiceConnectorGroup(
1026
948
  args: GetVoiceConnectorGroupCommandInput,
1027
- options?: __HttpHandlerOptions
949
+ options?: __HttpHandlerOptions,
1028
950
  ): Promise<GetVoiceConnectorGroupCommandOutput>;
1029
951
  getVoiceConnectorGroup(
1030
952
  args: GetVoiceConnectorGroupCommandInput,
1031
- cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
953
+ cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void,
1032
954
  ): void;
1033
955
  getVoiceConnectorGroup(
1034
956
  args: GetVoiceConnectorGroupCommandInput,
1035
957
  options: __HttpHandlerOptions,
1036
- cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
958
+ cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void,
1037
959
  ): void;
1038
960
  getVoiceConnectorLoggingConfiguration(
1039
961
  args: GetVoiceConnectorLoggingConfigurationCommandInput,
1040
- options?: __HttpHandlerOptions
962
+ options?: __HttpHandlerOptions,
1041
963
  ): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
1042
964
  getVoiceConnectorLoggingConfiguration(
1043
965
  args: GetVoiceConnectorLoggingConfigurationCommandInput,
1044
- cb: (
1045
- err: any,
1046
- data?: GetVoiceConnectorLoggingConfigurationCommandOutput
1047
- ) => void
966
+ cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void,
1048
967
  ): void;
1049
968
  getVoiceConnectorLoggingConfiguration(
1050
969
  args: GetVoiceConnectorLoggingConfigurationCommandInput,
1051
970
  options: __HttpHandlerOptions,
1052
- cb: (
1053
- err: any,
1054
- data?: GetVoiceConnectorLoggingConfigurationCommandOutput
1055
- ) => void
971
+ cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void,
1056
972
  ): void;
1057
973
  getVoiceConnectorOrigination(
1058
974
  args: GetVoiceConnectorOriginationCommandInput,
1059
- options?: __HttpHandlerOptions
975
+ options?: __HttpHandlerOptions,
1060
976
  ): Promise<GetVoiceConnectorOriginationCommandOutput>;
1061
977
  getVoiceConnectorOrigination(
1062
978
  args: GetVoiceConnectorOriginationCommandInput,
1063
- cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
979
+ cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void,
1064
980
  ): void;
1065
981
  getVoiceConnectorOrigination(
1066
982
  args: GetVoiceConnectorOriginationCommandInput,
1067
983
  options: __HttpHandlerOptions,
1068
- cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
984
+ cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void,
1069
985
  ): void;
1070
986
  getVoiceConnectorProxy(
1071
987
  args: GetVoiceConnectorProxyCommandInput,
1072
- options?: __HttpHandlerOptions
988
+ options?: __HttpHandlerOptions,
1073
989
  ): Promise<GetVoiceConnectorProxyCommandOutput>;
1074
990
  getVoiceConnectorProxy(
1075
991
  args: GetVoiceConnectorProxyCommandInput,
1076
- cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
992
+ cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void,
1077
993
  ): void;
1078
994
  getVoiceConnectorProxy(
1079
995
  args: GetVoiceConnectorProxyCommandInput,
1080
996
  options: __HttpHandlerOptions,
1081
- cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
997
+ cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void,
1082
998
  ): void;
1083
999
  getVoiceConnectorStreamingConfiguration(
1084
1000
  args: GetVoiceConnectorStreamingConfigurationCommandInput,
1085
- options?: __HttpHandlerOptions
1001
+ options?: __HttpHandlerOptions,
1086
1002
  ): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
1087
1003
  getVoiceConnectorStreamingConfiguration(
1088
1004
  args: GetVoiceConnectorStreamingConfigurationCommandInput,
1089
- cb: (
1090
- err: any,
1091
- data?: GetVoiceConnectorStreamingConfigurationCommandOutput
1092
- ) => void
1005
+ cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void,
1093
1006
  ): void;
1094
1007
  getVoiceConnectorStreamingConfiguration(
1095
1008
  args: GetVoiceConnectorStreamingConfigurationCommandInput,
1096
1009
  options: __HttpHandlerOptions,
1097
- cb: (
1098
- err: any,
1099
- data?: GetVoiceConnectorStreamingConfigurationCommandOutput
1100
- ) => void
1010
+ cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void,
1101
1011
  ): void;
1102
1012
  getVoiceConnectorTermination(
1103
1013
  args: GetVoiceConnectorTerminationCommandInput,
1104
- options?: __HttpHandlerOptions
1014
+ options?: __HttpHandlerOptions,
1105
1015
  ): Promise<GetVoiceConnectorTerminationCommandOutput>;
1106
1016
  getVoiceConnectorTermination(
1107
1017
  args: GetVoiceConnectorTerminationCommandInput,
1108
- cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
1018
+ cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void,
1109
1019
  ): void;
1110
1020
  getVoiceConnectorTermination(
1111
1021
  args: GetVoiceConnectorTerminationCommandInput,
1112
1022
  options: __HttpHandlerOptions,
1113
- cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
1023
+ cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void,
1114
1024
  ): void;
1115
1025
  getVoiceConnectorTerminationHealth(
1116
1026
  args: GetVoiceConnectorTerminationHealthCommandInput,
1117
- options?: __HttpHandlerOptions
1027
+ options?: __HttpHandlerOptions,
1118
1028
  ): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
1119
1029
  getVoiceConnectorTerminationHealth(
1120
1030
  args: GetVoiceConnectorTerminationHealthCommandInput,
1121
- cb: (
1122
- err: any,
1123
- data?: GetVoiceConnectorTerminationHealthCommandOutput
1124
- ) => void
1031
+ cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void,
1125
1032
  ): void;
1126
1033
  getVoiceConnectorTerminationHealth(
1127
1034
  args: GetVoiceConnectorTerminationHealthCommandInput,
1128
1035
  options: __HttpHandlerOptions,
1129
- cb: (
1130
- err: any,
1131
- data?: GetVoiceConnectorTerminationHealthCommandOutput
1132
- ) => void
1036
+ cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void,
1133
1037
  ): void;
1134
1038
  getVoiceProfile(
1135
1039
  args: GetVoiceProfileCommandInput,
1136
- options?: __HttpHandlerOptions
1040
+ options?: __HttpHandlerOptions,
1137
1041
  ): Promise<GetVoiceProfileCommandOutput>;
1138
1042
  getVoiceProfile(
1139
1043
  args: GetVoiceProfileCommandInput,
1140
- cb: (err: any, data?: GetVoiceProfileCommandOutput) => void
1044
+ cb: (err: any, data?: GetVoiceProfileCommandOutput) => void,
1141
1045
  ): void;
1142
1046
  getVoiceProfile(
1143
1047
  args: GetVoiceProfileCommandInput,
1144
1048
  options: __HttpHandlerOptions,
1145
- cb: (err: any, data?: GetVoiceProfileCommandOutput) => void
1049
+ cb: (err: any, data?: GetVoiceProfileCommandOutput) => void,
1146
1050
  ): void;
1147
1051
  getVoiceProfileDomain(
1148
1052
  args: GetVoiceProfileDomainCommandInput,
1149
- options?: __HttpHandlerOptions
1053
+ options?: __HttpHandlerOptions,
1150
1054
  ): Promise<GetVoiceProfileDomainCommandOutput>;
1151
1055
  getVoiceProfileDomain(
1152
1056
  args: GetVoiceProfileDomainCommandInput,
1153
- cb: (err: any, data?: GetVoiceProfileDomainCommandOutput) => void
1057
+ cb: (err: any, data?: GetVoiceProfileDomainCommandOutput) => void,
1154
1058
  ): void;
1155
1059
  getVoiceProfileDomain(
1156
1060
  args: GetVoiceProfileDomainCommandInput,
1157
1061
  options: __HttpHandlerOptions,
1158
- cb: (err: any, data?: GetVoiceProfileDomainCommandOutput) => void
1062
+ cb: (err: any, data?: GetVoiceProfileDomainCommandOutput) => void,
1159
1063
  ): void;
1160
1064
  getVoiceToneAnalysisTask(
1161
1065
  args: GetVoiceToneAnalysisTaskCommandInput,
1162
- options?: __HttpHandlerOptions
1066
+ options?: __HttpHandlerOptions,
1163
1067
  ): Promise<GetVoiceToneAnalysisTaskCommandOutput>;
1164
1068
  getVoiceToneAnalysisTask(
1165
1069
  args: GetVoiceToneAnalysisTaskCommandInput,
1166
- cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void
1070
+ cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void,
1167
1071
  ): void;
1168
1072
  getVoiceToneAnalysisTask(
1169
1073
  args: GetVoiceToneAnalysisTaskCommandInput,
1170
1074
  options: __HttpHandlerOptions,
1171
- cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void
1075
+ cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void,
1172
1076
  ): void;
1173
1077
  listAvailableVoiceConnectorRegions(): Promise<ListAvailableVoiceConnectorRegionsCommandOutput>;
1174
1078
  listAvailableVoiceConnectorRegions(
1175
1079
  args: ListAvailableVoiceConnectorRegionsCommandInput,
1176
- options?: __HttpHandlerOptions
1080
+ options?: __HttpHandlerOptions,
1177
1081
  ): Promise<ListAvailableVoiceConnectorRegionsCommandOutput>;
1178
1082
  listAvailableVoiceConnectorRegions(
1179
1083
  args: ListAvailableVoiceConnectorRegionsCommandInput,
1180
- cb: (
1181
- err: any,
1182
- data?: ListAvailableVoiceConnectorRegionsCommandOutput
1183
- ) => void
1084
+ cb: (err: any, data?: ListAvailableVoiceConnectorRegionsCommandOutput) => void,
1184
1085
  ): void;
1185
1086
  listAvailableVoiceConnectorRegions(
1186
1087
  args: ListAvailableVoiceConnectorRegionsCommandInput,
1187
1088
  options: __HttpHandlerOptions,
1188
- cb: (
1189
- err: any,
1190
- data?: ListAvailableVoiceConnectorRegionsCommandOutput
1191
- ) => void
1089
+ cb: (err: any, data?: ListAvailableVoiceConnectorRegionsCommandOutput) => void,
1192
1090
  ): void;
1193
1091
  listPhoneNumberOrders(): Promise<ListPhoneNumberOrdersCommandOutput>;
1194
1092
  listPhoneNumberOrders(
1195
1093
  args: ListPhoneNumberOrdersCommandInput,
1196
- options?: __HttpHandlerOptions
1094
+ options?: __HttpHandlerOptions,
1197
1095
  ): Promise<ListPhoneNumberOrdersCommandOutput>;
1198
1096
  listPhoneNumberOrders(
1199
1097
  args: ListPhoneNumberOrdersCommandInput,
1200
- cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
1098
+ cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void,
1201
1099
  ): void;
1202
1100
  listPhoneNumberOrders(
1203
1101
  args: ListPhoneNumberOrdersCommandInput,
1204
1102
  options: __HttpHandlerOptions,
1205
- cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
1103
+ cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void,
1206
1104
  ): void;
1207
1105
  listPhoneNumbers(): Promise<ListPhoneNumbersCommandOutput>;
1208
1106
  listPhoneNumbers(
1209
1107
  args: ListPhoneNumbersCommandInput,
1210
- options?: __HttpHandlerOptions
1108
+ options?: __HttpHandlerOptions,
1211
1109
  ): Promise<ListPhoneNumbersCommandOutput>;
1212
1110
  listPhoneNumbers(
1213
1111
  args: ListPhoneNumbersCommandInput,
1214
- cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
1112
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void,
1215
1113
  ): void;
1216
1114
  listPhoneNumbers(
1217
1115
  args: ListPhoneNumbersCommandInput,
1218
1116
  options: __HttpHandlerOptions,
1219
- cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
1117
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void,
1220
1118
  ): void;
1221
1119
  listProxySessions(
1222
1120
  args: ListProxySessionsCommandInput,
1223
- options?: __HttpHandlerOptions
1121
+ options?: __HttpHandlerOptions,
1224
1122
  ): Promise<ListProxySessionsCommandOutput>;
1225
1123
  listProxySessions(
1226
1124
  args: ListProxySessionsCommandInput,
1227
- cb: (err: any, data?: ListProxySessionsCommandOutput) => void
1125
+ cb: (err: any, data?: ListProxySessionsCommandOutput) => void,
1228
1126
  ): void;
1229
1127
  listProxySessions(
1230
1128
  args: ListProxySessionsCommandInput,
1231
1129
  options: __HttpHandlerOptions,
1232
- cb: (err: any, data?: ListProxySessionsCommandOutput) => void
1130
+ cb: (err: any, data?: ListProxySessionsCommandOutput) => void,
1233
1131
  ): void;
1234
1132
  listSipMediaApplications(): Promise<ListSipMediaApplicationsCommandOutput>;
1235
1133
  listSipMediaApplications(
1236
1134
  args: ListSipMediaApplicationsCommandInput,
1237
- options?: __HttpHandlerOptions
1135
+ options?: __HttpHandlerOptions,
1238
1136
  ): Promise<ListSipMediaApplicationsCommandOutput>;
1239
1137
  listSipMediaApplications(
1240
1138
  args: ListSipMediaApplicationsCommandInput,
1241
- cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
1139
+ cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void,
1242
1140
  ): void;
1243
1141
  listSipMediaApplications(
1244
1142
  args: ListSipMediaApplicationsCommandInput,
1245
1143
  options: __HttpHandlerOptions,
1246
- cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
1144
+ cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void,
1247
1145
  ): void;
1248
1146
  listSipRules(): Promise<ListSipRulesCommandOutput>;
1249
1147
  listSipRules(
1250
1148
  args: ListSipRulesCommandInput,
1251
- options?: __HttpHandlerOptions
1149
+ options?: __HttpHandlerOptions,
1252
1150
  ): Promise<ListSipRulesCommandOutput>;
1253
1151
  listSipRules(
1254
1152
  args: ListSipRulesCommandInput,
1255
- cb: (err: any, data?: ListSipRulesCommandOutput) => void
1153
+ cb: (err: any, data?: ListSipRulesCommandOutput) => void,
1256
1154
  ): void;
1257
1155
  listSipRules(
1258
1156
  args: ListSipRulesCommandInput,
1259
1157
  options: __HttpHandlerOptions,
1260
- cb: (err: any, data?: ListSipRulesCommandOutput) => void
1158
+ cb: (err: any, data?: ListSipRulesCommandOutput) => void,
1261
1159
  ): void;
1262
1160
  listSupportedPhoneNumberCountries(
1263
1161
  args: ListSupportedPhoneNumberCountriesCommandInput,
1264
- options?: __HttpHandlerOptions
1162
+ options?: __HttpHandlerOptions,
1265
1163
  ): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
1266
1164
  listSupportedPhoneNumberCountries(
1267
1165
  args: ListSupportedPhoneNumberCountriesCommandInput,
1268
- cb: (
1269
- err: any,
1270
- data?: ListSupportedPhoneNumberCountriesCommandOutput
1271
- ) => void
1166
+ cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void,
1272
1167
  ): void;
1273
1168
  listSupportedPhoneNumberCountries(
1274
1169
  args: ListSupportedPhoneNumberCountriesCommandInput,
1275
1170
  options: __HttpHandlerOptions,
1276
- cb: (
1277
- err: any,
1278
- data?: ListSupportedPhoneNumberCountriesCommandOutput
1279
- ) => void
1171
+ cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void,
1280
1172
  ): void;
1281
1173
  listTagsForResource(
1282
1174
  args: ListTagsForResourceCommandInput,
1283
- options?: __HttpHandlerOptions
1175
+ options?: __HttpHandlerOptions,
1284
1176
  ): Promise<ListTagsForResourceCommandOutput>;
1285
1177
  listTagsForResource(
1286
1178
  args: ListTagsForResourceCommandInput,
1287
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1179
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1288
1180
  ): void;
1289
1181
  listTagsForResource(
1290
1182
  args: ListTagsForResourceCommandInput,
1291
1183
  options: __HttpHandlerOptions,
1292
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1184
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1293
1185
  ): void;
1294
1186
  listVoiceConnectorGroups(): Promise<ListVoiceConnectorGroupsCommandOutput>;
1295
1187
  listVoiceConnectorGroups(
1296
1188
  args: ListVoiceConnectorGroupsCommandInput,
1297
- options?: __HttpHandlerOptions
1189
+ options?: __HttpHandlerOptions,
1298
1190
  ): Promise<ListVoiceConnectorGroupsCommandOutput>;
1299
1191
  listVoiceConnectorGroups(
1300
1192
  args: ListVoiceConnectorGroupsCommandInput,
1301
- cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
1193
+ cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void,
1302
1194
  ): void;
1303
1195
  listVoiceConnectorGroups(
1304
1196
  args: ListVoiceConnectorGroupsCommandInput,
1305
1197
  options: __HttpHandlerOptions,
1306
- cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
1198
+ cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void,
1307
1199
  ): void;
1308
1200
  listVoiceConnectors(): Promise<ListVoiceConnectorsCommandOutput>;
1309
1201
  listVoiceConnectors(
1310
1202
  args: ListVoiceConnectorsCommandInput,
1311
- options?: __HttpHandlerOptions
1203
+ options?: __HttpHandlerOptions,
1312
1204
  ): Promise<ListVoiceConnectorsCommandOutput>;
1313
1205
  listVoiceConnectors(
1314
1206
  args: ListVoiceConnectorsCommandInput,
1315
- cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
1207
+ cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void,
1316
1208
  ): void;
1317
1209
  listVoiceConnectors(
1318
1210
  args: ListVoiceConnectorsCommandInput,
1319
1211
  options: __HttpHandlerOptions,
1320
- cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
1212
+ cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void,
1321
1213
  ): void;
1322
1214
  listVoiceConnectorTerminationCredentials(
1323
1215
  args: ListVoiceConnectorTerminationCredentialsCommandInput,
1324
- options?: __HttpHandlerOptions
1216
+ options?: __HttpHandlerOptions,
1325
1217
  ): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
1326
1218
  listVoiceConnectorTerminationCredentials(
1327
1219
  args: ListVoiceConnectorTerminationCredentialsCommandInput,
1328
- cb: (
1329
- err: any,
1330
- data?: ListVoiceConnectorTerminationCredentialsCommandOutput
1331
- ) => void
1220
+ cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void,
1332
1221
  ): void;
1333
1222
  listVoiceConnectorTerminationCredentials(
1334
1223
  args: ListVoiceConnectorTerminationCredentialsCommandInput,
1335
1224
  options: __HttpHandlerOptions,
1336
- cb: (
1337
- err: any,
1338
- data?: ListVoiceConnectorTerminationCredentialsCommandOutput
1339
- ) => void
1225
+ cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void,
1340
1226
  ): void;
1341
1227
  listVoiceProfileDomains(): Promise<ListVoiceProfileDomainsCommandOutput>;
1342
1228
  listVoiceProfileDomains(
1343
1229
  args: ListVoiceProfileDomainsCommandInput,
1344
- options?: __HttpHandlerOptions
1230
+ options?: __HttpHandlerOptions,
1345
1231
  ): Promise<ListVoiceProfileDomainsCommandOutput>;
1346
1232
  listVoiceProfileDomains(
1347
1233
  args: ListVoiceProfileDomainsCommandInput,
1348
- cb: (err: any, data?: ListVoiceProfileDomainsCommandOutput) => void
1234
+ cb: (err: any, data?: ListVoiceProfileDomainsCommandOutput) => void,
1349
1235
  ): void;
1350
1236
  listVoiceProfileDomains(
1351
1237
  args: ListVoiceProfileDomainsCommandInput,
1352
1238
  options: __HttpHandlerOptions,
1353
- cb: (err: any, data?: ListVoiceProfileDomainsCommandOutput) => void
1239
+ cb: (err: any, data?: ListVoiceProfileDomainsCommandOutput) => void,
1354
1240
  ): void;
1355
1241
  listVoiceProfiles(
1356
1242
  args: ListVoiceProfilesCommandInput,
1357
- options?: __HttpHandlerOptions
1243
+ options?: __HttpHandlerOptions,
1358
1244
  ): Promise<ListVoiceProfilesCommandOutput>;
1359
1245
  listVoiceProfiles(
1360
1246
  args: ListVoiceProfilesCommandInput,
1361
- cb: (err: any, data?: ListVoiceProfilesCommandOutput) => void
1247
+ cb: (err: any, data?: ListVoiceProfilesCommandOutput) => void,
1362
1248
  ): void;
1363
1249
  listVoiceProfiles(
1364
1250
  args: ListVoiceProfilesCommandInput,
1365
1251
  options: __HttpHandlerOptions,
1366
- cb: (err: any, data?: ListVoiceProfilesCommandOutput) => void
1252
+ cb: (err: any, data?: ListVoiceProfilesCommandOutput) => void,
1367
1253
  ): void;
1368
1254
  putSipMediaApplicationAlexaSkillConfiguration(
1369
1255
  args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
1370
- options?: __HttpHandlerOptions
1256
+ options?: __HttpHandlerOptions,
1371
1257
  ): Promise<PutSipMediaApplicationAlexaSkillConfigurationCommandOutput>;
1372
1258
  putSipMediaApplicationAlexaSkillConfiguration(
1373
1259
  args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
1374
- cb: (
1375
- err: any,
1376
- data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput
1377
- ) => void
1260
+ cb: (err: any, data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void,
1378
1261
  ): void;
1379
1262
  putSipMediaApplicationAlexaSkillConfiguration(
1380
1263
  args: PutSipMediaApplicationAlexaSkillConfigurationCommandInput,
1381
1264
  options: __HttpHandlerOptions,
1382
- cb: (
1383
- err: any,
1384
- data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput
1385
- ) => void
1265
+ cb: (err: any, data?: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput) => void,
1386
1266
  ): void;
1387
1267
  putSipMediaApplicationLoggingConfiguration(
1388
1268
  args: PutSipMediaApplicationLoggingConfigurationCommandInput,
1389
- options?: __HttpHandlerOptions
1269
+ options?: __HttpHandlerOptions,
1390
1270
  ): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
1391
1271
  putSipMediaApplicationLoggingConfiguration(
1392
1272
  args: PutSipMediaApplicationLoggingConfigurationCommandInput,
1393
- cb: (
1394
- err: any,
1395
- data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
1396
- ) => void
1273
+ cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void,
1397
1274
  ): void;
1398
1275
  putSipMediaApplicationLoggingConfiguration(
1399
1276
  args: PutSipMediaApplicationLoggingConfigurationCommandInput,
1400
1277
  options: __HttpHandlerOptions,
1401
- cb: (
1402
- err: any,
1403
- data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
1404
- ) => void
1278
+ cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void,
1405
1279
  ): void;
1406
1280
  putVoiceConnectorEmergencyCallingConfiguration(
1407
1281
  args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1408
- options?: __HttpHandlerOptions
1282
+ options?: __HttpHandlerOptions,
1409
1283
  ): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1410
1284
  putVoiceConnectorEmergencyCallingConfiguration(
1411
1285
  args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1412
- cb: (
1413
- err: any,
1414
- data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
1415
- ) => void
1286
+ cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
1416
1287
  ): void;
1417
1288
  putVoiceConnectorEmergencyCallingConfiguration(
1418
1289
  args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1419
1290
  options: __HttpHandlerOptions,
1420
- cb: (
1421
- err: any,
1422
- data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
1423
- ) => void
1291
+ cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void,
1424
1292
  ): void;
1425
1293
  putVoiceConnectorExternalSystemsConfiguration(
1426
1294
  args: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
1427
- options?: __HttpHandlerOptions
1295
+ options?: __HttpHandlerOptions,
1428
1296
  ): Promise<PutVoiceConnectorExternalSystemsConfigurationCommandOutput>;
1429
1297
  putVoiceConnectorExternalSystemsConfiguration(
1430
1298
  args: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
1431
- cb: (
1432
- err: any,
1433
- data?: PutVoiceConnectorExternalSystemsConfigurationCommandOutput
1434
- ) => void
1299
+ cb: (err: any, data?: PutVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
1435
1300
  ): void;
1436
1301
  putVoiceConnectorExternalSystemsConfiguration(
1437
1302
  args: PutVoiceConnectorExternalSystemsConfigurationCommandInput,
1438
1303
  options: __HttpHandlerOptions,
1439
- cb: (
1440
- err: any,
1441
- data?: PutVoiceConnectorExternalSystemsConfigurationCommandOutput
1442
- ) => void
1304
+ cb: (err: any, data?: PutVoiceConnectorExternalSystemsConfigurationCommandOutput) => void,
1443
1305
  ): void;
1444
1306
  putVoiceConnectorLoggingConfiguration(
1445
1307
  args: PutVoiceConnectorLoggingConfigurationCommandInput,
1446
- options?: __HttpHandlerOptions
1308
+ options?: __HttpHandlerOptions,
1447
1309
  ): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
1448
1310
  putVoiceConnectorLoggingConfiguration(
1449
1311
  args: PutVoiceConnectorLoggingConfigurationCommandInput,
1450
- cb: (
1451
- err: any,
1452
- data?: PutVoiceConnectorLoggingConfigurationCommandOutput
1453
- ) => void
1312
+ cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void,
1454
1313
  ): void;
1455
1314
  putVoiceConnectorLoggingConfiguration(
1456
1315
  args: PutVoiceConnectorLoggingConfigurationCommandInput,
1457
1316
  options: __HttpHandlerOptions,
1458
- cb: (
1459
- err: any,
1460
- data?: PutVoiceConnectorLoggingConfigurationCommandOutput
1461
- ) => void
1317
+ cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void,
1462
1318
  ): void;
1463
1319
  putVoiceConnectorOrigination(
1464
1320
  args: PutVoiceConnectorOriginationCommandInput,
1465
- options?: __HttpHandlerOptions
1321
+ options?: __HttpHandlerOptions,
1466
1322
  ): Promise<PutVoiceConnectorOriginationCommandOutput>;
1467
1323
  putVoiceConnectorOrigination(
1468
1324
  args: PutVoiceConnectorOriginationCommandInput,
1469
- cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
1325
+ cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void,
1470
1326
  ): void;
1471
1327
  putVoiceConnectorOrigination(
1472
1328
  args: PutVoiceConnectorOriginationCommandInput,
1473
1329
  options: __HttpHandlerOptions,
1474
- cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
1330
+ cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void,
1475
1331
  ): void;
1476
1332
  putVoiceConnectorProxy(
1477
1333
  args: PutVoiceConnectorProxyCommandInput,
1478
- options?: __HttpHandlerOptions
1334
+ options?: __HttpHandlerOptions,
1479
1335
  ): Promise<PutVoiceConnectorProxyCommandOutput>;
1480
1336
  putVoiceConnectorProxy(
1481
1337
  args: PutVoiceConnectorProxyCommandInput,
1482
- cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
1338
+ cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void,
1483
1339
  ): void;
1484
1340
  putVoiceConnectorProxy(
1485
1341
  args: PutVoiceConnectorProxyCommandInput,
1486
1342
  options: __HttpHandlerOptions,
1487
- cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
1343
+ cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void,
1488
1344
  ): void;
1489
1345
  putVoiceConnectorStreamingConfiguration(
1490
1346
  args: PutVoiceConnectorStreamingConfigurationCommandInput,
1491
- options?: __HttpHandlerOptions
1347
+ options?: __HttpHandlerOptions,
1492
1348
  ): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
1493
1349
  putVoiceConnectorStreamingConfiguration(
1494
1350
  args: PutVoiceConnectorStreamingConfigurationCommandInput,
1495
- cb: (
1496
- err: any,
1497
- data?: PutVoiceConnectorStreamingConfigurationCommandOutput
1498
- ) => void
1351
+ cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void,
1499
1352
  ): void;
1500
1353
  putVoiceConnectorStreamingConfiguration(
1501
1354
  args: PutVoiceConnectorStreamingConfigurationCommandInput,
1502
1355
  options: __HttpHandlerOptions,
1503
- cb: (
1504
- err: any,
1505
- data?: PutVoiceConnectorStreamingConfigurationCommandOutput
1506
- ) => void
1356
+ cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void,
1507
1357
  ): void;
1508
1358
  putVoiceConnectorTermination(
1509
1359
  args: PutVoiceConnectorTerminationCommandInput,
1510
- options?: __HttpHandlerOptions
1360
+ options?: __HttpHandlerOptions,
1511
1361
  ): Promise<PutVoiceConnectorTerminationCommandOutput>;
1512
1362
  putVoiceConnectorTermination(
1513
1363
  args: PutVoiceConnectorTerminationCommandInput,
1514
- cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
1364
+ cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void,
1515
1365
  ): void;
1516
1366
  putVoiceConnectorTermination(
1517
1367
  args: PutVoiceConnectorTerminationCommandInput,
1518
1368
  options: __HttpHandlerOptions,
1519
- cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
1369
+ cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void,
1520
1370
  ): void;
1521
1371
  putVoiceConnectorTerminationCredentials(
1522
1372
  args: PutVoiceConnectorTerminationCredentialsCommandInput,
1523
- options?: __HttpHandlerOptions
1373
+ options?: __HttpHandlerOptions,
1524
1374
  ): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
1525
1375
  putVoiceConnectorTerminationCredentials(
1526
1376
  args: PutVoiceConnectorTerminationCredentialsCommandInput,
1527
- cb: (
1528
- err: any,
1529
- data?: PutVoiceConnectorTerminationCredentialsCommandOutput
1530
- ) => void
1377
+ cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void,
1531
1378
  ): void;
1532
1379
  putVoiceConnectorTerminationCredentials(
1533
1380
  args: PutVoiceConnectorTerminationCredentialsCommandInput,
1534
1381
  options: __HttpHandlerOptions,
1535
- cb: (
1536
- err: any,
1537
- data?: PutVoiceConnectorTerminationCredentialsCommandOutput
1538
- ) => void
1382
+ cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void,
1539
1383
  ): void;
1540
1384
  restorePhoneNumber(
1541
1385
  args: RestorePhoneNumberCommandInput,
1542
- options?: __HttpHandlerOptions
1386
+ options?: __HttpHandlerOptions,
1543
1387
  ): Promise<RestorePhoneNumberCommandOutput>;
1544
1388
  restorePhoneNumber(
1545
1389
  args: RestorePhoneNumberCommandInput,
1546
- cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
1390
+ cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void,
1547
1391
  ): void;
1548
1392
  restorePhoneNumber(
1549
1393
  args: RestorePhoneNumberCommandInput,
1550
1394
  options: __HttpHandlerOptions,
1551
- cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
1395
+ cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void,
1552
1396
  ): void;
1553
1397
  searchAvailablePhoneNumbers(): Promise<SearchAvailablePhoneNumbersCommandOutput>;
1554
1398
  searchAvailablePhoneNumbers(
1555
1399
  args: SearchAvailablePhoneNumbersCommandInput,
1556
- options?: __HttpHandlerOptions
1400
+ options?: __HttpHandlerOptions,
1557
1401
  ): Promise<SearchAvailablePhoneNumbersCommandOutput>;
1558
1402
  searchAvailablePhoneNumbers(
1559
1403
  args: SearchAvailablePhoneNumbersCommandInput,
1560
- cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
1404
+ cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void,
1561
1405
  ): void;
1562
1406
  searchAvailablePhoneNumbers(
1563
1407
  args: SearchAvailablePhoneNumbersCommandInput,
1564
1408
  options: __HttpHandlerOptions,
1565
- cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
1409
+ cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void,
1566
1410
  ): void;
1567
1411
  startSpeakerSearchTask(
1568
1412
  args: StartSpeakerSearchTaskCommandInput,
1569
- options?: __HttpHandlerOptions
1413
+ options?: __HttpHandlerOptions,
1570
1414
  ): Promise<StartSpeakerSearchTaskCommandOutput>;
1571
1415
  startSpeakerSearchTask(
1572
1416
  args: StartSpeakerSearchTaskCommandInput,
1573
- cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void
1417
+ cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void,
1574
1418
  ): void;
1575
1419
  startSpeakerSearchTask(
1576
1420
  args: StartSpeakerSearchTaskCommandInput,
1577
1421
  options: __HttpHandlerOptions,
1578
- cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void
1422
+ cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void,
1579
1423
  ): void;
1580
1424
  startVoiceToneAnalysisTask(
1581
1425
  args: StartVoiceToneAnalysisTaskCommandInput,
1582
- options?: __HttpHandlerOptions
1426
+ options?: __HttpHandlerOptions,
1583
1427
  ): Promise<StartVoiceToneAnalysisTaskCommandOutput>;
1584
1428
  startVoiceToneAnalysisTask(
1585
1429
  args: StartVoiceToneAnalysisTaskCommandInput,
1586
- cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void
1430
+ cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void,
1587
1431
  ): void;
1588
1432
  startVoiceToneAnalysisTask(
1589
1433
  args: StartVoiceToneAnalysisTaskCommandInput,
1590
1434
  options: __HttpHandlerOptions,
1591
- cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void
1435
+ cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void,
1592
1436
  ): void;
1593
1437
  stopSpeakerSearchTask(
1594
1438
  args: StopSpeakerSearchTaskCommandInput,
1595
- options?: __HttpHandlerOptions
1439
+ options?: __HttpHandlerOptions,
1596
1440
  ): Promise<StopSpeakerSearchTaskCommandOutput>;
1597
1441
  stopSpeakerSearchTask(
1598
1442
  args: StopSpeakerSearchTaskCommandInput,
1599
- cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void
1443
+ cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void,
1600
1444
  ): void;
1601
1445
  stopSpeakerSearchTask(
1602
1446
  args: StopSpeakerSearchTaskCommandInput,
1603
1447
  options: __HttpHandlerOptions,
1604
- cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void
1448
+ cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void,
1605
1449
  ): void;
1606
1450
  stopVoiceToneAnalysisTask(
1607
1451
  args: StopVoiceToneAnalysisTaskCommandInput,
1608
- options?: __HttpHandlerOptions
1452
+ options?: __HttpHandlerOptions,
1609
1453
  ): Promise<StopVoiceToneAnalysisTaskCommandOutput>;
1610
1454
  stopVoiceToneAnalysisTask(
1611
1455
  args: StopVoiceToneAnalysisTaskCommandInput,
1612
- cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void
1456
+ cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void,
1613
1457
  ): void;
1614
1458
  stopVoiceToneAnalysisTask(
1615
1459
  args: StopVoiceToneAnalysisTaskCommandInput,
1616
1460
  options: __HttpHandlerOptions,
1617
- cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void
1461
+ cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void,
1618
1462
  ): void;
1619
1463
  tagResource(
1620
1464
  args: TagResourceCommandInput,
1621
- options?: __HttpHandlerOptions
1465
+ options?: __HttpHandlerOptions,
1622
1466
  ): Promise<TagResourceCommandOutput>;
1623
1467
  tagResource(
1624
1468
  args: TagResourceCommandInput,
1625
- cb: (err: any, data?: TagResourceCommandOutput) => void
1469
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1626
1470
  ): void;
1627
1471
  tagResource(
1628
1472
  args: TagResourceCommandInput,
1629
1473
  options: __HttpHandlerOptions,
1630
- cb: (err: any, data?: TagResourceCommandOutput) => void
1474
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1631
1475
  ): void;
1632
1476
  untagResource(
1633
1477
  args: UntagResourceCommandInput,
1634
- options?: __HttpHandlerOptions
1478
+ options?: __HttpHandlerOptions,
1635
1479
  ): Promise<UntagResourceCommandOutput>;
1636
1480
  untagResource(
1637
1481
  args: UntagResourceCommandInput,
1638
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1482
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1639
1483
  ): void;
1640
1484
  untagResource(
1641
1485
  args: UntagResourceCommandInput,
1642
1486
  options: __HttpHandlerOptions,
1643
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1487
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1644
1488
  ): void;
1645
- updateGlobalSettings(): Promise<UpdateGlobalSettingsCommandOutput>;
1646
1489
  updateGlobalSettings(
1647
1490
  args: UpdateGlobalSettingsCommandInput,
1648
- options?: __HttpHandlerOptions
1491
+ options?: __HttpHandlerOptions,
1649
1492
  ): Promise<UpdateGlobalSettingsCommandOutput>;
1650
1493
  updateGlobalSettings(
1651
1494
  args: UpdateGlobalSettingsCommandInput,
1652
- cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1495
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void,
1653
1496
  ): void;
1654
1497
  updateGlobalSettings(
1655
1498
  args: UpdateGlobalSettingsCommandInput,
1656
1499
  options: __HttpHandlerOptions,
1657
- cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1500
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void,
1658
1501
  ): void;
1659
1502
  updatePhoneNumber(
1660
1503
  args: UpdatePhoneNumberCommandInput,
1661
- options?: __HttpHandlerOptions
1504
+ options?: __HttpHandlerOptions,
1662
1505
  ): Promise<UpdatePhoneNumberCommandOutput>;
1663
1506
  updatePhoneNumber(
1664
1507
  args: UpdatePhoneNumberCommandInput,
1665
- cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
1508
+ cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void,
1666
1509
  ): void;
1667
1510
  updatePhoneNumber(
1668
1511
  args: UpdatePhoneNumberCommandInput,
1669
1512
  options: __HttpHandlerOptions,
1670
- cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
1513
+ cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void,
1671
1514
  ): void;
1672
1515
  updatePhoneNumberSettings(
1673
1516
  args: UpdatePhoneNumberSettingsCommandInput,
1674
- options?: __HttpHandlerOptions
1517
+ options?: __HttpHandlerOptions,
1675
1518
  ): Promise<UpdatePhoneNumberSettingsCommandOutput>;
1676
1519
  updatePhoneNumberSettings(
1677
1520
  args: UpdatePhoneNumberSettingsCommandInput,
1678
- cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
1521
+ cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void,
1679
1522
  ): void;
1680
1523
  updatePhoneNumberSettings(
1681
1524
  args: UpdatePhoneNumberSettingsCommandInput,
1682
1525
  options: __HttpHandlerOptions,
1683
- cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
1526
+ cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void,
1684
1527
  ): void;
1685
1528
  updateProxySession(
1686
1529
  args: UpdateProxySessionCommandInput,
1687
- options?: __HttpHandlerOptions
1530
+ options?: __HttpHandlerOptions,
1688
1531
  ): Promise<UpdateProxySessionCommandOutput>;
1689
1532
  updateProxySession(
1690
1533
  args: UpdateProxySessionCommandInput,
1691
- cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
1534
+ cb: (err: any, data?: UpdateProxySessionCommandOutput) => void,
1692
1535
  ): void;
1693
1536
  updateProxySession(
1694
1537
  args: UpdateProxySessionCommandInput,
1695
1538
  options: __HttpHandlerOptions,
1696
- cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
1539
+ cb: (err: any, data?: UpdateProxySessionCommandOutput) => void,
1697
1540
  ): void;
1698
1541
  updateSipMediaApplication(
1699
1542
  args: UpdateSipMediaApplicationCommandInput,
1700
- options?: __HttpHandlerOptions
1543
+ options?: __HttpHandlerOptions,
1701
1544
  ): Promise<UpdateSipMediaApplicationCommandOutput>;
1702
1545
  updateSipMediaApplication(
1703
1546
  args: UpdateSipMediaApplicationCommandInput,
1704
- cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
1547
+ cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void,
1705
1548
  ): void;
1706
1549
  updateSipMediaApplication(
1707
1550
  args: UpdateSipMediaApplicationCommandInput,
1708
1551
  options: __HttpHandlerOptions,
1709
- cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
1552
+ cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void,
1710
1553
  ): void;
1711
1554
  updateSipMediaApplicationCall(
1712
1555
  args: UpdateSipMediaApplicationCallCommandInput,
1713
- options?: __HttpHandlerOptions
1556
+ options?: __HttpHandlerOptions,
1714
1557
  ): Promise<UpdateSipMediaApplicationCallCommandOutput>;
1715
1558
  updateSipMediaApplicationCall(
1716
1559
  args: UpdateSipMediaApplicationCallCommandInput,
1717
- cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
1560
+ cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void,
1718
1561
  ): void;
1719
1562
  updateSipMediaApplicationCall(
1720
1563
  args: UpdateSipMediaApplicationCallCommandInput,
1721
1564
  options: __HttpHandlerOptions,
1722
- cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
1565
+ cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void,
1723
1566
  ): void;
1724
1567
  updateSipRule(
1725
1568
  args: UpdateSipRuleCommandInput,
1726
- options?: __HttpHandlerOptions
1569
+ options?: __HttpHandlerOptions,
1727
1570
  ): Promise<UpdateSipRuleCommandOutput>;
1728
1571
  updateSipRule(
1729
1572
  args: UpdateSipRuleCommandInput,
1730
- cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
1573
+ cb: (err: any, data?: UpdateSipRuleCommandOutput) => void,
1731
1574
  ): void;
1732
1575
  updateSipRule(
1733
1576
  args: UpdateSipRuleCommandInput,
1734
1577
  options: __HttpHandlerOptions,
1735
- cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
1578
+ cb: (err: any, data?: UpdateSipRuleCommandOutput) => void,
1736
1579
  ): void;
1737
1580
  updateVoiceConnector(
1738
1581
  args: UpdateVoiceConnectorCommandInput,
1739
- options?: __HttpHandlerOptions
1582
+ options?: __HttpHandlerOptions,
1740
1583
  ): Promise<UpdateVoiceConnectorCommandOutput>;
1741
1584
  updateVoiceConnector(
1742
1585
  args: UpdateVoiceConnectorCommandInput,
1743
- cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
1586
+ cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void,
1744
1587
  ): void;
1745
1588
  updateVoiceConnector(
1746
1589
  args: UpdateVoiceConnectorCommandInput,
1747
1590
  options: __HttpHandlerOptions,
1748
- cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
1591
+ cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void,
1749
1592
  ): void;
1750
1593
  updateVoiceConnectorGroup(
1751
1594
  args: UpdateVoiceConnectorGroupCommandInput,
1752
- options?: __HttpHandlerOptions
1595
+ options?: __HttpHandlerOptions,
1753
1596
  ): Promise<UpdateVoiceConnectorGroupCommandOutput>;
1754
1597
  updateVoiceConnectorGroup(
1755
1598
  args: UpdateVoiceConnectorGroupCommandInput,
1756
- cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
1599
+ cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void,
1757
1600
  ): void;
1758
1601
  updateVoiceConnectorGroup(
1759
1602
  args: UpdateVoiceConnectorGroupCommandInput,
1760
1603
  options: __HttpHandlerOptions,
1761
- cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
1604
+ cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void,
1762
1605
  ): void;
1763
1606
  updateVoiceProfile(
1764
1607
  args: UpdateVoiceProfileCommandInput,
1765
- options?: __HttpHandlerOptions
1608
+ options?: __HttpHandlerOptions,
1766
1609
  ): Promise<UpdateVoiceProfileCommandOutput>;
1767
1610
  updateVoiceProfile(
1768
1611
  args: UpdateVoiceProfileCommandInput,
1769
- cb: (err: any, data?: UpdateVoiceProfileCommandOutput) => void
1612
+ cb: (err: any, data?: UpdateVoiceProfileCommandOutput) => void,
1770
1613
  ): void;
1771
1614
  updateVoiceProfile(
1772
1615
  args: UpdateVoiceProfileCommandInput,
1773
1616
  options: __HttpHandlerOptions,
1774
- cb: (err: any, data?: UpdateVoiceProfileCommandOutput) => void
1617
+ cb: (err: any, data?: UpdateVoiceProfileCommandOutput) => void,
1775
1618
  ): void;
1776
1619
  updateVoiceProfileDomain(
1777
1620
  args: UpdateVoiceProfileDomainCommandInput,
1778
- options?: __HttpHandlerOptions
1621
+ options?: __HttpHandlerOptions,
1779
1622
  ): Promise<UpdateVoiceProfileDomainCommandOutput>;
1780
1623
  updateVoiceProfileDomain(
1781
1624
  args: UpdateVoiceProfileDomainCommandInput,
1782
- cb: (err: any, data?: UpdateVoiceProfileDomainCommandOutput) => void
1625
+ cb: (err: any, data?: UpdateVoiceProfileDomainCommandOutput) => void,
1783
1626
  ): void;
1784
1627
  updateVoiceProfileDomain(
1785
1628
  args: UpdateVoiceProfileDomainCommandInput,
1786
1629
  options: __HttpHandlerOptions,
1787
- cb: (err: any, data?: UpdateVoiceProfileDomainCommandOutput) => void
1630
+ cb: (err: any, data?: UpdateVoiceProfileDomainCommandOutput) => void,
1788
1631
  ): void;
1789
1632
  validateE911Address(
1790
1633
  args: ValidateE911AddressCommandInput,
1791
- options?: __HttpHandlerOptions
1634
+ options?: __HttpHandlerOptions,
1792
1635
  ): Promise<ValidateE911AddressCommandOutput>;
1793
1636
  validateE911Address(
1794
1637
  args: ValidateE911AddressCommandInput,
1795
- cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
1638
+ cb: (err: any, data?: ValidateE911AddressCommandOutput) => void,
1796
1639
  ): void;
1797
1640
  validateE911Address(
1798
1641
  args: ValidateE911AddressCommandInput,
1799
1642
  options: __HttpHandlerOptions,
1800
- cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
1643
+ cb: (err: any, data?: ValidateE911AddressCommandOutput) => void,
1801
1644
  ): void;
1802
1645
  paginateListPhoneNumberOrders(
1803
1646
  args?: ListPhoneNumberOrdersCommandInput,
1804
1647
  paginationConfig?: Pick<
1805
1648
  PaginationConfiguration,
1806
1649
  Exclude<keyof PaginationConfiguration, "client">
1807
- >
1650
+ >,
1808
1651
  ): Paginator<ListPhoneNumberOrdersCommandOutput>;
1809
1652
  paginateListPhoneNumbers(
1810
1653
  args?: ListPhoneNumbersCommandInput,
1811
1654
  paginationConfig?: Pick<
1812
1655
  PaginationConfiguration,
1813
1656
  Exclude<keyof PaginationConfiguration, "client">
1814
- >
1657
+ >,
1815
1658
  ): Paginator<ListPhoneNumbersCommandOutput>;
1816
1659
  paginateListProxySessions(
1817
1660
  args: ListProxySessionsCommandInput,
1818
1661
  paginationConfig?: Pick<
1819
1662
  PaginationConfiguration,
1820
1663
  Exclude<keyof PaginationConfiguration, "client">
1821
- >
1664
+ >,
1822
1665
  ): Paginator<ListProxySessionsCommandOutput>;
1823
1666
  paginateListSipMediaApplications(
1824
1667
  args?: ListSipMediaApplicationsCommandInput,
1825
1668
  paginationConfig?: Pick<
1826
1669
  PaginationConfiguration,
1827
1670
  Exclude<keyof PaginationConfiguration, "client">
1828
- >
1671
+ >,
1829
1672
  ): Paginator<ListSipMediaApplicationsCommandOutput>;
1830
1673
  paginateListSipRules(
1831
1674
  args?: ListSipRulesCommandInput,
1832
1675
  paginationConfig?: Pick<
1833
1676
  PaginationConfiguration,
1834
1677
  Exclude<keyof PaginationConfiguration, "client">
1835
- >
1678
+ >,
1836
1679
  ): Paginator<ListSipRulesCommandOutput>;
1837
1680
  paginateListVoiceConnectorGroups(
1838
1681
  args?: ListVoiceConnectorGroupsCommandInput,
1839
1682
  paginationConfig?: Pick<
1840
1683
  PaginationConfiguration,
1841
1684
  Exclude<keyof PaginationConfiguration, "client">
1842
- >
1685
+ >,
1843
1686
  ): Paginator<ListVoiceConnectorGroupsCommandOutput>;
1844
1687
  paginateListVoiceConnectors(
1845
1688
  args?: ListVoiceConnectorsCommandInput,
1846
1689
  paginationConfig?: Pick<
1847
1690
  PaginationConfiguration,
1848
1691
  Exclude<keyof PaginationConfiguration, "client">
1849
- >
1692
+ >,
1850
1693
  ): Paginator<ListVoiceConnectorsCommandOutput>;
1851
1694
  paginateListVoiceProfileDomains(
1852
1695
  args?: ListVoiceProfileDomainsCommandInput,
1853
1696
  paginationConfig?: Pick<
1854
1697
  PaginationConfiguration,
1855
1698
  Exclude<keyof PaginationConfiguration, "client">
1856
- >
1699
+ >,
1857
1700
  ): Paginator<ListVoiceProfileDomainsCommandOutput>;
1858
1701
  paginateListVoiceProfiles(
1859
1702
  args: ListVoiceProfilesCommandInput,
1860
1703
  paginationConfig?: Pick<
1861
1704
  PaginationConfiguration,
1862
1705
  Exclude<keyof PaginationConfiguration, "client">
1863
- >
1706
+ >,
1864
1707
  ): Paginator<ListVoiceProfilesCommandOutput>;
1865
1708
  paginateSearchAvailablePhoneNumbers(
1866
1709
  args?: SearchAvailablePhoneNumbersCommandInput,
1867
1710
  paginationConfig?: Pick<
1868
1711
  PaginationConfiguration,
1869
1712
  Exclude<keyof PaginationConfiguration, "client">
1870
- >
1713
+ >,
1871
1714
  ): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
1872
1715
  }
1873
- export declare class ChimeSDKVoice
1874
- extends ChimeSDKVoiceClient
1875
- implements ChimeSDKVoice {}
1716
+ export declare class ChimeSDKVoice extends ChimeSDKVoiceClient implements ChimeSDKVoice {}