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

ProvisionedProductPlanSummary

import type { ProvisionedProductPlanSummary } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Summary information about a plan.

interface ProvisionedProductPlanSummary {
PlanId?: string | null;
PlanName?: string | null;
PlanType?: ProvisionedProductPlanType | null;
ProvisioningArtifactId?: string | null;
ProvisionProductId?: string | null;
ProvisionProductName?: string | null;
}

§Properties

§
PlanId?: string | null
[src]

The plan identifier.

§
PlanName?: string | null
[src]

The name of the plan.

§

The plan type.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact.

§
ProvisionProductId?: string | null
[src]

The product identifier.

§
ProvisionProductName?: string | null
[src]

The user-friendly name of the provisioned product.