Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetLicenseConversionTaskResponse

import type { GetLicenseConversionTaskResponse } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface GetLicenseConversionTaskResponse {
DestinationLicenseContext?: LicenseConversionContext | null;
EndTime?: Date | number | null;
LicenseConversionTaskId?: string | null;
LicenseConversionTime?: Date | number | null;
ResourceArn?: string | null;
SourceLicenseContext?: LicenseConversionContext | null;
StartTime?: Date | number | null;
StatusMessage?: string | null;
}

§Properties

§
DestinationLicenseContext?: LicenseConversionContext | null
[src]

Information about the license type converted to.

§
EndTime?: Date | number | null
[src]

Time at which the license type conversion task was completed.

§
LicenseConversionTaskId?: string | null
[src]

ID of the license type conversion task.

§
LicenseConversionTime?: Date | number | null
[src]

Amount of time to complete the license type conversion.

§
ResourceArn?: string | null
[src]

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

§
SourceLicenseContext?: LicenseConversionContext | null
[src]

Information about the license type converted from.

§
StartTime?: Date | number | null
[src]

Time at which the license type conversion task was started .

§

Status of the license type conversion task.

§
StatusMessage?: string | null
[src]

The status message for the conversion task.