|
28752 | 28752 | "shape":"String",
|
28753 | 28753 | "documentation":"<p>The date and time to deprecate the AMI, in UTC, in the following format: <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.</p>",
|
28754 | 28754 | "locationName":"deprecationTime"
|
| 28755 | + }, |
| 28756 | + "ImdsSupport":{ |
| 28757 | + "shape":"ImdsSupportValues", |
| 28758 | + "documentation":"<p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration\">Configure the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>", |
| 28759 | + "locationName":"imdsSupport" |
28755 | 28760 | }
|
28756 | 28761 | },
|
28757 | 28762 | "documentation":"<p>Describes an image.</p>"
|
|
28818 | 28823 | "shape":"AttributeValue",
|
28819 | 28824 | "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 to launch an instance, 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>",
|
28820 | 28825 | "locationName":"lastLaunchedTime"
|
| 28826 | + }, |
| 28827 | + "ImdsSupport":{ |
| 28828 | + "shape":"AttributeValue", |
| 28829 | + "documentation":"<p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration\">Configure the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>", |
| 28830 | + "locationName":"imdsSupport" |
28821 | 28831 | }
|
28822 | 28832 | },
|
28823 | 28833 | "documentation":"<p>Describes an image attribute.</p>"
|
|
28835 | 28845 | "bootMode",
|
28836 | 28846 | "tpmSupport",
|
28837 | 28847 | "uefiData",
|
28838 |
| - "lastLaunchedTime" |
| 28848 | + "lastLaunchedTime", |
| 28849 | + "imdsSupport" |
28839 | 28850 | ]
|
28840 | 28851 | },
|
28841 | 28852 | "ImageDiskContainer":{
|
|
28955 | 28966 | "ramdisk"
|
28956 | 28967 | ]
|
28957 | 28968 | },
|
| 28969 | + "ImdsSupportValues":{ |
| 28970 | + "type":"string", |
| 28971 | + "enum":["v2.0"] |
| 28972 | + }, |
28958 | 28973 | "ImportClientVpnClientCertificateRevocationListRequest":{
|
28959 | 28974 | "type":"structure",
|
28960 | 28975 | "required":[
|
|
40498 | 40513 | "Port":{
|
40499 | 40514 | "type":"integer",
|
40500 | 40515 | "max":65535,
|
40501 |
| - "min":1 |
| 40516 | + "min":0 |
40502 | 40517 | },
|
40503 | 40518 | "PortRange":{
|
40504 | 40519 | "type":"structure",
|
|
41711 | 41726 | "UefiData":{
|
41712 | 41727 | "shape":"StringType",
|
41713 | 41728 | "documentation":"<p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData\">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the <a href=\"https://github.com/awslabs/python-uefivars\">python-uefivars tool</a> on GitHub. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html\">UEFI Secure Boot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
|
| 41729 | + }, |
| 41730 | + "ImdsSupport":{ |
| 41731 | + "shape":"ImdsSupportValues", |
| 41732 | + "documentation":"<p>Set to <code>v2.0</code> to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration\">Configure the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <note> <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support IMDSv2.</p> </note>" |
41714 | 41733 | }
|
41715 | 41734 | },
|
41716 | 41735 | "documentation":"<p>Contains the parameters for RegisterImage.</p>"
|
|
0 commit comments