|
18982 | 18982 | "target": "com.amazonaws.glue#Boolean", |
18983 | 18983 | "traits": { |
18984 | 18984 | "smithy.api#default": false, |
18985 | | - "smithy.api#documentation": "<p>When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)</p>" |
| 18985 | + "smithy.api#documentation": "<p>Whether to list all catalogs across the catalog hierarchy, starting from the <code>ParentCatalogId</code>. Defaults to <code>false</code> . When <code>true</code>, all catalog objects in the <code>ParentCatalogID</code> hierarchy are enumerated in the response.</p>" |
| 18986 | + } |
| 18987 | + }, |
| 18988 | + "IncludeRoot": { |
| 18989 | + "target": "com.amazonaws.glue#NullableBoolean", |
| 18990 | + "traits": { |
| 18991 | + "smithy.api#documentation": "<p>Whether to list the default catalog in the account and region in the response. Defaults to <code>false</code>. When <code>true</code> and <code>ParentCatalogId = NULL | Amazon Web Services Account ID</code>, all catalogs and the default catalog are enumerated in the response.</p>\n <p>When the <code>ParentCatalogId</code> is not equal to null, and this attribute is passed as <code>false</code> or <code>true</code>, an <code>InvalidInputException</code> is thrown.</p>" |
18986 | 18992 | } |
18987 | 18993 | } |
18988 | 18994 | }, |
|
27414 | 27420 | "Timeout": { |
27415 | 27421 | "target": "com.amazonaws.glue#Timeout", |
27416 | 27422 | "traits": { |
27417 | | - "smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>\n <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>" |
| 27423 | + "smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>\n <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>" |
27418 | 27424 | } |
27419 | 27425 | }, |
27420 | 27426 | "MaxCapacity": { |
|
38513 | 38519 | "Timeout": { |
38514 | 38520 | "target": "com.amazonaws.glue#Timeout", |
38515 | 38521 | "traits": { |
38516 | | - "smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job. </p>\n <p>Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.</p>" |
| 38522 | + "smithy.api#documentation": "<p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can\n consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job. </p>\n <p>Jobs must have timeout values less than 7 days or 10080 minutes. Otherwise, the jobs will throw an exception.</p>\n <p>When the value is left blank, the timeout is defaulted to 2880 minutes.</p>\n <p>Any existing Glue jobs that had a timeout value greater than 7 days will be defaulted to 7 days. For instance if you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day.</p>" |
38517 | 38523 | } |
38518 | 38524 | }, |
38519 | 38525 | "MaxCapacity": { |
|
0 commit comments