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

ServiceCatalogProvisioningUpdateDetails

import type { ServiceCatalogProvisioningUpdateDetails } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

interface ServiceCatalogProvisioningUpdateDetails {
ProvisioningArtifactId?: string | null;
ProvisioningParameters?: ProvisioningParameter[] | null;
}

§Properties

§
ProvisioningArtifactId?: string | null
[src]

The ID of the provisioning artifact.

§
ProvisioningParameters?: ProvisioningParameter[] | null
[src]

A list of key value pairs that you specify when you provision a product.