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

BatchDisassociateResourcesFromCustomLineItemInput

import type { BatchDisassociateResourcesFromCustomLineItemInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface BatchDisassociateResourcesFromCustomLineItemInput {
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null;
ResourceArns: string[];
TargetArn: string;
}

§Properties

§
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null
[src]
§
ResourceArns: string[]
[src]

A list containing the ARNs of resources to be disassociated.

§
TargetArn: string
[src]

A percentage custom line item ARN to disassociate the resources from.