Skip to content

Commit 5f6803a

Browse files
author
awstools
committed
feat(client-ec2): Documentation updates for Elastic Compute Cloud (EC2).
1 parent 56ac0f2 commit 5f6803a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

clients/client-ec2/src/models/models_7.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3909,8 +3909,7 @@ export interface SearchTransitGatewayRoutesRequest {
39093909
Filters: Filter[] | undefined;
39103910

39113911
/**
3912-
* <p>The maximum number of routes to return. If a value is not provided, the default is
3913-
* 1000.</p>
3912+
* <p>The maximum number of routes to return.</p>
39143913
* @public
39153914
*/
39163915
MaxResults?: number;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92925,7 +92925,7 @@
9292592925
"MaxResults": {
9292692926
"target": "com.amazonaws.ec2#TransitGatewayMaxResults",
9292792927
"traits": {
92928-
"smithy.api#documentation": "<p>The maximum number of routes to return. If a value is not provided, the default is\n 1000.</p>"
92928+
"smithy.api#documentation": "<p>The maximum number of routes to return.</p>"
9292992929
}
9293092930
},
9293192931
"DryRun": {

0 commit comments

Comments
 (0)