Skip to content

Commit c0082f5

Browse files
author
AWS
committed
AWS SecurityHub Update: Add support for Finding History.
1 parent 5135702 commit c0082f5

File tree

3 files changed

+154
-16
lines changed

3 files changed

+154
-16
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": "AWS SecurityHub",
4+
"contributor": "",
5+
"description": "Add support for Finding History."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"limit_key": "MaxResults",
3131
"result_key": "StandardsSubscriptions"
3232
},
33+
"GetFindingHistory": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "Records"
38+
},
3339
"GetFindings": {
3440
"input_token": "NextToken",
3541
"output_token": "NextToken",

0 commit comments

Comments
 (0)