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

CreateThingGroupRequest

import type { CreateThingGroupRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateThingGroupRequest {
parentGroupName?: string | null;
tags?: Tag[] | null;
thingGroupName: string;
thingGroupProperties?: ThingGroupProperties | null;
}

§Properties

§
parentGroupName?: string | null
[src]

The name of the parent thing group.

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

Metadata which can be used to manage the thing group.

§
thingGroupName: string
[src]

The thing group name to create.

§
thingGroupProperties?: ThingGroupProperties | null
[src]

The thing group properties.