Skip to content

Commit 7c6b203

Browse files
author
AWS
committed
AWS Glue Update: Update page size limits for GetJobRuns and GetTriggers APIs.
1 parent ca9c6bf commit 7c6b203

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
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": "Update page size limits for GetJobRuns and GetTriggers APIs."
6+
}

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

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11705,7 +11705,7 @@
1170511705
"documentation":"<p>A continuation token, if this is a continuation call.</p>"
1170611706
},
1170711707
"MaxResults":{
11708-
"shape":"PageSize",
11708+
"shape":"OrchestrationPageSize200",
1170911709
"documentation":"<p>The maximum size of the response.</p>"
1171011710
}
1171111711
}
@@ -12840,7 +12840,7 @@
1284012840
"documentation":"<p>The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.</p>"
1284112841
},
1284212842
"MaxResults":{
12843-
"shape":"PageSize",
12843+
"shape":"OrchestrationPageSize200",
1284412844
"documentation":"<p>The maximum size of the response.</p>"
1284512845
}
1284612846
}
@@ -14114,7 +14114,7 @@
1411414114
},
1411514115
"Runtime":{
1411614116
"shape":"RuntimeNameString",
14117-
"documentation":"<p>In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/author-job-ray-runtimes.html\">Working with Ray jobs</a> in the Glue Developer Guide.</p>"
14117+
"documentation":"<p>In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/ray-jobs-section.html\">Supported Ray runtime environments</a> in the Glue Developer Guide.</p>"
1411814118
}
1411914119
},
1412014120
"documentation":"<p>Specifies code that runs when a job is run.</p>"
@@ -14776,7 +14776,7 @@
1477614776
"documentation":"<p>A continuation token, if this is a continuation request.</p>"
1477714777
},
1477814778
"MaxResults":{
14779-
"shape":"PageSize",
14779+
"shape":"OrchestrationPageSize25",
1478014780
"documentation":"<p>The maximum size of a list to return.</p>"
1478114781
},
1478214782
"Tags":{
@@ -15372,7 +15372,7 @@
1537215372
"documentation":"<p> The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.</p>"
1537315373
},
1537415374
"MaxResults":{
15375-
"shape":"PageSize",
15375+
"shape":"OrchestrationPageSize200",
1537615376
"documentation":"<p>The maximum size of a list to return.</p>"
1537715377
},
1537815378
"Tags":{
@@ -15402,7 +15402,7 @@
1540215402
"documentation":"<p>A continuation token, if this is a continuation request.</p>"
1540315403
},
1540415404
"MaxResults":{
15405-
"shape":"PageSize",
15405+
"shape":"OrchestrationPageSize25",
1540615406
"documentation":"<p>The maximum size of a list to return.</p>"
1540715407
}
1540815408
}
@@ -16247,6 +16247,18 @@
1624716247
"min":1,
1624816248
"pattern":"[\\.\\-_A-Za-z0-9]+"
1624916249
},
16250+
"OrchestrationPageSize200":{
16251+
"type":"integer",
16252+
"box":true,
16253+
"max":200,
16254+
"min":1
16255+
},
16256+
"OrchestrationPageSize25":{
16257+
"type":"integer",
16258+
"box":true,
16259+
"max":25,
16260+
"min":1
16261+
},
1625016262
"OrchestrationRoleArn":{
1625116263
"type":"string",
1625216264
"max":2048,

0 commit comments

Comments
 (0)