Skip to content

Commit bc61b33

Browse files
author
AWS
committed
Amazon GuardDuty Update: Amazon GuardDuty introduces a new Malware Protection feature that triggers malware scan on selected EC2 instance resources, after the service detects a potentially malicious activity.
1 parent 25afafa commit bc61b33

File tree

3 files changed

+999
-1
lines changed

3 files changed

+999
-1
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": "Amazon GuardDuty introduces a new Malware Protection feature that triggers malware scan on selected EC2 instance resources, after the service detects a potentially malicious activity."
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
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"DescribeMalwareScans": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "Scans"
8+
},
39
"GetUsageStatistics": {
410
"input_token": "NextToken",
511
"output_token": "NextToken",

0 commit comments

Comments
 (0)