@aws-sdk/client-omics 3.565.0 → 3.567.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
@@ -131,6 +131,7 @@ __export(src_exports, {
131
131
  RunStatus: () => RunStatus,
132
132
  SchemaValueType: () => SchemaValueType,
133
133
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
134
+ ShareResourceType: () => ShareResourceType,
134
135
  ShareStatus: () => ShareStatus,
135
136
  StartAnnotationImportJobCommand: () => StartAnnotationImportJobCommand,
136
137
  StartReadSetActivationJobCommand: () => StartReadSetActivationJobCommand,
@@ -139,6 +140,7 @@ __export(src_exports, {
139
140
  StartReferenceImportJobCommand: () => StartReferenceImportJobCommand,
140
141
  StartRunCommand: () => StartRunCommand,
141
142
  StartVariantImportJobCommand: () => StartVariantImportJobCommand,
143
+ StorageType: () => StorageType,
142
144
  StoreFormat: () => StoreFormat,
143
145
  StoreOptions: () => StoreOptions,
144
146
  StoreStatus: () => StoreStatus,
@@ -839,6 +841,20 @@ var ReadSetExportJobStatus = {
839
841
  IN_PROGRESS: "IN_PROGRESS",
840
842
  SUBMITTED: "SUBMITTED"
841
843
  };
844
+ var ShareResourceType = {
845
+ /**
846
+ * The share is on an annotation store
847
+ */
848
+ ANNOTATION_STORE: "ANNOTATION_STORE",
849
+ /**
850
+ * The share is on a variant store
851
+ */
852
+ VARIANT_STORE: "VARIANT_STORE",
853
+ /**
854
+ * The share is on a workflow
855
+ */
856
+ WORKFLOW: "WORKFLOW"
857
+ };
842
858
  var ReadSetFile = {
843
859
  INDEX: "INDEX",
844
860
  SOURCE1: "SOURCE1",
@@ -933,6 +949,10 @@ var RunStatus = {
933
949
  STARTING: "STARTING",
934
950
  STOPPING: "STOPPING"
935
951
  };
952
+ var StorageType = {
953
+ DYNAMIC: "DYNAMIC",
954
+ STATIC: "STATIC"
955
+ };
936
956
  var WorkflowType = {
937
957
  PRIVATE: "PRIVATE",
938
958
  READY2RUN: "READY2RUN"
@@ -1904,7 +1924,8 @@ var se_GetWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => {
1904
1924
  b.p("id", () => input.id, "{id}", false);
1905
1925
  const query = (0, import_smithy_client.map)({
1906
1926
  [_t]: [, input[_t]],
1907
- [_e]: [() => input.export !== void 0, () => (input[_e] || []).map((_entry) => _entry)]
1927
+ [_e]: [() => input.export !== void 0, () => (input[_e] || []).map((_entry) => _entry)],
1928
+ [_wOI]: [, input[_wOI]]
1908
1929
  });
1909
1930
  let body;
1910
1931
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -2617,8 +2638,10 @@ var se_StartRunCommand = /* @__PURE__ */ __name(async (input, context) => {
2617
2638
  runGroupId: [],
2618
2639
  runId: [],
2619
2640
  storageCapacity: [],
2641
+ storageType: [],
2620
2642
  tags: (_) => (0, import_smithy_client._json)(_),
2621
2643
  workflowId: [],
2644
+ workflowOwnerId: [],
2622
2645
  workflowType: []
2623
2646
  })
2624
2647
  );
@@ -3523,9 +3546,11 @@ var de_GetRunCommand = /* @__PURE__ */ __name(async (output, context) => {
3523
3546
  statusMessage: import_smithy_client.expectString,
3524
3547
  stopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3525
3548
  storageCapacity: import_smithy_client.expectInt32,
3549
+ storageType: import_smithy_client.expectString,
3526
3550
  tags: import_smithy_client._json,
3527
3551
  uuid: import_smithy_client.expectString,
3528
3552
  workflowId: import_smithy_client.expectString,
3553
+ workflowOwnerId: import_smithy_client.expectString,
3529
3554
  workflowType: import_smithy_client.expectString
3530
3555
  });
3531
3556
  Object.assign(contents, doc);
@@ -4750,6 +4775,7 @@ var de_RunListItem = /* @__PURE__ */ __name((output, context) => {
4750
4775
  status: import_smithy_client.expectString,
4751
4776
  stopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
4752
4777
  storageCapacity: import_smithy_client.expectInt32,
4778
+ storageType: import_smithy_client.expectString,
4753
4779
  workflowId: import_smithy_client.expectString
4754
4780
  });
4755
4781
  }, "de_RunListItem");
@@ -4780,6 +4806,7 @@ var de_ShareDetails = /* @__PURE__ */ __name((output, context) => {
4780
4806
  ownerId: import_smithy_client.expectString,
4781
4807
  principalSubscriber: import_smithy_client.expectString,
4782
4808
  resourceArn: import_smithy_client.expectString,
4809
+ resourceId: import_smithy_client.expectString,
4783
4810
  shareId: import_smithy_client.expectString,
4784
4811
  shareName: import_smithy_client.expectString,
4785
4812
  status: import_smithy_client.expectString,
@@ -4892,6 +4919,7 @@ var _s = "status";
4892
4919
  var _sT = "startingToken";
4893
4920
  var _t = "type";
4894
4921
  var _tK = "tagKeys";
4922
+ var _wOI = "workflowOwnerId";
4895
4923
 
4896
4924
  // src/commands/AbortMultipartReadSetUploadCommand.ts
4897
4925
  var _AbortMultipartReadSetUploadCommand = class _AbortMultipartReadSetUploadCommand extends import_smithy_client.Command.classBuilder().ep({
@@ -7752,6 +7780,7 @@ var waitUntilWorkflowActive = /* @__PURE__ */ __name(async (params, input) => {
7752
7780
  ETagAlgorithm,
7753
7781
  ReadSetExportJobItemStatus,
7754
7782
  ReadSetExportJobStatus,
7783
+ ShareResourceType,
7755
7784
  ReadSetFile,
7756
7785
  RangeNotSatisfiableException,
7757
7786
  ReadSetImportJobItemStatus,
@@ -7765,6 +7794,7 @@ var waitUntilWorkflowActive = /* @__PURE__ */ __name(async (params, input) => {
7765
7794
  RunLogLevel,
7766
7795
  RunRetentionMode,
7767
7796
  RunStatus,
7797
+ StorageType,
7768
7798
  WorkflowType,
7769
7799
  TaskStatus,
7770
7800
  WorkflowExport,
@@ -284,6 +284,11 @@ export const ReadSetExportJobStatus = {
284
284
  IN_PROGRESS: "IN_PROGRESS",
285
285
  SUBMITTED: "SUBMITTED",
286
286
  };
287
+ export const ShareResourceType = {
288
+ ANNOTATION_STORE: "ANNOTATION_STORE",
289
+ VARIANT_STORE: "VARIANT_STORE",
290
+ WORKFLOW: "WORKFLOW",
291
+ };
287
292
  export const ReadSetFile = {
288
293
  INDEX: "INDEX",
289
294
  SOURCE1: "SOURCE1",
@@ -373,6 +378,10 @@ export const RunStatus = {
373
378
  STARTING: "STARTING",
374
379
  STOPPING: "STOPPING",
375
380
  };
381
+ export const StorageType = {
382
+ DYNAMIC: "DYNAMIC",
383
+ STATIC: "STATIC",
384
+ };
376
385
  export const WorkflowType = {
377
386
  PRIVATE: "PRIVATE",
378
387
  READY2RUN: "READY2RUN",
@@ -916,6 +916,7 @@ export const se_GetWorkflowCommand = async (input, context) => {
916
916
  const query = map({
917
917
  [_t]: [, input[_t]],
918
918
  [_e]: [() => input.export !== void 0, () => (input[_e] || []).map((_entry) => _entry)],
919
+ [_wOI]: [, input[_wOI]],
919
920
  });
920
921
  let body;
921
922
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -1587,8 +1588,10 @@ export const se_StartRunCommand = async (input, context) => {
1587
1588
  runGroupId: [],
1588
1589
  runId: [],
1589
1590
  storageCapacity: [],
1591
+ storageType: [],
1590
1592
  tags: (_) => _json(_),
1591
1593
  workflowId: [],
1594
+ workflowOwnerId: [],
1592
1595
  workflowType: [],
1593
1596
  }));
1594
1597
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -2478,9 +2481,11 @@ export const de_GetRunCommand = async (output, context) => {
2478
2481
  statusMessage: __expectString,
2479
2482
  stopTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
2480
2483
  storageCapacity: __expectInt32,
2484
+ storageType: __expectString,
2481
2485
  tags: _json,
2482
2486
  uuid: __expectString,
2483
2487
  workflowId: __expectString,
2488
+ workflowOwnerId: __expectString,
2484
2489
  workflowType: __expectString,
2485
2490
  });
2486
2491
  Object.assign(contents, doc);
@@ -3733,6 +3738,7 @@ const de_RunListItem = (output, context) => {
3733
3738
  status: __expectString,
3734
3739
  stopTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
3735
3740
  storageCapacity: __expectInt32,
3741
+ storageType: __expectString,
3736
3742
  workflowId: __expectString,
3737
3743
  });
3738
3744
  };
@@ -3765,6 +3771,7 @@ const de_ShareDetails = (output, context) => {
3765
3771
  ownerId: __expectString,
3766
3772
  principalSubscriber: __expectString,
3767
3773
  resourceArn: __expectString,
3774
+ resourceId: __expectString,
3768
3775
  shareId: __expectString,
3769
3776
  shareName: __expectString,
3770
3777
  status: __expectString,
@@ -3892,3 +3899,4 @@ const _s = "status";
3892
3899
  const _sT = "startingToken";
3893
3900
  const _t = "type";
3894
3901
  const _tK = "tagKeys";
3902
+ const _wOI = "workflowOwnerId";
@@ -26,9 +26,7 @@ declare const AcceptShareCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Accepts a share for an analytics store.
31
- * </p>
29
+ * <p>Accept a resource share request.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
34
32
  * ```javascript
@@ -26,9 +26,20 @@ declare const CreateShareCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Creates a share offer that can be accepted outside the account by a subscriber. The share is created by the owner and accepted by the principal subscriber.
31
- * </p>
29
+ * <p>Creates a cross-account shared resource. The resource owner makes an offer to share the resource
30
+ * with the principal subscriber (an AWS user with a different account than the resource owner).</p>
31
+ * <p>The following resources support cross-account sharing:</p>
32
+ * <ul>
33
+ * <li>
34
+ * <p>Healthomics variant stores</p>
35
+ * </li>
36
+ * <li>
37
+ * <p>Healthomics annotation stores</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>Private workflows</p>
41
+ * </li>
42
+ * </ul>
32
43
  * @example
33
44
  * Use a bare-bones client and the command you need to make an API call.
34
45
  * ```javascript
@@ -26,9 +26,8 @@ declare const DeleteShareCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Deletes a share of an analytics store.
31
- * </p>
29
+ * <p>Deletes a resource share. If you are the resource owner, the subscriber will no longer have
30
+ * access to the shared resource. If you are the subscriber, this operation deletes your access to the share.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,6 +27,7 @@ declare const GetRunCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>Gets information about a workflow run.</p>
30
+ * <p>If a workflow is shared with you, you cannot export information about the run.</p>
30
31
  * @example
31
32
  * Use a bare-bones client and the command you need to make an API call.
32
33
  * ```javascript
@@ -78,6 +79,8 @@ declare const GetRunCommand_base: {
78
79
  * // },
79
80
  * // uuid: "STRING_VALUE",
80
81
  * // runOutputUri: "STRING_VALUE",
82
+ * // storageType: "STRING_VALUE",
83
+ * // workflowOwnerId: "STRING_VALUE",
81
84
  * // };
82
85
  *
83
86
  * ```
@@ -26,9 +26,7 @@ declare const GetShareCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Retrieves the metadata for a share.
31
- * </p>
29
+ * <p>Retrieves the metadata for the specified resource share.</p>
32
30
  * @example
33
31
  * Use a bare-bones client and the command you need to make an API call.
34
32
  * ```javascript
@@ -44,6 +42,7 @@ declare const GetShareCommand_base: {
44
42
  * // share: { // ShareDetails
45
43
  * // shareId: "STRING_VALUE",
46
44
  * // resourceArn: "STRING_VALUE",
45
+ * // resourceId: "STRING_VALUE",
47
46
  * // principalSubscriber: "STRING_VALUE",
48
47
  * // ownerId: "STRING_VALUE",
49
48
  * // status: "STRING_VALUE",
@@ -27,6 +27,7 @@ declare const GetWorkflowCommand_base: {
27
27
  };
28
28
  /**
29
29
  * <p>Gets information about a workflow.</p>
30
+ * <p>If a workflow is shared with you, you cannot export the workflow.</p>
30
31
  * @example
31
32
  * Use a bare-bones client and the command you need to make an API call.
32
33
  * ```javascript
@@ -39,6 +40,7 @@ declare const GetWorkflowCommand_base: {
39
40
  * export: [ // WorkflowExportList
40
41
  * "STRING_VALUE",
41
42
  * ],
43
+ * workflowOwnerId: "STRING_VALUE",
42
44
  * };
43
45
  * const command = new GetWorkflowCommand(input);
44
46
  * const response = await client.send(command);
@@ -55,6 +55,7 @@ declare const ListRunsCommand_base: {
55
55
  * // creationTime: new Date("TIMESTAMP"),
56
56
  * // startTime: new Date("TIMESTAMP"),
57
57
  * // stopTime: new Date("TIMESTAMP"),
58
+ * // storageType: "STRING_VALUE",
58
59
  * // },
59
60
  * // ],
60
61
  * // nextToken: "STRING_VALUE",
@@ -26,9 +26,8 @@ declare const ListSharesCommand_base: {
26
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
27
  };
28
28
  /**
29
- * <p>
30
- * Lists all shares associated with an account.
31
- * </p>
29
+ * <p>Retrieves the resource shares associated with an account. Use the filter parameter to
30
+ * retrieve a specific subset of the shares.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -44,6 +43,9 @@ declare const ListSharesCommand_base: {
44
43
  * status: [ // StatusList
45
44
  * "STRING_VALUE",
46
45
  * ],
46
+ * type: [ // TypeList
47
+ * "STRING_VALUE",
48
+ * ],
47
49
  * },
48
50
  * nextToken: "STRING_VALUE",
49
51
  * maxResults: Number("int"),
@@ -55,6 +57,7 @@ declare const ListSharesCommand_base: {
55
57
  * // { // ShareDetails
56
58
  * // shareId: "STRING_VALUE",
57
59
  * // resourceArn: "STRING_VALUE",
60
+ * // resourceId: "STRING_VALUE",
58
61
  * // principalSubscriber: "STRING_VALUE",
59
62
  * // ownerId: "STRING_VALUE",
60
63
  * // status: "STRING_VALUE",
@@ -28,9 +28,15 @@ declare const StartRunCommand_base: {
28
28
  /**
29
29
  * <p>Starts a workflow run. To duplicate a run, specify the run's ID and a role ARN. The
30
30
  * remaining parameters are copied from the previous run.</p>
31
+ * <p>StartRun will not support re-run for a workflow that is shared with you.</p>
31
32
  * <p>The total number of runs in your account is subject to a quota per Region. To avoid
32
33
  * needing to delete runs manually, you can set the retention mode to <code>REMOVE</code>.
33
34
  * Runs with this setting are deleted automatically when the run quoata is exceeded.</p>
35
+ * <p>By default, the run uses STATIC storage. For STATIC storage, set the <code>storageCapacity</code> field.
36
+ * You can set the storage type to DYNAMIC. You do not set <code>storageCapacity</code>,
37
+ * because HealthOmics dynamically scales the storage up or down as required.
38
+ * For more information about static and dynamic storage, see <a href="https://docs.aws.amazon.com/omics/latest/dev/Using-workflows.html">Running workflows</a>
39
+ * in the <i>AWS HealthOmics User Guide</i>.</p>
34
40
  * @example
35
41
  * Use a bare-bones client and the command you need to make an API call.
36
42
  * ```javascript
@@ -54,6 +60,8 @@ declare const StartRunCommand_base: {
54
60
  * },
55
61
  * requestId: "STRING_VALUE", // required
56
62
  * retentionMode: "STRING_VALUE",
63
+ * storageType: "STRING_VALUE",
64
+ * workflowOwnerId: "STRING_VALUE",
57
65
  * };
58
66
  * const command = new StartRunCommand(input);
59
67
  * const response = await client.send(command);
@@ -139,9 +139,7 @@ export type Accelerators = (typeof Accelerators)[keyof typeof Accelerators];
139
139
  */
140
140
  export interface AcceptShareRequest {
141
141
  /**
142
- * <p>
143
- * The ID for a share offer for analytics store data.
144
- * </p>
142
+ * <p>The ID of the resource share.</p>
145
143
  * @public
146
144
  */
147
145
  shareId: string | undefined;
@@ -185,9 +183,7 @@ export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
185
183
  */
186
184
  export interface AcceptShareResponse {
187
185
  /**
188
- * <p>
189
- * The status of an analytics store share.
190
- * </p>
186
+ * <p>The status of the resource share.</p>
191
187
  * @public
192
188
  */
193
189
  status?: ShareStatus;
@@ -1761,16 +1757,13 @@ export interface GetAnnotationStoreVersionResponse {
1761
1757
  versionSizeBytes: number | undefined;
1762
1758
  }
1763
1759
  /**
1764
- * <p>
1765
- * Use filters to focus the returned annotation store versions on a specific parameter, such as the status of the annotation store.
1766
- * </p>
1760
+ * <p>Use filters to focus the returned annotation store versions on a specific parameter,
1761
+ * such as the status of the annotation store.</p>
1767
1762
  * @public
1768
1763
  */
1769
1764
  export interface ListAnnotationStoreVersionsFilter {
1770
1765
  /**
1771
- * <p>
1772
- * The status of an annotation store version.
1773
- * </p>
1766
+ * <p>The status of an annotation store version.</p>
1774
1767
  * @public
1775
1768
  */
1776
1769
  status?: VersionStatus;
@@ -2497,23 +2490,17 @@ export interface CreateSequenceStoreResponse {
2497
2490
  */
2498
2491
  export interface CreateShareRequest {
2499
2492
  /**
2500
- * <p>
2501
- * The resource ARN for the analytics store to be shared.
2502
- * </p>
2493
+ * <p>The ARN of the resource to be shared.</p>
2503
2494
  * @public
2504
2495
  */
2505
2496
  resourceArn: string | undefined;
2506
2497
  /**
2507
- * <p>
2508
- * The principal subscriber is the account being given access to the analytics store data through the share offer.
2509
- * </p>
2498
+ * <p>The principal subscriber is the account being offered shared access to the resource. </p>
2510
2499
  * @public
2511
2500
  */
2512
2501
  principalSubscriber: string | undefined;
2513
2502
  /**
2514
- * <p>
2515
- * A name given to the share.
2516
- * </p>
2503
+ * <p>A name that the owner defines for the share.</p>
2517
2504
  * @public
2518
2505
  */
2519
2506
  shareName?: string;
@@ -2523,23 +2510,17 @@ export interface CreateShareRequest {
2523
2510
  */
2524
2511
  export interface CreateShareResponse {
2525
2512
  /**
2526
- * <p>
2527
- * An ID generated for the share.
2528
- * </p>
2513
+ * <p>The ID that HealthOmics generates for the share.</p>
2529
2514
  * @public
2530
2515
  */
2531
2516
  shareId?: string;
2532
2517
  /**
2533
- * <p>
2534
- * The status of a share.
2535
- * </p>
2518
+ * <p>The status of the share.</p>
2536
2519
  * @public
2537
2520
  */
2538
2521
  status?: ShareStatus;
2539
2522
  /**
2540
- * <p>
2541
- * A name given to the share.
2542
- * </p>
2523
+ * <p>The name of the share.</p>
2543
2524
  * @public
2544
2525
  */
2545
2526
  shareName?: string;
@@ -2673,7 +2654,7 @@ export interface CreateWorkflowRequest {
2673
2654
  */
2674
2655
  parameterTemplate?: Record<string, WorkflowParameter>;
2675
2656
  /**
2676
- * <p>A storage capacity for the workflow in gibibytes.</p>
2657
+ * <p>The storage capacity for the workflow in gibibytes.</p>
2677
2658
  * @public
2678
2659
  */
2679
2660
  storageCapacity?: number;
@@ -2821,9 +2802,7 @@ export interface DeleteSequenceStoreResponse {
2821
2802
  */
2822
2803
  export interface DeleteShareRequest {
2823
2804
  /**
2824
- * <p>
2825
- * The ID for the share request to be deleted.
2826
- * </p>
2805
+ * <p>The ID for the resource share to be deleted.</p>
2827
2806
  * @public
2828
2807
  */
2829
2808
  shareId: string | undefined;
@@ -2833,9 +2812,7 @@ export interface DeleteShareRequest {
2833
2812
  */
2834
2813
  export interface DeleteShareResponse {
2835
2814
  /**
2836
- * <p>
2837
- * The status of the share being deleted.
2838
- * </p>
2815
+ * <p>The status of the share being deleted.</p>
2839
2816
  * @public
2840
2817
  */
2841
2818
  status?: ShareStatus;
@@ -3073,26 +3050,48 @@ export interface FileInformation {
3073
3050
  s3Access?: ReadSetS3Access;
3074
3051
  }
3075
3052
  /**
3076
- * <p>
3077
- * Use filters to focus the returned annotation store versions on a specific parameter, such as the status of the annotation store.
3078
- * </p>
3053
+ * @public
3054
+ * @enum
3055
+ */
3056
+ export declare const ShareResourceType: {
3057
+ /**
3058
+ * The share is on an annotation store
3059
+ */
3060
+ readonly ANNOTATION_STORE: "ANNOTATION_STORE";
3061
+ /**
3062
+ * The share is on a variant store
3063
+ */
3064
+ readonly VARIANT_STORE: "VARIANT_STORE";
3065
+ /**
3066
+ * The share is on a workflow
3067
+ */
3068
+ readonly WORKFLOW: "WORKFLOW";
3069
+ };
3070
+ /**
3071
+ * @public
3072
+ */
3073
+ export type ShareResourceType = (typeof ShareResourceType)[keyof typeof ShareResourceType];
3074
+ /**
3075
+ * <p>Use filters to return a subset of resources. You can define filters for specific parameters,
3076
+ * such as the resource status.</p>
3079
3077
  * @public
3080
3078
  */
3081
3079
  export interface Filter {
3082
3080
  /**
3083
- * <p>
3084
- * The Amazon Resource Number (Arn) for an analytics store.
3085
- * </p>
3081
+ * <p>Filter based on the Amazon Resource Number (ARN) of the resource. You can specify up to 10 values.</p>
3086
3082
  * @public
3087
3083
  */
3088
3084
  resourceArns?: string[];
3089
3085
  /**
3090
- * <p>
3091
- * The status of an annotation store version.
3092
- * </p>
3086
+ * <p>Filter based on the resource status. You can specify up to 10 values.</p>
3093
3087
  * @public
3094
3088
  */
3095
3089
  status?: ShareStatus[];
3090
+ /**
3091
+ * <p>The type of resources to be filtered. You can specify one or more of the resource types.</p>
3092
+ * @public
3093
+ */
3094
+ type?: ShareResourceType[];
3096
3095
  }
3097
3096
  /**
3098
3097
  * @public
@@ -4013,6 +4012,18 @@ export declare const RunStatus: {
4013
4012
  * @public
4014
4013
  */
4015
4014
  export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus];
4015
+ /**
4016
+ * @public
4017
+ * @enum
4018
+ */
4019
+ export declare const StorageType: {
4020
+ readonly DYNAMIC: "DYNAMIC";
4021
+ readonly STATIC: "STATIC";
4022
+ };
4023
+ /**
4024
+ * @public
4025
+ */
4026
+ export type StorageType = (typeof StorageType)[keyof typeof StorageType];
4016
4027
  /**
4017
4028
  * @public
4018
4029
  * @enum
@@ -4095,7 +4106,9 @@ export interface GetRunResponse {
4095
4106
  */
4096
4107
  parameters?: __DocumentType;
4097
4108
  /**
4098
- * <p>The run's storage capacity in gigabytes.</p>
4109
+ * <p>The run's storage capacity in gibibytes. For dynamic storage,
4110
+ * after the run has completed, this value is the maximum amount of storage
4111
+ * used during the run.</p>
4099
4112
  * @public
4100
4113
  */
4101
4114
  storageCapacity?: number;
@@ -4174,6 +4187,16 @@ export interface GetRunResponse {
4174
4187
  * @public
4175
4188
  */
4176
4189
  runOutputUri?: string;
4190
+ /**
4191
+ * <p>The run's storage type.</p>
4192
+ * @public
4193
+ */
4194
+ storageType?: StorageType;
4195
+ /**
4196
+ * <p>The ID of the workflow owner.</p>
4197
+ * @public
4198
+ */
4199
+ workflowOwnerId?: string;
4177
4200
  }
4178
4201
  /**
4179
4202
  * @public
@@ -4418,80 +4441,63 @@ export interface GetSequenceStoreResponse {
4418
4441
  */
4419
4442
  export interface GetShareRequest {
4420
4443
  /**
4421
- * <p>
4422
- * The generated ID for a share.
4423
- * </p>
4444
+ * <p>The ID of the share.</p>
4424
4445
  * @public
4425
4446
  */
4426
4447
  shareId: string | undefined;
4427
4448
  }
4428
4449
  /**
4429
- * <p>
4430
- * The details of a share.
4431
- * </p>
4450
+ * <p>The details of a resource share.</p>
4432
4451
  * @public
4433
4452
  */
4434
4453
  export interface ShareDetails {
4435
4454
  /**
4436
- * <p>
4437
- * The ID for a share offer for an analytics store .
4438
- * </p>
4455
+ * <p>The ID of the resource share.</p>
4439
4456
  * @public
4440
4457
  */
4441
4458
  shareId?: string;
4442
4459
  /**
4443
- * <p>
4444
- * The resource Arn of the analytics store being shared.
4445
- * </p>
4460
+ * <p>The Arn of the shared resource. </p>
4446
4461
  * @public
4447
4462
  */
4448
4463
  resourceArn?: string;
4449
4464
  /**
4450
- * <p>
4451
- * The principal subscriber is the account the analytics store data is being shared with.
4452
- * </p>
4465
+ * <p>The ID of the shared resource. </p>
4466
+ * @public
4467
+ */
4468
+ resourceId?: string;
4469
+ /**
4470
+ * <p>The principal subscriber is the account that is sharing the resource.</p>
4453
4471
  * @public
4454
4472
  */
4455
4473
  principalSubscriber?: string;
4456
4474
  /**
4457
- * <p>
4458
- * The account ID for the data owner. The owner creates the share offer.
4459
- * </p>
4475
+ * <p>The account ID for the data owner. The owner creates the resource share.</p>
4460
4476
  * @public
4461
4477
  */
4462
4478
  ownerId?: string;
4463
4479
  /**
4464
- * <p>
4465
- * The status of a share.
4466
- * </p>
4480
+ * <p>The status of the share.</p>
4467
4481
  * @public
4468
4482
  */
4469
4483
  status?: ShareStatus;
4470
4484
  /**
4471
- * <p>
4472
- * The status message for a share. It provides more details on the status of the share.
4473
- * </p>
4485
+ * <p>The status message for a resource share. It provides additional details about the share status.</p>
4474
4486
  * @public
4475
4487
  */
4476
4488
  statusMessage?: string;
4477
4489
  /**
4478
- * <p>
4479
- * The name of the share.
4480
- * </p>
4490
+ * <p>The name of the resource share.</p>
4481
4491
  * @public
4482
4492
  */
4483
4493
  shareName?: string;
4484
4494
  /**
4485
- * <p>
4486
- * The timestamp for when the share was created.
4487
- * </p>
4495
+ * <p>The timestamp of when the resource share was created.</p>
4488
4496
  * @public
4489
4497
  */
4490
4498
  creationTime?: Date;
4491
4499
  /**
4492
- * <p>
4493
- * The timestamp of the share update.
4494
- * </p>
4500
+ * <p>The timestamp of the resource share update.</p>
4495
4501
  * @public
4496
4502
  */
4497
4503
  updateTime?: Date;
@@ -4501,9 +4507,7 @@ export interface ShareDetails {
4501
4507
  */
4502
4508
  export interface GetShareResponse {
4503
4509
  /**
4504
- * <p>
4505
- * An analytic store share details object. contains status, resourceArn, ownerId, etc.
4506
- * </p>
4510
+ * <p>A resource share details object. The object includes the status, the resourceArn, and ownerId.</p>
4507
4511
  * @public
4508
4512
  */
4509
4513
  share?: ShareDetails;
@@ -4704,6 +4708,11 @@ export interface GetWorkflowRequest {
4704
4708
  * @public
4705
4709
  */
4706
4710
  export?: WorkflowExport[];
4711
+ /**
4712
+ * <p>The ID of the workflow owner.</p>
4713
+ * @public
4714
+ */
4715
+ workflowOwnerId?: string;
4707
4716
  }
4708
4717
  /**
4709
4718
  * @public
@@ -4765,7 +4774,7 @@ export interface GetWorkflowResponse {
4765
4774
  */
4766
4775
  parameterTemplate?: Record<string, WorkflowParameter>;
4767
4776
  /**
4768
- * <p>The workflow's storage capacity in gigabytes.</p>
4777
+ * <p>The workflow's storage capacity in gibibytes.</p>
4769
4778
  * @public
4770
4779
  */
4771
4780
  storageCapacity?: number;
@@ -5857,7 +5866,9 @@ export interface RunListItem {
5857
5866
  */
5858
5867
  priority?: number;
5859
5868
  /**
5860
- * <p>The run's storage capacity.</p>
5869
+ * <p>The run's storage capacity in gibibytes. For dynamic storage,
5870
+ * after the run has completed, this value is the maximum amount of storage
5871
+ * used during the run.</p>
5861
5872
  * @public
5862
5873
  */
5863
5874
  storageCapacity?: number;
@@ -5876,6 +5887,11 @@ export interface RunListItem {
5876
5887
  * @public
5877
5888
  */
5878
5889
  stopTime?: Date;
5890
+ /**
5891
+ * <p>The run's storage type.</p>
5892
+ * @public
5893
+ */
5894
+ storageType?: StorageType;
5879
5895
  }
5880
5896
  /**
5881
5897
  * @public
@@ -6117,30 +6133,23 @@ export type ResourceOwner = (typeof ResourceOwner)[keyof typeof ResourceOwner];
6117
6133
  */
6118
6134
  export interface ListSharesRequest {
6119
6135
  /**
6120
- * <p>
6121
- * The account that owns the analytics store shared.
6122
- * </p>
6136
+ * <p>The account that owns the resource shares.</p>
6123
6137
  * @public
6124
6138
  */
6125
6139
  resourceOwner: ResourceOwner | undefined;
6126
6140
  /**
6127
- * <p>
6128
- * Attributes used to filter for a specific subset of shares.
6129
- * </p>
6141
+ * <p>Attributes that you use to filter for a specific subset of resource shares.</p>
6130
6142
  * @public
6131
6143
  */
6132
6144
  filter?: Filter;
6133
6145
  /**
6134
- * <p>
6135
- * Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
6136
- * </p>
6146
+ * <p>Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
6147
+ * Used to get the next page of results.</p>
6137
6148
  * @public
6138
6149
  */
6139
6150
  nextToken?: string;
6140
6151
  /**
6141
- * <p>
6142
- * The maximum number of shares to return in one page of results.
6143
- * </p>
6152
+ * <p>The maximum number of shares to return in one page of results.</p>
6144
6153
  * @public
6145
6154
  */
6146
6155
  maxResults?: number;
@@ -6150,9 +6159,7 @@ export interface ListSharesRequest {
6150
6159
  */
6151
6160
  export interface ListSharesResponse {
6152
6161
  /**
6153
- * <p>
6154
- * The shares available and their meta details.
6155
- * </p>
6162
+ * <p>The shares available and their metadata details.</p>
6156
6163
  * @public
6157
6164
  */
6158
6165
  shares: ShareDetails[] | undefined;
@@ -6410,12 +6417,12 @@ export interface ListVariantStoresResponse {
6410
6417
  */
6411
6418
  export interface ListWorkflowsRequest {
6412
6419
  /**
6413
- * <p>The workflows' type.</p>
6420
+ * <p>Filter the list by workflow type.</p>
6414
6421
  * @public
6415
6422
  */
6416
6423
  type?: WorkflowType;
6417
6424
  /**
6418
- * <p>The workflows' name.</p>
6425
+ * <p>Filter the list by workflow name.</p>
6419
6426
  * @public
6420
6427
  */
6421
6428
  name?: string;
@@ -6483,7 +6490,7 @@ export interface WorkflowListItem {
6483
6490
  */
6484
6491
  export interface ListWorkflowsResponse {
6485
6492
  /**
6486
- * <p>The workflows' items.</p>
6493
+ * <p>A list of workflow items.</p>
6487
6494
  * @public
6488
6495
  */
6489
6496
  items?: WorkflowListItem[];
@@ -6654,7 +6661,8 @@ export interface StartRunRequest {
6654
6661
  */
6655
6662
  parameters?: __DocumentType;
6656
6663
  /**
6657
- * <p>A storage capacity for the run in gibibytes.</p>
6664
+ * <p>A storage capacity for the run in gibibytes. This field is not required if the storage type is dynamic
6665
+ * (the system ignores any value that you enter).</p>
6658
6666
  * @public
6659
6667
  */
6660
6668
  storageCapacity?: number;
@@ -6683,6 +6691,18 @@ export interface StartRunRequest {
6683
6691
  * @public
6684
6692
  */
6685
6693
  retentionMode?: RunRetentionMode;
6694
+ /**
6695
+ * <p>The run's storage type. By default, the run uses STATIC storage type, which allocates a fixed amount of storage.
6696
+ * If you set the storage type to DYNAMIC, HealthOmics dynamically scales the storage up
6697
+ * or down, based on file system utilization.</p>
6698
+ * @public
6699
+ */
6700
+ storageType?: StorageType;
6701
+ /**
6702
+ * <p>The ID of the workflow owner. </p>
6703
+ * @public
6704
+ */
6705
+ workflowOwnerId?: string;
6686
6706
  }
6687
6707
  /**
6688
6708
  * @public
@@ -848,9 +848,17 @@ export interface FileInformation {
848
848
  contentLength?: number;
849
849
  s3Access?: ReadSetS3Access;
850
850
  }
851
+ export declare const ShareResourceType: {
852
+ readonly ANNOTATION_STORE: "ANNOTATION_STORE";
853
+ readonly VARIANT_STORE: "VARIANT_STORE";
854
+ readonly WORKFLOW: "WORKFLOW";
855
+ };
856
+ export type ShareResourceType =
857
+ (typeof ShareResourceType)[keyof typeof ShareResourceType];
851
858
  export interface Filter {
852
859
  resourceArns?: string[];
853
860
  status?: ShareStatus[];
861
+ type?: ShareResourceType[];
854
862
  }
855
863
  export declare const ReadSetFile: {
856
864
  readonly INDEX: "INDEX";
@@ -1125,6 +1133,11 @@ export declare const RunStatus: {
1125
1133
  readonly STOPPING: "STOPPING";
1126
1134
  };
1127
1135
  export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus];
1136
+ export declare const StorageType: {
1137
+ readonly DYNAMIC: "DYNAMIC";
1138
+ readonly STATIC: "STATIC";
1139
+ };
1140
+ export type StorageType = (typeof StorageType)[keyof typeof StorageType];
1128
1141
  export declare const WorkflowType: {
1129
1142
  readonly PRIVATE: "PRIVATE";
1130
1143
  readonly READY2RUN: "READY2RUN";
@@ -1160,6 +1173,8 @@ export interface GetRunResponse {
1160
1173
  logLocation?: RunLogLocation;
1161
1174
  uuid?: string;
1162
1175
  runOutputUri?: string;
1176
+ storageType?: StorageType;
1177
+ workflowOwnerId?: string;
1163
1178
  }
1164
1179
  export interface GetRunGroupRequest {
1165
1180
  id: string | undefined;
@@ -1228,6 +1243,7 @@ export interface GetShareRequest {
1228
1243
  export interface ShareDetails {
1229
1244
  shareId?: string;
1230
1245
  resourceArn?: string;
1246
+ resourceId?: string;
1231
1247
  principalSubscriber?: string;
1232
1248
  ownerId?: string;
1233
1249
  status?: ShareStatus;
@@ -1286,6 +1302,7 @@ export interface GetWorkflowRequest {
1286
1302
  id: string | undefined;
1287
1303
  type?: WorkflowType;
1288
1304
  export?: WorkflowExport[];
1305
+ workflowOwnerId?: string;
1289
1306
  }
1290
1307
  export interface GetWorkflowResponse {
1291
1308
  arn?: string;
@@ -1542,6 +1559,7 @@ export interface RunListItem {
1542
1559
  creationTime?: Date;
1543
1560
  startTime?: Date;
1544
1561
  stopTime?: Date;
1562
+ storageType?: StorageType;
1545
1563
  }
1546
1564
  export interface ListRunsResponse {
1547
1565
  items?: RunListItem[];
@@ -1727,6 +1745,8 @@ export interface StartRunRequest {
1727
1745
  tags?: Record<string, string>;
1728
1746
  requestId?: string;
1729
1747
  retentionMode?: RunRetentionMode;
1748
+ storageType?: StorageType;
1749
+ workflowOwnerId?: string;
1730
1750
  }
1731
1751
  export interface StartRunResponse {
1732
1752
  arn?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-omics",
3
3
  "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4
- "version": "3.565.0",
4
+ "version": "3.567.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-omics",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/core": "3.556.0",
24
- "@aws-sdk/credential-provider-node": "3.565.0",
25
- "@aws-sdk/middleware-host-header": "3.535.0",
26
- "@aws-sdk/middleware-logger": "3.535.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.535.0",
28
- "@aws-sdk/middleware-user-agent": "3.540.0",
29
- "@aws-sdk/region-config-resolver": "3.535.0",
30
- "@aws-sdk/types": "3.535.0",
31
- "@aws-sdk/util-endpoints": "3.540.0",
32
- "@aws-sdk/util-user-agent-browser": "3.535.0",
33
- "@aws-sdk/util-user-agent-node": "3.535.0",
23
+ "@aws-sdk/core": "3.567.0",
24
+ "@aws-sdk/credential-provider-node": "3.567.0",
25
+ "@aws-sdk/middleware-host-header": "3.567.0",
26
+ "@aws-sdk/middleware-logger": "3.567.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.567.0",
28
+ "@aws-sdk/middleware-user-agent": "3.567.0",
29
+ "@aws-sdk/region-config-resolver": "3.567.0",
30
+ "@aws-sdk/types": "3.567.0",
31
+ "@aws-sdk/util-endpoints": "3.567.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.567.0",
33
+ "@aws-sdk/util-user-agent-node": "3.567.0",
34
34
  "@smithy/config-resolver": "^2.2.0",
35
35
  "@smithy/core": "^1.4.2",
36
36
  "@smithy/fetch-http-handler": "^2.5.0",
@@ -62,8 +62,7 @@
62
62
  "uuid": "^9.0.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.2.0",
66
- "@tsconfig/node14": "1.0.3",
65
+ "@tsconfig/node16": "16.1.3",
67
66
  "@types/node": "^14.14.31",
68
67
  "@types/uuid": "^9.0.4",
69
68
  "concurrently": "7.0.0",
@@ -72,7 +71,7 @@
72
71
  "typescript": "~4.9.5"
73
72
  },
74
73
  "engines": {
75
- "node": ">=14.0.0"
74
+ "node": ">=16.0.0"
76
75
  },
77
76
  "typesVersions": {
78
77
  "<4.0": {