@aws-sdk/client-glue 3.1028.0 → 3.1030.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
|
|
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
|
|
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
|
|
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>
|
|
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.
|
|
4
|
+
"version": "3.1030.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",
|