Values.NetworkMigrationExecutionSourceDetails about a network migration execution instance.
type nonrec t = {networkMigrationDefinitionID : NetworkMigrationDefinitionID.t option;The unique identifier of the network migration definition used by this execution.
*)networkMigrationExecutionID : NetworkMigrationExecutionID.t option;The unique identifier of the execution.
*)status : ExecutionStatus.t option;The current status of the execution.
*)stage : ExecutionStage.t option;The current stage of the execution in the migration workflow.
*)activity : ExecutionStageActivity.t option;The current activity being performed in the execution.
*)createdAt : Timestamp.t option;The timestamp when the execution was created.
*)updatedAt : Timestamp.t option;The timestamp when the execution was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NetworkMigrationDefinitionID.t
| `Timestamp of Timestamp.t ])
list ]