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

ListServerNeighborsRequest

import type { ListServerNeighborsRequest } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface ListServerNeighborsRequest {
configurationId: string;
maxResults?: number | null;
neighborConfigurationIds?: string[] | null;
nextToken?: string | null;
portInformationNeeded?: boolean | null;
}

§Properties

§
configurationId: string
[src]

Configuration ID of the server for which neighbors are being listed.

§
maxResults?: number | null
[src]

Maximum number of results to return in a single page of output.

§
neighborConfigurationIds?: string[] | null
[src]

List of configuration IDs to test for one-hop-away.

§
nextToken?: string | null
[src]

Token to retrieve the next set of results. For example, if you previously specified 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds but set ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

§
portInformationNeeded?: boolean | null
[src]

Flag to indicate if port and protocol information is needed as part of the response.