@aws-sdk/client-medical-imaging 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +280 -189
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CopyImageSetCommand.js +2 -2
- package/dist-es/commands/CreateDatastoreCommand.js +2 -2
- package/dist-es/commands/DeleteDatastoreCommand.js +2 -2
- package/dist-es/commands/DeleteImageSetCommand.js +2 -2
- package/dist-es/commands/GetDICOMImportJobCommand.js +2 -2
- package/dist-es/commands/GetDatastoreCommand.js +2 -2
- package/dist-es/commands/GetImageFrameCommand.js +2 -2
- package/dist-es/commands/GetImageSetCommand.js +2 -2
- package/dist-es/commands/GetImageSetMetadataCommand.js +2 -2
- package/dist-es/commands/ListDICOMImportJobsCommand.js +2 -2
- package/dist-es/commands/ListDatastoresCommand.js +2 -2
- package/dist-es/commands/ListImageSetVersionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/SearchImageSetsCommand.js +2 -2
- package/dist-es/commands/StartDICOMImportJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateImageSetMetadataCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +176 -169
- package/dist-types/MedicalImagingClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +85 -111
- package/dist-types/ts3.4/MedicalImagingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +84 -112
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class MedicalImagingClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class MedicalImagingServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, MedicalImagingServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends MedicalImagingServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MedicalImaging
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ConflictException extends MedicalImagingServiceException {
|
|
133
133
|
name = "ConflictException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ConflictException$1 = class ConflictException extends MedicalImagingServiceE
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InternalServerException extends MedicalImagingServiceException {
|
|
145
145
|
name = "InternalServerException";
|
|
146
146
|
$fault = "server";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InternalServerException$1 = class InternalServerException extends MedicalIma
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class ResourceNotFoundException extends MedicalImagingServiceException {
|
|
157
157
|
name = "ResourceNotFoundException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Medica
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class ServiceQuotaExceededException extends MedicalImagingServiceException {
|
|
169
169
|
name = "ServiceQuotaExceededException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ThrottlingException extends MedicalImagingServiceException {
|
|
181
181
|
name = "ThrottlingException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let ThrottlingException$1 = class ThrottlingException extends MedicalImagingServ
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class ValidationException extends MedicalImagingServiceException {
|
|
193
193
|
name = "ValidationException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,7 +200,7 @@ let ValidationException$1 = class ValidationException extends MedicalImagingServ
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
203
|
+
}
|
|
204
204
|
|
|
205
205
|
const _ADE = "AccessDeniedException";
|
|
206
206
|
const _CA = "CopiableAttributes";
|
|
@@ -415,12 +415,12 @@ var DICOMStudyInstanceUID = [0, n0, _DICOMSIUIDt, 8, 0];
|
|
|
415
415
|
var DICOMStudyTime = [0, n0, _DICOMST, 8, 0];
|
|
416
416
|
var ImageSetMetadataBlob = [0, n0, _ISMB, { [_s]: 1 }, 42];
|
|
417
417
|
var PayloadBlob = [0, n0, _PB, { [_s]: 1 }, 42];
|
|
418
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
419
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
420
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
421
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
422
|
-
var CopyDestinationImageSet = [3, n0, _CDIS, 0, [_iSI, _lVI], [0, 0]];
|
|
423
|
-
var CopyDestinationImageSetProperties = [
|
|
418
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
419
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
420
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
421
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
422
|
+
var CopyDestinationImageSet$ = [3, n0, _CDIS, 0, [_iSI, _lVI], [0, 0]];
|
|
423
|
+
var CopyDestinationImageSetProperties$ = [
|
|
424
424
|
3,
|
|
425
425
|
n0,
|
|
426
426
|
_CDISP,
|
|
@@ -428,15 +428,15 @@ var CopyDestinationImageSetProperties = [
|
|
|
428
428
|
[_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
|
|
429
429
|
[0, 0, 0, 0, 4, 4, 0],
|
|
430
430
|
];
|
|
431
|
-
var CopyImageSetInformation = [
|
|
431
|
+
var CopyImageSetInformation$ = [
|
|
432
432
|
3,
|
|
433
433
|
n0,
|
|
434
434
|
_CISI,
|
|
435
435
|
0,
|
|
436
436
|
[_sIS, _dIS],
|
|
437
|
-
[[() => CopySourceImageSetInformation
|
|
437
|
+
[[() => CopySourceImageSetInformation$, 0], () => CopyDestinationImageSet$],
|
|
438
438
|
];
|
|
439
|
-
var CopyImageSetRequest = [
|
|
439
|
+
var CopyImageSetRequest$ = [
|
|
440
440
|
3,
|
|
441
441
|
n0,
|
|
442
442
|
_CISR,
|
|
@@ -445,28 +445,28 @@ var CopyImageSetRequest = [
|
|
|
445
445
|
[
|
|
446
446
|
[0, 1],
|
|
447
447
|
[0, 1],
|
|
448
|
-
[() => CopyImageSetInformation
|
|
448
|
+
[() => CopyImageSetInformation$, 16],
|
|
449
449
|
[2, { [_hQ]: _f }],
|
|
450
450
|
[2, { [_hQ]: _pTP }],
|
|
451
451
|
],
|
|
452
452
|
];
|
|
453
|
-
var CopyImageSetResponse = [
|
|
453
|
+
var CopyImageSetResponse$ = [
|
|
454
454
|
3,
|
|
455
455
|
n0,
|
|
456
456
|
_CISRo,
|
|
457
457
|
0,
|
|
458
458
|
[_dI, _sISP, _dISP],
|
|
459
|
-
[0, () => CopySourceImageSetProperties
|
|
459
|
+
[0, () => CopySourceImageSetProperties$, () => CopyDestinationImageSetProperties$],
|
|
460
460
|
];
|
|
461
|
-
var CopySourceImageSetInformation = [
|
|
461
|
+
var CopySourceImageSetInformation$ = [
|
|
462
462
|
3,
|
|
463
463
|
n0,
|
|
464
464
|
_CSISI,
|
|
465
465
|
0,
|
|
466
466
|
[_lVI, _DICOMC],
|
|
467
|
-
[0, [() => MetadataCopies
|
|
467
|
+
[0, [() => MetadataCopies$, 0]],
|
|
468
468
|
];
|
|
469
|
-
var CopySourceImageSetProperties = [
|
|
469
|
+
var CopySourceImageSetProperties$ = [
|
|
470
470
|
3,
|
|
471
471
|
n0,
|
|
472
472
|
_CSISP,
|
|
@@ -474,7 +474,7 @@ var CopySourceImageSetProperties = [
|
|
|
474
474
|
[_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
|
|
475
475
|
[0, 0, 0, 0, 4, 4, 0],
|
|
476
476
|
];
|
|
477
|
-
var CreateDatastoreRequest = [
|
|
477
|
+
var CreateDatastoreRequest$ = [
|
|
478
478
|
3,
|
|
479
479
|
n0,
|
|
480
480
|
_CDR,
|
|
@@ -482,8 +482,8 @@ var CreateDatastoreRequest = [
|
|
|
482
482
|
[_dN, _cT, _t, _kKA, _lAA, _lSF],
|
|
483
483
|
[0, [0, 4], 128 | 0, 0, 0, 0],
|
|
484
484
|
];
|
|
485
|
-
var CreateDatastoreResponse = [3, n0, _CDRr, 0, [_dI, _dS], [0, 0]];
|
|
486
|
-
var DatastoreProperties = [
|
|
485
|
+
var CreateDatastoreResponse$ = [3, n0, _CDRr, 0, [_dI, _dS], [0, 0]];
|
|
486
|
+
var DatastoreProperties$ = [
|
|
487
487
|
3,
|
|
488
488
|
n0,
|
|
489
489
|
_DP,
|
|
@@ -491,7 +491,7 @@ var DatastoreProperties = [
|
|
|
491
491
|
[_dI, _dN, _dS, _kKA, _lAA, _lSF, _dA, _cA, _uA],
|
|
492
492
|
[0, 0, 0, 0, 0, 0, 0, 4, 4],
|
|
493
493
|
];
|
|
494
|
-
var DatastoreSummary = [
|
|
494
|
+
var DatastoreSummary$ = [
|
|
495
495
|
3,
|
|
496
496
|
n0,
|
|
497
497
|
_DS,
|
|
@@ -499,9 +499,9 @@ var DatastoreSummary = [
|
|
|
499
499
|
[_dI, _dN, _dS, _dA, _cA, _uA],
|
|
500
500
|
[0, 0, 0, 0, 4, 4],
|
|
501
501
|
];
|
|
502
|
-
var DeleteDatastoreRequest = [3, n0, _DDR, 0, [_dI], [[0, 1]]];
|
|
503
|
-
var DeleteDatastoreResponse = [3, n0, _DDRe, 0, [_dI, _dS], [0, 0]];
|
|
504
|
-
var DeleteImageSetRequest = [
|
|
502
|
+
var DeleteDatastoreRequest$ = [3, n0, _DDR, 0, [_dI], [[0, 1]]];
|
|
503
|
+
var DeleteDatastoreResponse$ = [3, n0, _DDRe, 0, [_dI, _dS], [0, 0]];
|
|
504
|
+
var DeleteImageSetRequest$ = [
|
|
505
505
|
3,
|
|
506
506
|
n0,
|
|
507
507
|
_DISR,
|
|
@@ -512,8 +512,8 @@ var DeleteImageSetRequest = [
|
|
|
512
512
|
[0, 1],
|
|
513
513
|
],
|
|
514
514
|
];
|
|
515
|
-
var DeleteImageSetResponse = [3, n0, _DISRe, 0, [_dI, _iSI, _iSS, _iSWS], [0, 0, 0, 0]];
|
|
516
|
-
var DICOMImportJobProperties = [
|
|
515
|
+
var DeleteImageSetResponse$ = [3, n0, _DISRe, 0, [_dI, _iSI, _iSS, _iSWS], [0, 0, 0, 0]];
|
|
516
|
+
var DICOMImportJobProperties$ = [
|
|
517
517
|
3,
|
|
518
518
|
n0,
|
|
519
519
|
_DICOMIJP,
|
|
@@ -521,7 +521,7 @@ var DICOMImportJobProperties = [
|
|
|
521
521
|
[_jI, _jN, _jS, _dI, _dARA, _eA, _sA, _iSU, _oSU, _m],
|
|
522
522
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, 0],
|
|
523
523
|
];
|
|
524
|
-
var DICOMImportJobSummary = [
|
|
524
|
+
var DICOMImportJobSummary$ = [
|
|
525
525
|
3,
|
|
526
526
|
n0,
|
|
527
527
|
_DICOMIJS,
|
|
@@ -529,7 +529,7 @@ var DICOMImportJobSummary = [
|
|
|
529
529
|
[_jI, _jN, _jS, _dI, _dARA, _eA, _sA, _m],
|
|
530
530
|
[0, 0, 0, 0, 0, 4, 4, 0],
|
|
531
531
|
];
|
|
532
|
-
var DICOMStudyDateAndTime = [
|
|
532
|
+
var DICOMStudyDateAndTime$ = [
|
|
533
533
|
3,
|
|
534
534
|
n0,
|
|
535
535
|
_DICOMSDAT,
|
|
@@ -540,7 +540,7 @@ var DICOMStudyDateAndTime = [
|
|
|
540
540
|
[() => DICOMStudyTime, 0],
|
|
541
541
|
],
|
|
542
542
|
];
|
|
543
|
-
var DICOMTags = [
|
|
543
|
+
var DICOMTags$ = [
|
|
544
544
|
3,
|
|
545
545
|
n0,
|
|
546
546
|
_DICOMT,
|
|
@@ -582,7 +582,7 @@ var DICOMTags = [
|
|
|
582
582
|
[() => DICOMStudyTime, 0],
|
|
583
583
|
],
|
|
584
584
|
];
|
|
585
|
-
var DICOMUpdates = [
|
|
585
|
+
var DICOMUpdates$ = [
|
|
586
586
|
3,
|
|
587
587
|
n0,
|
|
588
588
|
_DICOMU,
|
|
@@ -593,9 +593,9 @@ var DICOMUpdates = [
|
|
|
593
593
|
[() => DICOMAttribute, 0],
|
|
594
594
|
],
|
|
595
595
|
];
|
|
596
|
-
var GetDatastoreRequest = [3, n0, _GDR, 0, [_dI], [[0, 1]]];
|
|
597
|
-
var GetDatastoreResponse = [3, n0, _GDRe, 0, [_dP], [() => DatastoreProperties]];
|
|
598
|
-
var GetDICOMImportJobRequest = [
|
|
596
|
+
var GetDatastoreRequest$ = [3, n0, _GDR, 0, [_dI], [[0, 1]]];
|
|
597
|
+
var GetDatastoreResponse$ = [3, n0, _GDRe, 0, [_dP], [() => DatastoreProperties$]];
|
|
598
|
+
var GetDICOMImportJobRequest$ = [
|
|
599
599
|
3,
|
|
600
600
|
n0,
|
|
601
601
|
_GDICOMIJR,
|
|
@@ -606,15 +606,15 @@ var GetDICOMImportJobRequest = [
|
|
|
606
606
|
[0, 1],
|
|
607
607
|
],
|
|
608
608
|
];
|
|
609
|
-
var GetDICOMImportJobResponse = [
|
|
609
|
+
var GetDICOMImportJobResponse$ = [
|
|
610
610
|
3,
|
|
611
611
|
n0,
|
|
612
612
|
_GDICOMIJRe,
|
|
613
613
|
0,
|
|
614
614
|
[_jP],
|
|
615
|
-
[() => DICOMImportJobProperties],
|
|
615
|
+
[() => DICOMImportJobProperties$],
|
|
616
616
|
];
|
|
617
|
-
var GetImageFrameRequest = [
|
|
617
|
+
var GetImageFrameRequest$ = [
|
|
618
618
|
3,
|
|
619
619
|
n0,
|
|
620
620
|
_GIFR,
|
|
@@ -623,10 +623,10 @@ var GetImageFrameRequest = [
|
|
|
623
623
|
[
|
|
624
624
|
[0, 1],
|
|
625
625
|
[0, 1],
|
|
626
|
-
[() => ImageFrameInformation
|
|
626
|
+
[() => ImageFrameInformation$, 16],
|
|
627
627
|
],
|
|
628
628
|
];
|
|
629
|
-
var GetImageFrameResponse = [
|
|
629
|
+
var GetImageFrameResponse$ = [
|
|
630
630
|
3,
|
|
631
631
|
n0,
|
|
632
632
|
_GIFRe,
|
|
@@ -637,7 +637,7 @@ var GetImageFrameResponse = [
|
|
|
637
637
|
[0, { [_hH]: _CT }],
|
|
638
638
|
],
|
|
639
639
|
];
|
|
640
|
-
var GetImageSetMetadataRequest = [
|
|
640
|
+
var GetImageSetMetadataRequest$ = [
|
|
641
641
|
3,
|
|
642
642
|
n0,
|
|
643
643
|
_GISMR,
|
|
@@ -649,7 +649,7 @@ var GetImageSetMetadataRequest = [
|
|
|
649
649
|
[0, { [_hQ]: _v }],
|
|
650
650
|
],
|
|
651
651
|
];
|
|
652
|
-
var GetImageSetMetadataResponse = [
|
|
652
|
+
var GetImageSetMetadataResponse$ = [
|
|
653
653
|
3,
|
|
654
654
|
n0,
|
|
655
655
|
_GISMRe,
|
|
@@ -661,7 +661,7 @@ var GetImageSetMetadataResponse = [
|
|
|
661
661
|
[0, { [_hH]: _CE_ }],
|
|
662
662
|
],
|
|
663
663
|
];
|
|
664
|
-
var GetImageSetRequest = [
|
|
664
|
+
var GetImageSetRequest$ = [
|
|
665
665
|
3,
|
|
666
666
|
n0,
|
|
667
667
|
_GISR,
|
|
@@ -673,34 +673,34 @@ var GetImageSetRequest = [
|
|
|
673
673
|
[0, { [_hQ]: _v }],
|
|
674
674
|
],
|
|
675
675
|
];
|
|
676
|
-
var GetImageSetResponse = [
|
|
676
|
+
var GetImageSetResponse$ = [
|
|
677
677
|
3,
|
|
678
678
|
n0,
|
|
679
679
|
_GISRe,
|
|
680
680
|
0,
|
|
681
681
|
[_dI, _iSI, _vI, _iSS, _iSWS, _cA, _uA, _dAe, _m, _iSA, _o, _iP, _lAAa, _sT],
|
|
682
|
-
[0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () => Overrides
|
|
682
|
+
[0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () => Overrides$, 2, 4, 0],
|
|
683
683
|
];
|
|
684
|
-
var ImageFrameInformation = [3, n0, _IFI, 0, [_iFIm], [0]];
|
|
685
|
-
var ImageSetProperties = [
|
|
684
|
+
var ImageFrameInformation$ = [3, n0, _IFI, 0, [_iFIm], [0]];
|
|
685
|
+
var ImageSetProperties$ = [
|
|
686
686
|
3,
|
|
687
687
|
n0,
|
|
688
688
|
_ISP,
|
|
689
689
|
0,
|
|
690
690
|
[_iSI, _vI, _iSS, _ISWS, _cA, _uA, _dAe, _m, _o, _iP],
|
|
691
|
-
[0, 0, 0, 0, 4, 4, 4, 0, () => Overrides
|
|
691
|
+
[0, 0, 0, 0, 4, 4, 4, 0, () => Overrides$, 2],
|
|
692
692
|
];
|
|
693
|
-
var ImageSetsMetadataSummary = [
|
|
693
|
+
var ImageSetsMetadataSummary$ = [
|
|
694
694
|
3,
|
|
695
695
|
n0,
|
|
696
696
|
_ISMS,
|
|
697
697
|
0,
|
|
698
698
|
[_iSI, _v, _cA, _uA, _lAAa, _sT, _DICOMT, _iP],
|
|
699
|
-
[0, 1, 4, 4, 4, 0, [() => DICOMTags
|
|
699
|
+
[0, 1, 4, 4, 4, 0, [() => DICOMTags$, 0], 2],
|
|
700
700
|
];
|
|
701
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
702
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
703
|
-
var ListDatastoresRequest = [
|
|
701
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
702
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
703
|
+
var ListDatastoresRequest$ = [
|
|
704
704
|
3,
|
|
705
705
|
n0,
|
|
706
706
|
_LDR,
|
|
@@ -712,7 +712,7 @@ var ListDatastoresRequest = [
|
|
|
712
712
|
[1, { [_hQ]: _mR }],
|
|
713
713
|
],
|
|
714
714
|
];
|
|
715
|
-
var ListDatastoresResponse = [
|
|
715
|
+
var ListDatastoresResponse$ = [
|
|
716
716
|
3,
|
|
717
717
|
n0,
|
|
718
718
|
_LDRi,
|
|
@@ -720,7 +720,7 @@ var ListDatastoresResponse = [
|
|
|
720
720
|
[_dSa, _nT],
|
|
721
721
|
[() => DatastoreSummaries, 0],
|
|
722
722
|
];
|
|
723
|
-
var ListDICOMImportJobsRequest = [
|
|
723
|
+
var ListDICOMImportJobsRequest$ = [
|
|
724
724
|
3,
|
|
725
725
|
n0,
|
|
726
726
|
_LDICOMIJR,
|
|
@@ -733,7 +733,7 @@ var ListDICOMImportJobsRequest = [
|
|
|
733
733
|
[1, { [_hQ]: _mR }],
|
|
734
734
|
],
|
|
735
735
|
];
|
|
736
|
-
var ListDICOMImportJobsResponse = [
|
|
736
|
+
var ListDICOMImportJobsResponse$ = [
|
|
737
737
|
3,
|
|
738
738
|
n0,
|
|
739
739
|
_LDICOMIJRi,
|
|
@@ -741,7 +741,7 @@ var ListDICOMImportJobsResponse = [
|
|
|
741
741
|
[_jSo, _nT],
|
|
742
742
|
[() => DICOMImportJobSummaries, 0],
|
|
743
743
|
];
|
|
744
|
-
var ListImageSetVersionsRequest = [
|
|
744
|
+
var ListImageSetVersionsRequest$ = [
|
|
745
745
|
3,
|
|
746
746
|
n0,
|
|
747
747
|
_LISVR,
|
|
@@ -754,7 +754,7 @@ var ListImageSetVersionsRequest = [
|
|
|
754
754
|
[1, { [_hQ]: _mR }],
|
|
755
755
|
],
|
|
756
756
|
];
|
|
757
|
-
var ListImageSetVersionsResponse = [
|
|
757
|
+
var ListImageSetVersionsResponse$ = [
|
|
758
758
|
3,
|
|
759
759
|
n0,
|
|
760
760
|
_LISVRi,
|
|
@@ -762,15 +762,22 @@ var ListImageSetVersionsResponse = [
|
|
|
762
762
|
[_iSPL, _nT],
|
|
763
763
|
[() => ImageSetPropertiesList, 0],
|
|
764
764
|
];
|
|
765
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
766
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
767
|
-
var MetadataCopies = [3, n0, _MC, 0, [_cAo], [[() => CopiableAttributes, 0]]];
|
|
768
|
-
var Overrides = [3, n0, _O, 0, [_fo], [2]];
|
|
769
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
770
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
771
|
-
var SearchCriteria = [
|
|
772
|
-
|
|
773
|
-
|
|
765
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
766
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
767
|
+
var MetadataCopies$ = [3, n0, _MC, 0, [_cAo], [[() => CopiableAttributes, 0]]];
|
|
768
|
+
var Overrides$ = [3, n0, _O, 0, [_fo], [2]];
|
|
769
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
770
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
771
|
+
var SearchCriteria$ = [
|
|
772
|
+
3,
|
|
773
|
+
n0,
|
|
774
|
+
_SC,
|
|
775
|
+
8,
|
|
776
|
+
[_fi, _so],
|
|
777
|
+
[[() => SearchFilters, 0], () => Sort$],
|
|
778
|
+
];
|
|
779
|
+
var SearchFilter$ = [3, n0, _SF, 0, [_va, _op], [[() => SearchByAttributeValues, 0], 0]];
|
|
780
|
+
var SearchImageSetsRequest$ = [
|
|
774
781
|
3,
|
|
775
782
|
n0,
|
|
776
783
|
_SISR,
|
|
@@ -778,23 +785,23 @@ var SearchImageSetsRequest = [
|
|
|
778
785
|
[_dI, _sC, _mR, _nT],
|
|
779
786
|
[
|
|
780
787
|
[0, 1],
|
|
781
|
-
[() => SearchCriteria
|
|
788
|
+
[() => SearchCriteria$, 16],
|
|
782
789
|
[1, { [_hQ]: _mR }],
|
|
783
790
|
[0, { [_hQ]: _nT }],
|
|
784
791
|
],
|
|
785
792
|
];
|
|
786
|
-
var SearchImageSetsResponse = [
|
|
793
|
+
var SearchImageSetsResponse$ = [
|
|
787
794
|
3,
|
|
788
795
|
n0,
|
|
789
796
|
_SISRe,
|
|
790
797
|
0,
|
|
791
798
|
[_iSMS, _so, _nT],
|
|
792
|
-
[[() => ImageSetsMetadataSummaries, 0], () => Sort
|
|
799
|
+
[[() => ImageSetsMetadataSummaries, 0], () => Sort$, 0],
|
|
793
800
|
];
|
|
794
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
795
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
796
|
-
var Sort = [3, n0, _S, 0, [_sO, _sF], [0, 0]];
|
|
797
|
-
var StartDICOMImportJobRequest = [
|
|
801
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
802
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
803
|
+
var Sort$ = [3, n0, _S, 0, [_sO, _sF], [0, 0]];
|
|
804
|
+
var StartDICOMImportJobRequest$ = [
|
|
798
805
|
3,
|
|
799
806
|
n0,
|
|
800
807
|
_SDICOMIJR,
|
|
@@ -802,7 +809,7 @@ var StartDICOMImportJobRequest = [
|
|
|
802
809
|
[_jN, _dARA, _cT, _dI, _iSU, _oSU, _iOAI],
|
|
803
810
|
[0, 0, [0, 4], [0, 1], 0, 0, 0],
|
|
804
811
|
];
|
|
805
|
-
var StartDICOMImportJobResponse = [
|
|
812
|
+
var StartDICOMImportJobResponse$ = [
|
|
806
813
|
3,
|
|
807
814
|
n0,
|
|
808
815
|
_SDICOMIJRt,
|
|
@@ -810,11 +817,11 @@ var StartDICOMImportJobResponse = [
|
|
|
810
817
|
[_dI, _jI, _jS, _sA],
|
|
811
818
|
[0, 0, 0, 4],
|
|
812
819
|
];
|
|
813
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
814
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
815
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
816
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
817
|
-
var UntagResourceRequest = [
|
|
820
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rAe, _t], [[0, 1], 128 | 0]];
|
|
821
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
822
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
823
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
824
|
+
var UntagResourceRequest$ = [
|
|
818
825
|
3,
|
|
819
826
|
n0,
|
|
820
827
|
_URR,
|
|
@@ -825,8 +832,8 @@ var UntagResourceRequest = [
|
|
|
825
832
|
[64 | 0, { [_hQ]: _tK }],
|
|
826
833
|
],
|
|
827
834
|
];
|
|
828
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
829
|
-
var UpdateImageSetMetadataRequest = [
|
|
835
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
836
|
+
var UpdateImageSetMetadataRequest$ = [
|
|
830
837
|
3,
|
|
831
838
|
n0,
|
|
832
839
|
_UISMR,
|
|
@@ -837,10 +844,10 @@ var UpdateImageSetMetadataRequest = [
|
|
|
837
844
|
[0, 1],
|
|
838
845
|
[0, { [_hQ]: _lV }],
|
|
839
846
|
[2, { [_hQ]: _f }],
|
|
840
|
-
[() => MetadataUpdates
|
|
847
|
+
[() => MetadataUpdates$, 16],
|
|
841
848
|
],
|
|
842
849
|
];
|
|
843
|
-
var UpdateImageSetMetadataResponse = [
|
|
850
|
+
var UpdateImageSetMetadataResponse$ = [
|
|
844
851
|
3,
|
|
845
852
|
n0,
|
|
846
853
|
_UISMRp,
|
|
@@ -848,18 +855,18 @@ var UpdateImageSetMetadataResponse = [
|
|
|
848
855
|
[_dI, _iSI, _lVI, _iSS, _iSWS, _cA, _uA, _m],
|
|
849
856
|
[0, 0, 0, 0, 0, 4, 4, 0],
|
|
850
857
|
];
|
|
851
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
852
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
853
|
-
var MedicalImagingServiceException = [-3, _sm, "MedicalImagingServiceException", 0, [], []];
|
|
854
|
-
schema.TypeRegistry.for(_sm).registerError(MedicalImagingServiceException
|
|
855
|
-
var DatastoreSummaries = [1, n0, _DSa, 0, () => DatastoreSummary];
|
|
856
|
-
var DICOMImportJobSummaries = [1, n0, _DICOMIJSm, 0, () => DICOMImportJobSummary];
|
|
857
|
-
var ImageSetPropertiesList = [1, n0, _ISPL, 0, () => ImageSetProperties];
|
|
858
|
-
var ImageSetsMetadataSummaries = [1, n0, _ISMSm, 0, [() => ImageSetsMetadataSummary
|
|
859
|
-
var SearchByAttributeValues = [1, n0, _SBAV, 0, [() => SearchByAttributeValue
|
|
860
|
-
var SearchFilters = [1, n0, _SFe, 0, [() => SearchFilter
|
|
861
|
-
var MetadataUpdates = [3, n0, _MU, 0, [_DICOMU, _rTVI], [[() => DICOMUpdates
|
|
862
|
-
var SearchByAttributeValue = [
|
|
858
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
859
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
860
|
+
var MedicalImagingServiceException$ = [-3, _sm, "MedicalImagingServiceException", 0, [], []];
|
|
861
|
+
schema.TypeRegistry.for(_sm).registerError(MedicalImagingServiceException$, MedicalImagingServiceException);
|
|
862
|
+
var DatastoreSummaries = [1, n0, _DSa, 0, () => DatastoreSummary$];
|
|
863
|
+
var DICOMImportJobSummaries = [1, n0, _DICOMIJSm, 0, () => DICOMImportJobSummary$];
|
|
864
|
+
var ImageSetPropertiesList = [1, n0, _ISPL, 0, () => ImageSetProperties$];
|
|
865
|
+
var ImageSetsMetadataSummaries = [1, n0, _ISMSm, 0, [() => ImageSetsMetadataSummary$, 0]];
|
|
866
|
+
var SearchByAttributeValues = [1, n0, _SBAV, 0, [() => SearchByAttributeValue$, 0]];
|
|
867
|
+
var SearchFilters = [1, n0, _SFe, 0, [() => SearchFilter$, 0]];
|
|
868
|
+
var MetadataUpdates$ = [3, n0, _MU, 0, [_DICOMU, _rTVI], [[() => DICOMUpdates$, 0], 0]];
|
|
869
|
+
var SearchByAttributeValue$ = [
|
|
863
870
|
3,
|
|
864
871
|
n0,
|
|
865
872
|
_SBAVe,
|
|
@@ -873,153 +880,153 @@ var SearchByAttributeValue = [
|
|
|
873
880
|
[() => DICOMSeriesInstanceUID, 0],
|
|
874
881
|
4,
|
|
875
882
|
4,
|
|
876
|
-
[() => DICOMStudyDateAndTime
|
|
883
|
+
[() => DICOMStudyDateAndTime$, 0],
|
|
877
884
|
2,
|
|
878
885
|
],
|
|
879
886
|
];
|
|
880
|
-
var CopyImageSet = [
|
|
887
|
+
var CopyImageSet$ = [
|
|
881
888
|
9,
|
|
882
889
|
n0,
|
|
883
890
|
_CIS,
|
|
884
891
|
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200], [_en]: ["runtime-"] },
|
|
885
|
-
() => CopyImageSetRequest
|
|
886
|
-
() => CopyImageSetResponse
|
|
892
|
+
() => CopyImageSetRequest$,
|
|
893
|
+
() => CopyImageSetResponse$,
|
|
887
894
|
];
|
|
888
|
-
var CreateDatastore = [
|
|
895
|
+
var CreateDatastore$ = [
|
|
889
896
|
9,
|
|
890
897
|
n0,
|
|
891
898
|
_CD,
|
|
892
899
|
{ [_h]: ["POST", "/datastore", 200] },
|
|
893
|
-
() => CreateDatastoreRequest
|
|
894
|
-
() => CreateDatastoreResponse
|
|
900
|
+
() => CreateDatastoreRequest$,
|
|
901
|
+
() => CreateDatastoreResponse$,
|
|
895
902
|
];
|
|
896
|
-
var DeleteDatastore = [
|
|
903
|
+
var DeleteDatastore$ = [
|
|
897
904
|
9,
|
|
898
905
|
n0,
|
|
899
906
|
_DD,
|
|
900
907
|
{ [_h]: ["DELETE", "/datastore/{datastoreId}", 200] },
|
|
901
|
-
() => DeleteDatastoreRequest
|
|
902
|
-
() => DeleteDatastoreResponse
|
|
908
|
+
() => DeleteDatastoreRequest$,
|
|
909
|
+
() => DeleteDatastoreResponse$,
|
|
903
910
|
];
|
|
904
|
-
var DeleteImageSet = [
|
|
911
|
+
var DeleteImageSet$ = [
|
|
905
912
|
9,
|
|
906
913
|
n0,
|
|
907
914
|
_DIS,
|
|
908
915
|
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200], [_en]: ["runtime-"] },
|
|
909
|
-
() => DeleteImageSetRequest
|
|
910
|
-
() => DeleteImageSetResponse
|
|
916
|
+
() => DeleteImageSetRequest$,
|
|
917
|
+
() => DeleteImageSetResponse$,
|
|
911
918
|
];
|
|
912
|
-
var GetDatastore = [
|
|
919
|
+
var GetDatastore$ = [
|
|
913
920
|
9,
|
|
914
921
|
n0,
|
|
915
922
|
_GD,
|
|
916
923
|
{ [_h]: ["GET", "/datastore/{datastoreId}", 200] },
|
|
917
|
-
() => GetDatastoreRequest
|
|
918
|
-
() => GetDatastoreResponse
|
|
924
|
+
() => GetDatastoreRequest$,
|
|
925
|
+
() => GetDatastoreResponse$,
|
|
919
926
|
];
|
|
920
|
-
var GetDICOMImportJob = [
|
|
927
|
+
var GetDICOMImportJob$ = [
|
|
921
928
|
9,
|
|
922
929
|
n0,
|
|
923
930
|
_GDICOMIJ,
|
|
924
931
|
{ [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] },
|
|
925
|
-
() => GetDICOMImportJobRequest
|
|
926
|
-
() => GetDICOMImportJobResponse
|
|
932
|
+
() => GetDICOMImportJobRequest$,
|
|
933
|
+
() => GetDICOMImportJobResponse$,
|
|
927
934
|
];
|
|
928
|
-
var GetImageFrame = [
|
|
935
|
+
var GetImageFrame$ = [
|
|
929
936
|
9,
|
|
930
937
|
n0,
|
|
931
938
|
_GIF,
|
|
932
939
|
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200], [_en]: ["runtime-"] },
|
|
933
|
-
() => GetImageFrameRequest
|
|
934
|
-
() => GetImageFrameResponse
|
|
940
|
+
() => GetImageFrameRequest$,
|
|
941
|
+
() => GetImageFrameResponse$,
|
|
935
942
|
];
|
|
936
|
-
var GetImageSet = [
|
|
943
|
+
var GetImageSet$ = [
|
|
937
944
|
9,
|
|
938
945
|
n0,
|
|
939
946
|
_GIS,
|
|
940
947
|
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200], [_en]: ["runtime-"] },
|
|
941
|
-
() => GetImageSetRequest
|
|
942
|
-
() => GetImageSetResponse
|
|
948
|
+
() => GetImageSetRequest$,
|
|
949
|
+
() => GetImageSetResponse$,
|
|
943
950
|
];
|
|
944
|
-
var GetImageSetMetadata = [
|
|
951
|
+
var GetImageSetMetadata$ = [
|
|
945
952
|
9,
|
|
946
953
|
n0,
|
|
947
954
|
_GISM,
|
|
948
955
|
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200], [_en]: ["runtime-"] },
|
|
949
|
-
() => GetImageSetMetadataRequest
|
|
950
|
-
() => GetImageSetMetadataResponse
|
|
956
|
+
() => GetImageSetMetadataRequest$,
|
|
957
|
+
() => GetImageSetMetadataResponse$,
|
|
951
958
|
];
|
|
952
|
-
var ListDatastores = [
|
|
959
|
+
var ListDatastores$ = [
|
|
953
960
|
9,
|
|
954
961
|
n0,
|
|
955
962
|
_LD,
|
|
956
963
|
{ [_h]: ["GET", "/datastore", 200] },
|
|
957
|
-
() => ListDatastoresRequest
|
|
958
|
-
() => ListDatastoresResponse
|
|
964
|
+
() => ListDatastoresRequest$,
|
|
965
|
+
() => ListDatastoresResponse$,
|
|
959
966
|
];
|
|
960
|
-
var ListDICOMImportJobs = [
|
|
967
|
+
var ListDICOMImportJobs$ = [
|
|
961
968
|
9,
|
|
962
969
|
n0,
|
|
963
970
|
_LDICOMIJ,
|
|
964
971
|
{ [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] },
|
|
965
|
-
() => ListDICOMImportJobsRequest
|
|
966
|
-
() => ListDICOMImportJobsResponse
|
|
972
|
+
() => ListDICOMImportJobsRequest$,
|
|
973
|
+
() => ListDICOMImportJobsResponse$,
|
|
967
974
|
];
|
|
968
|
-
var ListImageSetVersions = [
|
|
975
|
+
var ListImageSetVersions$ = [
|
|
969
976
|
9,
|
|
970
977
|
n0,
|
|
971
978
|
_LISV,
|
|
972
979
|
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200], [_en]: ["runtime-"] },
|
|
973
|
-
() => ListImageSetVersionsRequest
|
|
974
|
-
() => ListImageSetVersionsResponse
|
|
980
|
+
() => ListImageSetVersionsRequest$,
|
|
981
|
+
() => ListImageSetVersionsResponse$,
|
|
975
982
|
];
|
|
976
|
-
var ListTagsForResource = [
|
|
983
|
+
var ListTagsForResource$ = [
|
|
977
984
|
9,
|
|
978
985
|
n0,
|
|
979
986
|
_LTFR,
|
|
980
987
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
981
|
-
() => ListTagsForResourceRequest
|
|
982
|
-
() => ListTagsForResourceResponse
|
|
988
|
+
() => ListTagsForResourceRequest$,
|
|
989
|
+
() => ListTagsForResourceResponse$,
|
|
983
990
|
];
|
|
984
|
-
var SearchImageSets = [
|
|
991
|
+
var SearchImageSets$ = [
|
|
985
992
|
9,
|
|
986
993
|
n0,
|
|
987
994
|
_SIS,
|
|
988
995
|
{ [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200], [_en]: ["runtime-"] },
|
|
989
|
-
() => SearchImageSetsRequest
|
|
990
|
-
() => SearchImageSetsResponse
|
|
996
|
+
() => SearchImageSetsRequest$,
|
|
997
|
+
() => SearchImageSetsResponse$,
|
|
991
998
|
];
|
|
992
|
-
var StartDICOMImportJob = [
|
|
999
|
+
var StartDICOMImportJob$ = [
|
|
993
1000
|
9,
|
|
994
1001
|
n0,
|
|
995
1002
|
_SDICOMIJ,
|
|
996
1003
|
{ [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] },
|
|
997
|
-
() => StartDICOMImportJobRequest
|
|
998
|
-
() => StartDICOMImportJobResponse
|
|
1004
|
+
() => StartDICOMImportJobRequest$,
|
|
1005
|
+
() => StartDICOMImportJobResponse$,
|
|
999
1006
|
];
|
|
1000
|
-
var TagResource = [
|
|
1007
|
+
var TagResource$ = [
|
|
1001
1008
|
9,
|
|
1002
1009
|
n0,
|
|
1003
1010
|
_TR,
|
|
1004
1011
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1005
|
-
() => TagResourceRequest
|
|
1006
|
-
() => TagResourceResponse
|
|
1012
|
+
() => TagResourceRequest$,
|
|
1013
|
+
() => TagResourceResponse$,
|
|
1007
1014
|
];
|
|
1008
|
-
var UntagResource = [
|
|
1015
|
+
var UntagResource$ = [
|
|
1009
1016
|
9,
|
|
1010
1017
|
n0,
|
|
1011
1018
|
_UR,
|
|
1012
1019
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1013
|
-
() => UntagResourceRequest
|
|
1014
|
-
() => UntagResourceResponse
|
|
1020
|
+
() => UntagResourceRequest$,
|
|
1021
|
+
() => UntagResourceResponse$,
|
|
1015
1022
|
];
|
|
1016
|
-
var UpdateImageSetMetadata = [
|
|
1023
|
+
var UpdateImageSetMetadata$ = [
|
|
1017
1024
|
9,
|
|
1018
1025
|
n0,
|
|
1019
1026
|
_UISM,
|
|
1020
1027
|
{ [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200], [_en]: ["runtime-"] },
|
|
1021
|
-
() => UpdateImageSetMetadataRequest
|
|
1022
|
-
() => UpdateImageSetMetadataResponse
|
|
1028
|
+
() => UpdateImageSetMetadataRequest$,
|
|
1029
|
+
() => UpdateImageSetMetadataResponse$,
|
|
1023
1030
|
];
|
|
1024
1031
|
|
|
1025
1032
|
class CopyImageSetCommand extends smithyClient.Command
|
|
@@ -1030,7 +1037,7 @@ class CopyImageSetCommand extends smithyClient.Command
|
|
|
1030
1037
|
})
|
|
1031
1038
|
.s("AHIGatewayService", "CopyImageSet", {})
|
|
1032
1039
|
.n("MedicalImagingClient", "CopyImageSetCommand")
|
|
1033
|
-
.sc(CopyImageSet)
|
|
1040
|
+
.sc(CopyImageSet$)
|
|
1034
1041
|
.build() {
|
|
1035
1042
|
}
|
|
1036
1043
|
|
|
@@ -1042,7 +1049,7 @@ class CreateDatastoreCommand extends smithyClient.Command
|
|
|
1042
1049
|
})
|
|
1043
1050
|
.s("AHIGatewayService", "CreateDatastore", {})
|
|
1044
1051
|
.n("MedicalImagingClient", "CreateDatastoreCommand")
|
|
1045
|
-
.sc(CreateDatastore)
|
|
1052
|
+
.sc(CreateDatastore$)
|
|
1046
1053
|
.build() {
|
|
1047
1054
|
}
|
|
1048
1055
|
|
|
@@ -1054,7 +1061,7 @@ class DeleteDatastoreCommand extends smithyClient.Command
|
|
|
1054
1061
|
})
|
|
1055
1062
|
.s("AHIGatewayService", "DeleteDatastore", {})
|
|
1056
1063
|
.n("MedicalImagingClient", "DeleteDatastoreCommand")
|
|
1057
|
-
.sc(DeleteDatastore)
|
|
1064
|
+
.sc(DeleteDatastore$)
|
|
1058
1065
|
.build() {
|
|
1059
1066
|
}
|
|
1060
1067
|
|
|
@@ -1066,7 +1073,7 @@ class DeleteImageSetCommand extends smithyClient.Command
|
|
|
1066
1073
|
})
|
|
1067
1074
|
.s("AHIGatewayService", "DeleteImageSet", {})
|
|
1068
1075
|
.n("MedicalImagingClient", "DeleteImageSetCommand")
|
|
1069
|
-
.sc(DeleteImageSet)
|
|
1076
|
+
.sc(DeleteImageSet$)
|
|
1070
1077
|
.build() {
|
|
1071
1078
|
}
|
|
1072
1079
|
|
|
@@ -1078,7 +1085,7 @@ class GetDatastoreCommand extends smithyClient.Command
|
|
|
1078
1085
|
})
|
|
1079
1086
|
.s("AHIGatewayService", "GetDatastore", {})
|
|
1080
1087
|
.n("MedicalImagingClient", "GetDatastoreCommand")
|
|
1081
|
-
.sc(GetDatastore)
|
|
1088
|
+
.sc(GetDatastore$)
|
|
1082
1089
|
.build() {
|
|
1083
1090
|
}
|
|
1084
1091
|
|
|
@@ -1090,7 +1097,7 @@ class GetDICOMImportJobCommand extends smithyClient.Command
|
|
|
1090
1097
|
})
|
|
1091
1098
|
.s("AHIGatewayService", "GetDICOMImportJob", {})
|
|
1092
1099
|
.n("MedicalImagingClient", "GetDICOMImportJobCommand")
|
|
1093
|
-
.sc(GetDICOMImportJob)
|
|
1100
|
+
.sc(GetDICOMImportJob$)
|
|
1094
1101
|
.build() {
|
|
1095
1102
|
}
|
|
1096
1103
|
|
|
@@ -1102,7 +1109,7 @@ class GetImageFrameCommand extends smithyClient.Command
|
|
|
1102
1109
|
})
|
|
1103
1110
|
.s("AHIGatewayService", "GetImageFrame", {})
|
|
1104
1111
|
.n("MedicalImagingClient", "GetImageFrameCommand")
|
|
1105
|
-
.sc(GetImageFrame)
|
|
1112
|
+
.sc(GetImageFrame$)
|
|
1106
1113
|
.build() {
|
|
1107
1114
|
}
|
|
1108
1115
|
|
|
@@ -1114,7 +1121,7 @@ class GetImageSetCommand extends smithyClient.Command
|
|
|
1114
1121
|
})
|
|
1115
1122
|
.s("AHIGatewayService", "GetImageSet", {})
|
|
1116
1123
|
.n("MedicalImagingClient", "GetImageSetCommand")
|
|
1117
|
-
.sc(GetImageSet)
|
|
1124
|
+
.sc(GetImageSet$)
|
|
1118
1125
|
.build() {
|
|
1119
1126
|
}
|
|
1120
1127
|
|
|
@@ -1126,7 +1133,7 @@ class GetImageSetMetadataCommand extends smithyClient.Command
|
|
|
1126
1133
|
})
|
|
1127
1134
|
.s("AHIGatewayService", "GetImageSetMetadata", {})
|
|
1128
1135
|
.n("MedicalImagingClient", "GetImageSetMetadataCommand")
|
|
1129
|
-
.sc(GetImageSetMetadata)
|
|
1136
|
+
.sc(GetImageSetMetadata$)
|
|
1130
1137
|
.build() {
|
|
1131
1138
|
}
|
|
1132
1139
|
|
|
@@ -1138,7 +1145,7 @@ class ListDatastoresCommand extends smithyClient.Command
|
|
|
1138
1145
|
})
|
|
1139
1146
|
.s("AHIGatewayService", "ListDatastores", {})
|
|
1140
1147
|
.n("MedicalImagingClient", "ListDatastoresCommand")
|
|
1141
|
-
.sc(ListDatastores)
|
|
1148
|
+
.sc(ListDatastores$)
|
|
1142
1149
|
.build() {
|
|
1143
1150
|
}
|
|
1144
1151
|
|
|
@@ -1150,7 +1157,7 @@ class ListDICOMImportJobsCommand extends smithyClient.Command
|
|
|
1150
1157
|
})
|
|
1151
1158
|
.s("AHIGatewayService", "ListDICOMImportJobs", {})
|
|
1152
1159
|
.n("MedicalImagingClient", "ListDICOMImportJobsCommand")
|
|
1153
|
-
.sc(ListDICOMImportJobs)
|
|
1160
|
+
.sc(ListDICOMImportJobs$)
|
|
1154
1161
|
.build() {
|
|
1155
1162
|
}
|
|
1156
1163
|
|
|
@@ -1162,7 +1169,7 @@ class ListImageSetVersionsCommand extends smithyClient.Command
|
|
|
1162
1169
|
})
|
|
1163
1170
|
.s("AHIGatewayService", "ListImageSetVersions", {})
|
|
1164
1171
|
.n("MedicalImagingClient", "ListImageSetVersionsCommand")
|
|
1165
|
-
.sc(ListImageSetVersions)
|
|
1172
|
+
.sc(ListImageSetVersions$)
|
|
1166
1173
|
.build() {
|
|
1167
1174
|
}
|
|
1168
1175
|
|
|
@@ -1174,7 +1181,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1174
1181
|
})
|
|
1175
1182
|
.s("AHIGatewayService", "ListTagsForResource", {})
|
|
1176
1183
|
.n("MedicalImagingClient", "ListTagsForResourceCommand")
|
|
1177
|
-
.sc(ListTagsForResource)
|
|
1184
|
+
.sc(ListTagsForResource$)
|
|
1178
1185
|
.build() {
|
|
1179
1186
|
}
|
|
1180
1187
|
|
|
@@ -1186,7 +1193,7 @@ class SearchImageSetsCommand extends smithyClient.Command
|
|
|
1186
1193
|
})
|
|
1187
1194
|
.s("AHIGatewayService", "SearchImageSets", {})
|
|
1188
1195
|
.n("MedicalImagingClient", "SearchImageSetsCommand")
|
|
1189
|
-
.sc(SearchImageSets)
|
|
1196
|
+
.sc(SearchImageSets$)
|
|
1190
1197
|
.build() {
|
|
1191
1198
|
}
|
|
1192
1199
|
|
|
@@ -1198,7 +1205,7 @@ class StartDICOMImportJobCommand extends smithyClient.Command
|
|
|
1198
1205
|
})
|
|
1199
1206
|
.s("AHIGatewayService", "StartDICOMImportJob", {})
|
|
1200
1207
|
.n("MedicalImagingClient", "StartDICOMImportJobCommand")
|
|
1201
|
-
.sc(StartDICOMImportJob)
|
|
1208
|
+
.sc(StartDICOMImportJob$)
|
|
1202
1209
|
.build() {
|
|
1203
1210
|
}
|
|
1204
1211
|
|
|
@@ -1210,7 +1217,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1210
1217
|
})
|
|
1211
1218
|
.s("AHIGatewayService", "TagResource", {})
|
|
1212
1219
|
.n("MedicalImagingClient", "TagResourceCommand")
|
|
1213
|
-
.sc(TagResource)
|
|
1220
|
+
.sc(TagResource$)
|
|
1214
1221
|
.build() {
|
|
1215
1222
|
}
|
|
1216
1223
|
|
|
@@ -1222,7 +1229,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1222
1229
|
})
|
|
1223
1230
|
.s("AHIGatewayService", "UntagResource", {})
|
|
1224
1231
|
.n("MedicalImagingClient", "UntagResourceCommand")
|
|
1225
|
-
.sc(UntagResource)
|
|
1232
|
+
.sc(UntagResource$)
|
|
1226
1233
|
.build() {
|
|
1227
1234
|
}
|
|
1228
1235
|
|
|
@@ -1234,7 +1241,7 @@ class UpdateImageSetMetadataCommand extends smithyClient.Command
|
|
|
1234
1241
|
})
|
|
1235
1242
|
.s("AHIGatewayService", "UpdateImageSetMetadata", {})
|
|
1236
1243
|
.n("MedicalImagingClient", "UpdateImageSetMetadataCommand")
|
|
1237
|
-
.sc(UpdateImageSetMetadata)
|
|
1244
|
+
.sc(UpdateImageSetMetadata$)
|
|
1238
1245
|
.build() {
|
|
1239
1246
|
}
|
|
1240
1247
|
|
|
@@ -1333,43 +1340,127 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1333
1340
|
enumerable: true,
|
|
1334
1341
|
get: function () { return smithyClient.Client; }
|
|
1335
1342
|
});
|
|
1336
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1337
|
-
exports.
|
|
1343
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1344
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1345
|
+
exports.ConflictException = ConflictException;
|
|
1346
|
+
exports.ConflictException$ = ConflictException$;
|
|
1347
|
+
exports.CopyDestinationImageSet$ = CopyDestinationImageSet$;
|
|
1348
|
+
exports.CopyDestinationImageSetProperties$ = CopyDestinationImageSetProperties$;
|
|
1349
|
+
exports.CopyImageSet$ = CopyImageSet$;
|
|
1338
1350
|
exports.CopyImageSetCommand = CopyImageSetCommand;
|
|
1351
|
+
exports.CopyImageSetInformation$ = CopyImageSetInformation$;
|
|
1352
|
+
exports.CopyImageSetRequest$ = CopyImageSetRequest$;
|
|
1353
|
+
exports.CopyImageSetResponse$ = CopyImageSetResponse$;
|
|
1354
|
+
exports.CopySourceImageSetInformation$ = CopySourceImageSetInformation$;
|
|
1355
|
+
exports.CopySourceImageSetProperties$ = CopySourceImageSetProperties$;
|
|
1356
|
+
exports.CreateDatastore$ = CreateDatastore$;
|
|
1339
1357
|
exports.CreateDatastoreCommand = CreateDatastoreCommand;
|
|
1358
|
+
exports.CreateDatastoreRequest$ = CreateDatastoreRequest$;
|
|
1359
|
+
exports.CreateDatastoreResponse$ = CreateDatastoreResponse$;
|
|
1360
|
+
exports.DICOMImportJobProperties$ = DICOMImportJobProperties$;
|
|
1361
|
+
exports.DICOMImportJobSummary$ = DICOMImportJobSummary$;
|
|
1362
|
+
exports.DICOMStudyDateAndTime$ = DICOMStudyDateAndTime$;
|
|
1363
|
+
exports.DICOMTags$ = DICOMTags$;
|
|
1364
|
+
exports.DICOMUpdates$ = DICOMUpdates$;
|
|
1365
|
+
exports.DatastoreProperties$ = DatastoreProperties$;
|
|
1340
1366
|
exports.DatastoreStatus = DatastoreStatus;
|
|
1367
|
+
exports.DatastoreSummary$ = DatastoreSummary$;
|
|
1368
|
+
exports.DeleteDatastore$ = DeleteDatastore$;
|
|
1341
1369
|
exports.DeleteDatastoreCommand = DeleteDatastoreCommand;
|
|
1370
|
+
exports.DeleteDatastoreRequest$ = DeleteDatastoreRequest$;
|
|
1371
|
+
exports.DeleteDatastoreResponse$ = DeleteDatastoreResponse$;
|
|
1372
|
+
exports.DeleteImageSet$ = DeleteImageSet$;
|
|
1342
1373
|
exports.DeleteImageSetCommand = DeleteImageSetCommand;
|
|
1374
|
+
exports.DeleteImageSetRequest$ = DeleteImageSetRequest$;
|
|
1375
|
+
exports.DeleteImageSetResponse$ = DeleteImageSetResponse$;
|
|
1376
|
+
exports.GetDICOMImportJob$ = GetDICOMImportJob$;
|
|
1343
1377
|
exports.GetDICOMImportJobCommand = GetDICOMImportJobCommand;
|
|
1378
|
+
exports.GetDICOMImportJobRequest$ = GetDICOMImportJobRequest$;
|
|
1379
|
+
exports.GetDICOMImportJobResponse$ = GetDICOMImportJobResponse$;
|
|
1380
|
+
exports.GetDatastore$ = GetDatastore$;
|
|
1344
1381
|
exports.GetDatastoreCommand = GetDatastoreCommand;
|
|
1382
|
+
exports.GetDatastoreRequest$ = GetDatastoreRequest$;
|
|
1383
|
+
exports.GetDatastoreResponse$ = GetDatastoreResponse$;
|
|
1384
|
+
exports.GetImageFrame$ = GetImageFrame$;
|
|
1345
1385
|
exports.GetImageFrameCommand = GetImageFrameCommand;
|
|
1386
|
+
exports.GetImageFrameRequest$ = GetImageFrameRequest$;
|
|
1387
|
+
exports.GetImageFrameResponse$ = GetImageFrameResponse$;
|
|
1388
|
+
exports.GetImageSet$ = GetImageSet$;
|
|
1346
1389
|
exports.GetImageSetCommand = GetImageSetCommand;
|
|
1390
|
+
exports.GetImageSetMetadata$ = GetImageSetMetadata$;
|
|
1347
1391
|
exports.GetImageSetMetadataCommand = GetImageSetMetadataCommand;
|
|
1392
|
+
exports.GetImageSetMetadataRequest$ = GetImageSetMetadataRequest$;
|
|
1393
|
+
exports.GetImageSetMetadataResponse$ = GetImageSetMetadataResponse$;
|
|
1394
|
+
exports.GetImageSetRequest$ = GetImageSetRequest$;
|
|
1395
|
+
exports.GetImageSetResponse$ = GetImageSetResponse$;
|
|
1396
|
+
exports.ImageFrameInformation$ = ImageFrameInformation$;
|
|
1397
|
+
exports.ImageSetProperties$ = ImageSetProperties$;
|
|
1348
1398
|
exports.ImageSetState = ImageSetState;
|
|
1349
1399
|
exports.ImageSetWorkflowStatus = ImageSetWorkflowStatus;
|
|
1350
|
-
exports.
|
|
1400
|
+
exports.ImageSetsMetadataSummary$ = ImageSetsMetadataSummary$;
|
|
1401
|
+
exports.InternalServerException = InternalServerException;
|
|
1402
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1351
1403
|
exports.JobStatus = JobStatus;
|
|
1404
|
+
exports.ListDICOMImportJobs$ = ListDICOMImportJobs$;
|
|
1352
1405
|
exports.ListDICOMImportJobsCommand = ListDICOMImportJobsCommand;
|
|
1406
|
+
exports.ListDICOMImportJobsRequest$ = ListDICOMImportJobsRequest$;
|
|
1407
|
+
exports.ListDICOMImportJobsResponse$ = ListDICOMImportJobsResponse$;
|
|
1408
|
+
exports.ListDatastores$ = ListDatastores$;
|
|
1353
1409
|
exports.ListDatastoresCommand = ListDatastoresCommand;
|
|
1410
|
+
exports.ListDatastoresRequest$ = ListDatastoresRequest$;
|
|
1411
|
+
exports.ListDatastoresResponse$ = ListDatastoresResponse$;
|
|
1412
|
+
exports.ListImageSetVersions$ = ListImageSetVersions$;
|
|
1354
1413
|
exports.ListImageSetVersionsCommand = ListImageSetVersionsCommand;
|
|
1414
|
+
exports.ListImageSetVersionsRequest$ = ListImageSetVersionsRequest$;
|
|
1415
|
+
exports.ListImageSetVersionsResponse$ = ListImageSetVersionsResponse$;
|
|
1416
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1355
1417
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1418
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1419
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1356
1420
|
exports.LosslessStorageFormat = LosslessStorageFormat;
|
|
1357
1421
|
exports.MedicalImaging = MedicalImaging;
|
|
1358
1422
|
exports.MedicalImagingClient = MedicalImagingClient;
|
|
1359
|
-
exports.MedicalImagingServiceException = MedicalImagingServiceException
|
|
1423
|
+
exports.MedicalImagingServiceException = MedicalImagingServiceException;
|
|
1424
|
+
exports.MedicalImagingServiceException$ = MedicalImagingServiceException$;
|
|
1425
|
+
exports.MetadataCopies$ = MetadataCopies$;
|
|
1426
|
+
exports.MetadataUpdates$ = MetadataUpdates$;
|
|
1360
1427
|
exports.Operator = Operator;
|
|
1361
|
-
exports.
|
|
1428
|
+
exports.Overrides$ = Overrides$;
|
|
1429
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1430
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1431
|
+
exports.SearchByAttributeValue$ = SearchByAttributeValue$;
|
|
1432
|
+
exports.SearchCriteria$ = SearchCriteria$;
|
|
1433
|
+
exports.SearchFilter$ = SearchFilter$;
|
|
1434
|
+
exports.SearchImageSets$ = SearchImageSets$;
|
|
1362
1435
|
exports.SearchImageSetsCommand = SearchImageSetsCommand;
|
|
1363
|
-
exports.
|
|
1436
|
+
exports.SearchImageSetsRequest$ = SearchImageSetsRequest$;
|
|
1437
|
+
exports.SearchImageSetsResponse$ = SearchImageSetsResponse$;
|
|
1438
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1439
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1440
|
+
exports.Sort$ = Sort$;
|
|
1364
1441
|
exports.SortField = SortField;
|
|
1365
1442
|
exports.SortOrder = SortOrder;
|
|
1443
|
+
exports.StartDICOMImportJob$ = StartDICOMImportJob$;
|
|
1366
1444
|
exports.StartDICOMImportJobCommand = StartDICOMImportJobCommand;
|
|
1445
|
+
exports.StartDICOMImportJobRequest$ = StartDICOMImportJobRequest$;
|
|
1446
|
+
exports.StartDICOMImportJobResponse$ = StartDICOMImportJobResponse$;
|
|
1367
1447
|
exports.StorageTier = StorageTier;
|
|
1448
|
+
exports.TagResource$ = TagResource$;
|
|
1368
1449
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1369
|
-
exports.
|
|
1450
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1451
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1452
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1453
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1454
|
+
exports.UntagResource$ = UntagResource$;
|
|
1370
1455
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1456
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1457
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1458
|
+
exports.UpdateImageSetMetadata$ = UpdateImageSetMetadata$;
|
|
1371
1459
|
exports.UpdateImageSetMetadataCommand = UpdateImageSetMetadataCommand;
|
|
1372
|
-
exports.
|
|
1460
|
+
exports.UpdateImageSetMetadataRequest$ = UpdateImageSetMetadataRequest$;
|
|
1461
|
+
exports.UpdateImageSetMetadataResponse$ = UpdateImageSetMetadataResponse$;
|
|
1462
|
+
exports.ValidationException = ValidationException;
|
|
1463
|
+
exports.ValidationException$ = ValidationException$;
|
|
1373
1464
|
exports.paginateListDICOMImportJobs = paginateListDICOMImportJobs;
|
|
1374
1465
|
exports.paginateListDatastores = paginateListDatastores;
|
|
1375
1466
|
exports.paginateListImageSetVersions = paginateListImageSetVersions;
|