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

ListImagePackagesResponse

import type { ListImagePackagesResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface ListImagePackagesResponse {
imagePackageList?: ImagePackage[] | null;
nextToken?: string | null;
requestId?: string | null;
}

§Properties

§
imagePackageList?: ImagePackage[] | null
[src]

The list of Image Packages returned in the response.

§
nextToken?: string | null
[src]

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

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.