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

RemoveSourceServerActionRequest

import type { RemoveSourceServerActionRequest } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface RemoveSourceServerActionRequest {
actionID: string;
sourceServerID: string;
}

§Properties

§
actionID: string
[src]

Source server post migration custom action ID to remove.

§
sourceServerID: string
[src]

Source server ID of the post migration custom action to remove.