Skip to content

Commit 99d0345

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support for new AMI property 'lastLaunchedTime'
1 parent fc98bec commit 99d0345

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release adds support for new AMI property 'lastLaunchedTime'"
6+
}

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27665,7 +27665,13 @@
2766527665
},
2766627666
"BootMode":{
2766727667
"shape":"AttributeValue",
27668+
"documentation":"<p>The boot mode.</p>",
2766827669
"locationName":"bootMode"
27670+
},
27671+
"LastLaunchedTime":{
27672+
"shape":"AttributeValue",
27673+
"documentation":"<p>The date and time, in <a href=\"http://www.iso.org/iso/iso8601\">ISO 8601 date-time format</a>, when the AMI was last used to launch an EC2 instance. When the AMI is used, there is a 24-hour delay before that usage is reported.</p> <note> <p> <code>lastLaunchedTime</code> data is available starting April 2017.</p> </note>",
27674+
"locationName":"lastLaunchedTime"
2766927675
}
2767027676
},
2767127677
"documentation":"<p>Describes an image attribute.</p>"
@@ -27680,7 +27686,8 @@
2768027686
"productCodes",
2768127687
"blockDeviceMapping",
2768227688
"sriovNetSupport",
27683-
"bootMode"
27689+
"bootMode",
27690+
"lastLaunchedTime"
2768427691
]
2768527692
},
2768627693
"ImageDiskContainer":{
@@ -42201,6 +42208,7 @@
4220142208
"spot-fleet-request",
4220242209
"spot-instances-request",
4220342210
"subnet",
42211+
"subnet-cidr-reservation",
4220442212
"traffic-mirror-filter",
4220542213
"traffic-mirror-session",
4220642214
"traffic-mirror-target",

0 commit comments

Comments
 (0)