Skip to content

Commit ff4a414

Browse files
author
AWS
committed
Inspector2 Update: Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated.
1 parent 50fc209 commit ff4a414

File tree

3 files changed

+340
-0
lines changed

3 files changed

+340
-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": "Inspector2",
4+
"contributor": "",
5+
"description": "Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
"output_token": "nextToken",
5353
"limit_key": "maxResults",
5454
"result_key": "totals"
55+
},
56+
"SearchVulnerabilities": {
57+
"input_token": "nextToken",
58+
"output_token": "nextToken",
59+
"result_key": "vulnerabilities"
5560
}
5661
}
5762
}

0 commit comments

Comments
 (0)