Skip to content

Commit 8f4f162

Browse files
author
AWS
committed
Amazon GuardDuty Update: Added support for entity lists.
1 parent c1e4fc7 commit 8f4f162

File tree

3 files changed

+749
-5
lines changed

3 files changed

+749
-5
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 GuardDuty",
4+
"contributor": "",
5+
"description": "Added support for entity lists."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,23 @@
6969
"output_token": "NextToken",
7070
"limit_key": "MaxResults"
7171
},
72+
"ListThreatEntitySets": {
73+
"input_token": "NextToken",
74+
"output_token": "NextToken",
75+
"limit_key": "MaxResults",
76+
"result_key": "ThreatEntitySetIds"
77+
},
7278
"ListThreatIntelSets": {
7379
"input_token": "NextToken",
7480
"output_token": "NextToken",
7581
"limit_key": "MaxResults",
7682
"result_key": "ThreatIntelSetIds"
83+
},
84+
"ListTrustedEntitySets": {
85+
"input_token": "NextToken",
86+
"output_token": "NextToken",
87+
"limit_key": "MaxResults",
88+
"result_key": "TrustedEntitySetIds"
7789
}
7890
}
7991
}

0 commit comments

Comments
 (0)