Skip to content

Commit bcc6eec

Browse files
author
AWS
committed
AWS Glue Update: Added API attributes that help in the monitoring of sessions.
1 parent dbedde4 commit bcc6eec

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Glue",
4+
"contributor": "",
5+
"description": "Added API attributes that help in the monitoring of sessions."
6+
}

services/glue/src/main/resources/codegen-resources/service-2.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12788,6 +12788,10 @@
1278812788
"documentation":"<p>The same unique identifier was associated with two different records.</p>",
1278912789
"exception":true
1279012790
},
12791+
"IdleTimeout":{
12792+
"type":"integer",
12793+
"box":true
12794+
},
1279112795
"IllegalBlueprintStateException":{
1279212796
"type":"structure",
1279312797
"members":{
@@ -17811,6 +17815,30 @@
1781117815
"GlueVersion":{
1781217816
"shape":"GlueVersionString",
1781317817
"documentation":"<p>The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.</p>"
17818+
},
17819+
"NumberOfWorkers":{
17820+
"shape":"NullableInteger",
17821+
"documentation":"<p>The number of workers of a defined <code>WorkerType</code> to use for the session.</p>"
17822+
},
17823+
"WorkerType":{
17824+
"shape":"WorkerType",
17825+
"documentation":"<p>The type of predefined worker that is allocated when a session runs. Accepts a value of <code>G.1X</code>, <code>G.2X</code>, <code>G.4X</code>, or <code>G.8X</code> for Spark sessions. Accepts the value <code>Z.2X</code> for Ray sessions.</p>"
17826+
},
17827+
"CompletedOn":{
17828+
"shape":"TimestampValue",
17829+
"documentation":"<p>The date and time that this session is completed.</p>"
17830+
},
17831+
"ExecutionTime":{
17832+
"shape":"NullableDouble",
17833+
"documentation":"<p>The total time the session ran for.</p>"
17834+
},
17835+
"DPUSeconds":{
17836+
"shape":"NullableDouble",
17837+
"documentation":"<p>The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).</p>"
17838+
},
17839+
"IdleTimeout":{
17840+
"shape":"IdleTimeout",
17841+
"documentation":"<p>The number of minutes when idle before the session times out.</p>"
1781417842
}
1781517843
},
1781617844
"documentation":"<p>The period in which a remote Spark runtime environment is running.</p>"

0 commit comments

Comments
 (0)