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

ListComponentsRequest

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

§Properties

§
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.

§

The scope of the components to list.

Default: PRIVATE