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

ListCustomLineItemsInput

import type { ListCustomLineItemsInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListCustomLineItemsInput {
BillingPeriod?: string | null;
Filters?: ListCustomLineItemsFilter | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
BillingPeriod?: string | null
[src]

The preferred billing period to get custom line items (FFLIs).

§

A ListCustomLineItemsFilter that specifies the custom line item names and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.

§
MaxResults?: number | null
[src]

The maximum number of billing groups to retrieve.

§
NextToken?: string | null
[src]

The pagination token that's used on subsequent calls to get custom line items (FFLIs).