|
17102 | 17102 | }
|
17103 | 17103 | },
|
17104 | 17104 | "MaxResults": {
|
17105 |
| - "target": "com.amazonaws.glue#PageSize", |
| 17105 | + "target": "com.amazonaws.glue#OrchestrationPageSize200", |
17106 | 17106 | "traits": {
|
17107 | 17107 | "smithy.api#documentation": "<p>The maximum size of the response.</p>"
|
17108 | 17108 | }
|
|
19646 | 19646 | }
|
19647 | 19647 | },
|
19648 | 19648 | "MaxResults": {
|
19649 |
| - "target": "com.amazonaws.glue#PageSize", |
| 19649 | + "target": "com.amazonaws.glue#OrchestrationPageSize200", |
19650 | 19650 | "traits": {
|
19651 | 19651 | "smithy.api#documentation": "<p>The maximum size of the response.</p>"
|
19652 | 19652 | }
|
|
22089 | 22089 | "Runtime": {
|
22090 | 22090 | "target": "com.amazonaws.glue#RuntimeNameString",
|
22091 | 22091 | "traits": {
|
22092 |
| - "smithy.api#documentation": "<p>In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional\n libraries available in your environment. This field is not used in other job types. For\n 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>\n in the Glue Developer Guide.</p>" |
| 22092 | + "smithy.api#documentation": "<p>In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional\n libraries available in your environment. This field is not used in other job types. For\n supported runtime environment values, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/ray-jobs-section.html\">Supported Ray runtime environments</a>\n in the Glue Developer Guide.</p>" |
22093 | 22093 | }
|
22094 | 22094 | }
|
22095 | 22095 | },
|
|
23188 | 23188 | }
|
23189 | 23189 | },
|
23190 | 23190 | "MaxResults": {
|
23191 |
| - "target": "com.amazonaws.glue#PageSize", |
| 23191 | + "target": "com.amazonaws.glue#OrchestrationPageSize25", |
23192 | 23192 | "traits": {
|
23193 | 23193 | "smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
|
23194 | 23194 | }
|
|
24616 | 24616 | }
|
24617 | 24617 | },
|
24618 | 24618 | "MaxResults": {
|
24619 |
| - "target": "com.amazonaws.glue#PageSize", |
| 24619 | + "target": "com.amazonaws.glue#OrchestrationPageSize200", |
24620 | 24620 | "traits": {
|
24621 | 24621 | "smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
|
24622 | 24622 | }
|
|
24690 | 24690 | }
|
24691 | 24691 | },
|
24692 | 24692 | "MaxResults": {
|
24693 |
| - "target": "com.amazonaws.glue#PageSize", |
| 24693 | + "target": "com.amazonaws.glue#OrchestrationPageSize25", |
24694 | 24694 | "traits": {
|
24695 | 24695 | "smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
|
24696 | 24696 | }
|
|
25996 | 25996 | "smithy.api#pattern": "^[\\.\\-_A-Za-z0-9]+$"
|
25997 | 25997 | }
|
25998 | 25998 | },
|
| 25999 | + "com.amazonaws.glue#OrchestrationPageSize200": { |
| 26000 | + "type": "integer", |
| 26001 | + "traits": { |
| 26002 | + "smithy.api#range": { |
| 26003 | + "min": 1, |
| 26004 | + "max": 200 |
| 26005 | + } |
| 26006 | + } |
| 26007 | + }, |
| 26008 | + "com.amazonaws.glue#OrchestrationPageSize25": { |
| 26009 | + "type": "integer", |
| 26010 | + "traits": { |
| 26011 | + "smithy.api#range": { |
| 26012 | + "min": 1, |
| 26013 | + "max": 25 |
| 26014 | + } |
| 26015 | + } |
| 26016 | + }, |
25999 | 26017 | "com.amazonaws.glue#OrchestrationRoleArn": {
|
26000 | 26018 | "type": "string",
|
26001 | 26019 | "traits": {
|
|
0 commit comments