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

SystemInfo

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

Information about the server that hosts application components.

interface SystemInfo {
cpuArchitecture?: string | null;
fileSystemType?: string | null;
networkInfoList?: NetworkInfo[] | null;
osInfo?: OSInfo | null;
}

§Properties

§
cpuArchitecture?: string | null
[src]

CPU architecture type for the server.

§
fileSystemType?: string | null
[src]

File system type for the server.

§
networkInfoList?: NetworkInfo[] | null
[src]

Networking information related to a server.

§
osInfo?: OSInfo | null
[src]

Operating system corresponding to a server.