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

ListLabelsRequest

import type { ListLabelsRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListLabelsRequest {
Equipment?: string | null;
FaultCode?: string | null;
IntervalEndTime?: Date | number | null;
IntervalStartTime?: Date | number | null;
LabelGroupName: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Equipment?: string | null
[src]

Lists the labels that pertain to a particular piece of equipment.

§
FaultCode?: string | null
[src]

Returns labels with a particular fault code.

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

Returns all labels with a start time earlier than the end time given.

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

Returns all the labels with a end time equal to or later than the start time given.

§
LabelGroupName: string
[src]

Retruns the name of the label group.

§
MaxResults?: number | null
[src]

Specifies the maximum number of labels to list.

§
NextToken?: string | null
[src]

An opaque pagination token indicating where to continue the listing of label groups.