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

AssociatePricingRulesInput

import type { AssociatePricingRulesInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface AssociatePricingRulesInput {
Arn: string;
PricingRuleArns: string[];
}

§Properties

§
Arn: string
[src]

The PricingPlanArn that the PricingRuleArns are associated with.

§
PricingRuleArns: string[]
[src]

The PricingRuleArns that are associated with the Pricing Plan.