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

ListNotebookInstanceLifecycleConfigsOutput

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

§Properties

§
NextToken?: string | null
[src]

If the response is truncated, SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.

§
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[] | null
[src]

An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration.