@aws-sdk/client-connecthealth 3.1067.0 → 3.1069.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MedicalScribeAudioEvent$ = exports.ManagedTemplateResponse$ = exports.ManagedTemplate$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListSubscriptionsOutput$ = exports.ListSubscriptionsInput$ = exports.ListDomainsOutput$ = exports.ListDomainsInput$ = exports.InsightsOutput$ = exports.InsightsContext$ = exports.InputDataConfig$ = exports.GetSubscriptionOutput$ = exports.GetSubscriptionInput$ = exports.GetPatientInsightsJobResponse$ = exports.GetPatientInsightsJobRequest$ = exports.GetMedicalScribeListeningSessionOutput$ = exports.GetMedicalScribeListeningSessionInput$ = exports.GetDomainOutput$ = exports.GetDomainInput$ = exports.FHIRServer$ = exports.EncryptionContext$ = exports.EncounterContext$ = exports.DomainSummary$ = exports.DeleteDomainOutput$ = exports.DeleteDomainInput$ = exports.DeactivateSubscriptionOutput$ = exports.DeactivateSubscriptionInput$ = exports.CustomTemplateResponse$ = exports.CustomTemplate$ = exports.CreateWebAppConfiguration$ = exports.CreateSubscriptionOutput$ = exports.CreateSubscriptionInput$ = exports.CreateDomainOutput$ = exports.CreateDomainInput$ = exports.ClinicalNoteGenerationSettingsResponse$ = exports.ClinicalNoteGenerationSettings$ = exports.ClinicalNoteGenerationResult$ = exports.ArtifactDetails$ = exports.ActivateSubscriptionOutput$ = exports.ActivateSubscriptionInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.ConnectHealthServiceException$ = void 0;
4
- exports.UntagResource$ = exports.TagResource$ = exports.StartPatientInsightsJob$ = exports.StartMedicalScribeListeningSession$ = exports.ListTagsForResource$ = exports.ListSubscriptions$ = exports.ListDomains$ = exports.GetSubscription$ = exports.GetPatientInsightsJob$ = exports.GetMedicalScribeListeningSession$ = exports.GetDomain$ = exports.DeleteDomain$ = exports.DeactivateSubscription$ = exports.CreateSubscription$ = exports.CreateDomain$ = exports.ActivateSubscription$ = exports.NoteTemplateSettingsResponse$ = exports.NoteTemplateSettings$ = exports.MedicalScribeOutputStream$ = exports.MedicalScribeInputStream$ = exports.WebAppConfiguration$ = exports.UserContext$ = exports.UntagResourceInput$ = exports.TemplateSectionInstruction$ = exports.TagResourceInput$ = exports.SubscriptionDescription$ = exports.StartPatientInsightsJobResponse$ = exports.StartPatientInsightsJobRequest$ = exports.StartMedicalScribeListeningSessionOutput$ = exports.StartMedicalScribeListeningSessionInput$ = exports.S3Source$ = exports.PatientInsightsPatientContext$ = exports.PatientInsightsEncounterContext$ = exports.OutputDataConfig$ = exports.MedicalScribeTranscriptSegment$ = exports.MedicalScribeTranscriptEvent$ = exports.MedicalScribeSessionControlEvent$ = exports.MedicalScribePostStreamActionsResult$ = exports.MedicalScribePostStreamActionSettingsResponse$ = exports.MedicalScribePostStreamActionSettings$ = exports.MedicalScribeListeningSessionDetails$ = exports.MedicalScribeConfigurationEvent$ = exports.MedicalScribeChannelDefinition$ = exports.MedicalScribeBinaryAudioEvent$ = void 0;
5
1
  const _AD = "ArtifactDetails";
6
2
  const _ADE = "AccessDeniedException";
7
3
  const _AS = "ActivateSubscription";
@@ -227,55 +223,63 @@ const _xamsi_ = "x-amzn-medscribe-subscription-id";
227
223
  const _xamsr = "x-amzn-medscribe-sample-rate";
228
224
  const _xari = "x-amzn-request-id";
229
225
  const n0 = "com.amazonaws.connecthealth";
230
- const schema_1 = require("@smithy/core/schema");
231
- const ConnectHealthServiceException_1 = require("../models/ConnectHealthServiceException");
232
- const errors_1 = require("../models/errors");
233
- const _s_registry = schema_1.TypeRegistry.for(_s);
234
- exports.ConnectHealthServiceException$ = [-3, _s, "ConnectHealthServiceException", 0, [], []];
235
- _s_registry.registerError(exports.ConnectHealthServiceException$, ConnectHealthServiceException_1.ConnectHealthServiceException);
236
- const n0_registry = schema_1.TypeRegistry.for(n0);
237
- exports.AccessDeniedException$ = [-3, n0, _ADE,
226
+ const { TypeRegistry } = require("@smithy/core/schema");
227
+ const { ConnectHealthServiceException } = require("../models/ConnectHealthServiceException");
228
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
229
+ const _s_registry = TypeRegistry.for(_s);
230
+ const ConnectHealthServiceException$ = [-3, _s, "ConnectHealthServiceException", 0, [], []];
231
+ exports.ConnectHealthServiceException$ = ConnectHealthServiceException$;
232
+ _s_registry.registerError(ConnectHealthServiceException$, ConnectHealthServiceException);
233
+ const n0_registry = TypeRegistry.for(n0);
234
+ const AccessDeniedException$ = [-3, n0, _ADE,
238
235
  { [_e]: _c, [_hE]: 401 },
239
236
  [_m],
240
237
  [0]
241
238
  ];
242
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
243
- exports.ConflictException$ = [-3, n0, _CE,
239
+ exports.AccessDeniedException$ = AccessDeniedException$;
240
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
241
+ const ConflictException$ = [-3, n0, _CE,
244
242
  { [_e]: _c, [_hE]: 409 },
245
243
  [_m],
246
244
  [0]
247
245
  ];
248
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
249
- exports.InternalServerException$ = [-3, n0, _ISE,
246
+ exports.ConflictException$ = ConflictException$;
247
+ n0_registry.registerError(ConflictException$, ConflictException);
248
+ const InternalServerException$ = [-3, n0, _ISE,
250
249
  { [_e]: _se, [_hE]: 500 },
251
250
  [_m],
252
251
  [0]
253
252
  ];
254
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
255
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
253
+ exports.InternalServerException$ = InternalServerException$;
254
+ n0_registry.registerError(InternalServerException$, InternalServerException);
255
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
256
256
  { [_e]: _c, [_hE]: 404 },
257
257
  [_m],
258
258
  [0]
259
259
  ];
260
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
261
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
260
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
261
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
262
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
262
263
  { [_e]: _c, [_hE]: 402 },
263
264
  [_m],
264
265
  [0]
265
266
  ];
266
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
267
- exports.ThrottlingException$ = [-3, n0, _TE,
267
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
268
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
269
+ const ThrottlingException$ = [-3, n0, _TE,
268
270
  { [_e]: _c, [_hE]: 429 },
269
271
  [_m],
270
272
  [0]
271
273
  ];
272
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
273
- exports.ValidationException$ = [-3, n0, _VE,
274
+ exports.ThrottlingException$ = ThrottlingException$;
275
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
276
+ const ValidationException$ = [-3, n0, _VE,
274
277
  { [_e]: _c, [_hE]: 400 },
275
278
  [_m],
276
279
  [0]
277
280
  ];
278
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
281
+ exports.ValidationException$ = ValidationException$;
282
+ n0_registry.registerError(ValidationException$, ValidationException);
279
283
  exports.errorTypeRegistries = [
280
284
  _s_registry,
281
285
  n0_registry,
@@ -285,415 +289,484 @@ var SensitiveAlphanumericString = [0, n0, _SAS, 8, 0];
285
289
  var SensitiveIsoDateString = [0, n0, _SIDS, 8, 0];
286
290
  var SensitiveMarkdownString = [0, n0, _SMS, 8, 0];
287
291
  var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
288
- exports.ActivateSubscriptionInput$ = [3, n0, _ASI,
292
+ const ActivateSubscriptionInput$ = [3, n0, _ASI,
289
293
  0,
290
294
  [_dI, _sI],
291
295
  [[0, 1], [0, 1]], 2
292
296
  ];
293
- exports.ActivateSubscriptionOutput$ = [3, n0, _ASO,
297
+ exports.ActivateSubscriptionInput$ = ActivateSubscriptionInput$;
298
+ const ActivateSubscriptionOutput$ = [3, n0, _ASO,
294
299
  0,
295
300
  [_su],
296
- [() => exports.SubscriptionDescription$]
301
+ [() => SubscriptionDescription$]
297
302
  ];
298
- exports.ArtifactDetails$ = [3, n0, _AD,
303
+ exports.ActivateSubscriptionOutput$ = ActivateSubscriptionOutput$;
304
+ const ArtifactDetails$ = [3, n0, _AD,
299
305
  0,
300
306
  [_oL, _st, _fR],
301
307
  [0, 0, 0]
302
308
  ];
303
- exports.ClinicalNoteGenerationResult$ = [3, n0, _CNGR,
309
+ exports.ArtifactDetails$ = ArtifactDetails$;
310
+ const ClinicalNoteGenerationResult$ = [3, n0, _CNGR,
304
311
  0,
305
312
  [_nR, _tR, _aVSR],
306
- [() => exports.ArtifactDetails$, () => exports.ArtifactDetails$, () => exports.ArtifactDetails$]
313
+ [() => ArtifactDetails$, () => ArtifactDetails$, () => ArtifactDetails$]
307
314
  ];
308
- exports.ClinicalNoteGenerationSettings$ = [3, n0, _CNGS,
315
+ exports.ClinicalNoteGenerationResult$ = ClinicalNoteGenerationResult$;
316
+ const ClinicalNoteGenerationSettings$ = [3, n0, _CNGS,
309
317
  0,
310
318
  [_nTS],
311
- [[() => exports.NoteTemplateSettings$, 0]], 1
319
+ [[() => NoteTemplateSettings$, 0]], 1
312
320
  ];
313
- exports.ClinicalNoteGenerationSettingsResponse$ = [3, n0, _CNGSR,
321
+ exports.ClinicalNoteGenerationSettings$ = ClinicalNoteGenerationSettings$;
322
+ const ClinicalNoteGenerationSettingsResponse$ = [3, n0, _CNGSR,
314
323
  0,
315
324
  [_nTS],
316
- [() => exports.NoteTemplateSettingsResponse$]
325
+ [() => NoteTemplateSettingsResponse$]
317
326
  ];
318
- exports.CreateDomainInput$ = [3, n0, _CDI,
327
+ exports.ClinicalNoteGenerationSettingsResponse$ = ClinicalNoteGenerationSettingsResponse$;
328
+ const CreateDomainInput$ = [3, n0, _CDI,
319
329
  0,
320
330
  [_n, _kKA, _wASC, _t],
321
- [0, 0, () => exports.CreateWebAppConfiguration$, 128 | 0], 1
331
+ [0, 0, () => CreateWebAppConfiguration$, 128 | 0], 1
322
332
  ];
323
- exports.CreateDomainOutput$ = [3, n0, _CDO,
333
+ exports.CreateDomainInput$ = CreateDomainInput$;
334
+ const CreateDomainOutput$ = [3, n0, _CDO,
324
335
  0,
325
336
  [_dI, _a, _n, _st, _cA, _kKA, _eC, _wAU, _wAC],
326
- [0, 0, 0, 0, 4, 0, () => exports.EncryptionContext$, 0, () => exports.WebAppConfiguration$], 5
337
+ [0, 0, 0, 0, 4, 0, () => EncryptionContext$, 0, () => WebAppConfiguration$], 5
327
338
  ];
328
- exports.CreateSubscriptionInput$ = [3, n0, _CSI,
339
+ exports.CreateDomainOutput$ = CreateDomainOutput$;
340
+ const CreateSubscriptionInput$ = [3, n0, _CSI,
329
341
  0,
330
342
  [_dI],
331
343
  [[0, 1]], 1
332
344
  ];
333
- exports.CreateSubscriptionOutput$ = [3, n0, _CSO,
345
+ exports.CreateSubscriptionInput$ = CreateSubscriptionInput$;
346
+ const CreateSubscriptionOutput$ = [3, n0, _CSO,
334
347
  0,
335
348
  [_dI, _sI, _a, _st, _cA, _lUA, _aA, _dA],
336
349
  [0, 0, 0, 0, 4, 4, 4, 4], 6
337
350
  ];
338
- exports.CreateWebAppConfiguration$ = [3, n0, _CWAC,
351
+ exports.CreateSubscriptionOutput$ = CreateSubscriptionOutput$;
352
+ const CreateWebAppConfiguration$ = [3, n0, _CWAC,
339
353
  0,
340
354
  [_eR, _iII, _iR],
341
355
  [0, 0, 0], 3
342
356
  ];
343
- exports.CustomTemplate$ = [3, n0, _CT,
357
+ exports.CreateWebAppConfiguration$ = CreateWebAppConfiguration$;
358
+ const CustomTemplate$ = [3, n0, _CT,
344
359
  0,
345
360
  [_tT, _tI],
346
361
  [0, [() => TemplateInstructions, 0]], 2
347
362
  ];
348
- exports.CustomTemplateResponse$ = [3, n0, _CTR,
363
+ exports.CustomTemplate$ = CustomTemplate$;
364
+ const CustomTemplateResponse$ = [3, n0, _CTR,
349
365
  0,
350
366
  [_tT],
351
367
  [0]
352
368
  ];
353
- exports.DeactivateSubscriptionInput$ = [3, n0, _DSI,
369
+ exports.CustomTemplateResponse$ = CustomTemplateResponse$;
370
+ const DeactivateSubscriptionInput$ = [3, n0, _DSI,
354
371
  0,
355
372
  [_dI, _sI],
356
373
  [[0, 1], [0, 1]], 2
357
374
  ];
358
- exports.DeactivateSubscriptionOutput$ = [3, n0, _DSO,
375
+ exports.DeactivateSubscriptionInput$ = DeactivateSubscriptionInput$;
376
+ const DeactivateSubscriptionOutput$ = [3, n0, _DSO,
359
377
  0,
360
378
  [_su],
361
- [() => exports.SubscriptionDescription$]
379
+ [() => SubscriptionDescription$]
362
380
  ];
363
- exports.DeleteDomainInput$ = [3, n0, _DDI,
381
+ exports.DeactivateSubscriptionOutput$ = DeactivateSubscriptionOutput$;
382
+ const DeleteDomainInput$ = [3, n0, _DDI,
364
383
  0,
365
384
  [_dI],
366
385
  [[0, 1]], 1
367
386
  ];
368
- exports.DeleteDomainOutput$ = [3, n0, _DDO,
387
+ exports.DeleteDomainInput$ = DeleteDomainInput$;
388
+ const DeleteDomainOutput$ = [3, n0, _DDO,
369
389
  0,
370
390
  [_dI, _a, _st],
371
391
  [0, 0, 0], 3
372
392
  ];
373
- exports.DomainSummary$ = [3, n0, _DS,
393
+ exports.DeleteDomainOutput$ = DeleteDomainOutput$;
394
+ const DomainSummary$ = [3, n0, _DS,
374
395
  0,
375
396
  [_dI, _a, _n, _st, _cA],
376
397
  [0, 0, 0, 0, 4], 5
377
398
  ];
378
- exports.EncounterContext$ = [3, n0, _EC,
399
+ exports.DomainSummary$ = DomainSummary$;
400
+ const EncounterContext$ = [3, n0, _EC,
379
401
  0,
380
402
  [_uC],
381
403
  [[() => SensitiveMarkdownString, 0]]
382
404
  ];
383
- exports.EncryptionContext$ = [3, n0, _ECn,
405
+ exports.EncounterContext$ = EncounterContext$;
406
+ const EncryptionContext$ = [3, n0, _ECn,
384
407
  0,
385
408
  [_eT, _kKA],
386
409
  [0, 0], 1
387
410
  ];
388
- exports.FHIRServer$ = [3, n0, _FHIRS,
411
+ exports.EncryptionContext$ = EncryptionContext$;
412
+ const FHIRServer$ = [3, n0, _FHIRS,
389
413
  0,
390
414
  [_fE, _oT],
391
415
  [0, [() => SensitiveNonEmptyString, 0]], 1
392
416
  ];
393
- exports.GetDomainInput$ = [3, n0, _GDI,
417
+ exports.FHIRServer$ = FHIRServer$;
418
+ const GetDomainInput$ = [3, n0, _GDI,
394
419
  0,
395
420
  [_dI],
396
421
  [[0, 1]], 1
397
422
  ];
398
- exports.GetDomainOutput$ = [3, n0, _GDO,
423
+ exports.GetDomainInput$ = GetDomainInput$;
424
+ const GetDomainOutput$ = [3, n0, _GDO,
399
425
  0,
400
426
  [_dI, _a, _n, _st, _cA, _kKA, _eC, _wAU, _wAC, _t],
401
- [0, 0, 0, 0, 4, 0, () => exports.EncryptionContext$, 0, () => exports.WebAppConfiguration$, 128 | 0], 5
427
+ [0, 0, 0, 0, 4, 0, () => EncryptionContext$, 0, () => WebAppConfiguration$, 128 | 0], 5
402
428
  ];
403
- exports.GetMedicalScribeListeningSessionInput$ = [3, n0, _GMSLSI,
429
+ exports.GetDomainOutput$ = GetDomainOutput$;
430
+ const GetMedicalScribeListeningSessionInput$ = [3, n0, _GMSLSI,
404
431
  0,
405
432
  [_sIe, _dI, _sI],
406
433
  [[0, 1], [0, 1], [0, 1]], 3
407
434
  ];
408
- exports.GetMedicalScribeListeningSessionOutput$ = [3, n0, _GMSLSO,
435
+ exports.GetMedicalScribeListeningSessionInput$ = GetMedicalScribeListeningSessionInput$;
436
+ const GetMedicalScribeListeningSessionOutput$ = [3, n0, _GMSLSO,
409
437
  0,
410
438
  [_mSLSD],
411
- [() => exports.MedicalScribeListeningSessionDetails$]
439
+ [() => MedicalScribeListeningSessionDetails$]
412
440
  ];
413
- exports.GetPatientInsightsJobRequest$ = [3, n0, _GPIJR,
441
+ exports.GetMedicalScribeListeningSessionOutput$ = GetMedicalScribeListeningSessionOutput$;
442
+ const GetPatientInsightsJobRequest$ = [3, n0, _GPIJR,
414
443
  0,
415
444
  [_dI, _jI],
416
445
  [[0, 1], [0, 1]], 2
417
446
  ];
418
- exports.GetPatientInsightsJobResponse$ = [3, n0, _GPIJRe,
447
+ exports.GetPatientInsightsJobRequest$ = GetPatientInsightsJobRequest$;
448
+ const GetPatientInsightsJobResponse$ = [3, n0, _GPIJRe,
419
449
  0,
420
450
  [_jI, _jA, _jS, _pC, _iC, _eCn, _uCs, _iDC, _oDC, _cT, _uT, _iO, _sD],
421
- [0, 0, 0, [() => exports.PatientInsightsPatientContext$, 0], () => exports.InsightsContext$, [() => exports.PatientInsightsEncounterContext$, 0], [() => exports.UserContext$, 0], [() => exports.InputDataConfig$, 0], () => exports.OutputDataConfig$, 5, 5, () => exports.InsightsOutput$, 0], 9
451
+ [0, 0, 0, [() => PatientInsightsPatientContext$, 0], () => InsightsContext$, [() => PatientInsightsEncounterContext$, 0], [() => UserContext$, 0], [() => InputDataConfig$, 0], () => OutputDataConfig$, 5, 5, () => InsightsOutput$, 0], 9
422
452
  ];
423
- exports.GetSubscriptionInput$ = [3, n0, _GSI,
453
+ exports.GetPatientInsightsJobResponse$ = GetPatientInsightsJobResponse$;
454
+ const GetSubscriptionInput$ = [3, n0, _GSI,
424
455
  0,
425
456
  [_dI, _sI],
426
457
  [[0, 1], [0, 1]], 2
427
458
  ];
428
- exports.GetSubscriptionOutput$ = [3, n0, _GSO,
459
+ exports.GetSubscriptionInput$ = GetSubscriptionInput$;
460
+ const GetSubscriptionOutput$ = [3, n0, _GSO,
429
461
  0,
430
462
  [_su],
431
- [() => exports.SubscriptionDescription$]
463
+ [() => SubscriptionDescription$]
432
464
  ];
433
- exports.InputDataConfig$ = [3, n0, _IDC,
465
+ exports.GetSubscriptionOutput$ = GetSubscriptionOutput$;
466
+ const InputDataConfig$ = [3, n0, _IDC,
434
467
  0,
435
468
  [_fS, _sS],
436
- [[() => exports.FHIRServer$, 0], () => S3Sources]
469
+ [[() => FHIRServer$, 0], () => S3Sources]
437
470
  ];
438
- exports.InsightsContext$ = [3, n0, _IC,
471
+ exports.InputDataConfig$ = InputDataConfig$;
472
+ const InsightsContext$ = [3, n0, _IC,
439
473
  0,
440
474
  [_iT],
441
475
  [0], 1
442
476
  ];
443
- exports.InsightsOutput$ = [3, n0, _IO,
477
+ exports.InsightsContext$ = InsightsContext$;
478
+ const InsightsOutput$ = [3, n0, _IO,
444
479
  0,
445
480
  [_u],
446
481
  [0], 1
447
482
  ];
448
- exports.ListDomainsInput$ = [3, n0, _LDI,
483
+ exports.InsightsOutput$ = InsightsOutput$;
484
+ const ListDomainsInput$ = [3, n0, _LDI,
449
485
  0,
450
486
  [_st, _mR, _nT],
451
487
  [[0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
452
488
  ];
453
- exports.ListDomainsOutput$ = [3, n0, _LDO,
489
+ exports.ListDomainsInput$ = ListDomainsInput$;
490
+ const ListDomainsOutput$ = [3, n0, _LDO,
454
491
  0,
455
492
  [_d, _nT],
456
493
  [() => DomainSummaryList, 0], 1
457
494
  ];
458
- exports.ListSubscriptionsInput$ = [3, n0, _LSI,
495
+ exports.ListDomainsOutput$ = ListDomainsOutput$;
496
+ const ListSubscriptionsInput$ = [3, n0, _LSI,
459
497
  0,
460
498
  [_dI, _mR, _nT],
461
499
  [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
462
500
  ];
463
- exports.ListSubscriptionsOutput$ = [3, n0, _LSO,
501
+ exports.ListSubscriptionsInput$ = ListSubscriptionsInput$;
502
+ const ListSubscriptionsOutput$ = [3, n0, _LSO,
464
503
  0,
465
504
  [_sub, _nT],
466
505
  [() => SubscriptionList, 0], 1
467
506
  ];
468
- exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
507
+ exports.ListSubscriptionsOutput$ = ListSubscriptionsOutput$;
508
+ const ListTagsForResourceInput$ = [3, n0, _LTFRI,
469
509
  0,
470
510
  [_rA],
471
511
  [[0, 1]], 1
472
512
  ];
473
- exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
513
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
514
+ const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
474
515
  0,
475
516
  [_t],
476
517
  [128 | 0]
477
518
  ];
478
- exports.ManagedTemplate$ = [3, n0, _MT,
519
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
520
+ const ManagedTemplate$ = [3, n0, _MT,
479
521
  0,
480
522
  [_tT],
481
523
  [0], 1
482
524
  ];
483
- exports.ManagedTemplateResponse$ = [3, n0, _MTR,
525
+ exports.ManagedTemplate$ = ManagedTemplate$;
526
+ const ManagedTemplateResponse$ = [3, n0, _MTR,
484
527
  0,
485
528
  [_tT],
486
529
  [0]
487
530
  ];
488
- exports.MedicalScribeAudioEvent$ = [3, n0, _MSAE,
531
+ exports.ManagedTemplateResponse$ = ManagedTemplateResponse$;
532
+ const MedicalScribeAudioEvent$ = [3, n0, _MSAE,
489
533
  0,
490
534
  [_aC],
491
535
  [21], 1
492
536
  ];
493
- exports.MedicalScribeBinaryAudioEvent$ = [3, n0, _MSBAE,
537
+ exports.MedicalScribeAudioEvent$ = MedicalScribeAudioEvent$;
538
+ const MedicalScribeBinaryAudioEvent$ = [3, n0, _MSBAE,
494
539
  0,
495
540
  [_aC],
496
541
  [[21, { [_eP]: 1 }]], 1
497
542
  ];
498
- exports.MedicalScribeChannelDefinition$ = [3, n0, _MSCD,
543
+ exports.MedicalScribeBinaryAudioEvent$ = MedicalScribeBinaryAudioEvent$;
544
+ const MedicalScribeChannelDefinition$ = [3, n0, _MSCD,
499
545
  0,
500
546
  [_cI, _pR],
501
547
  [1, 0], 2
502
548
  ];
503
- exports.MedicalScribeConfigurationEvent$ = [3, n0, _MSCE,
549
+ exports.MedicalScribeChannelDefinition$ = MedicalScribeChannelDefinition$;
550
+ const MedicalScribeConfigurationEvent$ = [3, n0, _MSCE,
504
551
  0,
505
552
  [_pSAS, _cD, _eCn],
506
- [[() => exports.MedicalScribePostStreamActionSettings$, 0], () => MedicalScribeChannelDefinitions, [() => exports.EncounterContext$, 0]], 1
553
+ [[() => MedicalScribePostStreamActionSettings$, 0], () => MedicalScribeChannelDefinitions, [() => EncounterContext$, 0]], 1
507
554
  ];
508
- exports.MedicalScribeListeningSessionDetails$ = [3, n0, _MSLSD,
555
+ exports.MedicalScribeConfigurationEvent$ = MedicalScribeConfigurationEvent$;
556
+ const MedicalScribeListeningSessionDetails$ = [3, n0, _MSLSD,
509
557
  0,
510
558
  [_sIe, _dI, _sI, _lC, _mSRH, _mE, _cD, _pSAS, _pSAR, _eCP, _sSt, _sCT, _sET],
511
- [0, 0, 0, 0, 1, 0, () => MedicalScribeChannelDefinitions, () => exports.MedicalScribePostStreamActionSettingsResponse$, () => exports.MedicalScribePostStreamActionsResult$, 2, 0, 4, 4]
559
+ [0, 0, 0, 0, 1, 0, () => MedicalScribeChannelDefinitions, () => MedicalScribePostStreamActionSettingsResponse$, () => MedicalScribePostStreamActionsResult$, 2, 0, 4, 4]
512
560
  ];
513
- exports.MedicalScribePostStreamActionSettings$ = [3, n0, _MSPSAS,
561
+ exports.MedicalScribeListeningSessionDetails$ = MedicalScribeListeningSessionDetails$;
562
+ const MedicalScribePostStreamActionSettings$ = [3, n0, _MSPSAS,
514
563
  0,
515
564
  [_oSU, _cNGS],
516
- [0, [() => exports.ClinicalNoteGenerationSettings$, 0]], 2
565
+ [0, [() => ClinicalNoteGenerationSettings$, 0]], 2
517
566
  ];
518
- exports.MedicalScribePostStreamActionSettingsResponse$ = [3, n0, _MSPSASR,
567
+ exports.MedicalScribePostStreamActionSettings$ = MedicalScribePostStreamActionSettings$;
568
+ const MedicalScribePostStreamActionSettingsResponse$ = [3, n0, _MSPSASR,
519
569
  0,
520
570
  [_oSU, _cNGS],
521
- [0, () => exports.ClinicalNoteGenerationSettingsResponse$], 2
571
+ [0, () => ClinicalNoteGenerationSettingsResponse$], 2
522
572
  ];
523
- exports.MedicalScribePostStreamActionsResult$ = [3, n0, _MSPSAR,
573
+ exports.MedicalScribePostStreamActionSettingsResponse$ = MedicalScribePostStreamActionSettingsResponse$;
574
+ const MedicalScribePostStreamActionsResult$ = [3, n0, _MSPSAR,
524
575
  0,
525
576
  [_cNGR],
526
- [() => exports.ClinicalNoteGenerationResult$]
577
+ [() => ClinicalNoteGenerationResult$]
527
578
  ];
528
- exports.MedicalScribeSessionControlEvent$ = [3, n0, _MSSCE,
579
+ exports.MedicalScribePostStreamActionsResult$ = MedicalScribePostStreamActionsResult$;
580
+ const MedicalScribeSessionControlEvent$ = [3, n0, _MSSCE,
529
581
  0,
530
582
  [_ty],
531
583
  [0]
532
584
  ];
533
- exports.MedicalScribeTranscriptEvent$ = [3, n0, _MSTE,
585
+ exports.MedicalScribeSessionControlEvent$ = MedicalScribeSessionControlEvent$;
586
+ const MedicalScribeTranscriptEvent$ = [3, n0, _MSTE,
534
587
  0,
535
588
  [_tS],
536
- [() => exports.MedicalScribeTranscriptSegment$]
589
+ [() => MedicalScribeTranscriptSegment$]
537
590
  ];
538
- exports.MedicalScribeTranscriptSegment$ = [3, n0, _MSTS,
591
+ exports.MedicalScribeTranscriptEvent$ = MedicalScribeTranscriptEvent$;
592
+ const MedicalScribeTranscriptSegment$ = [3, n0, _MSTS,
539
593
  0,
540
594
  [_sIeg, _aBO, _aEO, _iP, _cI, _co],
541
595
  [0, 1, 1, 2, 0, 0]
542
596
  ];
543
- exports.OutputDataConfig$ = [3, n0, _ODC,
597
+ exports.MedicalScribeTranscriptSegment$ = MedicalScribeTranscriptSegment$;
598
+ const OutputDataConfig$ = [3, n0, _ODC,
544
599
  0,
545
600
  [_sOP],
546
601
  [0], 1
547
602
  ];
548
- exports.PatientInsightsEncounterContext$ = [3, n0, _PIEC,
603
+ exports.OutputDataConfig$ = OutputDataConfig$;
604
+ const PatientInsightsEncounterContext$ = [3, n0, _PIEC,
549
605
  0,
550
606
  [_eRn],
551
607
  [[() => SensitiveNonEmptyString, 0]], 1
552
608
  ];
553
- exports.PatientInsightsPatientContext$ = [3, n0, _PIPC,
609
+ exports.PatientInsightsEncounterContext$ = PatientInsightsEncounterContext$;
610
+ const PatientInsightsPatientContext$ = [3, n0, _PIPC,
554
611
  0,
555
612
  [_pI, _dOB, _p],
556
613
  [[() => SensitiveNonEmptyString, 0], [() => SensitiveIsoDateString, 0], [() => Pronouns, 0]], 1
557
614
  ];
558
- exports.S3Source$ = [3, n0, _SS,
615
+ exports.PatientInsightsPatientContext$ = PatientInsightsPatientContext$;
616
+ const S3Source$ = [3, n0, _SS,
559
617
  0,
560
618
  [_u],
561
619
  [0], 1
562
620
  ];
563
- exports.StartMedicalScribeListeningSessionInput$ = [3, n0, _SMSLSI,
621
+ exports.S3Source$ = S3Source$;
622
+ const StartMedicalScribeListeningSessionInput$ = [3, n0, _SMSLSI,
564
623
  0,
565
624
  [_sIe, _dI, _sI, _lC, _mSRH, _mE, _iS],
566
- [[0, { [_hH]: _xamsi }], [0, { [_hH]: _xamdi }], [0, { [_hH]: _xamsi_ }], [0, { [_hH]: _xamlc }], [1, { [_hH]: _xamsr }], [0, { [_hH]: _xamme }], [() => exports.MedicalScribeInputStream$, 16]], 6
625
+ [[0, { [_hH]: _xamsi }], [0, { [_hH]: _xamdi }], [0, { [_hH]: _xamsi_ }], [0, { [_hH]: _xamlc }], [1, { [_hH]: _xamsr }], [0, { [_hH]: _xamme }], [() => MedicalScribeInputStream$, 16]], 6
567
626
  ];
568
- exports.StartMedicalScribeListeningSessionOutput$ = [3, n0, _SMSLSO,
627
+ exports.StartMedicalScribeListeningSessionInput$ = StartMedicalScribeListeningSessionInput$;
628
+ const StartMedicalScribeListeningSessionOutput$ = [3, n0, _SMSLSO,
569
629
  0,
570
630
  [_sIe, _dI, _sI, _rI, _lC, _mSRH, _mE, _rS],
571
- [[0, { [_hH]: _xamsi }], [0, { [_hH]: _xamdi }], [0, { [_hH]: _xamsi_ }], [0, { [_hH]: _xari }], [0, { [_hH]: _xamlc }], [1, { [_hH]: _xamsr }], [0, { [_hH]: _xamme }], [() => exports.MedicalScribeOutputStream$, 16]]
631
+ [[0, { [_hH]: _xamsi }], [0, { [_hH]: _xamdi }], [0, { [_hH]: _xamsi_ }], [0, { [_hH]: _xari }], [0, { [_hH]: _xamlc }], [1, { [_hH]: _xamsr }], [0, { [_hH]: _xamme }], [() => MedicalScribeOutputStream$, 16]]
572
632
  ];
573
- exports.StartPatientInsightsJobRequest$ = [3, n0, _SPIJR,
633
+ exports.StartMedicalScribeListeningSessionOutput$ = StartMedicalScribeListeningSessionOutput$;
634
+ const StartPatientInsightsJobRequest$ = [3, n0, _SPIJR,
574
635
  0,
575
636
  [_dI, _pC, _iC, _eCn, _uCs, _iDC, _oDC, _cTl],
576
- [[0, 1], [() => exports.PatientInsightsPatientContext$, 0], () => exports.InsightsContext$, [() => exports.PatientInsightsEncounterContext$, 0], [() => exports.UserContext$, 0], [() => exports.InputDataConfig$, 0], () => exports.OutputDataConfig$, [0, 4]], 7
637
+ [[0, 1], [() => PatientInsightsPatientContext$, 0], () => InsightsContext$, [() => PatientInsightsEncounterContext$, 0], [() => UserContext$, 0], [() => InputDataConfig$, 0], () => OutputDataConfig$, [0, 4]], 7
577
638
  ];
578
- exports.StartPatientInsightsJobResponse$ = [3, n0, _SPIJRt,
639
+ exports.StartPatientInsightsJobRequest$ = StartPatientInsightsJobRequest$;
640
+ const StartPatientInsightsJobResponse$ = [3, n0, _SPIJRt,
579
641
  0,
580
642
  [_jA, _jI, _cT],
581
643
  [0, 0, 5], 2
582
644
  ];
583
- exports.SubscriptionDescription$ = [3, n0, _SD,
645
+ exports.StartPatientInsightsJobResponse$ = StartPatientInsightsJobResponse$;
646
+ const SubscriptionDescription$ = [3, n0, _SD,
584
647
  0,
585
648
  [_dI, _sI, _a, _st, _cA, _lUA, _aA, _dA],
586
649
  [0, 0, 0, 0, 4, 4, 4, 4], 6
587
650
  ];
588
- exports.TagResourceInput$ = [3, n0, _TRI,
651
+ exports.SubscriptionDescription$ = SubscriptionDescription$;
652
+ const TagResourceInput$ = [3, n0, _TRI,
589
653
  0,
590
654
  [_rA, _t],
591
655
  [[0, 1], 128 | 0], 2
592
656
  ];
593
- exports.TemplateSectionInstruction$ = [3, n0, _TSI,
657
+ exports.TagResourceInput$ = TagResourceInput$;
658
+ const TemplateSectionInstruction$ = [3, n0, _TSI,
594
659
  0,
595
660
  [_sH, _sIec],
596
661
  [[() => SensitiveAlphanumericString, 0], [() => SensitiveMarkdownString, 0]], 2
597
662
  ];
598
- exports.UntagResourceInput$ = [3, n0, _URI,
663
+ exports.TemplateSectionInstruction$ = TemplateSectionInstruction$;
664
+ const UntagResourceInput$ = [3, n0, _URI,
599
665
  0,
600
666
  [_rA, _tK],
601
667
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
602
668
  ];
603
- exports.UserContext$ = [3, n0, _UC,
669
+ exports.UntagResourceInput$ = UntagResourceInput$;
670
+ const UserContext$ = [3, n0, _UC,
604
671
  0,
605
672
  [_r, _uI, _sp],
606
673
  [0, [() => SensitiveNonEmptyString, 0], 0], 2
607
674
  ];
608
- exports.WebAppConfiguration$ = [3, n0, _WAC,
675
+ exports.UserContext$ = UserContext$;
676
+ const WebAppConfiguration$ = [3, n0, _WAC,
609
677
  0,
610
678
  [_eR, _iAI, _iR],
611
679
  [0, 0, 0], 3
612
680
  ];
681
+ exports.WebAppConfiguration$ = WebAppConfiguration$;
613
682
  var __Unit = "unit";
614
683
  var DomainSummaryList = [1, n0, _DSL,
615
- 0, () => exports.DomainSummary$
684
+ 0, () => DomainSummary$
616
685
  ];
617
686
  var MedicalScribeChannelDefinitions = [1, n0, _MSCDe,
618
- 0, () => exports.MedicalScribeChannelDefinition$
687
+ 0, () => MedicalScribeChannelDefinition$
619
688
  ];
620
689
  var S3Sources = [1, n0, _SSo,
621
- 0, () => exports.S3Source$
690
+ 0, () => S3Source$
622
691
  ];
623
692
  var SubscriptionList = [1, n0, _SL,
624
- 0, () => exports.SubscriptionDescription$
693
+ 0, () => SubscriptionDescription$
625
694
  ];
626
695
  var TagKeyList = 64 | 0;
627
696
  var TemplateInstructions = [1, n0, _TI,
628
- 0, [() => exports.TemplateSectionInstruction$,
697
+ 0, [() => TemplateSectionInstruction$,
629
698
  0]
630
699
  ];
631
700
  var TagMap = 128 | 0;
632
- exports.MedicalScribeInputStream$ = [4, n0, _MSIS,
701
+ const MedicalScribeInputStream$ = [4, n0, _MSIS,
633
702
  { [_str]: 1 },
634
703
  [_aE, _bAE, _sCE, _cE],
635
- [() => exports.MedicalScribeAudioEvent$, [() => exports.MedicalScribeBinaryAudioEvent$, 0], () => exports.MedicalScribeSessionControlEvent$, [() => exports.MedicalScribeConfigurationEvent$, 0]]
704
+ [() => MedicalScribeAudioEvent$, [() => MedicalScribeBinaryAudioEvent$, 0], () => MedicalScribeSessionControlEvent$, [() => MedicalScribeConfigurationEvent$, 0]]
636
705
  ];
637
- exports.MedicalScribeOutputStream$ = [4, n0, _MSOS,
706
+ exports.MedicalScribeInputStream$ = MedicalScribeInputStream$;
707
+ const MedicalScribeOutputStream$ = [4, n0, _MSOS,
638
708
  { [_str]: 1 },
639
709
  [_tE, _iFE, _vE],
640
- [() => exports.MedicalScribeTranscriptEvent$, [() => exports.InternalServerException$, 0], [() => exports.ValidationException$, 0]]
710
+ [() => MedicalScribeTranscriptEvent$, [() => InternalServerException$, 0], [() => ValidationException$, 0]]
641
711
  ];
642
- exports.NoteTemplateSettings$ = [4, n0, _NTS,
712
+ exports.MedicalScribeOutputStream$ = MedicalScribeOutputStream$;
713
+ const NoteTemplateSettings$ = [4, n0, _NTS,
643
714
  0,
644
715
  [_mT, _cTu],
645
- [() => exports.ManagedTemplate$, [() => exports.CustomTemplate$, 0]]
716
+ [() => ManagedTemplate$, [() => CustomTemplate$, 0]]
646
717
  ];
647
- exports.NoteTemplateSettingsResponse$ = [4, n0, _NTSR,
718
+ exports.NoteTemplateSettings$ = NoteTemplateSettings$;
719
+ const NoteTemplateSettingsResponse$ = [4, n0, _NTSR,
648
720
  0,
649
721
  [_mT, _cTu],
650
- [() => exports.ManagedTemplateResponse$, () => exports.CustomTemplateResponse$]
722
+ [() => ManagedTemplateResponse$, () => CustomTemplateResponse$]
651
723
  ];
724
+ exports.NoteTemplateSettingsResponse$ = NoteTemplateSettingsResponse$;
652
725
  exports.ActivateSubscription$ = [9, n0, _AS,
653
- { [_h]: ["POST", "/domains/{domainId}/subscriptions/{subscriptionId}/activate", 200] }, () => exports.ActivateSubscriptionInput$, () => exports.ActivateSubscriptionOutput$
726
+ { [_h]: ["POST", "/domains/{domainId}/subscriptions/{subscriptionId}/activate", 200] }, () => ActivateSubscriptionInput$, () => ActivateSubscriptionOutput$
654
727
  ];
655
728
  exports.CreateDomain$ = [9, n0, _CD,
656
- { [_h]: ["POST", "/domain", 201] }, () => exports.CreateDomainInput$, () => exports.CreateDomainOutput$
729
+ { [_h]: ["POST", "/domain", 201] }, () => CreateDomainInput$, () => CreateDomainOutput$
657
730
  ];
658
731
  exports.CreateSubscription$ = [9, n0, _CS,
659
- { [_h]: ["POST", "/domains/{domainId}/subscriptions", 201] }, () => exports.CreateSubscriptionInput$, () => exports.CreateSubscriptionOutput$
732
+ { [_h]: ["POST", "/domains/{domainId}/subscriptions", 201] }, () => CreateSubscriptionInput$, () => CreateSubscriptionOutput$
660
733
  ];
661
734
  exports.DeactivateSubscription$ = [9, n0, _DSe,
662
- { [_h]: ["POST", "/domains/{domainId}/subscriptions/{subscriptionId}/deactivate", 200] }, () => exports.DeactivateSubscriptionInput$, () => exports.DeactivateSubscriptionOutput$
735
+ { [_h]: ["POST", "/domains/{domainId}/subscriptions/{subscriptionId}/deactivate", 200] }, () => DeactivateSubscriptionInput$, () => DeactivateSubscriptionOutput$
663
736
  ];
664
737
  exports.DeleteDomain$ = [9, n0, _DD,
665
- { [_h]: ["DELETE", "/domain/{domainId}", 200] }, () => exports.DeleteDomainInput$, () => exports.DeleteDomainOutput$
738
+ { [_h]: ["DELETE", "/domain/{domainId}", 200] }, () => DeleteDomainInput$, () => DeleteDomainOutput$
666
739
  ];
667
740
  exports.GetDomain$ = [9, n0, _GD,
668
- { [_h]: ["GET", "/domain/{domainId}", 200] }, () => exports.GetDomainInput$, () => exports.GetDomainOutput$
741
+ { [_h]: ["GET", "/domain/{domainId}", 200] }, () => GetDomainInput$, () => GetDomainOutput$
669
742
  ];
670
743
  exports.GetMedicalScribeListeningSession$ = [9, n0, _GMSLS,
671
- { [_en]: ["streaming."], [_h]: ["GET", "/medical-scribe-stream/domain/{domainId}/subscription/{subscriptionId}/session/{sessionId}", 200] }, () => exports.GetMedicalScribeListeningSessionInput$, () => exports.GetMedicalScribeListeningSessionOutput$
744
+ { [_en]: ["streaming."], [_h]: ["GET", "/medical-scribe-stream/domain/{domainId}/subscription/{subscriptionId}/session/{sessionId}", 200] }, () => GetMedicalScribeListeningSessionInput$, () => GetMedicalScribeListeningSessionOutput$
672
745
  ];
673
746
  exports.GetPatientInsightsJob$ = [9, n0, _GPIJ,
674
- { [_en]: ["runtime."], [_h]: ["GET", "/domain/{domainId}/patient-insights-job/{jobId}", 200] }, () => exports.GetPatientInsightsJobRequest$, () => exports.GetPatientInsightsJobResponse$
747
+ { [_en]: ["runtime."], [_h]: ["GET", "/domain/{domainId}/patient-insights-job/{jobId}", 200] }, () => GetPatientInsightsJobRequest$, () => GetPatientInsightsJobResponse$
675
748
  ];
676
749
  exports.GetSubscription$ = [9, n0, _GS,
677
- { [_h]: ["GET", "/domains/{domainId}/subscriptions/{subscriptionId}", 200] }, () => exports.GetSubscriptionInput$, () => exports.GetSubscriptionOutput$
750
+ { [_h]: ["GET", "/domains/{domainId}/subscriptions/{subscriptionId}", 200] }, () => GetSubscriptionInput$, () => GetSubscriptionOutput$
678
751
  ];
679
752
  exports.ListDomains$ = [9, n0, _LD,
680
- { [_h]: ["GET", "/domain", 200] }, () => exports.ListDomainsInput$, () => exports.ListDomainsOutput$
753
+ { [_h]: ["GET", "/domain", 200] }, () => ListDomainsInput$, () => ListDomainsOutput$
681
754
  ];
682
755
  exports.ListSubscriptions$ = [9, n0, _LS,
683
- { [_h]: ["GET", "/domains/{domainId}/subscriptions", 200] }, () => exports.ListSubscriptionsInput$, () => exports.ListSubscriptionsOutput$
756
+ { [_h]: ["GET", "/domains/{domainId}/subscriptions", 200] }, () => ListSubscriptionsInput$, () => ListSubscriptionsOutput$
684
757
  ];
685
758
  exports.ListTagsForResource$ = [9, n0, _LTFR,
686
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
759
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
687
760
  ];
688
761
  exports.StartMedicalScribeListeningSession$ = [9, n0, _SMSLS,
689
- { [_en]: ["streaming."], [_h]: ["POST", "/medical-scribe-stream/", 200] }, () => exports.StartMedicalScribeListeningSessionInput$, () => exports.StartMedicalScribeListeningSessionOutput$
762
+ { [_en]: ["streaming."], [_h]: ["POST", "/medical-scribe-stream/", 200] }, () => StartMedicalScribeListeningSessionInput$, () => StartMedicalScribeListeningSessionOutput$
690
763
  ];
691
764
  exports.StartPatientInsightsJob$ = [9, n0, _SPIJ,
692
- { [_en]: ["runtime."], [_h]: ["POST", "/domain/{domainId}/patient-insights-job", 200] }, () => exports.StartPatientInsightsJobRequest$, () => exports.StartPatientInsightsJobResponse$
765
+ { [_en]: ["runtime."], [_h]: ["POST", "/domain/{domainId}/patient-insights-job", 200] }, () => StartPatientInsightsJobRequest$, () => StartPatientInsightsJobResponse$
693
766
  ];
694
767
  exports.TagResource$ = [9, n0, _TR,
695
- { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => exports.TagResourceInput$, () => __Unit
768
+ { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceInput$, () => __Unit
696
769
  ];
697
770
  exports.UntagResource$ = [9, n0, _UR,
698
- { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => exports.UntagResourceInput$, () => __Unit
771
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceInput$, () => __Unit
699
772
  ];