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

DiskImageDetail

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

Describes a disk image.

interface DiskImageDetail {
Bytes: number;
ImportManifestUrl: string;
}

§Properties

§
Bytes: number
[src]

The size of the disk image, in GiB.

§

The disk image format.

§
ImportManifestUrl: string
[src]

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. 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.