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

CreateDynamicThingGroupResponse

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

§Properties

§
indexName?: string | null
[src]

The dynamic thing group index name.

§
queryString?: string | null
[src]

The dynamic thing group search query string.

§
queryVersion?: string | null
[src]

The dynamic thing group query version.

§
thingGroupArn?: string | null
[src]

The dynamic thing group ARN.

§
thingGroupId?: string | null
[src]

The dynamic thing group ID.

§
thingGroupName?: string | null
[src]

The dynamic thing group name.