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

GetServerDetailsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of items to include in the response. The maximum value is 100.

§
nextToken?: string | null
[src]

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

§
serverId: string
[src]

The ID of the server.