@aws-sdk/client-medical-imaging 3.943.0 → 3.947.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 -278
- 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 -2
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -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,19 +647,8 @@ 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
|
-
export var __Unit = "unit";
|
|
839
652
|
export var MedicalImagingServiceException = [-3, _sm, "MedicalImagingServiceException", 0, [], []];
|
|
840
653
|
TypeRegistry.for(_sm).registerError(MedicalImagingServiceException, __MedicalImagingServiceException);
|
|
841
654
|
export var DatastoreSummaries = [1, n0, _DSa, 0, () => DatastoreSummary];
|
|
@@ -869,10 +682,7 @@ export var CopyImageSet = [
|
|
|
869
682
|
9,
|
|
870
683
|
n0,
|
|
871
684
|
_CIS,
|
|
872
|
-
{
|
|
873
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200],
|
|
874
|
-
[_en]: ["runtime-"],
|
|
875
|
-
},
|
|
685
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200], [_en]: ["runtime-"] },
|
|
876
686
|
() => CopyImageSetRequest,
|
|
877
687
|
() => CopyImageSetResponse,
|
|
878
688
|
];
|
|
@@ -880,9 +690,7 @@ export var CreateDatastore = [
|
|
|
880
690
|
9,
|
|
881
691
|
n0,
|
|
882
692
|
_CD,
|
|
883
|
-
{
|
|
884
|
-
[_h]: ["POST", "/datastore", 200],
|
|
885
|
-
},
|
|
693
|
+
{ [_h]: ["POST", "/datastore", 200] },
|
|
886
694
|
() => CreateDatastoreRequest,
|
|
887
695
|
() => CreateDatastoreResponse,
|
|
888
696
|
];
|
|
@@ -890,9 +698,7 @@ export var DeleteDatastore = [
|
|
|
890
698
|
9,
|
|
891
699
|
n0,
|
|
892
700
|
_DD,
|
|
893
|
-
{
|
|
894
|
-
[_h]: ["DELETE", "/datastore/{datastoreId}", 200],
|
|
895
|
-
},
|
|
701
|
+
{ [_h]: ["DELETE", "/datastore/{datastoreId}", 200] },
|
|
896
702
|
() => DeleteDatastoreRequest,
|
|
897
703
|
() => DeleteDatastoreResponse,
|
|
898
704
|
];
|
|
@@ -900,10 +706,7 @@ export var DeleteImageSet = [
|
|
|
900
706
|
9,
|
|
901
707
|
n0,
|
|
902
708
|
_DIS,
|
|
903
|
-
{
|
|
904
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200],
|
|
905
|
-
[_en]: ["runtime-"],
|
|
906
|
-
},
|
|
709
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200], [_en]: ["runtime-"] },
|
|
907
710
|
() => DeleteImageSetRequest,
|
|
908
711
|
() => DeleteImageSetResponse,
|
|
909
712
|
];
|
|
@@ -911,9 +714,7 @@ export var GetDatastore = [
|
|
|
911
714
|
9,
|
|
912
715
|
n0,
|
|
913
716
|
_GD,
|
|
914
|
-
{
|
|
915
|
-
[_h]: ["GET", "/datastore/{datastoreId}", 200],
|
|
916
|
-
},
|
|
717
|
+
{ [_h]: ["GET", "/datastore/{datastoreId}", 200] },
|
|
917
718
|
() => GetDatastoreRequest,
|
|
918
719
|
() => GetDatastoreResponse,
|
|
919
720
|
];
|
|
@@ -921,9 +722,7 @@ export var GetDICOMImportJob = [
|
|
|
921
722
|
9,
|
|
922
723
|
n0,
|
|
923
724
|
_GDICOMIJ,
|
|
924
|
-
{
|
|
925
|
-
[_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200],
|
|
926
|
-
},
|
|
725
|
+
{ [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] },
|
|
927
726
|
() => GetDICOMImportJobRequest,
|
|
928
727
|
() => GetDICOMImportJobResponse,
|
|
929
728
|
];
|
|
@@ -931,10 +730,7 @@ export var GetImageFrame = [
|
|
|
931
730
|
9,
|
|
932
731
|
n0,
|
|
933
732
|
_GIF,
|
|
934
|
-
{
|
|
935
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200],
|
|
936
|
-
[_en]: ["runtime-"],
|
|
937
|
-
},
|
|
733
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200], [_en]: ["runtime-"] },
|
|
938
734
|
() => GetImageFrameRequest,
|
|
939
735
|
() => GetImageFrameResponse,
|
|
940
736
|
];
|
|
@@ -942,10 +738,7 @@ export var GetImageSet = [
|
|
|
942
738
|
9,
|
|
943
739
|
n0,
|
|
944
740
|
_GIS,
|
|
945
|
-
{
|
|
946
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200],
|
|
947
|
-
[_en]: ["runtime-"],
|
|
948
|
-
},
|
|
741
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200], [_en]: ["runtime-"] },
|
|
949
742
|
() => GetImageSetRequest,
|
|
950
743
|
() => GetImageSetResponse,
|
|
951
744
|
];
|
|
@@ -953,10 +746,7 @@ export var GetImageSetMetadata = [
|
|
|
953
746
|
9,
|
|
954
747
|
n0,
|
|
955
748
|
_GISM,
|
|
956
|
-
{
|
|
957
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200],
|
|
958
|
-
[_en]: ["runtime-"],
|
|
959
|
-
},
|
|
749
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200], [_en]: ["runtime-"] },
|
|
960
750
|
() => GetImageSetMetadataRequest,
|
|
961
751
|
() => GetImageSetMetadataResponse,
|
|
962
752
|
];
|
|
@@ -964,9 +754,7 @@ export var ListDatastores = [
|
|
|
964
754
|
9,
|
|
965
755
|
n0,
|
|
966
756
|
_LD,
|
|
967
|
-
{
|
|
968
|
-
[_h]: ["GET", "/datastore", 200],
|
|
969
|
-
},
|
|
757
|
+
{ [_h]: ["GET", "/datastore", 200] },
|
|
970
758
|
() => ListDatastoresRequest,
|
|
971
759
|
() => ListDatastoresResponse,
|
|
972
760
|
];
|
|
@@ -974,9 +762,7 @@ export var ListDICOMImportJobs = [
|
|
|
974
762
|
9,
|
|
975
763
|
n0,
|
|
976
764
|
_LDICOMIJ,
|
|
977
|
-
{
|
|
978
|
-
[_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200],
|
|
979
|
-
},
|
|
765
|
+
{ [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] },
|
|
980
766
|
() => ListDICOMImportJobsRequest,
|
|
981
767
|
() => ListDICOMImportJobsResponse,
|
|
982
768
|
];
|
|
@@ -984,10 +770,7 @@ export var ListImageSetVersions = [
|
|
|
984
770
|
9,
|
|
985
771
|
n0,
|
|
986
772
|
_LISV,
|
|
987
|
-
{
|
|
988
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200],
|
|
989
|
-
[_en]: ["runtime-"],
|
|
990
|
-
},
|
|
773
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200], [_en]: ["runtime-"] },
|
|
991
774
|
() => ListImageSetVersionsRequest,
|
|
992
775
|
() => ListImageSetVersionsResponse,
|
|
993
776
|
];
|
|
@@ -995,9 +778,7 @@ export var ListTagsForResource = [
|
|
|
995
778
|
9,
|
|
996
779
|
n0,
|
|
997
780
|
_LTFR,
|
|
998
|
-
{
|
|
999
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1000
|
-
},
|
|
781
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1001
782
|
() => ListTagsForResourceRequest,
|
|
1002
783
|
() => ListTagsForResourceResponse,
|
|
1003
784
|
];
|
|
@@ -1005,10 +786,7 @@ export var SearchImageSets = [
|
|
|
1005
786
|
9,
|
|
1006
787
|
n0,
|
|
1007
788
|
_SIS,
|
|
1008
|
-
{
|
|
1009
|
-
[_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200],
|
|
1010
|
-
[_en]: ["runtime-"],
|
|
1011
|
-
},
|
|
789
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200], [_en]: ["runtime-"] },
|
|
1012
790
|
() => SearchImageSetsRequest,
|
|
1013
791
|
() => SearchImageSetsResponse,
|
|
1014
792
|
];
|
|
@@ -1016,9 +794,7 @@ export var StartDICOMImportJob = [
|
|
|
1016
794
|
9,
|
|
1017
795
|
n0,
|
|
1018
796
|
_SDICOMIJ,
|
|
1019
|
-
{
|
|
1020
|
-
[_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200],
|
|
1021
|
-
},
|
|
797
|
+
{ [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] },
|
|
1022
798
|
() => StartDICOMImportJobRequest,
|
|
1023
799
|
() => StartDICOMImportJobResponse,
|
|
1024
800
|
];
|
|
@@ -1026,9 +802,7 @@ export var TagResource = [
|
|
|
1026
802
|
9,
|
|
1027
803
|
n0,
|
|
1028
804
|
_TR,
|
|
1029
|
-
{
|
|
1030
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1031
|
-
},
|
|
805
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1032
806
|
() => TagResourceRequest,
|
|
1033
807
|
() => TagResourceResponse,
|
|
1034
808
|
];
|
|
@@ -1036,9 +810,7 @@ export var UntagResource = [
|
|
|
1036
810
|
9,
|
|
1037
811
|
n0,
|
|
1038
812
|
_UR,
|
|
1039
|
-
{
|
|
1040
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1041
|
-
},
|
|
813
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1042
814
|
() => UntagResourceRequest,
|
|
1043
815
|
() => UntagResourceResponse,
|
|
1044
816
|
];
|
|
@@ -1046,10 +818,7 @@ export var UpdateImageSetMetadata = [
|
|
|
1046
818
|
9,
|
|
1047
819
|
n0,
|
|
1048
820
|
_UISM,
|
|
1049
|
-
{
|
|
1050
|
-
[_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200],
|
|
1051
|
-
[_en]: ["runtime-"],
|
|
1052
|
-
},
|
|
821
|
+
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200], [_en]: ["runtime-"] },
|
|
1053
822
|
() => UpdateImageSetMetadataRequest,
|
|
1054
823
|
() => UpdateImageSetMetadataResponse,
|
|
1055
824
|
];
|
|
@@ -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
|
*/
|