Values_3.ConversionTaskSourceDescribes a conversion task.
type nonrec t = {conversionTaskId : Values_0.String_.t option;The ID of the conversion task.
*)expirationTime : Values_0.String_.t option;The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
*)importInstance : Values_1.ImportInstanceTaskDetails.t option;If the task is for importing an instance, this contains information about the import instance task.
*)importVolume : Values_1.ImportVolumeTaskDetails.t option;If the task is for importing a volume, this contains information about the import volume task.
*)state : Values_1.ConversionTaskState.t option;The state of the conversion task.
*)statusMessage : Values_0.String_.t option;The status message related to the conversion task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string ])
list ])
list ]
list
| `Long of Values_0.Long.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string ])
list ])
list ])
list ]