@aws-sdk/client-transcribe 3.926.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1848 -1696
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/TranscribeClient.js +2 -0
- package/dist-es/commands/CreateCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/CreateLanguageModelCommand.js +3 -9
- package/dist-es/commands/CreateMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/CreateVocabularyCommand.js +3 -9
- package/dist-es/commands/CreateVocabularyFilterCommand.js +3 -9
- package/dist-es/commands/DeleteCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/DeleteCallAnalyticsJobCommand.js +3 -9
- package/dist-es/commands/DeleteLanguageModelCommand.js +3 -9
- package/dist-es/commands/DeleteMedicalScribeJobCommand.js +3 -9
- package/dist-es/commands/DeleteMedicalTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/DeleteMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/DeleteTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/DeleteVocabularyCommand.js +3 -9
- package/dist-es/commands/DeleteVocabularyFilterCommand.js +3 -9
- package/dist-es/commands/DescribeLanguageModelCommand.js +3 -9
- package/dist-es/commands/GetCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/GetCallAnalyticsJobCommand.js +3 -9
- package/dist-es/commands/GetMedicalScribeJobCommand.js +3 -9
- package/dist-es/commands/GetMedicalTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/GetMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/GetTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/GetVocabularyCommand.js +3 -9
- package/dist-es/commands/GetVocabularyFilterCommand.js +3 -9
- package/dist-es/commands/ListCallAnalyticsCategoriesCommand.js +3 -9
- package/dist-es/commands/ListCallAnalyticsJobsCommand.js +3 -9
- package/dist-es/commands/ListLanguageModelsCommand.js +3 -9
- package/dist-es/commands/ListMedicalScribeJobsCommand.js +3 -9
- package/dist-es/commands/ListMedicalTranscriptionJobsCommand.js +3 -9
- package/dist-es/commands/ListMedicalVocabulariesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTranscriptionJobsCommand.js +3 -9
- package/dist-es/commands/ListVocabulariesCommand.js +3 -9
- package/dist-es/commands/ListVocabularyFiltersCommand.js +3 -9
- package/dist-es/commands/StartCallAnalyticsJobCommand.js +3 -9
- package/dist-es/commands/StartMedicalScribeJobCommand.js +3 -10
- package/dist-es/commands/StartMedicalTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/StartTranscriptionJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCallAnalyticsCategoryCommand.js +3 -9
- package/dist-es/commands/UpdateMedicalVocabularyCommand.js +3 -9
- package/dist-es/commands/UpdateVocabularyCommand.js +3 -9
- package/dist-es/commands/UpdateVocabularyFilterCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -15
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1754 -0
- package/dist-types/TranscribeClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +203 -0
- package/dist-types/ts3.4/TranscribeClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1365
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -389
- 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
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
const
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
const
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
const
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
const
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
const
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
const
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
const
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
const
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
const
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
const
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
const
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
const
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
const
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
const
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
const
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
const
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
const
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
const
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
const
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
const
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
const
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
const
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
const
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
const
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
const
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
const
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
const
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
const
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
const
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
const
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
const
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
const
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
const
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
const
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
const
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
const
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
const
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
const
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
const
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
const
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
const
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
const
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
const
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
const
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
const
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
const
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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;
|