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

DisassociateSourceServersRequest

import type { DisassociateSourceServersRequest } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface DisassociateSourceServersRequest {
applicationID: string;
sourceServerIDs: string[];
}

§Properties

§
applicationID: string
[src]

Application ID.

§
sourceServerIDs: string[]
[src]

Source server IDs list.