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

ListCompatibleImagesRequest

import type { ListCompatibleImagesRequest } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface ListCompatibleImagesRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.

§
NextToken?: string | null
[src]

HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you can specify a value for NextToken as the starting point for your list of returned images.