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

DescribeWorkspaceImagesRequest

import type { DescribeWorkspaceImagesRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface DescribeWorkspaceImagesRequest {
ImageIds?: string[] | null;
ImageType?: ImageType | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ImageIds?: string[] | null
[src]

The identifier of the image.

§
ImageType?: ImageType | null
[src]

The type (owned or shared) of the image.

§
MaxResults?: number | null
[src]

The maximum number of items to return.

§
NextToken?: string | null
[src]

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.