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

ListEnvironmentsOutput

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

§Properties

§
Environments: string[]
[src]

Returns a list of Amazon MWAA environments.

§
NextToken?: string | null
[src]

Retrieves the next page of the results.