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

ListOutpostsOutput

import type { ListOutpostsOutput } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
interface ListOutpostsOutput {
NextToken?: string | null;
Outposts?: Outpost[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
Outposts?: Outpost[] | null
[src]