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

UpdatePricingPlanRequest

import type { UpdatePricingPlanRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface UpdatePricingPlanRequest {
bundleNames?: string[] | null;
pricingMode: PricingMode;
}

§Properties

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

The bundle names.

§
pricingMode: PricingMode
[src]

The pricing mode.