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

ListDomainsRequest

import type { ListDomainsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListDomainsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

Returns a list up to a specified limit.

§
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.