Values.DeleteAgentSourceAn object representing the agent or data collector to be deleted along with the optional configurations for error handling.
type nonrec t = {agentId : AgentId.t;The ID of the agent or data collector to delete.
*)force : Boolean.t option;Optional flag used to force delete an agent or data collector. It is needed to delete any agent in HEALTHY/UNHEALTHY/RUNNING status. Note that deleting an agent that is actively reporting health causes it to be re-registered with a different agent ID after data collector re-connects with Amazon Web Services.
*)}