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

ParticipatingServer

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

Represents a server participating in an asynchronous Job.

interface ParticipatingServer {
launchStatus?: LaunchStatus | null;
recoveryInstanceID?: string | null;
sourceServerID?: string | null;
}

§Properties

§
launchStatus?: LaunchStatus | null
[src]

The launch status of a participating server.

§
recoveryInstanceID?: string | null
[src]

The Recovery Instance ID of a participating server.

§
sourceServerID?: string | null
[src]

The Source Server ID of a participating server.