|
8788 | 8788 | "shape":"HashString",
|
8789 | 8789 | "documentation":"<p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>"
|
8790 | 8790 | }
|
8791 |
| - } |
| 8791 | + }, |
| 8792 | + "documentation":"<p>A request to create a data quality ruleset.</p>" |
8792 | 8793 | },
|
8793 | 8794 | "CreateDataQualityRulesetResponse":{
|
8794 | 8795 | "type":"structure",
|
|
10343 | 10344 | "type":"list",
|
10344 | 10345 | "member":{"shape":"DataOperation"}
|
10345 | 10346 | },
|
| 10347 | + "DataQualityAggregatedMetrics":{ |
| 10348 | + "type":"structure", |
| 10349 | + "members":{ |
| 10350 | + "TotalRowsProcessed":{ |
| 10351 | + "shape":"NullableDouble", |
| 10352 | + "documentation":"<p>The total number of rows that were processed during the data quality evaluation.</p>" |
| 10353 | + }, |
| 10354 | + "TotalRowsPassed":{ |
| 10355 | + "shape":"NullableDouble", |
| 10356 | + "documentation":"<p>The total number of rows that passed all applicable data quality rules.</p>" |
| 10357 | + }, |
| 10358 | + "TotalRowsFailed":{ |
| 10359 | + "shape":"NullableDouble", |
| 10360 | + "documentation":"<p>The total number of rows that failed one or more data quality rules.</p>" |
| 10361 | + }, |
| 10362 | + "TotalRulesProcessed":{ |
| 10363 | + "shape":"NullableDouble", |
| 10364 | + "documentation":"<p>The total number of data quality rules that were evaluated.</p>" |
| 10365 | + }, |
| 10366 | + "TotalRulesPassed":{ |
| 10367 | + "shape":"NullableDouble", |
| 10368 | + "documentation":"<p>The total number of data quality rules that passed their evaluation criteria.</p>" |
| 10369 | + }, |
| 10370 | + "TotalRulesFailed":{ |
| 10371 | + "shape":"NullableDouble", |
| 10372 | + "documentation":"<p>The total number of data quality rules that failed their evaluation criteria.</p>" |
| 10373 | + } |
| 10374 | + }, |
| 10375 | + "documentation":"<p>A summary of metrics showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.</p>" |
| 10376 | + }, |
10346 | 10377 | "DataQualityAnalyzerResult":{
|
10347 | 10378 | "type":"structure",
|
10348 | 10379 | "members":{
|
|
10525 | 10556 | "Observations":{
|
10526 | 10557 | "shape":"DataQualityObservations",
|
10527 | 10558 | "documentation":"<p>A list of <code>DataQualityObservation</code> objects representing the observations generated after evaluating the rules and analyzers. </p>"
|
| 10559 | + }, |
| 10560 | + "AggregatedMetrics":{ |
| 10561 | + "shape":"DataQualityAggregatedMetrics", |
| 10562 | + "documentation":"<p> A summary of <code>DataQualityAggregatedMetrics</code> objects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results. </p>" |
10528 | 10563 | }
|
10529 | 10564 | },
|
10530 | 10565 | "documentation":"<p>Describes a data quality result.</p>"
|
|
10672 | 10707 | "EvaluatedRule":{
|
10673 | 10708 | "shape":"DataQualityRuleResultDescription",
|
10674 | 10709 | "documentation":"<p>The evaluated rule.</p>"
|
| 10710 | + }, |
| 10711 | + "RuleMetrics":{ |
| 10712 | + "shape":"RuleMetricsMap", |
| 10713 | + "documentation":"<p>A map containing metrics associated with the evaluation of the rule based on row-level results. </p>" |
10675 | 10714 | }
|
10676 | 10715 | },
|
10677 | 10716 | "documentation":"<p>Describes the result of the evaluation of a data quality rule.</p>"
|
|
14043 | 14082 | "Observations":{
|
14044 | 14083 | "shape":"DataQualityObservations",
|
14045 | 14084 | "documentation":"<p>A list of <code>DataQualityObservation</code> objects representing the observations generated after evaluating the rules and analyzers. </p>"
|
| 14085 | + }, |
| 14086 | + "AggregatedMetrics":{ |
| 14087 | + "shape":"DataQualityAggregatedMetrics", |
| 14088 | + "documentation":"<p> A summary of <code>DataQualityAggregatedMetrics</code> objects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results. </p>" |
14046 | 14089 | }
|
14047 |
| - } |
| 14090 | + }, |
| 14091 | + "documentation":"<p>The response for the data quality result.</p>" |
14048 | 14092 | },
|
14049 | 14093 | "GetDataQualityRuleRecommendationRunRequest":{
|
14050 | 14094 | "type":"structure",
|
|
14115 | 14159 | "shape":"NameString",
|
14116 | 14160 | "documentation":"<p>The name of the security configuration created with the data quality encryption option.</p>"
|
14117 | 14161 | }
|
14118 |
| - } |
| 14162 | + }, |
| 14163 | + "documentation":"<p>The response for the Data Quality rule recommendation run.</p>" |
14119 | 14164 | },
|
14120 | 14165 | "GetDataQualityRulesetEvaluationRunRequest":{
|
14121 | 14166 | "type":"structure",
|
|
14237 | 14282 | "shape":"NameString",
|
14238 | 14283 | "documentation":"<p>The name of the security configuration created with the data quality encryption option.</p>"
|
14239 | 14284 | }
|
14240 |
| - } |
| 14285 | + }, |
| 14286 | + "documentation":"<p>Returns the data quality ruleset response.</p>" |
14241 | 14287 | },
|
14242 | 14288 | "GetDatabaseRequest":{
|
14243 | 14289 | "type":"structure",
|
|
21632 | 21678 | },
|
21633 | 21679 | "RoleString":{"type":"string"},
|
21634 | 21680 | "RowTag":{"type":"string"},
|
| 21681 | + "RuleMetricsMap":{ |
| 21682 | + "type":"map", |
| 21683 | + "key":{"shape":"NameString"}, |
| 21684 | + "value":{"shape":"NullableDouble"}, |
| 21685 | + "sensitive":true |
| 21686 | + }, |
21635 | 21687 | "RulesetNames":{
|
21636 | 21688 | "type":"list",
|
21637 | 21689 | "member":{"shape":"NameString"},
|
|
23838 | 23890 | "shape":"HashString",
|
23839 | 23891 | "documentation":"<p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>"
|
23840 | 23892 | }
|
23841 |
| - } |
| 23893 | + }, |
| 23894 | + "documentation":"<p>The request of the Data Quality rule recommendation request.</p>" |
23842 | 23895 | },
|
23843 | 23896 | "StartDataQualityRuleRecommendationRunResponse":{
|
23844 | 23897 | "type":"structure",
|
|
0 commit comments