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

UpdateLicenseSpecificationsForResourceRequest

import type { UpdateLicenseSpecificationsForResourceRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface UpdateLicenseSpecificationsForResourceRequest {
AddLicenseSpecifications?: LicenseSpecification[] | null;
RemoveLicenseSpecifications?: LicenseSpecification[] | null;
ResourceArn: string;
}

§Properties

§
AddLicenseSpecifications?: LicenseSpecification[] | null
[src]

ARNs of the license configurations to add.

§
RemoveLicenseSpecifications?: LicenseSpecification[] | null
[src]

ARNs of the license configurations to remove.

§
ResourceArn: string
[src]

Amazon Resource Name (ARN) of the Amazon Web Services resource.