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

UpdateProvisionedProductPropertiesOutput

import type { UpdateProvisionedProductPropertiesOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface UpdateProvisionedProductPropertiesOutput {
ProvisionedProductId?: string | null;
ProvisionedProductProperties?: [key in PropertyKey]: string | null | undefined | null;
RecordId?: string | null;
Status?: RecordStatus | null;
}

§Properties

§
ProvisionedProductId?: string | null
[src]

The provisioned product identifier.

§
ProvisionedProductProperties?: [key in PropertyKey]: string | null | undefined | null
[src]

A map that contains the properties updated.

§
RecordId?: string | null
[src]

The identifier of the record.

§
Status?: RecordStatus | null
[src]

The status of the request.