@aws-sdk/client-glue 3.899.0 → 3.904.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.
package/dist-cjs/index.js CHANGED
@@ -9972,6 +9972,7 @@ var de_DataQualityRuleResult = /* @__PURE__ */ __name((output, context) => {
9972
9972
  EvaluatedMetrics: /* @__PURE__ */ __name((_) => de_EvaluatedMetricsMap(_, context), "EvaluatedMetrics"),
9973
9973
  EvaluatedRule: import_smithy_client.expectString,
9974
9974
  EvaluationMessage: import_smithy_client.expectString,
9975
+ Labels: import_smithy_client._json,
9975
9976
  Name: import_smithy_client.expectString,
9976
9977
  Result: import_smithy_client.expectString,
9977
9978
  RuleMetrics: /* @__PURE__ */ __name((_) => de_RuleMetricsMap(_, context), "RuleMetrics")
@@ -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.899.0",
4
+ "version": "3.904.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,42 +20,42 @@
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.899.0",
24
- "@aws-sdk/credential-provider-node": "3.899.0",
25
- "@aws-sdk/middleware-host-header": "3.893.0",
26
- "@aws-sdk/middleware-logger": "3.893.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.899.0",
29
- "@aws-sdk/region-config-resolver": "3.893.0",
30
- "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.895.0",
32
- "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.899.0",
34
- "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.13.0",
36
- "@smithy/fetch-http-handler": "^5.2.1",
37
- "@smithy/hash-node": "^4.1.1",
38
- "@smithy/invalid-dependency": "^4.1.1",
39
- "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.5",
41
- "@smithy/middleware-retry": "^4.3.1",
42
- "@smithy/middleware-serde": "^4.1.1",
43
- "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.2",
45
- "@smithy/node-http-handler": "^4.2.1",
46
- "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.5",
48
- "@smithy/types": "^4.5.0",
49
- "@smithy/url-parser": "^4.1.1",
50
- "@smithy/util-base64": "^4.1.0",
51
- "@smithy/util-body-length-browser": "^4.1.0",
52
- "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.5",
54
- "@smithy/util-defaults-mode-node": "^4.1.5",
55
- "@smithy/util-endpoints": "^3.1.2",
56
- "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.2",
58
- "@smithy/util-utf8": "^4.1.0",
23
+ "@aws-sdk/core": "3.901.0",
24
+ "@aws-sdk/credential-provider-node": "3.901.0",
25
+ "@aws-sdk/middleware-host-header": "3.901.0",
26
+ "@aws-sdk/middleware-logger": "3.901.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
+ "@aws-sdk/middleware-user-agent": "3.901.0",
29
+ "@aws-sdk/region-config-resolver": "3.901.0",
30
+ "@aws-sdk/types": "3.901.0",
31
+ "@aws-sdk/util-endpoints": "3.901.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.901.0",
33
+ "@aws-sdk/util-user-agent-node": "3.901.0",
34
+ "@smithy/config-resolver": "^4.3.0",
35
+ "@smithy/core": "^3.14.0",
36
+ "@smithy/fetch-http-handler": "^5.3.0",
37
+ "@smithy/hash-node": "^4.2.0",
38
+ "@smithy/invalid-dependency": "^4.2.0",
39
+ "@smithy/middleware-content-length": "^4.2.0",
40
+ "@smithy/middleware-endpoint": "^4.3.0",
41
+ "@smithy/middleware-retry": "^4.4.0",
42
+ "@smithy/middleware-serde": "^4.2.0",
43
+ "@smithy/middleware-stack": "^4.2.0",
44
+ "@smithy/node-config-provider": "^4.3.0",
45
+ "@smithy/node-http-handler": "^4.3.0",
46
+ "@smithy/protocol-http": "^5.3.0",
47
+ "@smithy/smithy-client": "^4.7.0",
48
+ "@smithy/types": "^4.6.0",
49
+ "@smithy/url-parser": "^4.2.0",
50
+ "@smithy/util-base64": "^4.2.0",
51
+ "@smithy/util-body-length-browser": "^4.2.0",
52
+ "@smithy/util-body-length-node": "^4.2.0",
53
+ "@smithy/util-defaults-mode-browser": "^4.2.0",
54
+ "@smithy/util-defaults-mode-node": "^4.2.0",
55
+ "@smithy/util-endpoints": "^3.2.0",
56
+ "@smithy/util-middleware": "^4.2.0",
57
+ "@smithy/util-retry": "^4.2.0",
58
+ "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },
61
61
  "devDependencies": {