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

ListLaunchPathsOutput

import type { ListLaunchPathsOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ListLaunchPathsOutput {
LaunchPathSummaries?: LaunchPathSummary[] | null;
NextPageToken?: string | null;
}

§Properties

§
LaunchPathSummaries?: LaunchPathSummary[] | null
[src]

Information about the launch path.

§
NextPageToken?: string | null
[src]

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.