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

RemoveThingFromBillingGroupRequest

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

§Properties

§
billingGroupArn?: string | null
[src]

The ARN of the billing group.

§
billingGroupName?: string | null
[src]

The name of the billing group.

§
thingArn?: string | null
[src]

The ARN of the thing to be removed from the billing group.

§
thingName?: string | null
[src]

The name of the thing to be removed from the billing group.