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

ListServicesOutput

import type { ListServicesOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListServicesOutput {
nextToken?: string | null;
services: ServiceSummary[];
}

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next service in the array of services, after the current requested list of services.

§

An array of services with summaries of detail data.