@aws-sdk/client-glue 3.901.0 → 3.906.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7164,6 +7164,7 @@ const de_DataQualityRuleResult = (output, context) => {
7164
7164
  EvaluatedMetrics: (_) => de_EvaluatedMetricsMap(_, context),
7165
7165
  EvaluatedRule: __expectString,
7166
7166
  EvaluationMessage: __expectString,
7167
+ Labels: _json,
7167
7168
  Name: __expectString,
7168
7169
  Result: __expectString,
7169
7170
  RuleMetrics: (_) => de_RuleMetricsMap(_, context),
@@ -90,6 +90,9 @@ declare const BatchGetDataQualityResultCommand_base: {
90
90
  * // RuleMetrics: { // RuleMetricsMap
91
91
  * // "<keys>": Number("double"),
92
92
  * // },
93
+ * // Labels: { // Labels
94
+ * // "<keys>": "STRING_VALUE",
95
+ * // },
93
96
  * // },
94
97
  * // ],
95
98
  * // AnalyzerResults: [ // DataQualityAnalyzerResults
@@ -86,6 +86,9 @@ declare const GetDataQualityResultCommand_base: {
86
86
  * // RuleMetrics: { // RuleMetricsMap
87
87
  * // "<keys>": Number("double"),
88
88
  * // },
89
+ * // Labels: { // Labels
90
+ * // "<keys>": "STRING_VALUE",
91
+ * // },
89
92
  * // },
90
93
  * // ],
91
94
  * // AnalyzerResults: [ // DataQualityAnalyzerResults
@@ -2690,6 +2690,11 @@ export interface DataQualityRuleResult {
2690
2690
  * @public
2691
2691
  */
2692
2692
  RuleMetrics?: Record<string, number> | undefined;
2693
+ /**
2694
+ * <p>A map containing labels assigned to the data quality rule. </p>
2695
+ * @public
2696
+ */
2697
+ Labels?: Record<string, string> | undefined;
2693
2698
  }
2694
2699
  /**
2695
2700
  * <p>Describes a data quality result.</p>
@@ -713,6 +713,7 @@ export interface DataQualityRuleResult {
713
713
  EvaluatedMetrics?: Record<string, number> | undefined;
714
714
  EvaluatedRule?: string | undefined;
715
715
  RuleMetrics?: Record<string, number> | undefined;
716
+ Labels?: Record<string, string> | undefined;
716
717
  }
717
718
  export interface DataQualityResult {
718
719
  ResultId?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.901.0",
4
+ "version": "3.906.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glue",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.901.0",
24
- "@aws-sdk/credential-provider-node": "3.901.0",
23
+ "@aws-sdk/core": "3.906.0",
24
+ "@aws-sdk/credential-provider-node": "3.906.0",
25
25
  "@aws-sdk/middleware-host-header": "3.901.0",
26
26
  "@aws-sdk/middleware-logger": "3.901.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
- "@aws-sdk/middleware-user-agent": "3.901.0",
28
+ "@aws-sdk/middleware-user-agent": "3.906.0",
29
29
  "@aws-sdk/region-config-resolver": "3.901.0",
30
30
  "@aws-sdk/types": "3.901.0",
31
31
  "@aws-sdk/util-endpoints": "3.901.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.901.0",
33
- "@aws-sdk/util-user-agent-node": "3.901.0",
33
+ "@aws-sdk/util-user-agent-node": "3.906.0",
34
34
  "@smithy/config-resolver": "^4.3.0",
35
35
  "@smithy/core": "^3.14.0",
36
36
  "@smithy/fetch-http-handler": "^5.3.0",