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

ListLabelGroupsResponse

import type { ListLabelGroupsResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListLabelGroupsResponse {
LabelGroupSummaries?: LabelGroupSummary[] | null;
NextToken?: string | null;
}

§Properties

§
LabelGroupSummaries?: LabelGroupSummary[] | null
[src]

A summary of the label groups.

§
NextToken?: string | null
[src]

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