Values_5.ImageAttributeSourceDescribes an image attribute.
type nonrec t = {description : Values_0.AttributeValue.t option;A description for the AMI.
*)kernelId : Values_0.AttributeValue.t option;The kernel ID.
*)ramdiskId : Values_0.AttributeValue.t option;The RAM disk ID.
*)sriovNetSupport : Values_0.AttributeValue.t option;Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
*)bootMode : Values_0.AttributeValue.t option;The boot mode.
*)tpmSupport : Values_0.AttributeValue.t option;If the image is configured for NitroTPM support, the value is v2.0.
*)uefiData : Values_0.AttributeValue.t option;Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot for Amazon EC2 instances in the Amazon EC2 User Guide.
*)lastLaunchedTime : Values_0.AttributeValue.t option;The date and time, in ISO 8601 date-time format, 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. lastLaunchedTime data is available starting April 2017.
*)imdsSupport : Values_0.AttributeValue.t option;If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.
*)deregistrationProtection : Values_0.AttributeValue.t option;Indicates whether deregistration protection is enabled for the AMI.
*)imageId : Values_0.String_.t option;The ID of the AMI.
*)launchPermissions : Values_2.LaunchPermissionList.t option;The launch permissions.
*)productCodes : Values_0.ProductCodeList.t option;The product codes.
*)blockDeviceMappings : Values_0.BlockDeviceMappingList.t option;The block device mapping entries.
*)}val make :
?description:??? ->
?kernelId:??? ->
?ramdiskId:??? ->
?sriovNetSupport:??? ->
?bootMode:??? ->
?tpmSupport:??? ->
?uefiData:??? ->
?lastLaunchedTime:??? ->
?imdsSupport:??? ->
?deregistrationProtection:??? ->
?imageId:??? ->
?launchPermissions:??? ->
?productCodes:??? ->
?blockDeviceMappings:??? ->
unit ->
tval error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string ])
list ])
list ]
list
| `String of Values_0.String_.t
| `Structure of (string * [> `String of string ]) list ])
list ]