@aws-sdk/client-medical-imaging 3.1068.0 → 3.1070.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.ListDICOMImportJobsResponse$ = exports.ListDICOMImportJobsRequest$ = exports.ListDatastoresResponse$ = exports.ListDatastoresRequest$ = exports.ImageSetsMetadataSummary$ = exports.ImageSetProperties$ = exports.ImageFrameInformation$ = exports.GetImageSetResponse$ = exports.GetImageSetRequest$ = exports.GetImageSetMetadataResponse$ = exports.GetImageSetMetadataRequest$ = exports.GetImageFrameResponse$ = exports.GetImageFrameRequest$ = exports.GetDICOMImportJobResponse$ = exports.GetDICOMImportJobRequest$ = exports.GetDatastoreResponse$ = exports.GetDatastoreRequest$ = exports.DICOMUpdates$ = exports.DICOMTags$ = exports.DICOMStudyDateAndTime$ = exports.DicomMetadataMapping$ = exports.DicomJsonMetadataImportConfiguration$ = exports.DICOMImportJobSummary$ = exports.DICOMImportJobProperties$ = exports.DeleteImageSetResponse$ = exports.DeleteImageSetRequest$ = exports.DeleteDatastoreResponse$ = exports.DeleteDatastoreRequest$ = exports.DatastoreSummary$ = exports.DatastoreProperties$ = exports.CreateDatastoreResponse$ = exports.CreateDatastoreRequest$ = exports.CopySourceImageSetProperties$ = exports.CopySourceImageSetInformation$ = exports.CopyImageSetResponse$ = exports.CopyImageSetRequest$ = exports.CopyImageSetInformation$ = exports.CopyDestinationImageSetProperties$ = exports.CopyDestinationImageSet$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.NotAcceptableException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.MedicalImagingServiceException$ = void 0;
4
- exports.UpdateImageSetMetadata$ = exports.UntagResource$ = exports.TagResource$ = exports.StartDICOMImportJob$ = exports.SearchImageSets$ = exports.ListTagsForResource$ = exports.ListImageSetVersions$ = exports.ListDICOMImportJobs$ = exports.ListDatastores$ = exports.GetImageSetMetadata$ = exports.GetImageSet$ = exports.GetImageFrame$ = exports.GetDICOMImportJob$ = exports.GetDatastore$ = exports.DeleteImageSet$ = exports.DeleteDatastore$ = exports.CreateDatastore$ = exports.CopyImageSet$ = exports.SearchByAttributeValue$ = exports.MetadataUpdates$ = exports.ImportConfiguration$ = exports.UpdateImageSetMetadataResponse$ = exports.UpdateImageSetMetadataRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StartDICOMImportJobResponse$ = exports.StartDICOMImportJobRequest$ = exports.Sort$ = exports.SearchImageSetsResponse$ = exports.SearchImageSetsRequest$ = exports.SearchFilter$ = exports.SearchCriteria$ = exports.Overrides$ = exports.MetadataCopies$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListImageSetVersionsResponse$ = exports.ListImageSetVersionsRequest$ = void 0;
5
1
  const _ADE = "AccessDeniedException";
6
2
  const _BRE = "BadRequestException";
7
3
  const _CA = "CopiableAttributes";
@@ -210,67 +206,77 @@ const _v = "version";
210
206
  const _vI = "versionId";
211
207
  const _va = "values";
212
208
  const n0 = "com.amazonaws.medicalimaging";
213
- const schema_1 = require("@smithy/core/schema");
214
- const errors_1 = require("../models/errors");
215
- const MedicalImagingServiceException_1 = require("../models/MedicalImagingServiceException");
216
- const _s_registry = schema_1.TypeRegistry.for(_s);
217
- exports.MedicalImagingServiceException$ = [-3, _s, "MedicalImagingServiceException", 0, [], []];
218
- _s_registry.registerError(exports.MedicalImagingServiceException$, MedicalImagingServiceException_1.MedicalImagingServiceException);
219
- const n0_registry = schema_1.TypeRegistry.for(n0);
220
- exports.AccessDeniedException$ = [-3, n0, _ADE,
209
+ const { TypeRegistry } = require("@smithy/core/schema");
210
+ const { AccessDeniedException, BadRequestException, ConflictException, InternalServerException, NotAcceptableException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
211
+ const { MedicalImagingServiceException } = require("../models/MedicalImagingServiceException");
212
+ const _s_registry = TypeRegistry.for(_s);
213
+ const MedicalImagingServiceException$ = [-3, _s, "MedicalImagingServiceException", 0, [], []];
214
+ exports.MedicalImagingServiceException$ = MedicalImagingServiceException$;
215
+ _s_registry.registerError(MedicalImagingServiceException$, MedicalImagingServiceException);
216
+ const n0_registry = TypeRegistry.for(n0);
217
+ const AccessDeniedException$ = [-3, n0, _ADE,
221
218
  { [_e]: _c, [_hE]: 403 },
222
219
  [_m],
223
220
  [0], 1
224
221
  ];
225
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
226
- exports.BadRequestException$ = [-3, n0, _BRE,
222
+ exports.AccessDeniedException$ = AccessDeniedException$;
223
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
224
+ const BadRequestException$ = [-3, n0, _BRE,
227
225
  { [_e]: _c, [_hE]: 400 },
228
226
  [_m],
229
227
  [0], 1
230
228
  ];
231
- n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
232
- exports.ConflictException$ = [-3, n0, _CE,
229
+ exports.BadRequestException$ = BadRequestException$;
230
+ n0_registry.registerError(BadRequestException$, BadRequestException);
231
+ const ConflictException$ = [-3, n0, _CE,
233
232
  { [_e]: _c, [_hE]: 409 },
234
233
  [_m],
235
234
  [0], 1
236
235
  ];
237
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
238
- exports.InternalServerException$ = [-3, n0, _ISE,
236
+ exports.ConflictException$ = ConflictException$;
237
+ n0_registry.registerError(ConflictException$, ConflictException);
238
+ const InternalServerException$ = [-3, n0, _ISE,
239
239
  { [_e]: _se, [_hE]: 500 },
240
240
  [_m],
241
241
  [0], 1
242
242
  ];
243
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
244
- exports.NotAcceptableException$ = [-3, n0, _NAE,
243
+ exports.InternalServerException$ = InternalServerException$;
244
+ n0_registry.registerError(InternalServerException$, InternalServerException);
245
+ const NotAcceptableException$ = [-3, n0, _NAE,
245
246
  { [_e]: _c, [_hE]: 406 },
246
247
  [_m],
247
248
  [0], 1
248
249
  ];
249
- n0_registry.registerError(exports.NotAcceptableException$, errors_1.NotAcceptableException);
250
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
250
+ exports.NotAcceptableException$ = NotAcceptableException$;
251
+ n0_registry.registerError(NotAcceptableException$, NotAcceptableException);
252
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
251
253
  { [_e]: _c, [_hE]: 404 },
252
254
  [_m],
253
255
  [0], 1
254
256
  ];
255
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
256
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
257
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
258
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
259
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
257
260
  { [_e]: _c, [_hE]: 402 },
258
261
  [_m],
259
262
  [0], 1
260
263
  ];
261
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
262
- exports.ThrottlingException$ = [-3, n0, _TE,
264
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
265
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
266
+ const ThrottlingException$ = [-3, n0, _TE,
263
267
  { [_e]: _c, [_hE]: 429 },
264
268
  [_m],
265
269
  [0], 1
266
270
  ];
267
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
268
- exports.ValidationException$ = [-3, n0, _VE,
271
+ exports.ThrottlingException$ = ThrottlingException$;
272
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
273
+ const ValidationException$ = [-3, n0, _VE,
269
274
  { [_e]: _c, [_hE]: 400 },
270
275
  [_m],
271
276
  [0], 1
272
277
  ];
273
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
278
+ exports.ValidationException$ = ValidationException$;
279
+ n0_registry.registerError(ValidationException$, ValidationException);
274
280
  exports.errorTypeRegistries = [
275
281
  _s_registry,
276
282
  n0_registry,
@@ -293,389 +299,450 @@ var DICOMStudyInstanceUID = [0, n0, _DICOMSIUIDt, 8, 0];
293
299
  var DICOMStudyTime = [0, n0, _DICOMST, 8, 0];
294
300
  var ImageSetMetadataBlob = [0, n0, _ISMB, { [_st]: 1 }, 42];
295
301
  var PayloadBlob = [0, n0, _PB, { [_st]: 1 }, 42];
296
- exports.CopyDestinationImageSet$ = [3, n0, _CDIS,
302
+ const CopyDestinationImageSet$ = [3, n0, _CDIS,
297
303
  0,
298
304
  [_iSI, _lVI],
299
305
  [0, 0], 2
300
306
  ];
301
- exports.CopyDestinationImageSetProperties$ = [3, n0, _CDISP,
307
+ exports.CopyDestinationImageSet$ = CopyDestinationImageSet$;
308
+ const CopyDestinationImageSetProperties$ = [3, n0, _CDISP,
302
309
  0,
303
310
  [_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
304
311
  [0, 0, 0, 0, 4, 4, 0], 2
305
312
  ];
306
- exports.CopyImageSetInformation$ = [3, n0, _CISI,
313
+ exports.CopyDestinationImageSetProperties$ = CopyDestinationImageSetProperties$;
314
+ const CopyImageSetInformation$ = [3, n0, _CISI,
307
315
  0,
308
316
  [_sIS, _dIS],
309
- [[() => exports.CopySourceImageSetInformation$, 0], () => exports.CopyDestinationImageSet$], 1
317
+ [[() => CopySourceImageSetInformation$, 0], () => CopyDestinationImageSet$], 1
310
318
  ];
311
- exports.CopyImageSetRequest$ = [3, n0, _CISR,
319
+ exports.CopyImageSetInformation$ = CopyImageSetInformation$;
320
+ const CopyImageSetRequest$ = [3, n0, _CISR,
312
321
  0,
313
322
  [_dI, _sISI, _cISI, _f, _pTP],
314
- [[0, 1], [0, 1], [() => exports.CopyImageSetInformation$, 16], [2, { [_hQ]: _f }], [2, { [_hQ]: _pTP }]], 3
323
+ [[0, 1], [0, 1], [() => CopyImageSetInformation$, 16], [2, { [_hQ]: _f }], [2, { [_hQ]: _pTP }]], 3
315
324
  ];
316
- exports.CopyImageSetResponse$ = [3, n0, _CISRo,
325
+ exports.CopyImageSetRequest$ = CopyImageSetRequest$;
326
+ const CopyImageSetResponse$ = [3, n0, _CISRo,
317
327
  0,
318
328
  [_dI, _sISP, _dISP],
319
- [0, () => exports.CopySourceImageSetProperties$, () => exports.CopyDestinationImageSetProperties$], 3
329
+ [0, () => CopySourceImageSetProperties$, () => CopyDestinationImageSetProperties$], 3
320
330
  ];
321
- exports.CopySourceImageSetInformation$ = [3, n0, _CSISI,
331
+ exports.CopyImageSetResponse$ = CopyImageSetResponse$;
332
+ const CopySourceImageSetInformation$ = [3, n0, _CSISI,
322
333
  0,
323
334
  [_lVI, _DICOMC],
324
- [0, [() => exports.MetadataCopies$, 0]], 1
335
+ [0, [() => MetadataCopies$, 0]], 1
325
336
  ];
326
- exports.CopySourceImageSetProperties$ = [3, n0, _CSISP,
337
+ exports.CopySourceImageSetInformation$ = CopySourceImageSetInformation$;
338
+ const CopySourceImageSetProperties$ = [3, n0, _CSISP,
327
339
  0,
328
340
  [_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
329
341
  [0, 0, 0, 0, 4, 4, 0], 2
330
342
  ];
331
- exports.CreateDatastoreRequest$ = [3, n0, _CDR,
343
+ exports.CopySourceImageSetProperties$ = CopySourceImageSetProperties$;
344
+ const CreateDatastoreRequest$ = [3, n0, _CDR,
332
345
  0,
333
346
  [_dN, _cT, _t, _kKA, _lAA, _lSF],
334
347
  [0, [0, 4], 128 | 0, 0, 0, 0]
335
348
  ];
336
- exports.CreateDatastoreResponse$ = [3, n0, _CDRr,
349
+ exports.CreateDatastoreRequest$ = CreateDatastoreRequest$;
350
+ const CreateDatastoreResponse$ = [3, n0, _CDRr,
337
351
  0,
338
352
  [_dI, _dS],
339
353
  [0, 0], 2
340
354
  ];
341
- exports.DatastoreProperties$ = [3, n0, _DP,
355
+ exports.CreateDatastoreResponse$ = CreateDatastoreResponse$;
356
+ const DatastoreProperties$ = [3, n0, _DP,
342
357
  0,
343
358
  [_dI, _dN, _dS, _kKA, _lAA, _lSF, _dA, _cA, _uA],
344
359
  [0, 0, 0, 0, 0, 0, 0, 4, 4], 3
345
360
  ];
346
- exports.DatastoreSummary$ = [3, n0, _DS,
361
+ exports.DatastoreProperties$ = DatastoreProperties$;
362
+ const DatastoreSummary$ = [3, n0, _DS,
347
363
  0,
348
364
  [_dI, _dN, _dS, _dA, _cA, _uA],
349
365
  [0, 0, 0, 0, 4, 4], 3
350
366
  ];
351
- exports.DeleteDatastoreRequest$ = [3, n0, _DDR,
367
+ exports.DatastoreSummary$ = DatastoreSummary$;
368
+ const DeleteDatastoreRequest$ = [3, n0, _DDR,
352
369
  0,
353
370
  [_dI],
354
371
  [[0, 1]], 1
355
372
  ];
356
- exports.DeleteDatastoreResponse$ = [3, n0, _DDRe,
373
+ exports.DeleteDatastoreRequest$ = DeleteDatastoreRequest$;
374
+ const DeleteDatastoreResponse$ = [3, n0, _DDRe,
357
375
  0,
358
376
  [_dI, _dS],
359
377
  [0, 0], 2
360
378
  ];
361
- exports.DeleteImageSetRequest$ = [3, n0, _DISR,
379
+ exports.DeleteDatastoreResponse$ = DeleteDatastoreResponse$;
380
+ const DeleteImageSetRequest$ = [3, n0, _DISR,
362
381
  0,
363
382
  [_dI, _iSI],
364
383
  [[0, 1], [0, 1]], 2
365
384
  ];
366
- exports.DeleteImageSetResponse$ = [3, n0, _DISRe,
385
+ exports.DeleteImageSetRequest$ = DeleteImageSetRequest$;
386
+ const DeleteImageSetResponse$ = [3, n0, _DISRe,
367
387
  0,
368
388
  [_dI, _iSI, _iSS, _iSWS],
369
389
  [0, 0, 0, 0], 4
370
390
  ];
371
- exports.DICOMImportJobProperties$ = [3, n0, _DICOMIJP,
391
+ exports.DeleteImageSetResponse$ = DeleteImageSetResponse$;
392
+ const DICOMImportJobProperties$ = [3, n0, _DICOMIJP,
372
393
  0,
373
394
  [_jI, _jN, _jS, _dI, _dARA, _iSU, _oSU, _eA, _sA, _m, _iC],
374
- [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, [() => exports.ImportConfiguration$, 0]], 7
395
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, 0, [() => ImportConfiguration$, 0]], 7
375
396
  ];
376
- exports.DICOMImportJobSummary$ = [3, n0, _DICOMIJS,
397
+ exports.DICOMImportJobProperties$ = DICOMImportJobProperties$;
398
+ const DICOMImportJobSummary$ = [3, n0, _DICOMIJS,
377
399
  0,
378
400
  [_jI, _jN, _jS, _dI, _dARA, _eA, _sA, _m],
379
401
  [0, 0, 0, 0, 0, 4, 4, 0], 4
380
402
  ];
381
- exports.DicomJsonMetadataImportConfiguration$ = [3, n0, _DJMIC,
403
+ exports.DICOMImportJobSummary$ = DICOMImportJobSummary$;
404
+ const DicomJsonMetadataImportConfiguration$ = [3, n0, _DJMIC,
382
405
  0,
383
406
  [_dMM],
384
407
  [[() => DicomMetadataMappings, 0]], 1
385
408
  ];
386
- exports.DicomMetadataMapping$ = [3, n0, _DMM,
409
+ exports.DicomJsonMetadataImportConfiguration$ = DicomJsonMetadataImportConfiguration$;
410
+ const DicomMetadataMapping$ = [3, n0, _DMM,
387
411
  0,
388
412
  [_sIUID, _mFP, _sIUIDe],
389
413
  [[() => DICOMStudyInstanceUID, 0], 0, [() => DICOMSeriesInstanceUID, 0]], 2
390
414
  ];
391
- exports.DICOMStudyDateAndTime$ = [3, n0, _DICOMSDAT,
415
+ exports.DicomMetadataMapping$ = DicomMetadataMapping$;
416
+ const DICOMStudyDateAndTime$ = [3, n0, _DICOMSDAT,
392
417
  0,
393
418
  [_DICOMSD, _DICOMST],
394
419
  [[() => DICOMStudyDate, 0], [() => DICOMStudyTime, 0]], 1
395
420
  ];
396
- exports.DICOMTags$ = [3, n0, _DICOMT,
421
+ exports.DICOMStudyDateAndTime$ = DICOMStudyDateAndTime$;
422
+ const DICOMTags$ = [3, n0, _DICOMT,
397
423
  0,
398
424
  [_DICOMPI, _DICOMPN, _DICOMPBD, _DICOMPS, _DICOMSIUIDt, _DICOMSI, _DICOMSDt, _DICOMNOSRS, _DICOMNOSRI, _DICOMAN, _DICOMSIUID, _DICOMSM, _DICOMSBP, _DICOMSN, _DICOMSD, _DICOMST],
399
425
  [[() => DICOMPatientId, 0], [() => DICOMPatientName, 0], [() => DICOMPatientBirthDate, 0], [() => DICOMPatientSex, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMStudyId, 0], [() => DICOMStudyDescription, 0], 1, 1, [() => DICOMAccessionNumber, 0], [() => DICOMSeriesInstanceUID, 0], [() => DICOMSeriesModality, 0], [() => DICOMSeriesBodyPart, 0], [() => DICOMSeriesNumber, 0], [() => DICOMStudyDate, 0], [() => DICOMStudyTime, 0]]
400
426
  ];
401
- exports.DICOMUpdates$ = [3, n0, _DICOMU,
427
+ exports.DICOMTags$ = DICOMTags$;
428
+ const DICOMUpdates$ = [3, n0, _DICOMU,
402
429
  0,
403
430
  [_rA, _uAp],
404
431
  [[() => DICOMAttribute, 0], [() => DICOMAttribute, 0]]
405
432
  ];
406
- exports.GetDatastoreRequest$ = [3, n0, _GDR,
433
+ exports.DICOMUpdates$ = DICOMUpdates$;
434
+ const GetDatastoreRequest$ = [3, n0, _GDR,
407
435
  0,
408
436
  [_dI],
409
437
  [[0, 1]], 1
410
438
  ];
411
- exports.GetDatastoreResponse$ = [3, n0, _GDRe,
439
+ exports.GetDatastoreRequest$ = GetDatastoreRequest$;
440
+ const GetDatastoreResponse$ = [3, n0, _GDRe,
412
441
  0,
413
442
  [_dP],
414
- [() => exports.DatastoreProperties$], 1
443
+ [() => DatastoreProperties$], 1
415
444
  ];
416
- exports.GetDICOMImportJobRequest$ = [3, n0, _GDICOMIJR,
445
+ exports.GetDatastoreResponse$ = GetDatastoreResponse$;
446
+ const GetDICOMImportJobRequest$ = [3, n0, _GDICOMIJR,
417
447
  0,
418
448
  [_dI, _jI],
419
449
  [[0, 1], [0, 1]], 2
420
450
  ];
421
- exports.GetDICOMImportJobResponse$ = [3, n0, _GDICOMIJRe,
451
+ exports.GetDICOMImportJobRequest$ = GetDICOMImportJobRequest$;
452
+ const GetDICOMImportJobResponse$ = [3, n0, _GDICOMIJRe,
422
453
  0,
423
454
  [_jP],
424
- [[() => exports.DICOMImportJobProperties$, 0]], 1
455
+ [[() => DICOMImportJobProperties$, 0]], 1
425
456
  ];
426
- exports.GetImageFrameRequest$ = [3, n0, _GIFR,
457
+ exports.GetDICOMImportJobResponse$ = GetDICOMImportJobResponse$;
458
+ const GetImageFrameRequest$ = [3, n0, _GIFR,
427
459
  0,
428
460
  [_dI, _iSI, _iFI],
429
- [[0, 1], [0, 1], [() => exports.ImageFrameInformation$, 16]], 3
461
+ [[0, 1], [0, 1], [() => ImageFrameInformation$, 16]], 3
430
462
  ];
431
- exports.GetImageFrameResponse$ = [3, n0, _GIFRe,
463
+ exports.GetImageFrameRequest$ = GetImageFrameRequest$;
464
+ const GetImageFrameResponse$ = [3, n0, _GIFRe,
432
465
  0,
433
466
  [_iFB, _cTo],
434
467
  [[() => PayloadBlob, 16], [0, { [_hH]: _CT }]], 1
435
468
  ];
436
- exports.GetImageSetMetadataRequest$ = [3, n0, _GISMR,
469
+ exports.GetImageFrameResponse$ = GetImageFrameResponse$;
470
+ const GetImageSetMetadataRequest$ = [3, n0, _GISMR,
437
471
  0,
438
472
  [_dI, _iSI, _vI],
439
473
  [[0, 1], [0, 1], [0, { [_hQ]: _v }]], 2
440
474
  ];
441
- exports.GetImageSetMetadataResponse$ = [3, n0, _GISMRe,
475
+ exports.GetImageSetMetadataRequest$ = GetImageSetMetadataRequest$;
476
+ const GetImageSetMetadataResponse$ = [3, n0, _GISMRe,
442
477
  0,
443
478
  [_iSMB, _cTo, _cE],
444
479
  [[() => ImageSetMetadataBlob, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _CE_ }]], 1
445
480
  ];
446
- exports.GetImageSetRequest$ = [3, n0, _GISR,
481
+ exports.GetImageSetMetadataResponse$ = GetImageSetMetadataResponse$;
482
+ const GetImageSetRequest$ = [3, n0, _GISR,
447
483
  0,
448
484
  [_dI, _iSI, _vI],
449
485
  [[0, 1], [0, 1], [0, { [_hQ]: _v }]], 2
450
486
  ];
451
- exports.GetImageSetResponse$ = [3, n0, _GISRe,
487
+ exports.GetImageSetRequest$ = GetImageSetRequest$;
488
+ const GetImageSetResponse$ = [3, n0, _GISRe,
452
489
  0,
453
490
  [_dI, _iSI, _vI, _iSS, _iSWS, _cA, _uA, _dAe, _m, _iSA, _o, _iP, _lAAa, _sT],
454
- [0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () => exports.Overrides$, 2, 4, 0], 4
491
+ [0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () => Overrides$, 2, 4, 0], 4
455
492
  ];
456
- exports.ImageFrameInformation$ = [3, n0, _IFI,
493
+ exports.GetImageSetResponse$ = GetImageSetResponse$;
494
+ const ImageFrameInformation$ = [3, n0, _IFI,
457
495
  0,
458
496
  [_iFIm],
459
497
  [0], 1
460
498
  ];
461
- exports.ImageSetProperties$ = [3, n0, _ISP,
499
+ exports.ImageFrameInformation$ = ImageFrameInformation$;
500
+ const ImageSetProperties$ = [3, n0, _ISP,
462
501
  0,
463
502
  [_iSI, _vI, _iSS, _ISWS, _cA, _uA, _dAe, _m, _o, _iP],
464
- [0, 0, 0, 0, 4, 4, 4, 0, () => exports.Overrides$, 2], 3
503
+ [0, 0, 0, 0, 4, 4, 4, 0, () => Overrides$, 2], 3
465
504
  ];
466
- exports.ImageSetsMetadataSummary$ = [3, n0, _ISMS,
505
+ exports.ImageSetProperties$ = ImageSetProperties$;
506
+ const ImageSetsMetadataSummary$ = [3, n0, _ISMS,
467
507
  0,
468
508
  [_iSI, _v, _cA, _uA, _lAAa, _sT, _DICOMT, _iP],
469
- [0, 1, 4, 4, 4, 0, [() => exports.DICOMTags$, 0], 2], 1
509
+ [0, 1, 4, 4, 4, 0, [() => DICOMTags$, 0], 2], 1
470
510
  ];
471
- exports.ListDatastoresRequest$ = [3, n0, _LDR,
511
+ exports.ImageSetsMetadataSummary$ = ImageSetsMetadataSummary$;
512
+ const ListDatastoresRequest$ = [3, n0, _LDR,
472
513
  0,
473
514
  [_dS, _nT, _mR],
474
515
  [[0, { [_hQ]: _dS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
475
516
  ];
476
- exports.ListDatastoresResponse$ = [3, n0, _LDRi,
517
+ exports.ListDatastoresRequest$ = ListDatastoresRequest$;
518
+ const ListDatastoresResponse$ = [3, n0, _LDRi,
477
519
  0,
478
520
  [_dSa, _nT],
479
521
  [() => DatastoreSummaries, 0]
480
522
  ];
481
- exports.ListDICOMImportJobsRequest$ = [3, n0, _LDICOMIJR,
523
+ exports.ListDatastoresResponse$ = ListDatastoresResponse$;
524
+ const ListDICOMImportJobsRequest$ = [3, n0, _LDICOMIJR,
482
525
  0,
483
526
  [_dI, _jS, _nT, _mR],
484
527
  [[0, 1], [0, { [_hQ]: _jS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
485
528
  ];
486
- exports.ListDICOMImportJobsResponse$ = [3, n0, _LDICOMIJRi,
529
+ exports.ListDICOMImportJobsRequest$ = ListDICOMImportJobsRequest$;
530
+ const ListDICOMImportJobsResponse$ = [3, n0, _LDICOMIJRi,
487
531
  0,
488
532
  [_jSo, _nT],
489
533
  [() => DICOMImportJobSummaries, 0], 1
490
534
  ];
491
- exports.ListImageSetVersionsRequest$ = [3, n0, _LISVR,
535
+ exports.ListDICOMImportJobsResponse$ = ListDICOMImportJobsResponse$;
536
+ const ListImageSetVersionsRequest$ = [3, n0, _LISVR,
492
537
  0,
493
538
  [_dI, _iSI, _nT, _mR],
494
539
  [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
495
540
  ];
496
- exports.ListImageSetVersionsResponse$ = [3, n0, _LISVRi,
541
+ exports.ListImageSetVersionsRequest$ = ListImageSetVersionsRequest$;
542
+ const ListImageSetVersionsResponse$ = [3, n0, _LISVRi,
497
543
  0,
498
544
  [_iSPL, _nT],
499
545
  [() => ImageSetPropertiesList, 0], 1
500
546
  ];
501
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
547
+ exports.ListImageSetVersionsResponse$ = ListImageSetVersionsResponse$;
548
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
502
549
  0,
503
550
  [_rAe],
504
551
  [[0, 1]], 1
505
552
  ];
506
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
553
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
554
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
507
555
  0,
508
556
  [_t],
509
557
  [128 | 0], 1
510
558
  ];
511
- exports.MetadataCopies$ = [3, n0, _MC,
559
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
560
+ const MetadataCopies$ = [3, n0, _MC,
512
561
  0,
513
562
  [_cAo],
514
563
  [[() => CopiableAttributes, 0]], 1
515
564
  ];
516
- exports.Overrides$ = [3, n0, _O,
565
+ exports.MetadataCopies$ = MetadataCopies$;
566
+ const Overrides$ = [3, n0, _O,
517
567
  0,
518
568
  [_fo],
519
569
  [2]
520
570
  ];
521
- exports.SearchCriteria$ = [3, n0, _SC,
571
+ exports.Overrides$ = Overrides$;
572
+ const SearchCriteria$ = [3, n0, _SC,
522
573
  8,
523
574
  [_fi, _so],
524
- [[() => SearchFilters, 0], () => exports.Sort$]
575
+ [[() => SearchFilters, 0], () => Sort$]
525
576
  ];
526
- exports.SearchFilter$ = [3, n0, _SF,
577
+ exports.SearchCriteria$ = SearchCriteria$;
578
+ const SearchFilter$ = [3, n0, _SF,
527
579
  0,
528
580
  [_va, _op],
529
581
  [[() => SearchByAttributeValues, 0], 0], 2
530
582
  ];
531
- exports.SearchImageSetsRequest$ = [3, n0, _SISR,
583
+ exports.SearchFilter$ = SearchFilter$;
584
+ const SearchImageSetsRequest$ = [3, n0, _SISR,
532
585
  0,
533
586
  [_dI, _sC, _mR, _nT],
534
- [[0, 1], [() => exports.SearchCriteria$, 16], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
587
+ [[0, 1], [() => SearchCriteria$, 16], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
535
588
  ];
536
- exports.SearchImageSetsResponse$ = [3, n0, _SISRe,
589
+ exports.SearchImageSetsRequest$ = SearchImageSetsRequest$;
590
+ const SearchImageSetsResponse$ = [3, n0, _SISRe,
537
591
  0,
538
592
  [_iSMS, _so, _nT],
539
- [[() => ImageSetsMetadataSummaries, 0], () => exports.Sort$, 0], 1
593
+ [[() => ImageSetsMetadataSummaries, 0], () => Sort$, 0], 1
540
594
  ];
541
- exports.Sort$ = [3, n0, _S,
595
+ exports.SearchImageSetsResponse$ = SearchImageSetsResponse$;
596
+ const Sort$ = [3, n0, _S,
542
597
  0,
543
598
  [_sO, _sF],
544
599
  [0, 0], 2
545
600
  ];
546
- exports.StartDICOMImportJobRequest$ = [3, n0, _SDICOMIJR,
601
+ exports.Sort$ = Sort$;
602
+ const StartDICOMImportJobRequest$ = [3, n0, _SDICOMIJR,
547
603
  0,
548
604
  [_dARA, _dI, _iSU, _oSU, _jN, _cT, _iOAI, _iC],
549
- [0, [0, 1], 0, 0, 0, [0, 4], 0, [() => exports.ImportConfiguration$, 0]], 4
605
+ [0, [0, 1], 0, 0, 0, [0, 4], 0, [() => ImportConfiguration$, 0]], 4
550
606
  ];
551
- exports.StartDICOMImportJobResponse$ = [3, n0, _SDICOMIJRt,
607
+ exports.StartDICOMImportJobRequest$ = StartDICOMImportJobRequest$;
608
+ const StartDICOMImportJobResponse$ = [3, n0, _SDICOMIJRt,
552
609
  0,
553
610
  [_dI, _jI, _jS, _sA],
554
611
  [0, 0, 0, 4], 4
555
612
  ];
556
- exports.TagResourceRequest$ = [3, n0, _TRR,
613
+ exports.StartDICOMImportJobResponse$ = StartDICOMImportJobResponse$;
614
+ const TagResourceRequest$ = [3, n0, _TRR,
557
615
  0,
558
616
  [_rAe, _t],
559
617
  [[0, 1], 128 | 0], 2
560
618
  ];
561
- exports.TagResourceResponse$ = [3, n0, _TRRa,
619
+ exports.TagResourceRequest$ = TagResourceRequest$;
620
+ const TagResourceResponse$ = [3, n0, _TRRa,
562
621
  0,
563
622
  [],
564
623
  []
565
624
  ];
566
- exports.UntagResourceRequest$ = [3, n0, _URR,
625
+ exports.TagResourceResponse$ = TagResourceResponse$;
626
+ const UntagResourceRequest$ = [3, n0, _URR,
567
627
  0,
568
628
  [_rAe, _tK],
569
629
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
570
630
  ];
571
- exports.UntagResourceResponse$ = [3, n0, _URRn,
631
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
632
+ const UntagResourceResponse$ = [3, n0, _URRn,
572
633
  0,
573
634
  [],
574
635
  []
575
636
  ];
576
- exports.UpdateImageSetMetadataRequest$ = [3, n0, _UISMR,
637
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
638
+ const UpdateImageSetMetadataRequest$ = [3, n0, _UISMR,
577
639
  0,
578
640
  [_dI, _iSI, _lVI, _uISMU, _f, _iSIS],
579
- [[0, 1], [0, 1], [0, { [_hQ]: _lV }], [() => exports.MetadataUpdates$, 16], [2, { [_hQ]: _f }], [2, { [_hQ]: _iSIS }]], 4
641
+ [[0, 1], [0, 1], [0, { [_hQ]: _lV }], [() => MetadataUpdates$, 16], [2, { [_hQ]: _f }], [2, { [_hQ]: _iSIS }]], 4
580
642
  ];
581
- exports.UpdateImageSetMetadataResponse$ = [3, n0, _UISMRp,
643
+ exports.UpdateImageSetMetadataRequest$ = UpdateImageSetMetadataRequest$;
644
+ const UpdateImageSetMetadataResponse$ = [3, n0, _UISMRp,
582
645
  0,
583
646
  [_dI, _iSI, _lVI, _iSS, _iSWS, _cA, _uA, _m],
584
647
  [0, 0, 0, 0, 0, 4, 4, 0], 4
585
648
  ];
649
+ exports.UpdateImageSetMetadataResponse$ = UpdateImageSetMetadataResponse$;
586
650
  var DatastoreSummaries = [1, n0, _DSa,
587
- 0, () => exports.DatastoreSummary$
651
+ 0, () => DatastoreSummary$
588
652
  ];
589
653
  var DICOMImportJobSummaries = [1, n0, _DICOMIJSm,
590
- 0, () => exports.DICOMImportJobSummary$
654
+ 0, () => DICOMImportJobSummary$
591
655
  ];
592
656
  var DicomMetadataMappings = [1, n0, _DMMi,
593
- 0, [() => exports.DicomMetadataMapping$,
657
+ 0, [() => DicomMetadataMapping$,
594
658
  0]
595
659
  ];
596
660
  var ImageSetPropertiesList = [1, n0, _ISPL,
597
- 0, () => exports.ImageSetProperties$
661
+ 0, () => ImageSetProperties$
598
662
  ];
599
663
  var ImageSetsMetadataSummaries = [1, n0, _ISMSm,
600
- 0, [() => exports.ImageSetsMetadataSummary$,
664
+ 0, [() => ImageSetsMetadataSummary$,
601
665
  0]
602
666
  ];
603
667
  var SearchByAttributeValues = [1, n0, _SBAV,
604
- 0, [() => exports.SearchByAttributeValue$,
668
+ 0, [() => SearchByAttributeValue$,
605
669
  0]
606
670
  ];
607
671
  var SearchFilters = [1, n0, _SFe,
608
- 0, [() => exports.SearchFilter$,
672
+ 0, [() => SearchFilter$,
609
673
  0]
610
674
  ];
611
675
  var TagKeyList = 64 | 0;
612
676
  var TagMap = 128 | 0;
613
- exports.ImportConfiguration$ = [4, n0, _IC,
677
+ const ImportConfiguration$ = [4, n0, _IC,
614
678
  0,
615
679
  [_dJMIC],
616
- [[() => exports.DicomJsonMetadataImportConfiguration$, 0]]
680
+ [[() => DicomJsonMetadataImportConfiguration$, 0]]
617
681
  ];
618
- exports.MetadataUpdates$ = [4, n0, _MU,
682
+ exports.ImportConfiguration$ = ImportConfiguration$;
683
+ const MetadataUpdates$ = [4, n0, _MU,
619
684
  0,
620
685
  [_DICOMU, _rTVI],
621
- [[() => exports.DICOMUpdates$, 0], 0]
686
+ [[() => DICOMUpdates$, 0], 0]
622
687
  ];
623
- exports.SearchByAttributeValue$ = [4, n0, _SBAVe,
688
+ exports.MetadataUpdates$ = MetadataUpdates$;
689
+ const SearchByAttributeValue$ = [4, n0, _SBAVe,
624
690
  0,
625
691
  [_DICOMPI, _DICOMAN, _DICOMSI, _DICOMSIUIDt, _DICOMSIUID, _cA, _uA, _DICOMSDAT, _iP],
626
- [[() => DICOMPatientId, 0], [() => DICOMAccessionNumber, 0], [() => DICOMStudyId, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMSeriesInstanceUID, 0], 4, 4, [() => exports.DICOMStudyDateAndTime$, 0], 2]
692
+ [[() => DICOMPatientId, 0], [() => DICOMAccessionNumber, 0], [() => DICOMStudyId, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMSeriesInstanceUID, 0], 4, 4, [() => DICOMStudyDateAndTime$, 0], 2]
627
693
  ];
694
+ exports.SearchByAttributeValue$ = SearchByAttributeValue$;
628
695
  exports.CopyImageSet$ = [9, n0, _CIS,
629
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200] }, () => exports.CopyImageSetRequest$, () => exports.CopyImageSetResponse$
696
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200] }, () => CopyImageSetRequest$, () => CopyImageSetResponse$
630
697
  ];
631
698
  exports.CreateDatastore$ = [9, n0, _CD,
632
- { [_h]: ["POST", "/datastore", 200] }, () => exports.CreateDatastoreRequest$, () => exports.CreateDatastoreResponse$
699
+ { [_h]: ["POST", "/datastore", 200] }, () => CreateDatastoreRequest$, () => CreateDatastoreResponse$
633
700
  ];
634
701
  exports.DeleteDatastore$ = [9, n0, _DD,
635
- { [_h]: ["DELETE", "/datastore/{datastoreId}", 200] }, () => exports.DeleteDatastoreRequest$, () => exports.DeleteDatastoreResponse$
702
+ { [_h]: ["DELETE", "/datastore/{datastoreId}", 200] }, () => DeleteDatastoreRequest$, () => DeleteDatastoreResponse$
636
703
  ];
637
704
  exports.DeleteImageSet$ = [9, n0, _DIS,
638
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200] }, () => exports.DeleteImageSetRequest$, () => exports.DeleteImageSetResponse$
705
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200] }, () => DeleteImageSetRequest$, () => DeleteImageSetResponse$
639
706
  ];
640
707
  exports.GetDatastore$ = [9, n0, _GD,
641
- { [_h]: ["GET", "/datastore/{datastoreId}", 200] }, () => exports.GetDatastoreRequest$, () => exports.GetDatastoreResponse$
708
+ { [_h]: ["GET", "/datastore/{datastoreId}", 200] }, () => GetDatastoreRequest$, () => GetDatastoreResponse$
642
709
  ];
643
710
  exports.GetDICOMImportJob$ = [9, n0, _GDICOMIJ,
644
- { [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] }, () => exports.GetDICOMImportJobRequest$, () => exports.GetDICOMImportJobResponse$
711
+ { [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] }, () => GetDICOMImportJobRequest$, () => GetDICOMImportJobResponse$
645
712
  ];
646
713
  exports.GetImageFrame$ = [9, n0, _GIF,
647
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200] }, () => exports.GetImageFrameRequest$, () => exports.GetImageFrameResponse$
714
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200] }, () => GetImageFrameRequest$, () => GetImageFrameResponse$
648
715
  ];
649
716
  exports.GetImageSet$ = [9, n0, _GIS,
650
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200] }, () => exports.GetImageSetRequest$, () => exports.GetImageSetResponse$
717
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200] }, () => GetImageSetRequest$, () => GetImageSetResponse$
651
718
  ];
652
719
  exports.GetImageSetMetadata$ = [9, n0, _GISM,
653
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200] }, () => exports.GetImageSetMetadataRequest$, () => exports.GetImageSetMetadataResponse$
720
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200] }, () => GetImageSetMetadataRequest$, () => GetImageSetMetadataResponse$
654
721
  ];
655
722
  exports.ListDatastores$ = [9, n0, _LD,
656
- { [_h]: ["GET", "/datastore", 200] }, () => exports.ListDatastoresRequest$, () => exports.ListDatastoresResponse$
723
+ { [_h]: ["GET", "/datastore", 200] }, () => ListDatastoresRequest$, () => ListDatastoresResponse$
657
724
  ];
658
725
  exports.ListDICOMImportJobs$ = [9, n0, _LDICOMIJ,
659
- { [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] }, () => exports.ListDICOMImportJobsRequest$, () => exports.ListDICOMImportJobsResponse$
726
+ { [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] }, () => ListDICOMImportJobsRequest$, () => ListDICOMImportJobsResponse$
660
727
  ];
661
728
  exports.ListImageSetVersions$ = [9, n0, _LISV,
662
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200] }, () => exports.ListImageSetVersionsRequest$, () => exports.ListImageSetVersionsResponse$
729
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200] }, () => ListImageSetVersionsRequest$, () => ListImageSetVersionsResponse$
663
730
  ];
664
731
  exports.ListTagsForResource$ = [9, n0, _LTFR,
665
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
732
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
666
733
  ];
667
734
  exports.SearchImageSets$ = [9, n0, _SIS,
668
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200] }, () => exports.SearchImageSetsRequest$, () => exports.SearchImageSetsResponse$
735
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200] }, () => SearchImageSetsRequest$, () => SearchImageSetsResponse$
669
736
  ];
670
737
  exports.StartDICOMImportJob$ = [9, n0, _SDICOMIJ,
671
- { [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] }, () => exports.StartDICOMImportJobRequest$, () => exports.StartDICOMImportJobResponse$
738
+ { [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] }, () => StartDICOMImportJobRequest$, () => StartDICOMImportJobResponse$
672
739
  ];
673
740
  exports.TagResource$ = [9, n0, _TR,
674
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
741
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
675
742
  ];
676
743
  exports.UntagResource$ = [9, n0, _UR,
677
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
744
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
678
745
  ];
679
746
  exports.UpdateImageSetMetadata$ = [9, n0, _UISM,
680
- { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200] }, () => exports.UpdateImageSetMetadataRequest$, () => exports.UpdateImageSetMetadataResponse$
747
+ { [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200] }, () => UpdateImageSetMetadataRequest$, () => UpdateImageSetMetadataResponse$
681
748
  ];