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

ConfirmProductInstanceResult

import type { ConfirmProductInstanceResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ConfirmProductInstanceResult {
OwnerId?: string | null;
Return?: boolean | null;
}

§Properties

§
OwnerId?: string | null
[src]

The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

§
Return?: boolean | null
[src]

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.