Values_3.BundleTaskSourceDescribes a bundle task.
type nonrec t = {instanceId : Values_0.String_.t option;The ID of the instance associated with this bundle task.
*)bundleId : Values_0.String_.t option;The ID of the bundle task.
*)state : Values_1.BundleTaskState.t option;The state of the task.
*)startTime : Values_0.DateTime.t option;The time this task started.
*)updateTime : Values_0.DateTime.t option;The time of the most recent update for the task.
*)storage : Values_1.Storage.t option;The Amazon S3 storage locations.
*)progress : Values_0.String_.t option;The level of task completion, as a percent (for example, 20%).
*)bundleTaskError : Values_1.BundleTaskError.t option;If the task fails, a description of the error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Blob of Values_0.Blob.t
| `String of Values_0.String_.t ])
list ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]