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

ListCompatibleImagesResult

import type { ListCompatibleImagesResult } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface ListCompatibleImagesResult {
CompatibleImages?: CompatibleImage[] | null;
NextToken?: string | null;
}

§Properties

§
CompatibleImages?: CompatibleImage[] | null
[src]

A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.

§
NextToken?: string | null
[src]

Because HTTP requests are stateless, this is the starting point for your next list of returned images.