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

LicenseConversionTask

import type { LicenseConversionTask } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Information about a license type conversion task.

interface LicenseConversionTask {
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 this conversion task converted to.

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

The time the conversion task was completed.

§
LicenseConversionTaskId?: string | null
[src]

The ID of the license type conversion task.

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

The time the usage operation value of the resource was changed.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.

§
SourceLicenseContext?: LicenseConversionContext | null
[src]

Information about the license type this conversion task converted from.

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

The time the conversion task was started at.

§

The status of the conversion task.

§
StatusMessage?: string | null
[src]

The status message for the conversion task.