Skip to content

Commit

Permalink
docs(client-omics): Provides minor corrections and an updated descrip…
Browse files Browse the repository at this point in the history
…tion of APIs.
  • Loading branch information
awstools committed Dec 22, 2023
1 parent a472eed commit 53ee504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface ListMultipartReadSetUploadsCommandOutput
/**
* @public
* <p>
* Lists all multipart read set uploads and their statuses.
* 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.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
2 changes: 1 addition & 1 deletion clients/client-omics/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@ export interface CreateWorkflowRequest {

/**
* @public
* <p>A storage capacity for the workflow in gigabytes.</p>
* <p>A storage capacity for the workflow in gibibytes.</p>
*/
storageCapacity?: number;

Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/omics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@
"storageCapacity": {
"target": "smithy.api#Integer",
"traits": {
"smithy.api#documentation": "<p>A storage capacity for the workflow in gigabytes.</p>",
"smithy.api#documentation": "<p>A storage capacity for the workflow in gibibytes.</p>",
"smithy.api#range": {
"min": 0,
"max": 100000
Expand Down Expand Up @@ -8317,7 +8317,7 @@
],
"traits": {
"aws.iam#actionPermissionDescription": "Grants permission to list multipart read set uploads",
"smithy.api#documentation": "<p>\n Lists all multipart read set uploads and their statuses. \n </p>",
"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>",
"smithy.api#endpoint": {
"hostPrefix": "control-storage-"
},
Expand Down

0 comments on commit 53ee504

Please sign in to comment.