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

ServerStatusSummary

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

The status summary of the server analysis.

interface ServerStatusSummary {
count?: number | null;
runTimeAssessmentStatus?: RunTimeAssessmentStatus | null;
}

§Properties

§
count?: number | null
[src]

The number of servers successfully analyzed, partially successful or failed analysis.

§
runTimeAssessmentStatus?: RunTimeAssessmentStatus | null
[src]

The status of the run time.