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

ListEdgeDeploymentPlansRequest

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

§Properties

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

Selects edge deployment plans created after this time.

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

Selects edge deployment plans created before this time.

§
DeviceFleetNameContains?: string | null
[src]

Selects edge deployment plans with a device fleet name containing this name.

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

Selects edge deployment plans that were last updated after this time.

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

Selects edge deployment plans that were last updated before this time.

§
MaxResults?: number | null
[src]

The maximum number of results to select (50 by default).

§
NameContains?: string | null
[src]

Selects edge deployment plans with names containing this name.

§
NextToken?: string | null
[src]

The response from the last list when returning a list large enough to need tokening.

§

The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

§
SortOrder?: SortOrder | null
[src]

The direction of the sorting (ascending or descending).