@aws-sdk/client-transcribe-streaming 3.986.0 → 3.988.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
@@ -18,7 +18,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
18
18
  var runtimeConfig = require('./runtimeConfig');
19
19
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
20
20
  var protocolHttp = require('@smithy/protocol-http');
21
+ var schemas_0 = require('./schemas/schemas_0');
21
22
  var middlewareSdkTranscribeStreaming = require('@aws-sdk/middleware-sdk-transcribe-streaming');
23
+ var errors = require('./models/errors');
24
+ var TranscribeStreamingServiceException = require('./models/TranscribeStreamingServiceException');
22
25
 
23
26
  const resolveClientEndpointParameters = (options) => {
24
27
  return Object.assign(options, {
@@ -117,694 +120,6 @@ class TranscribeStreamingClient extends smithyClient.Client {
117
120
  }
118
121
  }
119
122
 
120
- class TranscribeStreamingServiceException extends smithyClient.ServiceException {
121
- constructor(options) {
122
- super(options);
123
- Object.setPrototypeOf(this, TranscribeStreamingServiceException.prototype);
124
- }
125
- }
126
-
127
- class BadRequestException extends TranscribeStreamingServiceException {
128
- name = "BadRequestException";
129
- $fault = "client";
130
- Message;
131
- constructor(opts) {
132
- super({
133
- name: "BadRequestException",
134
- $fault: "client",
135
- ...opts,
136
- });
137
- Object.setPrototypeOf(this, BadRequestException.prototype);
138
- this.Message = opts.Message;
139
- }
140
- }
141
- class ConflictException extends TranscribeStreamingServiceException {
142
- name = "ConflictException";
143
- $fault = "client";
144
- Message;
145
- constructor(opts) {
146
- super({
147
- name: "ConflictException",
148
- $fault: "client",
149
- ...opts,
150
- });
151
- Object.setPrototypeOf(this, ConflictException.prototype);
152
- this.Message = opts.Message;
153
- }
154
- }
155
- class InternalFailureException extends TranscribeStreamingServiceException {
156
- name = "InternalFailureException";
157
- $fault = "server";
158
- Message;
159
- constructor(opts) {
160
- super({
161
- name: "InternalFailureException",
162
- $fault: "server",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, InternalFailureException.prototype);
166
- this.Message = opts.Message;
167
- }
168
- }
169
- class LimitExceededException extends TranscribeStreamingServiceException {
170
- name = "LimitExceededException";
171
- $fault = "client";
172
- Message;
173
- constructor(opts) {
174
- super({
175
- name: "LimitExceededException",
176
- $fault: "client",
177
- ...opts,
178
- });
179
- Object.setPrototypeOf(this, LimitExceededException.prototype);
180
- this.Message = opts.Message;
181
- }
182
- }
183
- class ServiceUnavailableException extends TranscribeStreamingServiceException {
184
- name = "ServiceUnavailableException";
185
- $fault = "server";
186
- Message;
187
- constructor(opts) {
188
- super({
189
- name: "ServiceUnavailableException",
190
- $fault: "server",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
194
- this.Message = opts.Message;
195
- }
196
- }
197
- class ResourceNotFoundException extends TranscribeStreamingServiceException {
198
- name = "ResourceNotFoundException";
199
- $fault = "client";
200
- Message;
201
- constructor(opts) {
202
- super({
203
- name: "ResourceNotFoundException",
204
- $fault: "client",
205
- ...opts,
206
- });
207
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
208
- this.Message = opts.Message;
209
- }
210
- }
211
-
212
- const _A = "Alternative";
213
- const _AC = "AudioChunk";
214
- const _AE = "AudioEvent";
215
- const _AL = "AlternativeList";
216
- const _AS = "AudioStream";
217
- const _Al = "Alternatives";
218
- const _B = "Begin";
219
- const _BAT = "BeginAudioTime";
220
- const _BOM = "BeginOffsetMillis";
221
- const _BRE = "BadRequestException";
222
- const _C = "Category";
223
- const _CAE = "CallAnalyticsEntity";
224
- const _CAEL = "CallAnalyticsEntityList";
225
- const _CAI = "CallAnalyticsItem";
226
- const _CAIL = "CallAnalyticsItemList";
227
- const _CALI = "CallAnalyticsLanguageIdentification";
228
- const _CALWS = "CallAnalyticsLanguageWithScore";
229
- const _CATRS = "CallAnalyticsTranscriptResultStream";
230
- const _CD = "ChannelDefinition";
231
- const _CDh = "ChannelDefinitions";
232
- const _CE = "CategoryEvent";
233
- const _CEo = "ConfigurationEvent";
234
- const _CEon = "ConflictException";
235
- const _CI = "ChannelId";
236
- const _CIT = "ContentIdentificationType";
237
- const _CNGR = "ClinicalNoteGenerationResult";
238
- const _CNGS = "ClinicalNoteGenerationSettings";
239
- const _CNOL = "ClinicalNoteOutputLocation";
240
- const _CO = "CharacterOffsets";
241
- const _CRO = "ContentRedactionOutput";
242
- const _CRT = "ContentRedactionType";
243
- const _Co = "Content";
244
- const _Con = "Confidence";
245
- const _DARA = "DataAccessRoleArn";
246
- const _E = "Entities";
247
- const _EAT = "EndAudioTime";
248
- const _ECI = "EnableChannelIdentification";
249
- const _EL = "EntityList";
250
- const _EOM = "EndOffsetMillis";
251
- const _EPRS = "EnablePartialResultsStabilization";
252
- const _ES = "EncryptionSettings";
253
- const _ET = "EndTime";
254
- const _En = "End";
255
- const _Ent = "Entity";
256
- const _FR = "FailureReason";
257
- const _GMSS = "GetMedicalScribeStream";
258
- const _GMSSR = "GetMedicalScribeStreamRequest";
259
- const _GMSSRe = "GetMedicalScribeStreamResponse";
260
- const _I = "Items";
261
- const _ID = "IssueDetected";
262
- const _IDs = "IssuesDetected";
263
- const _IFE = "InternalFailureException";
264
- const _IL = "IdentifyLanguage";
265
- const _ILt = "ItemList";
266
- const _IML = "IdentifyMultipleLanguages";
267
- const _IP = "IsPartial";
268
- const _IS = "InputStream";
269
- const _It = "Item";
270
- const _KEC = "KmsEncryptionContext";
271
- const _KKI = "KmsKeyId";
272
- const _LC = "LanguageCode";
273
- const _LEE = "LimitExceededException";
274
- const _LI = "LanguageIdentification";
275
- const _LMN = "LanguageModelName";
276
- const _LO = "LanguageOptions";
277
- const _LWS = "LanguageWithScore";
278
- const _M = "Message";
279
- const _MA = "MedicalAlternative";
280
- const _MAL = "MedicalAlternativeList";
281
- const _MC = "MatchedCategories";
282
- const _MCD = "MatchedCategoryDetails";
283
- const _MD = "MatchedDetails";
284
- const _ME = "MedicalEntity";
285
- const _MEL = "MedicalEntityList";
286
- const _MEe = "MediaEncoding";
287
- const _MI = "MedicalItem";
288
- const _MIL = "MedicalItemList";
289
- const _MR = "MedicalResult";
290
- const _MRL = "MedicalResultList";
291
- const _MSAE = "MedicalScribeAudioEvent";
292
- const _MSC = "MedicalScribeContext";
293
- const _MSCD = "MedicalScribeChannelDefinition";
294
- const _MSCDe = "MedicalScribeChannelDefinitions";
295
- const _MSCE = "MedicalScribeConfigurationEvent";
296
- const _MSCP = "MedicalScribeContextProvided";
297
- const _MSES = "MedicalScribeEncryptionSettings";
298
- const _MSIS = "MedicalScribeInputStream";
299
- const _MSPC = "MedicalScribePatientContext";
300
- const _MSPSAR = "MedicalScribePostStreamAnalyticsResult";
301
- const _MSPSAS = "MedicalScribePostStreamAnalyticsSettings";
302
- const _MSRH = "MediaSampleRateHertz";
303
- const _MSRS = "MedicalScribeResultStream";
304
- const _MSSCE = "MedicalScribeSessionControlEvent";
305
- const _MSSD = "MedicalScribeStreamDetails";
306
- const _MSTE = "MedicalScribeTranscriptEvent";
307
- const _MSTI = "MedicalScribeTranscriptItem";
308
- const _MSTIL = "MedicalScribeTranscriptItemList";
309
- const _MSTS = "MedicalScribeTranscriptSegment";
310
- const _MT = "MedicalTranscript";
311
- const _MTE = "MedicalTranscriptEvent";
312
- const _MTRS = "MedicalTranscriptResultStream";
313
- const _NOC = "NumberOfChannels";
314
- const _NT = "NoteTemplate";
315
- const _OBN = "OutputBucketName";
316
- const _OEKMSKI = "OutputEncryptionKMSKeyId";
317
- const _OL = "OutputLocation";
318
- const _P = "Pronouns";
319
- const _PC = "PatientContext";
320
- const _PCAS = "PostCallAnalyticsSettings";
321
- const _PET = "PiiEntityTypes";
322
- const _PL = "PreferredLanguage";
323
- const _POI = "PointsOfInterest";
324
- const _PR = "ParticipantRole";
325
- const _PRS = "PartialResultsStability";
326
- const _PSAR = "PostStreamAnalyticsResult";
327
- const _PSAS = "PostStreamAnalyticsSettings";
328
- const _R = "Results";
329
- const _RARA = "ResourceAccessRoleArn";
330
- const _RI = "ResultId";
331
- const _RIe = "RequestId";
332
- const _RL = "ResultList";
333
- const _RNFE = "ResourceNotFoundException";
334
- const _RS = "ResultStream";
335
- const _Re = "Result";
336
- const _S = "Stable";
337
- const _SCA = "StreamCreatedAt";
338
- const _SCAST = "StartCallAnalyticsStreamTranscription";
339
- const _SCASTR = "StartCallAnalyticsStreamTranscriptionRequest";
340
- const _SCASTRt = "StartCallAnalyticsStreamTranscriptionResponse";
341
- const _SCE = "SessionControlEvent";
342
- const _SEA = "StreamEndedAt";
343
- const _SI = "SessionId";
344
- const _SIe = "SegmentId";
345
- const _SMSS = "StartMedicalScribeStream";
346
- const _SMSSR = "StartMedicalScribeStreamRequest";
347
- const _SMSSRt = "StartMedicalScribeStreamResponse";
348
- const _SMST = "StartMedicalStreamTranscription";
349
- const _SMSTR = "StartMedicalStreamTranscriptionRequest";
350
- const _SMSTRt = "StartMedicalStreamTranscriptionResponse";
351
- const _SS = "StreamStatus";
352
- const _SSL = "ShowSpeakerLabel";
353
- const _SST = "StartStreamTranscription";
354
- const _SSTR = "StartStreamTranscriptionRequest";
355
- const _SSTRt = "StartStreamTranscriptionResponse";
356
- const _ST = "StartTime";
357
- const _SUE = "ServiceUnavailableException";
358
- const _Sc = "Score";
359
- const _Se = "Sentiment";
360
- const _Sp = "Speaker";
361
- const _Spe = "Specialty";
362
- const _St = "Status";
363
- const _T = "Transcript";
364
- const _TE = "TranscriptEvent";
365
- const _TOL = "TranscriptOutputLocation";
366
- const _TR = "TimestampRanges";
367
- const _TRS = "TranscriptResultStream";
368
- const _TRi = "TimestampRange";
369
- const _TS = "TranscriptSegment";
370
- const _Ty = "Type";
371
- const _UE = "UtteranceEvent";
372
- const _UI = "UtteranceId";
373
- const _VFM = "VocabularyFilterMatch";
374
- const _VFMo = "VocabularyFilterMethod";
375
- const _VFN = "VocabularyFilterName";
376
- const _VFNo = "VocabularyFilterNames";
377
- const _VN = "VocabularyName";
378
- const _VNo = "VocabularyNames";
379
- const _c = "client";
380
- const _e = "error";
381
- const _eP = "eventPayload";
382
- const _h = "http";
383
- const _hE = "httpError";
384
- const _hH = "httpHeader";
385
- const _s = "server";
386
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.transcribestreaming";
387
- const _st = "streaming";
388
- const _xari = "x-amzn-request-id";
389
- const _xatcit = "x-amzn-transcribe-content-identification-type";
390
- const _xatcrt = "x-amzn-transcribe-content-redaction-type";
391
- const _xateci = "x-amzn-transcribe-enable-channel-identification";
392
- const _xateprs = "x-amzn-transcribe-enable-partial-results-stabilization";
393
- const _xatil = "x-amzn-transcribe-identify-language";
394
- const _xatiml = "x-amzn-transcribe-identify-multiple-languages";
395
- const _xatlc = "x-amzn-transcribe-language-code";
396
- const _xatlmn = "x-amzn-transcribe-language-model-name";
397
- const _xatlo = "x-amzn-transcribe-language-options";
398
- const _xatme = "x-amzn-transcribe-media-encoding";
399
- const _xatnoc = "x-amzn-transcribe-number-of-channels";
400
- const _xatpet = "x-amzn-transcribe-pii-entity-types";
401
- const _xatpl = "x-amzn-transcribe-preferred-language";
402
- const _xatprs = "x-amzn-transcribe-partial-results-stability";
403
- const _xats = "x-amzn-transcribe-specialty";
404
- const _xatsi = "x-amzn-transcribe-session-id";
405
- const _xatsr = "x-amzn-transcribe-sample-rate";
406
- const _xatssl = "x-amzn-transcribe-show-speaker-label";
407
- const _xatt = "x-amzn-transcribe-type";
408
- const _xatvfm = "x-amzn-transcribe-vocabulary-filter-method";
409
- const _xatvfn = "x-amzn-transcribe-vocabulary-filter-name";
410
- const _xatvfn_ = "x-amzn-transcribe-vocabulary-filter-names";
411
- const _xatvn = "x-amzn-transcribe-vocabulary-name";
412
- const _xatvn_ = "x-amzn-transcribe-vocabulary-names";
413
- const n0 = "com.amazonaws.transcribestreaming";
414
- var Pronouns$1 = [0, n0, _P, 8, 0];
415
- var Alternative$ = [3, n0, _A,
416
- 0,
417
- [_T, _I, _E],
418
- [0, () => ItemList, () => EntityList]
419
- ];
420
- var AudioEvent$ = [3, n0, _AE,
421
- 0,
422
- [_AC],
423
- [[21, { [_eP]: 1 }]]
424
- ];
425
- var BadRequestException$ = [-3, n0, _BRE,
426
- { [_e]: _c, [_hE]: 400 },
427
- [_M],
428
- [0]
429
- ];
430
- schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
431
- var CallAnalyticsEntity$ = [3, n0, _CAE,
432
- 0,
433
- [_BOM, _EOM, _C, _Ty, _Co, _Con],
434
- [1, 1, 0, 0, 0, 1]
435
- ];
436
- var CallAnalyticsItem$ = [3, n0, _CAI,
437
- 0,
438
- [_BOM, _EOM, _Ty, _Co, _Con, _VFM, _S],
439
- [1, 1, 0, 0, 1, 2, 2]
440
- ];
441
- var CallAnalyticsLanguageWithScore$ = [3, n0, _CALWS,
442
- 0,
443
- [_LC, _Sc],
444
- [0, 1]
445
- ];
446
- var CategoryEvent$ = [3, n0, _CE,
447
- 0,
448
- [_MC, _MD],
449
- [64 | 0, () => MatchedCategoryDetails]
450
- ];
451
- var ChannelDefinition$ = [3, n0, _CD,
452
- 0,
453
- [_CI, _PR],
454
- [1, 0], 2
455
- ];
456
- var CharacterOffsets$ = [3, n0, _CO,
457
- 0,
458
- [_B, _En],
459
- [1, 1]
460
- ];
461
- var ClinicalNoteGenerationResult$ = [3, n0, _CNGR,
462
- 0,
463
- [_CNOL, _TOL, _St, _FR],
464
- [0, 0, 0, 0]
465
- ];
466
- var ClinicalNoteGenerationSettings$ = [3, n0, _CNGS,
467
- 0,
468
- [_OBN, _NT],
469
- [0, 0], 1
470
- ];
471
- var ConfigurationEvent$ = [3, n0, _CEo,
472
- 0,
473
- [_CDh, _PCAS],
474
- [() => ChannelDefinitions, () => PostCallAnalyticsSettings$]
475
- ];
476
- var ConflictException$ = [-3, n0, _CEon,
477
- { [_e]: _c, [_hE]: 409 },
478
- [_M],
479
- [0]
480
- ];
481
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
482
- var Entity$ = [3, n0, _Ent,
483
- 0,
484
- [_ST, _ET, _C, _Ty, _Co, _Con],
485
- [1, 1, 0, 0, 0, 1]
486
- ];
487
- var GetMedicalScribeStreamRequest$ = [3, n0, _GMSSR,
488
- 0,
489
- [_SI],
490
- [[0, 1]], 1
491
- ];
492
- var GetMedicalScribeStreamResponse$ = [3, n0, _GMSSRe,
493
- 0,
494
- [_MSSD],
495
- [() => MedicalScribeStreamDetails$]
496
- ];
497
- var InternalFailureException$ = [-3, n0, _IFE,
498
- { [_e]: _s, [_hE]: 500 },
499
- [_M],
500
- [0]
501
- ];
502
- schema.TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
503
- var IssueDetected$ = [3, n0, _ID,
504
- 0,
505
- [_CO],
506
- [() => CharacterOffsets$]
507
- ];
508
- var Item$ = [3, n0, _It,
509
- 0,
510
- [_ST, _ET, _Ty, _Co, _VFM, _Sp, _Con, _S],
511
- [1, 1, 0, 0, 2, 0, 1, 2]
512
- ];
513
- var LanguageWithScore$ = [3, n0, _LWS,
514
- 0,
515
- [_LC, _Sc],
516
- [0, 1]
517
- ];
518
- var LimitExceededException$ = [-3, n0, _LEE,
519
- { [_e]: _c, [_hE]: 429 },
520
- [_M],
521
- [0]
522
- ];
523
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
524
- var MedicalAlternative$ = [3, n0, _MA,
525
- 0,
526
- [_T, _I, _E],
527
- [0, () => MedicalItemList, () => MedicalEntityList]
528
- ];
529
- var MedicalEntity$ = [3, n0, _ME,
530
- 0,
531
- [_ST, _ET, _C, _Co, _Con],
532
- [1, 1, 0, 0, 1]
533
- ];
534
- var MedicalItem$ = [3, n0, _MI,
535
- 0,
536
- [_ST, _ET, _Ty, _Co, _Con, _Sp],
537
- [1, 1, 0, 0, 1, 0]
538
- ];
539
- var MedicalResult$ = [3, n0, _MR,
540
- 0,
541
- [_RI, _ST, _ET, _IP, _Al, _CI],
542
- [0, 1, 1, 2, () => MedicalAlternativeList, 0]
543
- ];
544
- var MedicalScribeAudioEvent$ = [3, n0, _MSAE,
545
- 0,
546
- [_AC],
547
- [[21, { [_eP]: 1 }]], 1
548
- ];
549
- var MedicalScribeChannelDefinition$ = [3, n0, _MSCD,
550
- 0,
551
- [_CI, _PR],
552
- [1, 0], 2
553
- ];
554
- var MedicalScribeConfigurationEvent$ = [3, n0, _MSCE,
555
- 0,
556
- [_RARA, _PSAS, _VN, _VFN, _VFMo, _CDh, _ES, _MSC],
557
- [0, () => MedicalScribePostStreamAnalyticsSettings$, 0, 0, 0, () => MedicalScribeChannelDefinitions, () => MedicalScribeEncryptionSettings$, [() => MedicalScribeContext$, 0]], 2
558
- ];
559
- var MedicalScribeContext$ = [3, n0, _MSC,
560
- 0,
561
- [_PC],
562
- [[() => MedicalScribePatientContext$, 0]]
563
- ];
564
- var MedicalScribeEncryptionSettings$ = [3, n0, _MSES,
565
- 0,
566
- [_KKI, _KEC],
567
- [0, 128 | 0], 1
568
- ];
569
- var MedicalScribePatientContext$ = [3, n0, _MSPC,
570
- 0,
571
- [_P],
572
- [[() => Pronouns$1, 0]]
573
- ];
574
- var MedicalScribePostStreamAnalyticsResult$ = [3, n0, _MSPSAR,
575
- 0,
576
- [_CNGR],
577
- [() => ClinicalNoteGenerationResult$]
578
- ];
579
- var MedicalScribePostStreamAnalyticsSettings$ = [3, n0, _MSPSAS,
580
- 0,
581
- [_CNGS],
582
- [() => ClinicalNoteGenerationSettings$], 1
583
- ];
584
- var MedicalScribeSessionControlEvent$ = [3, n0, _MSSCE,
585
- 0,
586
- [_Ty],
587
- [0], 1
588
- ];
589
- var MedicalScribeStreamDetails$ = [3, n0, _MSSD,
590
- 0,
591
- [_SI, _SCA, _SEA, _LC, _MSRH, _MEe, _VN, _VFN, _VFMo, _RARA, _CDh, _ES, _SS, _PSAS, _PSAR, _MSCP],
592
- [0, 4, 4, 0, 1, 0, 0, 0, 0, 0, () => MedicalScribeChannelDefinitions, () => MedicalScribeEncryptionSettings$, 0, () => MedicalScribePostStreamAnalyticsSettings$, () => MedicalScribePostStreamAnalyticsResult$, 2]
593
- ];
594
- var MedicalScribeTranscriptEvent$ = [3, n0, _MSTE,
595
- 0,
596
- [_TS],
597
- [() => MedicalScribeTranscriptSegment$]
598
- ];
599
- var MedicalScribeTranscriptItem$ = [3, n0, _MSTI,
600
- 0,
601
- [_BAT, _EAT, _Ty, _Con, _Co, _VFM],
602
- [1, 1, 0, 1, 0, 2]
603
- ];
604
- var MedicalScribeTranscriptSegment$ = [3, n0, _MSTS,
605
- 0,
606
- [_SIe, _BAT, _EAT, _Co, _I, _IP, _CI],
607
- [0, 1, 1, 0, () => MedicalScribeTranscriptItemList, 2, 0]
608
- ];
609
- var MedicalTranscript$ = [3, n0, _MT,
610
- 0,
611
- [_R],
612
- [() => MedicalResultList]
613
- ];
614
- var MedicalTranscriptEvent$ = [3, n0, _MTE,
615
- 0,
616
- [_T],
617
- [() => MedicalTranscript$]
618
- ];
619
- var PointsOfInterest$ = [3, n0, _POI,
620
- 0,
621
- [_TR],
622
- [() => TimestampRanges]
623
- ];
624
- var PostCallAnalyticsSettings$ = [3, n0, _PCAS,
625
- 0,
626
- [_OL, _DARA, _CRO, _OEKMSKI],
627
- [0, 0, 0, 0], 2
628
- ];
629
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
630
- { [_e]: _c, [_hE]: 404 },
631
- [_M],
632
- [0]
633
- ];
634
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
635
- var Result$ = [3, n0, _Re,
636
- 0,
637
- [_RI, _ST, _ET, _IP, _Al, _CI, _LC, _LI],
638
- [0, 1, 1, 2, () => AlternativeList, 0, 0, () => LanguageIdentification]
639
- ];
640
- var ServiceUnavailableException$ = [-3, n0, _SUE,
641
- { [_e]: _s, [_hE]: 503 },
642
- [_M],
643
- [0]
644
- ];
645
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
646
- var StartCallAnalyticsStreamTranscriptionRequest$ = [3, n0, _SCASTR,
647
- 0,
648
- [_MSRH, _MEe, _AS, _LC, _VN, _SI, _VFN, _VFMo, _LMN, _IL, _LO, _PL, _VNo, _VFNo, _EPRS, _PRS, _CIT, _CRT, _PET],
649
- [[1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => AudioStream$, 16], [0, { [_hH]: _xatlc }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }]], 3
650
- ];
651
- var StartCallAnalyticsStreamTranscriptionResponse$ = [3, n0, _SCASTRt,
652
- 0,
653
- [_RIe, _LC, _MSRH, _MEe, _VN, _SI, _CATRS, _VFN, _VFMo, _LMN, _IL, _LO, _PL, _VNo, _VFNo, _EPRS, _PRS, _CIT, _CRT, _PET],
654
- [[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [() => CallAnalyticsTranscriptResultStream$, 16], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }]]
655
- ];
656
- var StartMedicalScribeStreamRequest$ = [3, n0, _SMSSR,
657
- 0,
658
- [_LC, _MSRH, _MEe, _IS, _SI],
659
- [[0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => MedicalScribeInputStream$, 16], [0, { [_hH]: _xatsi }]], 4
660
- ];
661
- var StartMedicalScribeStreamResponse$ = [3, n0, _SMSSRt,
662
- 0,
663
- [_SI, _RIe, _LC, _MSRH, _MEe, _RS],
664
- [[0, { [_hH]: _xatsi }], [0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => MedicalScribeResultStream$, 16]]
665
- ];
666
- var StartMedicalStreamTranscriptionRequest$ = [3, n0, _SMSTR,
667
- 0,
668
- [_LC, _MSRH, _MEe, _Spe, _Ty, _AS, _VN, _SSL, _SI, _ECI, _NOC, _CIT],
669
- [[0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xats }], [0, { [_hH]: _xatt }], [() => AudioStream$, 16], [0, { [_hH]: _xatvn }], [2, { [_hH]: _xatssl }], [0, { [_hH]: _xatsi }], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [0, { [_hH]: _xatcit }]], 6
670
- ];
671
- var StartMedicalStreamTranscriptionResponse$ = [3, n0, _SMSTRt,
672
- 0,
673
- [_RIe, _LC, _MSRH, _MEe, _VN, _Spe, _Ty, _SSL, _SI, _TRS, _ECI, _NOC, _CIT],
674
- [[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xats }], [0, { [_hH]: _xatt }], [2, { [_hH]: _xatssl }], [0, { [_hH]: _xatsi }], [() => MedicalTranscriptResultStream$, 16], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [0, { [_hH]: _xatcit }]]
675
- ];
676
- var StartStreamTranscriptionRequest$ = [3, n0, _SSTR,
677
- 0,
678
- [_MSRH, _MEe, _AS, _LC, _VN, _SI, _VFN, _VFMo, _SSL, _ECI, _NOC, _EPRS, _PRS, _CIT, _CRT, _PET, _LMN, _IL, _LO, _PL, _IML, _VNo, _VFNo],
679
- [[1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [() => AudioStream$, 16], [0, { [_hH]: _xatlc }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [2, { [_hH]: _xatssl }], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [2, { [_hH]: _xatiml }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }]], 3
680
- ];
681
- var StartStreamTranscriptionResponse$ = [3, n0, _SSTRt,
682
- 0,
683
- [_RIe, _LC, _MSRH, _MEe, _VN, _SI, _TRS, _VFN, _VFMo, _SSL, _ECI, _NOC, _EPRS, _PRS, _CIT, _CRT, _PET, _LMN, _IL, _LO, _PL, _IML, _VNo, _VFNo],
684
- [[0, { [_hH]: _xari }], [0, { [_hH]: _xatlc }], [1, { [_hH]: _xatsr }], [0, { [_hH]: _xatme }], [0, { [_hH]: _xatvn }], [0, { [_hH]: _xatsi }], [() => TranscriptResultStream$, 16], [0, { [_hH]: _xatvfn }], [0, { [_hH]: _xatvfm }], [2, { [_hH]: _xatssl }], [2, { [_hH]: _xateci }], [1, { [_hH]: _xatnoc }], [2, { [_hH]: _xateprs }], [0, { [_hH]: _xatprs }], [0, { [_hH]: _xatcit }], [0, { [_hH]: _xatcrt }], [0, { [_hH]: _xatpet }], [0, { [_hH]: _xatlmn }], [2, { [_hH]: _xatil }], [0, { [_hH]: _xatlo }], [0, { [_hH]: _xatpl }], [2, { [_hH]: _xatiml }], [0, { [_hH]: _xatvn_ }], [0, { [_hH]: _xatvfn_ }]]
685
- ];
686
- var TimestampRange$ = [3, n0, _TRi,
687
- 0,
688
- [_BOM, _EOM],
689
- [1, 1]
690
- ];
691
- var Transcript$ = [3, n0, _T,
692
- 0,
693
- [_R],
694
- [() => ResultList]
695
- ];
696
- var TranscriptEvent$ = [3, n0, _TE,
697
- 0,
698
- [_T],
699
- [() => Transcript$]
700
- ];
701
- var UtteranceEvent$ = [3, n0, _UE,
702
- 0,
703
- [_UI, _IP, _PR, _BOM, _EOM, _T, _I, _E, _Se, _IDs, _LC, _LI],
704
- [0, 2, 0, 1, 1, 0, () => CallAnalyticsItemList, () => CallAnalyticsEntityList, 0, () => IssuesDetected, 0, () => CallAnalyticsLanguageIdentification]
705
- ];
706
- var TranscribeStreamingServiceException$ = [-3, _sm, "TranscribeStreamingServiceException", 0, [], []];
707
- schema.TypeRegistry.for(_sm).registerError(TranscribeStreamingServiceException$, TranscribeStreamingServiceException);
708
- var AlternativeList = [1, n0, _AL,
709
- 0, () => Alternative$
710
- ];
711
- var CallAnalyticsEntityList = [1, n0, _CAEL,
712
- 0, () => CallAnalyticsEntity$
713
- ];
714
- var CallAnalyticsItemList = [1, n0, _CAIL,
715
- 0, () => CallAnalyticsItem$
716
- ];
717
- var CallAnalyticsLanguageIdentification = [1, n0, _CALI,
718
- 0, () => CallAnalyticsLanguageWithScore$
719
- ];
720
- var ChannelDefinitions = [1, n0, _CDh,
721
- 0, () => ChannelDefinition$
722
- ];
723
- var EntityList = [1, n0, _EL,
724
- 0, () => Entity$
725
- ];
726
- var IssuesDetected = [1, n0, _IDs,
727
- 0, () => IssueDetected$
728
- ];
729
- var ItemList = [1, n0, _ILt,
730
- 0, () => Item$
731
- ];
732
- var LanguageIdentification = [1, n0, _LI,
733
- 0, () => LanguageWithScore$
734
- ];
735
- var MedicalAlternativeList = [1, n0, _MAL,
736
- 0, () => MedicalAlternative$
737
- ];
738
- var MedicalEntityList = [1, n0, _MEL,
739
- 0, () => MedicalEntity$
740
- ];
741
- var MedicalItemList = [1, n0, _MIL,
742
- 0, () => MedicalItem$
743
- ];
744
- var MedicalResultList = [1, n0, _MRL,
745
- 0, () => MedicalResult$
746
- ];
747
- var MedicalScribeChannelDefinitions = [1, n0, _MSCDe,
748
- 0, () => MedicalScribeChannelDefinition$
749
- ];
750
- var MedicalScribeTranscriptItemList = [1, n0, _MSTIL,
751
- 0, () => MedicalScribeTranscriptItem$
752
- ];
753
- var ResultList = [1, n0, _RL,
754
- 0, () => Result$
755
- ];
756
- var TimestampRanges = [1, n0, _TR,
757
- 0, () => TimestampRange$
758
- ];
759
- var MatchedCategoryDetails = [2, n0, _MCD,
760
- 0, 0, () => PointsOfInterest$
761
- ];
762
- var AudioStream$ = [4, n0, _AS,
763
- { [_st]: 1 },
764
- [_AE, _CEo],
765
- [[() => AudioEvent$, 0], () => ConfigurationEvent$]
766
- ];
767
- var CallAnalyticsTranscriptResultStream$ = [4, n0, _CATRS,
768
- { [_st]: 1 },
769
- [_UE, _CE, _BRE, _LEE, _IFE, _CEon, _SUE],
770
- [() => UtteranceEvent$, () => CategoryEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
771
- ];
772
- var MedicalScribeInputStream$ = [4, n0, _MSIS,
773
- { [_st]: 1 },
774
- [_AE, _SCE, _CEo],
775
- [[() => MedicalScribeAudioEvent$, 0], () => MedicalScribeSessionControlEvent$, [() => MedicalScribeConfigurationEvent$, 0]]
776
- ];
777
- var MedicalScribeResultStream$ = [4, n0, _MSRS,
778
- { [_st]: 1 },
779
- [_TE, _BRE, _LEE, _IFE, _CEon, _SUE],
780
- [() => MedicalScribeTranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
781
- ];
782
- var MedicalTranscriptResultStream$ = [4, n0, _MTRS,
783
- { [_st]: 1 },
784
- [_TE, _BRE, _LEE, _IFE, _CEon, _SUE],
785
- [() => MedicalTranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
786
- ];
787
- var TranscriptResultStream$ = [4, n0, _TRS,
788
- { [_st]: 1 },
789
- [_TE, _BRE, _LEE, _IFE, _CEon, _SUE],
790
- [() => TranscriptEvent$, [() => BadRequestException$, 0], [() => LimitExceededException$, 0], [() => InternalFailureException$, 0], [() => ConflictException$, 0], [() => ServiceUnavailableException$, 0]]
791
- ];
792
- var GetMedicalScribeStream$ = [9, n0, _GMSS,
793
- { [_h]: ["GET", "/medical-scribe-stream/{SessionId}", 200] }, () => GetMedicalScribeStreamRequest$, () => GetMedicalScribeStreamResponse$
794
- ];
795
- var StartCallAnalyticsStreamTranscription$ = [9, n0, _SCAST,
796
- { [_h]: ["POST", "/call-analytics-stream-transcription", 200] }, () => StartCallAnalyticsStreamTranscriptionRequest$, () => StartCallAnalyticsStreamTranscriptionResponse$
797
- ];
798
- var StartMedicalScribeStream$ = [9, n0, _SMSS,
799
- { [_h]: ["POST", "/medical-scribe-stream", 200] }, () => StartMedicalScribeStreamRequest$, () => StartMedicalScribeStreamResponse$
800
- ];
801
- var StartMedicalStreamTranscription$ = [9, n0, _SMST,
802
- { [_h]: ["POST", "/medical-stream-transcription", 200] }, () => StartMedicalStreamTranscriptionRequest$, () => StartMedicalStreamTranscriptionResponse$
803
- ];
804
- var StartStreamTranscription$ = [9, n0, _SST,
805
- { [_h]: ["POST", "/stream-transcription", 200] }, () => StartStreamTranscriptionRequest$, () => StartStreamTranscriptionResponse$
806
- ];
807
-
808
123
  class GetMedicalScribeStreamCommand extends smithyClient.Command
809
124
  .classBuilder()
810
125
  .ep(commonParams)
@@ -813,7 +128,7 @@ class GetMedicalScribeStreamCommand extends smithyClient.Command
813
128
  })
814
129
  .s("Transcribe", "GetMedicalScribeStream", {})
815
130
  .n("TranscribeStreamingClient", "GetMedicalScribeStreamCommand")
816
- .sc(GetMedicalScribeStream$)
131
+ .sc(schemas_0.GetMedicalScribeStream$)
817
132
  .build() {
818
133
  }
819
134
 
@@ -837,7 +152,7 @@ class StartCallAnalyticsStreamTranscriptionCommand extends smithyClient.Command
837
152
  },
838
153
  })
839
154
  .n("TranscribeStreamingClient", "StartCallAnalyticsStreamTranscriptionCommand")
840
- .sc(StartCallAnalyticsStreamTranscription$)
155
+ .sc(schemas_0.StartCallAnalyticsStreamTranscription$)
841
156
  .build() {
842
157
  }
843
158
 
@@ -861,7 +176,7 @@ class StartMedicalScribeStreamCommand extends smithyClient.Command
861
176
  },
862
177
  })
863
178
  .n("TranscribeStreamingClient", "StartMedicalScribeStreamCommand")
864
- .sc(StartMedicalScribeStream$)
179
+ .sc(schemas_0.StartMedicalScribeStream$)
865
180
  .build() {
866
181
  }
867
182
 
@@ -885,7 +200,7 @@ class StartMedicalStreamTranscriptionCommand extends smithyClient.Command
885
200
  },
886
201
  })
887
202
  .n("TranscribeStreamingClient", "StartMedicalStreamTranscriptionCommand")
888
- .sc(StartMedicalStreamTranscription$)
203
+ .sc(schemas_0.StartMedicalStreamTranscription$)
889
204
  .build() {
890
205
  }
891
206
 
@@ -909,7 +224,7 @@ class StartStreamTranscriptionCommand extends smithyClient.Command
909
224
  },
910
225
  })
911
226
  .n("TranscribeStreamingClient", "StartStreamTranscriptionCommand")
912
- .sc(StartStreamTranscription$)
227
+ .sc(schemas_0.StartStreamTranscription$)
913
228
  .build() {
914
229
  }
915
230
 
@@ -1148,110 +463,50 @@ Object.defineProperty(exports, "__Client", {
1148
463
  enumerable: true,
1149
464
  get: function () { return smithyClient.Client; }
1150
465
  });
1151
- exports.Alternative$ = Alternative$;
1152
- exports.AudioEvent$ = AudioEvent$;
1153
- exports.AudioStream$ = AudioStream$;
1154
- exports.BadRequestException = BadRequestException;
1155
- exports.BadRequestException$ = BadRequestException$;
1156
- exports.CallAnalyticsEntity$ = CallAnalyticsEntity$;
1157
- exports.CallAnalyticsItem$ = CallAnalyticsItem$;
466
+ Object.defineProperty(exports, "TranscribeStreamingServiceException", {
467
+ enumerable: true,
468
+ get: function () { return TranscribeStreamingServiceException.TranscribeStreamingServiceException; }
469
+ });
1158
470
  exports.CallAnalyticsLanguageCode = CallAnalyticsLanguageCode;
1159
- exports.CallAnalyticsLanguageWithScore$ = CallAnalyticsLanguageWithScore$;
1160
- exports.CallAnalyticsTranscriptResultStream$ = CallAnalyticsTranscriptResultStream$;
1161
- exports.CategoryEvent$ = CategoryEvent$;
1162
- exports.ChannelDefinition$ = ChannelDefinition$;
1163
- exports.CharacterOffsets$ = CharacterOffsets$;
1164
- exports.ClinicalNoteGenerationResult$ = ClinicalNoteGenerationResult$;
1165
- exports.ClinicalNoteGenerationSettings$ = ClinicalNoteGenerationSettings$;
1166
471
  exports.ClinicalNoteGenerationStatus = ClinicalNoteGenerationStatus;
1167
- exports.ConfigurationEvent$ = ConfigurationEvent$;
1168
- exports.ConflictException = ConflictException;
1169
- exports.ConflictException$ = ConflictException$;
1170
472
  exports.ContentIdentificationType = ContentIdentificationType;
1171
473
  exports.ContentRedactionOutput = ContentRedactionOutput;
1172
474
  exports.ContentRedactionType = ContentRedactionType;
1173
- exports.Entity$ = Entity$;
1174
- exports.GetMedicalScribeStream$ = GetMedicalScribeStream$;
1175
475
  exports.GetMedicalScribeStreamCommand = GetMedicalScribeStreamCommand;
1176
- exports.GetMedicalScribeStreamRequest$ = GetMedicalScribeStreamRequest$;
1177
- exports.GetMedicalScribeStreamResponse$ = GetMedicalScribeStreamResponse$;
1178
- exports.InternalFailureException = InternalFailureException;
1179
- exports.InternalFailureException$ = InternalFailureException$;
1180
- exports.IssueDetected$ = IssueDetected$;
1181
- exports.Item$ = Item$;
1182
476
  exports.ItemType = ItemType;
1183
477
  exports.LanguageCode = LanguageCode;
1184
- exports.LanguageWithScore$ = LanguageWithScore$;
1185
- exports.LimitExceededException = LimitExceededException;
1186
- exports.LimitExceededException$ = LimitExceededException$;
1187
478
  exports.MediaEncoding = MediaEncoding;
1188
- exports.MedicalAlternative$ = MedicalAlternative$;
1189
479
  exports.MedicalContentIdentificationType = MedicalContentIdentificationType;
1190
- exports.MedicalEntity$ = MedicalEntity$;
1191
- exports.MedicalItem$ = MedicalItem$;
1192
- exports.MedicalResult$ = MedicalResult$;
1193
- exports.MedicalScribeAudioEvent$ = MedicalScribeAudioEvent$;
1194
- exports.MedicalScribeChannelDefinition$ = MedicalScribeChannelDefinition$;
1195
- exports.MedicalScribeConfigurationEvent$ = MedicalScribeConfigurationEvent$;
1196
- exports.MedicalScribeContext$ = MedicalScribeContext$;
1197
- exports.MedicalScribeEncryptionSettings$ = MedicalScribeEncryptionSettings$;
1198
- exports.MedicalScribeInputStream$ = MedicalScribeInputStream$;
1199
480
  exports.MedicalScribeLanguageCode = MedicalScribeLanguageCode;
1200
481
  exports.MedicalScribeMediaEncoding = MedicalScribeMediaEncoding;
1201
482
  exports.MedicalScribeNoteTemplate = MedicalScribeNoteTemplate;
1202
483
  exports.MedicalScribeParticipantRole = MedicalScribeParticipantRole;
1203
- exports.MedicalScribePatientContext$ = MedicalScribePatientContext$;
1204
- exports.MedicalScribePostStreamAnalyticsResult$ = MedicalScribePostStreamAnalyticsResult$;
1205
- exports.MedicalScribePostStreamAnalyticsSettings$ = MedicalScribePostStreamAnalyticsSettings$;
1206
- exports.MedicalScribeResultStream$ = MedicalScribeResultStream$;
1207
- exports.MedicalScribeSessionControlEvent$ = MedicalScribeSessionControlEvent$;
1208
484
  exports.MedicalScribeSessionControlEventType = MedicalScribeSessionControlEventType;
1209
- exports.MedicalScribeStreamDetails$ = MedicalScribeStreamDetails$;
1210
485
  exports.MedicalScribeStreamStatus = MedicalScribeStreamStatus;
1211
- exports.MedicalScribeTranscriptEvent$ = MedicalScribeTranscriptEvent$;
1212
- exports.MedicalScribeTranscriptItem$ = MedicalScribeTranscriptItem$;
1213
486
  exports.MedicalScribeTranscriptItemType = MedicalScribeTranscriptItemType;
1214
- exports.MedicalScribeTranscriptSegment$ = MedicalScribeTranscriptSegment$;
1215
487
  exports.MedicalScribeVocabularyFilterMethod = MedicalScribeVocabularyFilterMethod;
1216
- exports.MedicalTranscript$ = MedicalTranscript$;
1217
- exports.MedicalTranscriptEvent$ = MedicalTranscriptEvent$;
1218
- exports.MedicalTranscriptResultStream$ = MedicalTranscriptResultStream$;
1219
488
  exports.PartialResultsStability = PartialResultsStability;
1220
489
  exports.ParticipantRole = ParticipantRole;
1221
- exports.PointsOfInterest$ = PointsOfInterest$;
1222
- exports.PostCallAnalyticsSettings$ = PostCallAnalyticsSettings$;
1223
490
  exports.Pronouns = Pronouns;
1224
- exports.ResourceNotFoundException = ResourceNotFoundException;
1225
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1226
- exports.Result$ = Result$;
1227
491
  exports.Sentiment = Sentiment;
1228
- exports.ServiceUnavailableException = ServiceUnavailableException;
1229
- exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1230
492
  exports.Specialty = Specialty;
1231
- exports.StartCallAnalyticsStreamTranscription$ = StartCallAnalyticsStreamTranscription$;
1232
493
  exports.StartCallAnalyticsStreamTranscriptionCommand = StartCallAnalyticsStreamTranscriptionCommand;
1233
- exports.StartCallAnalyticsStreamTranscriptionRequest$ = StartCallAnalyticsStreamTranscriptionRequest$;
1234
- exports.StartCallAnalyticsStreamTranscriptionResponse$ = StartCallAnalyticsStreamTranscriptionResponse$;
1235
- exports.StartMedicalScribeStream$ = StartMedicalScribeStream$;
1236
494
  exports.StartMedicalScribeStreamCommand = StartMedicalScribeStreamCommand;
1237
- exports.StartMedicalScribeStreamRequest$ = StartMedicalScribeStreamRequest$;
1238
- exports.StartMedicalScribeStreamResponse$ = StartMedicalScribeStreamResponse$;
1239
- exports.StartMedicalStreamTranscription$ = StartMedicalStreamTranscription$;
1240
495
  exports.StartMedicalStreamTranscriptionCommand = StartMedicalStreamTranscriptionCommand;
1241
- exports.StartMedicalStreamTranscriptionRequest$ = StartMedicalStreamTranscriptionRequest$;
1242
- exports.StartMedicalStreamTranscriptionResponse$ = StartMedicalStreamTranscriptionResponse$;
1243
- exports.StartStreamTranscription$ = StartStreamTranscription$;
1244
496
  exports.StartStreamTranscriptionCommand = StartStreamTranscriptionCommand;
1245
- exports.StartStreamTranscriptionRequest$ = StartStreamTranscriptionRequest$;
1246
- exports.StartStreamTranscriptionResponse$ = StartStreamTranscriptionResponse$;
1247
- exports.TimestampRange$ = TimestampRange$;
1248
497
  exports.TranscribeStreaming = TranscribeStreaming;
1249
498
  exports.TranscribeStreamingClient = TranscribeStreamingClient;
1250
- exports.TranscribeStreamingServiceException = TranscribeStreamingServiceException;
1251
- exports.TranscribeStreamingServiceException$ = TranscribeStreamingServiceException$;
1252
- exports.Transcript$ = Transcript$;
1253
- exports.TranscriptEvent$ = TranscriptEvent$;
1254
- exports.TranscriptResultStream$ = TranscriptResultStream$;
1255
499
  exports.Type = Type;
1256
- exports.UtteranceEvent$ = UtteranceEvent$;
1257
500
  exports.VocabularyFilterMethod = VocabularyFilterMethod;
501
+ Object.keys(schemas_0).forEach(function (k) {
502
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
503
+ enumerable: true,
504
+ get: function () { return schemas_0[k]; }
505
+ });
506
+ });
507
+ Object.keys(errors).forEach(function (k) {
508
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
509
+ enumerable: true,
510
+ get: function () { return errors[k]; }
511
+ });
512
+ });