Values.GetLicenseConversionTaskResponseSourceGets information about the specified license type conversion task.
type nonrec t = {licenseConversionTaskId : LicenseConversionTaskId.t option;ID of the license type conversion task.
*)resourceArn : String_.t option;Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
*)sourceLicenseContext : LicenseConversionContext.t option;Information about the license type converted from.
*)destinationLicenseContext : LicenseConversionContext.t option;Information about the license type converted to.
*)statusMessage : String_.t option;The status message for the conversion task.
*)status : LicenseConversionTaskStatus.t option;Status of the license type conversion task.
*)startTime : DateTime.t option;Time at which the license type conversion task was started .
*)licenseConversionTime : DateTime.t option;Amount of time to complete the license type conversion.
*)endTime : DateTime.t option;Time at which the license type conversion task was completed.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `RateLimitExceededException of RateLimitExceededException.t| `ServerInternalException of ServerInternalException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option ]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 ]