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

DeleteBillingGroupRequest

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

§Properties

§
billingGroupName: string
[src]

The name of the billing group.

§
expectedVersion?: number | null
[src]

The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the DeleteBillingGroup request is rejected with a VersionConflictException.