Skip to content

Commit 76877de

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 72cfbc9 commit 76877de

File tree

8 files changed

+614
-198
lines changed

8 files changed

+614
-198
lines changed

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

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4535,6 +4535,10 @@
45354535
{
45364536
"value": "FAILED",
45374537
"name": "FAILED"
4538+
},
4539+
{
4540+
"value": "ERROR",
4541+
"name": "ERROR"
45384542
}
45394543
]
45404544
}
@@ -5974,6 +5978,12 @@
59745978
"traits": {
59755979
"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>"
59765980
}
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+
}
59775987
}
59785988
}
59795989
},
@@ -9833,6 +9843,25 @@
98339843
"com.amazonaws.glue#EventQueueArn": {
98349844
"type": "string"
98359845
},
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+
},
98369865
"com.amazonaws.glue#ExecutionProperty": {
98379866
"type": "structure",
98389867
"members": {
@@ -15779,6 +15808,12 @@
1577915808
"traits": {
1578015809
"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>"
1578115810
}
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+
}
1578215817
}
1578315818
},
1578415819
"traits": {
@@ -16068,6 +16103,12 @@
1606816103
"traits": {
1606916104
"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>"
1607016105
}
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+
}
1607116112
}
1607216113
},
1607316114
"traits": {
@@ -16111,6 +16152,14 @@
1611116152
{
1611216153
"value": "TIMEOUT",
1611316154
"name": "TIMEOUT"
16155+
},
16156+
{
16157+
"value": "ERROR",
16158+
"name": "ERROR"
16159+
},
16160+
{
16161+
"value": "WAITING",
16162+
"name": "WAITING"
1611416163
}
1611516164
]
1611616165
}
@@ -16228,6 +16277,12 @@
1622816277
"traits": {
1622916278
"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>"
1623016279
}
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+
}
1623116286
}
1623216287
},
1623316288
"traits": {
@@ -23265,6 +23320,12 @@
2326523320
"traits": {
2326623321
"smithy.api#documentation": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p>"
2326723322
}
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+
}
2326823329
}
2326923330
}
2327023331
},
@@ -27363,6 +27424,18 @@
2736327424
"traits": {
2736427425
"smithy.api#documentation": "<p>Total number Actions in running state.</p>"
2736527426
}
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+
}
2736627439
}
2736727440
},
2736827441
"traits": {

0 commit comments

Comments
 (0)