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

DescribeStackProvisioningParametersResult

import type { DescribeStackProvisioningParametersResult } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Contains the response to a DescribeStackProvisioningParameters request.

interface DescribeStackProvisioningParametersResult {
AgentInstallerUrl?: string | null;
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AgentInstallerUrl?: string | null
[src]

The AWS OpsWorks Stacks agent installer's URL.

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

An embedded object that contains the provisioning parameters.