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

ListComponentBuildVersionsRequest

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

§Properties

§
componentVersionArn: string
[src]

The component version Amazon Resource Name (ARN) whose versions you want to list.

§
maxResults?: number | null
[src]

The maximum items to return in a request.

§
nextToken?: string | null
[src]

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