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

GetInstanceUefiDataResult

import type { GetInstanceUefiDataResult } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface GetInstanceUefiDataResult {
InstanceId?: string | null;
UefiData?: string | null;
}

§Properties

§
InstanceId?: string | null
[src]

The ID of the instance from which to retrieve the UEFI data.

§
UefiData?: string | null
[src]

Base64 representation of the non-volatile UEFI variable store.