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

ServerSummary

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

Object containing details about the servers imported by Application Discovery Service

interface ServerSummary {
count?: number | null;
ServerOsType?: ServerOsType | null;
}

§Properties

§
count?: number | null
[src]

Number of servers.

§
ServerOsType?: ServerOsType | null
[src]

Type of operating system for the servers.