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

CreateDynamicThingGroupRequest

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

§Properties

§
indexName?: string | null
[src]

The dynamic thing group index name.

Note: Currently one index is supported: AWS_Things.

§
queryString: string
[src]

The dynamic thing group search query string.

See Query Syntax for information about query string syntax.

§
queryVersion?: string | null
[src]

The dynamic thing group query version.

Note: Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.

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

Metadata which can be used to manage the dynamic thing group.

§
thingGroupName: string
[src]

The dynamic thing group name to create.

§
thingGroupProperties?: ThingGroupProperties | null
[src]

The dynamic thing group properties.