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

ListApplicationDependenciesResponse

import type { ListApplicationDependenciesResponse } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface ListApplicationDependenciesResponse {
Dependencies?: ApplicationDependencySummary[] | null;
NextToken?: string | null;
}

§Properties

§
Dependencies?: ApplicationDependencySummary[] | null
[src]

An array of application summaries nested in the application.

§
NextToken?: string | null
[src]

The token to request the next page of results.