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

GetDiscoverySummaryResponse

import type { GetDiscoverySummaryResponse } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface GetDiscoverySummaryResponse {
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo | null;
agentSummary?: CustomerAgentInfo | null;
applications?: number | null;
connectorSummary?: CustomerConnectorInfo | null;
meCollectorSummary?: CustomerMeCollectorInfo | null;
servers?: number | null;
serversMappedToApplications?: number | null;
serversMappedtoTags?: number | null;
}

§Properties

§
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo | null
[src]
§
agentSummary?: CustomerAgentInfo | null
[src]

Details about discovered agents, including agent status and health.

§
applications?: number | null
[src]

The number of applications discovered.

§
connectorSummary?: CustomerConnectorInfo | null
[src]

Details about discovered connectors, including connector status and health.

§
meCollectorSummary?: CustomerMeCollectorInfo | null
[src]

Details about Migration Evaluator collectors, including collector status and health.

§
servers?: number | null
[src]

The number of servers discovered.

§
serversMappedToApplications?: number | null
[src]

The number of servers mapped to applications.

§
serversMappedtoTags?: number | null
[src]

The number of servers mapped to tags.