Values.BatchDeleteAgentsResponseSourceDeletes one or more agents or collectors as specified by ID. Deleting an agent or collector does not delete the previously discovered data. To delete the data collected, use StartBatchDeleteConfigurationTask.
type nonrec t = {errors : BatchDeleteAgentErrors.t option;A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
*)}type nonrec error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServerInternalErrorException of ServerInternalErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]