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

ListStudioLifecycleConfigsRequest

import type { ListStudioLifecycleConfigsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListStudioLifecycleConfigsRequest {
AppTypeEquals?: StudioLifecycleConfigAppType | null;
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
MaxResults?: number | null;
ModifiedTimeAfter?: Date | number | null;
ModifiedTimeBefore?: Date | number | null;
NameContains?: string | null;
NextToken?: string | null;
SortOrder?: SortOrder | null;
}

§Properties

§
AppTypeEquals?: StudioLifecycleConfigAppType | null
[src]

A parameter to search for the App Type to which the Lifecycle Configuration is attached.

§
CreationTimeAfter?: Date | number | null
[src]

A filter that returns only Lifecycle Configurations created on or after the specified time.

§
CreationTimeBefore?: Date | number | null
[src]

A filter that returns only Lifecycle Configurations created on or before the specified time.

§
MaxResults?: number | null
[src]

The maximum number of Studio Lifecycle Configurations to return in the response. The default value is 10.

§
ModifiedTimeAfter?: Date | number | null
[src]

A filter that returns only Lifecycle Configurations modified after the specified time.

§
ModifiedTimeBefore?: Date | number | null
[src]

A filter that returns only Lifecycle Configurations modified before the specified time.

§
NameContains?: string | null
[src]

A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.

§
NextToken?: string | null
[src]

If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.

§

The property used to sort results. The default value is CreationTime.

§
SortOrder?: SortOrder | null
[src]

The sort order. The default value is Descending.