@aws-sdk/client-transcribe 3.987.0 → 3.989.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 CHANGED
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var TranscribeServiceException = require('./models/TranscribeServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,1218 +114,6 @@ class TranscribeClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class TranscribeServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, TranscribeServiceException.prototype);
118
- }
119
- }
120
-
121
- class BadRequestException extends TranscribeServiceException {
122
- name = "BadRequestException";
123
- $fault = "client";
124
- Message;
125
- constructor(opts) {
126
- super({
127
- name: "BadRequestException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- Object.setPrototypeOf(this, BadRequestException.prototype);
132
- this.Message = opts.Message;
133
- }
134
- }
135
- class ConflictException extends TranscribeServiceException {
136
- name = "ConflictException";
137
- $fault = "client";
138
- Message;
139
- constructor(opts) {
140
- super({
141
- name: "ConflictException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, ConflictException.prototype);
146
- this.Message = opts.Message;
147
- }
148
- }
149
- class InternalFailureException extends TranscribeServiceException {
150
- name = "InternalFailureException";
151
- $fault = "server";
152
- Message;
153
- constructor(opts) {
154
- super({
155
- name: "InternalFailureException",
156
- $fault: "server",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, InternalFailureException.prototype);
160
- this.Message = opts.Message;
161
- }
162
- }
163
- class LimitExceededException extends TranscribeServiceException {
164
- name = "LimitExceededException";
165
- $fault = "client";
166
- Message;
167
- constructor(opts) {
168
- super({
169
- name: "LimitExceededException",
170
- $fault: "client",
171
- ...opts,
172
- });
173
- Object.setPrototypeOf(this, LimitExceededException.prototype);
174
- this.Message = opts.Message;
175
- }
176
- }
177
- class NotFoundException extends TranscribeServiceException {
178
- name = "NotFoundException";
179
- $fault = "client";
180
- Message;
181
- constructor(opts) {
182
- super({
183
- name: "NotFoundException",
184
- $fault: "client",
185
- ...opts,
186
- });
187
- Object.setPrototypeOf(this, NotFoundException.prototype);
188
- this.Message = opts.Message;
189
- }
190
- }
191
-
192
- const _ADE = "AllowDeferredExecution";
193
- const _ATR = "AbsoluteTimeRange";
194
- const _BMN = "BaseModelName";
195
- const _BRE = "BadRequestException";
196
- const _C = "Categories";
197
- const _CAJ = "CallAnalyticsJob";
198
- const _CAJD = "CallAnalyticsJobDetails";
199
- const _CAJN = "CallAnalyticsJobName";
200
- const _CAJS = "CallAnalyticsJobStatus";
201
- const _CAJSa = "CallAnalyticsJobSettings";
202
- const _CAJSal = "CallAnalyticsJobSummary";
203
- const _CAJSall = "CallAnalyticsJobSummaries";
204
- const _CASF = "CallAnalyticsSkippedFeature";
205
- const _CASFL = "CallAnalyticsSkippedFeatureList";
206
- const _CCAC = "CreateCallAnalyticsCategory";
207
- const _CCACR = "CreateCallAnalyticsCategoryRequest";
208
- const _CCACRr = "CreateCallAnalyticsCategoryResponse";
209
- const _CD = "ChannelDefinitions";
210
- const _CDU = "ClinicalDocumentUri";
211
- const _CDh = "ChannelDefinition";
212
- const _CE = "ConflictException";
213
- const _CI = "ChannelId";
214
- const _CIT = "ContentIdentificationType";
215
- const _CIh = "ChannelIdentification";
216
- const _CLM = "CreateLanguageModel";
217
- const _CLMR = "CreateLanguageModelRequest";
218
- const _CLMRr = "CreateLanguageModelResponse";
219
- const _CMV = "CreateMedicalVocabulary";
220
- const _CMVR = "CreateMedicalVocabularyRequest";
221
- const _CMVRr = "CreateMedicalVocabularyResponse";
222
- const _CN = "CategoryName";
223
- const _CNGS = "ClinicalNoteGenerationSettings";
224
- const _CP = "CategoryProperties";
225
- const _CPL = "CategoryPropertiesList";
226
- const _CR = "ContentRedaction";
227
- const _CT = "CreationTime";
228
- const _CTo = "CompletionTime";
229
- const _CTr = "CreateTime";
230
- const _CV = "CreateVocabulary";
231
- const _CVF = "CreateVocabularyFilter";
232
- const _CVFR = "CreateVocabularyFilterRequest";
233
- const _CVFRr = "CreateVocabularyFilterResponse";
234
- const _CVR = "CreateVocabularyRequest";
235
- const _CVRr = "CreateVocabularyResponse";
236
- const _DARA = "DataAccessRoleArn";
237
- const _DCAC = "DeleteCallAnalyticsCategory";
238
- const _DCACR = "DeleteCallAnalyticsCategoryRequest";
239
- const _DCACRe = "DeleteCallAnalyticsCategoryResponse";
240
- const _DCAJ = "DeleteCallAnalyticsJob";
241
- const _DCAJR = "DeleteCallAnalyticsJobRequest";
242
- const _DCAJRe = "DeleteCallAnalyticsJobResponse";
243
- const _DIS = "DurationInSeconds";
244
- const _DLM = "DeleteLanguageModel";
245
- const _DLMR = "DeleteLanguageModelRequest";
246
- const _DLMRe = "DescribeLanguageModelRequest";
247
- const _DLMRes = "DescribeLanguageModelResponse";
248
- const _DLMe = "DescribeLanguageModel";
249
- const _DMSJ = "DeleteMedicalScribeJob";
250
- const _DMSJR = "DeleteMedicalScribeJobRequest";
251
- const _DMTJ = "DeleteMedicalTranscriptionJob";
252
- const _DMTJR = "DeleteMedicalTranscriptionJobRequest";
253
- const _DMV = "DeleteMedicalVocabulary";
254
- const _DMVR = "DeleteMedicalVocabularyRequest";
255
- const _DTJ = "DeleteTranscriptionJob";
256
- const _DTJR = "DeleteTranscriptionJobRequest";
257
- const _DU = "DownloadUri";
258
- const _DV = "DeleteVocabulary";
259
- const _DVF = "DeleteVocabularyFilter";
260
- const _DVFR = "DeleteVocabularyFilterRequest";
261
- const _DVR = "DeleteVocabularyRequest";
262
- const _EP = "EndPercentage";
263
- const _ET = "EndTime";
264
- const _F = "First";
265
- const _FR = "FailureReason";
266
- const _Fe = "Feature";
267
- const _Fo = "Formats";
268
- const _GAS = "GenerateAbstractiveSummary";
269
- const _GCAC = "GetCallAnalyticsCategory";
270
- const _GCACR = "GetCallAnalyticsCategoryRequest";
271
- const _GCACRe = "GetCallAnalyticsCategoryResponse";
272
- const _GCAJ = "GetCallAnalyticsJob";
273
- const _GCAJR = "GetCallAnalyticsJobRequest";
274
- const _GCAJRe = "GetCallAnalyticsJobResponse";
275
- const _GMSJ = "GetMedicalScribeJob";
276
- const _GMSJR = "GetMedicalScribeJobRequest";
277
- const _GMSJRe = "GetMedicalScribeJobResponse";
278
- const _GMTJ = "GetMedicalTranscriptionJob";
279
- const _GMTJR = "GetMedicalTranscriptionJobRequest";
280
- const _GMTJRe = "GetMedicalTranscriptionJobResponse";
281
- const _GMV = "GetMedicalVocabulary";
282
- const _GMVR = "GetMedicalVocabularyRequest";
283
- const _GMVRe = "GetMedicalVocabularyResponse";
284
- const _GTJ = "GetTranscriptionJob";
285
- const _GTJR = "GetTranscriptionJobRequest";
286
- const _GTJRe = "GetTranscriptionJobResponse";
287
- const _GV = "GetVocabulary";
288
- const _GVF = "GetVocabularyFilter";
289
- const _GVFR = "GetVocabularyFilterRequest";
290
- const _GVFRe = "GetVocabularyFilterResponse";
291
- const _GVR = "GetVocabularyRequest";
292
- const _GVRe = "GetVocabularyResponse";
293
- const _IDC = "InputDataConfig";
294
- const _IF = "InterruptionFilter";
295
- const _IFE = "InternalFailureException";
296
- const _IL = "IdentifyLanguage";
297
- const _ILS = "IdentifiedLanguageScore";
298
- const _IML = "IdentifyMultipleLanguages";
299
- const _IT = "InputType";
300
- const _JES = "JobExecutionSettings";
301
- const _JNC = "JobNameContains";
302
- const _K = "Key";
303
- const _KMSEC = "KMSEncryptionContext";
304
- const _L = "Last";
305
- const _LC = "LanguageCode";
306
- const _LCAC = "ListCallAnalyticsCategories";
307
- const _LCACR = "ListCallAnalyticsCategoriesRequest";
308
- const _LCACRi = "ListCallAnalyticsCategoriesResponse";
309
- const _LCAJ = "ListCallAnalyticsJobs";
310
- const _LCAJR = "ListCallAnalyticsJobsRequest";
311
- const _LCAJRi = "ListCallAnalyticsJobsResponse";
312
- const _LCI = "LanguageCodeItem";
313
- const _LCL = "LanguageCodeList";
314
- const _LCa = "LanguageCodes";
315
- const _LEE = "LimitExceededException";
316
- const _LIS = "LanguageIdSettings";
317
- const _LISM = "LanguageIdSettingsMap";
318
- const _LLM = "ListLanguageModels";
319
- const _LLMR = "ListLanguageModelsRequest";
320
- const _LLMRi = "ListLanguageModelsResponse";
321
- const _LM = "LanguageModel";
322
- const _LMN = "LanguageModelName";
323
- const _LMSJ = "ListMedicalScribeJobs";
324
- const _LMSJR = "ListMedicalScribeJobsRequest";
325
- const _LMSJRi = "ListMedicalScribeJobsResponse";
326
- const _LMT = "LastModifiedTime";
327
- const _LMTJ = "ListMedicalTranscriptionJobs";
328
- const _LMTJR = "ListMedicalTranscriptionJobsRequest";
329
- const _LMTJRi = "ListMedicalTranscriptionJobsResponse";
330
- const _LMV = "ListMedicalVocabularies";
331
- const _LMVR = "ListMedicalVocabulariesRequest";
332
- const _LMVRi = "ListMedicalVocabulariesResponse";
333
- const _LO = "LanguageOptions";
334
- const _LTFR = "ListTagsForResource";
335
- const _LTFRR = "ListTagsForResourceRequest";
336
- const _LTFRRi = "ListTagsForResourceResponse";
337
- const _LTJ = "ListTranscriptionJobs";
338
- const _LTJR = "ListTranscriptionJobsRequest";
339
- const _LTJRi = "ListTranscriptionJobsResponse";
340
- const _LUT = "LastUpdateTime";
341
- const _LV = "ListVocabularies";
342
- const _LVF = "ListVocabularyFilters";
343
- const _LVFR = "ListVocabularyFiltersRequest";
344
- const _LVFRi = "ListVocabularyFiltersResponse";
345
- const _LVR = "ListVocabulariesRequest";
346
- const _LVRi = "ListVocabulariesResponse";
347
- const _M = "Message";
348
- const _MA = "MaxAlternatives";
349
- const _MF = "MediaFormat";
350
- const _MFU = "MediaFileUri";
351
- const _MN = "ModelName";
352
- const _MR = "MaxResults";
353
- const _MS = "ModelStatus";
354
- const _MSC = "MedicalScribeContext";
355
- const _MSCD = "MedicalScribeChannelDefinition";
356
- const _MSCDe = "MedicalScribeChannelDefinitions";
357
- const _MSCP = "MedicalScribeContextProvided";
358
- const _MSJ = "MedicalScribeJob";
359
- const _MSJN = "MedicalScribeJobName";
360
- const _MSJS = "MedicalScribeJobSummaries";
361
- const _MSJSe = "MedicalScribeJobStatus";
362
- const _MSJSed = "MedicalScribeJobSummary";
363
- const _MSL = "MaxSpeakerLabels";
364
- const _MSO = "MedicalScribeOutput";
365
- const _MSPC = "MedicalScribePatientContext";
366
- const _MSRH = "MediaSampleRateHertz";
367
- const _MSS = "MedicalScribeSettings";
368
- const _MSo = "ModelSettings";
369
- const _MT = "MedicalTranscript";
370
- const _MTJ = "MedicalTranscriptionJob";
371
- const _MTJN = "MedicalTranscriptionJobName";
372
- const _MTJS = "MedicalTranscriptionJobSummaries";
373
- const _MTJSe = "MedicalTranscriptionJobSummary";
374
- const _MTS = "MedicalTranscriptionSetting";
375
- const _Me = "Media";
376
- const _Mo = "Models";
377
- const _N = "Negate";
378
- const _NC = "NameContains";
379
- const _NFE = "NotFoundException";
380
- const _NT = "NoteTemplate";
381
- const _NTTF = "NonTalkTimeFilter";
382
- const _NTe = "NextToken";
383
- const _OBN = "OutputBucketName";
384
- const _OEKMSKI = "OutputEncryptionKMSKeyId";
385
- const _OK = "OutputKey";
386
- const _OL = "OutputLocation";
387
- const _OLT = "OutputLocationType";
388
- const _OSI = "OutputStartIndex";
389
- const _P = "Pronouns";
390
- const _PC = "PatientContext";
391
- const _PET = "PiiEntityTypes";
392
- const _PR = "ParticipantRole";
393
- const _Ph = "Phrases";
394
- const _R = "Rules";
395
- const _RA = "ResourceArn";
396
- const _RC = "ReasonCode";
397
- const _RL = "RuleList";
398
- const _RMFU = "RedactedMediaFileUri";
399
- const _RO = "RedactionOutput";
400
- const _RT = "RedactionType";
401
- const _RTFU = "RedactedTranscriptFileUri";
402
- const _RTR = "RelativeTimeRange";
403
- const _Ru = "Rule";
404
- const _S = "Settings";
405
- const _SA = "ShowAlternatives";
406
- const _SCAJ = "StartCallAnalyticsJob";
407
- const _SCAJR = "StartCallAnalyticsJobRequest";
408
- const _SCAJRt = "StartCallAnalyticsJobResponse";
409
- const _SE = "StatusEquals";
410
- const _SEt = " StatusEquals";
411
- const _SEta = "StateEquals";
412
- const _SF = "SentimentFilter";
413
- const _SFU = "SubtitleFileUris";
414
- const _SMSJ = "StartMedicalScribeJob";
415
- const _SMSJR = "StartMedicalScribeJobRequest";
416
- const _SMSJRt = "StartMedicalScribeJobResponse";
417
- const _SMTJ = "StartMedicalTranscriptionJob";
418
- const _SMTJR = "StartMedicalTranscriptionJobRequest";
419
- const _SMTJRt = "StartMedicalTranscriptionJobResponse";
420
- const _SO = "SubtitlesOutput";
421
- const _SP = "StartPercentage";
422
- const _SSL = "ShowSpeakerLabels";
423
- const _ST = "StartTime";
424
- const _STJ = "StartTranscriptionJob";
425
- const _STJR = "StartTranscriptionJobRequest";
426
- const _STJRt = "StartTranscriptionJobResponse";
427
- const _SU = "S3Uri";
428
- const _Se = "Sentiments";
429
- const _Sk = "Skipped";
430
- const _Sp = "Specialty";
431
- const _St = "Status";
432
- const _Su = "Summarization";
433
- const _Sub = "Subtitles";
434
- const _T = "Transcript";
435
- const _TC = "ToxicityCategories";
436
- const _TD = "ToxicityDetection";
437
- const _TDS = "ToxicityDetectionSettings";
438
- const _TDSU = "TuningDataS3Uri";
439
- const _TF = "TranscriptFilter";
440
- const _TFT = "TranscriptFilterType";
441
- const _TFU = "TranscriptFileUri";
442
- const _TJ = "TranscriptionJob";
443
- const _TJN = "TranscriptionJobName";
444
- const _TJS = "TranscriptionJobSummaries";
445
- const _TJSr = "TranscriptionJobStatus";
446
- const _TJSra = "TranscriptionJobSummary";
447
- const _TK = "TagKeys";
448
- const _TL = "TagList";
449
- const _TR = "TagResource";
450
- const _TRR = "TagResourceRequest";
451
- const _TRRa = "TagResourceResponse";
452
- const _Ta = "Tags";
453
- const _Tag = "Tag";
454
- const _Tar = "Targets";
455
- const _Th = "Threshold";
456
- const _Ty = "Type";
457
- const _UA = "UpgradeAvailability";
458
- const _UCAC = "UpdateCallAnalyticsCategory";
459
- const _UCACR = "UpdateCallAnalyticsCategoryRequest";
460
- const _UCACRp = "UpdateCallAnalyticsCategoryResponse";
461
- const _UMV = "UpdateMedicalVocabulary";
462
- const _UMVR = "UpdateMedicalVocabularyRequest";
463
- const _UMVRp = "UpdateMedicalVocabularyResponse";
464
- const _UR = "UntagResource";
465
- const _URR = "UntagResourceRequest";
466
- const _URRn = "UntagResourceResponse";
467
- const _UV = "UpdateVocabulary";
468
- const _UVF = "UpdateVocabularyFilter";
469
- const _UVFR = "UpdateVocabularyFilterRequest";
470
- const _UVFRp = "UpdateVocabularyFilterResponse";
471
- const _UVR = "UpdateVocabularyRequest";
472
- const _UVRp = "UpdateVocabularyResponse";
473
- const _V = "Vocabularies";
474
- const _VF = "VocabularyFilters";
475
- const _VFFU = "VocabularyFilterFileUri";
476
- const _VFI = "VocabularyFilterInfo";
477
- const _VFM = "VocabularyFilterMethod";
478
- const _VFN = "VocabularyFilterName";
479
- const _VFU = "VocabularyFileUri";
480
- const _VI = "VocabularyInfo";
481
- const _VN = "VocabularyName";
482
- const _VS = "VocabularyState";
483
- const _Va = "Value";
484
- const _W = "Words";
485
- const _c = "client";
486
- const _e = "error";
487
- const _h = "http";
488
- const _hE = "httpError";
489
- const _hQ = "httpQuery";
490
- const _s = "server";
491
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.transcribe";
492
- const _tK = "tagKeys";
493
- const n0 = "com.amazonaws.transcribe";
494
- var Pronouns$1 = [0, n0, _P, 8, 0];
495
- var AbsoluteTimeRange$ = [3, n0, _ATR,
496
- 0,
497
- [_ST, _ET, _F, _L],
498
- [1, 1, 1, 1]
499
- ];
500
- var BadRequestException$ = [-3, n0, _BRE,
501
- { [_e]: _c, [_hE]: 400 },
502
- [_M],
503
- [0]
504
- ];
505
- schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
506
- var CallAnalyticsJob$ = [3, n0, _CAJ,
507
- 0,
508
- [_CAJN, _CAJS, _CAJD, _LC, _MSRH, _MF, _Me, _T, _ST, _CT, _CTo, _FR, _DARA, _ILS, _S, _CD, _Ta],
509
- [0, 0, () => CallAnalyticsJobDetails$, 0, 1, 0, () => Media$, () => Transcript$, 4, 4, 4, 0, 0, 1, () => CallAnalyticsJobSettings$, () => ChannelDefinitions, () => TagList]
510
- ];
511
- var CallAnalyticsJobDetails$ = [3, n0, _CAJD,
512
- 0,
513
- [_Sk],
514
- [() => CallAnalyticsSkippedFeatureList]
515
- ];
516
- var CallAnalyticsJobSettings$ = [3, n0, _CAJSa,
517
- 0,
518
- [_VN, _VFN, _VFM, _LMN, _CR, _LO, _LIS, _Su],
519
- [0, 0, 0, 0, () => ContentRedaction$, 64 | 0, () => LanguageIdSettingsMap, () => Summarization$]
520
- ];
521
- var CallAnalyticsJobSummary$ = [3, n0, _CAJSal,
522
- 0,
523
- [_CAJN, _CT, _ST, _CTo, _LC, _CAJS, _CAJD, _FR],
524
- [0, 4, 4, 4, 0, 0, () => CallAnalyticsJobDetails$, 0]
525
- ];
526
- var CallAnalyticsSkippedFeature$ = [3, n0, _CASF,
527
- 0,
528
- [_Fe, _RC, _M],
529
- [0, 0, 0]
530
- ];
531
- var CategoryProperties$ = [3, n0, _CP,
532
- 0,
533
- [_CN, _R, _CTr, _LUT, _Ta, _IT],
534
- [0, () => RuleList, 4, 4, () => TagList, 0]
535
- ];
536
- var ChannelDefinition$ = [3, n0, _CDh,
537
- 0,
538
- [_CI, _PR],
539
- [1, 0]
540
- ];
541
- var ClinicalNoteGenerationSettings$ = [3, n0, _CNGS,
542
- 0,
543
- [_NT],
544
- [0]
545
- ];
546
- var ConflictException$ = [-3, n0, _CE,
547
- { [_e]: _c, [_hE]: 409 },
548
- [_M],
549
- [0]
550
- ];
551
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
552
- var ContentRedaction$ = [3, n0, _CR,
553
- 0,
554
- [_RT, _RO, _PET],
555
- [0, 0, 64 | 0], 2
556
- ];
557
- var CreateCallAnalyticsCategoryRequest$ = [3, n0, _CCACR,
558
- 0,
559
- [_CN, _R, _Ta, _IT],
560
- [[0, 1], () => RuleList, () => TagList, 0], 2
561
- ];
562
- var CreateCallAnalyticsCategoryResponse$ = [3, n0, _CCACRr,
563
- 0,
564
- [_CP],
565
- [() => CategoryProperties$]
566
- ];
567
- var CreateLanguageModelRequest$ = [3, n0, _CLMR,
568
- 0,
569
- [_LC, _BMN, _MN, _IDC, _Ta],
570
- [0, 0, [0, 1], () => InputDataConfig$, () => TagList], 4
571
- ];
572
- var CreateLanguageModelResponse$ = [3, n0, _CLMRr,
573
- 0,
574
- [_LC, _BMN, _MN, _IDC, _MS],
575
- [0, 0, 0, () => InputDataConfig$, 0]
576
- ];
577
- var CreateMedicalVocabularyRequest$ = [3, n0, _CMVR,
578
- 0,
579
- [_VN, _LC, _VFU, _Ta],
580
- [[0, 1], 0, 0, () => TagList], 3
581
- ];
582
- var CreateMedicalVocabularyResponse$ = [3, n0, _CMVRr,
583
- 0,
584
- [_VN, _LC, _VS, _LMT, _FR],
585
- [0, 0, 0, 4, 0]
586
- ];
587
- var CreateVocabularyFilterRequest$ = [3, n0, _CVFR,
588
- 0,
589
- [_VFN, _LC, _W, _VFFU, _Ta, _DARA],
590
- [[0, 1], 0, 64 | 0, 0, () => TagList, 0], 2
591
- ];
592
- var CreateVocabularyFilterResponse$ = [3, n0, _CVFRr,
593
- 0,
594
- [_VFN, _LC, _LMT],
595
- [0, 0, 4]
596
- ];
597
- var CreateVocabularyRequest$ = [3, n0, _CVR,
598
- 0,
599
- [_VN, _LC, _Ph, _VFU, _Ta, _DARA],
600
- [[0, 1], 0, 64 | 0, 0, () => TagList, 0], 2
601
- ];
602
- var CreateVocabularyResponse$ = [3, n0, _CVRr,
603
- 0,
604
- [_VN, _LC, _VS, _LMT, _FR],
605
- [0, 0, 0, 4, 0]
606
- ];
607
- var DeleteCallAnalyticsCategoryRequest$ = [3, n0, _DCACR,
608
- 0,
609
- [_CN],
610
- [[0, 1]], 1
611
- ];
612
- var DeleteCallAnalyticsCategoryResponse$ = [3, n0, _DCACRe,
613
- 0,
614
- [],
615
- []
616
- ];
617
- var DeleteCallAnalyticsJobRequest$ = [3, n0, _DCAJR,
618
- 0,
619
- [_CAJN],
620
- [[0, 1]], 1
621
- ];
622
- var DeleteCallAnalyticsJobResponse$ = [3, n0, _DCAJRe,
623
- 0,
624
- [],
625
- []
626
- ];
627
- var DeleteLanguageModelRequest$ = [3, n0, _DLMR,
628
- 0,
629
- [_MN],
630
- [[0, 1]], 1
631
- ];
632
- var DeleteMedicalScribeJobRequest$ = [3, n0, _DMSJR,
633
- 0,
634
- [_MSJN],
635
- [[0, 1]], 1
636
- ];
637
- var DeleteMedicalTranscriptionJobRequest$ = [3, n0, _DMTJR,
638
- 0,
639
- [_MTJN],
640
- [[0, 1]], 1
641
- ];
642
- var DeleteMedicalVocabularyRequest$ = [3, n0, _DMVR,
643
- 0,
644
- [_VN],
645
- [[0, 1]], 1
646
- ];
647
- var DeleteTranscriptionJobRequest$ = [3, n0, _DTJR,
648
- 0,
649
- [_TJN],
650
- [[0, 1]], 1
651
- ];
652
- var DeleteVocabularyFilterRequest$ = [3, n0, _DVFR,
653
- 0,
654
- [_VFN],
655
- [[0, 1]], 1
656
- ];
657
- var DeleteVocabularyRequest$ = [3, n0, _DVR,
658
- 0,
659
- [_VN],
660
- [[0, 1]], 1
661
- ];
662
- var DescribeLanguageModelRequest$ = [3, n0, _DLMRe,
663
- 0,
664
- [_MN],
665
- [[0, 1]], 1
666
- ];
667
- var DescribeLanguageModelResponse$ = [3, n0, _DLMRes,
668
- 0,
669
- [_LM],
670
- [() => LanguageModel$]
671
- ];
672
- var GetCallAnalyticsCategoryRequest$ = [3, n0, _GCACR,
673
- 0,
674
- [_CN],
675
- [[0, 1]], 1
676
- ];
677
- var GetCallAnalyticsCategoryResponse$ = [3, n0, _GCACRe,
678
- 0,
679
- [_CP],
680
- [() => CategoryProperties$]
681
- ];
682
- var GetCallAnalyticsJobRequest$ = [3, n0, _GCAJR,
683
- 0,
684
- [_CAJN],
685
- [[0, 1]], 1
686
- ];
687
- var GetCallAnalyticsJobResponse$ = [3, n0, _GCAJRe,
688
- 0,
689
- [_CAJ],
690
- [() => CallAnalyticsJob$]
691
- ];
692
- var GetMedicalScribeJobRequest$ = [3, n0, _GMSJR,
693
- 0,
694
- [_MSJN],
695
- [[0, 1]], 1
696
- ];
697
- var GetMedicalScribeJobResponse$ = [3, n0, _GMSJRe,
698
- 0,
699
- [_MSJ],
700
- [() => MedicalScribeJob$]
701
- ];
702
- var GetMedicalTranscriptionJobRequest$ = [3, n0, _GMTJR,
703
- 0,
704
- [_MTJN],
705
- [[0, 1]], 1
706
- ];
707
- var GetMedicalTranscriptionJobResponse$ = [3, n0, _GMTJRe,
708
- 0,
709
- [_MTJ],
710
- [() => MedicalTranscriptionJob$]
711
- ];
712
- var GetMedicalVocabularyRequest$ = [3, n0, _GMVR,
713
- 0,
714
- [_VN],
715
- [[0, 1]], 1
716
- ];
717
- var GetMedicalVocabularyResponse$ = [3, n0, _GMVRe,
718
- 0,
719
- [_VN, _LC, _VS, _LMT, _FR, _DU],
720
- [0, 0, 0, 4, 0, 0]
721
- ];
722
- var GetTranscriptionJobRequest$ = [3, n0, _GTJR,
723
- 0,
724
- [_TJN],
725
- [[0, 1]], 1
726
- ];
727
- var GetTranscriptionJobResponse$ = [3, n0, _GTJRe,
728
- 0,
729
- [_TJ],
730
- [() => TranscriptionJob$]
731
- ];
732
- var GetVocabularyFilterRequest$ = [3, n0, _GVFR,
733
- 0,
734
- [_VFN],
735
- [[0, 1]], 1
736
- ];
737
- var GetVocabularyFilterResponse$ = [3, n0, _GVFRe,
738
- 0,
739
- [_VFN, _LC, _LMT, _DU],
740
- [0, 0, 4, 0]
741
- ];
742
- var GetVocabularyRequest$ = [3, n0, _GVR,
743
- 0,
744
- [_VN],
745
- [[0, 1]], 1
746
- ];
747
- var GetVocabularyResponse$ = [3, n0, _GVRe,
748
- 0,
749
- [_VN, _LC, _VS, _LMT, _FR, _DU],
750
- [0, 0, 0, 4, 0, 0]
751
- ];
752
- var InputDataConfig$ = [3, n0, _IDC,
753
- 0,
754
- [_SU, _DARA, _TDSU],
755
- [0, 0, 0], 2
756
- ];
757
- var InternalFailureException$ = [-3, n0, _IFE,
758
- { [_e]: _s, [_hE]: 500 },
759
- [_M],
760
- [0]
761
- ];
762
- schema.TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
763
- var InterruptionFilter$ = [3, n0, _IF,
764
- 0,
765
- [_Th, _PR, _ATR, _RTR, _N],
766
- [1, 0, () => AbsoluteTimeRange$, () => RelativeTimeRange$, 2]
767
- ];
768
- var JobExecutionSettings$ = [3, n0, _JES,
769
- 0,
770
- [_ADE, _DARA],
771
- [2, 0]
772
- ];
773
- var LanguageCodeItem$ = [3, n0, _LCI,
774
- 0,
775
- [_LC, _DIS],
776
- [0, 1]
777
- ];
778
- var LanguageIdSettings$ = [3, n0, _LIS,
779
- 0,
780
- [_VN, _VFN, _LMN],
781
- [0, 0, 0]
782
- ];
783
- var LanguageModel$ = [3, n0, _LM,
784
- 0,
785
- [_MN, _CTr, _LMT, _LC, _BMN, _MS, _UA, _FR, _IDC],
786
- [0, 4, 4, 0, 0, 0, 2, 0, () => InputDataConfig$]
787
- ];
788
- var LimitExceededException$ = [-3, n0, _LEE,
789
- { [_e]: _c, [_hE]: 429 },
790
- [_M],
791
- [0]
792
- ];
793
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
794
- var ListCallAnalyticsCategoriesRequest$ = [3, n0, _LCACR,
795
- 0,
796
- [_NTe, _MR],
797
- [[0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }]]
798
- ];
799
- var ListCallAnalyticsCategoriesResponse$ = [3, n0, _LCACRi,
800
- 0,
801
- [_NTe, _C],
802
- [0, () => CategoryPropertiesList]
803
- ];
804
- var ListCallAnalyticsJobsRequest$ = [3, n0, _LCAJR,
805
- 0,
806
- [_St, _JNC, _NTe, _MR],
807
- [[0, { [_hQ]: _St }], [0, { [_hQ]: _JNC }], [0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }]]
808
- ];
809
- var ListCallAnalyticsJobsResponse$ = [3, n0, _LCAJRi,
810
- 0,
811
- [_St, _NTe, _CAJSall],
812
- [0, 0, () => CallAnalyticsJobSummaries]
813
- ];
814
- var ListLanguageModelsRequest$ = [3, n0, _LLMR,
815
- 0,
816
- [_SE, _NC, _NTe, _MR],
817
- [[0, { [_hQ]: _SEt }], [0, { [_hQ]: _NC }], [0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }]]
818
- ];
819
- var ListLanguageModelsResponse$ = [3, n0, _LLMRi,
820
- 0,
821
- [_NTe, _Mo],
822
- [0, () => Models]
823
- ];
824
- var ListMedicalScribeJobsRequest$ = [3, n0, _LMSJR,
825
- 0,
826
- [_St, _JNC, _NTe, _MR],
827
- [[0, { [_hQ]: _St }], [0, { [_hQ]: _JNC }], [0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }]]
828
- ];
829
- var ListMedicalScribeJobsResponse$ = [3, n0, _LMSJRi,
830
- 0,
831
- [_St, _NTe, _MSJS],
832
- [0, 0, () => MedicalScribeJobSummaries]
833
- ];
834
- var ListMedicalTranscriptionJobsRequest$ = [3, n0, _LMTJR,
835
- 0,
836
- [_St, _JNC, _NTe, _MR],
837
- [[0, { [_hQ]: _St }], [0, { [_hQ]: _JNC }], [0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }]]
838
- ];
839
- var ListMedicalTranscriptionJobsResponse$ = [3, n0, _LMTJRi,
840
- 0,
841
- [_St, _NTe, _MTJS],
842
- [0, 0, () => MedicalTranscriptionJobSummaries]
843
- ];
844
- var ListMedicalVocabulariesRequest$ = [3, n0, _LMVR,
845
- 0,
846
- [_NTe, _MR, _SEta, _NC],
847
- [[0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _SEta }], [0, { [_hQ]: _NC }]]
848
- ];
849
- var ListMedicalVocabulariesResponse$ = [3, n0, _LMVRi,
850
- 0,
851
- [_St, _NTe, _V],
852
- [0, 0, () => Vocabularies]
853
- ];
854
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
855
- 0,
856
- [_RA],
857
- [[0, 1]], 1
858
- ];
859
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
860
- 0,
861
- [_RA, _Ta],
862
- [0, () => TagList]
863
- ];
864
- var ListTranscriptionJobsRequest$ = [3, n0, _LTJR,
865
- 0,
866
- [_St, _JNC, _NTe, _MR],
867
- [[0, { [_hQ]: _St }], [0, { [_hQ]: _JNC }], [0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }]]
868
- ];
869
- var ListTranscriptionJobsResponse$ = [3, n0, _LTJRi,
870
- 0,
871
- [_St, _NTe, _TJS],
872
- [0, 0, () => TranscriptionJobSummaries]
873
- ];
874
- var ListVocabulariesRequest$ = [3, n0, _LVR,
875
- 0,
876
- [_NTe, _MR, _SEta, _NC],
877
- [[0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _SEta }], [0, { [_hQ]: _NC }]]
878
- ];
879
- var ListVocabulariesResponse$ = [3, n0, _LVRi,
880
- 0,
881
- [_St, _NTe, _V],
882
- [0, 0, () => Vocabularies]
883
- ];
884
- var ListVocabularyFiltersRequest$ = [3, n0, _LVFR,
885
- 0,
886
- [_NTe, _MR, _NC],
887
- [[0, { [_hQ]: _NTe }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NC }]]
888
- ];
889
- var ListVocabularyFiltersResponse$ = [3, n0, _LVFRi,
890
- 0,
891
- [_NTe, _VF],
892
- [0, () => VocabularyFilters]
893
- ];
894
- var Media$ = [3, n0, _Me,
895
- 0,
896
- [_MFU, _RMFU],
897
- [0, 0]
898
- ];
899
- var MedicalScribeChannelDefinition$ = [3, n0, _MSCD,
900
- 0,
901
- [_CI, _PR],
902
- [1, 0], 2
903
- ];
904
- var MedicalScribeContext$ = [3, n0, _MSC,
905
- 0,
906
- [_PC],
907
- [[() => MedicalScribePatientContext$, 0]]
908
- ];
909
- var MedicalScribeJob$ = [3, n0, _MSJ,
910
- 0,
911
- [_MSJN, _MSJSe, _LC, _Me, _MSO, _ST, _CT, _CTo, _FR, _S, _DARA, _CD, _MSCP, _Ta],
912
- [0, 0, 0, () => Media$, () => MedicalScribeOutput$, 4, 4, 4, 0, () => MedicalScribeSettings$, 0, () => MedicalScribeChannelDefinitions, 2, () => TagList]
913
- ];
914
- var MedicalScribeJobSummary$ = [3, n0, _MSJSed,
915
- 0,
916
- [_MSJN, _CT, _ST, _CTo, _LC, _MSJSe, _FR],
917
- [0, 4, 4, 4, 0, 0, 0]
918
- ];
919
- var MedicalScribeOutput$ = [3, n0, _MSO,
920
- 0,
921
- [_TFU, _CDU],
922
- [0, 0], 2
923
- ];
924
- var MedicalScribePatientContext$ = [3, n0, _MSPC,
925
- 0,
926
- [_P],
927
- [[() => Pronouns$1, 0]]
928
- ];
929
- var MedicalScribeSettings$ = [3, n0, _MSS,
930
- 0,
931
- [_SSL, _MSL, _CIh, _VN, _VFN, _VFM, _CNGS],
932
- [2, 1, 2, 0, 0, 0, () => ClinicalNoteGenerationSettings$]
933
- ];
934
- var MedicalTranscript$ = [3, n0, _MT,
935
- 0,
936
- [_TFU],
937
- [0]
938
- ];
939
- var MedicalTranscriptionJob$ = [3, n0, _MTJ,
940
- 0,
941
- [_MTJN, _TJSr, _LC, _MSRH, _MF, _Me, _T, _ST, _CT, _CTo, _FR, _S, _CIT, _Sp, _Ty, _Ta],
942
- [0, 0, 0, 1, 0, () => Media$, () => MedicalTranscript$, 4, 4, 4, 0, () => MedicalTranscriptionSetting$, 0, 0, 0, () => TagList]
943
- ];
944
- var MedicalTranscriptionJobSummary$ = [3, n0, _MTJSe,
945
- 0,
946
- [_MTJN, _CT, _ST, _CTo, _LC, _TJSr, _FR, _OLT, _Sp, _CIT, _Ty],
947
- [0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0]
948
- ];
949
- var MedicalTranscriptionSetting$ = [3, n0, _MTS,
950
- 0,
951
- [_SSL, _MSL, _CIh, _SA, _MA, _VN],
952
- [2, 1, 2, 2, 1, 0]
953
- ];
954
- var ModelSettings$ = [3, n0, _MSo,
955
- 0,
956
- [_LMN],
957
- [0]
958
- ];
959
- var NonTalkTimeFilter$ = [3, n0, _NTTF,
960
- 0,
961
- [_Th, _ATR, _RTR, _N],
962
- [1, () => AbsoluteTimeRange$, () => RelativeTimeRange$, 2]
963
- ];
964
- var NotFoundException$ = [-3, n0, _NFE,
965
- { [_e]: _c, [_hE]: 404 },
966
- [_M],
967
- [0]
968
- ];
969
- schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
970
- var RelativeTimeRange$ = [3, n0, _RTR,
971
- 0,
972
- [_SP, _EP, _F, _L],
973
- [1, 1, 1, 1]
974
- ];
975
- var SentimentFilter$ = [3, n0, _SF,
976
- 0,
977
- [_Se, _ATR, _RTR, _PR, _N],
978
- [64 | 0, () => AbsoluteTimeRange$, () => RelativeTimeRange$, 0, 2], 1
979
- ];
980
- var Settings$ = [3, n0, _S,
981
- 0,
982
- [_VN, _SSL, _MSL, _CIh, _SA, _MA, _VFN, _VFM],
983
- [0, 2, 1, 2, 2, 1, 0, 0]
984
- ];
985
- var StartCallAnalyticsJobRequest$ = [3, n0, _SCAJR,
986
- 0,
987
- [_CAJN, _Me, _OL, _OEKMSKI, _DARA, _S, _Ta, _CD],
988
- [[0, 1], () => Media$, 0, 0, 0, () => CallAnalyticsJobSettings$, () => TagList, () => ChannelDefinitions], 2
989
- ];
990
- var StartCallAnalyticsJobResponse$ = [3, n0, _SCAJRt,
991
- 0,
992
- [_CAJ],
993
- [() => CallAnalyticsJob$]
994
- ];
995
- var StartMedicalScribeJobRequest$ = [3, n0, _SMSJR,
996
- 0,
997
- [_MSJN, _Me, _OBN, _DARA, _S, _OEKMSKI, _KMSEC, _CD, _Ta, _MSC],
998
- [[0, 1], () => Media$, 0, 0, () => MedicalScribeSettings$, 0, 128 | 0, () => MedicalScribeChannelDefinitions, () => TagList, [() => MedicalScribeContext$, 0]], 5
999
- ];
1000
- var StartMedicalScribeJobResponse$ = [3, n0, _SMSJRt,
1001
- 0,
1002
- [_MSJ],
1003
- [() => MedicalScribeJob$]
1004
- ];
1005
- var StartMedicalTranscriptionJobRequest$ = [3, n0, _SMTJR,
1006
- 0,
1007
- [_MTJN, _LC, _Me, _OBN, _Sp, _Ty, _MSRH, _MF, _OK, _OEKMSKI, _KMSEC, _S, _CIT, _Ta],
1008
- [[0, 1], 0, () => Media$, 0, 0, 0, 1, 0, 0, 0, 128 | 0, () => MedicalTranscriptionSetting$, 0, () => TagList], 6
1009
- ];
1010
- var StartMedicalTranscriptionJobResponse$ = [3, n0, _SMTJRt,
1011
- 0,
1012
- [_MTJ],
1013
- [() => MedicalTranscriptionJob$]
1014
- ];
1015
- var StartTranscriptionJobRequest$ = [3, n0, _STJR,
1016
- 0,
1017
- [_TJN, _Me, _LC, _MSRH, _MF, _OBN, _OK, _OEKMSKI, _KMSEC, _S, _MSo, _JES, _CR, _IL, _IML, _LO, _Sub, _Ta, _LIS, _TD],
1018
- [[0, 1], () => Media$, 0, 1, 0, 0, 0, 0, 128 | 0, () => Settings$, () => ModelSettings$, () => JobExecutionSettings$, () => ContentRedaction$, 2, 2, 64 | 0, () => Subtitles$, () => TagList, () => LanguageIdSettingsMap, () => ToxicityDetection], 2
1019
- ];
1020
- var StartTranscriptionJobResponse$ = [3, n0, _STJRt,
1021
- 0,
1022
- [_TJ],
1023
- [() => TranscriptionJob$]
1024
- ];
1025
- var Subtitles$ = [3, n0, _Sub,
1026
- 0,
1027
- [_Fo, _OSI],
1028
- [64 | 0, 1]
1029
- ];
1030
- var SubtitlesOutput$ = [3, n0, _SO,
1031
- 0,
1032
- [_Fo, _SFU, _OSI],
1033
- [64 | 0, 64 | 0, 1]
1034
- ];
1035
- var Summarization$ = [3, n0, _Su,
1036
- 0,
1037
- [_GAS],
1038
- [2], 1
1039
- ];
1040
- var Tag$ = [3, n0, _Tag,
1041
- 0,
1042
- [_K, _Va],
1043
- [0, 0], 2
1044
- ];
1045
- var TagResourceRequest$ = [3, n0, _TRR,
1046
- 0,
1047
- [_RA, _Ta],
1048
- [[0, 1], () => TagList], 2
1049
- ];
1050
- var TagResourceResponse$ = [3, n0, _TRRa,
1051
- 0,
1052
- [],
1053
- []
1054
- ];
1055
- var ToxicityDetectionSettings$ = [3, n0, _TDS,
1056
- 0,
1057
- [_TC],
1058
- [64 | 0], 1
1059
- ];
1060
- var Transcript$ = [3, n0, _T,
1061
- 0,
1062
- [_TFU, _RTFU],
1063
- [0, 0]
1064
- ];
1065
- var TranscriptFilter$ = [3, n0, _TF,
1066
- 0,
1067
- [_TFT, _Tar, _ATR, _RTR, _PR, _N],
1068
- [0, 64 | 0, () => AbsoluteTimeRange$, () => RelativeTimeRange$, 0, 2], 2
1069
- ];
1070
- var TranscriptionJob$ = [3, n0, _TJ,
1071
- 0,
1072
- [_TJN, _TJSr, _LC, _MSRH, _MF, _Me, _T, _ST, _CT, _CTo, _FR, _S, _MSo, _JES, _CR, _IL, _IML, _LO, _ILS, _LCa, _Ta, _Sub, _LIS, _TD],
1073
- [0, 0, 0, 1, 0, () => Media$, () => Transcript$, 4, 4, 4, 0, () => Settings$, () => ModelSettings$, () => JobExecutionSettings$, () => ContentRedaction$, 2, 2, 64 | 0, 1, () => LanguageCodeList, () => TagList, () => SubtitlesOutput$, () => LanguageIdSettingsMap, () => ToxicityDetection]
1074
- ];
1075
- var TranscriptionJobSummary$ = [3, n0, _TJSra,
1076
- 0,
1077
- [_TJN, _CT, _ST, _CTo, _LC, _TJSr, _FR, _OLT, _CR, _MSo, _IL, _IML, _ILS, _LCa, _TD],
1078
- [0, 4, 4, 4, 0, 0, 0, 0, () => ContentRedaction$, () => ModelSettings$, 2, 2, 1, () => LanguageCodeList, () => ToxicityDetection]
1079
- ];
1080
- var UntagResourceRequest$ = [3, n0, _URR,
1081
- 0,
1082
- [_RA, _TK],
1083
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1084
- ];
1085
- var UntagResourceResponse$ = [3, n0, _URRn,
1086
- 0,
1087
- [],
1088
- []
1089
- ];
1090
- var UpdateCallAnalyticsCategoryRequest$ = [3, n0, _UCACR,
1091
- 0,
1092
- [_CN, _R, _IT],
1093
- [[0, 1], () => RuleList, 0], 2
1094
- ];
1095
- var UpdateCallAnalyticsCategoryResponse$ = [3, n0, _UCACRp,
1096
- 0,
1097
- [_CP],
1098
- [() => CategoryProperties$]
1099
- ];
1100
- var UpdateMedicalVocabularyRequest$ = [3, n0, _UMVR,
1101
- 0,
1102
- [_VN, _LC, _VFU],
1103
- [[0, 1], 0, 0], 3
1104
- ];
1105
- var UpdateMedicalVocabularyResponse$ = [3, n0, _UMVRp,
1106
- 0,
1107
- [_VN, _LC, _LMT, _VS],
1108
- [0, 0, 4, 0]
1109
- ];
1110
- var UpdateVocabularyFilterRequest$ = [3, n0, _UVFR,
1111
- 0,
1112
- [_VFN, _W, _VFFU, _DARA],
1113
- [[0, 1], 64 | 0, 0, 0], 1
1114
- ];
1115
- var UpdateVocabularyFilterResponse$ = [3, n0, _UVFRp,
1116
- 0,
1117
- [_VFN, _LC, _LMT],
1118
- [0, 0, 4]
1119
- ];
1120
- var UpdateVocabularyRequest$ = [3, n0, _UVR,
1121
- 0,
1122
- [_VN, _LC, _Ph, _VFU, _DARA],
1123
- [[0, 1], 0, 64 | 0, 0, 0], 2
1124
- ];
1125
- var UpdateVocabularyResponse$ = [3, n0, _UVRp,
1126
- 0,
1127
- [_VN, _LC, _LMT, _VS],
1128
- [0, 0, 4, 0]
1129
- ];
1130
- var VocabularyFilterInfo$ = [3, n0, _VFI,
1131
- 0,
1132
- [_VFN, _LC, _LMT],
1133
- [0, 0, 4]
1134
- ];
1135
- var VocabularyInfo$ = [3, n0, _VI,
1136
- 0,
1137
- [_VN, _LC, _LMT, _VS],
1138
- [0, 0, 4, 0]
1139
- ];
1140
- var __Unit = "unit";
1141
- var TranscribeServiceException$ = [-3, _sm, "TranscribeServiceException", 0, [], []];
1142
- schema.TypeRegistry.for(_sm).registerError(TranscribeServiceException$, TranscribeServiceException);
1143
- var CallAnalyticsJobSummaries = [1, n0, _CAJSall,
1144
- 0, () => CallAnalyticsJobSummary$
1145
- ];
1146
- var CallAnalyticsSkippedFeatureList = [1, n0, _CASFL,
1147
- 0, () => CallAnalyticsSkippedFeature$
1148
- ];
1149
- var CategoryPropertiesList = [1, n0, _CPL,
1150
- 0, () => CategoryProperties$
1151
- ];
1152
- var ChannelDefinitions = [1, n0, _CD,
1153
- 0, () => ChannelDefinition$
1154
- ];
1155
- var LanguageCodeList = [1, n0, _LCL,
1156
- 0, () => LanguageCodeItem$
1157
- ];
1158
- var MedicalScribeChannelDefinitions = [1, n0, _MSCDe,
1159
- 0, () => MedicalScribeChannelDefinition$
1160
- ];
1161
- var MedicalScribeJobSummaries = [1, n0, _MSJS,
1162
- 0, () => MedicalScribeJobSummary$
1163
- ];
1164
- var MedicalTranscriptionJobSummaries = [1, n0, _MTJS,
1165
- 0, () => MedicalTranscriptionJobSummary$
1166
- ];
1167
- var Models = [1, n0, _Mo,
1168
- 0, () => LanguageModel$
1169
- ];
1170
- var RuleList = [1, n0, _RL,
1171
- 0, () => Rule$
1172
- ];
1173
- var TagList = [1, n0, _TL,
1174
- 0, () => Tag$
1175
- ];
1176
- var ToxicityDetection = [1, n0, _TD,
1177
- 0, () => ToxicityDetectionSettings$
1178
- ];
1179
- var TranscriptionJobSummaries = [1, n0, _TJS,
1180
- 0, () => TranscriptionJobSummary$
1181
- ];
1182
- var Vocabularies = [1, n0, _V,
1183
- 0, () => VocabularyInfo$
1184
- ];
1185
- var VocabularyFilters = [1, n0, _VF,
1186
- 0, () => VocabularyFilterInfo$
1187
- ];
1188
- var LanguageIdSettingsMap = [2, n0, _LISM,
1189
- 0, 0, () => LanguageIdSettings$
1190
- ];
1191
- var Rule$ = [4, n0, _Ru,
1192
- 0,
1193
- [_NTTF, _IF, _TF, _SF],
1194
- [() => NonTalkTimeFilter$, () => InterruptionFilter$, () => TranscriptFilter$, () => SentimentFilter$]
1195
- ];
1196
- var CreateCallAnalyticsCategory$ = [9, n0, _CCAC,
1197
- { [_h]: ["PUT", "/callanalyticscategories/{CategoryName}", 200] }, () => CreateCallAnalyticsCategoryRequest$, () => CreateCallAnalyticsCategoryResponse$
1198
- ];
1199
- var CreateLanguageModel$ = [9, n0, _CLM,
1200
- { [_h]: ["PUT", "/languagemodels/{ModelName}", 200] }, () => CreateLanguageModelRequest$, () => CreateLanguageModelResponse$
1201
- ];
1202
- var CreateMedicalVocabulary$ = [9, n0, _CMV,
1203
- { [_h]: ["PUT", "/medicalvocabularies/{VocabularyName}", 200] }, () => CreateMedicalVocabularyRequest$, () => CreateMedicalVocabularyResponse$
1204
- ];
1205
- var CreateVocabulary$ = [9, n0, _CV,
1206
- { [_h]: ["PUT", "/vocabularies/{VocabularyName}", 200] }, () => CreateVocabularyRequest$, () => CreateVocabularyResponse$
1207
- ];
1208
- var CreateVocabularyFilter$ = [9, n0, _CVF,
1209
- { [_h]: ["POST", "/vocabularyFilters/{VocabularyFilterName}", 201] }, () => CreateVocabularyFilterRequest$, () => CreateVocabularyFilterResponse$
1210
- ];
1211
- var DeleteCallAnalyticsCategory$ = [9, n0, _DCAC,
1212
- { [_h]: ["DELETE", "/callanalyticscategories/{CategoryName}", 204] }, () => DeleteCallAnalyticsCategoryRequest$, () => DeleteCallAnalyticsCategoryResponse$
1213
- ];
1214
- var DeleteCallAnalyticsJob$ = [9, n0, _DCAJ,
1215
- { [_h]: ["DELETE", "/callanalyticsjobs/{CallAnalyticsJobName}", 204] }, () => DeleteCallAnalyticsJobRequest$, () => DeleteCallAnalyticsJobResponse$
1216
- ];
1217
- var DeleteLanguageModel$ = [9, n0, _DLM,
1218
- { [_h]: ["DELETE", "/languagemodels/{ModelName}", 204] }, () => DeleteLanguageModelRequest$, () => __Unit
1219
- ];
1220
- var DeleteMedicalScribeJob$ = [9, n0, _DMSJ,
1221
- { [_h]: ["DELETE", "/medicalscribejobs/{MedicalScribeJobName}", 204] }, () => DeleteMedicalScribeJobRequest$, () => __Unit
1222
- ];
1223
- var DeleteMedicalTranscriptionJob$ = [9, n0, _DMTJ,
1224
- { [_h]: ["DELETE", "/medicaltranscriptionjobs/{MedicalTranscriptionJobName}", 204] }, () => DeleteMedicalTranscriptionJobRequest$, () => __Unit
1225
- ];
1226
- var DeleteMedicalVocabulary$ = [9, n0, _DMV,
1227
- { [_h]: ["DELETE", "/medicalvocabularies/{VocabularyName}", 204] }, () => DeleteMedicalVocabularyRequest$, () => __Unit
1228
- ];
1229
- var DeleteTranscriptionJob$ = [9, n0, _DTJ,
1230
- { [_h]: ["DELETE", "/transcriptionjobs/{TranscriptionJobName}", 204] }, () => DeleteTranscriptionJobRequest$, () => __Unit
1231
- ];
1232
- var DeleteVocabulary$ = [9, n0, _DV,
1233
- { [_h]: ["DELETE", "/vocabularies/{VocabularyName}", 204] }, () => DeleteVocabularyRequest$, () => __Unit
1234
- ];
1235
- var DeleteVocabularyFilter$ = [9, n0, _DVF,
1236
- { [_h]: ["DELETE", "/vocabularyFilters/{VocabularyFilterName}", 204] }, () => DeleteVocabularyFilterRequest$, () => __Unit
1237
- ];
1238
- var DescribeLanguageModel$ = [9, n0, _DLMe,
1239
- { [_h]: ["GET", "/languagemodels/{ModelName}", 200] }, () => DescribeLanguageModelRequest$, () => DescribeLanguageModelResponse$
1240
- ];
1241
- var GetCallAnalyticsCategory$ = [9, n0, _GCAC,
1242
- { [_h]: ["GET", "/callanalyticscategories/{CategoryName}", 200] }, () => GetCallAnalyticsCategoryRequest$, () => GetCallAnalyticsCategoryResponse$
1243
- ];
1244
- var GetCallAnalyticsJob$ = [9, n0, _GCAJ,
1245
- { [_h]: ["GET", "/callanalyticsjobs/{CallAnalyticsJobName}", 200] }, () => GetCallAnalyticsJobRequest$, () => GetCallAnalyticsJobResponse$
1246
- ];
1247
- var GetMedicalScribeJob$ = [9, n0, _GMSJ,
1248
- { [_h]: ["GET", "/medicalscribejobs/{MedicalScribeJobName}", 200] }, () => GetMedicalScribeJobRequest$, () => GetMedicalScribeJobResponse$
1249
- ];
1250
- var GetMedicalTranscriptionJob$ = [9, n0, _GMTJ,
1251
- { [_h]: ["GET", "/medicaltranscriptionjobs/{MedicalTranscriptionJobName}", 200] }, () => GetMedicalTranscriptionJobRequest$, () => GetMedicalTranscriptionJobResponse$
1252
- ];
1253
- var GetMedicalVocabulary$ = [9, n0, _GMV,
1254
- { [_h]: ["GET", "/medicalvocabularies/{VocabularyName}", 200] }, () => GetMedicalVocabularyRequest$, () => GetMedicalVocabularyResponse$
1255
- ];
1256
- var GetTranscriptionJob$ = [9, n0, _GTJ,
1257
- { [_h]: ["GET", "/transcriptionjobs/{TranscriptionJobName}", 200] }, () => GetTranscriptionJobRequest$, () => GetTranscriptionJobResponse$
1258
- ];
1259
- var GetVocabulary$ = [9, n0, _GV,
1260
- { [_h]: ["GET", "/vocabularies/{VocabularyName}", 200] }, () => GetVocabularyRequest$, () => GetVocabularyResponse$
1261
- ];
1262
- var GetVocabularyFilter$ = [9, n0, _GVF,
1263
- { [_h]: ["GET", "/vocabularyFilters/{VocabularyFilterName}", 200] }, () => GetVocabularyFilterRequest$, () => GetVocabularyFilterResponse$
1264
- ];
1265
- var ListCallAnalyticsCategories$ = [9, n0, _LCAC,
1266
- { [_h]: ["GET", "/callanalyticscategories", 200] }, () => ListCallAnalyticsCategoriesRequest$, () => ListCallAnalyticsCategoriesResponse$
1267
- ];
1268
- var ListCallAnalyticsJobs$ = [9, n0, _LCAJ,
1269
- { [_h]: ["GET", "/callanalyticsjobs", 200] }, () => ListCallAnalyticsJobsRequest$, () => ListCallAnalyticsJobsResponse$
1270
- ];
1271
- var ListLanguageModels$ = [9, n0, _LLM,
1272
- { [_h]: ["GET", "/languagemodels", 200] }, () => ListLanguageModelsRequest$, () => ListLanguageModelsResponse$
1273
- ];
1274
- var ListMedicalScribeJobs$ = [9, n0, _LMSJ,
1275
- { [_h]: ["GET", "/medicalscribejobs", 200] }, () => ListMedicalScribeJobsRequest$, () => ListMedicalScribeJobsResponse$
1276
- ];
1277
- var ListMedicalTranscriptionJobs$ = [9, n0, _LMTJ,
1278
- { [_h]: ["GET", "/medicaltranscriptionjobs", 200] }, () => ListMedicalTranscriptionJobsRequest$, () => ListMedicalTranscriptionJobsResponse$
1279
- ];
1280
- var ListMedicalVocabularies$ = [9, n0, _LMV,
1281
- { [_h]: ["GET", "/medicalvocabularies", 200] }, () => ListMedicalVocabulariesRequest$, () => ListMedicalVocabulariesResponse$
1282
- ];
1283
- var ListTagsForResource$ = [9, n0, _LTFR,
1284
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1285
- ];
1286
- var ListTranscriptionJobs$ = [9, n0, _LTJ,
1287
- { [_h]: ["GET", "/transcriptionjobs", 200] }, () => ListTranscriptionJobsRequest$, () => ListTranscriptionJobsResponse$
1288
- ];
1289
- var ListVocabularies$ = [9, n0, _LV,
1290
- { [_h]: ["GET", "/vocabularies", 200] }, () => ListVocabulariesRequest$, () => ListVocabulariesResponse$
1291
- ];
1292
- var ListVocabularyFilters$ = [9, n0, _LVF,
1293
- { [_h]: ["GET", "/vocabularyFilters", 200] }, () => ListVocabularyFiltersRequest$, () => ListVocabularyFiltersResponse$
1294
- ];
1295
- var StartCallAnalyticsJob$ = [9, n0, _SCAJ,
1296
- { [_h]: ["PUT", "/callanalyticsjobs/{CallAnalyticsJobName}", 200] }, () => StartCallAnalyticsJobRequest$, () => StartCallAnalyticsJobResponse$
1297
- ];
1298
- var StartMedicalScribeJob$ = [9, n0, _SMSJ,
1299
- { [_h]: ["PUT", "/medicalscribejobs/{MedicalScribeJobName}", 200] }, () => StartMedicalScribeJobRequest$, () => StartMedicalScribeJobResponse$
1300
- ];
1301
- var StartMedicalTranscriptionJob$ = [9, n0, _SMTJ,
1302
- { [_h]: ["PUT", "/medicaltranscriptionjobs/{MedicalTranscriptionJobName}", 200] }, () => StartMedicalTranscriptionJobRequest$, () => StartMedicalTranscriptionJobResponse$
1303
- ];
1304
- var StartTranscriptionJob$ = [9, n0, _STJ,
1305
- { [_h]: ["PUT", "/transcriptionjobs/{TranscriptionJobName}", 200] }, () => StartTranscriptionJobRequest$, () => StartTranscriptionJobResponse$
1306
- ];
1307
- var TagResource$ = [9, n0, _TR,
1308
- { [_h]: ["PUT", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1309
- ];
1310
- var UntagResource$ = [9, n0, _UR,
1311
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1312
- ];
1313
- var UpdateCallAnalyticsCategory$ = [9, n0, _UCAC,
1314
- { [_h]: ["PATCH", "/callanalyticscategories/{CategoryName}", 200] }, () => UpdateCallAnalyticsCategoryRequest$, () => UpdateCallAnalyticsCategoryResponse$
1315
- ];
1316
- var UpdateMedicalVocabulary$ = [9, n0, _UMV,
1317
- { [_h]: ["PATCH", "/medicalvocabularies/{VocabularyName}", 200] }, () => UpdateMedicalVocabularyRequest$, () => UpdateMedicalVocabularyResponse$
1318
- ];
1319
- var UpdateVocabulary$ = [9, n0, _UV,
1320
- { [_h]: ["PATCH", "/vocabularies/{VocabularyName}", 200] }, () => UpdateVocabularyRequest$, () => UpdateVocabularyResponse$
1321
- ];
1322
- var UpdateVocabularyFilter$ = [9, n0, _UVF,
1323
- { [_h]: ["PUT", "/vocabularyFilters/{VocabularyFilterName}", 200] }, () => UpdateVocabularyFilterRequest$, () => UpdateVocabularyFilterResponse$
1324
- ];
1325
-
1326
117
  class CreateCallAnalyticsCategoryCommand extends smithyClient.Command
1327
118
  .classBuilder()
1328
119
  .ep(commonParams)
@@ -1331,7 +122,7 @@ class CreateCallAnalyticsCategoryCommand extends smithyClient.Command
1331
122
  })
1332
123
  .s("Transcribe", "CreateCallAnalyticsCategory", {})
1333
124
  .n("TranscribeClient", "CreateCallAnalyticsCategoryCommand")
1334
- .sc(CreateCallAnalyticsCategory$)
125
+ .sc(schemas_0.CreateCallAnalyticsCategory$)
1335
126
  .build() {
1336
127
  }
1337
128
 
@@ -1343,7 +134,7 @@ class CreateLanguageModelCommand extends smithyClient.Command
1343
134
  })
1344
135
  .s("Transcribe", "CreateLanguageModel", {})
1345
136
  .n("TranscribeClient", "CreateLanguageModelCommand")
1346
- .sc(CreateLanguageModel$)
137
+ .sc(schemas_0.CreateLanguageModel$)
1347
138
  .build() {
1348
139
  }
1349
140
 
@@ -1355,7 +146,7 @@ class CreateMedicalVocabularyCommand extends smithyClient.Command
1355
146
  })
1356
147
  .s("Transcribe", "CreateMedicalVocabulary", {})
1357
148
  .n("TranscribeClient", "CreateMedicalVocabularyCommand")
1358
- .sc(CreateMedicalVocabulary$)
149
+ .sc(schemas_0.CreateMedicalVocabulary$)
1359
150
  .build() {
1360
151
  }
1361
152
 
@@ -1367,7 +158,7 @@ class CreateVocabularyCommand extends smithyClient.Command
1367
158
  })
1368
159
  .s("Transcribe", "CreateVocabulary", {})
1369
160
  .n("TranscribeClient", "CreateVocabularyCommand")
1370
- .sc(CreateVocabulary$)
161
+ .sc(schemas_0.CreateVocabulary$)
1371
162
  .build() {
1372
163
  }
1373
164
 
@@ -1379,7 +170,7 @@ class CreateVocabularyFilterCommand extends smithyClient.Command
1379
170
  })
1380
171
  .s("Transcribe", "CreateVocabularyFilter", {})
1381
172
  .n("TranscribeClient", "CreateVocabularyFilterCommand")
1382
- .sc(CreateVocabularyFilter$)
173
+ .sc(schemas_0.CreateVocabularyFilter$)
1383
174
  .build() {
1384
175
  }
1385
176
 
@@ -1391,7 +182,7 @@ class DeleteCallAnalyticsCategoryCommand extends smithyClient.Command
1391
182
  })
1392
183
  .s("Transcribe", "DeleteCallAnalyticsCategory", {})
1393
184
  .n("TranscribeClient", "DeleteCallAnalyticsCategoryCommand")
1394
- .sc(DeleteCallAnalyticsCategory$)
185
+ .sc(schemas_0.DeleteCallAnalyticsCategory$)
1395
186
  .build() {
1396
187
  }
1397
188
 
@@ -1403,7 +194,7 @@ class DeleteCallAnalyticsJobCommand extends smithyClient.Command
1403
194
  })
1404
195
  .s("Transcribe", "DeleteCallAnalyticsJob", {})
1405
196
  .n("TranscribeClient", "DeleteCallAnalyticsJobCommand")
1406
- .sc(DeleteCallAnalyticsJob$)
197
+ .sc(schemas_0.DeleteCallAnalyticsJob$)
1407
198
  .build() {
1408
199
  }
1409
200
 
@@ -1415,7 +206,7 @@ class DeleteLanguageModelCommand extends smithyClient.Command
1415
206
  })
1416
207
  .s("Transcribe", "DeleteLanguageModel", {})
1417
208
  .n("TranscribeClient", "DeleteLanguageModelCommand")
1418
- .sc(DeleteLanguageModel$)
209
+ .sc(schemas_0.DeleteLanguageModel$)
1419
210
  .build() {
1420
211
  }
1421
212
 
@@ -1427,7 +218,7 @@ class DeleteMedicalScribeJobCommand extends smithyClient.Command
1427
218
  })
1428
219
  .s("Transcribe", "DeleteMedicalScribeJob", {})
1429
220
  .n("TranscribeClient", "DeleteMedicalScribeJobCommand")
1430
- .sc(DeleteMedicalScribeJob$)
221
+ .sc(schemas_0.DeleteMedicalScribeJob$)
1431
222
  .build() {
1432
223
  }
1433
224
 
@@ -1439,7 +230,7 @@ class DeleteMedicalTranscriptionJobCommand extends smithyClient.Command
1439
230
  })
1440
231
  .s("Transcribe", "DeleteMedicalTranscriptionJob", {})
1441
232
  .n("TranscribeClient", "DeleteMedicalTranscriptionJobCommand")
1442
- .sc(DeleteMedicalTranscriptionJob$)
233
+ .sc(schemas_0.DeleteMedicalTranscriptionJob$)
1443
234
  .build() {
1444
235
  }
1445
236
 
@@ -1451,7 +242,7 @@ class DeleteMedicalVocabularyCommand extends smithyClient.Command
1451
242
  })
1452
243
  .s("Transcribe", "DeleteMedicalVocabulary", {})
1453
244
  .n("TranscribeClient", "DeleteMedicalVocabularyCommand")
1454
- .sc(DeleteMedicalVocabulary$)
245
+ .sc(schemas_0.DeleteMedicalVocabulary$)
1455
246
  .build() {
1456
247
  }
1457
248
 
@@ -1463,7 +254,7 @@ class DeleteTranscriptionJobCommand extends smithyClient.Command
1463
254
  })
1464
255
  .s("Transcribe", "DeleteTranscriptionJob", {})
1465
256
  .n("TranscribeClient", "DeleteTranscriptionJobCommand")
1466
- .sc(DeleteTranscriptionJob$)
257
+ .sc(schemas_0.DeleteTranscriptionJob$)
1467
258
  .build() {
1468
259
  }
1469
260
 
@@ -1475,7 +266,7 @@ class DeleteVocabularyCommand extends smithyClient.Command
1475
266
  })
1476
267
  .s("Transcribe", "DeleteVocabulary", {})
1477
268
  .n("TranscribeClient", "DeleteVocabularyCommand")
1478
- .sc(DeleteVocabulary$)
269
+ .sc(schemas_0.DeleteVocabulary$)
1479
270
  .build() {
1480
271
  }
1481
272
 
@@ -1487,7 +278,7 @@ class DeleteVocabularyFilterCommand extends smithyClient.Command
1487
278
  })
1488
279
  .s("Transcribe", "DeleteVocabularyFilter", {})
1489
280
  .n("TranscribeClient", "DeleteVocabularyFilterCommand")
1490
- .sc(DeleteVocabularyFilter$)
281
+ .sc(schemas_0.DeleteVocabularyFilter$)
1491
282
  .build() {
1492
283
  }
1493
284
 
@@ -1499,7 +290,7 @@ class DescribeLanguageModelCommand extends smithyClient.Command
1499
290
  })
1500
291
  .s("Transcribe", "DescribeLanguageModel", {})
1501
292
  .n("TranscribeClient", "DescribeLanguageModelCommand")
1502
- .sc(DescribeLanguageModel$)
293
+ .sc(schemas_0.DescribeLanguageModel$)
1503
294
  .build() {
1504
295
  }
1505
296
 
@@ -1511,7 +302,7 @@ class GetCallAnalyticsCategoryCommand extends smithyClient.Command
1511
302
  })
1512
303
  .s("Transcribe", "GetCallAnalyticsCategory", {})
1513
304
  .n("TranscribeClient", "GetCallAnalyticsCategoryCommand")
1514
- .sc(GetCallAnalyticsCategory$)
305
+ .sc(schemas_0.GetCallAnalyticsCategory$)
1515
306
  .build() {
1516
307
  }
1517
308
 
@@ -1523,7 +314,7 @@ class GetCallAnalyticsJobCommand extends smithyClient.Command
1523
314
  })
1524
315
  .s("Transcribe", "GetCallAnalyticsJob", {})
1525
316
  .n("TranscribeClient", "GetCallAnalyticsJobCommand")
1526
- .sc(GetCallAnalyticsJob$)
317
+ .sc(schemas_0.GetCallAnalyticsJob$)
1527
318
  .build() {
1528
319
  }
1529
320
 
@@ -1535,7 +326,7 @@ class GetMedicalScribeJobCommand extends smithyClient.Command
1535
326
  })
1536
327
  .s("Transcribe", "GetMedicalScribeJob", {})
1537
328
  .n("TranscribeClient", "GetMedicalScribeJobCommand")
1538
- .sc(GetMedicalScribeJob$)
329
+ .sc(schemas_0.GetMedicalScribeJob$)
1539
330
  .build() {
1540
331
  }
1541
332
 
@@ -1547,7 +338,7 @@ class GetMedicalTranscriptionJobCommand extends smithyClient.Command
1547
338
  })
1548
339
  .s("Transcribe", "GetMedicalTranscriptionJob", {})
1549
340
  .n("TranscribeClient", "GetMedicalTranscriptionJobCommand")
1550
- .sc(GetMedicalTranscriptionJob$)
341
+ .sc(schemas_0.GetMedicalTranscriptionJob$)
1551
342
  .build() {
1552
343
  }
1553
344
 
@@ -1559,7 +350,7 @@ class GetMedicalVocabularyCommand extends smithyClient.Command
1559
350
  })
1560
351
  .s("Transcribe", "GetMedicalVocabulary", {})
1561
352
  .n("TranscribeClient", "GetMedicalVocabularyCommand")
1562
- .sc(GetMedicalVocabulary$)
353
+ .sc(schemas_0.GetMedicalVocabulary$)
1563
354
  .build() {
1564
355
  }
1565
356
 
@@ -1571,7 +362,7 @@ class GetTranscriptionJobCommand extends smithyClient.Command
1571
362
  })
1572
363
  .s("Transcribe", "GetTranscriptionJob", {})
1573
364
  .n("TranscribeClient", "GetTranscriptionJobCommand")
1574
- .sc(GetTranscriptionJob$)
365
+ .sc(schemas_0.GetTranscriptionJob$)
1575
366
  .build() {
1576
367
  }
1577
368
 
@@ -1583,7 +374,7 @@ class GetVocabularyCommand extends smithyClient.Command
1583
374
  })
1584
375
  .s("Transcribe", "GetVocabulary", {})
1585
376
  .n("TranscribeClient", "GetVocabularyCommand")
1586
- .sc(GetVocabulary$)
377
+ .sc(schemas_0.GetVocabulary$)
1587
378
  .build() {
1588
379
  }
1589
380
 
@@ -1595,7 +386,7 @@ class GetVocabularyFilterCommand extends smithyClient.Command
1595
386
  })
1596
387
  .s("Transcribe", "GetVocabularyFilter", {})
1597
388
  .n("TranscribeClient", "GetVocabularyFilterCommand")
1598
- .sc(GetVocabularyFilter$)
389
+ .sc(schemas_0.GetVocabularyFilter$)
1599
390
  .build() {
1600
391
  }
1601
392
 
@@ -1607,7 +398,7 @@ class ListCallAnalyticsCategoriesCommand extends smithyClient.Command
1607
398
  })
1608
399
  .s("Transcribe", "ListCallAnalyticsCategories", {})
1609
400
  .n("TranscribeClient", "ListCallAnalyticsCategoriesCommand")
1610
- .sc(ListCallAnalyticsCategories$)
401
+ .sc(schemas_0.ListCallAnalyticsCategories$)
1611
402
  .build() {
1612
403
  }
1613
404
 
@@ -1619,7 +410,7 @@ class ListCallAnalyticsJobsCommand extends smithyClient.Command
1619
410
  })
1620
411
  .s("Transcribe", "ListCallAnalyticsJobs", {})
1621
412
  .n("TranscribeClient", "ListCallAnalyticsJobsCommand")
1622
- .sc(ListCallAnalyticsJobs$)
413
+ .sc(schemas_0.ListCallAnalyticsJobs$)
1623
414
  .build() {
1624
415
  }
1625
416
 
@@ -1631,7 +422,7 @@ class ListLanguageModelsCommand extends smithyClient.Command
1631
422
  })
1632
423
  .s("Transcribe", "ListLanguageModels", {})
1633
424
  .n("TranscribeClient", "ListLanguageModelsCommand")
1634
- .sc(ListLanguageModels$)
425
+ .sc(schemas_0.ListLanguageModels$)
1635
426
  .build() {
1636
427
  }
1637
428
 
@@ -1643,7 +434,7 @@ class ListMedicalScribeJobsCommand extends smithyClient.Command
1643
434
  })
1644
435
  .s("Transcribe", "ListMedicalScribeJobs", {})
1645
436
  .n("TranscribeClient", "ListMedicalScribeJobsCommand")
1646
- .sc(ListMedicalScribeJobs$)
437
+ .sc(schemas_0.ListMedicalScribeJobs$)
1647
438
  .build() {
1648
439
  }
1649
440
 
@@ -1655,7 +446,7 @@ class ListMedicalTranscriptionJobsCommand extends smithyClient.Command
1655
446
  })
1656
447
  .s("Transcribe", "ListMedicalTranscriptionJobs", {})
1657
448
  .n("TranscribeClient", "ListMedicalTranscriptionJobsCommand")
1658
- .sc(ListMedicalTranscriptionJobs$)
449
+ .sc(schemas_0.ListMedicalTranscriptionJobs$)
1659
450
  .build() {
1660
451
  }
1661
452
 
@@ -1667,7 +458,7 @@ class ListMedicalVocabulariesCommand extends smithyClient.Command
1667
458
  })
1668
459
  .s("Transcribe", "ListMedicalVocabularies", {})
1669
460
  .n("TranscribeClient", "ListMedicalVocabulariesCommand")
1670
- .sc(ListMedicalVocabularies$)
461
+ .sc(schemas_0.ListMedicalVocabularies$)
1671
462
  .build() {
1672
463
  }
1673
464
 
@@ -1679,7 +470,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1679
470
  })
1680
471
  .s("Transcribe", "ListTagsForResource", {})
1681
472
  .n("TranscribeClient", "ListTagsForResourceCommand")
1682
- .sc(ListTagsForResource$)
473
+ .sc(schemas_0.ListTagsForResource$)
1683
474
  .build() {
1684
475
  }
1685
476
 
@@ -1691,7 +482,7 @@ class ListTranscriptionJobsCommand extends smithyClient.Command
1691
482
  })
1692
483
  .s("Transcribe", "ListTranscriptionJobs", {})
1693
484
  .n("TranscribeClient", "ListTranscriptionJobsCommand")
1694
- .sc(ListTranscriptionJobs$)
485
+ .sc(schemas_0.ListTranscriptionJobs$)
1695
486
  .build() {
1696
487
  }
1697
488
 
@@ -1703,7 +494,7 @@ class ListVocabulariesCommand extends smithyClient.Command
1703
494
  })
1704
495
  .s("Transcribe", "ListVocabularies", {})
1705
496
  .n("TranscribeClient", "ListVocabulariesCommand")
1706
- .sc(ListVocabularies$)
497
+ .sc(schemas_0.ListVocabularies$)
1707
498
  .build() {
1708
499
  }
1709
500
 
@@ -1715,7 +506,7 @@ class ListVocabularyFiltersCommand extends smithyClient.Command
1715
506
  })
1716
507
  .s("Transcribe", "ListVocabularyFilters", {})
1717
508
  .n("TranscribeClient", "ListVocabularyFiltersCommand")
1718
- .sc(ListVocabularyFilters$)
509
+ .sc(schemas_0.ListVocabularyFilters$)
1719
510
  .build() {
1720
511
  }
1721
512
 
@@ -1727,7 +518,7 @@ class StartCallAnalyticsJobCommand extends smithyClient.Command
1727
518
  })
1728
519
  .s("Transcribe", "StartCallAnalyticsJob", {})
1729
520
  .n("TranscribeClient", "StartCallAnalyticsJobCommand")
1730
- .sc(StartCallAnalyticsJob$)
521
+ .sc(schemas_0.StartCallAnalyticsJob$)
1731
522
  .build() {
1732
523
  }
1733
524
 
@@ -1739,7 +530,7 @@ class StartMedicalScribeJobCommand extends smithyClient.Command
1739
530
  })
1740
531
  .s("Transcribe", "StartMedicalScribeJob", {})
1741
532
  .n("TranscribeClient", "StartMedicalScribeJobCommand")
1742
- .sc(StartMedicalScribeJob$)
533
+ .sc(schemas_0.StartMedicalScribeJob$)
1743
534
  .build() {
1744
535
  }
1745
536
 
@@ -1751,7 +542,7 @@ class StartMedicalTranscriptionJobCommand extends smithyClient.Command
1751
542
  })
1752
543
  .s("Transcribe", "StartMedicalTranscriptionJob", {})
1753
544
  .n("TranscribeClient", "StartMedicalTranscriptionJobCommand")
1754
- .sc(StartMedicalTranscriptionJob$)
545
+ .sc(schemas_0.StartMedicalTranscriptionJob$)
1755
546
  .build() {
1756
547
  }
1757
548
 
@@ -1763,7 +554,7 @@ class StartTranscriptionJobCommand extends smithyClient.Command
1763
554
  })
1764
555
  .s("Transcribe", "StartTranscriptionJob", {})
1765
556
  .n("TranscribeClient", "StartTranscriptionJobCommand")
1766
- .sc(StartTranscriptionJob$)
557
+ .sc(schemas_0.StartTranscriptionJob$)
1767
558
  .build() {
1768
559
  }
1769
560
 
@@ -1775,7 +566,7 @@ class TagResourceCommand extends smithyClient.Command
1775
566
  })
1776
567
  .s("Transcribe", "TagResource", {})
1777
568
  .n("TranscribeClient", "TagResourceCommand")
1778
- .sc(TagResource$)
569
+ .sc(schemas_0.TagResource$)
1779
570
  .build() {
1780
571
  }
1781
572
 
@@ -1787,7 +578,7 @@ class UntagResourceCommand extends smithyClient.Command
1787
578
  })
1788
579
  .s("Transcribe", "UntagResource", {})
1789
580
  .n("TranscribeClient", "UntagResourceCommand")
1790
- .sc(UntagResource$)
581
+ .sc(schemas_0.UntagResource$)
1791
582
  .build() {
1792
583
  }
1793
584
 
@@ -1799,7 +590,7 @@ class UpdateCallAnalyticsCategoryCommand extends smithyClient.Command
1799
590
  })
1800
591
  .s("Transcribe", "UpdateCallAnalyticsCategory", {})
1801
592
  .n("TranscribeClient", "UpdateCallAnalyticsCategoryCommand")
1802
- .sc(UpdateCallAnalyticsCategory$)
593
+ .sc(schemas_0.UpdateCallAnalyticsCategory$)
1803
594
  .build() {
1804
595
  }
1805
596
 
@@ -1811,7 +602,7 @@ class UpdateMedicalVocabularyCommand extends smithyClient.Command
1811
602
  })
1812
603
  .s("Transcribe", "UpdateMedicalVocabulary", {})
1813
604
  .n("TranscribeClient", "UpdateMedicalVocabularyCommand")
1814
- .sc(UpdateMedicalVocabulary$)
605
+ .sc(schemas_0.UpdateMedicalVocabulary$)
1815
606
  .build() {
1816
607
  }
1817
608
 
@@ -1823,7 +614,7 @@ class UpdateVocabularyCommand extends smithyClient.Command
1823
614
  })
1824
615
  .s("Transcribe", "UpdateVocabulary", {})
1825
616
  .n("TranscribeClient", "UpdateVocabularyCommand")
1826
- .sc(UpdateVocabulary$)
617
+ .sc(schemas_0.UpdateVocabulary$)
1827
618
  .build() {
1828
619
  }
1829
620
 
@@ -1835,7 +626,7 @@ class UpdateVocabularyFilterCommand extends smithyClient.Command
1835
626
  })
1836
627
  .s("Transcribe", "UpdateVocabularyFilter", {})
1837
628
  .n("TranscribeClient", "UpdateVocabularyFilterCommand")
1838
- .sc(UpdateVocabularyFilter$)
629
+ .sc(schemas_0.UpdateVocabularyFilter$)
1839
630
  .build() {
1840
631
  }
1841
632
 
@@ -2458,258 +1249,83 @@ Object.defineProperty(exports, "__Client", {
2458
1249
  enumerable: true,
2459
1250
  get: function () { return smithyClient.Client; }
2460
1251
  });
2461
- exports.AbsoluteTimeRange$ = AbsoluteTimeRange$;
2462
- exports.BadRequestException = BadRequestException;
2463
- exports.BadRequestException$ = BadRequestException$;
1252
+ Object.defineProperty(exports, "TranscribeServiceException", {
1253
+ enumerable: true,
1254
+ get: function () { return TranscribeServiceException.TranscribeServiceException; }
1255
+ });
2464
1256
  exports.BaseModelName = BaseModelName;
2465
1257
  exports.CLMLanguageCode = CLMLanguageCode;
2466
1258
  exports.CallAnalyticsFeature = CallAnalyticsFeature;
2467
- exports.CallAnalyticsJob$ = CallAnalyticsJob$;
2468
- exports.CallAnalyticsJobDetails$ = CallAnalyticsJobDetails$;
2469
- exports.CallAnalyticsJobSettings$ = CallAnalyticsJobSettings$;
2470
1259
  exports.CallAnalyticsJobStatus = CallAnalyticsJobStatus;
2471
- exports.CallAnalyticsJobSummary$ = CallAnalyticsJobSummary$;
2472
- exports.CallAnalyticsSkippedFeature$ = CallAnalyticsSkippedFeature$;
2473
1260
  exports.CallAnalyticsSkippedReasonCode = CallAnalyticsSkippedReasonCode;
2474
- exports.CategoryProperties$ = CategoryProperties$;
2475
- exports.ChannelDefinition$ = ChannelDefinition$;
2476
- exports.ClinicalNoteGenerationSettings$ = ClinicalNoteGenerationSettings$;
2477
- exports.ConflictException = ConflictException;
2478
- exports.ConflictException$ = ConflictException$;
2479
- exports.ContentRedaction$ = ContentRedaction$;
2480
- exports.CreateCallAnalyticsCategory$ = CreateCallAnalyticsCategory$;
2481
1261
  exports.CreateCallAnalyticsCategoryCommand = CreateCallAnalyticsCategoryCommand;
2482
- exports.CreateCallAnalyticsCategoryRequest$ = CreateCallAnalyticsCategoryRequest$;
2483
- exports.CreateCallAnalyticsCategoryResponse$ = CreateCallAnalyticsCategoryResponse$;
2484
- exports.CreateLanguageModel$ = CreateLanguageModel$;
2485
1262
  exports.CreateLanguageModelCommand = CreateLanguageModelCommand;
2486
- exports.CreateLanguageModelRequest$ = CreateLanguageModelRequest$;
2487
- exports.CreateLanguageModelResponse$ = CreateLanguageModelResponse$;
2488
- exports.CreateMedicalVocabulary$ = CreateMedicalVocabulary$;
2489
1263
  exports.CreateMedicalVocabularyCommand = CreateMedicalVocabularyCommand;
2490
- exports.CreateMedicalVocabularyRequest$ = CreateMedicalVocabularyRequest$;
2491
- exports.CreateMedicalVocabularyResponse$ = CreateMedicalVocabularyResponse$;
2492
- exports.CreateVocabulary$ = CreateVocabulary$;
2493
1264
  exports.CreateVocabularyCommand = CreateVocabularyCommand;
2494
- exports.CreateVocabularyFilter$ = CreateVocabularyFilter$;
2495
1265
  exports.CreateVocabularyFilterCommand = CreateVocabularyFilterCommand;
2496
- exports.CreateVocabularyFilterRequest$ = CreateVocabularyFilterRequest$;
2497
- exports.CreateVocabularyFilterResponse$ = CreateVocabularyFilterResponse$;
2498
- exports.CreateVocabularyRequest$ = CreateVocabularyRequest$;
2499
- exports.CreateVocabularyResponse$ = CreateVocabularyResponse$;
2500
- exports.DeleteCallAnalyticsCategory$ = DeleteCallAnalyticsCategory$;
2501
1266
  exports.DeleteCallAnalyticsCategoryCommand = DeleteCallAnalyticsCategoryCommand;
2502
- exports.DeleteCallAnalyticsCategoryRequest$ = DeleteCallAnalyticsCategoryRequest$;
2503
- exports.DeleteCallAnalyticsCategoryResponse$ = DeleteCallAnalyticsCategoryResponse$;
2504
- exports.DeleteCallAnalyticsJob$ = DeleteCallAnalyticsJob$;
2505
1267
  exports.DeleteCallAnalyticsJobCommand = DeleteCallAnalyticsJobCommand;
2506
- exports.DeleteCallAnalyticsJobRequest$ = DeleteCallAnalyticsJobRequest$;
2507
- exports.DeleteCallAnalyticsJobResponse$ = DeleteCallAnalyticsJobResponse$;
2508
- exports.DeleteLanguageModel$ = DeleteLanguageModel$;
2509
1268
  exports.DeleteLanguageModelCommand = DeleteLanguageModelCommand;
2510
- exports.DeleteLanguageModelRequest$ = DeleteLanguageModelRequest$;
2511
- exports.DeleteMedicalScribeJob$ = DeleteMedicalScribeJob$;
2512
1269
  exports.DeleteMedicalScribeJobCommand = DeleteMedicalScribeJobCommand;
2513
- exports.DeleteMedicalScribeJobRequest$ = DeleteMedicalScribeJobRequest$;
2514
- exports.DeleteMedicalTranscriptionJob$ = DeleteMedicalTranscriptionJob$;
2515
1270
  exports.DeleteMedicalTranscriptionJobCommand = DeleteMedicalTranscriptionJobCommand;
2516
- exports.DeleteMedicalTranscriptionJobRequest$ = DeleteMedicalTranscriptionJobRequest$;
2517
- exports.DeleteMedicalVocabulary$ = DeleteMedicalVocabulary$;
2518
1271
  exports.DeleteMedicalVocabularyCommand = DeleteMedicalVocabularyCommand;
2519
- exports.DeleteMedicalVocabularyRequest$ = DeleteMedicalVocabularyRequest$;
2520
- exports.DeleteTranscriptionJob$ = DeleteTranscriptionJob$;
2521
1272
  exports.DeleteTranscriptionJobCommand = DeleteTranscriptionJobCommand;
2522
- exports.DeleteTranscriptionJobRequest$ = DeleteTranscriptionJobRequest$;
2523
- exports.DeleteVocabulary$ = DeleteVocabulary$;
2524
1273
  exports.DeleteVocabularyCommand = DeleteVocabularyCommand;
2525
- exports.DeleteVocabularyFilter$ = DeleteVocabularyFilter$;
2526
1274
  exports.DeleteVocabularyFilterCommand = DeleteVocabularyFilterCommand;
2527
- exports.DeleteVocabularyFilterRequest$ = DeleteVocabularyFilterRequest$;
2528
- exports.DeleteVocabularyRequest$ = DeleteVocabularyRequest$;
2529
- exports.DescribeLanguageModel$ = DescribeLanguageModel$;
2530
1275
  exports.DescribeLanguageModelCommand = DescribeLanguageModelCommand;
2531
- exports.DescribeLanguageModelRequest$ = DescribeLanguageModelRequest$;
2532
- exports.DescribeLanguageModelResponse$ = DescribeLanguageModelResponse$;
2533
- exports.GetCallAnalyticsCategory$ = GetCallAnalyticsCategory$;
2534
1276
  exports.GetCallAnalyticsCategoryCommand = GetCallAnalyticsCategoryCommand;
2535
- exports.GetCallAnalyticsCategoryRequest$ = GetCallAnalyticsCategoryRequest$;
2536
- exports.GetCallAnalyticsCategoryResponse$ = GetCallAnalyticsCategoryResponse$;
2537
- exports.GetCallAnalyticsJob$ = GetCallAnalyticsJob$;
2538
1277
  exports.GetCallAnalyticsJobCommand = GetCallAnalyticsJobCommand;
2539
- exports.GetCallAnalyticsJobRequest$ = GetCallAnalyticsJobRequest$;
2540
- exports.GetCallAnalyticsJobResponse$ = GetCallAnalyticsJobResponse$;
2541
- exports.GetMedicalScribeJob$ = GetMedicalScribeJob$;
2542
1278
  exports.GetMedicalScribeJobCommand = GetMedicalScribeJobCommand;
2543
- exports.GetMedicalScribeJobRequest$ = GetMedicalScribeJobRequest$;
2544
- exports.GetMedicalScribeJobResponse$ = GetMedicalScribeJobResponse$;
2545
- exports.GetMedicalTranscriptionJob$ = GetMedicalTranscriptionJob$;
2546
1279
  exports.GetMedicalTranscriptionJobCommand = GetMedicalTranscriptionJobCommand;
2547
- exports.GetMedicalTranscriptionJobRequest$ = GetMedicalTranscriptionJobRequest$;
2548
- exports.GetMedicalTranscriptionJobResponse$ = GetMedicalTranscriptionJobResponse$;
2549
- exports.GetMedicalVocabulary$ = GetMedicalVocabulary$;
2550
1280
  exports.GetMedicalVocabularyCommand = GetMedicalVocabularyCommand;
2551
- exports.GetMedicalVocabularyRequest$ = GetMedicalVocabularyRequest$;
2552
- exports.GetMedicalVocabularyResponse$ = GetMedicalVocabularyResponse$;
2553
- exports.GetTranscriptionJob$ = GetTranscriptionJob$;
2554
1281
  exports.GetTranscriptionJobCommand = GetTranscriptionJobCommand;
2555
- exports.GetTranscriptionJobRequest$ = GetTranscriptionJobRequest$;
2556
- exports.GetTranscriptionJobResponse$ = GetTranscriptionJobResponse$;
2557
- exports.GetVocabulary$ = GetVocabulary$;
2558
1282
  exports.GetVocabularyCommand = GetVocabularyCommand;
2559
- exports.GetVocabularyFilter$ = GetVocabularyFilter$;
2560
1283
  exports.GetVocabularyFilterCommand = GetVocabularyFilterCommand;
2561
- exports.GetVocabularyFilterRequest$ = GetVocabularyFilterRequest$;
2562
- exports.GetVocabularyFilterResponse$ = GetVocabularyFilterResponse$;
2563
- exports.GetVocabularyRequest$ = GetVocabularyRequest$;
2564
- exports.GetVocabularyResponse$ = GetVocabularyResponse$;
2565
- exports.InputDataConfig$ = InputDataConfig$;
2566
1284
  exports.InputType = InputType;
2567
- exports.InternalFailureException = InternalFailureException;
2568
- exports.InternalFailureException$ = InternalFailureException$;
2569
- exports.InterruptionFilter$ = InterruptionFilter$;
2570
- exports.JobExecutionSettings$ = JobExecutionSettings$;
2571
1285
  exports.LanguageCode = LanguageCode;
2572
- exports.LanguageCodeItem$ = LanguageCodeItem$;
2573
- exports.LanguageIdSettings$ = LanguageIdSettings$;
2574
- exports.LanguageModel$ = LanguageModel$;
2575
- exports.LimitExceededException = LimitExceededException;
2576
- exports.LimitExceededException$ = LimitExceededException$;
2577
- exports.ListCallAnalyticsCategories$ = ListCallAnalyticsCategories$;
2578
1286
  exports.ListCallAnalyticsCategoriesCommand = ListCallAnalyticsCategoriesCommand;
2579
- exports.ListCallAnalyticsCategoriesRequest$ = ListCallAnalyticsCategoriesRequest$;
2580
- exports.ListCallAnalyticsCategoriesResponse$ = ListCallAnalyticsCategoriesResponse$;
2581
- exports.ListCallAnalyticsJobs$ = ListCallAnalyticsJobs$;
2582
1287
  exports.ListCallAnalyticsJobsCommand = ListCallAnalyticsJobsCommand;
2583
- exports.ListCallAnalyticsJobsRequest$ = ListCallAnalyticsJobsRequest$;
2584
- exports.ListCallAnalyticsJobsResponse$ = ListCallAnalyticsJobsResponse$;
2585
- exports.ListLanguageModels$ = ListLanguageModels$;
2586
1288
  exports.ListLanguageModelsCommand = ListLanguageModelsCommand;
2587
- exports.ListLanguageModelsRequest$ = ListLanguageModelsRequest$;
2588
- exports.ListLanguageModelsResponse$ = ListLanguageModelsResponse$;
2589
- exports.ListMedicalScribeJobs$ = ListMedicalScribeJobs$;
2590
1289
  exports.ListMedicalScribeJobsCommand = ListMedicalScribeJobsCommand;
2591
- exports.ListMedicalScribeJobsRequest$ = ListMedicalScribeJobsRequest$;
2592
- exports.ListMedicalScribeJobsResponse$ = ListMedicalScribeJobsResponse$;
2593
- exports.ListMedicalTranscriptionJobs$ = ListMedicalTranscriptionJobs$;
2594
1290
  exports.ListMedicalTranscriptionJobsCommand = ListMedicalTranscriptionJobsCommand;
2595
- exports.ListMedicalTranscriptionJobsRequest$ = ListMedicalTranscriptionJobsRequest$;
2596
- exports.ListMedicalTranscriptionJobsResponse$ = ListMedicalTranscriptionJobsResponse$;
2597
- exports.ListMedicalVocabularies$ = ListMedicalVocabularies$;
2598
1291
  exports.ListMedicalVocabulariesCommand = ListMedicalVocabulariesCommand;
2599
- exports.ListMedicalVocabulariesRequest$ = ListMedicalVocabulariesRequest$;
2600
- exports.ListMedicalVocabulariesResponse$ = ListMedicalVocabulariesResponse$;
2601
- exports.ListTagsForResource$ = ListTagsForResource$;
2602
1292
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2603
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2604
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2605
- exports.ListTranscriptionJobs$ = ListTranscriptionJobs$;
2606
1293
  exports.ListTranscriptionJobsCommand = ListTranscriptionJobsCommand;
2607
- exports.ListTranscriptionJobsRequest$ = ListTranscriptionJobsRequest$;
2608
- exports.ListTranscriptionJobsResponse$ = ListTranscriptionJobsResponse$;
2609
- exports.ListVocabularies$ = ListVocabularies$;
2610
1294
  exports.ListVocabulariesCommand = ListVocabulariesCommand;
2611
- exports.ListVocabulariesRequest$ = ListVocabulariesRequest$;
2612
- exports.ListVocabulariesResponse$ = ListVocabulariesResponse$;
2613
- exports.ListVocabularyFilters$ = ListVocabularyFilters$;
2614
1295
  exports.ListVocabularyFiltersCommand = ListVocabularyFiltersCommand;
2615
- exports.ListVocabularyFiltersRequest$ = ListVocabularyFiltersRequest$;
2616
- exports.ListVocabularyFiltersResponse$ = ListVocabularyFiltersResponse$;
2617
- exports.Media$ = Media$;
2618
1296
  exports.MediaFormat = MediaFormat;
2619
1297
  exports.MedicalContentIdentificationType = MedicalContentIdentificationType;
2620
- exports.MedicalScribeChannelDefinition$ = MedicalScribeChannelDefinition$;
2621
- exports.MedicalScribeContext$ = MedicalScribeContext$;
2622
- exports.MedicalScribeJob$ = MedicalScribeJob$;
2623
1298
  exports.MedicalScribeJobStatus = MedicalScribeJobStatus;
2624
- exports.MedicalScribeJobSummary$ = MedicalScribeJobSummary$;
2625
1299
  exports.MedicalScribeLanguageCode = MedicalScribeLanguageCode;
2626
1300
  exports.MedicalScribeNoteTemplate = MedicalScribeNoteTemplate;
2627
- exports.MedicalScribeOutput$ = MedicalScribeOutput$;
2628
1301
  exports.MedicalScribeParticipantRole = MedicalScribeParticipantRole;
2629
- exports.MedicalScribePatientContext$ = MedicalScribePatientContext$;
2630
- exports.MedicalScribeSettings$ = MedicalScribeSettings$;
2631
- exports.MedicalTranscript$ = MedicalTranscript$;
2632
- exports.MedicalTranscriptionJob$ = MedicalTranscriptionJob$;
2633
- exports.MedicalTranscriptionJobSummary$ = MedicalTranscriptionJobSummary$;
2634
- exports.MedicalTranscriptionSetting$ = MedicalTranscriptionSetting$;
2635
- exports.ModelSettings$ = ModelSettings$;
2636
1302
  exports.ModelStatus = ModelStatus;
2637
- exports.NonTalkTimeFilter$ = NonTalkTimeFilter$;
2638
- exports.NotFoundException = NotFoundException;
2639
- exports.NotFoundException$ = NotFoundException$;
2640
1303
  exports.OutputLocationType = OutputLocationType;
2641
1304
  exports.ParticipantRole = ParticipantRole;
2642
1305
  exports.PiiEntityType = PiiEntityType;
2643
1306
  exports.Pronouns = Pronouns;
2644
1307
  exports.RedactionOutput = RedactionOutput;
2645
1308
  exports.RedactionType = RedactionType;
2646
- exports.RelativeTimeRange$ = RelativeTimeRange$;
2647
- exports.Rule$ = Rule$;
2648
- exports.SentimentFilter$ = SentimentFilter$;
2649
1309
  exports.SentimentValue = SentimentValue;
2650
- exports.Settings$ = Settings$;
2651
1310
  exports.Specialty = Specialty;
2652
- exports.StartCallAnalyticsJob$ = StartCallAnalyticsJob$;
2653
1311
  exports.StartCallAnalyticsJobCommand = StartCallAnalyticsJobCommand;
2654
- exports.StartCallAnalyticsJobRequest$ = StartCallAnalyticsJobRequest$;
2655
- exports.StartCallAnalyticsJobResponse$ = StartCallAnalyticsJobResponse$;
2656
- exports.StartMedicalScribeJob$ = StartMedicalScribeJob$;
2657
1312
  exports.StartMedicalScribeJobCommand = StartMedicalScribeJobCommand;
2658
- exports.StartMedicalScribeJobRequest$ = StartMedicalScribeJobRequest$;
2659
- exports.StartMedicalScribeJobResponse$ = StartMedicalScribeJobResponse$;
2660
- exports.StartMedicalTranscriptionJob$ = StartMedicalTranscriptionJob$;
2661
1313
  exports.StartMedicalTranscriptionJobCommand = StartMedicalTranscriptionJobCommand;
2662
- exports.StartMedicalTranscriptionJobRequest$ = StartMedicalTranscriptionJobRequest$;
2663
- exports.StartMedicalTranscriptionJobResponse$ = StartMedicalTranscriptionJobResponse$;
2664
- exports.StartTranscriptionJob$ = StartTranscriptionJob$;
2665
1314
  exports.StartTranscriptionJobCommand = StartTranscriptionJobCommand;
2666
- exports.StartTranscriptionJobRequest$ = StartTranscriptionJobRequest$;
2667
- exports.StartTranscriptionJobResponse$ = StartTranscriptionJobResponse$;
2668
1315
  exports.SubtitleFormat = SubtitleFormat;
2669
- exports.Subtitles$ = Subtitles$;
2670
- exports.SubtitlesOutput$ = SubtitlesOutput$;
2671
- exports.Summarization$ = Summarization$;
2672
- exports.Tag$ = Tag$;
2673
- exports.TagResource$ = TagResource$;
2674
1316
  exports.TagResourceCommand = TagResourceCommand;
2675
- exports.TagResourceRequest$ = TagResourceRequest$;
2676
- exports.TagResourceResponse$ = TagResourceResponse$;
2677
1317
  exports.ToxicityCategory = ToxicityCategory;
2678
- exports.ToxicityDetectionSettings$ = ToxicityDetectionSettings$;
2679
1318
  exports.Transcribe = Transcribe;
2680
1319
  exports.TranscribeClient = TranscribeClient;
2681
- exports.TranscribeServiceException = TranscribeServiceException;
2682
- exports.TranscribeServiceException$ = TranscribeServiceException$;
2683
- exports.Transcript$ = Transcript$;
2684
- exports.TranscriptFilter$ = TranscriptFilter$;
2685
1320
  exports.TranscriptFilterType = TranscriptFilterType;
2686
- exports.TranscriptionJob$ = TranscriptionJob$;
2687
1321
  exports.TranscriptionJobStatus = TranscriptionJobStatus;
2688
- exports.TranscriptionJobSummary$ = TranscriptionJobSummary$;
2689
1322
  exports.Type = Type;
2690
- exports.UntagResource$ = UntagResource$;
2691
1323
  exports.UntagResourceCommand = UntagResourceCommand;
2692
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2693
- exports.UntagResourceResponse$ = UntagResourceResponse$;
2694
- exports.UpdateCallAnalyticsCategory$ = UpdateCallAnalyticsCategory$;
2695
1324
  exports.UpdateCallAnalyticsCategoryCommand = UpdateCallAnalyticsCategoryCommand;
2696
- exports.UpdateCallAnalyticsCategoryRequest$ = UpdateCallAnalyticsCategoryRequest$;
2697
- exports.UpdateCallAnalyticsCategoryResponse$ = UpdateCallAnalyticsCategoryResponse$;
2698
- exports.UpdateMedicalVocabulary$ = UpdateMedicalVocabulary$;
2699
1325
  exports.UpdateMedicalVocabularyCommand = UpdateMedicalVocabularyCommand;
2700
- exports.UpdateMedicalVocabularyRequest$ = UpdateMedicalVocabularyRequest$;
2701
- exports.UpdateMedicalVocabularyResponse$ = UpdateMedicalVocabularyResponse$;
2702
- exports.UpdateVocabulary$ = UpdateVocabulary$;
2703
1326
  exports.UpdateVocabularyCommand = UpdateVocabularyCommand;
2704
- exports.UpdateVocabularyFilter$ = UpdateVocabularyFilter$;
2705
1327
  exports.UpdateVocabularyFilterCommand = UpdateVocabularyFilterCommand;
2706
- exports.UpdateVocabularyFilterRequest$ = UpdateVocabularyFilterRequest$;
2707
- exports.UpdateVocabularyFilterResponse$ = UpdateVocabularyFilterResponse$;
2708
- exports.UpdateVocabularyRequest$ = UpdateVocabularyRequest$;
2709
- exports.UpdateVocabularyResponse$ = UpdateVocabularyResponse$;
2710
- exports.VocabularyFilterInfo$ = VocabularyFilterInfo$;
2711
1328
  exports.VocabularyFilterMethod = VocabularyFilterMethod;
2712
- exports.VocabularyInfo$ = VocabularyInfo$;
2713
1329
  exports.VocabularyState = VocabularyState;
2714
1330
  exports.paginateListCallAnalyticsCategories = paginateListCallAnalyticsCategories;
2715
1331
  exports.paginateListCallAnalyticsJobs = paginateListCallAnalyticsJobs;
@@ -2734,3 +1350,15 @@ exports.waitUntilMedicalTranscriptionJobCompleted = waitUntilMedicalTranscriptio
2734
1350
  exports.waitUntilMedicalVocabularyReady = waitUntilMedicalVocabularyReady;
2735
1351
  exports.waitUntilTranscriptionJobCompleted = waitUntilTranscriptionJobCompleted;
2736
1352
  exports.waitUntilVocabularyReady = waitUntilVocabularyReady;
1353
+ Object.keys(schemas_0).forEach(function (k) {
1354
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1355
+ enumerable: true,
1356
+ get: function () { return schemas_0[k]; }
1357
+ });
1358
+ });
1359
+ Object.keys(errors).forEach(function (k) {
1360
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1361
+ enumerable: true,
1362
+ get: function () { return errors[k]; }
1363
+ });
1364
+ });