@aws-sdk/client-medical-imaging 3.940.0 → 3.946.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.
- package/dist-cjs/index.js +47 -277
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/MedicalImagingClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +47 -277
- package/dist-types/MedicalImaging.d.ts +1 -1
- package/dist-types/MedicalImagingClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CopyImageSetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDatastoreCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDatastoreCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImageSetCommand.d.ts +3 -3
- package/dist-types/commands/GetDICOMImportJobCommand.d.ts +3 -3
- package/dist-types/commands/GetDatastoreCommand.d.ts +3 -3
- package/dist-types/commands/GetImageFrameCommand.d.ts +3 -3
- package/dist-types/commands/GetImageSetCommand.d.ts +3 -3
- package/dist-types/commands/GetImageSetMetadataCommand.d.ts +3 -3
- package/dist-types/commands/ListDICOMImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListDatastoresCommand.d.ts +3 -3
- package/dist-types/commands/ListImageSetVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/SearchImageSetsCommand.d.ts +3 -3
- package/dist-types/commands/StartDICOMImportJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageSetMetadataCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/MedicalImagingServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDICOMImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatastoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageSetVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchImageSetsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/MedicalImagingClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MedicalImagingServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -212,47 +212,11 @@ export var DICOMStudyDescription = [0, n0, _DICOMSDt, 8, 0];
|
|
|
212
212
|
export var DICOMStudyId = [0, n0, _DICOMSI, 8, 0];
|
|
213
213
|
export var DICOMStudyInstanceUID = [0, n0, _DICOMSIUIDt, 8, 0];
|
|
214
214
|
export var DICOMStudyTime = [0, n0, _DICOMST, 8, 0];
|
|
215
|
-
export var ImageSetMetadataBlob = [
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
_ISMB,
|
|
219
|
-
{
|
|
220
|
-
[_s]: 1,
|
|
221
|
-
},
|
|
222
|
-
42,
|
|
223
|
-
];
|
|
224
|
-
export var PayloadBlob = [
|
|
225
|
-
0,
|
|
226
|
-
n0,
|
|
227
|
-
_PB,
|
|
228
|
-
{
|
|
229
|
-
[_s]: 1,
|
|
230
|
-
},
|
|
231
|
-
42,
|
|
232
|
-
];
|
|
233
|
-
export var AccessDeniedException = [
|
|
234
|
-
-3,
|
|
235
|
-
n0,
|
|
236
|
-
_ADE,
|
|
237
|
-
{
|
|
238
|
-
[_e]: _c,
|
|
239
|
-
[_hE]: 403,
|
|
240
|
-
},
|
|
241
|
-
[_m],
|
|
242
|
-
[0],
|
|
243
|
-
];
|
|
215
|
+
export var ImageSetMetadataBlob = [0, n0, _ISMB, { [_s]: 1 }, 42];
|
|
216
|
+
export var PayloadBlob = [0, n0, _PB, { [_s]: 1 }, 42];
|
|
217
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
244
218
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
245
|
-
export var ConflictException = [
|
|
246
|
-
-3,
|
|
247
|
-
n0,
|
|
248
|
-
_CE,
|
|
249
|
-
{
|
|
250
|
-
[_e]: _c,
|
|
251
|
-
[_hE]: 409,
|
|
252
|
-
},
|
|
253
|
-
[_m],
|
|
254
|
-
[0],
|
|
255
|
-
];
|
|
219
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
256
220
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
257
221
|
export var CopyDestinationImageSet = [3, n0, _CDIS, 0, [_iSI, _lVI], [0, 0]];
|
|
258
222
|
export var CopyDestinationImageSetProperties = [
|
|
@@ -281,18 +245,8 @@ export var CopyImageSetRequest = [
|
|
|
281
245
|
[0, 1],
|
|
282
246
|
[0, 1],
|
|
283
247
|
[() => CopyImageSetInformation, 16],
|
|
284
|
-
[
|
|
285
|
-
|
|
286
|
-
{
|
|
287
|
-
[_hQ]: _f,
|
|
288
|
-
},
|
|
289
|
-
],
|
|
290
|
-
[
|
|
291
|
-
2,
|
|
292
|
-
{
|
|
293
|
-
[_hQ]: _pTP,
|
|
294
|
-
},
|
|
295
|
-
],
|
|
248
|
+
[2, { [_hQ]: _f }],
|
|
249
|
+
[2, { [_hQ]: _pTP }],
|
|
296
250
|
],
|
|
297
251
|
];
|
|
298
252
|
export var CopyImageSetResponse = [
|
|
@@ -479,12 +433,7 @@ export var GetImageFrameResponse = [
|
|
|
479
433
|
[_iFB, _cTo],
|
|
480
434
|
[
|
|
481
435
|
[() => PayloadBlob, 16],
|
|
482
|
-
[
|
|
483
|
-
0,
|
|
484
|
-
{
|
|
485
|
-
[_hH]: _CT,
|
|
486
|
-
},
|
|
487
|
-
],
|
|
436
|
+
[0, { [_hH]: _CT }],
|
|
488
437
|
],
|
|
489
438
|
];
|
|
490
439
|
export var GetImageSetMetadataRequest = [
|
|
@@ -496,12 +445,7 @@ export var GetImageSetMetadataRequest = [
|
|
|
496
445
|
[
|
|
497
446
|
[0, 1],
|
|
498
447
|
[0, 1],
|
|
499
|
-
[
|
|
500
|
-
0,
|
|
501
|
-
{
|
|
502
|
-
[_hQ]: _v,
|
|
503
|
-
},
|
|
504
|
-
],
|
|
448
|
+
[0, { [_hQ]: _v }],
|
|
505
449
|
],
|
|
506
450
|
];
|
|
507
451
|
export var GetImageSetMetadataResponse = [
|
|
@@ -512,18 +456,8 @@ export var GetImageSetMetadataResponse = [
|
|
|
512
456
|
[_iSMB, _cTo, _cE],
|
|
513
457
|
[
|
|
514
458
|
[() => ImageSetMetadataBlob, 16],
|
|
515
|
-
[
|
|
516
|
-
|
|
517
|
-
{
|
|
518
|
-
[_hH]: _CT,
|
|
519
|
-
},
|
|
520
|
-
],
|
|
521
|
-
[
|
|
522
|
-
0,
|
|
523
|
-
{
|
|
524
|
-
[_hH]: _CE_,
|
|
525
|
-
},
|
|
526
|
-
],
|
|
459
|
+
[0, { [_hH]: _CT }],
|
|
460
|
+
[0, { [_hH]: _CE_ }],
|
|
527
461
|
],
|
|
528
462
|
];
|
|
529
463
|
export var GetImageSetRequest = [
|
|
@@ -535,12 +469,7 @@ export var GetImageSetRequest = [
|
|
|
535
469
|
[
|
|
536
470
|
[0, 1],
|
|
537
471
|
[0, 1],
|
|
538
|
-
[
|
|
539
|
-
0,
|
|
540
|
-
{
|
|
541
|
-
[_hQ]: _v,
|
|
542
|
-
},
|
|
543
|
-
],
|
|
472
|
+
[0, { [_hQ]: _v }],
|
|
544
473
|
],
|
|
545
474
|
];
|
|
546
475
|
export var GetImageSetResponse = [
|
|
@@ -568,17 +497,7 @@ export var ImageSetsMetadataSummary = [
|
|
|
568
497
|
[_iSI, _v, _cA, _uA, _lAAa, _sT, _DICOMT, _iP],
|
|
569
498
|
[0, 1, 4, 4, 4, 0, [() => DICOMTags, 0], 2],
|
|
570
499
|
];
|
|
571
|
-
export var InternalServerException = [
|
|
572
|
-
-3,
|
|
573
|
-
n0,
|
|
574
|
-
_ISE,
|
|
575
|
-
{
|
|
576
|
-
[_e]: _se,
|
|
577
|
-
[_hE]: 500,
|
|
578
|
-
},
|
|
579
|
-
[_m],
|
|
580
|
-
[0],
|
|
581
|
-
];
|
|
500
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
582
501
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
583
502
|
export var ListDatastoresRequest = [
|
|
584
503
|
3,
|
|
@@ -587,24 +506,9 @@ export var ListDatastoresRequest = [
|
|
|
587
506
|
0,
|
|
588
507
|
[_dS, _nT, _mR],
|
|
589
508
|
[
|
|
590
|
-
[
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
[_hQ]: _dS,
|
|
594
|
-
},
|
|
595
|
-
],
|
|
596
|
-
[
|
|
597
|
-
0,
|
|
598
|
-
{
|
|
599
|
-
[_hQ]: _nT,
|
|
600
|
-
},
|
|
601
|
-
],
|
|
602
|
-
[
|
|
603
|
-
1,
|
|
604
|
-
{
|
|
605
|
-
[_hQ]: _mR,
|
|
606
|
-
},
|
|
607
|
-
],
|
|
509
|
+
[0, { [_hQ]: _dS }],
|
|
510
|
+
[0, { [_hQ]: _nT }],
|
|
511
|
+
[1, { [_hQ]: _mR }],
|
|
608
512
|
],
|
|
609
513
|
];
|
|
610
514
|
export var ListDatastoresResponse = [
|
|
@@ -623,24 +527,9 @@ export var ListDICOMImportJobsRequest = [
|
|
|
623
527
|
[_dI, _jS, _nT, _mR],
|
|
624
528
|
[
|
|
625
529
|
[0, 1],
|
|
626
|
-
[
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
[_hQ]: _jS,
|
|
630
|
-
},
|
|
631
|
-
],
|
|
632
|
-
[
|
|
633
|
-
0,
|
|
634
|
-
{
|
|
635
|
-
[_hQ]: _nT,
|
|
636
|
-
},
|
|
637
|
-
],
|
|
638
|
-
[
|
|
639
|
-
1,
|
|
640
|
-
{
|
|
641
|
-
[_hQ]: _mR,
|
|
642
|
-
},
|
|
643
|
-
],
|
|
530
|
+
[0, { [_hQ]: _jS }],
|
|
531
|
+
[0, { [_hQ]: _nT }],
|
|
532
|
+
[1, { [_hQ]: _mR }],
|
|
644
533
|
],
|
|
645
534
|
];
|
|
646
535
|
export var ListDICOMImportJobsResponse = [
|
|
@@ -660,18 +549,8 @@ export var ListImageSetVersionsRequest = [
|
|
|
660
549
|
[
|
|
661
550
|
[0, 1],
|
|
662
551
|
[0, 1],
|
|
663
|
-
[
|
|
664
|
-
|
|
665
|
-
{
|
|
666
|
-
[_hQ]: _nT,
|
|
667
|
-
},
|
|
668
|
-
],
|
|
669
|
-
[
|
|
670
|
-
1,
|
|
671
|
-
{
|
|
672
|
-
[_hQ]: _mR,
|
|
673
|
-
},
|
|
674
|
-
],
|
|
552
|
+
[0, { [_hQ]: _nT }],
|
|
553
|
+
[1, { [_hQ]: _mR }],
|
|
675
554
|
],
|
|
676
555
|
];
|
|
677
556
|
export var ListImageSetVersionsResponse = [
|
|
@@ -686,17 +565,7 @@ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
|
686
565
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
687
566
|
export var MetadataCopies = [3, n0, _MC, 0, [_cAo], [[() => CopiableAttributes, 0]]];
|
|
688
567
|
export var Overrides = [3, n0, _O, 0, [_fo], [2]];
|
|
689
|
-
export var ResourceNotFoundException = [
|
|
690
|
-
-3,
|
|
691
|
-
n0,
|
|
692
|
-
_RNFE,
|
|
693
|
-
{
|
|
694
|
-
[_e]: _c,
|
|
695
|
-
[_hE]: 404,
|
|
696
|
-
},
|
|
697
|
-
[_m],
|
|
698
|
-
[0],
|
|
699
|
-
];
|
|
568
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
700
569
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
701
570
|
export var SearchCriteria = [3, n0, _SC, 8, [_fi, _so], [[() => SearchFilters, 0], () => Sort]];
|
|
702
571
|
export var SearchFilter = [3, n0, _SF, 0, [_va, _op], [[() => SearchByAttributeValues, 0], 0]];
|
|
@@ -709,18 +578,8 @@ export var SearchImageSetsRequest = [
|
|
|
709
578
|
[
|
|
710
579
|
[0, 1],
|
|
711
580
|
[() => SearchCriteria, 16],
|
|
712
|
-
[
|
|
713
|
-
|
|
714
|
-
{
|
|
715
|
-
[_hQ]: _mR,
|
|
716
|
-
},
|
|
717
|
-
],
|
|
718
|
-
[
|
|
719
|
-
0,
|
|
720
|
-
{
|
|
721
|
-
[_hQ]: _nT,
|
|
722
|
-
},
|
|
723
|
-
],
|
|
581
|
+
[1, { [_hQ]: _mR }],
|
|
582
|
+
[0, { [_hQ]: _nT }],
|
|
724
583
|
],
|
|
725
584
|
];
|
|
726
585
|
export var SearchImageSetsResponse = [
|
|
@@ -731,17 +590,7 @@ export var SearchImageSetsResponse = [
|
|
|
731
590
|
[_iSMS, _so, _nT],
|
|
732
591
|
[[() => ImageSetsMetadataSummaries, 0], () => Sort, 0],
|
|
733
592
|
];
|
|
734
|
-
export var ServiceQuotaExceededException = [
|
|
735
|
-
-3,
|
|
736
|
-
n0,
|
|
737
|
-
_SQEE,
|
|
738
|
-
{
|
|
739
|
-
[_e]: _c,
|
|
740
|
-
[_hE]: 402,
|
|
741
|
-
},
|
|
742
|
-
[_m],
|
|
743
|
-
[0],
|
|
744
|
-
];
|
|
593
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
745
594
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
746
595
|
export var Sort = [3, n0, _S, 0, [_sO, _sF], [0, 0]];
|
|
747
596
|
export var StartDICOMImportJobRequest = [
|
|
@@ -762,17 +611,7 @@ export var StartDICOMImportJobResponse = [
|
|
|
762
611
|
];
|
|
763
612
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
764
613
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
765
|
-
export var ThrottlingException = [
|
|
766
|
-
-3,
|
|
767
|
-
n0,
|
|
768
|
-
_TE,
|
|
769
|
-
{
|
|
770
|
-
[_e]: _c,
|
|
771
|
-
[_hE]: 429,
|
|
772
|
-
},
|
|
773
|
-
[_m],
|
|
774
|
-
[0],
|
|
775
|
-
];
|
|
614
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
776
615
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
777
616
|
export var UntagResourceRequest = [
|
|
778
617
|
3,
|
|
@@ -782,12 +621,7 @@ export var UntagResourceRequest = [
|
|
|
782
621
|
[_rAe, _tK],
|
|
783
622
|
[
|
|
784
623
|
[0, 1],
|
|
785
|
-
[
|
|
786
|
-
64 | 0,
|
|
787
|
-
{
|
|
788
|
-
[_hQ]: _tK,
|
|
789
|
-
},
|
|
790
|
-
],
|
|
624
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
791
625
|
],
|
|
792
626
|
];
|
|
793
627
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -800,18 +634,8 @@ export var UpdateImageSetMetadataRequest = [
|
|
|
800
634
|
[
|
|
801
635
|
[0, 1],
|
|
802
636
|
[0, 1],
|
|
803
|
-
[
|
|
804
|
-
|
|
805
|
-
{
|
|
806
|
-
[_hQ]: _lV,
|
|
807
|
-
},
|
|
808
|
-
],
|
|
809
|
-
[
|
|
810
|
-
2,
|
|
811
|
-
{
|
|
812
|
-
[_hQ]: _f,
|
|
813
|
-
},
|
|
814
|
-
],
|
|
637
|
+
[0, { [_hQ]: _lV }],
|
|
638
|
+
[2, { [_hQ]: _f }],
|
|
815
639
|
[() => MetadataUpdates, 16],
|
|
816
640
|
],
|
|
817
641
|
];
|
|
@@ -823,17 +647,7 @@ export var UpdateImageSetMetadataResponse = [
|
|
|
823
647
|
[_dI, _iSI, _lVI, _iSS, _iSWS, _cA, _uA, _m],
|
|
824
648
|
[0, 0, 0, 0, 0, 4, 4, 0],
|
|
825
649
|
];
|
|
826
|
-
export var ValidationException = [
|
|
827
|
-
-3,
|
|
828
|
-
n0,
|
|
829
|
-
_VE,
|
|
830
|
-
{
|
|
831
|
-
[_e]: _c,
|
|
832
|
-
[_hE]: 400,
|
|
833
|
-
},
|
|
834
|
-
[_m],
|
|
835
|
-
[0],
|
|
836
|
-
];
|
|
650
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
837
651
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
838
652
|
export var __Unit = "unit";
|
|
839
653
|
export var MedicalImagingServiceException = [-3, _sm, "MedicalImagingServiceException", 0, [], []];
|
|
@@ -869,10 +683,7 @@ export var CopyImageSet = [
|
|
|
869
683
|
9,
|
|
870
684
|
n0,
|
|
871
685
|
_CIS,
|
|
872
|
-
{
|
|
873
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200],
|
|
874
|
-
[_en]: ["runtime-"],
|
|
875
|
-
},
|
|
686
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200], [_en]: ["runtime-"] },
|
|
876
687
|
() => CopyImageSetRequest,
|
|
877
688
|
() => CopyImageSetResponse,
|
|
878
689
|
];
|
|
@@ -880,9 +691,7 @@ export var CreateDatastore = [
|
|
|
880
691
|
9,
|
|
881
692
|
n0,
|
|
882
693
|
_CD,
|
|
883
|
-
{
|
|
884
|
-
[_h]: ["POST", "/datastore", 200],
|
|
885
|
-
},
|
|
694
|
+
{ [_h]: ["POST", "/datastore", 200] },
|
|
886
695
|
() => CreateDatastoreRequest,
|
|
887
696
|
() => CreateDatastoreResponse,
|
|
888
697
|
];
|
|
@@ -890,9 +699,7 @@ export var DeleteDatastore = [
|
|
|
890
699
|
9,
|
|
891
700
|
n0,
|
|
892
701
|
_DD,
|
|
893
|
-
{
|
|
894
|
-
[_h]: ["DELETE", "/datastore/{datastoreId}", 200],
|
|
895
|
-
},
|
|
702
|
+
{ [_h]: ["DELETE", "/datastore/{datastoreId}", 200] },
|
|
896
703
|
() => DeleteDatastoreRequest,
|
|
897
704
|
() => DeleteDatastoreResponse,
|
|
898
705
|
];
|
|
@@ -900,10 +707,7 @@ export var DeleteImageSet = [
|
|
|
900
707
|
9,
|
|
901
708
|
n0,
|
|
902
709
|
_DIS,
|
|
903
|
-
{
|
|
904
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200],
|
|
905
|
-
[_en]: ["runtime-"],
|
|
906
|
-
},
|
|
710
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200], [_en]: ["runtime-"] },
|
|
907
711
|
() => DeleteImageSetRequest,
|
|
908
712
|
() => DeleteImageSetResponse,
|
|
909
713
|
];
|
|
@@ -911,9 +715,7 @@ export var GetDatastore = [
|
|
|
911
715
|
9,
|
|
912
716
|
n0,
|
|
913
717
|
_GD,
|
|
914
|
-
{
|
|
915
|
-
[_h]: ["GET", "/datastore/{datastoreId}", 200],
|
|
916
|
-
},
|
|
718
|
+
{ [_h]: ["GET", "/datastore/{datastoreId}", 200] },
|
|
917
719
|
() => GetDatastoreRequest,
|
|
918
720
|
() => GetDatastoreResponse,
|
|
919
721
|
];
|
|
@@ -921,9 +723,7 @@ export var GetDICOMImportJob = [
|
|
|
921
723
|
9,
|
|
922
724
|
n0,
|
|
923
725
|
_GDICOMIJ,
|
|
924
|
-
{
|
|
925
|
-
[_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200],
|
|
926
|
-
},
|
|
726
|
+
{ [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] },
|
|
927
727
|
() => GetDICOMImportJobRequest,
|
|
928
728
|
() => GetDICOMImportJobResponse,
|
|
929
729
|
];
|
|
@@ -931,10 +731,7 @@ export var GetImageFrame = [
|
|
|
931
731
|
9,
|
|
932
732
|
n0,
|
|
933
733
|
_GIF,
|
|
934
|
-
{
|
|
935
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200],
|
|
936
|
-
[_en]: ["runtime-"],
|
|
937
|
-
},
|
|
734
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200], [_en]: ["runtime-"] },
|
|
938
735
|
() => GetImageFrameRequest,
|
|
939
736
|
() => GetImageFrameResponse,
|
|
940
737
|
];
|
|
@@ -942,10 +739,7 @@ export var GetImageSet = [
|
|
|
942
739
|
9,
|
|
943
740
|
n0,
|
|
944
741
|
_GIS,
|
|
945
|
-
{
|
|
946
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200],
|
|
947
|
-
[_en]: ["runtime-"],
|
|
948
|
-
},
|
|
742
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200], [_en]: ["runtime-"] },
|
|
949
743
|
() => GetImageSetRequest,
|
|
950
744
|
() => GetImageSetResponse,
|
|
951
745
|
];
|
|
@@ -953,10 +747,7 @@ export var GetImageSetMetadata = [
|
|
|
953
747
|
9,
|
|
954
748
|
n0,
|
|
955
749
|
_GISM,
|
|
956
|
-
{
|
|
957
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200],
|
|
958
|
-
[_en]: ["runtime-"],
|
|
959
|
-
},
|
|
750
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200], [_en]: ["runtime-"] },
|
|
960
751
|
() => GetImageSetMetadataRequest,
|
|
961
752
|
() => GetImageSetMetadataResponse,
|
|
962
753
|
];
|
|
@@ -964,9 +755,7 @@ export var ListDatastores = [
|
|
|
964
755
|
9,
|
|
965
756
|
n0,
|
|
966
757
|
_LD,
|
|
967
|
-
{
|
|
968
|
-
[_h]: ["GET", "/datastore", 200],
|
|
969
|
-
},
|
|
758
|
+
{ [_h]: ["GET", "/datastore", 200] },
|
|
970
759
|
() => ListDatastoresRequest,
|
|
971
760
|
() => ListDatastoresResponse,
|
|
972
761
|
];
|
|
@@ -974,9 +763,7 @@ export var ListDICOMImportJobs = [
|
|
|
974
763
|
9,
|
|
975
764
|
n0,
|
|
976
765
|
_LDICOMIJ,
|
|
977
|
-
{
|
|
978
|
-
[_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200],
|
|
979
|
-
},
|
|
766
|
+
{ [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] },
|
|
980
767
|
() => ListDICOMImportJobsRequest,
|
|
981
768
|
() => ListDICOMImportJobsResponse,
|
|
982
769
|
];
|
|
@@ -984,10 +771,7 @@ export var ListImageSetVersions = [
|
|
|
984
771
|
9,
|
|
985
772
|
n0,
|
|
986
773
|
_LISV,
|
|
987
|
-
{
|
|
988
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200],
|
|
989
|
-
[_en]: ["runtime-"],
|
|
990
|
-
},
|
|
774
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200], [_en]: ["runtime-"] },
|
|
991
775
|
() => ListImageSetVersionsRequest,
|
|
992
776
|
() => ListImageSetVersionsResponse,
|
|
993
777
|
];
|
|
@@ -995,9 +779,7 @@ export var ListTagsForResource = [
|
|
|
995
779
|
9,
|
|
996
780
|
n0,
|
|
997
781
|
_LTFR,
|
|
998
|
-
{
|
|
999
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1000
|
-
},
|
|
782
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1001
783
|
() => ListTagsForResourceRequest,
|
|
1002
784
|
() => ListTagsForResourceResponse,
|
|
1003
785
|
];
|
|
@@ -1005,10 +787,7 @@ export var SearchImageSets = [
|
|
|
1005
787
|
9,
|
|
1006
788
|
n0,
|
|
1007
789
|
_SIS,
|
|
1008
|
-
{
|
|
1009
|
-
[_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200],
|
|
1010
|
-
[_en]: ["runtime-"],
|
|
1011
|
-
},
|
|
790
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200], [_en]: ["runtime-"] },
|
|
1012
791
|
() => SearchImageSetsRequest,
|
|
1013
792
|
() => SearchImageSetsResponse,
|
|
1014
793
|
];
|
|
@@ -1016,9 +795,7 @@ export var StartDICOMImportJob = [
|
|
|
1016
795
|
9,
|
|
1017
796
|
n0,
|
|
1018
797
|
_SDICOMIJ,
|
|
1019
|
-
{
|
|
1020
|
-
[_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200],
|
|
1021
|
-
},
|
|
798
|
+
{ [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] },
|
|
1022
799
|
() => StartDICOMImportJobRequest,
|
|
1023
800
|
() => StartDICOMImportJobResponse,
|
|
1024
801
|
];
|
|
@@ -1026,9 +803,7 @@ export var TagResource = [
|
|
|
1026
803
|
9,
|
|
1027
804
|
n0,
|
|
1028
805
|
_TR,
|
|
1029
|
-
{
|
|
1030
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1031
|
-
},
|
|
806
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1032
807
|
() => TagResourceRequest,
|
|
1033
808
|
() => TagResourceResponse,
|
|
1034
809
|
];
|
|
@@ -1036,9 +811,7 @@ export var UntagResource = [
|
|
|
1036
811
|
9,
|
|
1037
812
|
n0,
|
|
1038
813
|
_UR,
|
|
1039
|
-
{
|
|
1040
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1041
|
-
},
|
|
814
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1042
815
|
() => UntagResourceRequest,
|
|
1043
816
|
() => UntagResourceResponse,
|
|
1044
817
|
];
|
|
@@ -1046,10 +819,7 @@ export var UpdateImageSetMetadata = [
|
|
|
1046
819
|
9,
|
|
1047
820
|
n0,
|
|
1048
821
|
_UISM,
|
|
1049
|
-
{
|
|
1050
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200],
|
|
1051
|
-
[_en]: ["runtime-"],
|
|
1052
|
-
},
|
|
822
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200], [_en]: ["runtime-"] },
|
|
1053
823
|
() => UpdateImageSetMetadataRequest,
|
|
1054
824
|
() => UpdateImageSetMetadataResponse,
|
|
1055
825
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CopyImageSetCommandInput, CopyImageSetCommandOutput } from "./commands/CopyImageSetCommand";
|
|
3
3
|
import { CreateDatastoreCommandInput, CreateDatastoreCommandOutput } from "./commands/CreateDatastoreCommand";
|
|
4
4
|
import { DeleteDatastoreCommandInput, DeleteDatastoreCommandOutput } from "./commands/DeleteDatastoreCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
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 SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CopyImageSetCommandInput, CopyImageSetCommandOutput } from "./commands/CopyImageSetCommand";
|
|
11
11
|
import { CreateDatastoreCommandInput, CreateDatastoreCommandOutput } from "./commands/CreateDatastoreCommand";
|
|
12
12
|
import { DeleteDatastoreCommandInput, DeleteDatastoreCommandOutput } from "./commands/DeleteDatastoreCommand";
|
|
@@ -26,7 +26,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
26
26
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
27
27
|
import { UpdateImageSetMetadataCommandInput, UpdateImageSetMetadataCommandOutput } from "./commands/UpdateImageSetMetadataCommand";
|
|
28
28
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
29
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
29
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
30
30
|
export { __Client };
|
|
31
31
|
/**
|
|
32
32
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { MedicalImagingHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { MedicalImagingHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { MedicalImagingClientResolvedConfig } from "../MedicalImagingClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type MedicalImagingClientResolvedConfig } from "../MedicalImagingClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
-
import { CopyImageSetRequest, CopyImageSetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
+
import type { CopyImageSetRequest, CopyImageSetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
-
import { CreateDatastoreRequest, CreateDatastoreResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
+
import type { CreateDatastoreRequest, CreateDatastoreResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
-
import { DeleteDatastoreRequest, DeleteDatastoreResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
+
import type { DeleteDatastoreRequest, DeleteDatastoreResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
-
import { DeleteImageSetRequest, DeleteImageSetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
+
import type { DeleteImageSetRequest, DeleteImageSetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
-
import { GetDICOMImportJobRequest, GetDICOMImportJobResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MedicalImagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MedicalImagingClient";
|
|
4
|
+
import type { GetDICOMImportJobRequest, GetDICOMImportJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|