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

ListSourceServerActionsResponse

import type { ListSourceServerActionsResponse } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface ListSourceServerActionsResponse {
items?: SourceServerActionDocument[] | null;
nextToken?: string | null;
}

§Properties

§

List of source server post migration custom actions.

§
nextToken?: string | null
[src]

Next token returned when listing source server post migration custom actions.