Skip to content

Commit f06f4f4

Browse files
author
AWS
committed
Amazon GuardDuty Update: Adding support for Ec2LaunchTemplate Version field
1 parent a77b8bb commit f06f4f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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": "Adding support for Ec2LaunchTemplate Version field"
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4373,7 +4373,8 @@
43734373
},
43744374
"Version":{
43754375
"shape":"LaunchTemplateVersion",
4376-
"documentation":"<p>Version of the EC2 launch template.</p>"
4376+
"documentation":"<p>Version of the EC2 launch template.</p>",
4377+
"locationName":"version"
43774378
}
43784379
},
43794380
"documentation":"<p>Contains information about the Amazon EC2 launch template involved in a GuardDuty finding, including unique identifiers of the Amazon EC2 instances.</p>"

0 commit comments

Comments
 (0)