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

ListExtensibleSourceServersResponse

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

§Properties

§
items?: StagingSourceServer[] | null
[src]

A list of source servers on a staging Account that are extensible.

§
nextToken?: string | null
[src]

The token of the next extensible source server to retrieve.