Values_1.DiskImageDetailSourceDescribes a disk image.
type nonrec t = {format : Values_0.DiskImageFormat.t;The disk image format.
*)bytes : Values_0.Long.t;The size of the disk image, in GiB.
*)importManifestUrl : Values_0.ImportManifestUrl.t;A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide. For information about the import manifest referenced by this API action, see VM Import Manifest.
*)}val make :
format:Values_0.DiskImageFormat.t ->
bytes:Values_0.Long.t ->
importManifestUrl:Values_0.ImportManifestUrl.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_0.Long.t
| `String of Values_0.ImportManifestUrl.t ])
list ]