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

ListServicesResponse

import type { ListServicesResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface ListServicesResponse {
NextToken?: string | null;
ServiceSummaryList?: ServiceSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token for the next page of results.

§
ServiceSummaryList?: ServiceSummary[] | null
[src]

The list of ServiceSummary objects.