|
6285 | 6285 | "acquiredLimits":{
|
6286 | 6286 | "shape":"AcquiredLimits",
|
6287 | 6287 | "documentation":"<p>The limits and their amounts acquired during a session action. If no limits were acquired during the session, this field isn't returned.</p>"
|
| 6288 | + }, |
| 6289 | + "manifests":{ |
| 6290 | + "shape":"TaskRunManifestPropertiesListResponse", |
| 6291 | + "documentation":"<p>The list of manifest properties that describe file attachments for the task run.</p>" |
6288 | 6292 | }
|
6289 | 6293 | }
|
6290 | 6294 | },
|
|
10627 | 10631 | "definition":{
|
10628 | 10632 | "shape":"SessionActionDefinitionSummary",
|
10629 | 10633 | "documentation":"<p>The session action definition.</p>"
|
| 10634 | + }, |
| 10635 | + "manifests":{ |
| 10636 | + "shape":"TaskRunManifestPropertiesListResponse", |
| 10637 | + "documentation":"<p>The list of manifest properties that describe file attachments for the task run.</p>" |
10630 | 10638 | }
|
10631 | 10639 | },
|
10632 | 10640 | "documentation":"<p>The details of a session action.</p>"
|
|
11142 | 11150 | "INT",
|
11143 | 11151 | "FLOAT",
|
11144 | 11152 | "STRING",
|
11145 |
| - "PATH" |
| 11153 | + "PATH", |
| 11154 | + "CHUNK_INT" |
11146 | 11155 | ]
|
11147 | 11156 | },
|
11148 | 11157 | "StepRequiredCapabilities":{
|
|
11486 | 11495 | "path":{
|
11487 | 11496 | "shape":"PathString",
|
11488 | 11497 | "documentation":"<p>A file system path represented as a string.</p>"
|
| 11498 | + }, |
| 11499 | + "chunkInt":{ |
| 11500 | + "shape":"String", |
| 11501 | + "documentation":"<p>A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string.</p>" |
11489 | 11502 | }
|
11490 | 11503 | },
|
11491 | 11504 | "documentation":"<p>The data types for the task parameters.</p>",
|
|
11504 | 11517 | "max":2147483647,
|
11505 | 11518 | "min":0
|
11506 | 11519 | },
|
| 11520 | + "TaskRunManifestPropertiesListRequest":{ |
| 11521 | + "type":"list", |
| 11522 | + "member":{"shape":"TaskRunManifestPropertiesRequest"}, |
| 11523 | + "max":10, |
| 11524 | + "min":0 |
| 11525 | + }, |
| 11526 | + "TaskRunManifestPropertiesListResponse":{ |
| 11527 | + "type":"list", |
| 11528 | + "member":{"shape":"TaskRunManifestPropertiesResponse"} |
| 11529 | + }, |
| 11530 | + "TaskRunManifestPropertiesRequest":{ |
| 11531 | + "type":"structure", |
| 11532 | + "members":{ |
| 11533 | + "outputManifestPath":{ |
| 11534 | + "shape":"TaskRunManifestPropertiesRequestOutputManifestPathString", |
| 11535 | + "documentation":"<p>The manifest file path.</p>" |
| 11536 | + }, |
| 11537 | + "outputManifestHash":{ |
| 11538 | + "shape":"TaskRunManifestPropertiesRequestOutputManifestHashString", |
| 11539 | + "documentation":"<p>The hash value of the file.</p>" |
| 11540 | + } |
| 11541 | + }, |
| 11542 | + "documentation":"<p>The output manifest properties reported by the worker agent for a completed task run.</p>" |
| 11543 | + }, |
| 11544 | + "TaskRunManifestPropertiesRequestOutputManifestHashString":{ |
| 11545 | + "type":"string", |
| 11546 | + "max":256, |
| 11547 | + "min":1 |
| 11548 | + }, |
| 11549 | + "TaskRunManifestPropertiesRequestOutputManifestPathString":{ |
| 11550 | + "type":"string", |
| 11551 | + "max":512, |
| 11552 | + "min":1 |
| 11553 | + }, |
| 11554 | + "TaskRunManifestPropertiesResponse":{ |
| 11555 | + "type":"structure", |
| 11556 | + "members":{ |
| 11557 | + "outputManifestPath":{ |
| 11558 | + "shape":"String", |
| 11559 | + "documentation":"<p>The manifest file path.</p>" |
| 11560 | + }, |
| 11561 | + "outputManifestHash":{ |
| 11562 | + "shape":"String", |
| 11563 | + "documentation":"<p>The hash value of the file.</p>" |
| 11564 | + } |
| 11565 | + }, |
| 11566 | + "documentation":"<p>The manifest properties for a task run, corresponding to the manifest properties in the job.</p>" |
| 11567 | + }, |
11507 | 11568 | "TaskRunSessionActionDefinition":{
|
11508 | 11569 | "type":"structure",
|
11509 | 11570 | "required":[
|
|
11537 | 11598 | "stepId":{
|
11538 | 11599 | "shape":"StepId",
|
11539 | 11600 | "documentation":"<p>The step ID.</p>"
|
| 11601 | + }, |
| 11602 | + "parameters":{ |
| 11603 | + "shape":"TaskParameters", |
| 11604 | + "documentation":"<p>The parameters of a task run in a session action.</p>" |
11540 | 11605 | }
|
11541 | 11606 | },
|
11542 | 11607 | "documentation":"<p>The details of a task run in a session action.</p>"
|
|
12630 | 12695 | "progressPercent":{
|
12631 | 12696 | "shape":"SessionActionProgressPercent",
|
12632 | 12697 | "documentation":"<p>The percentage completed.</p>"
|
| 12698 | + }, |
| 12699 | + "manifests":{ |
| 12700 | + "shape":"TaskRunManifestPropertiesListRequest", |
| 12701 | + "documentation":"<p>A list of output manifest properties reported by the worker agent, with each entry corresponding to a manifest property in the job.</p>" |
12633 | 12702 | }
|
12634 | 12703 | },
|
12635 | 12704 | "documentation":"<p>The updated session action information as it relates to completion and progress of the session.</p>"
|
|
0 commit comments