Skip to content

Commit b1db5c7

Browse files
author
AWS
committed
Amazon GuardDuty Update: Add support for scanning and viewing scan results for backup resource types
1 parent 2bb7326 commit b1db5c7

File tree

3 files changed

+766
-2
lines changed

3 files changed

+766
-2
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": "Add support for scanning and viewing scan results for backup resource types"
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
"limit_key": "MaxResults",
5353
"result_key": "Invitations"
5454
},
55+
"ListMalwareScans": {
56+
"input_token": "NextToken",
57+
"output_token": "NextToken",
58+
"limit_key": "MaxResults",
59+
"result_key": "Scans"
60+
},
5561
"ListMembers": {
5662
"input_token": "NextToken",
5763
"output_token": "NextToken",

0 commit comments

Comments
 (0)