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

CompatibleImage

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

A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.

interface CompatibleImage {
AmiId?: string | null;
Name?: string | null;
}

§Properties

§
AmiId?: string | null
[src]

The unique identifier for an individual Snow device AMI.

§
Name?: string | null
[src]

The optional name of a compatible image.