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

ListPricingPlansInput

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

§Properties

§
BillingPeriod?: string | null
[src]

The preferred billing period to get pricing plan.

§

A ListPricingPlansFilter that specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.

§
MaxResults?: number | null
[src]

The maximum number of pricing plans to retrieve.

§
NextToken?: string | null
[src]

The pagination token that's used on subsequent call to get pricing plans.