|
11705 | 11705 | "documentation":"<p>A continuation token, if this is a continuation call.</p>"
|
11706 | 11706 | },
|
11707 | 11707 | "MaxResults":{
|
11708 |
| - "shape":"PageSize", |
| 11708 | + "shape":"OrchestrationPageSize200", |
11709 | 11709 | "documentation":"<p>The maximum size of the response.</p>"
|
11710 | 11710 | }
|
11711 | 11711 | }
|
|
12840 | 12840 | "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>"
|
12841 | 12841 | },
|
12842 | 12842 | "MaxResults":{
|
12843 |
| - "shape":"PageSize", |
| 12843 | + "shape":"OrchestrationPageSize200", |
12844 | 12844 | "documentation":"<p>The maximum size of the response.</p>"
|
12845 | 12845 | }
|
12846 | 12846 | }
|
|
14114 | 14114 | },
|
14115 | 14115 | "Runtime":{
|
14116 | 14116 | "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>" |
14118 | 14118 | }
|
14119 | 14119 | },
|
14120 | 14120 | "documentation":"<p>Specifies code that runs when a job is run.</p>"
|
|
14776 | 14776 | "documentation":"<p>A continuation token, if this is a continuation request.</p>"
|
14777 | 14777 | },
|
14778 | 14778 | "MaxResults":{
|
14779 |
| - "shape":"PageSize", |
| 14779 | + "shape":"OrchestrationPageSize25", |
14780 | 14780 | "documentation":"<p>The maximum size of a list to return.</p>"
|
14781 | 14781 | },
|
14782 | 14782 | "Tags":{
|
|
15372 | 15372 | "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>"
|
15373 | 15373 | },
|
15374 | 15374 | "MaxResults":{
|
15375 |
| - "shape":"PageSize", |
| 15375 | + "shape":"OrchestrationPageSize200", |
15376 | 15376 | "documentation":"<p>The maximum size of a list to return.</p>"
|
15377 | 15377 | },
|
15378 | 15378 | "Tags":{
|
|
15402 | 15402 | "documentation":"<p>A continuation token, if this is a continuation request.</p>"
|
15403 | 15403 | },
|
15404 | 15404 | "MaxResults":{
|
15405 |
| - "shape":"PageSize", |
| 15405 | + "shape":"OrchestrationPageSize25", |
15406 | 15406 | "documentation":"<p>The maximum size of a list to return.</p>"
|
15407 | 15407 | }
|
15408 | 15408 | }
|
|
16247 | 16247 | "min":1,
|
16248 | 16248 | "pattern":"[\\.\\-_A-Za-z0-9]+"
|
16249 | 16249 | },
|
| 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 | + }, |
16250 | 16262 | "OrchestrationRoleArn":{
|
16251 | 16263 | "type":"string",
|
16252 | 16264 | "max":2048,
|
|
0 commit comments