@aws-sdk/client-medical-imaging 3.431.0 → 3.433.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 +44 -43
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/MedicalImaging.d.ts +44 -43
- package/dist-types/MedicalImagingClient.d.ts +44 -43
- package/dist-types/commands/CopyImageSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatastoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatastoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageSetCommand.d.ts +1 -1
- package/dist-types/commands/GetDICOMImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetDatastoreCommand.d.ts +1 -1
- package/dist-types/commands/GetImageFrameCommand.d.ts +1 -1
- package/dist-types/commands/GetImageSetCommand.d.ts +1 -1
- package/dist-types/commands/GetImageSetMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListDICOMImportJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDatastoresCommand.d.ts +2 -2
- package/dist-types/commands/ListImageSetVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SearchImageSetsCommand.d.ts +10 -1
- package/dist-types/commands/StartDICOMImportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageSetMetadataCommand.d.ts +1 -1
- package/dist-types/index.d.ts +44 -43
- package/dist-types/models/models_0.d.ts +5 -5
- package/package.json +32 -32
|
@@ -175,47 +175,48 @@ export interface MedicalImagingClientResolvedConfig extends MedicalImagingClient
|
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
177
|
* @public
|
|
178
|
-
* <p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is
|
|
179
|
-
* and
|
|
178
|
+
* <p>This is the <i>AWS HealthImaging API Reference</i>. AWS HealthImaging is a HIPAA-eligible service that helps health
|
|
179
|
+
* care providers and their medical imaging ISV partners store, transform, and apply machine learning to medical images. For
|
|
180
|
+
* an introduction to the service, see the <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/what-is.html">
|
|
180
181
|
* <i>AWS HealthImaging Developer Guide</i>
|
|
181
182
|
* </a>.</p>
|
|
182
183
|
* <note>
|
|
183
184
|
* <p>We recommend using one of the AWS Software Development Kits (SDKs) for your programming language, as
|
|
184
185
|
* they take care of request authentication, serialization, and connection management. For more information,
|
|
185
186
|
* see <a href="http://aws.amazon.com/developer/tools">Tools to build on AWS</a>.</p>
|
|
186
|
-
* <p>For information about using
|
|
187
|
+
* <p>For information about using HealthImaging API actions in one of the language-specific AWS SDKs, refer to the
|
|
187
188
|
* <i>See Also</i> link at the end of each section that describes an API action or data type.</p>
|
|
188
189
|
* </note>
|
|
189
190
|
* <p>The following sections list AWS HealthImaging API actions categorized according to functionality. Links are
|
|
190
191
|
* provided to actions within this Reference, along with links back to corresponding sections in the
|
|
191
|
-
* <i>AWS HealthImaging Developer Guide</i>
|
|
192
|
+
* <i>AWS HealthImaging Developer Guide</i> where you can view console procedures and CLI/SDK code examples.</p>
|
|
192
193
|
* <p class="title">
|
|
193
194
|
* <b>Data store actions</b>
|
|
194
195
|
* </p>
|
|
195
196
|
* <ul>
|
|
196
197
|
* <li>
|
|
197
198
|
* <p>
|
|
198
|
-
* <a href="https://docs.aws.amazon.com/
|
|
199
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CreateDatastore.html">CreateDatastore</a>
|
|
199
200
|
* – See
|
|
200
|
-
* <a href="https://docs.aws.amazon.com/
|
|
201
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/create-data-store.html">Creating a data store</a>.</p>
|
|
201
202
|
* </li>
|
|
202
203
|
* <li>
|
|
203
204
|
* <p>
|
|
204
|
-
* <a href="https://docs.aws.amazon.com/
|
|
205
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDatastore.html">GetDatastore</a>
|
|
205
206
|
* – See
|
|
206
|
-
* <a href="https://docs.aws.amazon.com/
|
|
207
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-data-store.html">Getting data store properties</a>.</p>
|
|
207
208
|
* </li>
|
|
208
209
|
* <li>
|
|
209
210
|
* <p>
|
|
210
|
-
* <a href="https://docs.aws.amazon.com/
|
|
211
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDatastores.html">ListDatastores</a>
|
|
211
212
|
* – See
|
|
212
|
-
* <a href="https://docs.aws.amazon.com/
|
|
213
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-data-stores.html">Listing data stores</a>.</p>
|
|
213
214
|
* </li>
|
|
214
215
|
* <li>
|
|
215
216
|
* <p>
|
|
216
|
-
* <a href="https://docs.aws.amazon.com/
|
|
217
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteDatastore.html">DeleteDatastore</a>
|
|
217
218
|
* – See
|
|
218
|
-
* <a href="https://docs.aws.amazon.com/
|
|
219
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-data-store.html">Deleting a data store</a>.</p>
|
|
219
220
|
* </li>
|
|
220
221
|
* </ul>
|
|
221
222
|
* <p class="title">
|
|
@@ -224,21 +225,21 @@ export interface MedicalImagingClientResolvedConfig extends MedicalImagingClient
|
|
|
224
225
|
* <ul>
|
|
225
226
|
* <li>
|
|
226
227
|
* <p>
|
|
227
|
-
* <a href="https://docs.aws.amazon.com/
|
|
228
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_StartDICOMImportJob.html">StartDICOMImportJob</a>
|
|
228
229
|
* – See
|
|
229
|
-
* <a href="https://docs.aws.amazon.com/
|
|
230
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/start-dicom-import-job.html">Starting an import job</a>.</p>
|
|
230
231
|
* </li>
|
|
231
232
|
* <li>
|
|
232
233
|
* <p>
|
|
233
|
-
* <a href="https://docs.aws.amazon.com/
|
|
234
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html">GetDICOMImportJob</a>
|
|
234
235
|
* – See
|
|
235
|
-
* <a href="https://docs.aws.amazon.com/
|
|
236
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-dicom-import-job.html">Getting import job properties</a>.</p>
|
|
236
237
|
* </li>
|
|
237
238
|
* <li>
|
|
238
239
|
* <p>
|
|
239
|
-
* <a href="https://docs.aws.amazon.com/
|
|
240
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListDICOMImportJobs.html">ListDICOMImportJobs</a>
|
|
240
241
|
* – See
|
|
241
|
-
* <a href="https://docs.aws.amazon.com/
|
|
242
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-dicom-import-jobs.html">Listing import jobs</a>.</p>
|
|
242
243
|
* </li>
|
|
243
244
|
* </ul>
|
|
244
245
|
* <p class="title">
|
|
@@ -247,27 +248,27 @@ export interface MedicalImagingClientResolvedConfig extends MedicalImagingClient
|
|
|
247
248
|
* <ul>
|
|
248
249
|
* <li>
|
|
249
250
|
* <p>
|
|
250
|
-
* <a href="https://docs.aws.amazon.com/
|
|
251
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_SearchImageSets.html">SearchImageSets</a>
|
|
251
252
|
* – See
|
|
252
|
-
* <a href="https://docs.aws.amazon.com/
|
|
253
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/search-image-sets.html">Searching image sets</a>.</p>
|
|
253
254
|
* </li>
|
|
254
255
|
* <li>
|
|
255
256
|
* <p>
|
|
256
|
-
* <a href="https://docs.aws.amazon.com/
|
|
257
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSet.html">GetImageSet</a>
|
|
257
258
|
* – See
|
|
258
|
-
* <a href="https://docs.aws.amazon.com/
|
|
259
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-properties.html">Getting image set properties</a>.</p>
|
|
259
260
|
* </li>
|
|
260
261
|
* <li>
|
|
261
262
|
* <p>
|
|
262
|
-
* <a href="https://docs.aws.amazon.com/
|
|
263
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageSetMetadata.html">GetImageSetMetadata</a>
|
|
263
264
|
* – See
|
|
264
|
-
* <a href="https://docs.aws.amazon.com/
|
|
265
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-set-metadata.html">Getting image set metadata</a>.</p>
|
|
265
266
|
* </li>
|
|
266
267
|
* <li>
|
|
267
268
|
* <p>
|
|
268
|
-
* <a href="https://docs.aws.amazon.com/
|
|
269
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetImageFrame.html">GetImageFrame</a>
|
|
269
270
|
* – See
|
|
270
|
-
* <a href="https://docs.aws.amazon.com/
|
|
271
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/get-image-frame.html">Getting image set pixel data</a>.</p>
|
|
271
272
|
* </li>
|
|
272
273
|
* </ul>
|
|
273
274
|
* <p class="title">
|
|
@@ -276,27 +277,27 @@ export interface MedicalImagingClientResolvedConfig extends MedicalImagingClient
|
|
|
276
277
|
* <ul>
|
|
277
278
|
* <li>
|
|
278
279
|
* <p>
|
|
279
|
-
* <a href="https://docs.aws.amazon.com/
|
|
280
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListImageSetVersions.html">ListImageSetVersions</a>
|
|
280
281
|
* – See
|
|
281
|
-
* <a href="https://docs.aws.amazon.com/
|
|
282
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/list-image-set-versions.html">Listing image set versions</a>.</p>
|
|
282
283
|
* </li>
|
|
283
284
|
* <li>
|
|
284
285
|
* <p>
|
|
285
|
-
* <a href="https://docs.aws.amazon.com/
|
|
286
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UpdateImageSetMetadata.html">UpdateImageSetMetadata</a>
|
|
286
287
|
* – See
|
|
287
|
-
* <a href="https://docs.aws.amazon.com/
|
|
288
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/update-image-set-metadata.html">Updating image set metadata</a>.</p>
|
|
288
289
|
* </li>
|
|
289
290
|
* <li>
|
|
290
291
|
* <p>
|
|
291
|
-
* <a href="https://docs.aws.amazon.com/
|
|
292
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_CopyImageSet.html">CopyImageSet</a>
|
|
292
293
|
* – See
|
|
293
|
-
* <a href="https://docs.aws.amazon.com/
|
|
294
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/copy-image-set.html">Copying an image set</a>.</p>
|
|
294
295
|
* </li>
|
|
295
296
|
* <li>
|
|
296
297
|
* <p>
|
|
297
|
-
* <a href="https://docs.aws.amazon.com/
|
|
298
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_DeleteImageSet.html">DeleteImageSet</a>
|
|
298
299
|
* – See
|
|
299
|
-
* <a href="https://docs.aws.amazon.com/
|
|
300
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/delete-image-set.html">Deleting an image set</a>.</p>
|
|
300
301
|
* </li>
|
|
301
302
|
* </ul>
|
|
302
303
|
* <p class="title">
|
|
@@ -305,24 +306,24 @@ export interface MedicalImagingClientResolvedConfig extends MedicalImagingClient
|
|
|
305
306
|
* <ul>
|
|
306
307
|
* <li>
|
|
307
308
|
* <p>
|
|
308
|
-
* <a href="https://docs.aws.amazon.com/
|
|
309
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html">TagResource</a>
|
|
309
310
|
* – See
|
|
310
|
-
* <a href="https://docs.aws.amazon.com/
|
|
311
|
-
* <a href="https://docs.aws.amazon.com/
|
|
311
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
312
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
312
313
|
* </li>
|
|
313
314
|
* <li>
|
|
314
315
|
* <p>
|
|
315
|
-
* <a href="https://docs.aws.amazon.com/
|
|
316
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_ListTagsForResource.html">ListTagsForResource</a>
|
|
316
317
|
* – See
|
|
317
|
-
* <a href="https://docs.aws.amazon.com/
|
|
318
|
-
* <a href="https://docs.aws.amazon.com/
|
|
318
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
319
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
319
320
|
* </li>
|
|
320
321
|
* <li>
|
|
321
322
|
* <p>
|
|
322
|
-
* <a href="https://docs.aws.amazon.com/
|
|
323
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_UntagResource.html">UntagResource</a>
|
|
323
324
|
* – See
|
|
324
|
-
* <a href="https://docs.aws.amazon.com/
|
|
325
|
-
* <a href="https://docs.aws.amazon.com/
|
|
325
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-data-store.html">Tagging a data store</a> and
|
|
326
|
+
* <a href="https://docs.aws.amazon.com/healthimaging/latest/devguide/tag-list-untag-image-set.html">Tagging an image set</a>.</p>
|
|
326
327
|
* </li>
|
|
327
328
|
* </ul>
|
|
328
329
|
*/
|
|
@@ -94,7 +94,7 @@ export interface CopyImageSetCommandOutput extends CopyImageSetResponse, __Metad
|
|
|
94
94
|
* <p>The request was denied due to throttling.</p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link ValidationException} (client fault)
|
|
97
|
-
* <p>The input fails to satisfy the constraints
|
|
97
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link MedicalImagingServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -69,7 +69,7 @@ export interface CreateDatastoreCommandOutput extends CreateDatastoreResponse, _
|
|
|
69
69
|
* <p>The request was denied due to throttling.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input fails to satisfy the constraints
|
|
72
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link MedicalImagingServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -67,7 +67,7 @@ export interface DeleteDatastoreCommandOutput extends DeleteDatastoreResponse, _
|
|
|
67
67
|
* <p>The request was denied due to throttling.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The input fails to satisfy the constraints
|
|
70
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link MedicalImagingServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -67,7 +67,7 @@ export interface DeleteImageSetCommandOutput extends DeleteImageSetResponse, __M
|
|
|
67
67
|
* <p>The request was denied due to throttling.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The input fails to satisfy the constraints
|
|
70
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link MedicalImagingServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -75,7 +75,7 @@ export interface GetDICOMImportJobCommandOutput extends GetDICOMImportJobRespons
|
|
|
75
75
|
* <p>The request was denied due to throttling.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ValidationException} (client fault)
|
|
78
|
-
* <p>The input fails to satisfy the constraints
|
|
78
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link MedicalImagingServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -68,7 +68,7 @@ export interface GetDatastoreCommandOutput extends GetDatastoreResponse, __Metad
|
|
|
68
68
|
* <p>The request was denied due to throttling.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link ValidationException} (client fault)
|
|
71
|
-
* <p>The input fails to satisfy the constraints
|
|
71
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link MedicalImagingServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -69,7 +69,7 @@ export interface GetImageFrameCommandOutput extends Omit<GetImageFrameResponse,
|
|
|
69
69
|
* <p>The request was denied due to throttling.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input fails to satisfy the constraints
|
|
72
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link MedicalImagingServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -74,7 +74,7 @@ export interface GetImageSetCommandOutput extends GetImageSetResponse, __Metadat
|
|
|
74
74
|
* <p>The request was denied due to throttling.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ValidationException} (client fault)
|
|
77
|
-
* <p>The input fails to satisfy the constraints
|
|
77
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link MedicalImagingServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -68,7 +68,7 @@ export interface GetImageSetMetadataCommandOutput extends Omit<GetImageSetMetada
|
|
|
68
68
|
* <p>The request was denied due to throttling.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link ValidationException} (client fault)
|
|
71
|
-
* <p>The input fails to satisfy the constraints
|
|
71
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link MedicalImagingServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -23,7 +23,7 @@ export interface ListDICOMImportJobsCommandOutput extends ListDICOMImportJobsRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>List import jobs created
|
|
26
|
+
* <p>List import jobs created for a specific data store.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -78,7 +78,7 @@ export interface ListDICOMImportJobsCommandOutput extends ListDICOMImportJobsRes
|
|
|
78
78
|
* <p>The request was denied due to throttling.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* <p>The input fails to satisfy the constraints
|
|
81
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link MedicalImagingServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -23,7 +23,7 @@ export interface ListDatastoresCommandOutput extends ListDatastoresResponse, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>List data stores
|
|
26
|
+
* <p>List data stores.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -69,7 +69,7 @@ export interface ListDatastoresCommandOutput extends ListDatastoresResponse, __M
|
|
|
69
69
|
* <p>The request was denied due to throttling.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input fails to satisfy the constraints
|
|
72
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link MedicalImagingServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -78,7 +78,7 @@ export interface ListImageSetVersionsCommandOutput extends ListImageSetVersionsR
|
|
|
78
78
|
* <p>The request was denied due to throttling.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ValidationException} (client fault)
|
|
81
|
-
* <p>The input fails to satisfy the constraints
|
|
81
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link MedicalImagingServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -62,7 +62,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
62
62
|
* <p>The request was denied due to throttling.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ValidationException} (client fault)
|
|
65
|
-
* <p>The input fails to satisfy the constraints
|
|
65
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link MedicalImagingServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -24,6 +24,15 @@ export interface SearchImageSetsCommandOutput extends SearchImageSetsResponse, _
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Search image sets based on defined input attributes.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>
|
|
29
|
+
* <code>SearchImageSets</code> accepts a single search
|
|
30
|
+
* query parameter and returns a paginated response of all image sets that have the
|
|
31
|
+
* matching criteria. All range queries must be input as <code>(lowerBound, upperBound)</code>.</p>
|
|
32
|
+
* <p>
|
|
33
|
+
* <code>SearchImageSets</code> uses the <code>updatedAt</code> field for sorting
|
|
34
|
+
* in decreasing order from latest to oldest.</p>
|
|
35
|
+
* </note>
|
|
27
36
|
* @example
|
|
28
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
38
|
* ```javascript
|
|
@@ -107,7 +116,7 @@ export interface SearchImageSetsCommandOutput extends SearchImageSetsResponse, _
|
|
|
107
116
|
* <p>The request was denied due to throttling.</p>
|
|
108
117
|
*
|
|
109
118
|
* @throws {@link ValidationException} (client fault)
|
|
110
|
-
* <p>The input fails to satisfy the constraints
|
|
119
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
111
120
|
*
|
|
112
121
|
* @throws {@link MedicalImagingServiceException}
|
|
113
122
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -76,7 +76,7 @@ export interface StartDICOMImportJobCommandOutput extends StartDICOMImportJobRes
|
|
|
76
76
|
* <p>The request was denied due to throttling.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ValidationException} (client fault)
|
|
79
|
-
* <p>The input fails to satisfy the constraints
|
|
79
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link MedicalImagingServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -61,7 +61,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
61
61
|
* <p>The request was denied due to throttling.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ValidationException} (client fault)
|
|
64
|
-
* <p>The input fails to satisfy the constraints
|
|
64
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link MedicalImagingServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -61,7 +61,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
61
61
|
* <p>The request was denied due to throttling.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ValidationException} (client fault)
|
|
64
|
-
* <p>The input fails to satisfy the constraints
|
|
64
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link MedicalImagingServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
@@ -81,7 +81,7 @@ export interface UpdateImageSetMetadataCommandOutput extends UpdateImageSetMetad
|
|
|
81
81
|
* <p>The request was denied due to throttling.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ValidationException} (client fault)
|
|
84
|
-
* <p>The input fails to satisfy the constraints
|
|
84
|
+
* <p>The input fails to satisfy the constraints set by the service.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link MedicalImagingServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|