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

GetServerDetailsResponse

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

§Properties

§
associatedApplications?: AssociatedApplication[] | null
[src]

The associated application group the server belongs to, as defined in AWS Application Discovery Service.

§
nextToken?: string | null
[src]

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

§
serverDetail?: ServerDetail | null
[src]

Detailed information about the server.