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

UpdateBillingGroupRequest

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

§Properties

§
billingGroupName: string
[src]

The name of the billing group.

§
billingGroupProperties: BillingGroupProperties
[src]

The properties 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 UpdateBillingGroup request is rejected with a VersionConflictException.