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

ListPricingPlansFilter

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

The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve pricing plan information.

interface ListPricingPlansFilter {
Arns?: string[] | null;
}

§Properties

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

A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.