@aws-sdk/client-glue 3.131.0 → 3.133.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.133.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.132.0...v3.133.0) (2022-07-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-glue
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-glue
|
|
@@ -4493,8 +4493,9 @@ export interface JobRun {
|
|
|
4493
4493
|
ExecutionTime?: number;
|
|
4494
4494
|
/**
|
|
4495
4495
|
* <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
|
|
4496
|
-
* consume resources before it is terminated and enters <code>TIMEOUT</code> status.
|
|
4497
|
-
*
|
|
4496
|
+
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>
|
|
4497
|
+
*
|
|
4498
|
+
* <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>
|
|
4498
4499
|
*/
|
|
4499
4500
|
Timeout?: number;
|
|
4500
4501
|
/**
|
|
@@ -4567,7 +4568,7 @@ export interface JobRun {
|
|
|
4567
4568
|
*/
|
|
4568
4569
|
GlueVersion?: string;
|
|
4569
4570
|
/**
|
|
4570
|
-
* <p>This field populates only
|
|
4571
|
+
* <p>This field populates only for Auto Scaling job runs, and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for <code>G.1X</code>, 2 for <code>G.2X</code>, or 0.25 for <code>G.025X</code> workers). This value may be different than the <code>executionEngineRuntime</code> * <code>MaxCapacity</code> as in the case of Auto Scaling jobs, as the number of executors running at a given time may be less than the <code>MaxCapacity</code>. Therefore, it is possible that the value of <code>DPUSeconds</code> is less than <code>executionEngineRuntime</code> * <code>MaxCapacity</code>.</p>
|
|
4571
4572
|
*/
|
|
4572
4573
|
DPUSeconds?: number;
|
|
4573
4574
|
}
|
|
@@ -568,8 +568,9 @@ export interface StartJobRunRequest {
|
|
|
568
568
|
AllocatedCapacity?: number;
|
|
569
569
|
/**
|
|
570
570
|
* <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
|
|
571
|
-
* consume resources before it is terminated and enters <code>TIMEOUT</code> status.
|
|
572
|
-
*
|
|
571
|
+
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>
|
|
572
|
+
*
|
|
573
|
+
* <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>
|
|
573
574
|
*/
|
|
574
575
|
Timeout?: number;
|
|
575
576
|
/**
|
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.133.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|