Values.LicenseConversionTaskSourceInformation about a license type conversion task.
type nonrec t = {licenseConversionTaskId : LicenseConversionTaskId.t option;The ID of the license type conversion task.
*)resourceArn : String_.t option;The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
*)sourceLicenseContext : LicenseConversionContext.t option;Information about the license type this conversion task converted from.
*)destinationLicenseContext : LicenseConversionContext.t option;Information about the license type this conversion task converted to.
*)status : LicenseConversionTaskStatus.t option;The status of the conversion task.
*)statusMessage : String_.t option;The status message for the conversion task.
*)startTime : DateTime.t option;The time the conversion task was started at.
*)licenseConversionTime : DateTime.t option;The time the usage operation value of the resource was changed.
*)endTime : DateTime.t option;The time the conversion task was completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of LicenseConversionTaskId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of ProductCodeId.t ])
list ]
list
| `String of UsageOperation.t ])
list
| `Timestamp of DateTime.t ])
list ]