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

StartDataCollectionByAgentIdsResponse

import type { StartDataCollectionByAgentIdsResponse } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface StartDataCollectionByAgentIdsResponse {
agentsConfigurationStatus?: AgentConfigurationStatus[] | null;
}

§Properties

§
agentsConfigurationStatus?: AgentConfigurationStatus[] | null
[src]

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