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

VersionInfo

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

The Docker and Amazon ECS container agent version information about a container instance.

interface VersionInfo {
agentHash?: string | null;
agentVersion?: string | null;
dockerVersion?: string | null;
}

§Properties

§
agentHash?: string | null
[src]

The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.

§
agentVersion?: string | null
[src]

The version number of the Amazon ECS container agent.

§
dockerVersion?: string | null
[src]

The Docker version that's running on the container instance.