ThingGroupDocument
import type { ThingGroupDocument } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface ThingGroupDocument {
attributes?: {} | null;
[key: string]: string | null | undefined;
parentGroupNames?: string[] | null;
thingGroupDescription?: string | null;
thingGroupId?: string | null;
thingGroupName?: string | null;
}