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

CreateThingGroupResponse

import type { CreateThingGroupResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateThingGroupResponse {
thingGroupArn?: string | null;
thingGroupId?: string | null;
thingGroupName?: string | null;
}

§Properties

§
thingGroupArn?: string | null
[src]

The thing group ARN.

§
thingGroupId?: string | null
[src]

The thing group ID.

§
thingGroupName?: string | null
[src]

The thing group name.