Values.DeleteLoggingConfigurationRequestSourceRepresents the input of a DeleteLoggingConfiguration operation.
type nonrec t = {workspaceId : WorkspaceId.t;The ID of the workspace containing the logging configuration to delete.
*)clientToken : IdempotencyToken.t option;A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
*)}