@aws-sdk/client-glue 3.1029.0 → 3.1031.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.
@@ -7532,7 +7532,7 @@ export interface JobRun {
7532
7532
  * <p>For more information about the available Glue versions and corresponding
7533
7533
  * Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer
7534
7534
  * guide.</p>
7535
- * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
7535
+ * <p>Jobs that are created without specifying a Glue version default to Glue 5.1.</p>
7536
7536
  * @public
7537
7537
  */
7538
7538
  GlueVersion?: string | undefined;
@@ -1897,7 +1897,7 @@ export interface CreateJobRequest {
1897
1897
  * <p>For more information about the available Glue versions and corresponding
1898
1898
  * Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer
1899
1899
  * guide.</p>
1900
- * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
1900
+ * <p>Jobs that are created without specifying a Glue version default to Glue 5.1.</p>
1901
1901
  * @public
1902
1902
  */
1903
1903
  GlueVersion?: string | undefined;
@@ -2196,7 +2196,7 @@ export interface Job {
2196
2196
  * <p>For more information about the available Glue versions and corresponding
2197
2197
  * Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer
2198
2198
  * guide.</p>
2199
- * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
2199
+ * <p>Jobs that are created without specifying a Glue version default to Glue 5.1.</p>
2200
2200
  * @public
2201
2201
  */
2202
2202
  GlueVersion?: string | undefined;
@@ -2405,7 +2405,7 @@ export interface JobUpdate {
2405
2405
  * <p>For more information about the available Glue versions and corresponding
2406
2406
  * Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer
2407
2407
  * guide.</p>
2408
- * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
2408
+ * <p>If not provided in the update request, the Glue version retains the value from the existing job definition.</p>
2409
2409
  * @public
2410
2410
  */
2411
2411
  GlueVersion?: 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.1029.0",
4
+ "version": "3.1031.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glue",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.27",
25
- "@aws-sdk/credential-provider-node": "^3.972.30",
26
- "@aws-sdk/middleware-host-header": "^3.972.9",
27
- "@aws-sdk/middleware-logger": "^3.972.9",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.10",
29
- "@aws-sdk/middleware-user-agent": "^3.972.29",
30
- "@aws-sdk/region-config-resolver": "^3.972.11",
31
- "@aws-sdk/types": "^3.973.7",
32
- "@aws-sdk/util-endpoints": "^3.996.6",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.9",
34
- "@aws-sdk/util-user-agent-node": "^3.973.15",
35
- "@smithy/config-resolver": "^4.4.14",
36
- "@smithy/core": "^3.23.14",
37
- "@smithy/fetch-http-handler": "^5.3.16",
38
- "@smithy/hash-node": "^4.2.13",
39
- "@smithy/invalid-dependency": "^4.2.13",
40
- "@smithy/middleware-content-length": "^4.2.13",
41
- "@smithy/middleware-endpoint": "^4.4.29",
42
- "@smithy/middleware-retry": "^4.5.0",
43
- "@smithy/middleware-serde": "^4.2.17",
44
- "@smithy/middleware-stack": "^4.2.13",
45
- "@smithy/node-config-provider": "^4.3.13",
46
- "@smithy/node-http-handler": "^4.5.2",
47
- "@smithy/protocol-http": "^5.3.13",
48
- "@smithy/smithy-client": "^4.12.9",
49
- "@smithy/types": "^4.14.0",
50
- "@smithy/url-parser": "^4.2.13",
24
+ "@aws-sdk/core": "^3.974.0",
25
+ "@aws-sdk/credential-provider-node": "^3.972.31",
26
+ "@aws-sdk/middleware-host-header": "^3.972.10",
27
+ "@aws-sdk/middleware-logger": "^3.972.10",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.11",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.30",
30
+ "@aws-sdk/region-config-resolver": "^3.972.12",
31
+ "@aws-sdk/types": "^3.973.8",
32
+ "@aws-sdk/util-endpoints": "^3.996.7",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.10",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.16",
35
+ "@smithy/config-resolver": "^4.4.16",
36
+ "@smithy/core": "^3.23.15",
37
+ "@smithy/fetch-http-handler": "^5.3.17",
38
+ "@smithy/hash-node": "^4.2.14",
39
+ "@smithy/invalid-dependency": "^4.2.14",
40
+ "@smithy/middleware-content-length": "^4.2.14",
41
+ "@smithy/middleware-endpoint": "^4.4.30",
42
+ "@smithy/middleware-retry": "^4.5.3",
43
+ "@smithy/middleware-serde": "^4.2.18",
44
+ "@smithy/middleware-stack": "^4.2.14",
45
+ "@smithy/node-config-provider": "^4.3.14",
46
+ "@smithy/node-http-handler": "^4.5.3",
47
+ "@smithy/protocol-http": "^5.3.14",
48
+ "@smithy/smithy-client": "^4.12.11",
49
+ "@smithy/types": "^4.14.1",
50
+ "@smithy/url-parser": "^4.2.14",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.45",
55
- "@smithy/util-defaults-mode-node": "^4.2.49",
56
- "@smithy/util-endpoints": "^3.3.4",
57
- "@smithy/util-middleware": "^4.2.13",
58
- "@smithy/util-retry": "^4.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.47",
55
+ "@smithy/util-defaults-mode-node": "^4.2.52",
56
+ "@smithy/util-endpoints": "^3.4.1",
57
+ "@smithy/util-middleware": "^4.2.14",
58
+ "@smithy/util-retry": "^4.3.2",
59
59
  "@smithy/util-utf8": "^4.2.2",
60
60
  "tslib": "^2.6.2"
61
61
  },