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

ListImportsInput

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

§Properties

§
ExportName: string
[src]

The name of the exported output value. CloudFormation returns the stack names that are importing this value.

§
NextToken?: string | null
[src]

A string (provided by the "ListImports" response output) that identifies the next page of stacks that are importing the specified exported output value.