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

CreateLicenseConversionTaskForResourceRequest

import type { CreateLicenseConversionTaskForResourceRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CreateLicenseConversionTaskForResourceRequest {
DestinationLicenseContext: LicenseConversionContext;
ResourceArn: string;
SourceLicenseContext: LicenseConversionContext;
}

§Properties

§
DestinationLicenseContext: LicenseConversionContext
[src]

Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the AWS CLI in the License Manager User Guide.

§
ResourceArn: string
[src]

Amazon Resource Name (ARN) of the resource you are converting the license type for.

§
SourceLicenseContext: LicenseConversionContext
[src]

Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the AWS CLI in the License Manager User Guide.