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

ManagedAgentStateChange

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

An object representing a change in state for a managed agent.

interface ManagedAgentStateChange {
containerName: string;
managedAgentName: ManagedAgentName;
reason?: string | null;
status: string;
}

§Properties

§
containerName: string
[src]

The name of the container that's associated with the managed agent.

§
managedAgentName: ManagedAgentName
[src]

The name of the managed agent.

§
reason?: string | null
[src]

The reason for the status of the managed agent.

§
status: string
[src]

The status of the managed agent.