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

DescribeProvisioningArtifactOutput

import type { DescribeProvisioningArtifactOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribeProvisioningArtifactOutput {
Info?: {
[key: string]: string | null | undefined;
}
| null;
ProvisioningArtifactDetail?: ProvisioningArtifactDetail | null;
Status?: Status | null;
}

§Properties

§
Info?: {
[key: string]: string | null | undefined;
}
| null
[src]

The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

§
ProvisioningArtifactDetail?: ProvisioningArtifactDetail | null
[src]

Information about the provisioning artifact.

§
Status?: Status | null
[src]

The status of the current request.