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

DescribeAgentVersionsResult

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

Contains the response to a DescribeAgentVersions request.

interface DescribeAgentVersionsResult {
AgentVersions?: AgentVersion[] | null;
}

§Properties

§
AgentVersions?: AgentVersion[] | null
[src]

The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console.