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

CreateLabelRequest

import type { CreateLabelRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface CreateLabelRequest {
ClientToken: string;
EndTime: Date | number;
Equipment?: string | null;
FaultCode?: string | null;
LabelGroupName: string;
Notes?: string | null;
Rating: LabelRating;
StartTime: Date | number;
}

§Properties

§
ClientToken: string
[src]

A unique identifier for the request to create a label. If you do not set the client request token, Lookout for Equipment generates one.

§
EndTime: Date | number
[src]

The end time of the labeled event.

§
Equipment?: string | null
[src]

Indicates that a label pertains to a particular piece of equipment.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

§
FaultCode?: string | null
[src]

Provides additional information about the label. The fault code must be defined in the FaultCodes attribute of the label group.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

§
LabelGroupName: string
[src]

The name of a group of labels.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

§
Notes?: string | null
[src]

Metadata providing additional information about the label.

Data in this field will be retained for service usage. Follow best practices for the security of your data.

§

Indicates whether a labeled event represents an anomaly.

§
StartTime: Date | number
[src]

The start time of the labeled event.