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

ListComponentsOutput

import type { ListComponentsOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListComponentsOutput {
components: ComponentSummary[];
nextToken?: string | null;
}

§Properties

§
components: ComponentSummary[]
[src]

An array of components with summary data.

§
nextToken?: string | null
[src]

A token that indicates the location of the next component in the array of components, after the current requested list of components.