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

ListAppsResponse

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

§Properties

§
Apps?: AppDetails[] | null
[src]

The list of apps.

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