|
4535 | 4535 | { |
4536 | 4536 | "value": "FAILED", |
4537 | 4537 | "name": "FAILED" |
| 4538 | + }, |
| 4539 | + { |
| 4540 | + "value": "ERROR", |
| 4541 | + "name": "ERROR" |
4538 | 4542 | } |
4539 | 4543 | ] |
4540 | 4544 | } |
|
5974 | 5978 | "traits": { |
5975 | 5979 | "smithy.api#documentation": "<p>The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.</p>" |
5976 | 5980 | } |
| 5981 | + }, |
| 5982 | + "ExecutionClass": { |
| 5983 | + "target": "com.amazonaws.glue#ExecutionClass", |
| 5984 | + "traits": { |
| 5985 | + "smithy.api#documentation": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>\n\n <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>\n\t\n\t <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>" |
| 5986 | + } |
5977 | 5987 | } |
5978 | 5988 | } |
5979 | 5989 | }, |
|
9833 | 9843 | "com.amazonaws.glue#EventQueueArn": { |
9834 | 9844 | "type": "string" |
9835 | 9845 | }, |
| 9846 | + "com.amazonaws.glue#ExecutionClass": { |
| 9847 | + "type": "string", |
| 9848 | + "traits": { |
| 9849 | + "smithy.api#enum": [ |
| 9850 | + { |
| 9851 | + "value": "FLEX", |
| 9852 | + "name": "FLEX" |
| 9853 | + }, |
| 9854 | + { |
| 9855 | + "value": "STANDARD", |
| 9856 | + "name": "STANDARD" |
| 9857 | + } |
| 9858 | + ], |
| 9859 | + "smithy.api#length": { |
| 9860 | + "min": 0, |
| 9861 | + "max": 16 |
| 9862 | + } |
| 9863 | + } |
| 9864 | + }, |
9836 | 9865 | "com.amazonaws.glue#ExecutionProperty": { |
9837 | 9866 | "type": "structure", |
9838 | 9867 | "members": { |
|
15779 | 15808 | "traits": { |
15780 | 15809 | "smithy.api#documentation": "<p>The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.</p>" |
15781 | 15810 | } |
| 15811 | + }, |
| 15812 | + "ExecutionClass": { |
| 15813 | + "target": "com.amazonaws.glue#ExecutionClass", |
| 15814 | + "traits": { |
| 15815 | + "smithy.api#documentation": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>\n\n <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>\n\t\n\t <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>" |
| 15816 | + } |
15782 | 15817 | } |
15783 | 15818 | }, |
15784 | 15819 | "traits": { |
|
16068 | 16103 | "traits": { |
16069 | 16104 | "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>" |
16070 | 16105 | } |
| 16106 | + }, |
| 16107 | + "ExecutionClass": { |
| 16108 | + "target": "com.amazonaws.glue#ExecutionClass", |
| 16109 | + "traits": { |
| 16110 | + "smithy.api#documentation": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>\n\n <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>\n\t\n\t <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>" |
| 16111 | + } |
16071 | 16112 | } |
16072 | 16113 | }, |
16073 | 16114 | "traits": { |
|
16111 | 16152 | { |
16112 | 16153 | "value": "TIMEOUT", |
16113 | 16154 | "name": "TIMEOUT" |
| 16155 | + }, |
| 16156 | + { |
| 16157 | + "value": "ERROR", |
| 16158 | + "name": "ERROR" |
| 16159 | + }, |
| 16160 | + { |
| 16161 | + "value": "WAITING", |
| 16162 | + "name": "WAITING" |
16114 | 16163 | } |
16115 | 16164 | ] |
16116 | 16165 | } |
|
16228 | 16277 | "traits": { |
16229 | 16278 | "smithy.api#documentation": "<p>The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.</p>" |
16230 | 16279 | } |
| 16280 | + }, |
| 16281 | + "ExecutionClass": { |
| 16282 | + "target": "com.amazonaws.glue#ExecutionClass", |
| 16283 | + "traits": { |
| 16284 | + "smithy.api#documentation": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>\n\n <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>\n\t\n\t <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>" |
| 16285 | + } |
16231 | 16286 | } |
16232 | 16287 | }, |
16233 | 16288 | "traits": { |
|
23265 | 23320 | "traits": { |
23266 | 23321 | "smithy.api#documentation": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>" |
23267 | 23322 | } |
| 23323 | + }, |
| 23324 | + "ExecutionClass": { |
| 23325 | + "target": "com.amazonaws.glue#ExecutionClass", |
| 23326 | + "traits": { |
| 23327 | + "smithy.api#documentation": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>\n\n <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>\n\t\n\t <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>" |
| 23328 | + } |
23268 | 23329 | } |
23269 | 23330 | } |
23270 | 23331 | }, |
|
27363 | 27424 | "traits": { |
27364 | 27425 | "smithy.api#documentation": "<p>Total number Actions in running state.</p>" |
27365 | 27426 | } |
| 27427 | + }, |
| 27428 | + "ErroredActions": { |
| 27429 | + "target": "com.amazonaws.glue#IntegerValue", |
| 27430 | + "traits": { |
| 27431 | + "smithy.api#documentation": "<p>Indicates the count of job runs in the ERROR state in the workflow run.</p>" |
| 27432 | + } |
| 27433 | + }, |
| 27434 | + "WaitingActions": { |
| 27435 | + "target": "com.amazonaws.glue#IntegerValue", |
| 27436 | + "traits": { |
| 27437 | + "smithy.api#documentation": "<p>Indicates the count of job runs in WAITING state in the workflow run.</p>" |
| 27438 | + } |
27366 | 27439 | } |
27367 | 27440 | }, |
27368 | 27441 | "traits": { |
|
0 commit comments