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

OperatingSystemConfigurationManager

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

A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.

interface OperatingSystemConfigurationManager {
Name?: string | null;
Version?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the configuration manager, which is Chef.

§
Version?: string | null
[src]

The versions of the configuration manager that are supported by an operating system.