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

GetServersResponse

import type { GetServersResponse } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface GetServersResponse {
lastModifiedOn?: Date | number | null;
nextToken?: string | null;
serverCatalogStatus?: ServerCatalogStatus | null;
serverList?: Server[] | null;
}

§Properties

§
lastModifiedOn?: Date | number | null
[src]

The time when the server was last modified.

§
nextToken?: string | null
[src]

The token required to retrieve the next set of results. This value is null when there are no more results to return.

§
serverCatalogStatus?: ServerCatalogStatus | null
[src]

The status of the server catalog.

§
serverList?: Server[] | null
[src]

Information about the servers.