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

DescribeFastLaunchImagesResult

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

§Properties

§

A collection of details about the fast-launch enabled Windows images that meet the requested criteria.

§
NextToken?: string | null
[src]

The token to use for the next set of results. This value is null when there are no more results to return.