Values.DeleteAlertManagerDefinitionRequestSourceRepresents the input of a DeleteAlertManagerDefinition operation.
type nonrec t = {workspaceId : WorkspaceId.t;The ID of the workspace to delete the alert manager definition from.
*)clientToken : IdempotencyToken.t option;A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
*)}