@aws-sdk/client-glue 3.635.0 → 3.637.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/dist-cjs/index.js +6 -0
- package/dist-es/protocols/Aws_json1_1.js +6 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobCommand.d.ts +1 -0
- package/dist-types/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +2 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +2 -0
- package/dist-types/commands/GetJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +2 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +12 -0
- package/dist-types/models/models_2.d.ts +6 -0
- package/dist-types/models/models_3.d.ts +21 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +3 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -6934,6 +6934,7 @@ var se_CreateJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
6934
6934
|
ExecutionProperty: import_smithy_client._json,
|
|
6935
6935
|
GlueVersion: [],
|
|
6936
6936
|
JobMode: [],
|
|
6937
|
+
JobRunQueuingEnabled: [],
|
|
6937
6938
|
LogUri: [],
|
|
6938
6939
|
MaintenanceWindow: [],
|
|
6939
6940
|
MaxCapacity: import_smithy_client.serializeFloat,
|
|
@@ -7214,6 +7215,7 @@ var se_JobUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
|
7214
7215
|
ExecutionProperty: import_smithy_client._json,
|
|
7215
7216
|
GlueVersion: [],
|
|
7216
7217
|
JobMode: [],
|
|
7218
|
+
JobRunQueuingEnabled: [],
|
|
7217
7219
|
LogUri: [],
|
|
7218
7220
|
MaintenanceWindow: [],
|
|
7219
7221
|
MaxCapacity: import_smithy_client.serializeFloat,
|
|
@@ -7409,6 +7411,7 @@ var se_StartJobRunRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
7409
7411
|
ExecutionClass: [],
|
|
7410
7412
|
JobName: [],
|
|
7411
7413
|
JobRunId: [],
|
|
7414
|
+
JobRunQueuingEnabled: [],
|
|
7412
7415
|
MaxCapacity: import_smithy_client.serializeFloat,
|
|
7413
7416
|
NotificationProperty: import_smithy_client._json,
|
|
7414
7417
|
NumberOfWorkers: [],
|
|
@@ -8782,6 +8785,7 @@ var de_Job = /* @__PURE__ */ __name((output, context) => {
|
|
|
8782
8785
|
ExecutionProperty: import_smithy_client._json,
|
|
8783
8786
|
GlueVersion: import_smithy_client.expectString,
|
|
8784
8787
|
JobMode: import_smithy_client.expectString,
|
|
8788
|
+
JobRunQueuingEnabled: import_smithy_client.expectBoolean,
|
|
8785
8789
|
LastModifiedOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8786
8790
|
LogUri: import_smithy_client.expectString,
|
|
8787
8791
|
MaintenanceWindow: import_smithy_client.expectString,
|
|
@@ -8824,6 +8828,7 @@ var de_JobRun = /* @__PURE__ */ __name((output, context) => {
|
|
|
8824
8828
|
Id: import_smithy_client.expectString,
|
|
8825
8829
|
JobMode: import_smithy_client.expectString,
|
|
8826
8830
|
JobName: import_smithy_client.expectString,
|
|
8831
|
+
JobRunQueuingEnabled: import_smithy_client.expectBoolean,
|
|
8827
8832
|
JobRunState: import_smithy_client.expectString,
|
|
8828
8833
|
LastModifiedOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8829
8834
|
LogGroupName: import_smithy_client.expectString,
|
|
@@ -8836,6 +8841,7 @@ var de_JobRun = /* @__PURE__ */ __name((output, context) => {
|
|
|
8836
8841
|
ProfileName: import_smithy_client.expectString,
|
|
8837
8842
|
SecurityConfiguration: import_smithy_client.expectString,
|
|
8838
8843
|
StartedOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8844
|
+
StateDetail: import_smithy_client.expectString,
|
|
8839
8845
|
Timeout: import_smithy_client.expectInt32,
|
|
8840
8846
|
TriggerName: import_smithy_client.expectString,
|
|
8841
8847
|
WorkerType: import_smithy_client.expectString
|
|
@@ -4921,6 +4921,7 @@ const se_CreateJobRequest = (input, context) => {
|
|
|
4921
4921
|
ExecutionProperty: _json,
|
|
4922
4922
|
GlueVersion: [],
|
|
4923
4923
|
JobMode: [],
|
|
4924
|
+
JobRunQueuingEnabled: [],
|
|
4924
4925
|
LogUri: [],
|
|
4925
4926
|
MaintenanceWindow: [],
|
|
4926
4927
|
MaxCapacity: __serializeFloat,
|
|
@@ -5203,6 +5204,7 @@ const se_JobUpdate = (input, context) => {
|
|
|
5203
5204
|
ExecutionProperty: _json,
|
|
5204
5205
|
GlueVersion: [],
|
|
5205
5206
|
JobMode: [],
|
|
5207
|
+
JobRunQueuingEnabled: [],
|
|
5206
5208
|
LogUri: [],
|
|
5207
5209
|
MaintenanceWindow: [],
|
|
5208
5210
|
MaxCapacity: __serializeFloat,
|
|
@@ -5402,6 +5404,7 @@ const se_StartJobRunRequest = (input, context) => {
|
|
|
5402
5404
|
ExecutionClass: [],
|
|
5403
5405
|
JobName: [],
|
|
5404
5406
|
JobRunId: [],
|
|
5407
|
+
JobRunQueuingEnabled: [],
|
|
5405
5408
|
MaxCapacity: __serializeFloat,
|
|
5406
5409
|
NotificationProperty: _json,
|
|
5407
5410
|
NumberOfWorkers: [],
|
|
@@ -6831,6 +6834,7 @@ const de_Job = (output, context) => {
|
|
|
6831
6834
|
ExecutionProperty: _json,
|
|
6832
6835
|
GlueVersion: __expectString,
|
|
6833
6836
|
JobMode: __expectString,
|
|
6837
|
+
JobRunQueuingEnabled: __expectBoolean,
|
|
6834
6838
|
LastModifiedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6835
6839
|
LogUri: __expectString,
|
|
6836
6840
|
MaintenanceWindow: __expectString,
|
|
@@ -6875,6 +6879,7 @@ const de_JobRun = (output, context) => {
|
|
|
6875
6879
|
Id: __expectString,
|
|
6876
6880
|
JobMode: __expectString,
|
|
6877
6881
|
JobName: __expectString,
|
|
6882
|
+
JobRunQueuingEnabled: __expectBoolean,
|
|
6878
6883
|
JobRunState: __expectString,
|
|
6879
6884
|
LastModifiedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6880
6885
|
LogGroupName: __expectString,
|
|
@@ -6887,6 +6892,7 @@ const de_JobRun = (output, context) => {
|
|
|
6887
6892
|
ProfileName: __expectString,
|
|
6888
6893
|
SecurityConfiguration: __expectString,
|
|
6889
6894
|
StartedOn: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6895
|
+
StateDetail: __expectString,
|
|
6890
6896
|
Timeout: __expectInt32,
|
|
6891
6897
|
TriggerName: __expectString,
|
|
6892
6898
|
WorkerType: __expectString,
|
|
@@ -48,6 +48,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
48
48
|
* // { // Job
|
|
49
49
|
* // Name: "STRING_VALUE",
|
|
50
50
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
51
|
+
* // JobRunQueuingEnabled: true || false,
|
|
51
52
|
* // Description: "STRING_VALUE",
|
|
52
53
|
* // LogUri: "STRING_VALUE",
|
|
53
54
|
* // Role: "STRING_VALUE",
|
|
@@ -129,6 +129,7 @@ declare const BatchGetWorkflowsCommand_base: {
|
|
|
129
129
|
* // TriggerName: "STRING_VALUE",
|
|
130
130
|
* // JobName: "STRING_VALUE",
|
|
131
131
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
132
|
+
* // JobRunQueuingEnabled: true || false,
|
|
132
133
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
133
134
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
134
135
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -159,6 +160,7 @@ declare const BatchGetWorkflowsCommand_base: {
|
|
|
159
160
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
160
161
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
161
162
|
* // ProfileName: "STRING_VALUE",
|
|
163
|
+
* // StateDetail: "STRING_VALUE",
|
|
162
164
|
* // },
|
|
163
165
|
* // ],
|
|
164
166
|
* // },
|
|
@@ -244,6 +246,7 @@ declare const BatchGetWorkflowsCommand_base: {
|
|
|
244
246
|
* // TriggerName: "STRING_VALUE",
|
|
245
247
|
* // JobName: "STRING_VALUE",
|
|
246
248
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
249
|
+
* // JobRunQueuingEnabled: true || false,
|
|
247
250
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
248
251
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
249
252
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -270,6 +273,7 @@ declare const BatchGetWorkflowsCommand_base: {
|
|
|
270
273
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
271
274
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
272
275
|
* // ProfileName: "STRING_VALUE",
|
|
276
|
+
* // StateDetail: "STRING_VALUE",
|
|
273
277
|
* // },
|
|
274
278
|
* // ],
|
|
275
279
|
* // },
|
|
@@ -38,6 +38,7 @@ declare const CreateJobCommand_base: {
|
|
|
38
38
|
* const input = { // CreateJobRequest
|
|
39
39
|
* Name: "STRING_VALUE", // required
|
|
40
40
|
* JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
41
|
+
* JobRunQueuingEnabled: true || false,
|
|
41
42
|
* Description: "STRING_VALUE",
|
|
42
43
|
* LogUri: "STRING_VALUE",
|
|
43
44
|
* Role: "STRING_VALUE", // required
|
|
@@ -44,6 +44,7 @@ declare const GetJobCommand_base: {
|
|
|
44
44
|
* // Job: { // Job
|
|
45
45
|
* // Name: "STRING_VALUE",
|
|
46
46
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
47
|
+
* // JobRunQueuingEnabled: true || false,
|
|
47
48
|
* // Description: "STRING_VALUE",
|
|
48
49
|
* // LogUri: "STRING_VALUE",
|
|
49
50
|
* // Role: "STRING_VALUE",
|
|
@@ -49,6 +49,7 @@ declare const GetJobRunCommand_base: {
|
|
|
49
49
|
* // TriggerName: "STRING_VALUE",
|
|
50
50
|
* // JobName: "STRING_VALUE",
|
|
51
51
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
52
|
+
* // JobRunQueuingEnabled: true || false,
|
|
52
53
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
53
54
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
54
55
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -79,6 +80,7 @@ declare const GetJobRunCommand_base: {
|
|
|
79
80
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
80
81
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
81
82
|
* // ProfileName: "STRING_VALUE",
|
|
83
|
+
* // StateDetail: "STRING_VALUE",
|
|
82
84
|
* // },
|
|
83
85
|
* // };
|
|
84
86
|
*
|
|
@@ -50,6 +50,7 @@ declare const GetJobRunsCommand_base: {
|
|
|
50
50
|
* // TriggerName: "STRING_VALUE",
|
|
51
51
|
* // JobName: "STRING_VALUE",
|
|
52
52
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
53
|
+
* // JobRunQueuingEnabled: true || false,
|
|
53
54
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
54
55
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
55
56
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -80,6 +81,7 @@ declare const GetJobRunsCommand_base: {
|
|
|
80
81
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
81
82
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
82
83
|
* // ProfileName: "STRING_VALUE",
|
|
84
|
+
* // StateDetail: "STRING_VALUE",
|
|
83
85
|
* // },
|
|
84
86
|
* // ],
|
|
85
87
|
* // NextToken: "STRING_VALUE",
|
|
@@ -46,6 +46,7 @@ declare const GetJobsCommand_base: {
|
|
|
46
46
|
* // { // Job
|
|
47
47
|
* // Name: "STRING_VALUE",
|
|
48
48
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
49
|
+
* // JobRunQueuingEnabled: true || false,
|
|
49
50
|
* // Description: "STRING_VALUE",
|
|
50
51
|
* // LogUri: "STRING_VALUE",
|
|
51
52
|
* // Role: "STRING_VALUE",
|
|
@@ -126,6 +126,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
126
126
|
* // TriggerName: "STRING_VALUE",
|
|
127
127
|
* // JobName: "STRING_VALUE",
|
|
128
128
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
129
|
+
* // JobRunQueuingEnabled: true || false,
|
|
129
130
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
130
131
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
131
132
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -156,6 +157,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
156
157
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
157
158
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
158
159
|
* // ProfileName: "STRING_VALUE",
|
|
160
|
+
* // StateDetail: "STRING_VALUE",
|
|
159
161
|
* // },
|
|
160
162
|
* // ],
|
|
161
163
|
* // },
|
|
@@ -241,6 +243,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
241
243
|
* // TriggerName: "STRING_VALUE",
|
|
242
244
|
* // JobName: "STRING_VALUE",
|
|
243
245
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
246
|
+
* // JobRunQueuingEnabled: true || false,
|
|
244
247
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
245
248
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
246
249
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -267,6 +270,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
267
270
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
268
271
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
269
272
|
* // ProfileName: "STRING_VALUE",
|
|
273
|
+
* // StateDetail: "STRING_VALUE",
|
|
270
274
|
* // },
|
|
271
275
|
* // ],
|
|
272
276
|
* // },
|
|
@@ -119,6 +119,7 @@ declare const GetWorkflowRunCommand_base: {
|
|
|
119
119
|
* // TriggerName: "STRING_VALUE",
|
|
120
120
|
* // JobName: "STRING_VALUE",
|
|
121
121
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
122
|
+
* // JobRunQueuingEnabled: true || false,
|
|
122
123
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
123
124
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
124
125
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -149,6 +150,7 @@ declare const GetWorkflowRunCommand_base: {
|
|
|
149
150
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
150
151
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
151
152
|
* // ProfileName: "STRING_VALUE",
|
|
153
|
+
* // StateDetail: "STRING_VALUE",
|
|
152
154
|
* // },
|
|
153
155
|
* // ],
|
|
154
156
|
* // },
|
|
@@ -121,6 +121,7 @@ declare const GetWorkflowRunsCommand_base: {
|
|
|
121
121
|
* // TriggerName: "STRING_VALUE",
|
|
122
122
|
* // JobName: "STRING_VALUE",
|
|
123
123
|
* // JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
124
|
+
* // JobRunQueuingEnabled: true || false,
|
|
124
125
|
* // StartedOn: new Date("TIMESTAMP"),
|
|
125
126
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
126
127
|
* // CompletedOn: new Date("TIMESTAMP"),
|
|
@@ -151,6 +152,7 @@ declare const GetWorkflowRunsCommand_base: {
|
|
|
151
152
|
* // ExecutionClass: "FLEX" || "STANDARD",
|
|
152
153
|
* // MaintenanceWindow: "STRING_VALUE",
|
|
153
154
|
* // ProfileName: "STRING_VALUE",
|
|
155
|
+
* // StateDetail: "STRING_VALUE",
|
|
154
156
|
* // },
|
|
155
157
|
* // ],
|
|
156
158
|
* // },
|
|
@@ -36,6 +36,7 @@ declare const StartJobRunCommand_base: {
|
|
|
36
36
|
* const client = new GlueClient(config);
|
|
37
37
|
* const input = { // StartJobRunRequest
|
|
38
38
|
* JobName: "STRING_VALUE", // required
|
|
39
|
+
* JobRunQueuingEnabled: true || false,
|
|
39
40
|
* JobRunId: "STRING_VALUE",
|
|
40
41
|
* Arguments: { // GenericMap
|
|
41
42
|
* "<keys>": "STRING_VALUE",
|
|
@@ -39,6 +39,7 @@ declare const UpdateJobCommand_base: {
|
|
|
39
39
|
* JobName: "STRING_VALUE", // required
|
|
40
40
|
* JobUpdate: { // JobUpdate
|
|
41
41
|
* JobMode: "SCRIPT" || "VISUAL" || "NOTEBOOK",
|
|
42
|
+
* JobRunQueuingEnabled: true || false,
|
|
42
43
|
* Description: "STRING_VALUE",
|
|
43
44
|
* LogUri: "STRING_VALUE",
|
|
44
45
|
* Role: "STRING_VALUE",
|
|
@@ -7046,6 +7046,12 @@ export interface JobRun {
|
|
|
7046
7046
|
* @public
|
|
7047
7047
|
*/
|
|
7048
7048
|
JobMode?: JobMode;
|
|
7049
|
+
/**
|
|
7050
|
+
* <p>Specifies whether job run queuing is enabled for the job run.</p>
|
|
7051
|
+
* <p>A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.</p>
|
|
7052
|
+
* @public
|
|
7053
|
+
*/
|
|
7054
|
+
JobRunQueuingEnabled?: boolean;
|
|
7049
7055
|
/**
|
|
7050
7056
|
* <p>The date and time at which this job run was started.</p>
|
|
7051
7057
|
* @public
|
|
@@ -7232,6 +7238,12 @@ export interface JobRun {
|
|
|
7232
7238
|
* @public
|
|
7233
7239
|
*/
|
|
7234
7240
|
ProfileName?: string;
|
|
7241
|
+
/**
|
|
7242
|
+
* <p>This field holds details that pertain to the state of a job run. The field is nullable.</p>
|
|
7243
|
+
* <p>For example, when a job run is in a WAITING state as a result of job run queuing, the field has the reason why the job run is in that state.</p>
|
|
7244
|
+
* @public
|
|
7245
|
+
*/
|
|
7246
|
+
StateDetail?: string;
|
|
7235
7247
|
}
|
|
7236
7248
|
/**
|
|
7237
7249
|
* <p>The details of a Job node present in the workflow.</p>
|
|
@@ -5069,6 +5069,12 @@ export interface StartJobRunRequest {
|
|
|
5069
5069
|
* @public
|
|
5070
5070
|
*/
|
|
5071
5071
|
JobName: string | undefined;
|
|
5072
|
+
/**
|
|
5073
|
+
* <p>Specifies whether job run queuing is enabled for the job run.</p>
|
|
5074
|
+
* <p>A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.</p>
|
|
5075
|
+
* @public
|
|
5076
|
+
*/
|
|
5077
|
+
JobRunQueuingEnabled?: boolean;
|
|
5072
5078
|
/**
|
|
5073
5079
|
* <p>The ID of a previous <code>JobRun</code> to retry.</p>
|
|
5074
5080
|
* @public
|
|
@@ -827,6 +827,13 @@ export interface CreateJobRequest {
|
|
|
827
827
|
* @public
|
|
828
828
|
*/
|
|
829
829
|
JobMode?: JobMode;
|
|
830
|
+
/**
|
|
831
|
+
* <p>Specifies whether job run queuing is enabled for the job runs for this job.</p>
|
|
832
|
+
* <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>
|
|
833
|
+
* <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
JobRunQueuingEnabled?: boolean;
|
|
830
837
|
/**
|
|
831
838
|
* <p>Description of the job being defined.</p>
|
|
832
839
|
* @public
|
|
@@ -1063,6 +1070,13 @@ export interface Job {
|
|
|
1063
1070
|
* @public
|
|
1064
1071
|
*/
|
|
1065
1072
|
JobMode?: JobMode;
|
|
1073
|
+
/**
|
|
1074
|
+
* <p>Specifies whether job run queuing is enabled for the job runs for this job.</p>
|
|
1075
|
+
* <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>
|
|
1076
|
+
* <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>
|
|
1077
|
+
* @public
|
|
1078
|
+
*/
|
|
1079
|
+
JobRunQueuingEnabled?: boolean;
|
|
1066
1080
|
/**
|
|
1067
1081
|
* <p>A description of the job.</p>
|
|
1068
1082
|
* @public
|
|
@@ -1289,6 +1303,13 @@ export interface JobUpdate {
|
|
|
1289
1303
|
* @public
|
|
1290
1304
|
*/
|
|
1291
1305
|
JobMode?: JobMode;
|
|
1306
|
+
/**
|
|
1307
|
+
* <p>Specifies whether job run queuing is enabled for the job runs for this job.</p>
|
|
1308
|
+
* <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>
|
|
1309
|
+
* <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>
|
|
1310
|
+
* @public
|
|
1311
|
+
*/
|
|
1312
|
+
JobRunQueuingEnabled?: boolean;
|
|
1292
1313
|
/**
|
|
1293
1314
|
* <p>Description of the job being defined.</p>
|
|
1294
1315
|
* @public
|
|
@@ -1849,6 +1849,7 @@ export interface JobRun {
|
|
|
1849
1849
|
TriggerName?: string;
|
|
1850
1850
|
JobName?: string;
|
|
1851
1851
|
JobMode?: JobMode;
|
|
1852
|
+
JobRunQueuingEnabled?: boolean;
|
|
1852
1853
|
StartedOn?: Date;
|
|
1853
1854
|
LastModifiedOn?: Date;
|
|
1854
1855
|
CompletedOn?: Date;
|
|
@@ -1870,6 +1871,7 @@ export interface JobRun {
|
|
|
1870
1871
|
ExecutionClass?: ExecutionClass;
|
|
1871
1872
|
MaintenanceWindow?: string;
|
|
1872
1873
|
ProfileName?: string;
|
|
1874
|
+
StateDetail?: string;
|
|
1873
1875
|
}
|
|
1874
1876
|
export interface JobNodeDetails {
|
|
1875
1877
|
JobRuns?: JobRun[];
|
|
@@ -1277,6 +1277,7 @@ export interface StartImportLabelsTaskRunResponse {
|
|
|
1277
1277
|
}
|
|
1278
1278
|
export interface StartJobRunRequest {
|
|
1279
1279
|
JobName: string | undefined;
|
|
1280
|
+
JobRunQueuingEnabled?: boolean;
|
|
1280
1281
|
JobRunId?: string;
|
|
1281
1282
|
Arguments?: Record<string, string>;
|
|
1282
1283
|
AllocatedCapacity?: number;
|
|
@@ -252,6 +252,7 @@ export interface SearchTablesResponse {
|
|
|
252
252
|
export interface CreateJobRequest {
|
|
253
253
|
Name: string | undefined;
|
|
254
254
|
JobMode?: JobMode;
|
|
255
|
+
JobRunQueuingEnabled?: boolean;
|
|
255
256
|
Description?: string;
|
|
256
257
|
LogUri?: string;
|
|
257
258
|
Role: string | undefined;
|
|
@@ -282,6 +283,7 @@ export interface GetTableVersionsResponse {
|
|
|
282
283
|
export interface Job {
|
|
283
284
|
Name?: string;
|
|
284
285
|
JobMode?: JobMode;
|
|
286
|
+
JobRunQueuingEnabled?: boolean;
|
|
285
287
|
Description?: string;
|
|
286
288
|
LogUri?: string;
|
|
287
289
|
Role?: string;
|
|
@@ -309,6 +311,7 @@ export interface Job {
|
|
|
309
311
|
}
|
|
310
312
|
export interface JobUpdate {
|
|
311
313
|
JobMode?: JobMode;
|
|
314
|
+
JobRunQueuingEnabled?: boolean;
|
|
312
315
|
Description?: string;
|
|
313
316
|
LogUri?: string;
|
|
314
317
|
Role?: string;
|
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.637.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-glue",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.637.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.637.0",
|
|
25
25
|
"@aws-sdk/core": "3.635.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.637.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.637.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.637.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|