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

ListServersResponse

import type { ListServersResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface ListServersResponse {
nextToken?: string | null;
serverInfos?: ServerDetail[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token you use to retrieve the next set of results, or null if there are no more results.

§
serverInfos?: ServerDetail[] | null
[src]

The list of servers with detailed information about each server.