Skip to content

Commit cc8711e

Browse files
author
awstools
committed
docs(client-glue): Documentation updates for AWS Glue Job Timeout and Autoscaling
1 parent 90ed85b commit cc8711e

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

clients/client-glue/src/models/models_0.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5644,8 +5644,9 @@ export interface JobRun {
56445644

56455645
/**
56465646
* <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
5647-
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default
5648-
* is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>
5647+
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>
5648+
*
5649+
* <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>
56495650
*/
56505651
Timeout?: number;
56515652

@@ -5726,7 +5727,7 @@ export interface JobRun {
57265727
GlueVersion?: string;
57275728

57285729
/**
5729-
* <p>This field populates only when an Auto Scaling job run completes, 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> and 2 for <code>G.2X</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>
5730+
* <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>
57305731
*/
57315732
DPUSeconds?: number;
57325733
}

clients/client-glue/src/models/models_2.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,8 +833,9 @@ export interface StartJobRunRequest {
833833

834834
/**
835835
* <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
836-
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default
837-
* is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>
836+
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>
837+
*
838+
* <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>
838839
*/
839840
Timeout?: number;
840841

codegen/sdk-codegen/aws-models/glue.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16018,7 +16018,7 @@
1601816018
"Timeout": {
1601916019
"target": "com.amazonaws.glue#Timeout",
1602016020
"traits": {
16021-
"smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default\n is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>"
16021+
"smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>\n \n <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>"
1602216022
}
1602316023
},
1602416024
"MaxCapacity": {
@@ -16066,7 +16066,7 @@
1606616066
"DPUSeconds": {
1606716067
"target": "com.amazonaws.glue#NullableDouble",
1606816068
"traits": {
16069-
"smithy.api#documentation": "<p>This field populates only when an Auto Scaling job run completes, 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> and 2 for <code>G.2X</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>"
16069+
"smithy.api#documentation": "<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>"
1607016070
}
1607116071
}
1607216072
},
@@ -23233,7 +23233,7 @@
2323323233
"Timeout": {
2323423234
"target": "com.amazonaws.glue#Timeout",
2323523235
"traits": {
23236-
"smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default\n is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>"
23236+
"smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>\n \n <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>"
2323723237
}
2323823238
},
2323923239
"MaxCapacity": {

0 commit comments

Comments
 (0)