Values_1.SnapshotTaskDetailSourceDetails about the import snapshot task.
type nonrec t = {description : Values_0.String_.t option;The description of the disk image being imported.
*)diskImageSize : Values_0.Double.t option;The size of the disk in the snapshot, in GiB.
*)encrypted : Values_0.Boolean.t option;Indicates whether the snapshot is encrypted.
*)format : Values_0.String_.t option;The format of the disk image from which the snapshot is created.
*)kmsKeyId : Values_0.String_.t option;The identifier for the KMS key that was used to create the encrypted snapshot.
*)progress : Values_0.String_.t option;The percentage of completion for the import snapshot task.
*)snapshotId : Values_0.String_.t option;The snapshot ID of the disk being imported.
*)status : Values_0.String_.t option;A brief status for the import snapshot task.
*)statusMessage : Values_0.String_.t option;A detailed status message for the import snapshot task.
*)url : Values_0.SensitiveUrl.t option;The URL of the disk image from which the snapshot is created.
*)userBucket : Values_0.UserBucketDetails.t option;The Amazon S3 bucket for the disk image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of Values_0.Double.t
| `String of Values_0.String_.t
| `Structure of (string * [> `String of string ]) list ])
list ]