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

ListCustomLineItemVersionsInput

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

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) for the custom line item.

§

A ListCustomLineItemVersionsFilter that specifies the billing period range in which the custom line item versions are applied.

§
MaxResults?: number | null
[src]

The maximum number of custom line item versions to retrieve.

§
NextToken?: string | null
[src]

The pagination token that's used on subsequent calls to retrieve custom line item versions.