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

GetServersRequest

import type { GetServersRequest } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface GetServersRequest {
maxResults?: number | null;
nextToken?: string | null;
vmServerAddressList?: VmServerAddress[] | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

§
nextToken?: string | null
[src]

The token for the next set of results.

§
vmServerAddressList?: VmServerAddress[] | null
[src]

The server addresses.