Skip to content

Commit 53ee504

Browse files
author
awstools
committed
docs(client-omics): Provides minor corrections and an updated description of APIs.
1 parent a472eed commit 53ee504

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface ListMultipartReadSetUploadsCommandOutput
4343
/**
4444
* @public
4545
* <p>
46-
* Lists all multipart read set uploads and their statuses.
46+
* 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.
4747
* </p>
4848
* @example
4949
* Use a bare-bones client and the command you need to make an API call.

clients/client-omics/src/models/models_0.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,7 @@ export interface CreateWorkflowRequest {
31603160

31613161
/**
31623162
* @public
3163-
* <p>A storage capacity for the workflow in gigabytes.</p>
3163+
* <p>A storage capacity for the workflow in gibibytes.</p>
31643164
*/
31653165
storageCapacity?: number;
31663166

codegen/sdk-codegen/aws-models/omics.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@
24532453
"storageCapacity": {
24542454
"target": "smithy.api#Integer",
24552455
"traits": {
2456-
"smithy.api#documentation": "<p>A storage capacity for the workflow in gigabytes.</p>",
2456+
"smithy.api#documentation": "<p>A storage capacity for the workflow in gibibytes.</p>",
24572457
"smithy.api#range": {
24582458
"min": 0,
24592459
"max": 100000
@@ -8317,7 +8317,7 @@
83178317
],
83188318
"traits": {
83198319
"aws.iam#actionPermissionDescription": "Grants permission to list multipart read set uploads",
8320-
"smithy.api#documentation": "<p>\n Lists all multipart read set uploads and their statuses. \n </p>",
8320+
"smithy.api#documentation": "<p>\n 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.\n </p>",
83218321
"smithy.api#endpoint": {
83228322
"hostPrefix": "control-storage-"
83238323
},

0 commit comments

Comments
 (0)