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

ListServerNeighborsResponse

import type { ListServerNeighborsResponse } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface ListServerNeighborsResponse {
knownDependencyCount?: number | null;
nextToken?: string | null;
}

§Properties

§
knownDependencyCount?: number | null
[src]

Count of distinct servers that are one hop away from the given server.

§

List of distinct servers that are one hop away from the given server.

§
nextToken?: string | null
[src]

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