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

GroupSummary

import type { GroupSummary } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Group summary information.

interface GroupSummary {
GroupId?: string | null;
OrderingId?: number | null;
}

§Properties

§
GroupId?: string | null
[src]

The identifier of the group you want group summary information on.

§
OrderingId?: number | null
[src]

The timestamp identifier used for the latest PUT or DELETE action.