@aws-sdk/client-medical-imaging 3.775.0 → 3.782.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-types/commands/CopyImageSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDatastoreCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDatastoreCommand.d.ts +1 -0
- package/dist-types/commands/DeleteImageSetCommand.d.ts +1 -0
- package/dist-types/commands/GetDICOMImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetDatastoreCommand.d.ts +1 -0
- package/dist-types/commands/GetImageFrameCommand.d.ts +6 -0
- package/dist-types/commands/GetImageSetCommand.d.ts +1 -0
- package/dist-types/commands/GetImageSetMetadataCommand.d.ts +6 -0
- package/dist-types/commands/ListDICOMImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListDatastoresCommand.d.ts +1 -0
- package/dist-types/commands/ListImageSetVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/SearchImageSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartDICOMImportJobCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateImageSetMetadataCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -107,6 +107,7 @@ declare const CopyImageSetCommand_base: {
|
|
|
107
107
|
* @throws {@link MedicalImagingServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CopyImageSetCommand extends CopyImageSetCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CreateDatastoreCommand_base: {
|
|
|
78
78
|
* @throws {@link MedicalImagingServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateDatastoreCommand extends CreateDatastoreCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteDatastoreCommand_base: {
|
|
|
76
76
|
* @throws {@link MedicalImagingServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteDatastoreCommand extends DeleteDatastoreCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeleteImageSetCommand_base: {
|
|
|
76
76
|
* @throws {@link MedicalImagingServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteImageSetCommand extends DeleteImageSetCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetDICOMImportJobCommand_base: {
|
|
|
90
90
|
* @throws {@link MedicalImagingServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetDICOMImportJobCommand extends GetDICOMImportJobCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetDatastoreCommand_base: {
|
|
|
77
77
|
* @throws {@link MedicalImagingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetDatastoreCommand extends GetDatastoreCommand_base {
|
|
@@ -44,6 +44,11 @@ declare const GetImageFrameCommand_base: {
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new GetImageFrameCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // consume or destroy the stream to free the socket.
|
|
48
|
+
* const bytes = await response.imageFrameBlob.transformToByteArray();
|
|
49
|
+
* // const str = await response.imageFrameBlob.transformToString();
|
|
50
|
+
* // response.imageFrameBlob.destroy(); // only applicable to Node.js Readable streams.
|
|
51
|
+
*
|
|
47
52
|
* // { // GetImageFrameResponse
|
|
48
53
|
* // imageFrameBlob: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes // required
|
|
49
54
|
* // contentType: "STRING_VALUE",
|
|
@@ -78,6 +83,7 @@ declare const GetImageFrameCommand_base: {
|
|
|
78
83
|
* @throws {@link MedicalImagingServiceException}
|
|
79
84
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
80
85
|
*
|
|
86
|
+
*
|
|
81
87
|
* @public
|
|
82
88
|
*/
|
|
83
89
|
export declare class GetImageFrameCommand extends GetImageFrameCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetImageSetCommand_base: {
|
|
|
86
86
|
* @throws {@link MedicalImagingServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetImageSetCommand extends GetImageSetCommand_base {
|
|
@@ -42,6 +42,11 @@ declare const GetImageSetMetadataCommand_base: {
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new GetImageSetMetadataCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // consume or destroy the stream to free the socket.
|
|
46
|
+
* const bytes = await response.imageSetMetadataBlob.transformToByteArray();
|
|
47
|
+
* // const str = await response.imageSetMetadataBlob.transformToString();
|
|
48
|
+
* // response.imageSetMetadataBlob.destroy(); // only applicable to Node.js Readable streams.
|
|
49
|
+
*
|
|
45
50
|
* // { // GetImageSetMetadataResponse
|
|
46
51
|
* // imageSetMetadataBlob: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes // required
|
|
47
52
|
* // contentType: "STRING_VALUE",
|
|
@@ -77,6 +82,7 @@ declare const GetImageSetMetadataCommand_base: {
|
|
|
77
82
|
* @throws {@link MedicalImagingServiceException}
|
|
78
83
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
79
84
|
*
|
|
85
|
+
*
|
|
80
86
|
* @public
|
|
81
87
|
*/
|
|
82
88
|
export declare class GetImageSetMetadataCommand extends GetImageSetMetadataCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListDICOMImportJobsCommand_base: {
|
|
|
87
87
|
* @throws {@link MedicalImagingServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListDICOMImportJobsCommand extends ListDICOMImportJobsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListDatastoresCommand_base: {
|
|
|
78
78
|
* @throws {@link MedicalImagingServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListDatastoresCommand extends ListDatastoresCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListImageSetVersionsCommand_base: {
|
|
|
90
90
|
* @throws {@link MedicalImagingServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListImageSetVersionsCommand extends ListImageSetVersionsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link MedicalImagingServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const SearchImageSetsCommand_base: {
|
|
|
138
138
|
* @throws {@link MedicalImagingServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class SearchImageSetsCommand extends SearchImageSetsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const StartDICOMImportJobCommand_base: {
|
|
|
86
86
|
* @throws {@link MedicalImagingServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class StartDICOMImportJobCommand extends StartDICOMImportJobCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link MedicalImagingServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link MedicalImagingServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const UpdateImageSetMetadataCommand_base: {
|
|
|
92
92
|
* @throws {@link MedicalImagingServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from MedicalImaging service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateImageSetMetadataCommand extends UpdateImageSetMetadataCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medical-imaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medical Imaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medical-imaging",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|