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

UpdateThingGroupRequest

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

§Properties

§
expectedVersion?: number | null
[src]

The expected version of the thing group. If this does not match the version of the thing group being updated, the update will fail.

§
thingGroupName: string
[src]

The thing group to update.

§
thingGroupProperties: ThingGroupProperties
[src]

The thing group properties.