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

UpdatePricingPlanInput

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

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the pricing plan that you're updating.

§
Description?: string | null
[src]

The description of the pricing plan.

§
Name?: string | null
[src]

The name of the pricing plan. The name must be unique to each pricing plan.