Values.MigrationTaskSummarySourceMigrationTaskSummary includes MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and UpdateDateTime for each task.
type nonrec t = {progressUpdateStream : ProgressUpdateStream.t option;An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
*)migrationTaskName : MigrationTaskName.t option;Unique identifier that references the migration task. Do not store personal data in this field.
*)status : Status.t option;Status of the task.
*)progressPercent : ProgressPercent.t option;Indication of the percentage completion of the task.
*)statusDetail : StatusDetail.t option;Detail information of what is being done within the overall status state.
*)updateDateTime : UpdateDateTime.t option;The timestamp when the task was gathered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ProgressPercent.t
| `String of ProgressUpdateStream.t
| `Timestamp of UpdateDateTime.t ])
list ]