@aws-sdk/client-medical-imaging 3.576.0 → 3.582.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 +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/SearchImageSetsCommand.d.ts +5 -6
- package/dist-types/commands/StartDICOMImportJobCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +21 -21
package/dist-cjs/index.js
CHANGED
|
@@ -797,6 +797,7 @@ var se_StartDICOMImportJobCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
797
797
|
(0, import_smithy_client.take)(input, {
|
|
798
798
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
799
799
|
dataAccessRoleArn: [],
|
|
800
|
+
inputOwnerAccountId: [],
|
|
800
801
|
inputS3Uri: [],
|
|
801
802
|
jobName: [],
|
|
802
803
|
outputS3Uri: []
|
|
@@ -262,6 +262,7 @@ export const se_StartDICOMImportJobCommand = async (input, context) => {
|
|
|
262
262
|
body = JSON.stringify(take(input, {
|
|
263
263
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
264
264
|
dataAccessRoleArn: [],
|
|
265
|
+
inputOwnerAccountId: [],
|
|
265
266
|
inputS3Uri: [],
|
|
266
267
|
jobName: [],
|
|
267
268
|
outputS3Uri: [],
|
|
@@ -29,12 +29,11 @@ declare const SearchImageSetsCommand_base: {
|
|
|
29
29
|
* <p>Search image sets based on defined input attributes.</p>
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>
|
|
32
|
-
* <code>SearchImageSets</code> accepts a single search
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* <p>
|
|
36
|
-
*
|
|
37
|
-
* in decreasing order from latest to oldest.</p>
|
|
32
|
+
* <code>SearchImageSets</code> accepts a single search query parameter and returns a paginated
|
|
33
|
+
* response of all image sets that have the matching criteria. All date range queries must be input
|
|
34
|
+
* as <code>(lowerBound, upperBound)</code>.</p>
|
|
35
|
+
* <p>By default, <code>SearchImageSets</code> uses the <code>updatedAt</code> field for sorting
|
|
36
|
+
* in descending order from newest to oldest.</p>
|
|
38
37
|
* </note>
|
|
39
38
|
* @example
|
|
40
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -42,6 +42,7 @@ declare const StartDICOMImportJobCommand_base: {
|
|
|
42
42
|
* datastoreId: "STRING_VALUE", // required
|
|
43
43
|
* inputS3Uri: "STRING_VALUE", // required
|
|
44
44
|
* outputS3Uri: "STRING_VALUE", // required
|
|
45
|
+
* inputOwnerAccountId: "STRING_VALUE",
|
|
45
46
|
* };
|
|
46
47
|
* const command = new StartDICOMImportJobCommand(input);
|
|
47
48
|
* const response = await client.send(command);
|
|
@@ -1440,6 +1440,11 @@ export interface StartDICOMImportJobRequest {
|
|
|
1440
1440
|
* @public
|
|
1441
1441
|
*/
|
|
1442
1442
|
outputS3Uri: string | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>The account ID of the source S3 bucket owner.</p>
|
|
1445
|
+
* @public
|
|
1446
|
+
*/
|
|
1447
|
+
inputOwnerAccountId?: string;
|
|
1443
1448
|
}
|
|
1444
1449
|
/**
|
|
1445
1450
|
* @public
|
|
@@ -484,6 +484,7 @@ export interface StartDICOMImportJobRequest {
|
|
|
484
484
|
datastoreId: string | undefined;
|
|
485
485
|
inputS3Uri: string | undefined;
|
|
486
486
|
outputS3Uri: string | undefined;
|
|
487
|
+
inputOwnerAccountId?: string;
|
|
487
488
|
}
|
|
488
489
|
export interface StartDICOMImportJobResponse {
|
|
489
490
|
datastoreId: string | undefined;
|
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.582.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",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.582.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.582.0",
|
|
25
|
+
"@aws-sdk/core": "3.582.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.582.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.577.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.577.0",
|
|
32
|
+
"@aws-sdk/types": "3.577.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.577.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.0",
|
|
37
|
-
"@smithy/core": "^2.0.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.0.
|
|
37
|
+
"@smithy/core": "^2.0.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.0",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.0.0",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.0",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.0",
|
|
46
46
|
"@smithy/node-config-provider": "^3.0.0",
|
|
47
47
|
"@smithy/node-http-handler": "^3.0.0",
|
|
48
48
|
"@smithy/protocol-http": "^4.0.0",
|
|
49
|
-
"@smithy/smithy-client": "^3.0.
|
|
49
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
50
50
|
"@smithy/types": "^3.0.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.0",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
57
57
|
"@smithy/util-endpoints": "^2.0.0",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.0",
|
|
59
59
|
"@smithy/util-retry": "^3.0.0",
|
|
60
|
-
"@smithy/util-stream": "^3.0.
|
|
60
|
+
"@smithy/util-stream": "^3.0.1",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|