Skip to content

Commit 46e974e

Browse files
author
awstools
committed
feat(client-ec2): This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
1 parent 3417a56 commit 46e974e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52489,6 +52489,15 @@
5248952489
}
5249052490
}
5249152491
},
52492+
"com.amazonaws.ec2#GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults": {
52493+
"type": "integer",
52494+
"traits": {
52495+
"smithy.api#range": {
52496+
"min": 1,
52497+
"max": 1000
52498+
}
52499+
}
52500+
},
5249252501
"com.amazonaws.ec2#GetNetworkInsightsAccessScopeAnalysisFindingsRequest": {
5249352502
"type": "structure",
5249452503
"members": {
@@ -52501,7 +52510,7 @@
5250152510
}
5250252511
},
5250352512
"MaxResults": {
52504-
"target": "com.amazonaws.ec2#NetworkInsightsMaxResults",
52513+
"target": "com.amazonaws.ec2#GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults",
5250552514
"traits": {
5250652515
"smithy.api#documentation": "<p>The maximum number of results to return with a single call.\n To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
5250752516
}

0 commit comments

Comments
 (0)