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

ListImagesResponse

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

§Properties

§
imageVersionList?: ImageVersion[] | null
[src]

The list of image semantic versions.

Note: The semantic version has four nodes: ../. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.

§
nextToken?: string | null
[src]

The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.