pub fn validate_required( field: &str, value: &Value, ) -> Result<(), AwsServiceError>
Validate that a required field is present (not null/missing).