pub fn validate_maximum_full_snapshot_archives_to_retain<T>(
    value: T
) -> Result<(), String>
where T: AsRef<str> + Display,