Skip to content

Commit 210c554

Browse files
author
AWS
committed
Inspector2 Update: This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature.
1 parent 2a64afc commit 210c554

File tree

3 files changed

+324
-1
lines changed

3 files changed

+324
-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": "Inspector2",
4+
"contributor": "",
5+
"description": "This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"limit_key": "maxResults",
77
"result_key": "scanResultDetails"
88
},
9+
"GetClustersForImage": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "cluster"
14+
},
915
"ListAccountPermissions": {
1016
"input_token": "nextToken",
1117
"output_token": "nextToken",

0 commit comments

Comments
 (0)