@aws-sdk/client-healthlake 3.952.0 → 3.954.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist-cjs/index.js +210 -142
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateFHIRDatastoreCommand.js +2 -2
  4. package/dist-es/commands/DeleteFHIRDatastoreCommand.js +2 -2
  5. package/dist-es/commands/DescribeFHIRDatastoreCommand.js +2 -2
  6. package/dist-es/commands/DescribeFHIRExportJobCommand.js +2 -2
  7. package/dist-es/commands/DescribeFHIRImportJobCommand.js +2 -2
  8. package/dist-es/commands/ListFHIRDatastoresCommand.js +2 -2
  9. package/dist-es/commands/ListFHIRExportJobsCommand.js +2 -2
  10. package/dist-es/commands/ListFHIRImportJobsCommand.js +2 -2
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-es/commands/StartFHIRExportJobCommand.js +2 -2
  13. package/dist-es/commands/StartFHIRImportJobCommand.js +2 -2
  14. package/dist-es/commands/TagResourceCommand.js +2 -2
  15. package/dist-es/commands/UntagResourceCommand.js +2 -2
  16. package/dist-es/index.js +1 -0
  17. package/dist-es/runtimeConfig.shared.js +6 -6
  18. package/dist-es/schemas/schemas_0.js +119 -111
  19. package/dist-types/HealthLakeClient.d.ts +1 -10
  20. package/dist-types/index.d.ts +1 -0
  21. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  22. package/dist-types/runtimeConfig.d.ts +6 -2
  23. package/dist-types/runtimeConfig.native.d.ts +6 -2
  24. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  25. package/dist-types/schemas/schemas_0.d.ts +61 -66
  26. package/dist-types/ts3.4/HealthLakeClient.d.ts +0 -4
  27. package/dist-types/ts3.4/index.d.ts +1 -0
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +60 -66
  33. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class HealthLakeClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let HealthLakeServiceException$1 = class HealthLakeServiceException extends smithyClient.ServiceException {
114
+ class HealthLakeServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, HealthLakeServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let AccessDeniedException$1 = class AccessDeniedException extends HealthLakeServiceException$1 {
121
+ class AccessDeniedException extends HealthLakeServiceException {
122
122
  name = "AccessDeniedException";
123
123
  $fault = "client";
124
124
  Message;
@@ -131,8 +131,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends HealthLakeServ
131
131
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
132
132
  this.Message = opts.Message;
133
133
  }
134
- };
135
- let ConflictException$1 = class ConflictException extends HealthLakeServiceException$1 {
134
+ }
135
+ class ConflictException extends HealthLakeServiceException {
136
136
  name = "ConflictException";
137
137
  $fault = "client";
138
138
  Message;
@@ -145,8 +145,8 @@ let ConflictException$1 = class ConflictException extends HealthLakeServiceExcep
145
145
  Object.setPrototypeOf(this, ConflictException.prototype);
146
146
  this.Message = opts.Message;
147
147
  }
148
- };
149
- let InternalServerException$1 = class InternalServerException extends HealthLakeServiceException$1 {
148
+ }
149
+ class InternalServerException extends HealthLakeServiceException {
150
150
  name = "InternalServerException";
151
151
  $fault = "server";
152
152
  Message;
@@ -159,8 +159,8 @@ let InternalServerException$1 = class InternalServerException extends HealthLake
159
159
  Object.setPrototypeOf(this, InternalServerException.prototype);
160
160
  this.Message = opts.Message;
161
161
  }
162
- };
163
- let ThrottlingException$1 = class ThrottlingException extends HealthLakeServiceException$1 {
162
+ }
163
+ class ThrottlingException extends HealthLakeServiceException {
164
164
  name = "ThrottlingException";
165
165
  $fault = "client";
166
166
  Message;
@@ -173,8 +173,8 @@ let ThrottlingException$1 = class ThrottlingException extends HealthLakeServiceE
173
173
  Object.setPrototypeOf(this, ThrottlingException.prototype);
174
174
  this.Message = opts.Message;
175
175
  }
176
- };
177
- let ValidationException$1 = class ValidationException extends HealthLakeServiceException$1 {
176
+ }
177
+ class ValidationException extends HealthLakeServiceException {
178
178
  name = "ValidationException";
179
179
  $fault = "client";
180
180
  Message;
@@ -187,8 +187,8 @@ let ValidationException$1 = class ValidationException extends HealthLakeServiceE
187
187
  Object.setPrototypeOf(this, ValidationException.prototype);
188
188
  this.Message = opts.Message;
189
189
  }
190
- };
191
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends HealthLakeServiceException$1 {
190
+ }
191
+ class ResourceNotFoundException extends HealthLakeServiceException {
192
192
  name = "ResourceNotFoundException";
193
193
  $fault = "client";
194
194
  Message;
@@ -201,7 +201,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Health
201
201
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
202
202
  this.Message = opts.Message;
203
203
  }
204
- };
204
+ }
205
205
 
206
206
  const _ADE = "AccessDeniedException";
207
207
  const _AS = "AuthorizationStrategy";
@@ -319,19 +319,27 @@ const _hE = "httpError";
319
319
  const _s = "server";
320
320
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.healthlake";
321
321
  const n0 = "com.amazonaws.healthlake";
322
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
323
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
324
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
325
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
326
- var CreateFHIRDatastoreRequest = [
322
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
323
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
324
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
325
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
326
+ var CreateFHIRDatastoreRequest$ = [
327
327
  3,
328
328
  n0,
329
329
  _CFHIRDR,
330
330
  0,
331
331
  [_DN, _DTV, _SC, _PDC, _CT, _T, _IPC],
332
- [0, 0, () => SseConfiguration, () => PreloadDataConfig, [0, 4], () => TagList, () => IdentityProviderConfiguration],
332
+ [
333
+ 0,
334
+ 0,
335
+ () => SseConfiguration$,
336
+ () => PreloadDataConfig$,
337
+ [0, 4],
338
+ () => TagList,
339
+ () => IdentityProviderConfiguration$,
340
+ ],
333
341
  ];
334
- var CreateFHIRDatastoreResponse = [
342
+ var CreateFHIRDatastoreResponse$ = [
335
343
  3,
336
344
  n0,
337
345
  _CFHIRDRr,
@@ -339,8 +347,8 @@ var CreateFHIRDatastoreResponse = [
339
347
  [_DI, _DA, _DS, _DE],
340
348
  [0, 0, 0, 0],
341
349
  ];
342
- var DatastoreFilter = [3, n0, _DF, 0, [_DN, _DS, _CB, _CA], [0, 0, 4, 4]];
343
- var DatastoreProperties = [
350
+ var DatastoreFilter$ = [3, n0, _DF, 0, [_DN, _DS, _CB, _CA], [0, 0, 4, 4]];
351
+ var DatastoreProperties$ = [
344
352
  3,
345
353
  n0,
346
354
  _DP,
@@ -354,14 +362,14 @@ var DatastoreProperties = [
354
362
  4,
355
363
  0,
356
364
  0,
357
- () => SseConfiguration,
358
- () => PreloadDataConfig,
359
- () => IdentityProviderConfiguration,
360
- () => ErrorCause,
365
+ () => SseConfiguration$,
366
+ () => PreloadDataConfig$,
367
+ () => IdentityProviderConfiguration$,
368
+ () => ErrorCause$,
361
369
  ],
362
370
  ];
363
- var DeleteFHIRDatastoreRequest = [3, n0, _DFHIRDR, 0, [_DI], [0]];
364
- var DeleteFHIRDatastoreResponse = [
371
+ var DeleteFHIRDatastoreRequest$ = [3, n0, _DFHIRDR, 0, [_DI], [0]];
372
+ var DeleteFHIRDatastoreResponse$ = [
365
373
  3,
366
374
  n0,
367
375
  _DFHIRDRe,
@@ -369,43 +377,43 @@ var DeleteFHIRDatastoreResponse = [
369
377
  [_DI, _DA, _DS, _DE],
370
378
  [0, 0, 0, 0],
371
379
  ];
372
- var DescribeFHIRDatastoreRequest = [3, n0, _DFHIRDRes, 0, [_DI], [0]];
373
- var DescribeFHIRDatastoreResponse = [
380
+ var DescribeFHIRDatastoreRequest$ = [3, n0, _DFHIRDRes, 0, [_DI], [0]];
381
+ var DescribeFHIRDatastoreResponse$ = [
374
382
  3,
375
383
  n0,
376
384
  _DFHIRDResc,
377
385
  0,
378
386
  [_DP],
379
- [() => DatastoreProperties],
387
+ [() => DatastoreProperties$],
380
388
  ];
381
- var DescribeFHIRExportJobRequest = [3, n0, _DFHIREJR, 0, [_DI, _JI], [0, 0]];
382
- var DescribeFHIRExportJobResponse = [
389
+ var DescribeFHIRExportJobRequest$ = [3, n0, _DFHIREJR, 0, [_DI, _JI], [0, 0]];
390
+ var DescribeFHIRExportJobResponse$ = [
383
391
  3,
384
392
  n0,
385
393
  _DFHIREJRe,
386
394
  0,
387
395
  [_EJP],
388
- [() => ExportJobProperties],
396
+ [() => ExportJobProperties$],
389
397
  ];
390
- var DescribeFHIRImportJobRequest = [3, n0, _DFHIRIJR, 0, [_DI, _JI], [0, 0]];
391
- var DescribeFHIRImportJobResponse = [
398
+ var DescribeFHIRImportJobRequest$ = [3, n0, _DFHIRIJR, 0, [_DI, _JI], [0, 0]];
399
+ var DescribeFHIRImportJobResponse$ = [
392
400
  3,
393
401
  n0,
394
402
  _DFHIRIJRe,
395
403
  0,
396
404
  [_IJP],
397
- [() => ImportJobProperties],
405
+ [() => ImportJobProperties$],
398
406
  ];
399
- var ErrorCause = [3, n0, _EC, 0, [_EM, _ECr], [0, 0]];
400
- var ExportJobProperties = [
407
+ var ErrorCause$ = [3, n0, _EC, 0, [_EM, _ECr], [0, 0]];
408
+ var ExportJobProperties$ = [
401
409
  3,
402
410
  n0,
403
411
  _EJP,
404
412
  0,
405
413
  [_JI, _JN, _JS, _ST, _ET, _DI, _ODC, _DARA, _M],
406
- [0, 0, 0, 4, 4, 0, () => OutputDataConfig, 0, 0],
414
+ [0, 0, 0, 4, 4, 0, () => OutputDataConfig$, 0, 0],
407
415
  ];
408
- var IdentityProviderConfiguration = [
416
+ var IdentityProviderConfiguration$ = [
409
417
  3,
410
418
  n0,
411
419
  _IPC,
@@ -413,17 +421,17 @@ var IdentityProviderConfiguration = [
413
421
  [_AS, _FGAE, _Me, _ILA],
414
422
  [0, 2, 0, 0],
415
423
  ];
416
- var ImportJobProperties = [
424
+ var ImportJobProperties$ = [
417
425
  3,
418
426
  n0,
419
427
  _IJP,
420
428
  0,
421
429
  [_JI, _JN, _JS, _ST, _ET, _DI, _IDC, _JODC, _JPR, _DARA, _M, _VL],
422
- [0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, () => JobProgressReport, 0, 0, 0],
430
+ [0, 0, 0, 4, 4, 0, () => InputDataConfig$, () => OutputDataConfig$, () => JobProgressReport$, 0, 0, 0],
423
431
  ];
424
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
425
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
426
- var JobProgressReport = [
432
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
433
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
434
+ var JobProgressReport$ = [
427
435
  3,
428
436
  n0,
429
437
  _JPR,
@@ -431,16 +439,16 @@ var JobProgressReport = [
431
439
  [_TNOSF, _TSOSFIMB, _TNOIF, _TNORS, _TNORI, _TNORWCE, _TNOFRWCE, _Th],
432
440
  [1, 1, 1, 1, 1, 1, 1, 1],
433
441
  ];
434
- var KmsEncryptionConfig = [3, n0, _KEC, 0, [_CTm, _KKI], [0, 0]];
435
- var ListFHIRDatastoresRequest = [
442
+ var KmsEncryptionConfig$ = [3, n0, _KEC, 0, [_CTm, _KKI], [0, 0]];
443
+ var ListFHIRDatastoresRequest$ = [
436
444
  3,
437
445
  n0,
438
446
  _LFHIRDR,
439
447
  0,
440
448
  [_F, _NT, _MR],
441
- [() => DatastoreFilter, 0, 1],
449
+ [() => DatastoreFilter$, 0, 1],
442
450
  ];
443
- var ListFHIRDatastoresResponse = [
451
+ var ListFHIRDatastoresResponse$ = [
444
452
  3,
445
453
  n0,
446
454
  _LFHIRDRi,
@@ -448,7 +456,7 @@ var ListFHIRDatastoresResponse = [
448
456
  [_DPL, _NT],
449
457
  [() => DatastorePropertiesList, 0],
450
458
  ];
451
- var ListFHIRExportJobsRequest = [
459
+ var ListFHIRExportJobsRequest$ = [
452
460
  3,
453
461
  n0,
454
462
  _LFHIREJR,
@@ -456,7 +464,7 @@ var ListFHIRExportJobsRequest = [
456
464
  [_DI, _NT, _MR, _JN, _JS, _SB, _SA],
457
465
  [0, 0, 1, 0, 0, 4, 4],
458
466
  ];
459
- var ListFHIRExportJobsResponse = [
467
+ var ListFHIRExportJobsResponse$ = [
460
468
  3,
461
469
  n0,
462
470
  _LFHIREJRi,
@@ -464,7 +472,7 @@ var ListFHIRExportJobsResponse = [
464
472
  [_EJPL, _NT],
465
473
  [() => ExportJobPropertiesList, 0],
466
474
  ];
467
- var ListFHIRImportJobsRequest = [
475
+ var ListFHIRImportJobsRequest$ = [
468
476
  3,
469
477
  n0,
470
478
  _LFHIRIJR,
@@ -472,7 +480,7 @@ var ListFHIRImportJobsRequest = [
472
480
  [_DI, _NT, _MR, _JN, _JS, _SB, _SA],
473
481
  [0, 0, 1, 0, 0, 4, 4],
474
482
  ];
475
- var ListFHIRImportJobsResponse = [
483
+ var ListFHIRImportJobsResponse$ = [
476
484
  3,
477
485
  n0,
478
486
  _LFHIRIJRi,
@@ -480,144 +488,144 @@ var ListFHIRImportJobsResponse = [
480
488
  [_IJPL, _NT],
481
489
  [() => ImportJobPropertiesList, 0],
482
490
  ];
483
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
484
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
485
- var PreloadDataConfig = [3, n0, _PDC, 0, [_PDT], [0]];
486
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
487
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
488
- var S3Configuration = [3, n0, _SCo, 0, [_SU, _KKI], [0, 0]];
489
- var SseConfiguration = [3, n0, _SC, 0, [_KEC], [() => KmsEncryptionConfig]];
490
- var StartFHIRExportJobRequest = [
491
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
492
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
493
+ var PreloadDataConfig$ = [3, n0, _PDC, 0, [_PDT], [0]];
494
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
495
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
496
+ var S3Configuration$ = [3, n0, _SCo, 0, [_SU, _KKI], [0, 0]];
497
+ var SseConfiguration$ = [3, n0, _SC, 0, [_KEC], [() => KmsEncryptionConfig$]];
498
+ var StartFHIRExportJobRequest$ = [
491
499
  3,
492
500
  n0,
493
501
  _SFHIREJR,
494
502
  0,
495
503
  [_JN, _ODC, _DI, _DARA, _CT],
496
- [0, () => OutputDataConfig, 0, 0, [0, 4]],
504
+ [0, () => OutputDataConfig$, 0, 0, [0, 4]],
497
505
  ];
498
- var StartFHIRExportJobResponse = [3, n0, _SFHIREJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
499
- var StartFHIRImportJobRequest = [
506
+ var StartFHIRExportJobResponse$ = [3, n0, _SFHIREJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
507
+ var StartFHIRImportJobRequest$ = [
500
508
  3,
501
509
  n0,
502
510
  _SFHIRIJR,
503
511
  0,
504
512
  [_JN, _IDC, _JODC, _DI, _DARA, _CT, _VL],
505
- [0, () => InputDataConfig, () => OutputDataConfig, 0, 0, [0, 4], 0],
513
+ [0, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, [0, 4], 0],
506
514
  ];
507
- var StartFHIRImportJobResponse = [3, n0, _SFHIRIJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
508
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
509
- var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
510
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
511
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
512
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
513
- var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
514
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
515
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
516
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
517
- var HealthLakeServiceException = [-3, _sm, "HealthLakeServiceException", 0, [], []];
518
- schema.TypeRegistry.for(_sm).registerError(HealthLakeServiceException, HealthLakeServiceException$1);
519
- var DatastorePropertiesList = [1, n0, _DPL, 0, () => DatastoreProperties];
520
- var ExportJobPropertiesList = [1, n0, _EJPL, 0, () => ExportJobProperties];
521
- var ImportJobPropertiesList = [1, n0, _IJPL, 0, () => ImportJobProperties];
522
- var TagList = [1, n0, _TL, 0, () => Tag];
523
- var InputDataConfig = [3, n0, _IDC, 0, [_SU], [0]];
524
- var OutputDataConfig = [3, n0, _ODC, 0, [_SCo], [() => S3Configuration]];
525
- var CreateFHIRDatastore = [
515
+ var StartFHIRImportJobResponse$ = [3, n0, _SFHIRIJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
516
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
517
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
518
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
519
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
520
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
521
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
522
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
523
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
524
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
525
+ var HealthLakeServiceException$ = [-3, _sm, "HealthLakeServiceException", 0, [], []];
526
+ schema.TypeRegistry.for(_sm).registerError(HealthLakeServiceException$, HealthLakeServiceException);
527
+ var DatastorePropertiesList = [1, n0, _DPL, 0, () => DatastoreProperties$];
528
+ var ExportJobPropertiesList = [1, n0, _EJPL, 0, () => ExportJobProperties$];
529
+ var ImportJobPropertiesList = [1, n0, _IJPL, 0, () => ImportJobProperties$];
530
+ var TagList = [1, n0, _TL, 0, () => Tag$];
531
+ var InputDataConfig$ = [3, n0, _IDC, 0, [_SU], [0]];
532
+ var OutputDataConfig$ = [3, n0, _ODC, 0, [_SCo], [() => S3Configuration$]];
533
+ var CreateFHIRDatastore$ = [
526
534
  9,
527
535
  n0,
528
536
  _CFHIRD,
529
537
  0,
530
- () => CreateFHIRDatastoreRequest,
531
- () => CreateFHIRDatastoreResponse,
538
+ () => CreateFHIRDatastoreRequest$,
539
+ () => CreateFHIRDatastoreResponse$,
532
540
  ];
533
- var DeleteFHIRDatastore = [
541
+ var DeleteFHIRDatastore$ = [
534
542
  9,
535
543
  n0,
536
544
  _DFHIRD,
537
545
  0,
538
- () => DeleteFHIRDatastoreRequest,
539
- () => DeleteFHIRDatastoreResponse,
546
+ () => DeleteFHIRDatastoreRequest$,
547
+ () => DeleteFHIRDatastoreResponse$,
540
548
  ];
541
- var DescribeFHIRDatastore = [
549
+ var DescribeFHIRDatastore$ = [
542
550
  9,
543
551
  n0,
544
552
  _DFHIRDe,
545
553
  0,
546
- () => DescribeFHIRDatastoreRequest,
547
- () => DescribeFHIRDatastoreResponse,
554
+ () => DescribeFHIRDatastoreRequest$,
555
+ () => DescribeFHIRDatastoreResponse$,
548
556
  ];
549
- var DescribeFHIRExportJob = [
557
+ var DescribeFHIRExportJob$ = [
550
558
  9,
551
559
  n0,
552
560
  _DFHIREJ,
553
561
  0,
554
- () => DescribeFHIRExportJobRequest,
555
- () => DescribeFHIRExportJobResponse,
562
+ () => DescribeFHIRExportJobRequest$,
563
+ () => DescribeFHIRExportJobResponse$,
556
564
  ];
557
- var DescribeFHIRImportJob = [
565
+ var DescribeFHIRImportJob$ = [
558
566
  9,
559
567
  n0,
560
568
  _DFHIRIJ,
561
569
  0,
562
- () => DescribeFHIRImportJobRequest,
563
- () => DescribeFHIRImportJobResponse,
570
+ () => DescribeFHIRImportJobRequest$,
571
+ () => DescribeFHIRImportJobResponse$,
564
572
  ];
565
- var ListFHIRDatastores = [
573
+ var ListFHIRDatastores$ = [
566
574
  9,
567
575
  n0,
568
576
  _LFHIRD,
569
577
  0,
570
- () => ListFHIRDatastoresRequest,
571
- () => ListFHIRDatastoresResponse,
578
+ () => ListFHIRDatastoresRequest$,
579
+ () => ListFHIRDatastoresResponse$,
572
580
  ];
573
- var ListFHIRExportJobs = [
581
+ var ListFHIRExportJobs$ = [
574
582
  9,
575
583
  n0,
576
584
  _LFHIREJ,
577
585
  0,
578
- () => ListFHIRExportJobsRequest,
579
- () => ListFHIRExportJobsResponse,
586
+ () => ListFHIRExportJobsRequest$,
587
+ () => ListFHIRExportJobsResponse$,
580
588
  ];
581
- var ListFHIRImportJobs = [
589
+ var ListFHIRImportJobs$ = [
582
590
  9,
583
591
  n0,
584
592
  _LFHIRIJ,
585
593
  0,
586
- () => ListFHIRImportJobsRequest,
587
- () => ListFHIRImportJobsResponse,
594
+ () => ListFHIRImportJobsRequest$,
595
+ () => ListFHIRImportJobsResponse$,
588
596
  ];
589
- var ListTagsForResource = [
597
+ var ListTagsForResource$ = [
590
598
  9,
591
599
  n0,
592
600
  _LTFR,
593
601
  0,
594
- () => ListTagsForResourceRequest,
595
- () => ListTagsForResourceResponse,
602
+ () => ListTagsForResourceRequest$,
603
+ () => ListTagsForResourceResponse$,
596
604
  ];
597
- var StartFHIRExportJob = [
605
+ var StartFHIRExportJob$ = [
598
606
  9,
599
607
  n0,
600
608
  _SFHIREJ,
601
609
  0,
602
- () => StartFHIRExportJobRequest,
603
- () => StartFHIRExportJobResponse,
610
+ () => StartFHIRExportJobRequest$,
611
+ () => StartFHIRExportJobResponse$,
604
612
  ];
605
- var StartFHIRImportJob = [
613
+ var StartFHIRImportJob$ = [
606
614
  9,
607
615
  n0,
608
616
  _SFHIRIJ,
609
617
  0,
610
- () => StartFHIRImportJobRequest,
611
- () => StartFHIRImportJobResponse,
618
+ () => StartFHIRImportJobRequest$,
619
+ () => StartFHIRImportJobResponse$,
612
620
  ];
613
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
614
- var UntagResource = [
621
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
622
+ var UntagResource$ = [
615
623
  9,
616
624
  n0,
617
625
  _UR,
618
626
  0,
619
- () => UntagResourceRequest,
620
- () => UntagResourceResponse,
627
+ () => UntagResourceRequest$,
628
+ () => UntagResourceResponse$,
621
629
  ];
622
630
 
623
631
  class CreateFHIRDatastoreCommand extends smithyClient.Command
@@ -628,7 +636,7 @@ class CreateFHIRDatastoreCommand extends smithyClient.Command
628
636
  })
629
637
  .s("HealthLake", "CreateFHIRDatastore", {})
630
638
  .n("HealthLakeClient", "CreateFHIRDatastoreCommand")
631
- .sc(CreateFHIRDatastore)
639
+ .sc(CreateFHIRDatastore$)
632
640
  .build() {
633
641
  }
634
642
 
@@ -640,7 +648,7 @@ class DeleteFHIRDatastoreCommand extends smithyClient.Command
640
648
  })
641
649
  .s("HealthLake", "DeleteFHIRDatastore", {})
642
650
  .n("HealthLakeClient", "DeleteFHIRDatastoreCommand")
643
- .sc(DeleteFHIRDatastore)
651
+ .sc(DeleteFHIRDatastore$)
644
652
  .build() {
645
653
  }
646
654
 
@@ -652,7 +660,7 @@ class DescribeFHIRDatastoreCommand extends smithyClient.Command
652
660
  })
653
661
  .s("HealthLake", "DescribeFHIRDatastore", {})
654
662
  .n("HealthLakeClient", "DescribeFHIRDatastoreCommand")
655
- .sc(DescribeFHIRDatastore)
663
+ .sc(DescribeFHIRDatastore$)
656
664
  .build() {
657
665
  }
658
666
 
@@ -664,7 +672,7 @@ class DescribeFHIRExportJobCommand extends smithyClient.Command
664
672
  })
665
673
  .s("HealthLake", "DescribeFHIRExportJob", {})
666
674
  .n("HealthLakeClient", "DescribeFHIRExportJobCommand")
667
- .sc(DescribeFHIRExportJob)
675
+ .sc(DescribeFHIRExportJob$)
668
676
  .build() {
669
677
  }
670
678
 
@@ -676,7 +684,7 @@ class DescribeFHIRImportJobCommand extends smithyClient.Command
676
684
  })
677
685
  .s("HealthLake", "DescribeFHIRImportJob", {})
678
686
  .n("HealthLakeClient", "DescribeFHIRImportJobCommand")
679
- .sc(DescribeFHIRImportJob)
687
+ .sc(DescribeFHIRImportJob$)
680
688
  .build() {
681
689
  }
682
690
 
@@ -688,7 +696,7 @@ class ListFHIRDatastoresCommand extends smithyClient.Command
688
696
  })
689
697
  .s("HealthLake", "ListFHIRDatastores", {})
690
698
  .n("HealthLakeClient", "ListFHIRDatastoresCommand")
691
- .sc(ListFHIRDatastores)
699
+ .sc(ListFHIRDatastores$)
692
700
  .build() {
693
701
  }
694
702
 
@@ -700,7 +708,7 @@ class ListFHIRExportJobsCommand extends smithyClient.Command
700
708
  })
701
709
  .s("HealthLake", "ListFHIRExportJobs", {})
702
710
  .n("HealthLakeClient", "ListFHIRExportJobsCommand")
703
- .sc(ListFHIRExportJobs)
711
+ .sc(ListFHIRExportJobs$)
704
712
  .build() {
705
713
  }
706
714
 
@@ -712,7 +720,7 @@ class ListFHIRImportJobsCommand extends smithyClient.Command
712
720
  })
713
721
  .s("HealthLake", "ListFHIRImportJobs", {})
714
722
  .n("HealthLakeClient", "ListFHIRImportJobsCommand")
715
- .sc(ListFHIRImportJobs)
723
+ .sc(ListFHIRImportJobs$)
716
724
  .build() {
717
725
  }
718
726
 
@@ -724,7 +732,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
724
732
  })
725
733
  .s("HealthLake", "ListTagsForResource", {})
726
734
  .n("HealthLakeClient", "ListTagsForResourceCommand")
727
- .sc(ListTagsForResource)
735
+ .sc(ListTagsForResource$)
728
736
  .build() {
729
737
  }
730
738
 
@@ -736,7 +744,7 @@ class StartFHIRExportJobCommand extends smithyClient.Command
736
744
  })
737
745
  .s("HealthLake", "StartFHIRExportJob", {})
738
746
  .n("HealthLakeClient", "StartFHIRExportJobCommand")
739
- .sc(StartFHIRExportJob)
747
+ .sc(StartFHIRExportJob$)
740
748
  .build() {
741
749
  }
742
750
 
@@ -748,7 +756,7 @@ class StartFHIRImportJobCommand extends smithyClient.Command
748
756
  })
749
757
  .s("HealthLake", "StartFHIRImportJob", {})
750
758
  .n("HealthLakeClient", "StartFHIRImportJobCommand")
751
- .sc(StartFHIRImportJob)
759
+ .sc(StartFHIRImportJob$)
752
760
  .build() {
753
761
  }
754
762
 
@@ -760,7 +768,7 @@ class TagResourceCommand extends smithyClient.Command
760
768
  })
761
769
  .s("HealthLake", "TagResource", {})
762
770
  .n("HealthLakeClient", "TagResourceCommand")
763
- .sc(TagResource)
771
+ .sc(TagResource$)
764
772
  .build() {
765
773
  }
766
774
 
@@ -772,7 +780,7 @@ class UntagResourceCommand extends smithyClient.Command
772
780
  })
773
781
  .s("HealthLake", "UntagResource", {})
774
782
  .n("HealthLakeClient", "UntagResourceCommand")
775
- .sc(UntagResource)
783
+ .sc(UntagResource$)
776
784
  .build() {
777
785
  }
778
786
 
@@ -1045,35 +1053,95 @@ Object.defineProperty(exports, "__Client", {
1045
1053
  enumerable: true,
1046
1054
  get: function () { return smithyClient.Client; }
1047
1055
  });
1048
- exports.AccessDeniedException = AccessDeniedException$1;
1056
+ exports.AccessDeniedException = AccessDeniedException;
1057
+ exports.AccessDeniedException$ = AccessDeniedException$;
1049
1058
  exports.AuthorizationStrategy = AuthorizationStrategy;
1050
1059
  exports.CmkType = CmkType;
1051
- exports.ConflictException = ConflictException$1;
1060
+ exports.ConflictException = ConflictException;
1061
+ exports.ConflictException$ = ConflictException$;
1062
+ exports.CreateFHIRDatastore$ = CreateFHIRDatastore$;
1052
1063
  exports.CreateFHIRDatastoreCommand = CreateFHIRDatastoreCommand;
1064
+ exports.CreateFHIRDatastoreRequest$ = CreateFHIRDatastoreRequest$;
1065
+ exports.CreateFHIRDatastoreResponse$ = CreateFHIRDatastoreResponse$;
1066
+ exports.DatastoreFilter$ = DatastoreFilter$;
1067
+ exports.DatastoreProperties$ = DatastoreProperties$;
1053
1068
  exports.DatastoreStatus = DatastoreStatus;
1069
+ exports.DeleteFHIRDatastore$ = DeleteFHIRDatastore$;
1054
1070
  exports.DeleteFHIRDatastoreCommand = DeleteFHIRDatastoreCommand;
1071
+ exports.DeleteFHIRDatastoreRequest$ = DeleteFHIRDatastoreRequest$;
1072
+ exports.DeleteFHIRDatastoreResponse$ = DeleteFHIRDatastoreResponse$;
1073
+ exports.DescribeFHIRDatastore$ = DescribeFHIRDatastore$;
1055
1074
  exports.DescribeFHIRDatastoreCommand = DescribeFHIRDatastoreCommand;
1075
+ exports.DescribeFHIRDatastoreRequest$ = DescribeFHIRDatastoreRequest$;
1076
+ exports.DescribeFHIRDatastoreResponse$ = DescribeFHIRDatastoreResponse$;
1077
+ exports.DescribeFHIRExportJob$ = DescribeFHIRExportJob$;
1056
1078
  exports.DescribeFHIRExportJobCommand = DescribeFHIRExportJobCommand;
1079
+ exports.DescribeFHIRExportJobRequest$ = DescribeFHIRExportJobRequest$;
1080
+ exports.DescribeFHIRExportJobResponse$ = DescribeFHIRExportJobResponse$;
1081
+ exports.DescribeFHIRImportJob$ = DescribeFHIRImportJob$;
1057
1082
  exports.DescribeFHIRImportJobCommand = DescribeFHIRImportJobCommand;
1083
+ exports.DescribeFHIRImportJobRequest$ = DescribeFHIRImportJobRequest$;
1084
+ exports.DescribeFHIRImportJobResponse$ = DescribeFHIRImportJobResponse$;
1058
1085
  exports.ErrorCategory = ErrorCategory;
1086
+ exports.ErrorCause$ = ErrorCause$;
1087
+ exports.ExportJobProperties$ = ExportJobProperties$;
1059
1088
  exports.FHIRVersion = FHIRVersion;
1060
1089
  exports.HealthLake = HealthLake;
1061
1090
  exports.HealthLakeClient = HealthLakeClient;
1062
- exports.HealthLakeServiceException = HealthLakeServiceException$1;
1063
- exports.InternalServerException = InternalServerException$1;
1091
+ exports.HealthLakeServiceException = HealthLakeServiceException;
1092
+ exports.HealthLakeServiceException$ = HealthLakeServiceException$;
1093
+ exports.IdentityProviderConfiguration$ = IdentityProviderConfiguration$;
1094
+ exports.ImportJobProperties$ = ImportJobProperties$;
1095
+ exports.InputDataConfig$ = InputDataConfig$;
1096
+ exports.InternalServerException = InternalServerException;
1097
+ exports.InternalServerException$ = InternalServerException$;
1098
+ exports.JobProgressReport$ = JobProgressReport$;
1064
1099
  exports.JobStatus = JobStatus;
1100
+ exports.KmsEncryptionConfig$ = KmsEncryptionConfig$;
1101
+ exports.ListFHIRDatastores$ = ListFHIRDatastores$;
1065
1102
  exports.ListFHIRDatastoresCommand = ListFHIRDatastoresCommand;
1103
+ exports.ListFHIRDatastoresRequest$ = ListFHIRDatastoresRequest$;
1104
+ exports.ListFHIRDatastoresResponse$ = ListFHIRDatastoresResponse$;
1105
+ exports.ListFHIRExportJobs$ = ListFHIRExportJobs$;
1066
1106
  exports.ListFHIRExportJobsCommand = ListFHIRExportJobsCommand;
1107
+ exports.ListFHIRExportJobsRequest$ = ListFHIRExportJobsRequest$;
1108
+ exports.ListFHIRExportJobsResponse$ = ListFHIRExportJobsResponse$;
1109
+ exports.ListFHIRImportJobs$ = ListFHIRImportJobs$;
1067
1110
  exports.ListFHIRImportJobsCommand = ListFHIRImportJobsCommand;
1111
+ exports.ListFHIRImportJobsRequest$ = ListFHIRImportJobsRequest$;
1112
+ exports.ListFHIRImportJobsResponse$ = ListFHIRImportJobsResponse$;
1113
+ exports.ListTagsForResource$ = ListTagsForResource$;
1068
1114
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1115
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1116
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1117
+ exports.OutputDataConfig$ = OutputDataConfig$;
1118
+ exports.PreloadDataConfig$ = PreloadDataConfig$;
1069
1119
  exports.PreloadDataType = PreloadDataType;
1070
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1120
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1121
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1122
+ exports.S3Configuration$ = S3Configuration$;
1123
+ exports.SseConfiguration$ = SseConfiguration$;
1124
+ exports.StartFHIRExportJob$ = StartFHIRExportJob$;
1071
1125
  exports.StartFHIRExportJobCommand = StartFHIRExportJobCommand;
1126
+ exports.StartFHIRExportJobRequest$ = StartFHIRExportJobRequest$;
1127
+ exports.StartFHIRExportJobResponse$ = StartFHIRExportJobResponse$;
1128
+ exports.StartFHIRImportJob$ = StartFHIRImportJob$;
1072
1129
  exports.StartFHIRImportJobCommand = StartFHIRImportJobCommand;
1130
+ exports.StartFHIRImportJobRequest$ = StartFHIRImportJobRequest$;
1131
+ exports.StartFHIRImportJobResponse$ = StartFHIRImportJobResponse$;
1132
+ exports.Tag$ = Tag$;
1133
+ exports.TagResource$ = TagResource$;
1073
1134
  exports.TagResourceCommand = TagResourceCommand;
1074
- exports.ThrottlingException = ThrottlingException$1;
1135
+ exports.TagResourceRequest$ = TagResourceRequest$;
1136
+ exports.TagResourceResponse$ = TagResourceResponse$;
1137
+ exports.ThrottlingException = ThrottlingException;
1138
+ exports.ThrottlingException$ = ThrottlingException$;
1139
+ exports.UntagResource$ = UntagResource$;
1075
1140
  exports.UntagResourceCommand = UntagResourceCommand;
1076
- exports.ValidationException = ValidationException$1;
1141
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1142
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1143
+ exports.ValidationException = ValidationException;
1144
+ exports.ValidationException$ = ValidationException$;
1077
1145
  exports.ValidationLevel = ValidationLevel;
1078
1146
  exports.paginateListFHIRDatastores = paginateListFHIRDatastores;
1079
1147
  exports.paginateListFHIRExportJobs = paginateListFHIRExportJobs;