Smaws_Client_ApplicationDiscoveryService.BatchDeleteAgentsDeletes 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.batch_delete_agents_request ->
(Types.batch_delete_agents_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_delete_agents_request ->
(Types.batch_delete_agents_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result