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

ListCustomLineItemsFilter

import type { ListCustomLineItemsFilter } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

A filter that specifies the custom line items and billing groups to retrieve FFLI information.

interface ListCustomLineItemsFilter {
Arns?: string[] | null;
BillingGroups?: string[] | null;
Names?: string[] | null;
}

§Properties

§
Arns?: string[] | null
[src]

A list of custom line item ARNs to retrieve information.

§
BillingGroups?: string[] | null
[src]

The billing group Amazon Resource Names (ARNs) to retrieve information.

§
Names?: string[] | null
[src]

A list of custom line items to retrieve information.