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

Extensions

import type { Extensions } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface Extensions {
Items?: ExtensionSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Items?: ExtensionSummary[] | null
[src]

The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.

§
NextToken?: string | null
[src]

The token for the next set of items to return. Use this token to get the next set of results.