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

DescribeProvisionedProductPlanOutput

import type { DescribeProvisionedProductPlanOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeProvisionedProductPlanOutput {
NextPageToken?: string | null;
ProvisionedProductPlanDetails?: ProvisionedProductPlanDetails | null;
ResourceChanges?: ResourceChange[] | null;
}

§Properties

§
NextPageToken?: string | null
[src]

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

§
ProvisionedProductPlanDetails?: ProvisionedProductPlanDetails | null
[src]

Information about the plan.

§
ResourceChanges?: ResourceChange[] | null
[src]

Information about the resource changes that will occur when the plan is executed.