Skip to content

Commit 426568c

Browse files
author
AWS
committed
Amazon GuardDuty Update: Add launchType and sourceIPs fields to GuardDuty findings.
1 parent d87ad7b commit 426568c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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": "Add `launchType` and `sourceIPs` fields to GuardDuty findings."
6+
}

services/guardduty/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3739,6 +3739,11 @@
37393739
"shape":"String",
37403740
"documentation":"<p>The name of the task group that's associated with the task.</p>",
37413741
"locationName":"group"
3742+
},
3743+
"LaunchType":{
3744+
"shape":"String",
3745+
"documentation":"<p>A capacity on which the task is running. For example, <code>Fargate</code> and <code>EC2</code>.</p>",
3746+
"locationName":"launchType"
37423747
}
37433748
},
37443749
"documentation":"<p>Contains information about the task in an ECS cluster.</p>"
@@ -5263,7 +5268,7 @@
52635268
"SourceIps":{
52645269
"shape":"SourceIps",
52655270
"documentation":"<p>The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the API endpoint.</p>",
5266-
"locationName":"sourceIps"
5271+
"locationName":"sourceIPs"
52675272
},
52685273
"UserAgent":{
52695274
"shape":"String",

0 commit comments

Comments
 (0)