Skip to content

Commit

Permalink
feat(client-ec2): This release increases the range of MaxResults for …
Browse files Browse the repository at this point in the history
…GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
  • Loading branch information
awstools committed Feb 28, 2024
1 parent 3417a56 commit 46e974e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -52489,6 +52489,15 @@
}
}
},
"com.amazonaws.ec2#GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 1000
}
}
},
"com.amazonaws.ec2#GetNetworkInsightsAccessScopeAnalysisFindingsRequest": {
"type": "structure",
"members": {
Expand All @@ -52501,7 +52510,7 @@
}
},
"MaxResults": {
"target": "com.amazonaws.ec2#NetworkInsightsMaxResults",
"target": "com.amazonaws.ec2#GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults",
"traits": {
"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>"
}
Expand Down

0 comments on commit 46e974e

Please sign in to comment.