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

ListDomainsResponse

import type { ListDomainsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListDomainsResponse {
Domains?: DomainDetails[] | null;
NextToken?: string | null;
}

§Properties

§
Domains?: DomainDetails[] | null
[src]

The list of domains.

§
NextToken?: string | null
[src]

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.