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/mgn.ts?docs=full";

Server participating in Job.

interface ParticipatingServer {
launchedEc2InstanceID?: string | null;
launchStatus?: LaunchStatus | null;
postLaunchActionsStatus?: PostLaunchActionsStatus | null;
sourceServerID: string;
}

§Properties

§
launchedEc2InstanceID?: string | null
[src]

Participating server's launched ec2 instance ID.

§
launchStatus?: LaunchStatus | null
[src]

Participating server launch status.

§
postLaunchActionsStatus?: PostLaunchActionsStatus | null
[src]

Participating server's Post Launch Actions Status.

§
sourceServerID: string
[src]

Participating server Source Server ID.