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

Server

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

Represents a server.

interface Server {
replicationJobId?: string | null;
replicationJobTerminated?: boolean | null;
serverId?: string | null;
serverType?: ServerType | null;
vmServer?: VmServer | null;
}

§Properties

§
replicationJobId?: string | null
[src]

The ID of the replication job.

§
replicationJobTerminated?: boolean | null
[src]

Indicates whether the replication job is deleted or failed.

§
serverId?: string | null
[src]

The ID of the server.

§
serverType?: ServerType | null
[src]

The type of server.

§
vmServer?: VmServer | null
[src]

Information about the VM server.