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

ListImagePackagesRequest

import type { ListImagePackagesRequest } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface ListImagePackagesRequest {
imageBuildVersionArn: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
imageBuildVersionArn: string
[src]

Filter results for the ListImagePackages request by the Image Build Version ARN

§
maxResults?: number | null
[src]

The maxiumum number of results to return from the ListImagePackages request.

§
nextToken?: string | null
[src]

A token to specify where to start paginating. This is the NextToken from a previously truncated response.