@aws-sdk/client-medical-imaging 3.835.0 → 3.840.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/README.md +1 -144
- package/dist-cjs/index.js +9 -1
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +7 -1
- package/dist-types/MedicalImaging.d.ts +1 -144
- package/dist-types/MedicalImagingClient.d.ts +1 -144
- package/dist-types/commands/CopyImageSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDatastoreCommand.d.ts +1 -4
- package/dist-types/commands/GetDICOMImportJobCommand.d.ts +1 -7
- package/dist-types/commands/GetImageSetCommand.d.ts +1 -0
- package/dist-types/commands/ListImageSetVersionsCommand.d.ts +1 -0
- package/dist-types/commands/SearchImageSetsCommand.d.ts +3 -9
- package/dist-types/commands/StartDICOMImportJobCommand.d.ts +1 -3
- package/dist-types/index.d.ts +1 -144
- package/dist-types/models/models_0.d.ts +60 -41
- package/dist-types/ts3.4/models/models_0.d.ts +27 -0
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -6,150 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript MedicalImaging Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>This is the <i>AWS HealthImaging API Reference</i>.
|
|
10
|
-
that empowers healthcare providers, life science organizations, and their software partners to store,
|
|
11
|
-
analyze, and share medical images in the cloud at petabyte scale. For an introduction to the service, see the
|
|
12
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
|
|
13
|
-
<i>AWS HealthImaging Developer Guide</i>
|
|
14
|
-
</a>.</p>
|
|
15
|
-
<note>
|
|
16
|
-
<p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
|
|
17
|
-
they take care of request authentication, serialization, and connection management. For more information,
|
|
18
|
-
see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
|
|
19
|
-
</note>
|
|
20
|
-
<p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
|
|
21
|
-
provided to actions within this Reference, along with links back to corresponding sections in the
|
|
22
|
-
<i>AWS HealthImaging Developer Guide</i> where you can view tested code examples.</p>
|
|
23
|
-
<p class="title">
|
|
24
|
-
<b>Data store actions</b>
|
|
25
|
-
</p>
|
|
26
|
-
<ul>
|
|
27
|
-
<li>
|
|
28
|
-
<p>
|
|
29
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
|
|
30
|
-
– See
|
|
31
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
|
|
32
|
-
</li>
|
|
33
|
-
<li>
|
|
34
|
-
<p>
|
|
35
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
|
|
36
|
-
– See
|
|
37
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
|
|
38
|
-
</li>
|
|
39
|
-
<li>
|
|
40
|
-
<p>
|
|
41
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
|
|
42
|
-
– See
|
|
43
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
|
|
44
|
-
</li>
|
|
45
|
-
<li>
|
|
46
|
-
<p>
|
|
47
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
|
|
48
|
-
– See
|
|
49
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
|
|
50
|
-
</li>
|
|
51
|
-
</ul>
|
|
52
|
-
<p class="title">
|
|
53
|
-
<b>Import job actions</b>
|
|
54
|
-
</p>
|
|
55
|
-
<ul>
|
|
56
|
-
<li>
|
|
57
|
-
<p>
|
|
58
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
|
|
59
|
-
– See
|
|
60
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
|
|
61
|
-
</li>
|
|
62
|
-
<li>
|
|
63
|
-
<p>
|
|
64
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
|
|
65
|
-
– See
|
|
66
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
|
|
67
|
-
</li>
|
|
68
|
-
<li>
|
|
69
|
-
<p>
|
|
70
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
|
|
71
|
-
– See
|
|
72
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
|
|
73
|
-
</li>
|
|
74
|
-
</ul>
|
|
75
|
-
<p class="title">
|
|
76
|
-
<b>Image set access actions</b>
|
|
77
|
-
</p>
|
|
78
|
-
<ul>
|
|
79
|
-
<li>
|
|
80
|
-
<p>
|
|
81
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
|
|
82
|
-
– See
|
|
83
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
|
|
84
|
-
</li>
|
|
85
|
-
<li>
|
|
86
|
-
<p>
|
|
87
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
|
|
88
|
-
– See
|
|
89
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
|
|
90
|
-
</li>
|
|
91
|
-
<li>
|
|
92
|
-
<p>
|
|
93
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
|
|
94
|
-
– See
|
|
95
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
|
|
96
|
-
</li>
|
|
97
|
-
<li>
|
|
98
|
-
<p>
|
|
99
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
|
|
100
|
-
– See
|
|
101
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
|
|
102
|
-
</li>
|
|
103
|
-
</ul>
|
|
104
|
-
<p class="title">
|
|
105
|
-
<b>Image set modification actions</b>
|
|
106
|
-
</p>
|
|
107
|
-
<ul>
|
|
108
|
-
<li>
|
|
109
|
-
<p>
|
|
110
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
|
|
111
|
-
– See
|
|
112
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
|
|
113
|
-
</li>
|
|
114
|
-
<li>
|
|
115
|
-
<p>
|
|
116
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
|
|
117
|
-
– See
|
|
118
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
|
|
119
|
-
</li>
|
|
120
|
-
<li>
|
|
121
|
-
<p>
|
|
122
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
|
|
123
|
-
– See
|
|
124
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
|
|
125
|
-
</li>
|
|
126
|
-
<li>
|
|
127
|
-
<p>
|
|
128
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
|
|
129
|
-
– See
|
|
130
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
|
|
131
|
-
</li>
|
|
132
|
-
</ul>
|
|
133
|
-
<p class="title">
|
|
134
|
-
<b>Tagging actions</b>
|
|
135
|
-
</p>
|
|
136
|
-
<ul>
|
|
137
|
-
<li>
|
|
138
|
-
<p>
|
|
139
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
|
|
140
|
-
– See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-resource.html">Tagging a resource</a>.</p>
|
|
141
|
-
</li>
|
|
142
|
-
<li>
|
|
143
|
-
<p>
|
|
144
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
|
|
145
|
-
– See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-tag-resource.html">Listing tags for a resource</a>.</p>
|
|
146
|
-
</li>
|
|
147
|
-
<li>
|
|
148
|
-
<p>
|
|
149
|
-
<a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
|
|
150
|
-
– See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/untag-resource.html">Untagging a resource</a>.</p>
|
|
151
|
-
</li>
|
|
152
|
-
</ul>
|
|
9
|
+
<p>This is the <i>AWS HealthImaging API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">What is AWS HealthImaging?</a> in the <i>AWS HealthImaging Developer Guide</i>.</p>
|
|
153
10
|
|
|
154
11
|
## Installing
|
|
155
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -422,6 +422,7 @@ var SearchByAttributeValue;
|
|
|
422
422
|
if (value.createdAt !== void 0) return visitor.createdAt(value.createdAt);
|
|
423
423
|
if (value.updatedAt !== void 0) return visitor.updatedAt(value.updatedAt);
|
|
424
424
|
if (value.DICOMStudyDateAndTime !== void 0) return visitor.DICOMStudyDateAndTime(value.DICOMStudyDateAndTime);
|
|
425
|
+
if (value.isPrimary !== void 0) return visitor.isPrimary(value.isPrimary);
|
|
425
426
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
426
427
|
}, "visit");
|
|
427
428
|
})(SearchByAttributeValue || (SearchByAttributeValue = {}));
|
|
@@ -481,6 +482,7 @@ var SearchByAttributeValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
481
482
|
if (obj.updatedAt !== void 0) return { updatedAt: obj.updatedAt };
|
|
482
483
|
if (obj.DICOMStudyDateAndTime !== void 0)
|
|
483
484
|
return { DICOMStudyDateAndTime: DICOMStudyDateAndTimeFilterSensitiveLog(obj.DICOMStudyDateAndTime) };
|
|
485
|
+
if (obj.isPrimary !== void 0) return { isPrimary: obj.isPrimary };
|
|
484
486
|
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
485
487
|
}, "SearchByAttributeValueFilterSensitiveLog");
|
|
486
488
|
var SearchFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -556,7 +558,8 @@ var se_CopyImageSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
556
558
|
b.p("datastoreId", () => input.datastoreId, "{datastoreId}", false);
|
|
557
559
|
b.p("sourceImageSetId", () => input.sourceImageSetId, "{sourceImageSetId}", false);
|
|
558
560
|
const query = (0, import_smithy_client.map)({
|
|
559
|
-
[_f]: [() => input.force !== void 0, () => input[_f].toString()]
|
|
561
|
+
[_f]: [() => input.force !== void 0, () => input[_f].toString()],
|
|
562
|
+
[_pTP]: [() => input.promoteToPrimary !== void 0, () => input[_pTP].toString()]
|
|
560
563
|
});
|
|
561
564
|
let body;
|
|
562
565
|
if (input.copyImageSetInformation !== void 0) {
|
|
@@ -998,6 +1001,7 @@ var de_GetImageSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
998
1001
|
imageSetId: import_smithy_client.expectString,
|
|
999
1002
|
imageSetState: import_smithy_client.expectString,
|
|
1000
1003
|
imageSetWorkflowStatus: import_smithy_client.expectString,
|
|
1004
|
+
isPrimary: import_smithy_client.expectBoolean,
|
|
1001
1005
|
message: import_smithy_client.expectString,
|
|
1002
1006
|
overrides: import_smithy_client._json,
|
|
1003
1007
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
@@ -1304,6 +1308,7 @@ var se_SearchByAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
1304
1308
|
DICOMStudyId: /* @__PURE__ */ __name((value) => ({ DICOMStudyId: value }), "DICOMStudyId"),
|
|
1305
1309
|
DICOMStudyInstanceUID: /* @__PURE__ */ __name((value) => ({ DICOMStudyInstanceUID: value }), "DICOMStudyInstanceUID"),
|
|
1306
1310
|
createdAt: /* @__PURE__ */ __name((value) => ({ createdAt: value.getTime() / 1e3 }), "createdAt"),
|
|
1311
|
+
isPrimary: /* @__PURE__ */ __name((value) => ({ isPrimary: value }), "isPrimary"),
|
|
1307
1312
|
updatedAt: /* @__PURE__ */ __name((value) => ({ updatedAt: value.getTime() / 1e3 }), "updatedAt"),
|
|
1308
1313
|
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
1309
1314
|
});
|
|
@@ -1418,6 +1423,7 @@ var de_ImageSetProperties = /* @__PURE__ */ __name((output, context) => {
|
|
|
1418
1423
|
deletedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "deletedAt"),
|
|
1419
1424
|
imageSetId: import_smithy_client.expectString,
|
|
1420
1425
|
imageSetState: import_smithy_client.expectString,
|
|
1426
|
+
isPrimary: import_smithy_client.expectBoolean,
|
|
1421
1427
|
message: import_smithy_client.expectString,
|
|
1422
1428
|
overrides: import_smithy_client._json,
|
|
1423
1429
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
@@ -1441,6 +1447,7 @@ var de_ImageSetsMetadataSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1441
1447
|
DICOMTags: import_smithy_client._json,
|
|
1442
1448
|
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1443
1449
|
imageSetId: import_smithy_client.expectString,
|
|
1450
|
+
isPrimary: import_smithy_client.expectBoolean,
|
|
1444
1451
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
|
|
1445
1452
|
version: import_smithy_client.expectInt32
|
|
1446
1453
|
});
|
|
@@ -1462,6 +1469,7 @@ var _lV = "latestVersion";
|
|
|
1462
1469
|
var _lVI = "latestVersionId";
|
|
1463
1470
|
var _mR = "maxResults";
|
|
1464
1471
|
var _nT = "nextToken";
|
|
1472
|
+
var _pTP = "promoteToPrimary";
|
|
1465
1473
|
var _tK = "tagKeys";
|
|
1466
1474
|
var _v = "version";
|
|
1467
1475
|
var _vI = "versionId";
|
|
@@ -137,6 +137,8 @@ export var SearchByAttributeValue;
|
|
|
137
137
|
return visitor.updatedAt(value.updatedAt);
|
|
138
138
|
if (value.DICOMStudyDateAndTime !== undefined)
|
|
139
139
|
return visitor.DICOMStudyDateAndTime(value.DICOMStudyDateAndTime);
|
|
140
|
+
if (value.isPrimary !== undefined)
|
|
141
|
+
return visitor.isPrimary(value.isPrimary);
|
|
140
142
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
141
143
|
};
|
|
142
144
|
})(SearchByAttributeValue || (SearchByAttributeValue = {}));
|
|
@@ -205,6 +207,8 @@ export const SearchByAttributeValueFilterSensitiveLog = (obj) => {
|
|
|
205
207
|
return { updatedAt: obj.updatedAt };
|
|
206
208
|
if (obj.DICOMStudyDateAndTime !== undefined)
|
|
207
209
|
return { DICOMStudyDateAndTime: DICOMStudyDateAndTimeFilterSensitiveLog(obj.DICOMStudyDateAndTime) };
|
|
210
|
+
if (obj.isPrimary !== undefined)
|
|
211
|
+
return { isPrimary: obj.isPrimary };
|
|
208
212
|
if (obj.$unknown !== undefined)
|
|
209
213
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
210
214
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
|
|
4
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
5
5
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
6
6
|
import { MedicalImagingServiceException as __BaseException } from "../models/MedicalImagingServiceException";
|
|
7
7
|
import { AccessDeniedException, ConflictException, InternalServerException, MetadataUpdates, ResourceNotFoundException, SearchByAttributeValue, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
@@ -15,6 +15,7 @@ export const se_CopyImageSetCommand = async (input, context) => {
|
|
|
15
15
|
b.p("sourceImageSetId", () => input.sourceImageSetId, "{sourceImageSetId}", false);
|
|
16
16
|
const query = map({
|
|
17
17
|
[_f]: [() => input.force !== void 0, () => input[_f].toString()],
|
|
18
|
+
[_pTP]: [() => input.promoteToPrimary !== void 0, () => input[_pTP].toString()],
|
|
18
19
|
});
|
|
19
20
|
let body;
|
|
20
21
|
if (input.copyImageSetInformation !== undefined) {
|
|
@@ -450,6 +451,7 @@ export const de_GetImageSetCommand = async (output, context) => {
|
|
|
450
451
|
imageSetId: __expectString,
|
|
451
452
|
imageSetState: __expectString,
|
|
452
453
|
imageSetWorkflowStatus: __expectString,
|
|
454
|
+
isPrimary: __expectBoolean,
|
|
453
455
|
message: __expectString,
|
|
454
456
|
overrides: _json,
|
|
455
457
|
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -756,6 +758,7 @@ const se_SearchByAttributeValue = (input, context) => {
|
|
|
756
758
|
DICOMStudyId: (value) => ({ DICOMStudyId: value }),
|
|
757
759
|
DICOMStudyInstanceUID: (value) => ({ DICOMStudyInstanceUID: value }),
|
|
758
760
|
createdAt: (value) => ({ createdAt: value.getTime() / 1_000 }),
|
|
761
|
+
isPrimary: (value) => ({ isPrimary: value }),
|
|
759
762
|
updatedAt: (value) => ({ updatedAt: value.getTime() / 1_000 }),
|
|
760
763
|
_: (name, value) => ({ [name]: value }),
|
|
761
764
|
});
|
|
@@ -878,6 +881,7 @@ const de_ImageSetProperties = (output, context) => {
|
|
|
878
881
|
deletedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
879
882
|
imageSetId: __expectString,
|
|
880
883
|
imageSetState: __expectString,
|
|
884
|
+
isPrimary: __expectBoolean,
|
|
881
885
|
message: __expectString,
|
|
882
886
|
overrides: _json,
|
|
883
887
|
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -905,6 +909,7 @@ const de_ImageSetsMetadataSummary = (output, context) => {
|
|
|
905
909
|
DICOMTags: _json,
|
|
906
910
|
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
907
911
|
imageSetId: __expectString,
|
|
912
|
+
isPrimary: __expectBoolean,
|
|
908
913
|
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
909
914
|
version: __expectInt32,
|
|
910
915
|
});
|
|
@@ -927,6 +932,7 @@ const _lV = "latestVersion";
|
|
|
927
932
|
const _lVI = "latestVersionId";
|
|
928
933
|
const _mR = "maxResults";
|
|
929
934
|
const _nT = "nextToken";
|
|
935
|
+
const _pTP = "promoteToPrimary";
|
|
930
936
|
const _tK = "tagKeys";
|
|
931
937
|
const _v = "version";
|
|
932
938
|
const _vI = "versionId";
|
|
@@ -130,150 +130,7 @@ export interface MedicalImaging {
|
|
|
130
130
|
updateImageSetMetadata(args: UpdateImageSetMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateImageSetMetadataCommandOutput) => void): void;
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
* <p>This is the <i>AWS HealthImaging API Reference</i>.
|
|
134
|
-
* that empowers healthcare providers, life science organizations, and their software partners to store,
|
|
135
|
-
* analyze, and share medical images in the cloud at petabyte scale. For an introduction to the service, see the
|
|
136
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
|
|
137
|
-
* <i>AWS HealthImaging Developer Guide</i>
|
|
138
|
-
* </a>.</p>
|
|
139
|
-
* <note>
|
|
140
|
-
* <p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
|
|
141
|
-
* they take care of request authentication, serialization, and connection management. For more information,
|
|
142
|
-
* see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
|
|
143
|
-
* </note>
|
|
144
|
-
* <p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
|
|
145
|
-
* provided to actions within this Reference, along with links back to corresponding sections in the
|
|
146
|
-
* <i>AWS HealthImaging Developer Guide</i> where you can view tested code examples.</p>
|
|
147
|
-
* <p class="title">
|
|
148
|
-
* <b>Data store actions</b>
|
|
149
|
-
* </p>
|
|
150
|
-
* <ul>
|
|
151
|
-
* <li>
|
|
152
|
-
* <p>
|
|
153
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
|
|
154
|
-
* – See
|
|
155
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
|
|
156
|
-
* </li>
|
|
157
|
-
* <li>
|
|
158
|
-
* <p>
|
|
159
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
|
|
160
|
-
* – See
|
|
161
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
|
|
162
|
-
* </li>
|
|
163
|
-
* <li>
|
|
164
|
-
* <p>
|
|
165
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
|
|
166
|
-
* – See
|
|
167
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
|
|
168
|
-
* </li>
|
|
169
|
-
* <li>
|
|
170
|
-
* <p>
|
|
171
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
|
|
172
|
-
* – See
|
|
173
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
|
|
174
|
-
* </li>
|
|
175
|
-
* </ul>
|
|
176
|
-
* <p class="title">
|
|
177
|
-
* <b>Import job actions</b>
|
|
178
|
-
* </p>
|
|
179
|
-
* <ul>
|
|
180
|
-
* <li>
|
|
181
|
-
* <p>
|
|
182
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
|
|
183
|
-
* – See
|
|
184
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
|
|
185
|
-
* </li>
|
|
186
|
-
* <li>
|
|
187
|
-
* <p>
|
|
188
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
|
|
189
|
-
* – See
|
|
190
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
|
|
191
|
-
* </li>
|
|
192
|
-
* <li>
|
|
193
|
-
* <p>
|
|
194
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
|
|
195
|
-
* – See
|
|
196
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
|
|
197
|
-
* </li>
|
|
198
|
-
* </ul>
|
|
199
|
-
* <p class="title">
|
|
200
|
-
* <b>Image set access actions</b>
|
|
201
|
-
* </p>
|
|
202
|
-
* <ul>
|
|
203
|
-
* <li>
|
|
204
|
-
* <p>
|
|
205
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
|
|
206
|
-
* – See
|
|
207
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
|
|
208
|
-
* </li>
|
|
209
|
-
* <li>
|
|
210
|
-
* <p>
|
|
211
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
|
|
212
|
-
* – See
|
|
213
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
|
|
214
|
-
* </li>
|
|
215
|
-
* <li>
|
|
216
|
-
* <p>
|
|
217
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
|
|
218
|
-
* – See
|
|
219
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
|
|
220
|
-
* </li>
|
|
221
|
-
* <li>
|
|
222
|
-
* <p>
|
|
223
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
|
|
224
|
-
* – See
|
|
225
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
|
|
226
|
-
* </li>
|
|
227
|
-
* </ul>
|
|
228
|
-
* <p class="title">
|
|
229
|
-
* <b>Image set modification actions</b>
|
|
230
|
-
* </p>
|
|
231
|
-
* <ul>
|
|
232
|
-
* <li>
|
|
233
|
-
* <p>
|
|
234
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
|
|
235
|
-
* – See
|
|
236
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
|
|
237
|
-
* </li>
|
|
238
|
-
* <li>
|
|
239
|
-
* <p>
|
|
240
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
|
|
241
|
-
* – See
|
|
242
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
|
|
243
|
-
* </li>
|
|
244
|
-
* <li>
|
|
245
|
-
* <p>
|
|
246
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
|
|
247
|
-
* – See
|
|
248
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
|
|
249
|
-
* </li>
|
|
250
|
-
* <li>
|
|
251
|
-
* <p>
|
|
252
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
|
|
253
|
-
* – See
|
|
254
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
|
|
255
|
-
* </li>
|
|
256
|
-
* </ul>
|
|
257
|
-
* <p class="title">
|
|
258
|
-
* <b>Tagging actions</b>
|
|
259
|
-
* </p>
|
|
260
|
-
* <ul>
|
|
261
|
-
* <li>
|
|
262
|
-
* <p>
|
|
263
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
|
|
264
|
-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-resource.html">Tagging a resource</a>.</p>
|
|
265
|
-
* </li>
|
|
266
|
-
* <li>
|
|
267
|
-
* <p>
|
|
268
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
|
|
269
|
-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-tag-resource.html">Listing tags for a resource</a>.</p>
|
|
270
|
-
* </li>
|
|
271
|
-
* <li>
|
|
272
|
-
* <p>
|
|
273
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
|
|
274
|
-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/untag-resource.html">Untagging a resource</a>.</p>
|
|
275
|
-
* </li>
|
|
276
|
-
* </ul>
|
|
133
|
+
* <p>This is the <i>AWS HealthImaging API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">What is AWS HealthImaging?</a> in the <i>AWS HealthImaging Developer Guide</i>.</p>
|
|
277
134
|
* @public
|
|
278
135
|
*/
|
|
279
136
|
export declare class MedicalImaging extends MedicalImagingClient implements MedicalImaging {
|
|
@@ -192,150 +192,7 @@ export type MedicalImagingClientResolvedConfigType = __SmithyResolvedConfigurati
|
|
|
192
192
|
export interface MedicalImagingClientResolvedConfig extends MedicalImagingClientResolvedConfigType {
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
|
-
* <p>This is the <i>AWS HealthImaging API Reference</i>.
|
|
196
|
-
* that empowers healthcare providers, life science organizations, and their software partners to store,
|
|
197
|
-
* analyze, and share medical images in the cloud at petabyte scale. For an introduction to the service, see the
|
|
198
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
|
|
199
|
-
* <i>AWS HealthImaging Developer Guide</i>
|
|
200
|
-
* </a>.</p>
|
|
201
|
-
* <note>
|
|
202
|
-
* <p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
|
|
203
|
-
* they take care of request authentication, serialization, and connection management. For more information,
|
|
204
|
-
* see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
|
|
205
|
-
* </note>
|
|
206
|
-
* <p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
|
|
207
|
-
* provided to actions within this Reference, along with links back to corresponding sections in the
|
|
208
|
-
* <i>AWS HealthImaging Developer Guide</i> where you can view tested code examples.</p>
|
|
209
|
-
* <p class="title">
|
|
210
|
-
* <b>Data store actions</b>
|
|
211
|
-
* </p>
|
|
212
|
-
* <ul>
|
|
213
|
-
* <li>
|
|
214
|
-
* <p>
|
|
215
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
|
|
216
|
-
* – See
|
|
217
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
|
|
218
|
-
* </li>
|
|
219
|
-
* <li>
|
|
220
|
-
* <p>
|
|
221
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
|
|
222
|
-
* – See
|
|
223
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
|
|
224
|
-
* </li>
|
|
225
|
-
* <li>
|
|
226
|
-
* <p>
|
|
227
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
|
|
228
|
-
* – See
|
|
229
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
|
|
230
|
-
* </li>
|
|
231
|
-
* <li>
|
|
232
|
-
* <p>
|
|
233
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
|
|
234
|
-
* – See
|
|
235
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
|
|
236
|
-
* </li>
|
|
237
|
-
* </ul>
|
|
238
|
-
* <p class="title">
|
|
239
|
-
* <b>Import job actions</b>
|
|
240
|
-
* </p>
|
|
241
|
-
* <ul>
|
|
242
|
-
* <li>
|
|
243
|
-
* <p>
|
|
244
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
|
|
245
|
-
* – See
|
|
246
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
|
|
247
|
-
* </li>
|
|
248
|
-
* <li>
|
|
249
|
-
* <p>
|
|
250
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
|
|
251
|
-
* – See
|
|
252
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
|
|
253
|
-
* </li>
|
|
254
|
-
* <li>
|
|
255
|
-
* <p>
|
|
256
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
|
|
257
|
-
* – See
|
|
258
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
|
|
259
|
-
* </li>
|
|
260
|
-
* </ul>
|
|
261
|
-
* <p class="title">
|
|
262
|
-
* <b>Image set access actions</b>
|
|
263
|
-
* </p>
|
|
264
|
-
* <ul>
|
|
265
|
-
* <li>
|
|
266
|
-
* <p>
|
|
267
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
|
|
268
|
-
* – See
|
|
269
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
|
|
270
|
-
* </li>
|
|
271
|
-
* <li>
|
|
272
|
-
* <p>
|
|
273
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
|
|
274
|
-
* – See
|
|
275
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
|
|
276
|
-
* </li>
|
|
277
|
-
* <li>
|
|
278
|
-
* <p>
|
|
279
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
|
|
280
|
-
* – See
|
|
281
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
|
|
282
|
-
* </li>
|
|
283
|
-
* <li>
|
|
284
|
-
* <p>
|
|
285
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
|
|
286
|
-
* – See
|
|
287
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
|
|
288
|
-
* </li>
|
|
289
|
-
* </ul>
|
|
290
|
-
* <p class="title">
|
|
291
|
-
* <b>Image set modification actions</b>
|
|
292
|
-
* </p>
|
|
293
|
-
* <ul>
|
|
294
|
-
* <li>
|
|
295
|
-
* <p>
|
|
296
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
|
|
297
|
-
* – See
|
|
298
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
|
|
299
|
-
* </li>
|
|
300
|
-
* <li>
|
|
301
|
-
* <p>
|
|
302
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
|
|
303
|
-
* – See
|
|
304
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
|
|
305
|
-
* </li>
|
|
306
|
-
* <li>
|
|
307
|
-
* <p>
|
|
308
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
|
|
309
|
-
* – See
|
|
310
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
|
|
311
|
-
* </li>
|
|
312
|
-
* <li>
|
|
313
|
-
* <p>
|
|
314
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
|
|
315
|
-
* – See
|
|
316
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
|
|
317
|
-
* </li>
|
|
318
|
-
* </ul>
|
|
319
|
-
* <p class="title">
|
|
320
|
-
* <b>Tagging actions</b>
|
|
321
|
-
* </p>
|
|
322
|
-
* <ul>
|
|
323
|
-
* <li>
|
|
324
|
-
* <p>
|
|
325
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
|
|
326
|
-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-resource.html">Tagging a resource</a>.</p>
|
|
327
|
-
* </li>
|
|
328
|
-
* <li>
|
|
329
|
-
* <p>
|
|
330
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
|
|
331
|
-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-tag-resource.html">Listing tags for a resource</a>.</p>
|
|
332
|
-
* </li>
|
|
333
|
-
* <li>
|
|
334
|
-
* <p>
|
|
335
|
-
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
|
|
336
|
-
* – See <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/untag-resource.html">Untagging a resource</a>.</p>
|
|
337
|
-
* </li>
|
|
338
|
-
* </ul>
|
|
195
|
+
* <p>This is the <i>AWS HealthImaging API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">What is AWS HealthImaging?</a> in the <i>AWS HealthImaging Developer Guide</i>.</p>
|
|
339
196
|
* @public
|
|
340
197
|
*/
|
|
341
198
|
export declare class MedicalImagingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MedicalImagingClientResolvedConfig> {
|
|
@@ -27,10 +27,7 @@ declare const DeleteDatastoreCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Delete a data store.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>Before a data store can be deleted, you must first delete all image sets within it.</p>
|
|
33
|
-
* </note>
|
|
30
|
+
* <p>Delete a data store.</p> <note> <p>Before a data store can be deleted, you must first delete all image sets within it.</p> </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const GetDICOMImportJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Get the import job properties to learn more about the job or job progress.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>The <code>jobStatus</code> refers to the execution of the import job. Therefore, an import job can return a <code>jobStatus</code> as
|
|
33
|
-
* <code>COMPLETED</code> even if validation issues are discovered during the import process. If a <code>jobStatus</code> returns
|
|
34
|
-
* as <code>COMPLETED</code>, we still recommend you review the output manifests written to S3, as they provide details on the success
|
|
35
|
-
* or failure of individual P10 object imports.</p>
|
|
36
|
-
* </note>
|
|
30
|
+
* <p>Get the import job properties to learn more about the job or job progress.</p> <note> <p>The <code>jobStatus</code> refers to the execution of the import job. Therefore, an import job can return a <code>jobStatus</code> as <code>COMPLETED</code> even if validation issues are discovered during the import process. If a <code>jobStatus</code> returns as <code>COMPLETED</code>, we still recommend you review the output manifests written to S3, as they provide details on the success or failure of individual P10 object imports.</p> </note>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|