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

ListPricingPlansOutput

import type { ListPricingPlansOutput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListPricingPlansOutput {
BillingPeriod?: string | null;
NextToken?: string | null;
PricingPlans?: PricingPlanListElement[] | null;
}

§Properties

§
BillingPeriod?: string | null
[src]

The billing period for which the described pricing plans are applicable.

§
NextToken?: string | null
[src]

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

§
PricingPlans?: PricingPlanListElement[] | null
[src]

A list of PricingPlanListElement retrieved.