Module Values.GetLicenseConversionTaskResponseSource

Gets information about the specified license type conversion task.

Sourcetype nonrec t = {
  1. licenseConversionTaskId : LicenseConversionTaskId.t option;
    (*

    ID of the license type conversion task.

    *)
  2. resourceArn : String_.t option;
    (*

    Amazon Resource Names (ARN) of the resources the license conversion task is associated with.

    *)
  3. sourceLicenseContext : LicenseConversionContext.t option;
    (*

    Information about the license type converted from.

    *)
  4. destinationLicenseContext : LicenseConversionContext.t option;
    (*

    Information about the license type converted to.

    *)
  5. statusMessage : String_.t option;
    (*

    The status message for the conversion task.

    *)
  6. status : LicenseConversionTaskStatus.t option;
    (*

    Status of the license type conversion task.

    *)
  7. startTime : DateTime.t option;
    (*

    Time at which the license type conversion task was started .

    *)
  8. licenseConversionTime : DateTime.t option;
    (*

    Amount of time to complete the license type conversion.

    *)
  9. endTime : DateTime.t option;
    (*

    Time at which the license type conversion task was completed.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `AuthorizationException of AuthorizationException.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `RateLimitExceededException of RateLimitExceededException.t
  5. | `ServerInternalException of ServerInternalException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?licenseConversionTaskId:??? -> ?resourceArn:??? -> ?sourceLicenseContext:??? -> ?destinationLicenseContext:??? -> ?statusMessage:??? -> ?status:??? -> ?startTime:??? -> ?licenseConversionTime:??? -> ?endTime:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t