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

StartDataCollectionByAgentIdsRequest

import type { StartDataCollectionByAgentIdsRequest } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface StartDataCollectionByAgentIdsRequest {
agentIds: string[];
}

§Properties

§
agentIds: string[]
[src]

The IDs of the agents or connectors from which to start collecting data. If you send a request to an agent/connector ID that you do not have permission to contact, according to your Amazon Web Services account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system does not throw an exception. Instead, the system shows Failed in the Description field.