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

AgentConfigurationStatus

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

Information about agents or connectors that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation, and whether the agent/connector configuration was updated.

interface AgentConfigurationStatus {
agentId?: string | null;
description?: string | null;
operationSucceeded?: boolean | null;
}

§Properties

§
agentId?: string | null
[src]

The agent/connector ID.

§
description?: string | null
[src]

A description of the operation performed.

§
operationSucceeded?: boolean | null
[src]

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.