@aws-sdk/client-healthlake 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.UpdateFHIRDatastoreRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.StartFHIRImportJobResponse$ = exports.StartFHIRImportJobRequest$ = exports.StartFHIRExportJobResponse$ = exports.StartFHIRExportJobRequest$ = exports.SseConfiguration$ = exports.S3Configuration$ = exports.ProfileConfiguration$ = exports.PreloadDataConfig$ = exports.NlpConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListFHIRImportJobsResponse$ = exports.ListFHIRImportJobsRequest$ = exports.ListFHIRExportJobsResponse$ = exports.ListFHIRExportJobsRequest$ = exports.ListFHIRDatastoresResponse$ = exports.ListFHIRDatastoresRequest$ = exports.KmsEncryptionConfig$ = exports.JobProgressReport$ = exports.ImportJobProperties$ = exports.IdentityProviderConfiguration$ = exports.ExportJobProperties$ = exports.ErrorCause$ = exports.DescribeFHIRImportJobResponse$ = exports.DescribeFHIRImportJobRequest$ = exports.DescribeFHIRExportJobResponse$ = exports.DescribeFHIRExportJobRequest$ = exports.DescribeFHIRDatastoreResponse$ = exports.DescribeFHIRDatastoreRequest$ = exports.DeleteFHIRDatastoreResponse$ = exports.DeleteFHIRDatastoreRequest$ = exports.DatastoreProperties$ = exports.DatastoreFilter$ = exports.CreateFHIRDatastoreResponse$ = exports.CreateFHIRDatastoreRequest$ = exports.AnalyticsConfiguration$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.HealthLakeServiceException$ = void 0;
4
- exports.UpdateFHIRDatastore$ = exports.UntagResource$ = exports.TagResource$ = exports.StartFHIRImportJob$ = exports.StartFHIRExportJob$ = exports.ListTagsForResource$ = exports.ListFHIRImportJobs$ = exports.ListFHIRExportJobs$ = exports.ListFHIRDatastores$ = exports.DescribeFHIRImportJob$ = exports.DescribeFHIRExportJob$ = exports.DescribeFHIRDatastore$ = exports.DeleteFHIRDatastore$ = exports.CreateFHIRDatastore$ = exports.OutputDataConfig$ = exports.InputDataConfig$ = exports.UpdateFHIRDatastoreResponse$ = void 0;
5
1
  const _AC = "AnalyticsConfiguration";
6
2
  const _ADE = "AccessDeniedException";
7
3
  const _AS = "AuthorizationStrategy";
@@ -126,331 +122,383 @@ const _hE = "httpError";
126
122
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.healthlake";
127
123
  const _se = "server";
128
124
  const n0 = "com.amazonaws.healthlake";
129
- const schema_1 = require("@smithy/core/schema");
130
- const errors_1 = require("../models/errors");
131
- const HealthLakeServiceException_1 = require("../models/HealthLakeServiceException");
132
- const _s_registry = schema_1.TypeRegistry.for(_s);
133
- exports.HealthLakeServiceException$ = [-3, _s, "HealthLakeServiceException", 0, [], []];
134
- _s_registry.registerError(exports.HealthLakeServiceException$, HealthLakeServiceException_1.HealthLakeServiceException);
135
- const n0_registry = schema_1.TypeRegistry.for(n0);
136
- exports.AccessDeniedException$ = [-3, n0, _ADE,
125
+ const { TypeRegistry } = require("@smithy/core/schema");
126
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException } = require("../models/errors");
127
+ const { HealthLakeServiceException } = require("../models/HealthLakeServiceException");
128
+ const _s_registry = TypeRegistry.for(_s);
129
+ const HealthLakeServiceException$ = [-3, _s, "HealthLakeServiceException", 0, [], []];
130
+ exports.HealthLakeServiceException$ = HealthLakeServiceException$;
131
+ _s_registry.registerError(HealthLakeServiceException$, HealthLakeServiceException);
132
+ const n0_registry = TypeRegistry.for(n0);
133
+ const AccessDeniedException$ = [-3, n0, _ADE,
137
134
  { [_e]: _c, [_hE]: 403 },
138
135
  [_M],
139
136
  [0]
140
137
  ];
141
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
142
- exports.ConflictException$ = [-3, n0, _CE,
138
+ exports.AccessDeniedException$ = AccessDeniedException$;
139
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
140
+ const ConflictException$ = [-3, n0, _CE,
143
141
  { [_e]: _c, [_hE]: 409 },
144
142
  [_M],
145
143
  [0]
146
144
  ];
147
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
148
- exports.InternalServerException$ = [-3, n0, _ISE,
145
+ exports.ConflictException$ = ConflictException$;
146
+ n0_registry.registerError(ConflictException$, ConflictException);
147
+ const InternalServerException$ = [-3, n0, _ISE,
149
148
  { [_e]: _se, [_hE]: 500 },
150
149
  [_M],
151
150
  [0]
152
151
  ];
153
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
154
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
152
+ exports.InternalServerException$ = InternalServerException$;
153
+ n0_registry.registerError(InternalServerException$, InternalServerException);
154
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
155
155
  { [_e]: _c, [_hE]: 404 },
156
156
  [_M],
157
157
  [0]
158
158
  ];
159
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
160
- exports.ThrottlingException$ = [-3, n0, _TE,
159
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
160
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
161
+ const ThrottlingException$ = [-3, n0, _TE,
161
162
  { [_e]: _c, [_hE]: 429 },
162
163
  [_M],
163
164
  [0]
164
165
  ];
165
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
166
- exports.ValidationException$ = [-3, n0, _VE,
166
+ exports.ThrottlingException$ = ThrottlingException$;
167
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
168
+ const ValidationException$ = [-3, n0, _VE,
167
169
  { [_e]: _c, [_hE]: 400 },
168
170
  [_M],
169
171
  [0]
170
172
  ];
171
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
173
+ exports.ValidationException$ = ValidationException$;
174
+ n0_registry.registerError(ValidationException$, ValidationException);
172
175
  exports.errorTypeRegistries = [
173
176
  _s_registry,
174
177
  n0_registry,
175
178
  ];
176
- exports.AnalyticsConfiguration$ = [3, n0, _AC,
179
+ const AnalyticsConfiguration$ = [3, n0, _AC,
177
180
  0,
178
181
  [_S],
179
182
  [0]
180
183
  ];
181
- exports.CreateFHIRDatastoreRequest$ = [3, n0, _CFHIRDR,
184
+ exports.AnalyticsConfiguration$ = AnalyticsConfiguration$;
185
+ const CreateFHIRDatastoreRequest$ = [3, n0, _CFHIRDR,
182
186
  0,
183
187
  [_DTV, _DN, _SC, _PDC, _CT, _T, _IPC],
184
- [0, 0, () => exports.SseConfiguration$, () => exports.PreloadDataConfig$, [0, 4], () => TagList, () => exports.IdentityProviderConfiguration$], 1
188
+ [0, 0, () => SseConfiguration$, () => PreloadDataConfig$, [0, 4], () => TagList, () => IdentityProviderConfiguration$], 1
185
189
  ];
186
- exports.CreateFHIRDatastoreResponse$ = [3, n0, _CFHIRDRr,
190
+ exports.CreateFHIRDatastoreRequest$ = CreateFHIRDatastoreRequest$;
191
+ const CreateFHIRDatastoreResponse$ = [3, n0, _CFHIRDRr,
187
192
  0,
188
193
  [_DI, _DA, _DS, _DE],
189
194
  [0, 0, 0, 0], 4
190
195
  ];
191
- exports.DatastoreFilter$ = [3, n0, _DF,
196
+ exports.CreateFHIRDatastoreResponse$ = CreateFHIRDatastoreResponse$;
197
+ const DatastoreFilter$ = [3, n0, _DF,
192
198
  0,
193
199
  [_DN, _DS, _CB, _CA],
194
200
  [0, 0, 4, 4]
195
201
  ];
196
- exports.DatastoreProperties$ = [3, n0, _DP,
202
+ exports.DatastoreFilter$ = DatastoreFilter$;
203
+ const DatastoreProperties$ = [3, n0, _DP,
197
204
  0,
198
205
  [_DI, _DA, _DS, _DTV, _DE, _DN, _CAr, _SC, _PDC, _IPC, _EC, _NC, _AC, _PC],
199
- [0, 0, 0, 0, 0, 0, 4, () => exports.SseConfiguration$, () => exports.PreloadDataConfig$, () => exports.IdentityProviderConfiguration$, () => exports.ErrorCause$, () => exports.NlpConfiguration$, () => exports.AnalyticsConfiguration$, () => exports.ProfileConfiguration$], 5
206
+ [0, 0, 0, 0, 0, 0, 4, () => SseConfiguration$, () => PreloadDataConfig$, () => IdentityProviderConfiguration$, () => ErrorCause$, () => NlpConfiguration$, () => AnalyticsConfiguration$, () => ProfileConfiguration$], 5
200
207
  ];
201
- exports.DeleteFHIRDatastoreRequest$ = [3, n0, _DFHIRDR,
208
+ exports.DatastoreProperties$ = DatastoreProperties$;
209
+ const DeleteFHIRDatastoreRequest$ = [3, n0, _DFHIRDR,
202
210
  0,
203
211
  [_DI],
204
212
  [0], 1
205
213
  ];
206
- exports.DeleteFHIRDatastoreResponse$ = [3, n0, _DFHIRDRe,
214
+ exports.DeleteFHIRDatastoreRequest$ = DeleteFHIRDatastoreRequest$;
215
+ const DeleteFHIRDatastoreResponse$ = [3, n0, _DFHIRDRe,
207
216
  0,
208
217
  [_DI, _DA, _DS, _DE],
209
218
  [0, 0, 0, 0], 4
210
219
  ];
211
- exports.DescribeFHIRDatastoreRequest$ = [3, n0, _DFHIRDRes,
220
+ exports.DeleteFHIRDatastoreResponse$ = DeleteFHIRDatastoreResponse$;
221
+ const DescribeFHIRDatastoreRequest$ = [3, n0, _DFHIRDRes,
212
222
  0,
213
223
  [_DI],
214
224
  [0], 1
215
225
  ];
216
- exports.DescribeFHIRDatastoreResponse$ = [3, n0, _DFHIRDResc,
226
+ exports.DescribeFHIRDatastoreRequest$ = DescribeFHIRDatastoreRequest$;
227
+ const DescribeFHIRDatastoreResponse$ = [3, n0, _DFHIRDResc,
217
228
  0,
218
229
  [_DP],
219
- [() => exports.DatastoreProperties$], 1
230
+ [() => DatastoreProperties$], 1
220
231
  ];
221
- exports.DescribeFHIRExportJobRequest$ = [3, n0, _DFHIREJR,
232
+ exports.DescribeFHIRDatastoreResponse$ = DescribeFHIRDatastoreResponse$;
233
+ const DescribeFHIRExportJobRequest$ = [3, n0, _DFHIREJR,
222
234
  0,
223
235
  [_DI, _JI],
224
236
  [0, 0], 2
225
237
  ];
226
- exports.DescribeFHIRExportJobResponse$ = [3, n0, _DFHIREJRe,
238
+ exports.DescribeFHIRExportJobRequest$ = DescribeFHIRExportJobRequest$;
239
+ const DescribeFHIRExportJobResponse$ = [3, n0, _DFHIREJRe,
227
240
  0,
228
241
  [_EJP],
229
- [() => exports.ExportJobProperties$], 1
242
+ [() => ExportJobProperties$], 1
230
243
  ];
231
- exports.DescribeFHIRImportJobRequest$ = [3, n0, _DFHIRIJR,
244
+ exports.DescribeFHIRExportJobResponse$ = DescribeFHIRExportJobResponse$;
245
+ const DescribeFHIRImportJobRequest$ = [3, n0, _DFHIRIJR,
232
246
  0,
233
247
  [_DI, _JI],
234
248
  [0, 0], 2
235
249
  ];
236
- exports.DescribeFHIRImportJobResponse$ = [3, n0, _DFHIRIJRe,
250
+ exports.DescribeFHIRImportJobRequest$ = DescribeFHIRImportJobRequest$;
251
+ const DescribeFHIRImportJobResponse$ = [3, n0, _DFHIRIJRe,
237
252
  0,
238
253
  [_IJP],
239
- [() => exports.ImportJobProperties$], 1
254
+ [() => ImportJobProperties$], 1
240
255
  ];
241
- exports.ErrorCause$ = [3, n0, _EC,
256
+ exports.DescribeFHIRImportJobResponse$ = DescribeFHIRImportJobResponse$;
257
+ const ErrorCause$ = [3, n0, _EC,
242
258
  0,
243
259
  [_EM, _ECr],
244
260
  [0, 0]
245
261
  ];
246
- exports.ExportJobProperties$ = [3, n0, _EJP,
262
+ exports.ErrorCause$ = ErrorCause$;
263
+ const ExportJobProperties$ = [3, n0, _EJP,
247
264
  0,
248
265
  [_JI, _JS, _ST, _DI, _ODC, _JN, _ET, _DARA, _M],
249
- [0, 0, 4, 0, () => exports.OutputDataConfig$, 0, 4, 0, 0], 5
266
+ [0, 0, 4, 0, () => OutputDataConfig$, 0, 4, 0, 0], 5
250
267
  ];
251
- exports.IdentityProviderConfiguration$ = [3, n0, _IPC,
268
+ exports.ExportJobProperties$ = ExportJobProperties$;
269
+ const IdentityProviderConfiguration$ = [3, n0, _IPC,
252
270
  0,
253
271
  [_AS, _FGAE, _Me, _ILA],
254
272
  [0, 2, 0, 0], 1
255
273
  ];
256
- exports.ImportJobProperties$ = [3, n0, _IJP,
274
+ exports.IdentityProviderConfiguration$ = IdentityProviderConfiguration$;
275
+ const ImportJobProperties$ = [3, n0, _IJP,
257
276
  0,
258
277
  [_JI, _JS, _ST, _DI, _IDC, _JN, _ET, _JODC, _JPR, _DARA, _M, _VL],
259
- [0, 0, 4, 0, () => exports.InputDataConfig$, 0, 4, () => exports.OutputDataConfig$, () => exports.JobProgressReport$, 0, 0, 0], 5
278
+ [0, 0, 4, 0, () => InputDataConfig$, 0, 4, () => OutputDataConfig$, () => JobProgressReport$, 0, 0, 0], 5
260
279
  ];
261
- exports.JobProgressReport$ = [3, n0, _JPR,
280
+ exports.ImportJobProperties$ = ImportJobProperties$;
281
+ const JobProgressReport$ = [3, n0, _JPR,
262
282
  0,
263
283
  [_TNOSF, _TSOSFIMB, _TNOIF, _TNORS, _TNORI, _TNORWCE, _TNOFRWCE, _Th],
264
284
  [1, 1, 1, 1, 1, 1, 1, 1]
265
285
  ];
266
- exports.KmsEncryptionConfig$ = [3, n0, _KEC,
286
+ exports.JobProgressReport$ = JobProgressReport$;
287
+ const KmsEncryptionConfig$ = [3, n0, _KEC,
267
288
  0,
268
289
  [_CTm, _KKI],
269
290
  [0, 0], 1
270
291
  ];
271
- exports.ListFHIRDatastoresRequest$ = [3, n0, _LFHIRDR,
292
+ exports.KmsEncryptionConfig$ = KmsEncryptionConfig$;
293
+ const ListFHIRDatastoresRequest$ = [3, n0, _LFHIRDR,
272
294
  0,
273
295
  [_F, _NT, _MR],
274
- [() => exports.DatastoreFilter$, 0, 1]
296
+ [() => DatastoreFilter$, 0, 1]
275
297
  ];
276
- exports.ListFHIRDatastoresResponse$ = [3, n0, _LFHIRDRi,
298
+ exports.ListFHIRDatastoresRequest$ = ListFHIRDatastoresRequest$;
299
+ const ListFHIRDatastoresResponse$ = [3, n0, _LFHIRDRi,
277
300
  0,
278
301
  [_DPL, _NT],
279
302
  [() => DatastorePropertiesList, 0], 1
280
303
  ];
281
- exports.ListFHIRExportJobsRequest$ = [3, n0, _LFHIREJR,
304
+ exports.ListFHIRDatastoresResponse$ = ListFHIRDatastoresResponse$;
305
+ const ListFHIRExportJobsRequest$ = [3, n0, _LFHIREJR,
282
306
  0,
283
307
  [_DI, _NT, _MR, _JN, _JS, _SB, _SA],
284
308
  [0, 0, 1, 0, 0, 4, 4], 1
285
309
  ];
286
- exports.ListFHIRExportJobsResponse$ = [3, n0, _LFHIREJRi,
310
+ exports.ListFHIRExportJobsRequest$ = ListFHIRExportJobsRequest$;
311
+ const ListFHIRExportJobsResponse$ = [3, n0, _LFHIREJRi,
287
312
  0,
288
313
  [_EJPL, _NT],
289
314
  [() => ExportJobPropertiesList, 0], 1
290
315
  ];
291
- exports.ListFHIRImportJobsRequest$ = [3, n0, _LFHIRIJR,
316
+ exports.ListFHIRExportJobsResponse$ = ListFHIRExportJobsResponse$;
317
+ const ListFHIRImportJobsRequest$ = [3, n0, _LFHIRIJR,
292
318
  0,
293
319
  [_DI, _NT, _MR, _JN, _JS, _SB, _SA],
294
320
  [0, 0, 1, 0, 0, 4, 4], 1
295
321
  ];
296
- exports.ListFHIRImportJobsResponse$ = [3, n0, _LFHIRIJRi,
322
+ exports.ListFHIRImportJobsRequest$ = ListFHIRImportJobsRequest$;
323
+ const ListFHIRImportJobsResponse$ = [3, n0, _LFHIRIJRi,
297
324
  0,
298
325
  [_IJPL, _NT],
299
326
  [() => ImportJobPropertiesList, 0], 1
300
327
  ];
301
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
328
+ exports.ListFHIRImportJobsResponse$ = ListFHIRImportJobsResponse$;
329
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
302
330
  0,
303
331
  [_RARN],
304
332
  [0], 1
305
333
  ];
306
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
334
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
335
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
307
336
  0,
308
337
  [_T],
309
338
  [() => TagList]
310
339
  ];
311
- exports.NlpConfiguration$ = [3, n0, _NC,
340
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
341
+ const NlpConfiguration$ = [3, n0, _NC,
312
342
  0,
313
343
  [_S],
314
344
  [0]
315
345
  ];
316
- exports.PreloadDataConfig$ = [3, n0, _PDC,
346
+ exports.NlpConfiguration$ = NlpConfiguration$;
347
+ const PreloadDataConfig$ = [3, n0, _PDC,
317
348
  0,
318
349
  [_PDT],
319
350
  [0], 1
320
351
  ];
321
- exports.ProfileConfiguration$ = [3, n0, _PC,
352
+ exports.PreloadDataConfig$ = PreloadDataConfig$;
353
+ const ProfileConfiguration$ = [3, n0, _PC,
322
354
  0,
323
355
  [_DPe],
324
356
  [64 | 0]
325
357
  ];
326
- exports.S3Configuration$ = [3, n0, _SCo,
358
+ exports.ProfileConfiguration$ = ProfileConfiguration$;
359
+ const S3Configuration$ = [3, n0, _SCo,
327
360
  0,
328
361
  [_SU, _KKI],
329
362
  [0, 0], 2
330
363
  ];
331
- exports.SseConfiguration$ = [3, n0, _SC,
364
+ exports.S3Configuration$ = S3Configuration$;
365
+ const SseConfiguration$ = [3, n0, _SC,
332
366
  0,
333
367
  [_KEC],
334
- [() => exports.KmsEncryptionConfig$], 1
368
+ [() => KmsEncryptionConfig$], 1
335
369
  ];
336
- exports.StartFHIRExportJobRequest$ = [3, n0, _SFHIREJR,
370
+ exports.SseConfiguration$ = SseConfiguration$;
371
+ const StartFHIRExportJobRequest$ = [3, n0, _SFHIREJR,
337
372
  0,
338
373
  [_ODC, _DI, _DARA, _JN, _CT],
339
- [() => exports.OutputDataConfig$, 0, 0, 0, [0, 4]], 3
374
+ [() => OutputDataConfig$, 0, 0, 0, [0, 4]], 3
340
375
  ];
341
- exports.StartFHIRExportJobResponse$ = [3, n0, _SFHIREJRt,
376
+ exports.StartFHIRExportJobRequest$ = StartFHIRExportJobRequest$;
377
+ const StartFHIRExportJobResponse$ = [3, n0, _SFHIREJRt,
342
378
  0,
343
379
  [_JI, _JS, _DI],
344
380
  [0, 0, 0], 2
345
381
  ];
346
- exports.StartFHIRImportJobRequest$ = [3, n0, _SFHIRIJR,
382
+ exports.StartFHIRExportJobResponse$ = StartFHIRExportJobResponse$;
383
+ const StartFHIRImportJobRequest$ = [3, n0, _SFHIRIJR,
347
384
  0,
348
385
  [_IDC, _JODC, _DI, _DARA, _JN, _CT, _VL],
349
- [() => exports.InputDataConfig$, () => exports.OutputDataConfig$, 0, 0, 0, [0, 4], 0], 4
386
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 0, [0, 4], 0], 4
350
387
  ];
351
- exports.StartFHIRImportJobResponse$ = [3, n0, _SFHIRIJRt,
388
+ exports.StartFHIRImportJobRequest$ = StartFHIRImportJobRequest$;
389
+ const StartFHIRImportJobResponse$ = [3, n0, _SFHIRIJRt,
352
390
  0,
353
391
  [_JI, _JS, _DI],
354
392
  [0, 0, 0], 2
355
393
  ];
356
- exports.Tag$ = [3, n0, _Ta,
394
+ exports.StartFHIRImportJobResponse$ = StartFHIRImportJobResponse$;
395
+ const Tag$ = [3, n0, _Ta,
357
396
  0,
358
397
  [_K, _V],
359
398
  [0, 0], 2
360
399
  ];
361
- exports.TagResourceRequest$ = [3, n0, _TRR,
400
+ exports.Tag$ = Tag$;
401
+ const TagResourceRequest$ = [3, n0, _TRR,
362
402
  0,
363
403
  [_RARN, _T],
364
404
  [0, () => TagList], 2
365
405
  ];
366
- exports.TagResourceResponse$ = [3, n0, _TRRa,
406
+ exports.TagResourceRequest$ = TagResourceRequest$;
407
+ const TagResourceResponse$ = [3, n0, _TRRa,
367
408
  0,
368
409
  [],
369
410
  []
370
411
  ];
371
- exports.UntagResourceRequest$ = [3, n0, _URR,
412
+ exports.TagResourceResponse$ = TagResourceResponse$;
413
+ const UntagResourceRequest$ = [3, n0, _URR,
372
414
  0,
373
415
  [_RARN, _TK],
374
416
  [0, 64 | 0], 2
375
417
  ];
376
- exports.UntagResourceResponse$ = [3, n0, _URRn,
418
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
419
+ const UntagResourceResponse$ = [3, n0, _URRn,
377
420
  0,
378
421
  [],
379
422
  []
380
423
  ];
381
- exports.UpdateFHIRDatastoreRequest$ = [3, n0, _UFHIRDR,
424
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
425
+ const UpdateFHIRDatastoreRequest$ = [3, n0, _UFHIRDR,
382
426
  0,
383
427
  [_DI, _DN, _AC, _NC, _PC, _IPC],
384
- [0, 0, () => exports.AnalyticsConfiguration$, () => exports.NlpConfiguration$, () => exports.ProfileConfiguration$, () => exports.IdentityProviderConfiguration$], 1
428
+ [0, 0, () => AnalyticsConfiguration$, () => NlpConfiguration$, () => ProfileConfiguration$, () => IdentityProviderConfiguration$], 1
385
429
  ];
386
- exports.UpdateFHIRDatastoreResponse$ = [3, n0, _UFHIRDRp,
430
+ exports.UpdateFHIRDatastoreRequest$ = UpdateFHIRDatastoreRequest$;
431
+ const UpdateFHIRDatastoreResponse$ = [3, n0, _UFHIRDRp,
387
432
  0,
388
433
  [_DP],
389
- [() => exports.DatastoreProperties$], 1
434
+ [() => DatastoreProperties$], 1
390
435
  ];
436
+ exports.UpdateFHIRDatastoreResponse$ = UpdateFHIRDatastoreResponse$;
391
437
  var DatastorePropertiesList = [1, n0, _DPL,
392
- 0, () => exports.DatastoreProperties$
438
+ 0, () => DatastoreProperties$
393
439
  ];
394
440
  var DefaultProfiles = 64 | 0;
395
441
  var ExportJobPropertiesList = [1, n0, _EJPL,
396
- 0, () => exports.ExportJobProperties$
442
+ 0, () => ExportJobProperties$
397
443
  ];
398
444
  var ImportJobPropertiesList = [1, n0, _IJPL,
399
- 0, () => exports.ImportJobProperties$
445
+ 0, () => ImportJobProperties$
400
446
  ];
401
447
  var TagKeyList = 64 | 0;
402
448
  var TagList = [1, n0, _TL,
403
- 0, () => exports.Tag$
449
+ 0, () => Tag$
404
450
  ];
405
- exports.InputDataConfig$ = [4, n0, _IDC,
451
+ const InputDataConfig$ = [4, n0, _IDC,
406
452
  0,
407
453
  [_SU],
408
454
  [0]
409
455
  ];
410
- exports.OutputDataConfig$ = [4, n0, _ODC,
456
+ exports.InputDataConfig$ = InputDataConfig$;
457
+ const OutputDataConfig$ = [4, n0, _ODC,
411
458
  0,
412
459
  [_SCo],
413
- [() => exports.S3Configuration$]
460
+ [() => S3Configuration$]
414
461
  ];
462
+ exports.OutputDataConfig$ = OutputDataConfig$;
415
463
  exports.CreateFHIRDatastore$ = [9, n0, _CFHIRD,
416
- 0, () => exports.CreateFHIRDatastoreRequest$, () => exports.CreateFHIRDatastoreResponse$
464
+ 0, () => CreateFHIRDatastoreRequest$, () => CreateFHIRDatastoreResponse$
417
465
  ];
418
466
  exports.DeleteFHIRDatastore$ = [9, n0, _DFHIRD,
419
- 0, () => exports.DeleteFHIRDatastoreRequest$, () => exports.DeleteFHIRDatastoreResponse$
467
+ 0, () => DeleteFHIRDatastoreRequest$, () => DeleteFHIRDatastoreResponse$
420
468
  ];
421
469
  exports.DescribeFHIRDatastore$ = [9, n0, _DFHIRDe,
422
- 0, () => exports.DescribeFHIRDatastoreRequest$, () => exports.DescribeFHIRDatastoreResponse$
470
+ 0, () => DescribeFHIRDatastoreRequest$, () => DescribeFHIRDatastoreResponse$
423
471
  ];
424
472
  exports.DescribeFHIRExportJob$ = [9, n0, _DFHIREJ,
425
- 0, () => exports.DescribeFHIRExportJobRequest$, () => exports.DescribeFHIRExportJobResponse$
473
+ 0, () => DescribeFHIRExportJobRequest$, () => DescribeFHIRExportJobResponse$
426
474
  ];
427
475
  exports.DescribeFHIRImportJob$ = [9, n0, _DFHIRIJ,
428
- 0, () => exports.DescribeFHIRImportJobRequest$, () => exports.DescribeFHIRImportJobResponse$
476
+ 0, () => DescribeFHIRImportJobRequest$, () => DescribeFHIRImportJobResponse$
429
477
  ];
430
478
  exports.ListFHIRDatastores$ = [9, n0, _LFHIRD,
431
- 0, () => exports.ListFHIRDatastoresRequest$, () => exports.ListFHIRDatastoresResponse$
479
+ 0, () => ListFHIRDatastoresRequest$, () => ListFHIRDatastoresResponse$
432
480
  ];
433
481
  exports.ListFHIRExportJobs$ = [9, n0, _LFHIREJ,
434
- 0, () => exports.ListFHIRExportJobsRequest$, () => exports.ListFHIRExportJobsResponse$
482
+ 0, () => ListFHIRExportJobsRequest$, () => ListFHIRExportJobsResponse$
435
483
  ];
436
484
  exports.ListFHIRImportJobs$ = [9, n0, _LFHIRIJ,
437
- 0, () => exports.ListFHIRImportJobsRequest$, () => exports.ListFHIRImportJobsResponse$
485
+ 0, () => ListFHIRImportJobsRequest$, () => ListFHIRImportJobsResponse$
438
486
  ];
439
487
  exports.ListTagsForResource$ = [9, n0, _LTFR,
440
- 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
488
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
441
489
  ];
442
490
  exports.StartFHIRExportJob$ = [9, n0, _SFHIREJ,
443
- 0, () => exports.StartFHIRExportJobRequest$, () => exports.StartFHIRExportJobResponse$
491
+ 0, () => StartFHIRExportJobRequest$, () => StartFHIRExportJobResponse$
444
492
  ];
445
493
  exports.StartFHIRImportJob$ = [9, n0, _SFHIRIJ,
446
- 0, () => exports.StartFHIRImportJobRequest$, () => exports.StartFHIRImportJobResponse$
494
+ 0, () => StartFHIRImportJobRequest$, () => StartFHIRImportJobResponse$
447
495
  ];
448
496
  exports.TagResource$ = [9, n0, _TR,
449
- 0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
497
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
450
498
  ];
451
499
  exports.UntagResource$ = [9, n0, _UR,
452
- 0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
500
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
453
501
  ];
454
502
  exports.UpdateFHIRDatastore$ = [9, n0, _UFHIRD,
455
- 0, () => exports.UpdateFHIRDatastoreRequest$, () => exports.UpdateFHIRDatastoreResponse$
503
+ 0, () => UpdateFHIRDatastoreRequest$, () => UpdateFHIRDatastoreResponse$
456
504
  ];
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-healthlake",
3
3
  "description": "AWS SDK for JavaScript Healthlake Client for Node.js, Browser and React Native",
4
- "version": "3.1067.0",
4
+ "version": "3.1069.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
8
- "build:es": "tsc -p tsconfig.es.json",
8
+ "build:es": "premove dist-es && tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
- "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types": "premove dist-types && tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
- "generate:client": "node ../../scripts/generate-clients/single-service --solo healthlake",
14
+ "generate:client": "node ../../scripts/generate-clients/single-service",
15
15
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
16
  },
17
17
  "main": "./dist-cjs/index.js",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.20",
25
- "@aws-sdk/credential-provider-node": "^3.972.55",
26
- "@aws-sdk/types": "^3.973.12",
24
+ "@aws-sdk/core": "^3.974.21",
25
+ "@aws-sdk/credential-provider-node": "^3.972.56",
26
+ "@aws-sdk/types": "^3.973.13",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",