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

AddThingToBillingGroupRequest

import type { AddThingToBillingGroupRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface AddThingToBillingGroupRequest {
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.

Note: This call is asynchronous. It might take several seconds for the detachment to propagate.

§
thingArn?: string | null
[src]

The ARN of the thing to be added to the billing group.

§
thingName?: string | null
[src]

The name of the thing to be added to the billing group.