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

DisassociatePricingRulesInput

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

§Properties

§
Arn: string
[src]

The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from.

§
PricingRuleArns: string[]
[src]

A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated.