@aws-sdk/client-healthlake 3.952.0 → 3.953.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
@@ -115,21 +115,29 @@ const _s = "server";
115
115
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.healthlake";
116
116
  const n0 = "com.amazonaws.healthlake";
117
117
  import { TypeRegistry } from "@smithy/core/schema";
118
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
119
- import { HealthLakeServiceException as __HealthLakeServiceException } from "../models/HealthLakeServiceException";
120
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
121
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
122
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
123
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
124
- export var CreateFHIRDatastoreRequest = [
118
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
119
+ import { HealthLakeServiceException } from "../models/HealthLakeServiceException";
120
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
121
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
122
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
123
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
124
+ export var CreateFHIRDatastoreRequest$ = [
125
125
  3,
126
126
  n0,
127
127
  _CFHIRDR,
128
128
  0,
129
129
  [_DN, _DTV, _SC, _PDC, _CT, _T, _IPC],
130
- [0, 0, () => SseConfiguration, () => PreloadDataConfig, [0, 4], () => TagList, () => IdentityProviderConfiguration],
130
+ [
131
+ 0,
132
+ 0,
133
+ () => SseConfiguration$,
134
+ () => PreloadDataConfig$,
135
+ [0, 4],
136
+ () => TagList,
137
+ () => IdentityProviderConfiguration$,
138
+ ],
131
139
  ];
132
- export var CreateFHIRDatastoreResponse = [
140
+ export var CreateFHIRDatastoreResponse$ = [
133
141
  3,
134
142
  n0,
135
143
  _CFHIRDRr,
@@ -137,8 +145,8 @@ export var CreateFHIRDatastoreResponse = [
137
145
  [_DI, _DA, _DS, _DE],
138
146
  [0, 0, 0, 0],
139
147
  ];
140
- export var DatastoreFilter = [3, n0, _DF, 0, [_DN, _DS, _CB, _CA], [0, 0, 4, 4]];
141
- export var DatastoreProperties = [
148
+ export var DatastoreFilter$ = [3, n0, _DF, 0, [_DN, _DS, _CB, _CA], [0, 0, 4, 4]];
149
+ export var DatastoreProperties$ = [
142
150
  3,
143
151
  n0,
144
152
  _DP,
@@ -152,14 +160,14 @@ export var DatastoreProperties = [
152
160
  4,
153
161
  0,
154
162
  0,
155
- () => SseConfiguration,
156
- () => PreloadDataConfig,
157
- () => IdentityProviderConfiguration,
158
- () => ErrorCause,
163
+ () => SseConfiguration$,
164
+ () => PreloadDataConfig$,
165
+ () => IdentityProviderConfiguration$,
166
+ () => ErrorCause$,
159
167
  ],
160
168
  ];
161
- export var DeleteFHIRDatastoreRequest = [3, n0, _DFHIRDR, 0, [_DI], [0]];
162
- export var DeleteFHIRDatastoreResponse = [
169
+ export var DeleteFHIRDatastoreRequest$ = [3, n0, _DFHIRDR, 0, [_DI], [0]];
170
+ export var DeleteFHIRDatastoreResponse$ = [
163
171
  3,
164
172
  n0,
165
173
  _DFHIRDRe,
@@ -167,43 +175,43 @@ export var DeleteFHIRDatastoreResponse = [
167
175
  [_DI, _DA, _DS, _DE],
168
176
  [0, 0, 0, 0],
169
177
  ];
170
- export var DescribeFHIRDatastoreRequest = [3, n0, _DFHIRDRes, 0, [_DI], [0]];
171
- export var DescribeFHIRDatastoreResponse = [
178
+ export var DescribeFHIRDatastoreRequest$ = [3, n0, _DFHIRDRes, 0, [_DI], [0]];
179
+ export var DescribeFHIRDatastoreResponse$ = [
172
180
  3,
173
181
  n0,
174
182
  _DFHIRDResc,
175
183
  0,
176
184
  [_DP],
177
- [() => DatastoreProperties],
185
+ [() => DatastoreProperties$],
178
186
  ];
179
- export var DescribeFHIRExportJobRequest = [3, n0, _DFHIREJR, 0, [_DI, _JI], [0, 0]];
180
- export var DescribeFHIRExportJobResponse = [
187
+ export var DescribeFHIRExportJobRequest$ = [3, n0, _DFHIREJR, 0, [_DI, _JI], [0, 0]];
188
+ export var DescribeFHIRExportJobResponse$ = [
181
189
  3,
182
190
  n0,
183
191
  _DFHIREJRe,
184
192
  0,
185
193
  [_EJP],
186
- [() => ExportJobProperties],
194
+ [() => ExportJobProperties$],
187
195
  ];
188
- export var DescribeFHIRImportJobRequest = [3, n0, _DFHIRIJR, 0, [_DI, _JI], [0, 0]];
189
- export var DescribeFHIRImportJobResponse = [
196
+ export var DescribeFHIRImportJobRequest$ = [3, n0, _DFHIRIJR, 0, [_DI, _JI], [0, 0]];
197
+ export var DescribeFHIRImportJobResponse$ = [
190
198
  3,
191
199
  n0,
192
200
  _DFHIRIJRe,
193
201
  0,
194
202
  [_IJP],
195
- [() => ImportJobProperties],
203
+ [() => ImportJobProperties$],
196
204
  ];
197
- export var ErrorCause = [3, n0, _EC, 0, [_EM, _ECr], [0, 0]];
198
- export var ExportJobProperties = [
205
+ export var ErrorCause$ = [3, n0, _EC, 0, [_EM, _ECr], [0, 0]];
206
+ export var ExportJobProperties$ = [
199
207
  3,
200
208
  n0,
201
209
  _EJP,
202
210
  0,
203
211
  [_JI, _JN, _JS, _ST, _ET, _DI, _ODC, _DARA, _M],
204
- [0, 0, 0, 4, 4, 0, () => OutputDataConfig, 0, 0],
212
+ [0, 0, 0, 4, 4, 0, () => OutputDataConfig$, 0, 0],
205
213
  ];
206
- export var IdentityProviderConfiguration = [
214
+ export var IdentityProviderConfiguration$ = [
207
215
  3,
208
216
  n0,
209
217
  _IPC,
@@ -211,17 +219,17 @@ export var IdentityProviderConfiguration = [
211
219
  [_AS, _FGAE, _Me, _ILA],
212
220
  [0, 2, 0, 0],
213
221
  ];
214
- export var ImportJobProperties = [
222
+ export var ImportJobProperties$ = [
215
223
  3,
216
224
  n0,
217
225
  _IJP,
218
226
  0,
219
227
  [_JI, _JN, _JS, _ST, _ET, _DI, _IDC, _JODC, _JPR, _DARA, _M, _VL],
220
- [0, 0, 0, 4, 4, 0, () => InputDataConfig, () => OutputDataConfig, () => JobProgressReport, 0, 0, 0],
228
+ [0, 0, 0, 4, 4, 0, () => InputDataConfig$, () => OutputDataConfig$, () => JobProgressReport$, 0, 0, 0],
221
229
  ];
222
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
223
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
224
- export var JobProgressReport = [
230
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
231
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
232
+ export var JobProgressReport$ = [
225
233
  3,
226
234
  n0,
227
235
  _JPR,
@@ -229,16 +237,16 @@ export var JobProgressReport = [
229
237
  [_TNOSF, _TSOSFIMB, _TNOIF, _TNORS, _TNORI, _TNORWCE, _TNOFRWCE, _Th],
230
238
  [1, 1, 1, 1, 1, 1, 1, 1],
231
239
  ];
232
- export var KmsEncryptionConfig = [3, n0, _KEC, 0, [_CTm, _KKI], [0, 0]];
233
- export var ListFHIRDatastoresRequest = [
240
+ export var KmsEncryptionConfig$ = [3, n0, _KEC, 0, [_CTm, _KKI], [0, 0]];
241
+ export var ListFHIRDatastoresRequest$ = [
234
242
  3,
235
243
  n0,
236
244
  _LFHIRDR,
237
245
  0,
238
246
  [_F, _NT, _MR],
239
- [() => DatastoreFilter, 0, 1],
247
+ [() => DatastoreFilter$, 0, 1],
240
248
  ];
241
- export var ListFHIRDatastoresResponse = [
249
+ export var ListFHIRDatastoresResponse$ = [
242
250
  3,
243
251
  n0,
244
252
  _LFHIRDRi,
@@ -246,7 +254,7 @@ export var ListFHIRDatastoresResponse = [
246
254
  [_DPL, _NT],
247
255
  [() => DatastorePropertiesList, 0],
248
256
  ];
249
- export var ListFHIRExportJobsRequest = [
257
+ export var ListFHIRExportJobsRequest$ = [
250
258
  3,
251
259
  n0,
252
260
  _LFHIREJR,
@@ -254,7 +262,7 @@ export var ListFHIRExportJobsRequest = [
254
262
  [_DI, _NT, _MR, _JN, _JS, _SB, _SA],
255
263
  [0, 0, 1, 0, 0, 4, 4],
256
264
  ];
257
- export var ListFHIRExportJobsResponse = [
265
+ export var ListFHIRExportJobsResponse$ = [
258
266
  3,
259
267
  n0,
260
268
  _LFHIREJRi,
@@ -262,7 +270,7 @@ export var ListFHIRExportJobsResponse = [
262
270
  [_EJPL, _NT],
263
271
  [() => ExportJobPropertiesList, 0],
264
272
  ];
265
- export var ListFHIRImportJobsRequest = [
273
+ export var ListFHIRImportJobsRequest$ = [
266
274
  3,
267
275
  n0,
268
276
  _LFHIRIJR,
@@ -270,7 +278,7 @@ export var ListFHIRImportJobsRequest = [
270
278
  [_DI, _NT, _MR, _JN, _JS, _SB, _SA],
271
279
  [0, 0, 1, 0, 0, 4, 4],
272
280
  ];
273
- export var ListFHIRImportJobsResponse = [
281
+ export var ListFHIRImportJobsResponse$ = [
274
282
  3,
275
283
  n0,
276
284
  _LFHIRIJRi,
@@ -278,143 +286,143 @@ export var ListFHIRImportJobsResponse = [
278
286
  [_IJPL, _NT],
279
287
  [() => ImportJobPropertiesList, 0],
280
288
  ];
281
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
282
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
283
- export var PreloadDataConfig = [3, n0, _PDC, 0, [_PDT], [0]];
284
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
285
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
286
- export var S3Configuration = [3, n0, _SCo, 0, [_SU, _KKI], [0, 0]];
287
- export var SseConfiguration = [3, n0, _SC, 0, [_KEC], [() => KmsEncryptionConfig]];
288
- export var StartFHIRExportJobRequest = [
289
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
290
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
291
+ export var PreloadDataConfig$ = [3, n0, _PDC, 0, [_PDT], [0]];
292
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
293
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
294
+ export var S3Configuration$ = [3, n0, _SCo, 0, [_SU, _KKI], [0, 0]];
295
+ export var SseConfiguration$ = [3, n0, _SC, 0, [_KEC], [() => KmsEncryptionConfig$]];
296
+ export var StartFHIRExportJobRequest$ = [
289
297
  3,
290
298
  n0,
291
299
  _SFHIREJR,
292
300
  0,
293
301
  [_JN, _ODC, _DI, _DARA, _CT],
294
- [0, () => OutputDataConfig, 0, 0, [0, 4]],
302
+ [0, () => OutputDataConfig$, 0, 0, [0, 4]],
295
303
  ];
296
- export var StartFHIRExportJobResponse = [3, n0, _SFHIREJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
297
- export var StartFHIRImportJobRequest = [
304
+ export var StartFHIRExportJobResponse$ = [3, n0, _SFHIREJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
305
+ export var StartFHIRImportJobRequest$ = [
298
306
  3,
299
307
  n0,
300
308
  _SFHIRIJR,
301
309
  0,
302
310
  [_JN, _IDC, _JODC, _DI, _DARA, _CT, _VL],
303
- [0, () => InputDataConfig, () => OutputDataConfig, 0, 0, [0, 4], 0],
311
+ [0, () => InputDataConfig$, () => OutputDataConfig$, 0, 0, [0, 4], 0],
304
312
  ];
305
- export var StartFHIRImportJobResponse = [3, n0, _SFHIRIJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
306
- export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
307
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
308
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
309
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
310
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
311
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
312
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
313
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
314
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
315
- export var HealthLakeServiceException = [-3, _sm, "HealthLakeServiceException", 0, [], []];
316
- TypeRegistry.for(_sm).registerError(HealthLakeServiceException, __HealthLakeServiceException);
317
- export var DatastorePropertiesList = [1, n0, _DPL, 0, () => DatastoreProperties];
318
- export var ExportJobPropertiesList = [1, n0, _EJPL, 0, () => ExportJobProperties];
319
- export var ImportJobPropertiesList = [1, n0, _IJPL, 0, () => ImportJobProperties];
320
- export var TagKeyList = 64 | 0;
321
- export var TagList = [1, n0, _TL, 0, () => Tag];
322
- export var InputDataConfig = [3, n0, _IDC, 0, [_SU], [0]];
323
- export var OutputDataConfig = [3, n0, _ODC, 0, [_SCo], [() => S3Configuration]];
324
- export var CreateFHIRDatastore = [
313
+ export var StartFHIRImportJobResponse$ = [3, n0, _SFHIRIJRt, 0, [_JI, _JS, _DI], [0, 0, 0]];
314
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
315
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
316
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
317
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
318
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
319
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
320
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
321
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
322
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
323
+ export var HealthLakeServiceException$ = [-3, _sm, "HealthLakeServiceException", 0, [], []];
324
+ TypeRegistry.for(_sm).registerError(HealthLakeServiceException$, HealthLakeServiceException);
325
+ var DatastorePropertiesList = [1, n0, _DPL, 0, () => DatastoreProperties$];
326
+ var ExportJobPropertiesList = [1, n0, _EJPL, 0, () => ExportJobProperties$];
327
+ var ImportJobPropertiesList = [1, n0, _IJPL, 0, () => ImportJobProperties$];
328
+ var TagKeyList = 64 | 0;
329
+ var TagList = [1, n0, _TL, 0, () => Tag$];
330
+ export var InputDataConfig$ = [3, n0, _IDC, 0, [_SU], [0]];
331
+ export var OutputDataConfig$ = [3, n0, _ODC, 0, [_SCo], [() => S3Configuration$]];
332
+ export var CreateFHIRDatastore$ = [
325
333
  9,
326
334
  n0,
327
335
  _CFHIRD,
328
336
  0,
329
- () => CreateFHIRDatastoreRequest,
330
- () => CreateFHIRDatastoreResponse,
337
+ () => CreateFHIRDatastoreRequest$,
338
+ () => CreateFHIRDatastoreResponse$,
331
339
  ];
332
- export var DeleteFHIRDatastore = [
340
+ export var DeleteFHIRDatastore$ = [
333
341
  9,
334
342
  n0,
335
343
  _DFHIRD,
336
344
  0,
337
- () => DeleteFHIRDatastoreRequest,
338
- () => DeleteFHIRDatastoreResponse,
345
+ () => DeleteFHIRDatastoreRequest$,
346
+ () => DeleteFHIRDatastoreResponse$,
339
347
  ];
340
- export var DescribeFHIRDatastore = [
348
+ export var DescribeFHIRDatastore$ = [
341
349
  9,
342
350
  n0,
343
351
  _DFHIRDe,
344
352
  0,
345
- () => DescribeFHIRDatastoreRequest,
346
- () => DescribeFHIRDatastoreResponse,
353
+ () => DescribeFHIRDatastoreRequest$,
354
+ () => DescribeFHIRDatastoreResponse$,
347
355
  ];
348
- export var DescribeFHIRExportJob = [
356
+ export var DescribeFHIRExportJob$ = [
349
357
  9,
350
358
  n0,
351
359
  _DFHIREJ,
352
360
  0,
353
- () => DescribeFHIRExportJobRequest,
354
- () => DescribeFHIRExportJobResponse,
361
+ () => DescribeFHIRExportJobRequest$,
362
+ () => DescribeFHIRExportJobResponse$,
355
363
  ];
356
- export var DescribeFHIRImportJob = [
364
+ export var DescribeFHIRImportJob$ = [
357
365
  9,
358
366
  n0,
359
367
  _DFHIRIJ,
360
368
  0,
361
- () => DescribeFHIRImportJobRequest,
362
- () => DescribeFHIRImportJobResponse,
369
+ () => DescribeFHIRImportJobRequest$,
370
+ () => DescribeFHIRImportJobResponse$,
363
371
  ];
364
- export var ListFHIRDatastores = [
372
+ export var ListFHIRDatastores$ = [
365
373
  9,
366
374
  n0,
367
375
  _LFHIRD,
368
376
  0,
369
- () => ListFHIRDatastoresRequest,
370
- () => ListFHIRDatastoresResponse,
377
+ () => ListFHIRDatastoresRequest$,
378
+ () => ListFHIRDatastoresResponse$,
371
379
  ];
372
- export var ListFHIRExportJobs = [
380
+ export var ListFHIRExportJobs$ = [
373
381
  9,
374
382
  n0,
375
383
  _LFHIREJ,
376
384
  0,
377
- () => ListFHIRExportJobsRequest,
378
- () => ListFHIRExportJobsResponse,
385
+ () => ListFHIRExportJobsRequest$,
386
+ () => ListFHIRExportJobsResponse$,
379
387
  ];
380
- export var ListFHIRImportJobs = [
388
+ export var ListFHIRImportJobs$ = [
381
389
  9,
382
390
  n0,
383
391
  _LFHIRIJ,
384
392
  0,
385
- () => ListFHIRImportJobsRequest,
386
- () => ListFHIRImportJobsResponse,
393
+ () => ListFHIRImportJobsRequest$,
394
+ () => ListFHIRImportJobsResponse$,
387
395
  ];
388
- export var ListTagsForResource = [
396
+ export var ListTagsForResource$ = [
389
397
  9,
390
398
  n0,
391
399
  _LTFR,
392
400
  0,
393
- () => ListTagsForResourceRequest,
394
- () => ListTagsForResourceResponse,
401
+ () => ListTagsForResourceRequest$,
402
+ () => ListTagsForResourceResponse$,
395
403
  ];
396
- export var StartFHIRExportJob = [
404
+ export var StartFHIRExportJob$ = [
397
405
  9,
398
406
  n0,
399
407
  _SFHIREJ,
400
408
  0,
401
- () => StartFHIRExportJobRequest,
402
- () => StartFHIRExportJobResponse,
409
+ () => StartFHIRExportJobRequest$,
410
+ () => StartFHIRExportJobResponse$,
403
411
  ];
404
- export var StartFHIRImportJob = [
412
+ export var StartFHIRImportJob$ = [
405
413
  9,
406
414
  n0,
407
415
  _SFHIRIJ,
408
416
  0,
409
- () => StartFHIRImportJobRequest,
410
- () => StartFHIRImportJobResponse,
417
+ () => StartFHIRImportJobRequest$,
418
+ () => StartFHIRImportJobResponse$,
411
419
  ];
412
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
413
- export var UntagResource = [
420
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
421
+ export var UntagResource$ = [
414
422
  9,
415
423
  n0,
416
424
  _UR,
417
425
  0,
418
- () => UntagResourceRequest,
419
- () => UntagResourceResponse,
426
+ () => UntagResourceRequest$,
427
+ () => UntagResourceResponse$,
420
428
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateFHIRDatastoreCommandInput, CreateFHIRDatastoreCommandOutput } from "./commands/CreateFHIRDatastoreCommand";
11
11
  import { DeleteFHIRDatastoreCommandInput, DeleteFHIRDatastoreCommandOutput } from "./commands/DeleteFHIRDatastoreCommand";
@@ -154,15 +154,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
154
154
  * Optional extensions
155
155
  */
156
156
  extensions?: RuntimeExtension[];
157
- /**
158
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
159
- * may be overridden. A default will always be set by the client.
160
- * Available options depend on the service's supported protocols and will not be validated by
161
- * the client.
162
- * @alpha
163
- *
164
- */
165
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
166
157
  /**
167
158
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
168
159
  */
@@ -11,6 +11,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
11
  export type { RuntimeExtension } from "./runtimeExtensions";
12
12
  export type { HealthLakeExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
14
+ export * from "./schemas/schemas_0";
14
15
  export * from "./pagination";
15
16
  export * from "./waiters";
16
17
  export * from "./models/enums";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { HealthLakeClientConfig } from "./HealthLakeClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: HealthLakeClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").HealthLakeHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_0Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;