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

UpdatePricingRuleInput

import type { UpdatePricingRuleInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface UpdatePricingRuleInput {
Arn: string;
Description?: string | null;
ModifierPercentage?: number | null;
Name?: string | null;
Tiering?: UpdateTieringInput | null;
Type?: PricingRuleType | null;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the pricing rule to update.

§
Description?: string | null
[src]

The new description for the pricing rule.

§
ModifierPercentage?: number | null
[src]

The new modifier to show pricing plan rates as a percentage.

§
Name?: string | null
[src]

The new name of the pricing rule. The name must be unique to each pricing rule.

§
Tiering?: UpdateTieringInput | null
[src]

The set of tiering configurations for the pricing rule.

§
Type?: PricingRuleType | null
[src]

The new pricing rule type.