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

UpdatePricingRuleOutput

import type { UpdatePricingRuleOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface UpdatePricingRuleOutput {
Arn?: string | null;
AssociatedPricingPlanCount?: number | null;
BillingEntity?: string | null;
Description?: string | null;
LastModifiedTime?: number | null;
ModifierPercentage?: number | null;
Name?: string | null;
Operation?: string | null;
Scope?: PricingRuleScope | null;
Service?: string | null;
Tiering?: UpdateTieringInput | null;
Type?: PricingRuleType | null;
UsageType?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the successfully updated pricing rule.

§
AssociatedPricingPlanCount?: number | null
[src]

The pricing plans count that this pricing rule is associated with.

§
BillingEntity?: string | null
[src]

The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.

§
Description?: string | null
[src]

The new description for the pricing rule.

§
LastModifiedTime?: number | null
[src]

The most recent time the pricing rule was modified.

§
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.

§
Operation?: string | null
[src]

Operation refers to the specific Amazon Web Services covered by this line item. This describes the specific usage of the line item.

If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

§
Scope?: PricingRuleScope | null
[src]

The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.

§
Service?: string | null
[src]

If the Scope attribute is set to SERVICE, the attribute indicates which service the PricingRule is applicable for.

§
Tiering?: UpdateTieringInput | null
[src]

The set of tiering configurations for the pricing rule.

§
Type?: PricingRuleType | null
[src]

The new pricing rule type.

§
UsageType?: string | null
[src]

Usage type is the unit that each service uses to measure the usage of a specific type of resource.

If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.