@aws-sdk/client-medical-imaging 3.576.0 → 3.577.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 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
- * query parameter and returns a paginated response of all image sets that have the
34
- * matching criteria. All range queries must be input as <code>(lowerBound, upperBound)</code>.</p>
35
- * <p>
36
- * <code>SearchImageSets</code> uses the <code>updatedAt</code> field for sorting
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.576.0",
4
+ "version": "3.577.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,19 +20,19 @@
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.576.0",
24
- "@aws-sdk/client-sts": "3.576.0",
23
+ "@aws-sdk/client-sso-oidc": "3.577.0",
24
+ "@aws-sdk/client-sts": "3.577.0",
25
25
  "@aws-sdk/core": "3.576.0",
26
- "@aws-sdk/credential-provider-node": "3.576.0",
27
- "@aws-sdk/middleware-host-header": "3.575.0",
28
- "@aws-sdk/middleware-logger": "3.575.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.575.0",
30
- "@aws-sdk/middleware-user-agent": "3.575.0",
31
- "@aws-sdk/region-config-resolver": "3.575.0",
32
- "@aws-sdk/types": "3.575.0",
33
- "@aws-sdk/util-endpoints": "3.575.0",
34
- "@aws-sdk/util-user-agent-browser": "3.575.0",
35
- "@aws-sdk/util-user-agent-node": "3.575.0",
26
+ "@aws-sdk/credential-provider-node": "3.577.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
37
  "@smithy/core": "^2.0.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.0",