Skip to content

Commit 3372f6f

Browse files
AWSakidambisrinivasan
authored andcommitted
Amazon Elastic Compute Cloud Update: This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
1 parent 8ab4f2b commit 3372f6f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31197,6 +31197,11 @@
3119731197
}
3119831198
}
3119931199
},
31200+
"GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults":{
31201+
"type":"integer",
31202+
"max":1000,
31203+
"min":1
31204+
},
3120031205
"GetNetworkInsightsAccessScopeAnalysisFindingsRequest":{
3120131206
"type":"structure",
3120231207
"required":["NetworkInsightsAccessScopeAnalysisId"],
@@ -31206,7 +31211,7 @@
3120631211
"documentation":"<p>The ID of the Network Access Scope analysis.</p>"
3120731212
},
3120831213
"MaxResults":{
31209-
"shape":"NetworkInsightsMaxResults",
31214+
"shape":"GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults",
3121031215
"documentation":"<p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>"
3121131216
},
3121231217
"NextToken":{

0 commit comments

Comments
 (0)