|
2499 | 2499 | "AssignedTaskRunSessionActionDefinition":{ |
2500 | 2500 | "type":"structure", |
2501 | 2501 | "required":[ |
2502 | | - "taskId", |
2503 | 2502 | "stepId", |
2504 | 2503 | "parameters" |
2505 | 2504 | ], |
|
3525 | 3524 | }, |
3526 | 3525 | "priority":{ |
3527 | 3526 | "shape":"JobPriority", |
3528 | | - "documentation":"<p>The priority of the job on a scale of 0 to 100. The highest priority (first scheduled) is 100. When two jobs have the same priority, the oldest job is scheduled first.</p>" |
| 3527 | + "documentation":"<p>The priority of the job. The highest priority (first scheduled) is 100. When two jobs have the same priority, the oldest job is scheduled first.</p>" |
3529 | 3528 | }, |
3530 | 3529 | "parameters":{ |
3531 | 3530 | "shape":"JobParameters", |
|
3765 | 3764 | }, |
3766 | 3765 | "priority":{ |
3767 | 3766 | "shape":"Priority", |
3768 | | - "documentation":"<p>Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority. If two environments share the same priority value, the environment created first takes higher priority.</p>" |
| 3767 | + "documentation":"<p>Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority (activated first and deactivated last). If two environments share the same priority value, the environment created first takes higher priority.</p>" |
3769 | 3768 | }, |
3770 | 3769 | "templateType":{ |
3771 | 3770 | "shape":"EnvironmentTemplateType", |
|
4984 | 4983 | "type":"string", |
4985 | 4984 | "max":64, |
4986 | 4985 | "min":1, |
4987 | | - "pattern":"[0-9A-Za-z ]*", |
4988 | | - "sensitive":true |
| 4986 | + "pattern":"[0-9A-Za-z ]*" |
4989 | 4987 | }, |
4990 | 4988 | "FileSystemLocationType":{ |
4991 | 4989 | "type":"string", |
|
6254 | 6252 | }, |
6255 | 6253 | "processExitCode":{ |
6256 | 6254 | "shape":"ProcessExitCode", |
6257 | | - "documentation":"<p>The exit code to exit the session.</p>" |
| 6255 | + "documentation":"<p>The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.</p>" |
6258 | 6256 | }, |
6259 | 6257 | "progressMessage":{ |
6260 | 6258 | "shape":"SessionActionProgressMessage", |
|
7296 | 7294 | }, |
7297 | 7295 | "JobParameters":{ |
7298 | 7296 | "type":"map", |
7299 | | - "key":{"shape":"String"}, |
| 7297 | + "key":{"shape":"JobParametersKeyString"}, |
7300 | 7298 | "value":{"shape":"JobParameter"}, |
7301 | 7299 | "sensitive":true |
7302 | 7300 | }, |
| 7301 | + "JobParametersKeyString":{ |
| 7302 | + "type":"string", |
| 7303 | + "max":1024, |
| 7304 | + "min":1 |
| 7305 | + }, |
7303 | 7306 | "JobPriority":{ |
7304 | 7307 | "type":"integer", |
7305 | 7308 | "box":true, |
@@ -10201,10 +10204,21 @@ |
10201 | 10204 | "searchTerm":{ |
10202 | 10205 | "shape":"SearchTerm", |
10203 | 10206 | "documentation":"<p>The term to search for.</p>" |
| 10207 | + }, |
| 10208 | + "matchType":{ |
| 10209 | + "shape":"SearchTermMatchingType", |
| 10210 | + "documentation":"<p>Specifies how Deadline Cloud matches your search term in the results. If you don't specify a <code>matchType</code> the default is <code>FUZZY_MATCH</code>.</p> <ul> <li> <p> <code>FUZZY_MATCH</code> - Matches if a portion of the search term is found in the result.</p> </li> <li> <p> <code>CONTAINS</code> - Matches if the exact search term is contained in the result.</p> </li> </ul>" |
10204 | 10211 | } |
10205 | 10212 | }, |
10206 | 10213 | "documentation":"<p>Searches for a particular search term.</p>" |
10207 | 10214 | }, |
| 10215 | + "SearchTermMatchingType":{ |
| 10216 | + "type":"string", |
| 10217 | + "enum":[ |
| 10218 | + "FUZZY_MATCH", |
| 10219 | + "CONTAINS" |
| 10220 | + ] |
| 10221 | + }, |
10208 | 10222 | "SearchWorkersRequest":{ |
10209 | 10223 | "type":"structure", |
10210 | 10224 | "required":[ |
|
11408 | 11422 | "TaskRunSessionActionDefinition":{ |
11409 | 11423 | "type":"structure", |
11410 | 11424 | "required":[ |
11411 | | - "taskId", |
11412 | 11425 | "stepId", |
11413 | 11426 | "parameters" |
11414 | 11427 | ], |
|
11430 | 11443 | }, |
11431 | 11444 | "TaskRunSessionActionDefinitionSummary":{ |
11432 | 11445 | "type":"structure", |
11433 | | - "required":[ |
11434 | | - "taskId", |
11435 | | - "stepId" |
11436 | | - ], |
| 11446 | + "required":["stepId"], |
11437 | 11447 | "members":{ |
11438 | 11448 | "taskId":{ |
11439 | 11449 | "shape":"TaskId", |
|
12506 | 12516 | }, |
12507 | 12517 | "processExitCode":{ |
12508 | 12518 | "shape":"ProcessExitCode", |
12509 | | - "documentation":"<p>The process exit code.</p>" |
| 12519 | + "documentation":"<p>The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.</p>" |
12510 | 12520 | }, |
12511 | 12521 | "progressMessage":{ |
12512 | 12522 | "shape":"SessionActionProgressMessage", |
|
0 commit comments