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

ListExportsOutput

import type { ListExportsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface ListExportsOutput {
Exports: Export[];
NextToken?: string | null;
}

§Properties

§
Exports: Export[]
[src]

The output for the "ListExports" action.

§
NextToken?: string | null
[src]

If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.