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

PluginSummary

import type { PluginSummary } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";

The summary of the Migration Hub Orchestrator plugin.

interface PluginSummary {
hostname?: string | null;
ipAddress?: string | null;
pluginId?: string | null;
registeredTime?: string | null;
status?: PluginHealth | null;
version?: string | null;
}

§Properties

§
hostname?: string | null
[src]

The name of the host.

§
ipAddress?: string | null
[src]

The IP address at which the plugin is located.

§
pluginId?: string | null
[src]

The ID of the plugin.

§
registeredTime?: string | null
[src]

The time at which the plugin was registered.

§
status?: PluginHealth | null
[src]

The status of the plugin.

§
version?: string | null
[src]

The version of the plugin.