@aws-sdk/client-omics 3.478.0 → 3.480.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.
@@ -24,7 +24,7 @@ export interface ListMultipartReadSetUploadsCommandOutput extends ListMultipartR
24
24
  /**
25
25
  * @public
26
26
  * <p>
27
- * Lists all multipart read set uploads and their statuses.
27
+ * Lists multipart read set uploads and for in progress uploads. Once the upload is completed, a read set is created and the upload will no longer be returned in the respone.
28
28
  * </p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -2715,7 +2715,7 @@ export interface CreateWorkflowRequest {
2715
2715
  parameterTemplate?: Record<string, WorkflowParameter>;
2716
2716
  /**
2717
2717
  * @public
2718
- * <p>A storage capacity for the workflow in gigabytes.</p>
2718
+ * <p>A storage capacity for the workflow in gibibytes.</p>
2719
2719
  */
2720
2720
  storageCapacity?: number;
2721
2721
  /**
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.478.0",
4
+ "version": "3.480.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",