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

RemoveThingFromThingGroupRequest

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

§Properties

§
thingArn?: string | null
[src]

The ARN of the thing to remove from the group.

§
thingGroupArn?: string | null
[src]

The group ARN.

§
thingGroupName?: string | null
[src]

The group name.

§
thingName?: string | null
[src]

The name of the thing to remove from the group.