Skip to content

Commit

Permalink
feat(client-ec2): Documentation updates for Elastic Compute Cloud (EC2).
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 26, 2024
1 parent 56ac0f2 commit 5f6803a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions clients/client-ec2/src/models/models_7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3909,8 +3909,7 @@ export interface SearchTransitGatewayRoutesRequest {
Filters: Filter[] | undefined;

/**
* <p>The maximum number of routes to return. If a value is not provided, the default is
* 1000.</p>
* <p>The maximum number of routes to return.</p>
* @public
*/
MaxResults?: number;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -92925,7 +92925,7 @@
"MaxResults": {
"target": "com.amazonaws.ec2#TransitGatewayMaxResults",
"traits": {
"smithy.api#documentation": "<p>The maximum number of routes to return. If a value is not provided, the default is\n 1000.</p>"
"smithy.api#documentation": "<p>The maximum number of routes to return.</p>"
}
},
"DryRun": {
Expand Down

0 comments on commit 5f6803a

Please sign in to comment.