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

DiskImageDescription

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

Describes a disk image.

interface DiskImageDescription {
Checksum?: string | null;
Format?: DiskImageFormat | null;
ImportManifestUrl?: string | null;
Size?: number | null;
}

§Properties

§
Checksum?: string | null
[src]

The checksum computed for the disk image.

§
Format?: DiskImageFormat | null
[src]

The disk image format.

§
ImportManifestUrl?: string | null
[src]

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

§
Size?: number | null
[src]

The size of the disk image, in GiB.