Values.AmiSourceDetails of an Amazon EC2 AMI.
type nonrec t = {region : NonEmptyString.t option;The Amazon Web Services Region of the Amazon EC2 AMI.
*)image : NonEmptyString.t option;The AMI ID of the Amazon EC2 AMI.
*)name : NonEmptyString.t option;The name of the Amazon EC2 AMI.
*)description : NonEmptyString.t option;The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.
*)state : ImageState.t option;accountId : NonEmptyString.t option;The account ID of the owner of the AMI.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]