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

GetPricingPlanResponse

import type { GetPricingPlanResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetPricingPlanResponse {
currentPricingPlan: PricingPlan;
pendingPricingPlan?: PricingPlan | null;
}

§Properties

§
currentPricingPlan: PricingPlan
[src]

The chosen pricing plan for the current billing cycle.

§
pendingPricingPlan?: PricingPlan | null
[src]

The pending pricing plan.