Skip to content

Commit 3bed5af

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
1 parent 3d54711 commit 3bed5af

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
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": "Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings"
6+
}

services/ec2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,12 @@
773773
"output_token": "NextToken",
774774
"result_key": "Entries"
775775
},
776+
"GetNetworkInsightsAccessScopeAnalysisFindings": {
777+
"input_token": "NextToken",
778+
"limit_key": "MaxResults",
779+
"output_token": "NextToken",
780+
"result_key": "AnalysisFindings"
781+
},
776782
"GetSpotPlacementScores": {
777783
"input_token": "NextToken",
778784
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)