Skip to content

Commit f2838ce

Browse files
author
AWS
committed
AWS Backup Update: Amazon GuardDuty Malware Protection now supports AWS Backup, extending malware detection capabilities to EC2, EBS, and S3 backups.
1 parent 342fde2 commit f2838ce

File tree

3 files changed

+805
-3
lines changed

3 files changed

+805
-3
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 Backup",
4+
"contributor": "",
5+
"description": "Amazon GuardDuty Malware Protection now supports AWS Backup, extending malware detection capabilities to EC2, EBS, and S3 backups."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@
144144
"limit_key": "MaxResults",
145145
"result_key": "RestoreTestingSelections"
146146
},
147+
"ListScanJobSummaries": {
148+
"input_token": "NextToken",
149+
"output_token": "NextToken",
150+
"limit_key": "MaxResults",
151+
"result_key": "ScanJobSummaries"
152+
},
153+
"ListScanJobs": {
154+
"input_token": "NextToken",
155+
"output_token": "NextToken",
156+
"limit_key": "MaxResults",
157+
"result_key": "ScanJobs"
158+
},
147159
"ListTags": {
148160
"input_token": "NextToken",
149161
"output_token": "NextToken",

0 commit comments

Comments
 (0)