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

ListExtensibleSourceServersRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of extensible source servers to retrieve.

§
nextToken?: string | null
[src]

The token of the next extensible source server to retrieve.

§
stagingAccountID: string
[src]

The Id of the staging Account to retrieve extensible source servers from.