pub fn validate_range_i64( field: &str, value: i64, min: i64, max: i64, ) -> Result<(), AwsServiceError>
Validate an integer is within [min, max].