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

ListSourceServerActionsRequest

import type { ListSourceServerActionsRequest } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface ListSourceServerActionsRequest {
maxResults?: number | null;
nextToken?: string | null;
sourceServerID: string;
}

§Properties

§

Filters to apply when listing source server post migration custom actions.

§
maxResults?: number | null
[src]

Maximum amount of items to return when listing source server post migration custom actions.

§
nextToken?: string | null
[src]

Next token to use when listing source server post migration custom actions.

§
sourceServerID: string
[src]

Source server ID.