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

UpdateDynamicThingGroupRequest

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

§Properties

§
expectedVersion?: number | null
[src]

The expected version of the dynamic thing group to update.

§
indexName?: string | null
[src]

The dynamic thing group index to update.

Note: Currently one index is supported: AWS_Things.

§
queryString?: string | null
[src]

The dynamic thing group search query string to update.

§
queryVersion?: string | null
[src]

The dynamic thing group query version to update.

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

§
thingGroupName: string
[src]

The name of the dynamic thing group to update.

§
thingGroupProperties: ThingGroupProperties
[src]

The dynamic thing group properties to update.