lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.163.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.164.0

- old
+ new

@@ -946,10 +946,25 @@ # resp.results[0].rule_results[0].description #=> String # resp.results[0].rule_results[0].evaluation_message #=> String # resp.results[0].rule_results[0].result #=> String, one of "PASS", "FAIL", "ERROR" # resp.results[0].rule_results[0].evaluated_metrics #=> Hash # resp.results[0].rule_results[0].evaluated_metrics["NameString"] #=> Float + # resp.results[0].analyzer_results #=> Array + # resp.results[0].analyzer_results[0].name #=> String + # resp.results[0].analyzer_results[0].description #=> String + # resp.results[0].analyzer_results[0].evaluation_message #=> String + # resp.results[0].analyzer_results[0].evaluated_metrics #=> Hash + # resp.results[0].analyzer_results[0].evaluated_metrics["NameString"] #=> Float + # resp.results[0].observations #=> Array + # resp.results[0].observations[0].description #=> String + # resp.results[0].observations[0].metric_based_observation.metric_name #=> String + # resp.results[0].observations[0].metric_based_observation.metric_values.actual_value #=> Float + # resp.results[0].observations[0].metric_based_observation.metric_values.expected_value #=> Float + # resp.results[0].observations[0].metric_based_observation.metric_values.lower_limit #=> Float + # resp.results[0].observations[0].metric_based_observation.metric_values.upper_limit #=> Float + # resp.results[0].observations[0].metric_based_observation.new_rules #=> Array + # resp.results[0].observations[0].metric_based_observation.new_rules[0] #=> String # resp.results_not_found #=> Array # resp.results_not_found[0] #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BatchGetDataQualityResult AWS API Documentation # @@ -6733,10 +6748,12 @@ # * {Types::GetDataQualityResultResponse#completed_on #completed_on} => Time # * {Types::GetDataQualityResultResponse#job_name #job_name} => String # * {Types::GetDataQualityResultResponse#job_run_id #job_run_id} => String # * {Types::GetDataQualityResultResponse#ruleset_evaluation_run_id #ruleset_evaluation_run_id} => String # * {Types::GetDataQualityResultResponse#rule_results #rule_results} => Array<Types::DataQualityRuleResult> + # * {Types::GetDataQualityResultResponse#analyzer_results #analyzer_results} => Array<Types::DataQualityAnalyzerResult> + # * {Types::GetDataQualityResultResponse#observations #observations} => Array<Types::DataQualityObservation> # # @example Request syntax with placeholder values # # resp = client.get_data_quality_result({ # result_id: "HashString", # required @@ -6764,10 +6781,25 @@ # resp.rule_results[0].description #=> String # resp.rule_results[0].evaluation_message #=> String # resp.rule_results[0].result #=> String, one of "PASS", "FAIL", "ERROR" # resp.rule_results[0].evaluated_metrics #=> Hash # resp.rule_results[0].evaluated_metrics["NameString"] #=> Float + # resp.analyzer_results #=> Array + # resp.analyzer_results[0].name #=> String + # resp.analyzer_results[0].description #=> String + # resp.analyzer_results[0].evaluation_message #=> String + # resp.analyzer_results[0].evaluated_metrics #=> Hash + # resp.analyzer_results[0].evaluated_metrics["NameString"] #=> Float + # resp.observations #=> Array + # resp.observations[0].description #=> String + # resp.observations[0].metric_based_observation.metric_name #=> String + # resp.observations[0].metric_based_observation.metric_values.actual_value #=> Float + # resp.observations[0].metric_based_observation.metric_values.expected_value #=> Float + # resp.observations[0].metric_based_observation.metric_values.lower_limit #=> Float + # resp.observations[0].metric_based_observation.metric_values.upper_limit #=> Float + # resp.observations[0].metric_based_observation.new_rules #=> Array + # resp.observations[0].metric_based_observation.new_rules[0] #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataQualityResult AWS API Documentation # # @overload get_data_quality_result(params = {}) # @param [Hash] params ({}) @@ -16889,10 +16921,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.163.0' + context[:gem_version] = '1.164.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated