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

ListLabelGroupsRequest

import type { ListLabelGroupsRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListLabelGroupsRequest {
LabelGroupNameBeginsWith?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
LabelGroupNameBeginsWith?: string | null
[src]

The beginning of the name of the label groups to be listed.

§
MaxResults?: number | null
[src]

Specifies the maximum number of label groups to list.

§
NextToken?: string | null
[src]

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