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

CreateLabelGroupRequest

import type { CreateLabelGroupRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface CreateLabelGroupRequest {
ClientToken: string;
FaultCodes?: string[] | null;
LabelGroupName: string;
Tags?: Tag[] | null;
}

§Properties

§
ClientToken: string
[src]

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

§
FaultCodes?: string[] | null
[src]

The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.

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

§
LabelGroupName: string
[src]

Names a group of labels.

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

§
Tags?: Tag[] | null
[src]

Tags that provide metadata about the label group you are creating.

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