@aws-sdk/client-transcribe 3.927.0 → 3.929.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 (67) hide show
  1. package/dist-cjs/index.js +1848 -1696
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/TranscribeClient.js +2 -0
  4. package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -9
  5. package/dist-es/commands/CreateLanguageModelCommand.js +3 -9
  6. package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -9
  7. package/dist-es/commands/CreateVocabularyCommand.js +3 -9
  8. package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -9
  9. package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -9
  10. package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -9
  11. package/dist-es/commands/DeleteLanguageModelCommand.js +3 -9
  12. package/dist-es/commands/DeleteMedicalScribeJobCommand.js +3 -9
  13. package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteMedicalVocabularyCommand.js +3 -9
  15. package/dist-es/commands/DeleteTranscriptionJobCommand.js +3 -9
  16. package/dist-es/commands/DeleteVocabularyCommand.js +3 -9
  17. package/dist-es/commands/DeleteVocabularyFilterCommand.js +3 -9
  18. package/dist-es/commands/DescribeLanguageModelCommand.js +3 -9
  19. package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -9
  20. package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -9
  21. package/dist-es/commands/GetMedicalScribeJobCommand.js +3 -9
  22. package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -9
  23. package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -9
  24. package/dist-es/commands/GetTranscriptionJobCommand.js +3 -9
  25. package/dist-es/commands/GetVocabularyCommand.js +3 -9
  26. package/dist-es/commands/GetVocabularyFilterCommand.js +3 -9
  27. package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -9
  28. package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -9
  29. package/dist-es/commands/ListLanguageModelsCommand.js +3 -9
  30. package/dist-es/commands/ListMedicalScribeJobsCommand.js +3 -9
  31. package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -9
  32. package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -9
  35. package/dist-es/commands/ListVocabulariesCommand.js +3 -9
  36. package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -9
  37. package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -9
  38. package/dist-es/commands/StartMedicalScribeJobCommand.js +3 -10
  39. package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -9
  40. package/dist-es/commands/StartTranscriptionJobCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -9
  44. package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -9
  45. package/dist-es/commands/UpdateVocabularyCommand.js +3 -9
  46. package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -9
  47. package/dist-es/models/models_0.js +0 -15
  48. package/dist-es/runtimeConfig.shared.js +7 -0
  49. package/dist-es/schemas/schemas_0.js +1754 -0
  50. package/dist-types/TranscribeClient.d.ts +10 -1
  51. package/dist-types/models/models_0.d.ts +0 -12
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  53. package/dist-types/runtimeConfig.d.ts +1 -0
  54. package/dist-types/runtimeConfig.native.d.ts +1 -0
  55. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  56. package/dist-types/schemas/schemas_0.d.ts +203 -0
  57. package/dist-types/ts3.4/TranscribeClient.d.ts +4 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  63. package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
  64. package/package.json +5 -5
  65. package/dist-es/protocols/Aws_json1_1.js +0 -1365
  66. package/dist-types/protocols/Aws_json1_1.d.ts +0 -389
  67. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -521
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
 
20
19
  const resolveClientEndpointParameters = (options) => {
21
20
  return Object.assign(options, {
@@ -91,6 +90,7 @@ class TranscribeClient extends smithyClient.Client {
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
94
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
95
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -110,14 +110,14 @@ class TranscribeClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- class TranscribeServiceException extends smithyClient.ServiceException {
113
+ let TranscribeServiceException$1 = class TranscribeServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, TranscribeServiceException.prototype);
117
117
  }
118
- }
118
+ };
119
119
 
120
- class BadRequestException extends TranscribeServiceException {
120
+ let BadRequestException$1 = class BadRequestException extends TranscribeServiceException$1 {
121
121
  name = "BadRequestException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,7 +130,7 @@ class BadRequestException extends TranscribeServiceException {
130
130
  Object.setPrototypeOf(this, BadRequestException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- }
133
+ };
134
134
  const BaseModelName = {
135
135
  NARROW_BAND: "NarrowBand",
136
136
  WIDE_BAND: "WideBand",
@@ -340,7 +340,7 @@ const CLMLanguageCode = {
340
340
  HI_IN: "hi-IN",
341
341
  JA_JP: "ja-JP",
342
342
  };
343
- class ConflictException extends TranscribeServiceException {
343
+ let ConflictException$1 = class ConflictException extends TranscribeServiceException$1 {
344
344
  name = "ConflictException";
345
345
  $fault = "client";
346
346
  Message;
@@ -353,8 +353,8 @@ class ConflictException extends TranscribeServiceException {
353
353
  Object.setPrototypeOf(this, ConflictException.prototype);
354
354
  this.Message = opts.Message;
355
355
  }
356
- }
357
- class InternalFailureException extends TranscribeServiceException {
356
+ };
357
+ let InternalFailureException$1 = class InternalFailureException extends TranscribeServiceException$1 {
358
358
  name = "InternalFailureException";
359
359
  $fault = "server";
360
360
  Message;
@@ -367,8 +367,8 @@ class InternalFailureException extends TranscribeServiceException {
367
367
  Object.setPrototypeOf(this, InternalFailureException.prototype);
368
368
  this.Message = opts.Message;
369
369
  }
370
- }
371
- class LimitExceededException extends TranscribeServiceException {
370
+ };
371
+ let LimitExceededException$1 = class LimitExceededException extends TranscribeServiceException$1 {
372
372
  name = "LimitExceededException";
373
373
  $fault = "client";
374
374
  Message;
@@ -381,7 +381,7 @@ class LimitExceededException extends TranscribeServiceException {
381
381
  Object.setPrototypeOf(this, LimitExceededException.prototype);
382
382
  this.Message = opts.Message;
383
383
  }
384
- }
384
+ };
385
385
  const ModelStatus = {
386
386
  COMPLETED: "COMPLETED",
387
387
  FAILED: "FAILED",
@@ -392,7 +392,7 @@ const VocabularyState = {
392
392
  PENDING: "PENDING",
393
393
  READY: "READY",
394
394
  };
395
- class NotFoundException extends TranscribeServiceException {
395
+ let NotFoundException$1 = class NotFoundException extends TranscribeServiceException$1 {
396
396
  name = "NotFoundException";
397
397
  $fault = "client";
398
398
  Message;
@@ -405,7 +405,7 @@ class NotFoundException extends TranscribeServiceException {
405
405
  Object.setPrototypeOf(this, NotFoundException.prototype);
406
406
  this.Message = opts.Message;
407
407
  }
408
- }
408
+ };
409
409
  const MedicalScribeParticipantRole = {
410
410
  CLINICIAN: "CLINICIAN",
411
411
  PATIENT: "PATIENT",
@@ -446,1397 +446,1762 @@ const OutputLocationType = {
446
446
  CUSTOMER_BUCKET: "CUSTOMER_BUCKET",
447
447
  SERVICE_BUCKET: "SERVICE_BUCKET",
448
448
  };
449
- const Pronouns = {
449
+ const Pronouns$1 = {
450
450
  HE_HIM: "HE_HIM",
451
451
  SHE_HER: "SHE_HER",
452
452
  THEY_THEM: "THEY_THEM",
453
453
  };
454
- const MedicalScribePatientContextFilterSensitiveLog = (obj) => ({
455
- ...obj,
456
- ...(obj.Pronouns && { Pronouns: smithyClient.SENSITIVE_STRING }),
457
- });
458
- const MedicalScribeContextFilterSensitiveLog = (obj) => ({
459
- ...obj,
460
- ...(obj.PatientContext && { PatientContext: MedicalScribePatientContextFilterSensitiveLog(obj.PatientContext) }),
461
- });
462
- const StartMedicalScribeJobRequestFilterSensitiveLog = (obj) => ({
463
- ...obj,
464
- ...(obj.MedicalScribeContext && {
465
- MedicalScribeContext: MedicalScribeContextFilterSensitiveLog(obj.MedicalScribeContext),
466
- }),
467
- });
468
454
 
469
- const se_CreateCallAnalyticsCategoryCommand = async (input, context) => {
470
- const headers = sharedHeaders("CreateCallAnalyticsCategory");
471
- let body;
472
- body = JSON.stringify(smithyClient._json(input));
473
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
474
- };
475
- const se_CreateLanguageModelCommand = async (input, context) => {
476
- const headers = sharedHeaders("CreateLanguageModel");
477
- let body;
478
- body = JSON.stringify(smithyClient._json(input));
479
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
480
- };
481
- const se_CreateMedicalVocabularyCommand = async (input, context) => {
482
- const headers = sharedHeaders("CreateMedicalVocabulary");
483
- let body;
484
- body = JSON.stringify(smithyClient._json(input));
485
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
486
- };
487
- const se_CreateVocabularyCommand = async (input, context) => {
488
- const headers = sharedHeaders("CreateVocabulary");
489
- let body;
490
- body = JSON.stringify(smithyClient._json(input));
491
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
492
- };
493
- const se_CreateVocabularyFilterCommand = async (input, context) => {
494
- const headers = sharedHeaders("CreateVocabularyFilter");
495
- let body;
496
- body = JSON.stringify(smithyClient._json(input));
497
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
498
- };
499
- const se_DeleteCallAnalyticsCategoryCommand = async (input, context) => {
500
- const headers = sharedHeaders("DeleteCallAnalyticsCategory");
501
- let body;
502
- body = JSON.stringify(smithyClient._json(input));
503
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
504
- };
505
- const se_DeleteCallAnalyticsJobCommand = async (input, context) => {
506
- const headers = sharedHeaders("DeleteCallAnalyticsJob");
507
- let body;
508
- body = JSON.stringify(smithyClient._json(input));
509
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
510
- };
511
- const se_DeleteLanguageModelCommand = async (input, context) => {
512
- const headers = sharedHeaders("DeleteLanguageModel");
513
- let body;
514
- body = JSON.stringify(smithyClient._json(input));
515
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
516
- };
517
- const se_DeleteMedicalScribeJobCommand = async (input, context) => {
518
- const headers = sharedHeaders("DeleteMedicalScribeJob");
519
- let body;
520
- body = JSON.stringify(smithyClient._json(input));
521
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
522
- };
523
- const se_DeleteMedicalTranscriptionJobCommand = async (input, context) => {
524
- const headers = sharedHeaders("DeleteMedicalTranscriptionJob");
525
- let body;
526
- body = JSON.stringify(smithyClient._json(input));
527
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
528
- };
529
- const se_DeleteMedicalVocabularyCommand = async (input, context) => {
530
- const headers = sharedHeaders("DeleteMedicalVocabulary");
531
- let body;
532
- body = JSON.stringify(smithyClient._json(input));
533
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
534
- };
535
- const se_DeleteTranscriptionJobCommand = async (input, context) => {
536
- const headers = sharedHeaders("DeleteTranscriptionJob");
537
- let body;
538
- body = JSON.stringify(smithyClient._json(input));
539
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
540
- };
541
- const se_DeleteVocabularyCommand = async (input, context) => {
542
- const headers = sharedHeaders("DeleteVocabulary");
543
- let body;
544
- body = JSON.stringify(smithyClient._json(input));
545
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
546
- };
547
- const se_DeleteVocabularyFilterCommand = async (input, context) => {
548
- const headers = sharedHeaders("DeleteVocabularyFilter");
549
- let body;
550
- body = JSON.stringify(smithyClient._json(input));
551
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
552
- };
553
- const se_DescribeLanguageModelCommand = async (input, context) => {
554
- const headers = sharedHeaders("DescribeLanguageModel");
555
- let body;
556
- body = JSON.stringify(smithyClient._json(input));
557
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
558
- };
559
- const se_GetCallAnalyticsCategoryCommand = async (input, context) => {
560
- const headers = sharedHeaders("GetCallAnalyticsCategory");
561
- let body;
562
- body = JSON.stringify(smithyClient._json(input));
563
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
564
- };
565
- const se_GetCallAnalyticsJobCommand = async (input, context) => {
566
- const headers = sharedHeaders("GetCallAnalyticsJob");
567
- let body;
568
- body = JSON.stringify(smithyClient._json(input));
569
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
570
- };
571
- const se_GetMedicalScribeJobCommand = async (input, context) => {
572
- const headers = sharedHeaders("GetMedicalScribeJob");
573
- let body;
574
- body = JSON.stringify(smithyClient._json(input));
575
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
576
- };
577
- const se_GetMedicalTranscriptionJobCommand = async (input, context) => {
578
- const headers = sharedHeaders("GetMedicalTranscriptionJob");
579
- let body;
580
- body = JSON.stringify(smithyClient._json(input));
581
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
582
- };
583
- const se_GetMedicalVocabularyCommand = async (input, context) => {
584
- const headers = sharedHeaders("GetMedicalVocabulary");
585
- let body;
586
- body = JSON.stringify(smithyClient._json(input));
587
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
588
- };
589
- const se_GetTranscriptionJobCommand = async (input, context) => {
590
- const headers = sharedHeaders("GetTranscriptionJob");
591
- let body;
592
- body = JSON.stringify(smithyClient._json(input));
593
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
594
- };
595
- const se_GetVocabularyCommand = async (input, context) => {
596
- const headers = sharedHeaders("GetVocabulary");
597
- let body;
598
- body = JSON.stringify(smithyClient._json(input));
599
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
600
- };
601
- const se_GetVocabularyFilterCommand = async (input, context) => {
602
- const headers = sharedHeaders("GetVocabularyFilter");
603
- let body;
604
- body = JSON.stringify(smithyClient._json(input));
605
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
606
- };
607
- const se_ListCallAnalyticsCategoriesCommand = async (input, context) => {
608
- const headers = sharedHeaders("ListCallAnalyticsCategories");
609
- let body;
610
- body = JSON.stringify(smithyClient._json(input));
611
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
612
- };
613
- const se_ListCallAnalyticsJobsCommand = async (input, context) => {
614
- const headers = sharedHeaders("ListCallAnalyticsJobs");
615
- let body;
616
- body = JSON.stringify(smithyClient._json(input));
617
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
618
- };
619
- const se_ListLanguageModelsCommand = async (input, context) => {
620
- const headers = sharedHeaders("ListLanguageModels");
621
- let body;
622
- body = JSON.stringify(smithyClient._json(input));
623
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
624
- };
625
- const se_ListMedicalScribeJobsCommand = async (input, context) => {
626
- const headers = sharedHeaders("ListMedicalScribeJobs");
627
- let body;
628
- body = JSON.stringify(smithyClient._json(input));
629
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
630
- };
631
- const se_ListMedicalTranscriptionJobsCommand = async (input, context) => {
632
- const headers = sharedHeaders("ListMedicalTranscriptionJobs");
633
- let body;
634
- body = JSON.stringify(smithyClient._json(input));
635
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
636
- };
637
- const se_ListMedicalVocabulariesCommand = async (input, context) => {
638
- const headers = sharedHeaders("ListMedicalVocabularies");
639
- let body;
640
- body = JSON.stringify(smithyClient._json(input));
641
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
642
- };
643
- const se_ListTagsForResourceCommand = async (input, context) => {
644
- const headers = sharedHeaders("ListTagsForResource");
645
- let body;
646
- body = JSON.stringify(smithyClient._json(input));
647
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
648
- };
649
- const se_ListTranscriptionJobsCommand = async (input, context) => {
650
- const headers = sharedHeaders("ListTranscriptionJobs");
651
- let body;
652
- body = JSON.stringify(smithyClient._json(input));
653
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
654
- };
655
- const se_ListVocabulariesCommand = async (input, context) => {
656
- const headers = sharedHeaders("ListVocabularies");
657
- let body;
658
- body = JSON.stringify(smithyClient._json(input));
659
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
660
- };
661
- const se_ListVocabularyFiltersCommand = async (input, context) => {
662
- const headers = sharedHeaders("ListVocabularyFilters");
663
- let body;
664
- body = JSON.stringify(smithyClient._json(input));
665
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
666
- };
667
- const se_StartCallAnalyticsJobCommand = async (input, context) => {
668
- const headers = sharedHeaders("StartCallAnalyticsJob");
669
- let body;
670
- body = JSON.stringify(smithyClient._json(input));
671
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
672
- };
673
- const se_StartMedicalScribeJobCommand = async (input, context) => {
674
- const headers = sharedHeaders("StartMedicalScribeJob");
675
- let body;
676
- body = JSON.stringify(smithyClient._json(input));
677
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
678
- };
679
- const se_StartMedicalTranscriptionJobCommand = async (input, context) => {
680
- const headers = sharedHeaders("StartMedicalTranscriptionJob");
681
- let body;
682
- body = JSON.stringify(smithyClient._json(input));
683
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
684
- };
685
- const se_StartTranscriptionJobCommand = async (input, context) => {
686
- const headers = sharedHeaders("StartTranscriptionJob");
687
- let body;
688
- body = JSON.stringify(smithyClient._json(input));
689
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
690
- };
691
- const se_TagResourceCommand = async (input, context) => {
692
- const headers = sharedHeaders("TagResource");
693
- let body;
694
- body = JSON.stringify(smithyClient._json(input));
695
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
696
- };
697
- const se_UntagResourceCommand = async (input, context) => {
698
- const headers = sharedHeaders("UntagResource");
699
- let body;
700
- body = JSON.stringify(smithyClient._json(input));
701
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
702
- };
703
- const se_UpdateCallAnalyticsCategoryCommand = async (input, context) => {
704
- const headers = sharedHeaders("UpdateCallAnalyticsCategory");
705
- let body;
706
- body = JSON.stringify(smithyClient._json(input));
707
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
708
- };
709
- const se_UpdateMedicalVocabularyCommand = async (input, context) => {
710
- const headers = sharedHeaders("UpdateMedicalVocabulary");
711
- let body;
712
- body = JSON.stringify(smithyClient._json(input));
713
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
714
- };
715
- const se_UpdateVocabularyCommand = async (input, context) => {
716
- const headers = sharedHeaders("UpdateVocabulary");
717
- let body;
718
- body = JSON.stringify(smithyClient._json(input));
719
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
720
- };
721
- const se_UpdateVocabularyFilterCommand = async (input, context) => {
722
- const headers = sharedHeaders("UpdateVocabularyFilter");
723
- let body;
724
- body = JSON.stringify(smithyClient._json(input));
725
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
726
- };
727
- const de_CreateCallAnalyticsCategoryCommand = async (output, context) => {
728
- if (output.statusCode >= 300) {
729
- return de_CommandError(output, context);
730
- }
731
- const data = await core$1.parseJsonBody(output.body, context);
732
- let contents = {};
733
- contents = de_CreateCallAnalyticsCategoryResponse(data);
734
- const response = {
735
- $metadata: deserializeMetadata(output),
736
- ...contents,
737
- };
738
- return response;
739
- };
740
- const de_CreateLanguageModelCommand = async (output, context) => {
741
- if (output.statusCode >= 300) {
742
- return de_CommandError(output, context);
743
- }
744
- const data = await core$1.parseJsonBody(output.body, context);
745
- let contents = {};
746
- contents = smithyClient._json(data);
747
- const response = {
748
- $metadata: deserializeMetadata(output),
749
- ...contents,
750
- };
751
- return response;
752
- };
753
- const de_CreateMedicalVocabularyCommand = async (output, context) => {
754
- if (output.statusCode >= 300) {
755
- return de_CommandError(output, context);
756
- }
757
- const data = await core$1.parseJsonBody(output.body, context);
758
- let contents = {};
759
- contents = de_CreateMedicalVocabularyResponse(data);
760
- const response = {
761
- $metadata: deserializeMetadata(output),
762
- ...contents,
763
- };
764
- return response;
765
- };
766
- const de_CreateVocabularyCommand = async (output, context) => {
767
- if (output.statusCode >= 300) {
768
- return de_CommandError(output, context);
769
- }
770
- const data = await core$1.parseJsonBody(output.body, context);
771
- let contents = {};
772
- contents = de_CreateVocabularyResponse(data);
773
- const response = {
774
- $metadata: deserializeMetadata(output),
775
- ...contents,
776
- };
777
- return response;
778
- };
779
- const de_CreateVocabularyFilterCommand = async (output, context) => {
780
- if (output.statusCode >= 300) {
781
- return de_CommandError(output, context);
782
- }
783
- const data = await core$1.parseJsonBody(output.body, context);
784
- let contents = {};
785
- contents = de_CreateVocabularyFilterResponse(data);
786
- const response = {
787
- $metadata: deserializeMetadata(output),
788
- ...contents,
789
- };
790
- return response;
791
- };
792
- const de_DeleteCallAnalyticsCategoryCommand = async (output, context) => {
793
- if (output.statusCode >= 300) {
794
- return de_CommandError(output, context);
795
- }
796
- const data = await core$1.parseJsonBody(output.body, context);
797
- let contents = {};
798
- contents = smithyClient._json(data);
799
- const response = {
800
- $metadata: deserializeMetadata(output),
801
- ...contents,
802
- };
803
- return response;
804
- };
805
- const de_DeleteCallAnalyticsJobCommand = async (output, context) => {
806
- if (output.statusCode >= 300) {
807
- return de_CommandError(output, context);
808
- }
809
- const data = await core$1.parseJsonBody(output.body, context);
810
- let contents = {};
811
- contents = smithyClient._json(data);
812
- const response = {
813
- $metadata: deserializeMetadata(output),
814
- ...contents,
815
- };
816
- return response;
817
- };
818
- const de_DeleteLanguageModelCommand = async (output, context) => {
819
- if (output.statusCode >= 300) {
820
- return de_CommandError(output, context);
821
- }
822
- await smithyClient.collectBody(output.body, context);
823
- const response = {
824
- $metadata: deserializeMetadata(output),
825
- };
826
- return response;
827
- };
828
- const de_DeleteMedicalScribeJobCommand = async (output, context) => {
829
- if (output.statusCode >= 300) {
830
- return de_CommandError(output, context);
831
- }
832
- await smithyClient.collectBody(output.body, context);
833
- const response = {
834
- $metadata: deserializeMetadata(output),
835
- };
836
- return response;
837
- };
838
- const de_DeleteMedicalTranscriptionJobCommand = async (output, context) => {
839
- if (output.statusCode >= 300) {
840
- return de_CommandError(output, context);
841
- }
842
- await smithyClient.collectBody(output.body, context);
843
- const response = {
844
- $metadata: deserializeMetadata(output),
845
- };
846
- return response;
847
- };
848
- const de_DeleteMedicalVocabularyCommand = async (output, context) => {
849
- if (output.statusCode >= 300) {
850
- return de_CommandError(output, context);
851
- }
852
- await smithyClient.collectBody(output.body, context);
853
- const response = {
854
- $metadata: deserializeMetadata(output),
855
- };
856
- return response;
857
- };
858
- const de_DeleteTranscriptionJobCommand = async (output, context) => {
859
- if (output.statusCode >= 300) {
860
- return de_CommandError(output, context);
861
- }
862
- await smithyClient.collectBody(output.body, context);
863
- const response = {
864
- $metadata: deserializeMetadata(output),
865
- };
866
- return response;
867
- };
868
- const de_DeleteVocabularyCommand = async (output, context) => {
869
- if (output.statusCode >= 300) {
870
- return de_CommandError(output, context);
871
- }
872
- await smithyClient.collectBody(output.body, context);
873
- const response = {
874
- $metadata: deserializeMetadata(output),
875
- };
876
- return response;
877
- };
878
- const de_DeleteVocabularyFilterCommand = async (output, context) => {
879
- if (output.statusCode >= 300) {
880
- return de_CommandError(output, context);
881
- }
882
- await smithyClient.collectBody(output.body, context);
883
- const response = {
884
- $metadata: deserializeMetadata(output),
885
- };
886
- return response;
887
- };
888
- const de_DescribeLanguageModelCommand = async (output, context) => {
889
- if (output.statusCode >= 300) {
890
- return de_CommandError(output, context);
891
- }
892
- const data = await core$1.parseJsonBody(output.body, context);
893
- let contents = {};
894
- contents = de_DescribeLanguageModelResponse(data);
895
- const response = {
896
- $metadata: deserializeMetadata(output),
897
- ...contents,
898
- };
899
- return response;
900
- };
901
- const de_GetCallAnalyticsCategoryCommand = async (output, context) => {
902
- if (output.statusCode >= 300) {
903
- return de_CommandError(output, context);
904
- }
905
- const data = await core$1.parseJsonBody(output.body, context);
906
- let contents = {};
907
- contents = de_GetCallAnalyticsCategoryResponse(data);
908
- const response = {
909
- $metadata: deserializeMetadata(output),
910
- ...contents,
911
- };
912
- return response;
913
- };
914
- const de_GetCallAnalyticsJobCommand = async (output, context) => {
915
- if (output.statusCode >= 300) {
916
- return de_CommandError(output, context);
917
- }
918
- const data = await core$1.parseJsonBody(output.body, context);
919
- let contents = {};
920
- contents = de_GetCallAnalyticsJobResponse(data);
921
- const response = {
922
- $metadata: deserializeMetadata(output),
923
- ...contents,
924
- };
925
- return response;
926
- };
927
- const de_GetMedicalScribeJobCommand = async (output, context) => {
928
- if (output.statusCode >= 300) {
929
- return de_CommandError(output, context);
930
- }
931
- const data = await core$1.parseJsonBody(output.body, context);
932
- let contents = {};
933
- contents = de_GetMedicalScribeJobResponse(data);
934
- const response = {
935
- $metadata: deserializeMetadata(output),
936
- ...contents,
937
- };
938
- return response;
939
- };
940
- const de_GetMedicalTranscriptionJobCommand = async (output, context) => {
941
- if (output.statusCode >= 300) {
942
- return de_CommandError(output, context);
943
- }
944
- const data = await core$1.parseJsonBody(output.body, context);
945
- let contents = {};
946
- contents = de_GetMedicalTranscriptionJobResponse(data);
947
- const response = {
948
- $metadata: deserializeMetadata(output),
949
- ...contents,
950
- };
951
- return response;
952
- };
953
- const de_GetMedicalVocabularyCommand = async (output, context) => {
954
- if (output.statusCode >= 300) {
955
- return de_CommandError(output, context);
956
- }
957
- const data = await core$1.parseJsonBody(output.body, context);
958
- let contents = {};
959
- contents = de_GetMedicalVocabularyResponse(data);
960
- const response = {
961
- $metadata: deserializeMetadata(output),
962
- ...contents,
963
- };
964
- return response;
965
- };
966
- const de_GetTranscriptionJobCommand = async (output, context) => {
967
- if (output.statusCode >= 300) {
968
- return de_CommandError(output, context);
969
- }
970
- const data = await core$1.parseJsonBody(output.body, context);
971
- let contents = {};
972
- contents = de_GetTranscriptionJobResponse(data);
973
- const response = {
974
- $metadata: deserializeMetadata(output),
975
- ...contents,
976
- };
977
- return response;
978
- };
979
- const de_GetVocabularyCommand = async (output, context) => {
980
- if (output.statusCode >= 300) {
981
- return de_CommandError(output, context);
982
- }
983
- const data = await core$1.parseJsonBody(output.body, context);
984
- let contents = {};
985
- contents = de_GetVocabularyResponse(data);
986
- const response = {
987
- $metadata: deserializeMetadata(output),
988
- ...contents,
989
- };
990
- return response;
991
- };
992
- const de_GetVocabularyFilterCommand = async (output, context) => {
993
- if (output.statusCode >= 300) {
994
- return de_CommandError(output, context);
995
- }
996
- const data = await core$1.parseJsonBody(output.body, context);
997
- let contents = {};
998
- contents = de_GetVocabularyFilterResponse(data);
999
- const response = {
1000
- $metadata: deserializeMetadata(output),
1001
- ...contents,
1002
- };
1003
- return response;
1004
- };
1005
- const de_ListCallAnalyticsCategoriesCommand = async (output, context) => {
1006
- if (output.statusCode >= 300) {
1007
- return de_CommandError(output, context);
1008
- }
1009
- const data = await core$1.parseJsonBody(output.body, context);
1010
- let contents = {};
1011
- contents = de_ListCallAnalyticsCategoriesResponse(data);
1012
- const response = {
1013
- $metadata: deserializeMetadata(output),
1014
- ...contents,
1015
- };
1016
- return response;
1017
- };
1018
- const de_ListCallAnalyticsJobsCommand = async (output, context) => {
1019
- if (output.statusCode >= 300) {
1020
- return de_CommandError(output, context);
1021
- }
1022
- const data = await core$1.parseJsonBody(output.body, context);
1023
- let contents = {};
1024
- contents = de_ListCallAnalyticsJobsResponse(data);
1025
- const response = {
1026
- $metadata: deserializeMetadata(output),
1027
- ...contents,
1028
- };
1029
- return response;
1030
- };
1031
- const de_ListLanguageModelsCommand = async (output, context) => {
1032
- if (output.statusCode >= 300) {
1033
- return de_CommandError(output, context);
1034
- }
1035
- const data = await core$1.parseJsonBody(output.body, context);
1036
- let contents = {};
1037
- contents = de_ListLanguageModelsResponse(data);
1038
- const response = {
1039
- $metadata: deserializeMetadata(output),
1040
- ...contents,
1041
- };
1042
- return response;
1043
- };
1044
- const de_ListMedicalScribeJobsCommand = async (output, context) => {
1045
- if (output.statusCode >= 300) {
1046
- return de_CommandError(output, context);
1047
- }
1048
- const data = await core$1.parseJsonBody(output.body, context);
1049
- let contents = {};
1050
- contents = de_ListMedicalScribeJobsResponse(data);
1051
- const response = {
1052
- $metadata: deserializeMetadata(output),
1053
- ...contents,
1054
- };
1055
- return response;
1056
- };
1057
- const de_ListMedicalTranscriptionJobsCommand = async (output, context) => {
1058
- if (output.statusCode >= 300) {
1059
- return de_CommandError(output, context);
1060
- }
1061
- const data = await core$1.parseJsonBody(output.body, context);
1062
- let contents = {};
1063
- contents = de_ListMedicalTranscriptionJobsResponse(data);
1064
- const response = {
1065
- $metadata: deserializeMetadata(output),
1066
- ...contents,
1067
- };
1068
- return response;
1069
- };
1070
- const de_ListMedicalVocabulariesCommand = async (output, context) => {
1071
- if (output.statusCode >= 300) {
1072
- return de_CommandError(output, context);
1073
- }
1074
- const data = await core$1.parseJsonBody(output.body, context);
1075
- let contents = {};
1076
- contents = de_ListMedicalVocabulariesResponse(data);
1077
- const response = {
1078
- $metadata: deserializeMetadata(output),
1079
- ...contents,
1080
- };
1081
- return response;
1082
- };
1083
- const de_ListTagsForResourceCommand = async (output, context) => {
1084
- if (output.statusCode >= 300) {
1085
- return de_CommandError(output, context);
1086
- }
1087
- const data = await core$1.parseJsonBody(output.body, context);
1088
- let contents = {};
1089
- contents = smithyClient._json(data);
1090
- const response = {
1091
- $metadata: deserializeMetadata(output),
1092
- ...contents,
1093
- };
1094
- return response;
1095
- };
1096
- const de_ListTranscriptionJobsCommand = async (output, context) => {
1097
- if (output.statusCode >= 300) {
1098
- return de_CommandError(output, context);
1099
- }
1100
- const data = await core$1.parseJsonBody(output.body, context);
1101
- let contents = {};
1102
- contents = de_ListTranscriptionJobsResponse(data);
1103
- const response = {
1104
- $metadata: deserializeMetadata(output),
1105
- ...contents,
1106
- };
1107
- return response;
1108
- };
1109
- const de_ListVocabulariesCommand = async (output, context) => {
1110
- if (output.statusCode >= 300) {
1111
- return de_CommandError(output, context);
1112
- }
1113
- const data = await core$1.parseJsonBody(output.body, context);
1114
- let contents = {};
1115
- contents = de_ListVocabulariesResponse(data);
1116
- const response = {
1117
- $metadata: deserializeMetadata(output),
1118
- ...contents,
1119
- };
1120
- return response;
1121
- };
1122
- const de_ListVocabularyFiltersCommand = async (output, context) => {
1123
- if (output.statusCode >= 300) {
1124
- return de_CommandError(output, context);
1125
- }
1126
- const data = await core$1.parseJsonBody(output.body, context);
1127
- let contents = {};
1128
- contents = de_ListVocabularyFiltersResponse(data);
1129
- const response = {
1130
- $metadata: deserializeMetadata(output),
1131
- ...contents,
1132
- };
1133
- return response;
1134
- };
1135
- const de_StartCallAnalyticsJobCommand = async (output, context) => {
1136
- if (output.statusCode >= 300) {
1137
- return de_CommandError(output, context);
1138
- }
1139
- const data = await core$1.parseJsonBody(output.body, context);
1140
- let contents = {};
1141
- contents = de_StartCallAnalyticsJobResponse(data);
1142
- const response = {
1143
- $metadata: deserializeMetadata(output),
1144
- ...contents,
1145
- };
1146
- return response;
1147
- };
1148
- const de_StartMedicalScribeJobCommand = async (output, context) => {
1149
- if (output.statusCode >= 300) {
1150
- return de_CommandError(output, context);
1151
- }
1152
- const data = await core$1.parseJsonBody(output.body, context);
1153
- let contents = {};
1154
- contents = de_StartMedicalScribeJobResponse(data);
1155
- const response = {
1156
- $metadata: deserializeMetadata(output),
1157
- ...contents,
1158
- };
1159
- return response;
1160
- };
1161
- const de_StartMedicalTranscriptionJobCommand = async (output, context) => {
1162
- if (output.statusCode >= 300) {
1163
- return de_CommandError(output, context);
1164
- }
1165
- const data = await core$1.parseJsonBody(output.body, context);
1166
- let contents = {};
1167
- contents = de_StartMedicalTranscriptionJobResponse(data);
1168
- const response = {
1169
- $metadata: deserializeMetadata(output),
1170
- ...contents,
1171
- };
1172
- return response;
1173
- };
1174
- const de_StartTranscriptionJobCommand = async (output, context) => {
1175
- if (output.statusCode >= 300) {
1176
- return de_CommandError(output, context);
1177
- }
1178
- const data = await core$1.parseJsonBody(output.body, context);
1179
- let contents = {};
1180
- contents = de_StartTranscriptionJobResponse(data);
1181
- const response = {
1182
- $metadata: deserializeMetadata(output),
1183
- ...contents,
1184
- };
1185
- return response;
1186
- };
1187
- const de_TagResourceCommand = async (output, context) => {
1188
- if (output.statusCode >= 300) {
1189
- return de_CommandError(output, context);
1190
- }
1191
- const data = await core$1.parseJsonBody(output.body, context);
1192
- let contents = {};
1193
- contents = smithyClient._json(data);
1194
- const response = {
1195
- $metadata: deserializeMetadata(output),
1196
- ...contents,
1197
- };
1198
- return response;
1199
- };
1200
- const de_UntagResourceCommand = async (output, context) => {
1201
- if (output.statusCode >= 300) {
1202
- return de_CommandError(output, context);
1203
- }
1204
- const data = await core$1.parseJsonBody(output.body, context);
1205
- let contents = {};
1206
- contents = smithyClient._json(data);
1207
- const response = {
1208
- $metadata: deserializeMetadata(output),
1209
- ...contents,
1210
- };
1211
- return response;
1212
- };
1213
- const de_UpdateCallAnalyticsCategoryCommand = async (output, context) => {
1214
- if (output.statusCode >= 300) {
1215
- return de_CommandError(output, context);
1216
- }
1217
- const data = await core$1.parseJsonBody(output.body, context);
1218
- let contents = {};
1219
- contents = de_UpdateCallAnalyticsCategoryResponse(data);
1220
- const response = {
1221
- $metadata: deserializeMetadata(output),
1222
- ...contents,
1223
- };
1224
- return response;
1225
- };
1226
- const de_UpdateMedicalVocabularyCommand = async (output, context) => {
1227
- if (output.statusCode >= 300) {
1228
- return de_CommandError(output, context);
1229
- }
1230
- const data = await core$1.parseJsonBody(output.body, context);
1231
- let contents = {};
1232
- contents = de_UpdateMedicalVocabularyResponse(data);
1233
- const response = {
1234
- $metadata: deserializeMetadata(output),
1235
- ...contents,
1236
- };
1237
- return response;
1238
- };
1239
- const de_UpdateVocabularyCommand = async (output, context) => {
1240
- if (output.statusCode >= 300) {
1241
- return de_CommandError(output, context);
1242
- }
1243
- const data = await core$1.parseJsonBody(output.body, context);
1244
- let contents = {};
1245
- contents = de_UpdateVocabularyResponse(data);
1246
- const response = {
1247
- $metadata: deserializeMetadata(output),
1248
- ...contents,
1249
- };
1250
- return response;
1251
- };
1252
- const de_UpdateVocabularyFilterCommand = async (output, context) => {
1253
- if (output.statusCode >= 300) {
1254
- return de_CommandError(output, context);
1255
- }
1256
- const data = await core$1.parseJsonBody(output.body, context);
1257
- let contents = {};
1258
- contents = de_UpdateVocabularyFilterResponse(data);
1259
- const response = {
1260
- $metadata: deserializeMetadata(output),
1261
- ...contents,
1262
- };
1263
- return response;
1264
- };
1265
- const de_CommandError = async (output, context) => {
1266
- const parsedOutput = {
1267
- ...output,
1268
- body: await core$1.parseJsonErrorBody(output.body, context),
1269
- };
1270
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1271
- switch (errorCode) {
1272
- case "BadRequestException":
1273
- case "com.amazonaws.transcribe#BadRequestException":
1274
- throw await de_BadRequestExceptionRes(parsedOutput);
1275
- case "ConflictException":
1276
- case "com.amazonaws.transcribe#ConflictException":
1277
- throw await de_ConflictExceptionRes(parsedOutput);
1278
- case "InternalFailureException":
1279
- case "com.amazonaws.transcribe#InternalFailureException":
1280
- throw await de_InternalFailureExceptionRes(parsedOutput);
1281
- case "LimitExceededException":
1282
- case "com.amazonaws.transcribe#LimitExceededException":
1283
- throw await de_LimitExceededExceptionRes(parsedOutput);
1284
- case "NotFoundException":
1285
- case "com.amazonaws.transcribe#NotFoundException":
1286
- throw await de_NotFoundExceptionRes(parsedOutput);
1287
- default:
1288
- const parsedBody = parsedOutput.body;
1289
- return throwDefaultError({
1290
- output,
1291
- parsedBody,
1292
- errorCode,
1293
- });
1294
- }
1295
- };
1296
- const de_BadRequestExceptionRes = async (parsedOutput, context) => {
1297
- const body = parsedOutput.body;
1298
- const deserialized = smithyClient._json(body);
1299
- const exception = new BadRequestException({
1300
- $metadata: deserializeMetadata(parsedOutput),
1301
- ...deserialized,
1302
- });
1303
- return smithyClient.decorateServiceException(exception, body);
1304
- };
1305
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1306
- const body = parsedOutput.body;
1307
- const deserialized = smithyClient._json(body);
1308
- const exception = new ConflictException({
1309
- $metadata: deserializeMetadata(parsedOutput),
1310
- ...deserialized,
1311
- });
1312
- return smithyClient.decorateServiceException(exception, body);
1313
- };
1314
- const de_InternalFailureExceptionRes = async (parsedOutput, context) => {
1315
- const body = parsedOutput.body;
1316
- const deserialized = smithyClient._json(body);
1317
- const exception = new InternalFailureException({
1318
- $metadata: deserializeMetadata(parsedOutput),
1319
- ...deserialized,
1320
- });
1321
- return smithyClient.decorateServiceException(exception, body);
1322
- };
1323
- const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1324
- const body = parsedOutput.body;
1325
- const deserialized = smithyClient._json(body);
1326
- const exception = new LimitExceededException({
1327
- $metadata: deserializeMetadata(parsedOutput),
1328
- ...deserialized,
1329
- });
1330
- return smithyClient.decorateServiceException(exception, body);
1331
- };
1332
- const de_NotFoundExceptionRes = async (parsedOutput, context) => {
1333
- const body = parsedOutput.body;
1334
- const deserialized = smithyClient._json(body);
1335
- const exception = new NotFoundException({
1336
- $metadata: deserializeMetadata(parsedOutput),
1337
- ...deserialized,
1338
- });
1339
- return smithyClient.decorateServiceException(exception, body);
1340
- };
1341
- const de_CallAnalyticsJob = (output, context) => {
1342
- return smithyClient.take(output, {
1343
- CallAnalyticsJobDetails: smithyClient._json,
1344
- CallAnalyticsJobName: smithyClient.expectString,
1345
- CallAnalyticsJobStatus: smithyClient.expectString,
1346
- ChannelDefinitions: smithyClient._json,
1347
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1348
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1349
- DataAccessRoleArn: smithyClient.expectString,
1350
- FailureReason: smithyClient.expectString,
1351
- IdentifiedLanguageScore: smithyClient.limitedParseFloat32,
1352
- LanguageCode: smithyClient.expectString,
1353
- Media: smithyClient._json,
1354
- MediaFormat: smithyClient.expectString,
1355
- MediaSampleRateHertz: smithyClient.expectInt32,
1356
- Settings: smithyClient._json,
1357
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1358
- Tags: smithyClient._json,
1359
- Transcript: smithyClient._json,
1360
- });
1361
- };
1362
- const de_CallAnalyticsJobSummaries = (output, context) => {
1363
- const retVal = (output || [])
1364
- .filter((e) => e != null)
1365
- .map((entry) => {
1366
- return de_CallAnalyticsJobSummary(entry);
1367
- });
1368
- return retVal;
1369
- };
1370
- const de_CallAnalyticsJobSummary = (output, context) => {
1371
- return smithyClient.take(output, {
1372
- CallAnalyticsJobDetails: smithyClient._json,
1373
- CallAnalyticsJobName: smithyClient.expectString,
1374
- CallAnalyticsJobStatus: smithyClient.expectString,
1375
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1376
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1377
- FailureReason: smithyClient.expectString,
1378
- LanguageCode: smithyClient.expectString,
1379
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1380
- });
1381
- };
1382
- const de_CategoryProperties = (output, context) => {
1383
- return smithyClient.take(output, {
1384
- CategoryName: smithyClient.expectString,
1385
- CreateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1386
- InputType: smithyClient.expectString,
1387
- LastUpdateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1388
- Rules: smithyClient._json,
1389
- Tags: smithyClient._json,
1390
- });
1391
- };
1392
- const de_CategoryPropertiesList = (output, context) => {
1393
- const retVal = (output || [])
1394
- .filter((e) => e != null)
1395
- .map((entry) => {
1396
- return de_CategoryProperties(entry);
1397
- });
1398
- return retVal;
1399
- };
1400
- const de_CreateCallAnalyticsCategoryResponse = (output, context) => {
1401
- return smithyClient.take(output, {
1402
- CategoryProperties: (_) => de_CategoryProperties(_),
1403
- });
1404
- };
1405
- const de_CreateMedicalVocabularyResponse = (output, context) => {
1406
- return smithyClient.take(output, {
1407
- FailureReason: smithyClient.expectString,
1408
- LanguageCode: smithyClient.expectString,
1409
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1410
- VocabularyName: smithyClient.expectString,
1411
- VocabularyState: smithyClient.expectString,
1412
- });
1413
- };
1414
- const de_CreateVocabularyFilterResponse = (output, context) => {
1415
- return smithyClient.take(output, {
1416
- LanguageCode: smithyClient.expectString,
1417
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1418
- VocabularyFilterName: smithyClient.expectString,
1419
- });
1420
- };
1421
- const de_CreateVocabularyResponse = (output, context) => {
1422
- return smithyClient.take(output, {
1423
- FailureReason: smithyClient.expectString,
1424
- LanguageCode: smithyClient.expectString,
1425
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1426
- VocabularyName: smithyClient.expectString,
1427
- VocabularyState: smithyClient.expectString,
1428
- });
1429
- };
1430
- const de_DescribeLanguageModelResponse = (output, context) => {
1431
- return smithyClient.take(output, {
1432
- LanguageModel: (_) => de_LanguageModel(_),
1433
- });
1434
- };
1435
- const de_GetCallAnalyticsCategoryResponse = (output, context) => {
1436
- return smithyClient.take(output, {
1437
- CategoryProperties: (_) => de_CategoryProperties(_),
1438
- });
1439
- };
1440
- const de_GetCallAnalyticsJobResponse = (output, context) => {
1441
- return smithyClient.take(output, {
1442
- CallAnalyticsJob: (_) => de_CallAnalyticsJob(_),
1443
- });
1444
- };
1445
- const de_GetMedicalScribeJobResponse = (output, context) => {
1446
- return smithyClient.take(output, {
1447
- MedicalScribeJob: (_) => de_MedicalScribeJob(_),
1448
- });
1449
- };
1450
- const de_GetMedicalTranscriptionJobResponse = (output, context) => {
1451
- return smithyClient.take(output, {
1452
- MedicalTranscriptionJob: (_) => de_MedicalTranscriptionJob(_),
1453
- });
1454
- };
1455
- const de_GetMedicalVocabularyResponse = (output, context) => {
1456
- return smithyClient.take(output, {
1457
- DownloadUri: smithyClient.expectString,
1458
- FailureReason: smithyClient.expectString,
1459
- LanguageCode: smithyClient.expectString,
1460
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1461
- VocabularyName: smithyClient.expectString,
1462
- VocabularyState: smithyClient.expectString,
1463
- });
1464
- };
1465
- const de_GetTranscriptionJobResponse = (output, context) => {
1466
- return smithyClient.take(output, {
1467
- TranscriptionJob: (_) => de_TranscriptionJob(_),
1468
- });
1469
- };
1470
- const de_GetVocabularyFilterResponse = (output, context) => {
1471
- return smithyClient.take(output, {
1472
- DownloadUri: smithyClient.expectString,
1473
- LanguageCode: smithyClient.expectString,
1474
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1475
- VocabularyFilterName: smithyClient.expectString,
1476
- });
1477
- };
1478
- const de_GetVocabularyResponse = (output, context) => {
1479
- return smithyClient.take(output, {
1480
- DownloadUri: smithyClient.expectString,
1481
- FailureReason: smithyClient.expectString,
1482
- LanguageCode: smithyClient.expectString,
1483
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1484
- VocabularyName: smithyClient.expectString,
1485
- VocabularyState: smithyClient.expectString,
1486
- });
1487
- };
1488
- const de_LanguageCodeItem = (output, context) => {
1489
- return smithyClient.take(output, {
1490
- DurationInSeconds: smithyClient.limitedParseFloat32,
1491
- LanguageCode: smithyClient.expectString,
1492
- });
1493
- };
1494
- const de_LanguageCodeList = (output, context) => {
1495
- const retVal = (output || [])
1496
- .filter((e) => e != null)
1497
- .map((entry) => {
1498
- return de_LanguageCodeItem(entry);
1499
- });
1500
- return retVal;
1501
- };
1502
- const de_LanguageModel = (output, context) => {
1503
- return smithyClient.take(output, {
1504
- BaseModelName: smithyClient.expectString,
1505
- CreateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1506
- FailureReason: smithyClient.expectString,
1507
- InputDataConfig: smithyClient._json,
1508
- LanguageCode: smithyClient.expectString,
1509
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1510
- ModelName: smithyClient.expectString,
1511
- ModelStatus: smithyClient.expectString,
1512
- UpgradeAvailability: smithyClient.expectBoolean,
1513
- });
1514
- };
1515
- const de_ListCallAnalyticsCategoriesResponse = (output, context) => {
1516
- return smithyClient.take(output, {
1517
- Categories: (_) => de_CategoryPropertiesList(_),
1518
- NextToken: smithyClient.expectString,
1519
- });
1520
- };
1521
- const de_ListCallAnalyticsJobsResponse = (output, context) => {
1522
- return smithyClient.take(output, {
1523
- CallAnalyticsJobSummaries: (_) => de_CallAnalyticsJobSummaries(_),
1524
- NextToken: smithyClient.expectString,
1525
- Status: smithyClient.expectString,
1526
- });
1527
- };
1528
- const de_ListLanguageModelsResponse = (output, context) => {
1529
- return smithyClient.take(output, {
1530
- Models: (_) => de_Models(_),
1531
- NextToken: smithyClient.expectString,
1532
- });
1533
- };
1534
- const de_ListMedicalScribeJobsResponse = (output, context) => {
1535
- return smithyClient.take(output, {
1536
- MedicalScribeJobSummaries: (_) => de_MedicalScribeJobSummaries(_),
1537
- NextToken: smithyClient.expectString,
1538
- Status: smithyClient.expectString,
1539
- });
1540
- };
1541
- const de_ListMedicalTranscriptionJobsResponse = (output, context) => {
1542
- return smithyClient.take(output, {
1543
- MedicalTranscriptionJobSummaries: (_) => de_MedicalTranscriptionJobSummaries(_),
1544
- NextToken: smithyClient.expectString,
1545
- Status: smithyClient.expectString,
1546
- });
1547
- };
1548
- const de_ListMedicalVocabulariesResponse = (output, context) => {
1549
- return smithyClient.take(output, {
1550
- NextToken: smithyClient.expectString,
1551
- Status: smithyClient.expectString,
1552
- Vocabularies: (_) => de_Vocabularies(_),
1553
- });
1554
- };
1555
- const de_ListTranscriptionJobsResponse = (output, context) => {
1556
- return smithyClient.take(output, {
1557
- NextToken: smithyClient.expectString,
1558
- Status: smithyClient.expectString,
1559
- TranscriptionJobSummaries: (_) => de_TranscriptionJobSummaries(_),
1560
- });
1561
- };
1562
- const de_ListVocabulariesResponse = (output, context) => {
1563
- return smithyClient.take(output, {
1564
- NextToken: smithyClient.expectString,
1565
- Status: smithyClient.expectString,
1566
- Vocabularies: (_) => de_Vocabularies(_),
1567
- });
1568
- };
1569
- const de_ListVocabularyFiltersResponse = (output, context) => {
1570
- return smithyClient.take(output, {
1571
- NextToken: smithyClient.expectString,
1572
- VocabularyFilters: (_) => de_VocabularyFilters(_),
1573
- });
1574
- };
1575
- const de_MedicalScribeJob = (output, context) => {
1576
- return smithyClient.take(output, {
1577
- ChannelDefinitions: smithyClient._json,
1578
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1579
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1580
- DataAccessRoleArn: smithyClient.expectString,
1581
- FailureReason: smithyClient.expectString,
1582
- LanguageCode: smithyClient.expectString,
1583
- Media: smithyClient._json,
1584
- MedicalScribeContextProvided: smithyClient.expectBoolean,
1585
- MedicalScribeJobName: smithyClient.expectString,
1586
- MedicalScribeJobStatus: smithyClient.expectString,
1587
- MedicalScribeOutput: smithyClient._json,
1588
- Settings: smithyClient._json,
1589
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1590
- Tags: smithyClient._json,
1591
- });
1592
- };
1593
- const de_MedicalScribeJobSummaries = (output, context) => {
1594
- const retVal = (output || [])
1595
- .filter((e) => e != null)
1596
- .map((entry) => {
1597
- return de_MedicalScribeJobSummary(entry);
1598
- });
1599
- return retVal;
1600
- };
1601
- const de_MedicalScribeJobSummary = (output, context) => {
1602
- return smithyClient.take(output, {
1603
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1604
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1605
- FailureReason: smithyClient.expectString,
1606
- LanguageCode: smithyClient.expectString,
1607
- MedicalScribeJobName: smithyClient.expectString,
1608
- MedicalScribeJobStatus: smithyClient.expectString,
1609
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1610
- });
1611
- };
1612
- const de_MedicalTranscriptionJob = (output, context) => {
1613
- return smithyClient.take(output, {
1614
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1615
- ContentIdentificationType: smithyClient.expectString,
1616
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1617
- FailureReason: smithyClient.expectString,
1618
- LanguageCode: smithyClient.expectString,
1619
- Media: smithyClient._json,
1620
- MediaFormat: smithyClient.expectString,
1621
- MediaSampleRateHertz: smithyClient.expectInt32,
1622
- MedicalTranscriptionJobName: smithyClient.expectString,
1623
- Settings: smithyClient._json,
1624
- Specialty: smithyClient.expectString,
1625
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1626
- Tags: smithyClient._json,
1627
- Transcript: smithyClient._json,
1628
- TranscriptionJobStatus: smithyClient.expectString,
1629
- Type: smithyClient.expectString,
1630
- });
1631
- };
1632
- const de_MedicalTranscriptionJobSummaries = (output, context) => {
1633
- const retVal = (output || [])
1634
- .filter((e) => e != null)
1635
- .map((entry) => {
1636
- return de_MedicalTranscriptionJobSummary(entry);
1637
- });
1638
- return retVal;
1639
- };
1640
- const de_MedicalTranscriptionJobSummary = (output, context) => {
1641
- return smithyClient.take(output, {
1642
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1643
- ContentIdentificationType: smithyClient.expectString,
1644
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1645
- FailureReason: smithyClient.expectString,
1646
- LanguageCode: smithyClient.expectString,
1647
- MedicalTranscriptionJobName: smithyClient.expectString,
1648
- OutputLocationType: smithyClient.expectString,
1649
- Specialty: smithyClient.expectString,
1650
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1651
- TranscriptionJobStatus: smithyClient.expectString,
1652
- Type: smithyClient.expectString,
1653
- });
1654
- };
1655
- const de_Models = (output, context) => {
1656
- const retVal = (output || [])
1657
- .filter((e) => e != null)
1658
- .map((entry) => {
1659
- return de_LanguageModel(entry);
1660
- });
1661
- return retVal;
1662
- };
1663
- const de_StartCallAnalyticsJobResponse = (output, context) => {
1664
- return smithyClient.take(output, {
1665
- CallAnalyticsJob: (_) => de_CallAnalyticsJob(_),
1666
- });
1667
- };
1668
- const de_StartMedicalScribeJobResponse = (output, context) => {
1669
- return smithyClient.take(output, {
1670
- MedicalScribeJob: (_) => de_MedicalScribeJob(_),
1671
- });
1672
- };
1673
- const de_StartMedicalTranscriptionJobResponse = (output, context) => {
1674
- return smithyClient.take(output, {
1675
- MedicalTranscriptionJob: (_) => de_MedicalTranscriptionJob(_),
1676
- });
1677
- };
1678
- const de_StartTranscriptionJobResponse = (output, context) => {
1679
- return smithyClient.take(output, {
1680
- TranscriptionJob: (_) => de_TranscriptionJob(_),
1681
- });
1682
- };
1683
- const de_TranscriptionJob = (output, context) => {
1684
- return smithyClient.take(output, {
1685
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1686
- ContentRedaction: smithyClient._json,
1687
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1688
- FailureReason: smithyClient.expectString,
1689
- IdentifiedLanguageScore: smithyClient.limitedParseFloat32,
1690
- IdentifyLanguage: smithyClient.expectBoolean,
1691
- IdentifyMultipleLanguages: smithyClient.expectBoolean,
1692
- JobExecutionSettings: smithyClient._json,
1693
- LanguageCode: smithyClient.expectString,
1694
- LanguageCodes: (_) => de_LanguageCodeList(_),
1695
- LanguageIdSettings: smithyClient._json,
1696
- LanguageOptions: smithyClient._json,
1697
- Media: smithyClient._json,
1698
- MediaFormat: smithyClient.expectString,
1699
- MediaSampleRateHertz: smithyClient.expectInt32,
1700
- ModelSettings: smithyClient._json,
1701
- Settings: smithyClient._json,
1702
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1703
- Subtitles: smithyClient._json,
1704
- Tags: smithyClient._json,
1705
- ToxicityDetection: smithyClient._json,
1706
- Transcript: smithyClient._json,
1707
- TranscriptionJobName: smithyClient.expectString,
1708
- TranscriptionJobStatus: smithyClient.expectString,
1709
- });
1710
- };
1711
- const de_TranscriptionJobSummaries = (output, context) => {
1712
- const retVal = (output || [])
1713
- .filter((e) => e != null)
1714
- .map((entry) => {
1715
- return de_TranscriptionJobSummary(entry);
1716
- });
1717
- return retVal;
1718
- };
1719
- const de_TranscriptionJobSummary = (output, context) => {
1720
- return smithyClient.take(output, {
1721
- CompletionTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1722
- ContentRedaction: smithyClient._json,
1723
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1724
- FailureReason: smithyClient.expectString,
1725
- IdentifiedLanguageScore: smithyClient.limitedParseFloat32,
1726
- IdentifyLanguage: smithyClient.expectBoolean,
1727
- IdentifyMultipleLanguages: smithyClient.expectBoolean,
1728
- LanguageCode: smithyClient.expectString,
1729
- LanguageCodes: (_) => de_LanguageCodeList(_),
1730
- ModelSettings: smithyClient._json,
1731
- OutputLocationType: smithyClient.expectString,
1732
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1733
- ToxicityDetection: smithyClient._json,
1734
- TranscriptionJobName: smithyClient.expectString,
1735
- TranscriptionJobStatus: smithyClient.expectString,
1736
- });
1737
- };
1738
- const de_UpdateCallAnalyticsCategoryResponse = (output, context) => {
1739
- return smithyClient.take(output, {
1740
- CategoryProperties: (_) => de_CategoryProperties(_),
1741
- });
1742
- };
1743
- const de_UpdateMedicalVocabularyResponse = (output, context) => {
1744
- return smithyClient.take(output, {
1745
- LanguageCode: smithyClient.expectString,
1746
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1747
- VocabularyName: smithyClient.expectString,
1748
- VocabularyState: smithyClient.expectString,
1749
- });
1750
- };
1751
- const de_UpdateVocabularyFilterResponse = (output, context) => {
1752
- return smithyClient.take(output, {
1753
- LanguageCode: smithyClient.expectString,
1754
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1755
- VocabularyFilterName: smithyClient.expectString,
1756
- });
1757
- };
1758
- const de_UpdateVocabularyResponse = (output, context) => {
1759
- return smithyClient.take(output, {
1760
- LanguageCode: smithyClient.expectString,
1761
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1762
- VocabularyName: smithyClient.expectString,
1763
- VocabularyState: smithyClient.expectString,
1764
- });
1765
- };
1766
- const de_Vocabularies = (output, context) => {
1767
- const retVal = (output || [])
1768
- .filter((e) => e != null)
1769
- .map((entry) => {
1770
- return de_VocabularyInfo(entry);
1771
- });
1772
- return retVal;
1773
- };
1774
- const de_VocabularyFilterInfo = (output, context) => {
1775
- return smithyClient.take(output, {
1776
- LanguageCode: smithyClient.expectString,
1777
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1778
- VocabularyFilterName: smithyClient.expectString,
1779
- });
1780
- };
1781
- const de_VocabularyFilters = (output, context) => {
1782
- const retVal = (output || [])
1783
- .filter((e) => e != null)
1784
- .map((entry) => {
1785
- return de_VocabularyFilterInfo(entry);
1786
- });
1787
- return retVal;
1788
- };
1789
- const de_VocabularyInfo = (output, context) => {
1790
- return smithyClient.take(output, {
1791
- LanguageCode: smithyClient.expectString,
1792
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1793
- VocabularyName: smithyClient.expectString,
1794
- VocabularyState: smithyClient.expectString,
1795
- });
1796
- };
1797
- const deserializeMetadata = (output) => ({
1798
- httpStatusCode: output.statusCode,
1799
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1800
- extendedRequestId: output.headers["x-amz-id-2"],
1801
- cfId: output.headers["x-amz-cf-id"],
1802
- });
1803
- const throwDefaultError = smithyClient.withBaseException(TranscribeServiceException);
1804
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
1805
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1806
- const contents = {
1807
- protocol,
1808
- hostname,
1809
- port,
1810
- method: "POST",
1811
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
1812
- headers,
1813
- };
1814
- if (body !== undefined) {
1815
- contents.body = body;
1816
- }
1817
- return new protocolHttp.HttpRequest(contents);
1818
- };
1819
- function sharedHeaders(operation) {
1820
- return {
1821
- "content-type": "application/x-amz-json-1.1",
1822
- "x-amz-target": `Transcribe.${operation}`,
1823
- };
1824
- }
455
+ const _ADE = "AllowDeferredExecution";
456
+ const _ATR = "AbsoluteTimeRange";
457
+ const _BMN = "BaseModelName";
458
+ const _BRE = "BadRequestException";
459
+ const _C = "Categories";
460
+ const _CAJ = "CallAnalyticsJob";
461
+ const _CAJD = "CallAnalyticsJobDetails";
462
+ const _CAJN = "CallAnalyticsJobName";
463
+ const _CAJS = "CallAnalyticsJobStatus";
464
+ const _CAJSa = "CallAnalyticsJobSettings";
465
+ const _CAJSal = "CallAnalyticsJobSummary";
466
+ const _CAJSall = "CallAnalyticsJobSummaries";
467
+ const _CASF = "CallAnalyticsSkippedFeature";
468
+ const _CASFL = "CallAnalyticsSkippedFeatureList";
469
+ const _CCAC = "CreateCallAnalyticsCategory";
470
+ const _CCACR = "CreateCallAnalyticsCategoryRequest";
471
+ const _CCACRr = "CreateCallAnalyticsCategoryResponse";
472
+ const _CD = "ChannelDefinitions";
473
+ const _CDU = "ClinicalDocumentUri";
474
+ const _CDh = "ChannelDefinition";
475
+ const _CE = "ConflictException";
476
+ const _CI = "ChannelId";
477
+ const _CIT = "ContentIdentificationType";
478
+ const _CIh = "ChannelIdentification";
479
+ const _CLM = "CreateLanguageModel";
480
+ const _CLMR = "CreateLanguageModelRequest";
481
+ const _CLMRr = "CreateLanguageModelResponse";
482
+ const _CMV = "CreateMedicalVocabulary";
483
+ const _CMVR = "CreateMedicalVocabularyRequest";
484
+ const _CMVRr = "CreateMedicalVocabularyResponse";
485
+ const _CN = "CategoryName";
486
+ const _CNGS = "ClinicalNoteGenerationSettings";
487
+ const _CP = "CategoryProperties";
488
+ const _CPL = "CategoryPropertiesList";
489
+ const _CR = "ContentRedaction";
490
+ const _CT = "CreationTime";
491
+ const _CTo = "CompletionTime";
492
+ const _CTr = "CreateTime";
493
+ const _CV = "CreateVocabulary";
494
+ const _CVF = "CreateVocabularyFilter";
495
+ const _CVFR = "CreateVocabularyFilterRequest";
496
+ const _CVFRr = "CreateVocabularyFilterResponse";
497
+ const _CVR = "CreateVocabularyRequest";
498
+ const _CVRr = "CreateVocabularyResponse";
499
+ const _DARA = "DataAccessRoleArn";
500
+ const _DCAC = "DeleteCallAnalyticsCategory";
501
+ const _DCACR = "DeleteCallAnalyticsCategoryRequest";
502
+ const _DCACRe = "DeleteCallAnalyticsCategoryResponse";
503
+ const _DCAJ = "DeleteCallAnalyticsJob";
504
+ const _DCAJR = "DeleteCallAnalyticsJobRequest";
505
+ const _DCAJRe = "DeleteCallAnalyticsJobResponse";
506
+ const _DIS = "DurationInSeconds";
507
+ const _DLM = "DeleteLanguageModel";
508
+ const _DLMR = "DeleteLanguageModelRequest";
509
+ const _DLMRe = "DescribeLanguageModelRequest";
510
+ const _DLMRes = "DescribeLanguageModelResponse";
511
+ const _DLMe = "DescribeLanguageModel";
512
+ const _DMSJ = "DeleteMedicalScribeJob";
513
+ const _DMSJR = "DeleteMedicalScribeJobRequest";
514
+ const _DMTJ = "DeleteMedicalTranscriptionJob";
515
+ const _DMTJR = "DeleteMedicalTranscriptionJobRequest";
516
+ const _DMV = "DeleteMedicalVocabulary";
517
+ const _DMVR = "DeleteMedicalVocabularyRequest";
518
+ const _DTJ = "DeleteTranscriptionJob";
519
+ const _DTJR = "DeleteTranscriptionJobRequest";
520
+ const _DU = "DownloadUri";
521
+ const _DV = "DeleteVocabulary";
522
+ const _DVF = "DeleteVocabularyFilter";
523
+ const _DVFR = "DeleteVocabularyFilterRequest";
524
+ const _DVR = "DeleteVocabularyRequest";
525
+ const _EP = "EndPercentage";
526
+ const _ET = "EndTime";
527
+ const _F = "First";
528
+ const _FR = "FailureReason";
529
+ const _Fe = "Feature";
530
+ const _Fo = "Formats";
531
+ const _GAS = "GenerateAbstractiveSummary";
532
+ const _GCAC = "GetCallAnalyticsCategory";
533
+ const _GCACR = "GetCallAnalyticsCategoryRequest";
534
+ const _GCACRe = "GetCallAnalyticsCategoryResponse";
535
+ const _GCAJ = "GetCallAnalyticsJob";
536
+ const _GCAJR = "GetCallAnalyticsJobRequest";
537
+ const _GCAJRe = "GetCallAnalyticsJobResponse";
538
+ const _GMSJ = "GetMedicalScribeJob";
539
+ const _GMSJR = "GetMedicalScribeJobRequest";
540
+ const _GMSJRe = "GetMedicalScribeJobResponse";
541
+ const _GMTJ = "GetMedicalTranscriptionJob";
542
+ const _GMTJR = "GetMedicalTranscriptionJobRequest";
543
+ const _GMTJRe = "GetMedicalTranscriptionJobResponse";
544
+ const _GMV = "GetMedicalVocabulary";
545
+ const _GMVR = "GetMedicalVocabularyRequest";
546
+ const _GMVRe = "GetMedicalVocabularyResponse";
547
+ const _GTJ = "GetTranscriptionJob";
548
+ const _GTJR = "GetTranscriptionJobRequest";
549
+ const _GTJRe = "GetTranscriptionJobResponse";
550
+ const _GV = "GetVocabulary";
551
+ const _GVF = "GetVocabularyFilter";
552
+ const _GVFR = "GetVocabularyFilterRequest";
553
+ const _GVFRe = "GetVocabularyFilterResponse";
554
+ const _GVR = "GetVocabularyRequest";
555
+ const _GVRe = "GetVocabularyResponse";
556
+ const _IDC = "InputDataConfig";
557
+ const _IF = "InterruptionFilter";
558
+ const _IFE = "InternalFailureException";
559
+ const _IL = "IdentifyLanguage";
560
+ const _ILS = "IdentifiedLanguageScore";
561
+ const _IML = "IdentifyMultipleLanguages";
562
+ const _IT = "InputType";
563
+ const _JES = "JobExecutionSettings";
564
+ const _JNC = "JobNameContains";
565
+ const _K = "Key";
566
+ const _KMSEC = "KMSEncryptionContext";
567
+ const _L = "Last";
568
+ const _LC = "LanguageCode";
569
+ const _LCAC = "ListCallAnalyticsCategories";
570
+ const _LCACR = "ListCallAnalyticsCategoriesRequest";
571
+ const _LCACRi = "ListCallAnalyticsCategoriesResponse";
572
+ const _LCAJ = "ListCallAnalyticsJobs";
573
+ const _LCAJR = "ListCallAnalyticsJobsRequest";
574
+ const _LCAJRi = "ListCallAnalyticsJobsResponse";
575
+ const _LCI = "LanguageCodeItem";
576
+ const _LCL = "LanguageCodeList";
577
+ const _LCa = "LanguageCodes";
578
+ const _LEE = "LimitExceededException";
579
+ const _LIS = "LanguageIdSettings";
580
+ const _LISM = "LanguageIdSettingsMap";
581
+ const _LLM = "ListLanguageModels";
582
+ const _LLMR = "ListLanguageModelsRequest";
583
+ const _LLMRi = "ListLanguageModelsResponse";
584
+ const _LM = "LanguageModel";
585
+ const _LMN = "LanguageModelName";
586
+ const _LMSJ = "ListMedicalScribeJobs";
587
+ const _LMSJR = "ListMedicalScribeJobsRequest";
588
+ const _LMSJRi = "ListMedicalScribeJobsResponse";
589
+ const _LMT = "LastModifiedTime";
590
+ const _LMTJ = "ListMedicalTranscriptionJobs";
591
+ const _LMTJR = "ListMedicalTranscriptionJobsRequest";
592
+ const _LMTJRi = "ListMedicalTranscriptionJobsResponse";
593
+ const _LMV = "ListMedicalVocabularies";
594
+ const _LMVR = "ListMedicalVocabulariesRequest";
595
+ const _LMVRi = "ListMedicalVocabulariesResponse";
596
+ const _LO = "LanguageOptions";
597
+ const _LTFR = "ListTagsForResource";
598
+ const _LTFRR = "ListTagsForResourceRequest";
599
+ const _LTFRRi = "ListTagsForResourceResponse";
600
+ const _LTJ = "ListTranscriptionJobs";
601
+ const _LTJR = "ListTranscriptionJobsRequest";
602
+ const _LTJRi = "ListTranscriptionJobsResponse";
603
+ const _LUT = "LastUpdateTime";
604
+ const _LV = "ListVocabularies";
605
+ const _LVF = "ListVocabularyFilters";
606
+ const _LVFR = "ListVocabularyFiltersRequest";
607
+ const _LVFRi = "ListVocabularyFiltersResponse";
608
+ const _LVR = "ListVocabulariesRequest";
609
+ const _LVRi = "ListVocabulariesResponse";
610
+ const _M = "Message";
611
+ const _MA = "MaxAlternatives";
612
+ const _MF = "MediaFormat";
613
+ const _MFU = "MediaFileUri";
614
+ const _MN = "ModelName";
615
+ const _MR = "MaxResults";
616
+ const _MS = "ModelStatus";
617
+ const _MSC = "MedicalScribeContext";
618
+ const _MSCD = "MedicalScribeChannelDefinition";
619
+ const _MSCDe = "MedicalScribeChannelDefinitions";
620
+ const _MSCP = "MedicalScribeContextProvided";
621
+ const _MSJ = "MedicalScribeJob";
622
+ const _MSJN = "MedicalScribeJobName";
623
+ const _MSJS = "MedicalScribeJobSummaries";
624
+ const _MSJSe = "MedicalScribeJobStatus";
625
+ const _MSJSed = "MedicalScribeJobSummary";
626
+ const _MSL = "MaxSpeakerLabels";
627
+ const _MSO = "MedicalScribeOutput";
628
+ const _MSPC = "MedicalScribePatientContext";
629
+ const _MSRH = "MediaSampleRateHertz";
630
+ const _MSS = "MedicalScribeSettings";
631
+ const _MSo = "ModelSettings";
632
+ const _MT = "MedicalTranscript";
633
+ const _MTJ = "MedicalTranscriptionJob";
634
+ const _MTJN = "MedicalTranscriptionJobName";
635
+ const _MTJS = "MedicalTranscriptionJobSummaries";
636
+ const _MTJSe = "MedicalTranscriptionJobSummary";
637
+ const _MTS = "MedicalTranscriptionSetting";
638
+ const _Me = "Media";
639
+ const _Mo = "Models";
640
+ const _N = "Negate";
641
+ const _NC = "NameContains";
642
+ const _NFE = "NotFoundException";
643
+ const _NT = "NoteTemplate";
644
+ const _NTTF = "NonTalkTimeFilter";
645
+ const _NTe = "NextToken";
646
+ const _OBN = "OutputBucketName";
647
+ const _OEKMSKI = "OutputEncryptionKMSKeyId";
648
+ const _OK = "OutputKey";
649
+ const _OL = "OutputLocation";
650
+ const _OLT = "OutputLocationType";
651
+ const _OSI = "OutputStartIndex";
652
+ const _P = "Pronouns";
653
+ const _PC = "PatientContext";
654
+ const _PET = "PiiEntityTypes";
655
+ const _PR = "ParticipantRole";
656
+ const _Ph = "Phrases";
657
+ const _R = "Rules";
658
+ const _RA = "ResourceArn";
659
+ const _RC = "ReasonCode";
660
+ const _RL = "RuleList";
661
+ const _RMFU = "RedactedMediaFileUri";
662
+ const _RO = "RedactionOutput";
663
+ const _RT = "RedactionType";
664
+ const _RTFU = "RedactedTranscriptFileUri";
665
+ const _RTR = "RelativeTimeRange";
666
+ const _Ru = "Rule";
667
+ const _S = "Settings";
668
+ const _SA = "ShowAlternatives";
669
+ const _SCAJ = "StartCallAnalyticsJob";
670
+ const _SCAJR = "StartCallAnalyticsJobRequest";
671
+ const _SCAJRt = "StartCallAnalyticsJobResponse";
672
+ const _SE = "StatusEquals";
673
+ const _SEt = " StatusEquals";
674
+ const _SEta = "StateEquals";
675
+ const _SF = "SentimentFilter";
676
+ const _SFU = "SubtitleFileUris";
677
+ const _SMSJ = "StartMedicalScribeJob";
678
+ const _SMSJR = "StartMedicalScribeJobRequest";
679
+ const _SMSJRt = "StartMedicalScribeJobResponse";
680
+ const _SMTJ = "StartMedicalTranscriptionJob";
681
+ const _SMTJR = "StartMedicalTranscriptionJobRequest";
682
+ const _SMTJRt = "StartMedicalTranscriptionJobResponse";
683
+ const _SO = "SubtitlesOutput";
684
+ const _SP = "StartPercentage";
685
+ const _SSL = "ShowSpeakerLabels";
686
+ const _ST = "StartTime";
687
+ const _STJ = "StartTranscriptionJob";
688
+ const _STJR = "StartTranscriptionJobRequest";
689
+ const _STJRt = "StartTranscriptionJobResponse";
690
+ const _SU = "S3Uri";
691
+ const _Se = "Sentiments";
692
+ const _Sk = "Skipped";
693
+ const _Sp = "Specialty";
694
+ const _St = "Status";
695
+ const _Su = "Summarization";
696
+ const _Sub = "Subtitles";
697
+ const _T = "Transcript";
698
+ const _TC = "ToxicityCategories";
699
+ const _TD = "ToxicityDetection";
700
+ const _TDS = "ToxicityDetectionSettings";
701
+ const _TDSU = "TuningDataS3Uri";
702
+ const _TF = "TranscriptFilter";
703
+ const _TFT = "TranscriptFilterType";
704
+ const _TFU = "TranscriptFileUri";
705
+ const _TJ = "TranscriptionJob";
706
+ const _TJN = "TranscriptionJobName";
707
+ const _TJS = "TranscriptionJobSummaries";
708
+ const _TJSr = "TranscriptionJobStatus";
709
+ const _TJSra = "TranscriptionJobSummary";
710
+ const _TK = "TagKeys";
711
+ const _TL = "TagList";
712
+ const _TR = "TagResource";
713
+ const _TRR = "TagResourceRequest";
714
+ const _TRRa = "TagResourceResponse";
715
+ const _Ta = "Tags";
716
+ const _Tag = "Tag";
717
+ const _Tar = "Targets";
718
+ const _Th = "Threshold";
719
+ const _Ty = "Type";
720
+ const _UA = "UpgradeAvailability";
721
+ const _UCAC = "UpdateCallAnalyticsCategory";
722
+ const _UCACR = "UpdateCallAnalyticsCategoryRequest";
723
+ const _UCACRp = "UpdateCallAnalyticsCategoryResponse";
724
+ const _UMV = "UpdateMedicalVocabulary";
725
+ const _UMVR = "UpdateMedicalVocabularyRequest";
726
+ const _UMVRp = "UpdateMedicalVocabularyResponse";
727
+ const _UR = "UntagResource";
728
+ const _URR = "UntagResourceRequest";
729
+ const _URRn = "UntagResourceResponse";
730
+ const _UV = "UpdateVocabulary";
731
+ const _UVF = "UpdateVocabularyFilter";
732
+ const _UVFR = "UpdateVocabularyFilterRequest";
733
+ const _UVFRp = "UpdateVocabularyFilterResponse";
734
+ const _UVR = "UpdateVocabularyRequest";
735
+ const _UVRp = "UpdateVocabularyResponse";
736
+ const _V = "Vocabularies";
737
+ const _VF = "VocabularyFilters";
738
+ const _VFFU = "VocabularyFilterFileUri";
739
+ const _VFI = "VocabularyFilterInfo";
740
+ const _VFM = "VocabularyFilterMethod";
741
+ const _VFN = "VocabularyFilterName";
742
+ const _VFU = "VocabularyFileUri";
743
+ const _VI = "VocabularyInfo";
744
+ const _VN = "VocabularyName";
745
+ const _VS = "VocabularyState";
746
+ const _Va = "Value";
747
+ const _W = "Words";
748
+ const _c = "client";
749
+ const _e = "error";
750
+ const _h = "http";
751
+ const _hE = "httpError";
752
+ const _hQ = "httpQuery";
753
+ const _s = "server";
754
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.transcribe";
755
+ const _tK = "tagKeys";
756
+ const n0 = "com.amazonaws.transcribe";
757
+ var Pronouns = [0, n0, _P, 8, 0];
758
+ var AbsoluteTimeRange = [3, n0, _ATR, 0, [_ST, _ET, _F, _L], [1, 1, 1, 1]];
759
+ var BadRequestException = [
760
+ -3,
761
+ n0,
762
+ _BRE,
763
+ {
764
+ [_e]: _c,
765
+ [_hE]: 400,
766
+ },
767
+ [_M],
768
+ [0],
769
+ ];
770
+ schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
771
+ var CallAnalyticsJob = [
772
+ 3,
773
+ n0,
774
+ _CAJ,
775
+ 0,
776
+ [_CAJN, _CAJS, _CAJD, _LC, _MSRH, _MF, _Me, _T, _ST, _CT, _CTo, _FR, _DARA, _ILS, _S, _CD, _Ta],
777
+ [
778
+ 0,
779
+ 0,
780
+ () => CallAnalyticsJobDetails,
781
+ 0,
782
+ 1,
783
+ 0,
784
+ () => Media,
785
+ () => Transcript,
786
+ 4,
787
+ 4,
788
+ 4,
789
+ 0,
790
+ 0,
791
+ 1,
792
+ () => CallAnalyticsJobSettings,
793
+ () => ChannelDefinitions,
794
+ () => TagList,
795
+ ],
796
+ ];
797
+ var CallAnalyticsJobDetails = [
798
+ 3,
799
+ n0,
800
+ _CAJD,
801
+ 0,
802
+ [_Sk],
803
+ [() => CallAnalyticsSkippedFeatureList],
804
+ ];
805
+ var CallAnalyticsJobSettings = [
806
+ 3,
807
+ n0,
808
+ _CAJSa,
809
+ 0,
810
+ [_VN, _VFN, _VFM, _LMN, _CR, _LO, _LIS, _Su],
811
+ [0, 0, 0, 0, () => ContentRedaction, 64 | 0, () => LanguageIdSettingsMap, () => Summarization],
812
+ ];
813
+ var CallAnalyticsJobSummary = [
814
+ 3,
815
+ n0,
816
+ _CAJSal,
817
+ 0,
818
+ [_CAJN, _CT, _ST, _CTo, _LC, _CAJS, _CAJD, _FR],
819
+ [0, 4, 4, 4, 0, 0, () => CallAnalyticsJobDetails, 0],
820
+ ];
821
+ var CallAnalyticsSkippedFeature = [3, n0, _CASF, 0, [_Fe, _RC, _M], [0, 0, 0]];
822
+ var CategoryProperties = [
823
+ 3,
824
+ n0,
825
+ _CP,
826
+ 0,
827
+ [_CN, _R, _CTr, _LUT, _Ta, _IT],
828
+ [0, () => RuleList, 4, 4, () => TagList, 0],
829
+ ];
830
+ var ChannelDefinition = [3, n0, _CDh, 0, [_CI, _PR], [1, 0]];
831
+ var ClinicalNoteGenerationSettings = [3, n0, _CNGS, 0, [_NT], [0]];
832
+ var ConflictException = [
833
+ -3,
834
+ n0,
835
+ _CE,
836
+ {
837
+ [_e]: _c,
838
+ [_hE]: 409,
839
+ },
840
+ [_M],
841
+ [0],
842
+ ];
843
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
844
+ var ContentRedaction = [3, n0, _CR, 0, [_RT, _RO, _PET], [0, 0, 64 | 0]];
845
+ var CreateCallAnalyticsCategoryRequest = [
846
+ 3,
847
+ n0,
848
+ _CCACR,
849
+ 0,
850
+ [_CN, _R, _Ta, _IT],
851
+ [[0, 1], () => RuleList, () => TagList, 0],
852
+ ];
853
+ var CreateCallAnalyticsCategoryResponse = [
854
+ 3,
855
+ n0,
856
+ _CCACRr,
857
+ 0,
858
+ [_CP],
859
+ [() => CategoryProperties],
860
+ ];
861
+ var CreateLanguageModelRequest = [
862
+ 3,
863
+ n0,
864
+ _CLMR,
865
+ 0,
866
+ [_LC, _BMN, _MN, _IDC, _Ta],
867
+ [0, 0, [0, 1], () => InputDataConfig, () => TagList],
868
+ ];
869
+ var CreateLanguageModelResponse = [
870
+ 3,
871
+ n0,
872
+ _CLMRr,
873
+ 0,
874
+ [_LC, _BMN, _MN, _IDC, _MS],
875
+ [0, 0, 0, () => InputDataConfig, 0],
876
+ ];
877
+ var CreateMedicalVocabularyRequest = [
878
+ 3,
879
+ n0,
880
+ _CMVR,
881
+ 0,
882
+ [_VN, _LC, _VFU, _Ta],
883
+ [[0, 1], 0, 0, () => TagList],
884
+ ];
885
+ var CreateMedicalVocabularyResponse = [
886
+ 3,
887
+ n0,
888
+ _CMVRr,
889
+ 0,
890
+ [_VN, _LC, _VS, _LMT, _FR],
891
+ [0, 0, 0, 4, 0],
892
+ ];
893
+ var CreateVocabularyFilterRequest = [
894
+ 3,
895
+ n0,
896
+ _CVFR,
897
+ 0,
898
+ [_VFN, _LC, _W, _VFFU, _Ta, _DARA],
899
+ [[0, 1], 0, 64 | 0, 0, () => TagList, 0],
900
+ ];
901
+ var CreateVocabularyFilterResponse = [3, n0, _CVFRr, 0, [_VFN, _LC, _LMT], [0, 0, 4]];
902
+ var CreateVocabularyRequest = [
903
+ 3,
904
+ n0,
905
+ _CVR,
906
+ 0,
907
+ [_VN, _LC, _Ph, _VFU, _Ta, _DARA],
908
+ [[0, 1], 0, 64 | 0, 0, () => TagList, 0],
909
+ ];
910
+ var CreateVocabularyResponse = [
911
+ 3,
912
+ n0,
913
+ _CVRr,
914
+ 0,
915
+ [_VN, _LC, _VS, _LMT, _FR],
916
+ [0, 0, 0, 4, 0],
917
+ ];
918
+ var DeleteCallAnalyticsCategoryRequest = [3, n0, _DCACR, 0, [_CN], [[0, 1]]];
919
+ var DeleteCallAnalyticsCategoryResponse = [3, n0, _DCACRe, 0, [], []];
920
+ var DeleteCallAnalyticsJobRequest = [3, n0, _DCAJR, 0, [_CAJN], [[0, 1]]];
921
+ var DeleteCallAnalyticsJobResponse = [3, n0, _DCAJRe, 0, [], []];
922
+ var DeleteLanguageModelRequest = [3, n0, _DLMR, 0, [_MN], [[0, 1]]];
923
+ var DeleteMedicalScribeJobRequest = [3, n0, _DMSJR, 0, [_MSJN], [[0, 1]]];
924
+ var DeleteMedicalTranscriptionJobRequest = [3, n0, _DMTJR, 0, [_MTJN], [[0, 1]]];
925
+ var DeleteMedicalVocabularyRequest = [3, n0, _DMVR, 0, [_VN], [[0, 1]]];
926
+ var DeleteTranscriptionJobRequest = [3, n0, _DTJR, 0, [_TJN], [[0, 1]]];
927
+ var DeleteVocabularyFilterRequest = [3, n0, _DVFR, 0, [_VFN], [[0, 1]]];
928
+ var DeleteVocabularyRequest = [3, n0, _DVR, 0, [_VN], [[0, 1]]];
929
+ var DescribeLanguageModelRequest = [3, n0, _DLMRe, 0, [_MN], [[0, 1]]];
930
+ var DescribeLanguageModelResponse = [3, n0, _DLMRes, 0, [_LM], [() => LanguageModel]];
931
+ var GetCallAnalyticsCategoryRequest = [3, n0, _GCACR, 0, [_CN], [[0, 1]]];
932
+ var GetCallAnalyticsCategoryResponse = [
933
+ 3,
934
+ n0,
935
+ _GCACRe,
936
+ 0,
937
+ [_CP],
938
+ [() => CategoryProperties],
939
+ ];
940
+ var GetCallAnalyticsJobRequest = [3, n0, _GCAJR, 0, [_CAJN], [[0, 1]]];
941
+ var GetCallAnalyticsJobResponse = [3, n0, _GCAJRe, 0, [_CAJ], [() => CallAnalyticsJob]];
942
+ var GetMedicalScribeJobRequest = [3, n0, _GMSJR, 0, [_MSJN], [[0, 1]]];
943
+ var GetMedicalScribeJobResponse = [3, n0, _GMSJRe, 0, [_MSJ], [() => MedicalScribeJob]];
944
+ var GetMedicalTranscriptionJobRequest = [3, n0, _GMTJR, 0, [_MTJN], [[0, 1]]];
945
+ var GetMedicalTranscriptionJobResponse = [
946
+ 3,
947
+ n0,
948
+ _GMTJRe,
949
+ 0,
950
+ [_MTJ],
951
+ [() => MedicalTranscriptionJob],
952
+ ];
953
+ var GetMedicalVocabularyRequest = [3, n0, _GMVR, 0, [_VN], [[0, 1]]];
954
+ var GetMedicalVocabularyResponse = [
955
+ 3,
956
+ n0,
957
+ _GMVRe,
958
+ 0,
959
+ [_VN, _LC, _VS, _LMT, _FR, _DU],
960
+ [0, 0, 0, 4, 0, 0],
961
+ ];
962
+ var GetTranscriptionJobRequest = [3, n0, _GTJR, 0, [_TJN], [[0, 1]]];
963
+ var GetTranscriptionJobResponse = [3, n0, _GTJRe, 0, [_TJ], [() => TranscriptionJob]];
964
+ var GetVocabularyFilterRequest = [3, n0, _GVFR, 0, [_VFN], [[0, 1]]];
965
+ var GetVocabularyFilterResponse = [
966
+ 3,
967
+ n0,
968
+ _GVFRe,
969
+ 0,
970
+ [_VFN, _LC, _LMT, _DU],
971
+ [0, 0, 4, 0],
972
+ ];
973
+ var GetVocabularyRequest = [3, n0, _GVR, 0, [_VN], [[0, 1]]];
974
+ var GetVocabularyResponse = [
975
+ 3,
976
+ n0,
977
+ _GVRe,
978
+ 0,
979
+ [_VN, _LC, _VS, _LMT, _FR, _DU],
980
+ [0, 0, 0, 4, 0, 0],
981
+ ];
982
+ var InputDataConfig = [3, n0, _IDC, 0, [_SU, _TDSU, _DARA], [0, 0, 0]];
983
+ var InternalFailureException = [
984
+ -3,
985
+ n0,
986
+ _IFE,
987
+ {
988
+ [_e]: _s,
989
+ [_hE]: 500,
990
+ },
991
+ [_M],
992
+ [0],
993
+ ];
994
+ schema.TypeRegistry.for(n0).registerError(InternalFailureException, InternalFailureException$1);
995
+ var InterruptionFilter = [
996
+ 3,
997
+ n0,
998
+ _IF,
999
+ 0,
1000
+ [_Th, _PR, _ATR, _RTR, _N],
1001
+ [1, 0, () => AbsoluteTimeRange, () => RelativeTimeRange, 2],
1002
+ ];
1003
+ var JobExecutionSettings = [3, n0, _JES, 0, [_ADE, _DARA], [2, 0]];
1004
+ var LanguageCodeItem = [3, n0, _LCI, 0, [_LC, _DIS], [0, 1]];
1005
+ var LanguageIdSettings = [3, n0, _LIS, 0, [_VN, _VFN, _LMN], [0, 0, 0]];
1006
+ var LanguageModel = [
1007
+ 3,
1008
+ n0,
1009
+ _LM,
1010
+ 0,
1011
+ [_MN, _CTr, _LMT, _LC, _BMN, _MS, _UA, _FR, _IDC],
1012
+ [0, 4, 4, 0, 0, 0, 2, 0, () => InputDataConfig],
1013
+ ];
1014
+ var LimitExceededException = [
1015
+ -3,
1016
+ n0,
1017
+ _LEE,
1018
+ {
1019
+ [_e]: _c,
1020
+ [_hE]: 429,
1021
+ },
1022
+ [_M],
1023
+ [0],
1024
+ ];
1025
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1026
+ var ListCallAnalyticsCategoriesRequest = [
1027
+ 3,
1028
+ n0,
1029
+ _LCACR,
1030
+ 0,
1031
+ [_NTe, _MR],
1032
+ [
1033
+ [
1034
+ 0,
1035
+ {
1036
+ [_hQ]: _NTe,
1037
+ },
1038
+ ],
1039
+ [
1040
+ 1,
1041
+ {
1042
+ [_hQ]: _MR,
1043
+ },
1044
+ ],
1045
+ ],
1046
+ ];
1047
+ var ListCallAnalyticsCategoriesResponse = [
1048
+ 3,
1049
+ n0,
1050
+ _LCACRi,
1051
+ 0,
1052
+ [_NTe, _C],
1053
+ [0, () => CategoryPropertiesList],
1054
+ ];
1055
+ var ListCallAnalyticsJobsRequest = [
1056
+ 3,
1057
+ n0,
1058
+ _LCAJR,
1059
+ 0,
1060
+ [_St, _JNC, _NTe, _MR],
1061
+ [
1062
+ [
1063
+ 0,
1064
+ {
1065
+ [_hQ]: _St,
1066
+ },
1067
+ ],
1068
+ [
1069
+ 0,
1070
+ {
1071
+ [_hQ]: _JNC,
1072
+ },
1073
+ ],
1074
+ [
1075
+ 0,
1076
+ {
1077
+ [_hQ]: _NTe,
1078
+ },
1079
+ ],
1080
+ [
1081
+ 1,
1082
+ {
1083
+ [_hQ]: _MR,
1084
+ },
1085
+ ],
1086
+ ],
1087
+ ];
1088
+ var ListCallAnalyticsJobsResponse = [
1089
+ 3,
1090
+ n0,
1091
+ _LCAJRi,
1092
+ 0,
1093
+ [_St, _NTe, _CAJSall],
1094
+ [0, 0, () => CallAnalyticsJobSummaries],
1095
+ ];
1096
+ var ListLanguageModelsRequest = [
1097
+ 3,
1098
+ n0,
1099
+ _LLMR,
1100
+ 0,
1101
+ [_SE, _NC, _NTe, _MR],
1102
+ [
1103
+ [
1104
+ 0,
1105
+ {
1106
+ [_hQ]: _SEt,
1107
+ },
1108
+ ],
1109
+ [
1110
+ 0,
1111
+ {
1112
+ [_hQ]: _NC,
1113
+ },
1114
+ ],
1115
+ [
1116
+ 0,
1117
+ {
1118
+ [_hQ]: _NTe,
1119
+ },
1120
+ ],
1121
+ [
1122
+ 1,
1123
+ {
1124
+ [_hQ]: _MR,
1125
+ },
1126
+ ],
1127
+ ],
1128
+ ];
1129
+ var ListLanguageModelsResponse = [3, n0, _LLMRi, 0, [_NTe, _Mo], [0, () => Models]];
1130
+ var ListMedicalScribeJobsRequest = [
1131
+ 3,
1132
+ n0,
1133
+ _LMSJR,
1134
+ 0,
1135
+ [_St, _JNC, _NTe, _MR],
1136
+ [
1137
+ [
1138
+ 0,
1139
+ {
1140
+ [_hQ]: _St,
1141
+ },
1142
+ ],
1143
+ [
1144
+ 0,
1145
+ {
1146
+ [_hQ]: _JNC,
1147
+ },
1148
+ ],
1149
+ [
1150
+ 0,
1151
+ {
1152
+ [_hQ]: _NTe,
1153
+ },
1154
+ ],
1155
+ [
1156
+ 1,
1157
+ {
1158
+ [_hQ]: _MR,
1159
+ },
1160
+ ],
1161
+ ],
1162
+ ];
1163
+ var ListMedicalScribeJobsResponse = [
1164
+ 3,
1165
+ n0,
1166
+ _LMSJRi,
1167
+ 0,
1168
+ [_St, _NTe, _MSJS],
1169
+ [0, 0, () => MedicalScribeJobSummaries],
1170
+ ];
1171
+ var ListMedicalTranscriptionJobsRequest = [
1172
+ 3,
1173
+ n0,
1174
+ _LMTJR,
1175
+ 0,
1176
+ [_St, _JNC, _NTe, _MR],
1177
+ [
1178
+ [
1179
+ 0,
1180
+ {
1181
+ [_hQ]: _St,
1182
+ },
1183
+ ],
1184
+ [
1185
+ 0,
1186
+ {
1187
+ [_hQ]: _JNC,
1188
+ },
1189
+ ],
1190
+ [
1191
+ 0,
1192
+ {
1193
+ [_hQ]: _NTe,
1194
+ },
1195
+ ],
1196
+ [
1197
+ 1,
1198
+ {
1199
+ [_hQ]: _MR,
1200
+ },
1201
+ ],
1202
+ ],
1203
+ ];
1204
+ var ListMedicalTranscriptionJobsResponse = [
1205
+ 3,
1206
+ n0,
1207
+ _LMTJRi,
1208
+ 0,
1209
+ [_St, _NTe, _MTJS],
1210
+ [0, 0, () => MedicalTranscriptionJobSummaries],
1211
+ ];
1212
+ var ListMedicalVocabulariesRequest = [
1213
+ 3,
1214
+ n0,
1215
+ _LMVR,
1216
+ 0,
1217
+ [_NTe, _MR, _SEta, _NC],
1218
+ [
1219
+ [
1220
+ 0,
1221
+ {
1222
+ [_hQ]: _NTe,
1223
+ },
1224
+ ],
1225
+ [
1226
+ 1,
1227
+ {
1228
+ [_hQ]: _MR,
1229
+ },
1230
+ ],
1231
+ [
1232
+ 0,
1233
+ {
1234
+ [_hQ]: _SEta,
1235
+ },
1236
+ ],
1237
+ [
1238
+ 0,
1239
+ {
1240
+ [_hQ]: _NC,
1241
+ },
1242
+ ],
1243
+ ],
1244
+ ];
1245
+ var ListMedicalVocabulariesResponse = [
1246
+ 3,
1247
+ n0,
1248
+ _LMVRi,
1249
+ 0,
1250
+ [_St, _NTe, _V],
1251
+ [0, 0, () => Vocabularies],
1252
+ ];
1253
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
1254
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RA, _Ta], [0, () => TagList]];
1255
+ var ListTranscriptionJobsRequest = [
1256
+ 3,
1257
+ n0,
1258
+ _LTJR,
1259
+ 0,
1260
+ [_St, _JNC, _NTe, _MR],
1261
+ [
1262
+ [
1263
+ 0,
1264
+ {
1265
+ [_hQ]: _St,
1266
+ },
1267
+ ],
1268
+ [
1269
+ 0,
1270
+ {
1271
+ [_hQ]: _JNC,
1272
+ },
1273
+ ],
1274
+ [
1275
+ 0,
1276
+ {
1277
+ [_hQ]: _NTe,
1278
+ },
1279
+ ],
1280
+ [
1281
+ 1,
1282
+ {
1283
+ [_hQ]: _MR,
1284
+ },
1285
+ ],
1286
+ ],
1287
+ ];
1288
+ var ListTranscriptionJobsResponse = [
1289
+ 3,
1290
+ n0,
1291
+ _LTJRi,
1292
+ 0,
1293
+ [_St, _NTe, _TJS],
1294
+ [0, 0, () => TranscriptionJobSummaries],
1295
+ ];
1296
+ var ListVocabulariesRequest = [
1297
+ 3,
1298
+ n0,
1299
+ _LVR,
1300
+ 0,
1301
+ [_NTe, _MR, _SEta, _NC],
1302
+ [
1303
+ [
1304
+ 0,
1305
+ {
1306
+ [_hQ]: _NTe,
1307
+ },
1308
+ ],
1309
+ [
1310
+ 1,
1311
+ {
1312
+ [_hQ]: _MR,
1313
+ },
1314
+ ],
1315
+ [
1316
+ 0,
1317
+ {
1318
+ [_hQ]: _SEta,
1319
+ },
1320
+ ],
1321
+ [
1322
+ 0,
1323
+ {
1324
+ [_hQ]: _NC,
1325
+ },
1326
+ ],
1327
+ ],
1328
+ ];
1329
+ var ListVocabulariesResponse = [
1330
+ 3,
1331
+ n0,
1332
+ _LVRi,
1333
+ 0,
1334
+ [_St, _NTe, _V],
1335
+ [0, 0, () => Vocabularies],
1336
+ ];
1337
+ var ListVocabularyFiltersRequest = [
1338
+ 3,
1339
+ n0,
1340
+ _LVFR,
1341
+ 0,
1342
+ [_NTe, _MR, _NC],
1343
+ [
1344
+ [
1345
+ 0,
1346
+ {
1347
+ [_hQ]: _NTe,
1348
+ },
1349
+ ],
1350
+ [
1351
+ 1,
1352
+ {
1353
+ [_hQ]: _MR,
1354
+ },
1355
+ ],
1356
+ [
1357
+ 0,
1358
+ {
1359
+ [_hQ]: _NC,
1360
+ },
1361
+ ],
1362
+ ],
1363
+ ];
1364
+ var ListVocabularyFiltersResponse = [
1365
+ 3,
1366
+ n0,
1367
+ _LVFRi,
1368
+ 0,
1369
+ [_NTe, _VF],
1370
+ [0, () => VocabularyFilters],
1371
+ ];
1372
+ var Media = [3, n0, _Me, 0, [_MFU, _RMFU], [0, 0]];
1373
+ var MedicalScribeChannelDefinition = [3, n0, _MSCD, 0, [_CI, _PR], [1, 0]];
1374
+ var MedicalScribeContext = [
1375
+ 3,
1376
+ n0,
1377
+ _MSC,
1378
+ 0,
1379
+ [_PC],
1380
+ [[() => MedicalScribePatientContext, 0]],
1381
+ ];
1382
+ var MedicalScribeJob = [
1383
+ 3,
1384
+ n0,
1385
+ _MSJ,
1386
+ 0,
1387
+ [_MSJN, _MSJSe, _LC, _Me, _MSO, _ST, _CT, _CTo, _FR, _S, _DARA, _CD, _MSCP, _Ta],
1388
+ [
1389
+ 0,
1390
+ 0,
1391
+ 0,
1392
+ () => Media,
1393
+ () => MedicalScribeOutput,
1394
+ 4,
1395
+ 4,
1396
+ 4,
1397
+ 0,
1398
+ () => MedicalScribeSettings,
1399
+ 0,
1400
+ () => MedicalScribeChannelDefinitions,
1401
+ 2,
1402
+ () => TagList,
1403
+ ],
1404
+ ];
1405
+ var MedicalScribeJobSummary = [
1406
+ 3,
1407
+ n0,
1408
+ _MSJSed,
1409
+ 0,
1410
+ [_MSJN, _CT, _ST, _CTo, _LC, _MSJSe, _FR],
1411
+ [0, 4, 4, 4, 0, 0, 0],
1412
+ ];
1413
+ var MedicalScribeOutput = [3, n0, _MSO, 0, [_TFU, _CDU], [0, 0]];
1414
+ var MedicalScribePatientContext = [3, n0, _MSPC, 0, [_P], [[() => Pronouns, 0]]];
1415
+ var MedicalScribeSettings = [
1416
+ 3,
1417
+ n0,
1418
+ _MSS,
1419
+ 0,
1420
+ [_SSL, _MSL, _CIh, _VN, _VFN, _VFM, _CNGS],
1421
+ [2, 1, 2, 0, 0, 0, () => ClinicalNoteGenerationSettings],
1422
+ ];
1423
+ var MedicalTranscript = [3, n0, _MT, 0, [_TFU], [0]];
1424
+ var MedicalTranscriptionJob = [
1425
+ 3,
1426
+ n0,
1427
+ _MTJ,
1428
+ 0,
1429
+ [_MTJN, _TJSr, _LC, _MSRH, _MF, _Me, _T, _ST, _CT, _CTo, _FR, _S, _CIT, _Sp, _Ty, _Ta],
1430
+ [
1431
+ 0,
1432
+ 0,
1433
+ 0,
1434
+ 1,
1435
+ 0,
1436
+ () => Media,
1437
+ () => MedicalTranscript,
1438
+ 4,
1439
+ 4,
1440
+ 4,
1441
+ 0,
1442
+ () => MedicalTranscriptionSetting,
1443
+ 0,
1444
+ 0,
1445
+ 0,
1446
+ () => TagList,
1447
+ ],
1448
+ ];
1449
+ var MedicalTranscriptionJobSummary = [
1450
+ 3,
1451
+ n0,
1452
+ _MTJSe,
1453
+ 0,
1454
+ [_MTJN, _CT, _ST, _CTo, _LC, _TJSr, _FR, _OLT, _Sp, _CIT, _Ty],
1455
+ [0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0],
1456
+ ];
1457
+ var MedicalTranscriptionSetting = [
1458
+ 3,
1459
+ n0,
1460
+ _MTS,
1461
+ 0,
1462
+ [_SSL, _MSL, _CIh, _SA, _MA, _VN],
1463
+ [2, 1, 2, 2, 1, 0],
1464
+ ];
1465
+ var ModelSettings = [3, n0, _MSo, 0, [_LMN], [0]];
1466
+ var NonTalkTimeFilter = [
1467
+ 3,
1468
+ n0,
1469
+ _NTTF,
1470
+ 0,
1471
+ [_Th, _ATR, _RTR, _N],
1472
+ [1, () => AbsoluteTimeRange, () => RelativeTimeRange, 2],
1473
+ ];
1474
+ var NotFoundException = [
1475
+ -3,
1476
+ n0,
1477
+ _NFE,
1478
+ {
1479
+ [_e]: _c,
1480
+ [_hE]: 404,
1481
+ },
1482
+ [_M],
1483
+ [0],
1484
+ ];
1485
+ schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
1486
+ var RelativeTimeRange = [3, n0, _RTR, 0, [_SP, _EP, _F, _L], [1, 1, 1, 1]];
1487
+ var SentimentFilter = [
1488
+ 3,
1489
+ n0,
1490
+ _SF,
1491
+ 0,
1492
+ [_Se, _ATR, _RTR, _PR, _N],
1493
+ [64 | 0, () => AbsoluteTimeRange, () => RelativeTimeRange, 0, 2],
1494
+ ];
1495
+ var Settings = [
1496
+ 3,
1497
+ n0,
1498
+ _S,
1499
+ 0,
1500
+ [_VN, _SSL, _MSL, _CIh, _SA, _MA, _VFN, _VFM],
1501
+ [0, 2, 1, 2, 2, 1, 0, 0],
1502
+ ];
1503
+ var StartCallAnalyticsJobRequest = [
1504
+ 3,
1505
+ n0,
1506
+ _SCAJR,
1507
+ 0,
1508
+ [_CAJN, _Me, _OL, _OEKMSKI, _DARA, _S, _Ta, _CD],
1509
+ [[0, 1], () => Media, 0, 0, 0, () => CallAnalyticsJobSettings, () => TagList, () => ChannelDefinitions],
1510
+ ];
1511
+ var StartCallAnalyticsJobResponse = [3, n0, _SCAJRt, 0, [_CAJ], [() => CallAnalyticsJob]];
1512
+ var StartMedicalScribeJobRequest = [
1513
+ 3,
1514
+ n0,
1515
+ _SMSJR,
1516
+ 0,
1517
+ [_MSJN, _Me, _OBN, _OEKMSKI, _KMSEC, _DARA, _S, _CD, _Ta, _MSC],
1518
+ [
1519
+ [0, 1],
1520
+ () => Media,
1521
+ 0,
1522
+ 0,
1523
+ 128 | 0,
1524
+ 0,
1525
+ () => MedicalScribeSettings,
1526
+ () => MedicalScribeChannelDefinitions,
1527
+ () => TagList,
1528
+ [() => MedicalScribeContext, 0],
1529
+ ],
1530
+ ];
1531
+ var StartMedicalScribeJobResponse = [3, n0, _SMSJRt, 0, [_MSJ], [() => MedicalScribeJob]];
1532
+ var StartMedicalTranscriptionJobRequest = [
1533
+ 3,
1534
+ n0,
1535
+ _SMTJR,
1536
+ 0,
1537
+ [_MTJN, _LC, _MSRH, _MF, _Me, _OBN, _OK, _OEKMSKI, _KMSEC, _S, _CIT, _Sp, _Ty, _Ta],
1538
+ [[0, 1], 0, 1, 0, () => Media, 0, 0, 0, 128 | 0, () => MedicalTranscriptionSetting, 0, 0, 0, () => TagList],
1539
+ ];
1540
+ var StartMedicalTranscriptionJobResponse = [
1541
+ 3,
1542
+ n0,
1543
+ _SMTJRt,
1544
+ 0,
1545
+ [_MTJ],
1546
+ [() => MedicalTranscriptionJob],
1547
+ ];
1548
+ var StartTranscriptionJobRequest = [
1549
+ 3,
1550
+ n0,
1551
+ _STJR,
1552
+ 0,
1553
+ [_TJN, _LC, _MSRH, _MF, _Me, _OBN, _OK, _OEKMSKI, _KMSEC, _S, _MSo, _JES, _CR, _IL, _IML, _LO, _Sub, _Ta, _LIS, _TD],
1554
+ [
1555
+ [0, 1],
1556
+ 0,
1557
+ 1,
1558
+ 0,
1559
+ () => Media,
1560
+ 0,
1561
+ 0,
1562
+ 0,
1563
+ 128 | 0,
1564
+ () => Settings,
1565
+ () => ModelSettings,
1566
+ () => JobExecutionSettings,
1567
+ () => ContentRedaction,
1568
+ 2,
1569
+ 2,
1570
+ 64 | 0,
1571
+ () => Subtitles,
1572
+ () => TagList,
1573
+ () => LanguageIdSettingsMap,
1574
+ () => ToxicityDetection,
1575
+ ],
1576
+ ];
1577
+ var StartTranscriptionJobResponse = [3, n0, _STJRt, 0, [_TJ], [() => TranscriptionJob]];
1578
+ var Subtitles = [3, n0, _Sub, 0, [_Fo, _OSI], [64 | 0, 1]];
1579
+ var SubtitlesOutput = [3, n0, _SO, 0, [_Fo, _SFU, _OSI], [64 | 0, 64 | 0, 1]];
1580
+ var Summarization = [3, n0, _Su, 0, [_GAS], [2]];
1581
+ var Tag = [3, n0, _Tag, 0, [_K, _Va], [0, 0]];
1582
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [[0, 1], () => TagList]];
1583
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1584
+ var ToxicityDetectionSettings = [3, n0, _TDS, 0, [_TC], [64 | 0]];
1585
+ var Transcript = [3, n0, _T, 0, [_TFU, _RTFU], [0, 0]];
1586
+ var TranscriptFilter = [
1587
+ 3,
1588
+ n0,
1589
+ _TF,
1590
+ 0,
1591
+ [_TFT, _ATR, _RTR, _PR, _N, _Tar],
1592
+ [0, () => AbsoluteTimeRange, () => RelativeTimeRange, 0, 2, 64 | 0],
1593
+ ];
1594
+ var TranscriptionJob = [
1595
+ 3,
1596
+ n0,
1597
+ _TJ,
1598
+ 0,
1599
+ [
1600
+ _TJN,
1601
+ _TJSr,
1602
+ _LC,
1603
+ _MSRH,
1604
+ _MF,
1605
+ _Me,
1606
+ _T,
1607
+ _ST,
1608
+ _CT,
1609
+ _CTo,
1610
+ _FR,
1611
+ _S,
1612
+ _MSo,
1613
+ _JES,
1614
+ _CR,
1615
+ _IL,
1616
+ _IML,
1617
+ _LO,
1618
+ _ILS,
1619
+ _LCa,
1620
+ _Ta,
1621
+ _Sub,
1622
+ _LIS,
1623
+ _TD,
1624
+ ],
1625
+ [
1626
+ 0,
1627
+ 0,
1628
+ 0,
1629
+ 1,
1630
+ 0,
1631
+ () => Media,
1632
+ () => Transcript,
1633
+ 4,
1634
+ 4,
1635
+ 4,
1636
+ 0,
1637
+ () => Settings,
1638
+ () => ModelSettings,
1639
+ () => JobExecutionSettings,
1640
+ () => ContentRedaction,
1641
+ 2,
1642
+ 2,
1643
+ 64 | 0,
1644
+ 1,
1645
+ () => LanguageCodeList,
1646
+ () => TagList,
1647
+ () => SubtitlesOutput,
1648
+ () => LanguageIdSettingsMap,
1649
+ () => ToxicityDetection,
1650
+ ],
1651
+ ];
1652
+ var TranscriptionJobSummary = [
1653
+ 3,
1654
+ n0,
1655
+ _TJSra,
1656
+ 0,
1657
+ [_TJN, _CT, _ST, _CTo, _LC, _TJSr, _FR, _OLT, _CR, _MSo, _IL, _IML, _ILS, _LCa, _TD],
1658
+ [
1659
+ 0,
1660
+ 4,
1661
+ 4,
1662
+ 4,
1663
+ 0,
1664
+ 0,
1665
+ 0,
1666
+ 0,
1667
+ () => ContentRedaction,
1668
+ () => ModelSettings,
1669
+ 2,
1670
+ 2,
1671
+ 1,
1672
+ () => LanguageCodeList,
1673
+ () => ToxicityDetection,
1674
+ ],
1675
+ ];
1676
+ var UntagResourceRequest = [
1677
+ 3,
1678
+ n0,
1679
+ _URR,
1680
+ 0,
1681
+ [_RA, _TK],
1682
+ [
1683
+ [0, 1],
1684
+ [
1685
+ 64 | 0,
1686
+ {
1687
+ [_hQ]: _tK,
1688
+ },
1689
+ ],
1690
+ ],
1691
+ ];
1692
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1693
+ var UpdateCallAnalyticsCategoryRequest = [
1694
+ 3,
1695
+ n0,
1696
+ _UCACR,
1697
+ 0,
1698
+ [_CN, _R, _IT],
1699
+ [[0, 1], () => RuleList, 0],
1700
+ ];
1701
+ var UpdateCallAnalyticsCategoryResponse = [
1702
+ 3,
1703
+ n0,
1704
+ _UCACRp,
1705
+ 0,
1706
+ [_CP],
1707
+ [() => CategoryProperties],
1708
+ ];
1709
+ var UpdateMedicalVocabularyRequest = [3, n0, _UMVR, 0, [_VN, _LC, _VFU], [[0, 1], 0, 0]];
1710
+ var UpdateMedicalVocabularyResponse = [
1711
+ 3,
1712
+ n0,
1713
+ _UMVRp,
1714
+ 0,
1715
+ [_VN, _LC, _LMT, _VS],
1716
+ [0, 0, 4, 0],
1717
+ ];
1718
+ var UpdateVocabularyFilterRequest = [
1719
+ 3,
1720
+ n0,
1721
+ _UVFR,
1722
+ 0,
1723
+ [_VFN, _W, _VFFU, _DARA],
1724
+ [[0, 1], 64 | 0, 0, 0],
1725
+ ];
1726
+ var UpdateVocabularyFilterResponse = [3, n0, _UVFRp, 0, [_VFN, _LC, _LMT], [0, 0, 4]];
1727
+ var UpdateVocabularyRequest = [
1728
+ 3,
1729
+ n0,
1730
+ _UVR,
1731
+ 0,
1732
+ [_VN, _LC, _Ph, _VFU, _DARA],
1733
+ [[0, 1], 0, 64 | 0, 0, 0],
1734
+ ];
1735
+ var UpdateVocabularyResponse = [3, n0, _UVRp, 0, [_VN, _LC, _LMT, _VS], [0, 0, 4, 0]];
1736
+ var VocabularyFilterInfo = [3, n0, _VFI, 0, [_VFN, _LC, _LMT], [0, 0, 4]];
1737
+ var VocabularyInfo = [3, n0, _VI, 0, [_VN, _LC, _LMT, _VS], [0, 0, 4, 0]];
1738
+ var __Unit = "unit";
1739
+ var TranscribeServiceException = [-3, _sm, "TranscribeServiceException", 0, [], []];
1740
+ schema.TypeRegistry.for(_sm).registerError(TranscribeServiceException, TranscribeServiceException$1);
1741
+ var CallAnalyticsJobSummaries = [1, n0, _CAJSall, 0, () => CallAnalyticsJobSummary];
1742
+ var CallAnalyticsSkippedFeatureList = [1, n0, _CASFL, 0, () => CallAnalyticsSkippedFeature];
1743
+ var CategoryPropertiesList = [1, n0, _CPL, 0, () => CategoryProperties];
1744
+ var ChannelDefinitions = [1, n0, _CD, 0, () => ChannelDefinition];
1745
+ var LanguageCodeList = [1, n0, _LCL, 0, () => LanguageCodeItem];
1746
+ var MedicalScribeChannelDefinitions = [1, n0, _MSCDe, 0, () => MedicalScribeChannelDefinition];
1747
+ var MedicalScribeJobSummaries = [1, n0, _MSJS, 0, () => MedicalScribeJobSummary];
1748
+ var MedicalTranscriptionJobSummaries = [1, n0, _MTJS, 0, () => MedicalTranscriptionJobSummary];
1749
+ var Models = [1, n0, _Mo, 0, () => LanguageModel];
1750
+ var RuleList = [1, n0, _RL, 0, () => Rule];
1751
+ var TagList = [1, n0, _TL, 0, () => Tag];
1752
+ var ToxicityDetection = [1, n0, _TD, 0, () => ToxicityDetectionSettings];
1753
+ var TranscriptionJobSummaries = [1, n0, _TJS, 0, () => TranscriptionJobSummary];
1754
+ var Vocabularies = [1, n0, _V, 0, () => VocabularyInfo];
1755
+ var VocabularyFilters = [1, n0, _VF, 0, () => VocabularyFilterInfo];
1756
+ var LanguageIdSettingsMap = [2, n0, _LISM, 0, 0, () => LanguageIdSettings];
1757
+ var Rule = [
1758
+ 3,
1759
+ n0,
1760
+ _Ru,
1761
+ 0,
1762
+ [_NTTF, _IF, _TF, _SF],
1763
+ [() => NonTalkTimeFilter, () => InterruptionFilter, () => TranscriptFilter, () => SentimentFilter],
1764
+ ];
1765
+ var CreateCallAnalyticsCategory = [
1766
+ 9,
1767
+ n0,
1768
+ _CCAC,
1769
+ {
1770
+ [_h]: ["PUT", "/callanalyticscategories/{CategoryName}", 200],
1771
+ },
1772
+ () => CreateCallAnalyticsCategoryRequest,
1773
+ () => CreateCallAnalyticsCategoryResponse,
1774
+ ];
1775
+ var CreateLanguageModel = [
1776
+ 9,
1777
+ n0,
1778
+ _CLM,
1779
+ {
1780
+ [_h]: ["PUT", "/languagemodels/{ModelName}", 200],
1781
+ },
1782
+ () => CreateLanguageModelRequest,
1783
+ () => CreateLanguageModelResponse,
1784
+ ];
1785
+ var CreateMedicalVocabulary = [
1786
+ 9,
1787
+ n0,
1788
+ _CMV,
1789
+ {
1790
+ [_h]: ["PUT", "/medicalvocabularies/{VocabularyName}", 200],
1791
+ },
1792
+ () => CreateMedicalVocabularyRequest,
1793
+ () => CreateMedicalVocabularyResponse,
1794
+ ];
1795
+ var CreateVocabulary = [
1796
+ 9,
1797
+ n0,
1798
+ _CV,
1799
+ {
1800
+ [_h]: ["PUT", "/vocabularies/{VocabularyName}", 200],
1801
+ },
1802
+ () => CreateVocabularyRequest,
1803
+ () => CreateVocabularyResponse,
1804
+ ];
1805
+ var CreateVocabularyFilter = [
1806
+ 9,
1807
+ n0,
1808
+ _CVF,
1809
+ {
1810
+ [_h]: ["POST", "/vocabularyFilters/{VocabularyFilterName}", 201],
1811
+ },
1812
+ () => CreateVocabularyFilterRequest,
1813
+ () => CreateVocabularyFilterResponse,
1814
+ ];
1815
+ var DeleteCallAnalyticsCategory = [
1816
+ 9,
1817
+ n0,
1818
+ _DCAC,
1819
+ {
1820
+ [_h]: ["DELETE", "/callanalyticscategories/{CategoryName}", 204],
1821
+ },
1822
+ () => DeleteCallAnalyticsCategoryRequest,
1823
+ () => DeleteCallAnalyticsCategoryResponse,
1824
+ ];
1825
+ var DeleteCallAnalyticsJob = [
1826
+ 9,
1827
+ n0,
1828
+ _DCAJ,
1829
+ {
1830
+ [_h]: ["DELETE", "/callanalyticsjobs/{CallAnalyticsJobName}", 204],
1831
+ },
1832
+ () => DeleteCallAnalyticsJobRequest,
1833
+ () => DeleteCallAnalyticsJobResponse,
1834
+ ];
1835
+ var DeleteLanguageModel = [
1836
+ 9,
1837
+ n0,
1838
+ _DLM,
1839
+ {
1840
+ [_h]: ["DELETE", "/languagemodels/{ModelName}", 204],
1841
+ },
1842
+ () => DeleteLanguageModelRequest,
1843
+ () => __Unit,
1844
+ ];
1845
+ var DeleteMedicalScribeJob = [
1846
+ 9,
1847
+ n0,
1848
+ _DMSJ,
1849
+ {
1850
+ [_h]: ["DELETE", "/medicalscribejobs/{MedicalScribeJobName}", 204],
1851
+ },
1852
+ () => DeleteMedicalScribeJobRequest,
1853
+ () => __Unit,
1854
+ ];
1855
+ var DeleteMedicalTranscriptionJob = [
1856
+ 9,
1857
+ n0,
1858
+ _DMTJ,
1859
+ {
1860
+ [_h]: ["DELETE", "/medicaltranscriptionjobs/{MedicalTranscriptionJobName}", 204],
1861
+ },
1862
+ () => DeleteMedicalTranscriptionJobRequest,
1863
+ () => __Unit,
1864
+ ];
1865
+ var DeleteMedicalVocabulary = [
1866
+ 9,
1867
+ n0,
1868
+ _DMV,
1869
+ {
1870
+ [_h]: ["DELETE", "/medicalvocabularies/{VocabularyName}", 204],
1871
+ },
1872
+ () => DeleteMedicalVocabularyRequest,
1873
+ () => __Unit,
1874
+ ];
1875
+ var DeleteTranscriptionJob = [
1876
+ 9,
1877
+ n0,
1878
+ _DTJ,
1879
+ {
1880
+ [_h]: ["DELETE", "/transcriptionjobs/{TranscriptionJobName}", 204],
1881
+ },
1882
+ () => DeleteTranscriptionJobRequest,
1883
+ () => __Unit,
1884
+ ];
1885
+ var DeleteVocabulary = [
1886
+ 9,
1887
+ n0,
1888
+ _DV,
1889
+ {
1890
+ [_h]: ["DELETE", "/vocabularies/{VocabularyName}", 204],
1891
+ },
1892
+ () => DeleteVocabularyRequest,
1893
+ () => __Unit,
1894
+ ];
1895
+ var DeleteVocabularyFilter = [
1896
+ 9,
1897
+ n0,
1898
+ _DVF,
1899
+ {
1900
+ [_h]: ["DELETE", "/vocabularyFilters/{VocabularyFilterName}", 204],
1901
+ },
1902
+ () => DeleteVocabularyFilterRequest,
1903
+ () => __Unit,
1904
+ ];
1905
+ var DescribeLanguageModel = [
1906
+ 9,
1907
+ n0,
1908
+ _DLMe,
1909
+ {
1910
+ [_h]: ["GET", "/languagemodels/{ModelName}", 200],
1911
+ },
1912
+ () => DescribeLanguageModelRequest,
1913
+ () => DescribeLanguageModelResponse,
1914
+ ];
1915
+ var GetCallAnalyticsCategory = [
1916
+ 9,
1917
+ n0,
1918
+ _GCAC,
1919
+ {
1920
+ [_h]: ["GET", "/callanalyticscategories/{CategoryName}", 200],
1921
+ },
1922
+ () => GetCallAnalyticsCategoryRequest,
1923
+ () => GetCallAnalyticsCategoryResponse,
1924
+ ];
1925
+ var GetCallAnalyticsJob = [
1926
+ 9,
1927
+ n0,
1928
+ _GCAJ,
1929
+ {
1930
+ [_h]: ["GET", "/callanalyticsjobs/{CallAnalyticsJobName}", 200],
1931
+ },
1932
+ () => GetCallAnalyticsJobRequest,
1933
+ () => GetCallAnalyticsJobResponse,
1934
+ ];
1935
+ var GetMedicalScribeJob = [
1936
+ 9,
1937
+ n0,
1938
+ _GMSJ,
1939
+ {
1940
+ [_h]: ["GET", "/medicalscribejobs/{MedicalScribeJobName}", 200],
1941
+ },
1942
+ () => GetMedicalScribeJobRequest,
1943
+ () => GetMedicalScribeJobResponse,
1944
+ ];
1945
+ var GetMedicalTranscriptionJob = [
1946
+ 9,
1947
+ n0,
1948
+ _GMTJ,
1949
+ {
1950
+ [_h]: ["GET", "/medicaltranscriptionjobs/{MedicalTranscriptionJobName}", 200],
1951
+ },
1952
+ () => GetMedicalTranscriptionJobRequest,
1953
+ () => GetMedicalTranscriptionJobResponse,
1954
+ ];
1955
+ var GetMedicalVocabulary = [
1956
+ 9,
1957
+ n0,
1958
+ _GMV,
1959
+ {
1960
+ [_h]: ["GET", "/medicalvocabularies/{VocabularyName}", 200],
1961
+ },
1962
+ () => GetMedicalVocabularyRequest,
1963
+ () => GetMedicalVocabularyResponse,
1964
+ ];
1965
+ var GetTranscriptionJob = [
1966
+ 9,
1967
+ n0,
1968
+ _GTJ,
1969
+ {
1970
+ [_h]: ["GET", "/transcriptionjobs/{TranscriptionJobName}", 200],
1971
+ },
1972
+ () => GetTranscriptionJobRequest,
1973
+ () => GetTranscriptionJobResponse,
1974
+ ];
1975
+ var GetVocabulary = [
1976
+ 9,
1977
+ n0,
1978
+ _GV,
1979
+ {
1980
+ [_h]: ["GET", "/vocabularies/{VocabularyName}", 200],
1981
+ },
1982
+ () => GetVocabularyRequest,
1983
+ () => GetVocabularyResponse,
1984
+ ];
1985
+ var GetVocabularyFilter = [
1986
+ 9,
1987
+ n0,
1988
+ _GVF,
1989
+ {
1990
+ [_h]: ["GET", "/vocabularyFilters/{VocabularyFilterName}", 200],
1991
+ },
1992
+ () => GetVocabularyFilterRequest,
1993
+ () => GetVocabularyFilterResponse,
1994
+ ];
1995
+ var ListCallAnalyticsCategories = [
1996
+ 9,
1997
+ n0,
1998
+ _LCAC,
1999
+ {
2000
+ [_h]: ["GET", "/callanalyticscategories", 200],
2001
+ },
2002
+ () => ListCallAnalyticsCategoriesRequest,
2003
+ () => ListCallAnalyticsCategoriesResponse,
2004
+ ];
2005
+ var ListCallAnalyticsJobs = [
2006
+ 9,
2007
+ n0,
2008
+ _LCAJ,
2009
+ {
2010
+ [_h]: ["GET", "/callanalyticsjobs", 200],
2011
+ },
2012
+ () => ListCallAnalyticsJobsRequest,
2013
+ () => ListCallAnalyticsJobsResponse,
2014
+ ];
2015
+ var ListLanguageModels = [
2016
+ 9,
2017
+ n0,
2018
+ _LLM,
2019
+ {
2020
+ [_h]: ["GET", "/languagemodels", 200],
2021
+ },
2022
+ () => ListLanguageModelsRequest,
2023
+ () => ListLanguageModelsResponse,
2024
+ ];
2025
+ var ListMedicalScribeJobs = [
2026
+ 9,
2027
+ n0,
2028
+ _LMSJ,
2029
+ {
2030
+ [_h]: ["GET", "/medicalscribejobs", 200],
2031
+ },
2032
+ () => ListMedicalScribeJobsRequest,
2033
+ () => ListMedicalScribeJobsResponse,
2034
+ ];
2035
+ var ListMedicalTranscriptionJobs = [
2036
+ 9,
2037
+ n0,
2038
+ _LMTJ,
2039
+ {
2040
+ [_h]: ["GET", "/medicaltranscriptionjobs", 200],
2041
+ },
2042
+ () => ListMedicalTranscriptionJobsRequest,
2043
+ () => ListMedicalTranscriptionJobsResponse,
2044
+ ];
2045
+ var ListMedicalVocabularies = [
2046
+ 9,
2047
+ n0,
2048
+ _LMV,
2049
+ {
2050
+ [_h]: ["GET", "/medicalvocabularies", 200],
2051
+ },
2052
+ () => ListMedicalVocabulariesRequest,
2053
+ () => ListMedicalVocabulariesResponse,
2054
+ ];
2055
+ var ListTagsForResource = [
2056
+ 9,
2057
+ n0,
2058
+ _LTFR,
2059
+ {
2060
+ [_h]: ["GET", "/tags/{ResourceArn}", 200],
2061
+ },
2062
+ () => ListTagsForResourceRequest,
2063
+ () => ListTagsForResourceResponse,
2064
+ ];
2065
+ var ListTranscriptionJobs = [
2066
+ 9,
2067
+ n0,
2068
+ _LTJ,
2069
+ {
2070
+ [_h]: ["GET", "/transcriptionjobs", 200],
2071
+ },
2072
+ () => ListTranscriptionJobsRequest,
2073
+ () => ListTranscriptionJobsResponse,
2074
+ ];
2075
+ var ListVocabularies = [
2076
+ 9,
2077
+ n0,
2078
+ _LV,
2079
+ {
2080
+ [_h]: ["GET", "/vocabularies", 200],
2081
+ },
2082
+ () => ListVocabulariesRequest,
2083
+ () => ListVocabulariesResponse,
2084
+ ];
2085
+ var ListVocabularyFilters = [
2086
+ 9,
2087
+ n0,
2088
+ _LVF,
2089
+ {
2090
+ [_h]: ["GET", "/vocabularyFilters", 200],
2091
+ },
2092
+ () => ListVocabularyFiltersRequest,
2093
+ () => ListVocabularyFiltersResponse,
2094
+ ];
2095
+ var StartCallAnalyticsJob = [
2096
+ 9,
2097
+ n0,
2098
+ _SCAJ,
2099
+ {
2100
+ [_h]: ["PUT", "/callanalyticsjobs/{CallAnalyticsJobName}", 200],
2101
+ },
2102
+ () => StartCallAnalyticsJobRequest,
2103
+ () => StartCallAnalyticsJobResponse,
2104
+ ];
2105
+ var StartMedicalScribeJob = [
2106
+ 9,
2107
+ n0,
2108
+ _SMSJ,
2109
+ {
2110
+ [_h]: ["PUT", "/medicalscribejobs/{MedicalScribeJobName}", 200],
2111
+ },
2112
+ () => StartMedicalScribeJobRequest,
2113
+ () => StartMedicalScribeJobResponse,
2114
+ ];
2115
+ var StartMedicalTranscriptionJob = [
2116
+ 9,
2117
+ n0,
2118
+ _SMTJ,
2119
+ {
2120
+ [_h]: ["PUT", "/medicaltranscriptionjobs/{MedicalTranscriptionJobName}", 200],
2121
+ },
2122
+ () => StartMedicalTranscriptionJobRequest,
2123
+ () => StartMedicalTranscriptionJobResponse,
2124
+ ];
2125
+ var StartTranscriptionJob = [
2126
+ 9,
2127
+ n0,
2128
+ _STJ,
2129
+ {
2130
+ [_h]: ["PUT", "/transcriptionjobs/{TranscriptionJobName}", 200],
2131
+ },
2132
+ () => StartTranscriptionJobRequest,
2133
+ () => StartTranscriptionJobResponse,
2134
+ ];
2135
+ var TagResource = [
2136
+ 9,
2137
+ n0,
2138
+ _TR,
2139
+ {
2140
+ [_h]: ["PUT", "/tags/{ResourceArn}", 200],
2141
+ },
2142
+ () => TagResourceRequest,
2143
+ () => TagResourceResponse,
2144
+ ];
2145
+ var UntagResource = [
2146
+ 9,
2147
+ n0,
2148
+ _UR,
2149
+ {
2150
+ [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
2151
+ },
2152
+ () => UntagResourceRequest,
2153
+ () => UntagResourceResponse,
2154
+ ];
2155
+ var UpdateCallAnalyticsCategory = [
2156
+ 9,
2157
+ n0,
2158
+ _UCAC,
2159
+ {
2160
+ [_h]: ["PATCH", "/callanalyticscategories/{CategoryName}", 200],
2161
+ },
2162
+ () => UpdateCallAnalyticsCategoryRequest,
2163
+ () => UpdateCallAnalyticsCategoryResponse,
2164
+ ];
2165
+ var UpdateMedicalVocabulary = [
2166
+ 9,
2167
+ n0,
2168
+ _UMV,
2169
+ {
2170
+ [_h]: ["PATCH", "/medicalvocabularies/{VocabularyName}", 200],
2171
+ },
2172
+ () => UpdateMedicalVocabularyRequest,
2173
+ () => UpdateMedicalVocabularyResponse,
2174
+ ];
2175
+ var UpdateVocabulary = [
2176
+ 9,
2177
+ n0,
2178
+ _UV,
2179
+ {
2180
+ [_h]: ["PATCH", "/vocabularies/{VocabularyName}", 200],
2181
+ },
2182
+ () => UpdateVocabularyRequest,
2183
+ () => UpdateVocabularyResponse,
2184
+ ];
2185
+ var UpdateVocabularyFilter = [
2186
+ 9,
2187
+ n0,
2188
+ _UVF,
2189
+ {
2190
+ [_h]: ["PUT", "/vocabularyFilters/{VocabularyFilterName}", 200],
2191
+ },
2192
+ () => UpdateVocabularyFilterRequest,
2193
+ () => UpdateVocabularyFilterResponse,
2194
+ ];
1825
2195
 
1826
2196
  class CreateCallAnalyticsCategoryCommand extends smithyClient.Command
1827
2197
  .classBuilder()
1828
2198
  .ep(commonParams)
1829
2199
  .m(function (Command, cs, config, o) {
1830
- return [
1831
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1832
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1833
- ];
2200
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1834
2201
  })
1835
2202
  .s("Transcribe", "CreateCallAnalyticsCategory", {})
1836
2203
  .n("TranscribeClient", "CreateCallAnalyticsCategoryCommand")
1837
- .f(void 0, void 0)
1838
- .ser(se_CreateCallAnalyticsCategoryCommand)
1839
- .de(de_CreateCallAnalyticsCategoryCommand)
2204
+ .sc(CreateCallAnalyticsCategory)
1840
2205
  .build() {
1841
2206
  }
1842
2207
 
@@ -1844,16 +2209,11 @@ class CreateLanguageModelCommand extends smithyClient.Command
1844
2209
  .classBuilder()
1845
2210
  .ep(commonParams)
1846
2211
  .m(function (Command, cs, config, o) {
1847
- return [
1848
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1849
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1850
- ];
2212
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1851
2213
  })
1852
2214
  .s("Transcribe", "CreateLanguageModel", {})
1853
2215
  .n("TranscribeClient", "CreateLanguageModelCommand")
1854
- .f(void 0, void 0)
1855
- .ser(se_CreateLanguageModelCommand)
1856
- .de(de_CreateLanguageModelCommand)
2216
+ .sc(CreateLanguageModel)
1857
2217
  .build() {
1858
2218
  }
1859
2219
 
@@ -1861,16 +2221,11 @@ class CreateMedicalVocabularyCommand extends smithyClient.Command
1861
2221
  .classBuilder()
1862
2222
  .ep(commonParams)
1863
2223
  .m(function (Command, cs, config, o) {
1864
- return [
1865
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1866
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1867
- ];
2224
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1868
2225
  })
1869
2226
  .s("Transcribe", "CreateMedicalVocabulary", {})
1870
2227
  .n("TranscribeClient", "CreateMedicalVocabularyCommand")
1871
- .f(void 0, void 0)
1872
- .ser(se_CreateMedicalVocabularyCommand)
1873
- .de(de_CreateMedicalVocabularyCommand)
2228
+ .sc(CreateMedicalVocabulary)
1874
2229
  .build() {
1875
2230
  }
1876
2231
 
@@ -1878,16 +2233,11 @@ class CreateVocabularyCommand extends smithyClient.Command
1878
2233
  .classBuilder()
1879
2234
  .ep(commonParams)
1880
2235
  .m(function (Command, cs, config, o) {
1881
- return [
1882
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1883
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1884
- ];
2236
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1885
2237
  })
1886
2238
  .s("Transcribe", "CreateVocabulary", {})
1887
2239
  .n("TranscribeClient", "CreateVocabularyCommand")
1888
- .f(void 0, void 0)
1889
- .ser(se_CreateVocabularyCommand)
1890
- .de(de_CreateVocabularyCommand)
2240
+ .sc(CreateVocabulary)
1891
2241
  .build() {
1892
2242
  }
1893
2243
 
@@ -1895,16 +2245,11 @@ class CreateVocabularyFilterCommand extends smithyClient.Command
1895
2245
  .classBuilder()
1896
2246
  .ep(commonParams)
1897
2247
  .m(function (Command, cs, config, o) {
1898
- return [
1899
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1900
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1901
- ];
2248
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1902
2249
  })
1903
2250
  .s("Transcribe", "CreateVocabularyFilter", {})
1904
2251
  .n("TranscribeClient", "CreateVocabularyFilterCommand")
1905
- .f(void 0, void 0)
1906
- .ser(se_CreateVocabularyFilterCommand)
1907
- .de(de_CreateVocabularyFilterCommand)
2252
+ .sc(CreateVocabularyFilter)
1908
2253
  .build() {
1909
2254
  }
1910
2255
 
@@ -1912,16 +2257,11 @@ class DeleteCallAnalyticsCategoryCommand extends smithyClient.Command
1912
2257
  .classBuilder()
1913
2258
  .ep(commonParams)
1914
2259
  .m(function (Command, cs, config, o) {
1915
- return [
1916
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1917
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1918
- ];
2260
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1919
2261
  })
1920
2262
  .s("Transcribe", "DeleteCallAnalyticsCategory", {})
1921
2263
  .n("TranscribeClient", "DeleteCallAnalyticsCategoryCommand")
1922
- .f(void 0, void 0)
1923
- .ser(se_DeleteCallAnalyticsCategoryCommand)
1924
- .de(de_DeleteCallAnalyticsCategoryCommand)
2264
+ .sc(DeleteCallAnalyticsCategory)
1925
2265
  .build() {
1926
2266
  }
1927
2267
 
@@ -1929,16 +2269,11 @@ class DeleteCallAnalyticsJobCommand extends smithyClient.Command
1929
2269
  .classBuilder()
1930
2270
  .ep(commonParams)
1931
2271
  .m(function (Command, cs, config, o) {
1932
- return [
1933
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1934
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1935
- ];
2272
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1936
2273
  })
1937
2274
  .s("Transcribe", "DeleteCallAnalyticsJob", {})
1938
2275
  .n("TranscribeClient", "DeleteCallAnalyticsJobCommand")
1939
- .f(void 0, void 0)
1940
- .ser(se_DeleteCallAnalyticsJobCommand)
1941
- .de(de_DeleteCallAnalyticsJobCommand)
2276
+ .sc(DeleteCallAnalyticsJob)
1942
2277
  .build() {
1943
2278
  }
1944
2279
 
@@ -1946,16 +2281,11 @@ class DeleteLanguageModelCommand extends smithyClient.Command
1946
2281
  .classBuilder()
1947
2282
  .ep(commonParams)
1948
2283
  .m(function (Command, cs, config, o) {
1949
- return [
1950
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1951
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1952
- ];
2284
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1953
2285
  })
1954
2286
  .s("Transcribe", "DeleteLanguageModel", {})
1955
2287
  .n("TranscribeClient", "DeleteLanguageModelCommand")
1956
- .f(void 0, void 0)
1957
- .ser(se_DeleteLanguageModelCommand)
1958
- .de(de_DeleteLanguageModelCommand)
2288
+ .sc(DeleteLanguageModel)
1959
2289
  .build() {
1960
2290
  }
1961
2291
 
@@ -1963,16 +2293,11 @@ class DeleteMedicalScribeJobCommand extends smithyClient.Command
1963
2293
  .classBuilder()
1964
2294
  .ep(commonParams)
1965
2295
  .m(function (Command, cs, config, o) {
1966
- return [
1967
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1968
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1969
- ];
2296
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1970
2297
  })
1971
2298
  .s("Transcribe", "DeleteMedicalScribeJob", {})
1972
2299
  .n("TranscribeClient", "DeleteMedicalScribeJobCommand")
1973
- .f(void 0, void 0)
1974
- .ser(se_DeleteMedicalScribeJobCommand)
1975
- .de(de_DeleteMedicalScribeJobCommand)
2300
+ .sc(DeleteMedicalScribeJob)
1976
2301
  .build() {
1977
2302
  }
1978
2303
 
@@ -1980,16 +2305,11 @@ class DeleteMedicalTranscriptionJobCommand extends smithyClient.Command
1980
2305
  .classBuilder()
1981
2306
  .ep(commonParams)
1982
2307
  .m(function (Command, cs, config, o) {
1983
- return [
1984
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1985
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1986
- ];
2308
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1987
2309
  })
1988
2310
  .s("Transcribe", "DeleteMedicalTranscriptionJob", {})
1989
2311
  .n("TranscribeClient", "DeleteMedicalTranscriptionJobCommand")
1990
- .f(void 0, void 0)
1991
- .ser(se_DeleteMedicalTranscriptionJobCommand)
1992
- .de(de_DeleteMedicalTranscriptionJobCommand)
2312
+ .sc(DeleteMedicalTranscriptionJob)
1993
2313
  .build() {
1994
2314
  }
1995
2315
 
@@ -1997,16 +2317,11 @@ class DeleteMedicalVocabularyCommand extends smithyClient.Command
1997
2317
  .classBuilder()
1998
2318
  .ep(commonParams)
1999
2319
  .m(function (Command, cs, config, o) {
2000
- return [
2001
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2002
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2003
- ];
2320
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2004
2321
  })
2005
2322
  .s("Transcribe", "DeleteMedicalVocabulary", {})
2006
2323
  .n("TranscribeClient", "DeleteMedicalVocabularyCommand")
2007
- .f(void 0, void 0)
2008
- .ser(se_DeleteMedicalVocabularyCommand)
2009
- .de(de_DeleteMedicalVocabularyCommand)
2324
+ .sc(DeleteMedicalVocabulary)
2010
2325
  .build() {
2011
2326
  }
2012
2327
 
@@ -2014,16 +2329,11 @@ class DeleteTranscriptionJobCommand extends smithyClient.Command
2014
2329
  .classBuilder()
2015
2330
  .ep(commonParams)
2016
2331
  .m(function (Command, cs, config, o) {
2017
- return [
2018
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2019
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2020
- ];
2332
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2021
2333
  })
2022
2334
  .s("Transcribe", "DeleteTranscriptionJob", {})
2023
2335
  .n("TranscribeClient", "DeleteTranscriptionJobCommand")
2024
- .f(void 0, void 0)
2025
- .ser(se_DeleteTranscriptionJobCommand)
2026
- .de(de_DeleteTranscriptionJobCommand)
2336
+ .sc(DeleteTranscriptionJob)
2027
2337
  .build() {
2028
2338
  }
2029
2339
 
@@ -2031,16 +2341,11 @@ class DeleteVocabularyCommand extends smithyClient.Command
2031
2341
  .classBuilder()
2032
2342
  .ep(commonParams)
2033
2343
  .m(function (Command, cs, config, o) {
2034
- return [
2035
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2036
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2037
- ];
2344
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2038
2345
  })
2039
2346
  .s("Transcribe", "DeleteVocabulary", {})
2040
2347
  .n("TranscribeClient", "DeleteVocabularyCommand")
2041
- .f(void 0, void 0)
2042
- .ser(se_DeleteVocabularyCommand)
2043
- .de(de_DeleteVocabularyCommand)
2348
+ .sc(DeleteVocabulary)
2044
2349
  .build() {
2045
2350
  }
2046
2351
 
@@ -2048,16 +2353,11 @@ class DeleteVocabularyFilterCommand extends smithyClient.Command
2048
2353
  .classBuilder()
2049
2354
  .ep(commonParams)
2050
2355
  .m(function (Command, cs, config, o) {
2051
- return [
2052
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2053
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2054
- ];
2356
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2055
2357
  })
2056
2358
  .s("Transcribe", "DeleteVocabularyFilter", {})
2057
2359
  .n("TranscribeClient", "DeleteVocabularyFilterCommand")
2058
- .f(void 0, void 0)
2059
- .ser(se_DeleteVocabularyFilterCommand)
2060
- .de(de_DeleteVocabularyFilterCommand)
2360
+ .sc(DeleteVocabularyFilter)
2061
2361
  .build() {
2062
2362
  }
2063
2363
 
@@ -2065,16 +2365,11 @@ class DescribeLanguageModelCommand extends smithyClient.Command
2065
2365
  .classBuilder()
2066
2366
  .ep(commonParams)
2067
2367
  .m(function (Command, cs, config, o) {
2068
- return [
2069
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2070
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2071
- ];
2368
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2072
2369
  })
2073
2370
  .s("Transcribe", "DescribeLanguageModel", {})
2074
2371
  .n("TranscribeClient", "DescribeLanguageModelCommand")
2075
- .f(void 0, void 0)
2076
- .ser(se_DescribeLanguageModelCommand)
2077
- .de(de_DescribeLanguageModelCommand)
2372
+ .sc(DescribeLanguageModel)
2078
2373
  .build() {
2079
2374
  }
2080
2375
 
@@ -2082,16 +2377,11 @@ class GetCallAnalyticsCategoryCommand extends smithyClient.Command
2082
2377
  .classBuilder()
2083
2378
  .ep(commonParams)
2084
2379
  .m(function (Command, cs, config, o) {
2085
- return [
2086
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2087
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2088
- ];
2380
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
2381
  })
2090
2382
  .s("Transcribe", "GetCallAnalyticsCategory", {})
2091
2383
  .n("TranscribeClient", "GetCallAnalyticsCategoryCommand")
2092
- .f(void 0, void 0)
2093
- .ser(se_GetCallAnalyticsCategoryCommand)
2094
- .de(de_GetCallAnalyticsCategoryCommand)
2384
+ .sc(GetCallAnalyticsCategory)
2095
2385
  .build() {
2096
2386
  }
2097
2387
 
@@ -2099,16 +2389,11 @@ class GetCallAnalyticsJobCommand extends smithyClient.Command
2099
2389
  .classBuilder()
2100
2390
  .ep(commonParams)
2101
2391
  .m(function (Command, cs, config, o) {
2102
- return [
2103
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2104
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2105
- ];
2392
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2106
2393
  })
2107
2394
  .s("Transcribe", "GetCallAnalyticsJob", {})
2108
2395
  .n("TranscribeClient", "GetCallAnalyticsJobCommand")
2109
- .f(void 0, void 0)
2110
- .ser(se_GetCallAnalyticsJobCommand)
2111
- .de(de_GetCallAnalyticsJobCommand)
2396
+ .sc(GetCallAnalyticsJob)
2112
2397
  .build() {
2113
2398
  }
2114
2399
 
@@ -2116,16 +2401,11 @@ class GetMedicalScribeJobCommand extends smithyClient.Command
2116
2401
  .classBuilder()
2117
2402
  .ep(commonParams)
2118
2403
  .m(function (Command, cs, config, o) {
2119
- return [
2120
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2121
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2122
- ];
2404
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2123
2405
  })
2124
2406
  .s("Transcribe", "GetMedicalScribeJob", {})
2125
2407
  .n("TranscribeClient", "GetMedicalScribeJobCommand")
2126
- .f(void 0, void 0)
2127
- .ser(se_GetMedicalScribeJobCommand)
2128
- .de(de_GetMedicalScribeJobCommand)
2408
+ .sc(GetMedicalScribeJob)
2129
2409
  .build() {
2130
2410
  }
2131
2411
 
@@ -2133,16 +2413,11 @@ class GetMedicalTranscriptionJobCommand extends smithyClient.Command
2133
2413
  .classBuilder()
2134
2414
  .ep(commonParams)
2135
2415
  .m(function (Command, cs, config, o) {
2136
- return [
2137
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2138
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2139
- ];
2416
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2140
2417
  })
2141
2418
  .s("Transcribe", "GetMedicalTranscriptionJob", {})
2142
2419
  .n("TranscribeClient", "GetMedicalTranscriptionJobCommand")
2143
- .f(void 0, void 0)
2144
- .ser(se_GetMedicalTranscriptionJobCommand)
2145
- .de(de_GetMedicalTranscriptionJobCommand)
2420
+ .sc(GetMedicalTranscriptionJob)
2146
2421
  .build() {
2147
2422
  }
2148
2423
 
@@ -2150,16 +2425,11 @@ class GetMedicalVocabularyCommand extends smithyClient.Command
2150
2425
  .classBuilder()
2151
2426
  .ep(commonParams)
2152
2427
  .m(function (Command, cs, config, o) {
2153
- return [
2154
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2155
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2156
- ];
2428
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2157
2429
  })
2158
2430
  .s("Transcribe", "GetMedicalVocabulary", {})
2159
2431
  .n("TranscribeClient", "GetMedicalVocabularyCommand")
2160
- .f(void 0, void 0)
2161
- .ser(se_GetMedicalVocabularyCommand)
2162
- .de(de_GetMedicalVocabularyCommand)
2432
+ .sc(GetMedicalVocabulary)
2163
2433
  .build() {
2164
2434
  }
2165
2435
 
@@ -2167,16 +2437,11 @@ class GetTranscriptionJobCommand extends smithyClient.Command
2167
2437
  .classBuilder()
2168
2438
  .ep(commonParams)
2169
2439
  .m(function (Command, cs, config, o) {
2170
- return [
2171
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2172
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2173
- ];
2440
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2174
2441
  })
2175
2442
  .s("Transcribe", "GetTranscriptionJob", {})
2176
2443
  .n("TranscribeClient", "GetTranscriptionJobCommand")
2177
- .f(void 0, void 0)
2178
- .ser(se_GetTranscriptionJobCommand)
2179
- .de(de_GetTranscriptionJobCommand)
2444
+ .sc(GetTranscriptionJob)
2180
2445
  .build() {
2181
2446
  }
2182
2447
 
@@ -2184,16 +2449,11 @@ class GetVocabularyCommand extends smithyClient.Command
2184
2449
  .classBuilder()
2185
2450
  .ep(commonParams)
2186
2451
  .m(function (Command, cs, config, o) {
2187
- return [
2188
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2189
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2190
- ];
2452
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
2453
  })
2192
2454
  .s("Transcribe", "GetVocabulary", {})
2193
2455
  .n("TranscribeClient", "GetVocabularyCommand")
2194
- .f(void 0, void 0)
2195
- .ser(se_GetVocabularyCommand)
2196
- .de(de_GetVocabularyCommand)
2456
+ .sc(GetVocabulary)
2197
2457
  .build() {
2198
2458
  }
2199
2459
 
@@ -2201,16 +2461,11 @@ class GetVocabularyFilterCommand extends smithyClient.Command
2201
2461
  .classBuilder()
2202
2462
  .ep(commonParams)
2203
2463
  .m(function (Command, cs, config, o) {
2204
- return [
2205
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2206
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2207
- ];
2464
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2208
2465
  })
2209
2466
  .s("Transcribe", "GetVocabularyFilter", {})
2210
2467
  .n("TranscribeClient", "GetVocabularyFilterCommand")
2211
- .f(void 0, void 0)
2212
- .ser(se_GetVocabularyFilterCommand)
2213
- .de(de_GetVocabularyFilterCommand)
2468
+ .sc(GetVocabularyFilter)
2214
2469
  .build() {
2215
2470
  }
2216
2471
 
@@ -2218,16 +2473,11 @@ class ListCallAnalyticsCategoriesCommand extends smithyClient.Command
2218
2473
  .classBuilder()
2219
2474
  .ep(commonParams)
2220
2475
  .m(function (Command, cs, config, o) {
2221
- return [
2222
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2223
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2224
- ];
2476
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2225
2477
  })
2226
2478
  .s("Transcribe", "ListCallAnalyticsCategories", {})
2227
2479
  .n("TranscribeClient", "ListCallAnalyticsCategoriesCommand")
2228
- .f(void 0, void 0)
2229
- .ser(se_ListCallAnalyticsCategoriesCommand)
2230
- .de(de_ListCallAnalyticsCategoriesCommand)
2480
+ .sc(ListCallAnalyticsCategories)
2231
2481
  .build() {
2232
2482
  }
2233
2483
 
@@ -2235,16 +2485,11 @@ class ListCallAnalyticsJobsCommand extends smithyClient.Command
2235
2485
  .classBuilder()
2236
2486
  .ep(commonParams)
2237
2487
  .m(function (Command, cs, config, o) {
2238
- return [
2239
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2240
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2241
- ];
2488
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2242
2489
  })
2243
2490
  .s("Transcribe", "ListCallAnalyticsJobs", {})
2244
2491
  .n("TranscribeClient", "ListCallAnalyticsJobsCommand")
2245
- .f(void 0, void 0)
2246
- .ser(se_ListCallAnalyticsJobsCommand)
2247
- .de(de_ListCallAnalyticsJobsCommand)
2492
+ .sc(ListCallAnalyticsJobs)
2248
2493
  .build() {
2249
2494
  }
2250
2495
 
@@ -2252,16 +2497,11 @@ class ListLanguageModelsCommand extends smithyClient.Command
2252
2497
  .classBuilder()
2253
2498
  .ep(commonParams)
2254
2499
  .m(function (Command, cs, config, o) {
2255
- return [
2256
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2257
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2258
- ];
2500
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2259
2501
  })
2260
2502
  .s("Transcribe", "ListLanguageModels", {})
2261
2503
  .n("TranscribeClient", "ListLanguageModelsCommand")
2262
- .f(void 0, void 0)
2263
- .ser(se_ListLanguageModelsCommand)
2264
- .de(de_ListLanguageModelsCommand)
2504
+ .sc(ListLanguageModels)
2265
2505
  .build() {
2266
2506
  }
2267
2507
 
@@ -2269,16 +2509,11 @@ class ListMedicalScribeJobsCommand extends smithyClient.Command
2269
2509
  .classBuilder()
2270
2510
  .ep(commonParams)
2271
2511
  .m(function (Command, cs, config, o) {
2272
- return [
2273
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2274
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2275
- ];
2512
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2276
2513
  })
2277
2514
  .s("Transcribe", "ListMedicalScribeJobs", {})
2278
2515
  .n("TranscribeClient", "ListMedicalScribeJobsCommand")
2279
- .f(void 0, void 0)
2280
- .ser(se_ListMedicalScribeJobsCommand)
2281
- .de(de_ListMedicalScribeJobsCommand)
2516
+ .sc(ListMedicalScribeJobs)
2282
2517
  .build() {
2283
2518
  }
2284
2519
 
@@ -2286,16 +2521,11 @@ class ListMedicalTranscriptionJobsCommand extends smithyClient.Command
2286
2521
  .classBuilder()
2287
2522
  .ep(commonParams)
2288
2523
  .m(function (Command, cs, config, o) {
2289
- return [
2290
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2291
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2292
- ];
2524
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
2525
  })
2294
2526
  .s("Transcribe", "ListMedicalTranscriptionJobs", {})
2295
2527
  .n("TranscribeClient", "ListMedicalTranscriptionJobsCommand")
2296
- .f(void 0, void 0)
2297
- .ser(se_ListMedicalTranscriptionJobsCommand)
2298
- .de(de_ListMedicalTranscriptionJobsCommand)
2528
+ .sc(ListMedicalTranscriptionJobs)
2299
2529
  .build() {
2300
2530
  }
2301
2531
 
@@ -2303,16 +2533,11 @@ class ListMedicalVocabulariesCommand extends smithyClient.Command
2303
2533
  .classBuilder()
2304
2534
  .ep(commonParams)
2305
2535
  .m(function (Command, cs, config, o) {
2306
- return [
2307
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2308
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2309
- ];
2536
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2310
2537
  })
2311
2538
  .s("Transcribe", "ListMedicalVocabularies", {})
2312
2539
  .n("TranscribeClient", "ListMedicalVocabulariesCommand")
2313
- .f(void 0, void 0)
2314
- .ser(se_ListMedicalVocabulariesCommand)
2315
- .de(de_ListMedicalVocabulariesCommand)
2540
+ .sc(ListMedicalVocabularies)
2316
2541
  .build() {
2317
2542
  }
2318
2543
 
@@ -2320,16 +2545,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2320
2545
  .classBuilder()
2321
2546
  .ep(commonParams)
2322
2547
  .m(function (Command, cs, config, o) {
2323
- return [
2324
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2325
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2326
- ];
2548
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2327
2549
  })
2328
2550
  .s("Transcribe", "ListTagsForResource", {})
2329
2551
  .n("TranscribeClient", "ListTagsForResourceCommand")
2330
- .f(void 0, void 0)
2331
- .ser(se_ListTagsForResourceCommand)
2332
- .de(de_ListTagsForResourceCommand)
2552
+ .sc(ListTagsForResource)
2333
2553
  .build() {
2334
2554
  }
2335
2555
 
@@ -2337,16 +2557,11 @@ class ListTranscriptionJobsCommand extends smithyClient.Command
2337
2557
  .classBuilder()
2338
2558
  .ep(commonParams)
2339
2559
  .m(function (Command, cs, config, o) {
2340
- return [
2341
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2342
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2343
- ];
2560
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2344
2561
  })
2345
2562
  .s("Transcribe", "ListTranscriptionJobs", {})
2346
2563
  .n("TranscribeClient", "ListTranscriptionJobsCommand")
2347
- .f(void 0, void 0)
2348
- .ser(se_ListTranscriptionJobsCommand)
2349
- .de(de_ListTranscriptionJobsCommand)
2564
+ .sc(ListTranscriptionJobs)
2350
2565
  .build() {
2351
2566
  }
2352
2567
 
@@ -2354,16 +2569,11 @@ class ListVocabulariesCommand extends smithyClient.Command
2354
2569
  .classBuilder()
2355
2570
  .ep(commonParams)
2356
2571
  .m(function (Command, cs, config, o) {
2357
- return [
2358
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2359
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2360
- ];
2572
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2361
2573
  })
2362
2574
  .s("Transcribe", "ListVocabularies", {})
2363
2575
  .n("TranscribeClient", "ListVocabulariesCommand")
2364
- .f(void 0, void 0)
2365
- .ser(se_ListVocabulariesCommand)
2366
- .de(de_ListVocabulariesCommand)
2576
+ .sc(ListVocabularies)
2367
2577
  .build() {
2368
2578
  }
2369
2579
 
@@ -2371,16 +2581,11 @@ class ListVocabularyFiltersCommand extends smithyClient.Command
2371
2581
  .classBuilder()
2372
2582
  .ep(commonParams)
2373
2583
  .m(function (Command, cs, config, o) {
2374
- return [
2375
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2376
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2377
- ];
2584
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2378
2585
  })
2379
2586
  .s("Transcribe", "ListVocabularyFilters", {})
2380
2587
  .n("TranscribeClient", "ListVocabularyFiltersCommand")
2381
- .f(void 0, void 0)
2382
- .ser(se_ListVocabularyFiltersCommand)
2383
- .de(de_ListVocabularyFiltersCommand)
2588
+ .sc(ListVocabularyFilters)
2384
2589
  .build() {
2385
2590
  }
2386
2591
 
@@ -2388,16 +2593,11 @@ class StartCallAnalyticsJobCommand extends smithyClient.Command
2388
2593
  .classBuilder()
2389
2594
  .ep(commonParams)
2390
2595
  .m(function (Command, cs, config, o) {
2391
- return [
2392
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2393
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2394
- ];
2596
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2395
2597
  })
2396
2598
  .s("Transcribe", "StartCallAnalyticsJob", {})
2397
2599
  .n("TranscribeClient", "StartCallAnalyticsJobCommand")
2398
- .f(void 0, void 0)
2399
- .ser(se_StartCallAnalyticsJobCommand)
2400
- .de(de_StartCallAnalyticsJobCommand)
2600
+ .sc(StartCallAnalyticsJob)
2401
2601
  .build() {
2402
2602
  }
2403
2603
 
@@ -2405,16 +2605,11 @@ class StartMedicalScribeJobCommand extends smithyClient.Command
2405
2605
  .classBuilder()
2406
2606
  .ep(commonParams)
2407
2607
  .m(function (Command, cs, config, o) {
2408
- return [
2409
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2410
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2411
- ];
2608
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2412
2609
  })
2413
2610
  .s("Transcribe", "StartMedicalScribeJob", {})
2414
2611
  .n("TranscribeClient", "StartMedicalScribeJobCommand")
2415
- .f(StartMedicalScribeJobRequestFilterSensitiveLog, void 0)
2416
- .ser(se_StartMedicalScribeJobCommand)
2417
- .de(de_StartMedicalScribeJobCommand)
2612
+ .sc(StartMedicalScribeJob)
2418
2613
  .build() {
2419
2614
  }
2420
2615
 
@@ -2422,16 +2617,11 @@ class StartMedicalTranscriptionJobCommand extends smithyClient.Command
2422
2617
  .classBuilder()
2423
2618
  .ep(commonParams)
2424
2619
  .m(function (Command, cs, config, o) {
2425
- return [
2426
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2427
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2428
- ];
2620
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2429
2621
  })
2430
2622
  .s("Transcribe", "StartMedicalTranscriptionJob", {})
2431
2623
  .n("TranscribeClient", "StartMedicalTranscriptionJobCommand")
2432
- .f(void 0, void 0)
2433
- .ser(se_StartMedicalTranscriptionJobCommand)
2434
- .de(de_StartMedicalTranscriptionJobCommand)
2624
+ .sc(StartMedicalTranscriptionJob)
2435
2625
  .build() {
2436
2626
  }
2437
2627
 
@@ -2439,16 +2629,11 @@ class StartTranscriptionJobCommand extends smithyClient.Command
2439
2629
  .classBuilder()
2440
2630
  .ep(commonParams)
2441
2631
  .m(function (Command, cs, config, o) {
2442
- return [
2443
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2444
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2445
- ];
2632
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2446
2633
  })
2447
2634
  .s("Transcribe", "StartTranscriptionJob", {})
2448
2635
  .n("TranscribeClient", "StartTranscriptionJobCommand")
2449
- .f(void 0, void 0)
2450
- .ser(se_StartTranscriptionJobCommand)
2451
- .de(de_StartTranscriptionJobCommand)
2636
+ .sc(StartTranscriptionJob)
2452
2637
  .build() {
2453
2638
  }
2454
2639
 
@@ -2456,16 +2641,11 @@ class TagResourceCommand extends smithyClient.Command
2456
2641
  .classBuilder()
2457
2642
  .ep(commonParams)
2458
2643
  .m(function (Command, cs, config, o) {
2459
- return [
2460
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2461
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2462
- ];
2644
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2463
2645
  })
2464
2646
  .s("Transcribe", "TagResource", {})
2465
2647
  .n("TranscribeClient", "TagResourceCommand")
2466
- .f(void 0, void 0)
2467
- .ser(se_TagResourceCommand)
2468
- .de(de_TagResourceCommand)
2648
+ .sc(TagResource)
2469
2649
  .build() {
2470
2650
  }
2471
2651
 
@@ -2473,16 +2653,11 @@ class UntagResourceCommand extends smithyClient.Command
2473
2653
  .classBuilder()
2474
2654
  .ep(commonParams)
2475
2655
  .m(function (Command, cs, config, o) {
2476
- return [
2477
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2478
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2479
- ];
2656
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2480
2657
  })
2481
2658
  .s("Transcribe", "UntagResource", {})
2482
2659
  .n("TranscribeClient", "UntagResourceCommand")
2483
- .f(void 0, void 0)
2484
- .ser(se_UntagResourceCommand)
2485
- .de(de_UntagResourceCommand)
2660
+ .sc(UntagResource)
2486
2661
  .build() {
2487
2662
  }
2488
2663
 
@@ -2490,16 +2665,11 @@ class UpdateCallAnalyticsCategoryCommand extends smithyClient.Command
2490
2665
  .classBuilder()
2491
2666
  .ep(commonParams)
2492
2667
  .m(function (Command, cs, config, o) {
2493
- return [
2494
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2495
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2496
- ];
2668
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2497
2669
  })
2498
2670
  .s("Transcribe", "UpdateCallAnalyticsCategory", {})
2499
2671
  .n("TranscribeClient", "UpdateCallAnalyticsCategoryCommand")
2500
- .f(void 0, void 0)
2501
- .ser(se_UpdateCallAnalyticsCategoryCommand)
2502
- .de(de_UpdateCallAnalyticsCategoryCommand)
2672
+ .sc(UpdateCallAnalyticsCategory)
2503
2673
  .build() {
2504
2674
  }
2505
2675
 
@@ -2507,16 +2677,11 @@ class UpdateMedicalVocabularyCommand extends smithyClient.Command
2507
2677
  .classBuilder()
2508
2678
  .ep(commonParams)
2509
2679
  .m(function (Command, cs, config, o) {
2510
- return [
2511
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2512
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2513
- ];
2680
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2514
2681
  })
2515
2682
  .s("Transcribe", "UpdateMedicalVocabulary", {})
2516
2683
  .n("TranscribeClient", "UpdateMedicalVocabularyCommand")
2517
- .f(void 0, void 0)
2518
- .ser(se_UpdateMedicalVocabularyCommand)
2519
- .de(de_UpdateMedicalVocabularyCommand)
2684
+ .sc(UpdateMedicalVocabulary)
2520
2685
  .build() {
2521
2686
  }
2522
2687
 
@@ -2524,16 +2689,11 @@ class UpdateVocabularyCommand extends smithyClient.Command
2524
2689
  .classBuilder()
2525
2690
  .ep(commonParams)
2526
2691
  .m(function (Command, cs, config, o) {
2527
- return [
2528
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2529
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2530
- ];
2692
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2531
2693
  })
2532
2694
  .s("Transcribe", "UpdateVocabulary", {})
2533
2695
  .n("TranscribeClient", "UpdateVocabularyCommand")
2534
- .f(void 0, void 0)
2535
- .ser(se_UpdateVocabularyCommand)
2536
- .de(de_UpdateVocabularyCommand)
2696
+ .sc(UpdateVocabulary)
2537
2697
  .build() {
2538
2698
  }
2539
2699
 
@@ -2541,16 +2701,11 @@ class UpdateVocabularyFilterCommand extends smithyClient.Command
2541
2701
  .classBuilder()
2542
2702
  .ep(commonParams)
2543
2703
  .m(function (Command, cs, config, o) {
2544
- return [
2545
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2546
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2547
- ];
2704
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2548
2705
  })
2549
2706
  .s("Transcribe", "UpdateVocabularyFilter", {})
2550
2707
  .n("TranscribeClient", "UpdateVocabularyFilterCommand")
2551
- .f(void 0, void 0)
2552
- .ser(se_UpdateVocabularyFilterCommand)
2553
- .de(de_UpdateVocabularyFilterCommand)
2708
+ .sc(UpdateVocabularyFilter)
2554
2709
  .build() {
2555
2710
  }
2556
2711
 
@@ -2629,13 +2784,13 @@ Object.defineProperty(exports, "__Client", {
2629
2784
  enumerable: true,
2630
2785
  get: function () { return smithyClient.Client; }
2631
2786
  });
2632
- exports.BadRequestException = BadRequestException;
2787
+ exports.BadRequestException = BadRequestException$1;
2633
2788
  exports.BaseModelName = BaseModelName;
2634
2789
  exports.CLMLanguageCode = CLMLanguageCode;
2635
2790
  exports.CallAnalyticsFeature = CallAnalyticsFeature;
2636
2791
  exports.CallAnalyticsJobStatus = CallAnalyticsJobStatus;
2637
2792
  exports.CallAnalyticsSkippedReasonCode = CallAnalyticsSkippedReasonCode;
2638
- exports.ConflictException = ConflictException;
2793
+ exports.ConflictException = ConflictException$1;
2639
2794
  exports.CreateCallAnalyticsCategoryCommand = CreateCallAnalyticsCategoryCommand;
2640
2795
  exports.CreateLanguageModelCommand = CreateLanguageModelCommand;
2641
2796
  exports.CreateMedicalVocabularyCommand = CreateMedicalVocabularyCommand;
@@ -2660,9 +2815,9 @@ exports.GetTranscriptionJobCommand = GetTranscriptionJobCommand;
2660
2815
  exports.GetVocabularyCommand = GetVocabularyCommand;
2661
2816
  exports.GetVocabularyFilterCommand = GetVocabularyFilterCommand;
2662
2817
  exports.InputType = InputType;
2663
- exports.InternalFailureException = InternalFailureException;
2818
+ exports.InternalFailureException = InternalFailureException$1;
2664
2819
  exports.LanguageCode = LanguageCode;
2665
- exports.LimitExceededException = LimitExceededException;
2820
+ exports.LimitExceededException = LimitExceededException$1;
2666
2821
  exports.ListCallAnalyticsCategoriesCommand = ListCallAnalyticsCategoriesCommand;
2667
2822
  exports.ListCallAnalyticsJobsCommand = ListCallAnalyticsJobsCommand;
2668
2823
  exports.ListLanguageModelsCommand = ListLanguageModelsCommand;
@@ -2675,25 +2830,22 @@ exports.ListVocabulariesCommand = ListVocabulariesCommand;
2675
2830
  exports.ListVocabularyFiltersCommand = ListVocabularyFiltersCommand;
2676
2831
  exports.MediaFormat = MediaFormat;
2677
2832
  exports.MedicalContentIdentificationType = MedicalContentIdentificationType;
2678
- exports.MedicalScribeContextFilterSensitiveLog = MedicalScribeContextFilterSensitiveLog;
2679
2833
  exports.MedicalScribeJobStatus = MedicalScribeJobStatus;
2680
2834
  exports.MedicalScribeLanguageCode = MedicalScribeLanguageCode;
2681
2835
  exports.MedicalScribeNoteTemplate = MedicalScribeNoteTemplate;
2682
2836
  exports.MedicalScribeParticipantRole = MedicalScribeParticipantRole;
2683
- exports.MedicalScribePatientContextFilterSensitiveLog = MedicalScribePatientContextFilterSensitiveLog;
2684
2837
  exports.ModelStatus = ModelStatus;
2685
- exports.NotFoundException = NotFoundException;
2838
+ exports.NotFoundException = NotFoundException$1;
2686
2839
  exports.OutputLocationType = OutputLocationType;
2687
2840
  exports.ParticipantRole = ParticipantRole;
2688
2841
  exports.PiiEntityType = PiiEntityType;
2689
- exports.Pronouns = Pronouns;
2842
+ exports.Pronouns = Pronouns$1;
2690
2843
  exports.RedactionOutput = RedactionOutput;
2691
2844
  exports.RedactionType = RedactionType;
2692
2845
  exports.SentimentValue = SentimentValue;
2693
2846
  exports.Specialty = Specialty;
2694
2847
  exports.StartCallAnalyticsJobCommand = StartCallAnalyticsJobCommand;
2695
2848
  exports.StartMedicalScribeJobCommand = StartMedicalScribeJobCommand;
2696
- exports.StartMedicalScribeJobRequestFilterSensitiveLog = StartMedicalScribeJobRequestFilterSensitiveLog;
2697
2849
  exports.StartMedicalTranscriptionJobCommand = StartMedicalTranscriptionJobCommand;
2698
2850
  exports.StartTranscriptionJobCommand = StartTranscriptionJobCommand;
2699
2851
  exports.SubtitleFormat = SubtitleFormat;
@@ -2701,7 +2853,7 @@ exports.TagResourceCommand = TagResourceCommand;
2701
2853
  exports.ToxicityCategory = ToxicityCategory;
2702
2854
  exports.Transcribe = Transcribe;
2703
2855
  exports.TranscribeClient = TranscribeClient;
2704
- exports.TranscribeServiceException = TranscribeServiceException;
2856
+ exports.TranscribeServiceException = TranscribeServiceException$1;
2705
2857
  exports.TranscriptFilterType = TranscriptFilterType;
2706
2858
  exports.TranscriptionJobStatus = TranscriptionJobStatus;
2707
2859
  exports.Type = Type;