You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-glue/src/models/models_0.ts
+6-2
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,11 @@ export interface Action {
65
65
66
66
/**
67
67
* <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
68
-
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default
69
-
* is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>
68
+
* consume resources before it is terminated and enters <code>TIMEOUT</code> status. This overrides the timeout value set in the parent job.</p>
69
+
* <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>
70
+
* <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>
71
+
* <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>
72
+
* <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>
70
73
* @public
71
74
*/
72
75
Timeout?: number|undefined;
@@ -8789,6 +8792,7 @@ export interface JobRun {
8789
8792
* <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>
8790
8793
* <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>
8791
8794
* <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>
8795
+
* <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>
* <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>
709
709
* <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>
710
710
* <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>
711
+
* <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>
* <p>The job timeout in minutes. This is the maximum time that a job run
3908
3909
* can consume resources before it is terminated and enters <code>TIMEOUT</code>
3909
-
* status. The default is 2,880 minutes (48 hours) for batch jobs.</p>
3910
-
* <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>
3910
+
* status.</p>
3911
+
* <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>
3912
+
* <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>
3913
+
* <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>
3914
+
* <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>
3911
3915
* @public
3912
3916
*/
3913
3917
Timeout?: number|undefined;
@@ -4189,8 +4193,11 @@ export interface Job {
4189
4193
/**
4190
4194
* <p>The job timeout in minutes. This is the maximum time that a job run
4191
4195
* can consume resources before it is terminated and enters <code>TIMEOUT</code>
4192
-
* status. The default is 2,880 minutes (48 hours) for batch jobs.</p>
4193
-
* <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>
4196
+
* status.</p>
4197
+
* <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>
4198
+
* <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>
4199
+
* <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>
4200
+
* <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>
* <p>The job timeout in minutes. This is the maximum time that a job run
4438
4445
* can consume resources before it is terminated and enters <code>TIMEOUT</code>
4439
-
* status. The default is 2,880 minutes (48 hours) for batch jobs.</p>
4440
-
* <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>
4446
+
* status.</p>
4447
+
* <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>
4448
+
* <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>
4449
+
* <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>
4450
+
* <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/glue.json
+7-7
Original file line number
Diff line number
Diff line change
@@ -1838,7 +1838,7 @@
1838
1838
"Timeout": {
1839
1839
"target": "com.amazonaws.glue#Timeout",
1840
1840
"traits": {
1841
-
"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>"
1841
+
"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 overrides the timeout value set in the parent job.</p>\n <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>\n <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
1842
1842
}
1843
1843
},
1844
1844
"SecurityConfiguration": {
@@ -10707,7 +10707,7 @@
10707
10707
"Timeout": {
10708
10708
"target": "com.amazonaws.glue#Timeout",
10709
10709
"traits": {
10710
-
"smithy.api#documentation": "<p>The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters <code>TIMEOUT</code>\n status. The default is 2,880 minutes (48 hours) for batch jobs.</p>\n <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
10710
+
"smithy.api#documentation": "<p>The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters <code>TIMEOUT</code>\n status.</p>\n <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>\n <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
10711
10711
}
10712
10712
},
10713
10713
"MaxCapacity": {
@@ -11591,7 +11591,7 @@
11591
11591
"Timeout": {
11592
11592
"target": "com.amazonaws.glue#Timeout",
11593
11593
"traits": {
11594
-
"smithy.api#documentation": "<p>\n The number of minutes before session times out. Default for Spark ETL\n jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type.\n Consult the documentation for other job types.\n </p>"
11594
+
"smithy.api#documentation": "<p>\n The number of minutes before session times out. Default for Spark ETL\n jobs is 48 hours (2880 minutes).\n Consult the documentation for other job types.\n </p>"
11595
11595
}
11596
11596
},
11597
11597
"IdleTimeout": {
@@ -27064,7 +27064,7 @@
27064
27064
"Timeout": {
27065
27065
"target": "com.amazonaws.glue#Timeout",
27066
27066
"traits": {
27067
-
"smithy.api#documentation": "<p>The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters <code>TIMEOUT</code>\n status. The default is 2,880 minutes (48 hours) for batch jobs.</p>\n <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
27067
+
"smithy.api#documentation": "<p>The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters <code>TIMEOUT</code>\n status.</p>\n <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>\n <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
27068
27068
}
27069
27069
},
27070
27070
"MaxCapacity": {
@@ -27420,7 +27420,7 @@
27420
27420
"Timeout": {
27421
27421
"target": "com.amazonaws.glue#Timeout",
27422
27422
"traits": {
27423
-
"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 <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>"
27423
+
"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 <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>\n <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
27424
27424
}
27425
27425
},
27426
27426
"MaxCapacity": {
@@ -27654,7 +27654,7 @@
27654
27654
"Timeout": {
27655
27655
"target": "com.amazonaws.glue#Timeout",
27656
27656
"traits": {
27657
-
"smithy.api#documentation": "<p>The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters <code>TIMEOUT</code>\n status. The default is 2,880 minutes (48 hours) for batch jobs.</p>\n <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
27657
+
"smithy.api#documentation": "<p>The job timeout in minutes. This is the maximum time that a job run\n can consume resources before it is terminated and enters <code>TIMEOUT</code>\n status.</p>\n <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>\n <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
27658
27658
}
27659
27659
},
27660
27660
"MaxCapacity": {
@@ -38519,7 +38519,7 @@
38519
38519
"Timeout": {
38520
38520
"target": "com.amazonaws.glue#Timeout",
38521
38521
"traits": {
38522
-
"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 <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>"
38522
+
"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 <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>\n <p>For streaming jobs, if you have set up a maintenance window, it will be restarted during the maintenance window after 7 days.</p>"
0 commit comments