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

CreateProvisionedProductPlanOutput

import type { CreateProvisionedProductPlanOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface CreateProvisionedProductPlanOutput {
PlanId?: string | null;
PlanName?: string | null;
ProvisionedProductName?: string | null;
ProvisioningArtifactId?: string | null;
ProvisionProductId?: string | null;
}

§Properties

§
PlanId?: string | null
[src]

The plan identifier.

§
PlanName?: string | null
[src]

The name of the plan.

§
ProvisionedProductName?: string | null
[src]

The user-friendly name of the provisioned product.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact.

§
ProvisionProductId?: string | null
[src]

The product identifier.