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

ListComponentVersionsRequest

import type { ListComponentVersionsRequest } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface ListComponentVersionsRequest {
arn: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
arn: string
[src]

The ARN of the component.

§
maxResults?: number | null
[src]

The maximum number of results to be returned per paginated request.

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.