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

ListHostsOutput

import type { ListHostsOutput } from "https://aws-api.deno.dev/v0.3/services/codestarconnections.ts?docs=full";
interface ListHostsOutput {
Hosts?: Host[] | null;
NextToken?: string | null;
}

§Properties

§
Hosts?: Host[] | null
[src]

A list of hosts and the details for each host, such as status, endpoint, and provider type.

§
NextToken?: string | null
[src]

A token that can be used in the next ListHosts call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.