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

ListPluginsResponse

import type { ListPluginsResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface ListPluginsResponse {
nextToken?: string | null;
plugins?: PluginSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The pagination token.

§
plugins?: PluginSummary[] | null
[src]

Migration Hub Orchestrator plugins.