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

UpdateBillingGroupInput

import type { UpdateBillingGroupInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface UpdateBillingGroupInput {
Arn: string;
ComputationPreference?: ComputationPreference | null;
Description?: string | null;
Name?: string | null;
Status?: BillingGroupStatus | null;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the billing group being updated.

§
ComputationPreference?: ComputationPreference | null
[src]

The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.

§
Description?: string | null
[src]

A description of the billing group.

§
Name?: string | null
[src]

The name of the billing group. The names must be unique to each billing group.

§
Status?: BillingGroupStatus | null
[src]

The status of the billing group. Only one of the valid values can be used.