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

ListStudioLifecycleConfigsResponse

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

§Properties

§
NextToken?: string | null
[src]

A token for getting the next set of actions, if there are any.

§
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | null
[src]

A list of Lifecycle Configurations and their properties.