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

DescribeImagesRequest

import type { DescribeImagesRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface DescribeImagesRequest {
Arns?: string[] | null;
MaxResults?: number | null;
Names?: string[] | null;
NextToken?: string | null;
Type?: VisibilityType | null;
}

§Properties

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

The ARNs of the public, private, and shared images to describe.

§
MaxResults?: number | null
[src]

The maximum size of each page of results.

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

The names of the public or private images to describe.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

§
Type?: VisibilityType | null
[src]

The type of image (public, private, or shared) to describe.