Values_1.SnapshotDetailSourceDescribes the snapshot created from the imported disk.
type nonrec t = {description : Values_0.String_.t option;A description for the snapshot.
*)deviceName : Values_0.String_.t option;The block device mapping for the snapshot.
*)diskImageSize : Values_0.Double.t option;The size of the disk in the snapshot, in GiB.
*)format : Values_0.String_.t option;The format of the disk image from which the snapshot is created.
*)progress : Values_0.String_.t option;The percentage of progress for the task.
*)snapshotId : Values_0.String_.t option;The snapshot ID of the disk being imported.
*)status : Values_0.String_.t option;A brief status of the snapshot creation.
*)statusMessage : Values_0.String_.t option;A detailed status message for the snapshot creation.
*)url : Values_0.SensitiveUrl.t option;The URL used to access the disk image.
*)userBucket : Values_0.UserBucketDetails.t option;The Amazon S3 bucket for the disk image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_0.Double.t
| `String of Values_0.String_.t
| `Structure of (string * [> `String of string ]) list ])
list ]