|
2371 | 2371 | ],
|
2372 | 2372 | "documentation":"<p>Renders the UI template so that you can preview the worker's experience. </p>"
|
2373 | 2373 | },
|
| 2374 | + "RetryPipelineExecution":{ |
| 2375 | + "name":"RetryPipelineExecution", |
| 2376 | + "http":{ |
| 2377 | + "method":"POST", |
| 2378 | + "requestUri":"/" |
| 2379 | + }, |
| 2380 | + "input":{"shape":"RetryPipelineExecutionRequest"}, |
| 2381 | + "output":{"shape":"RetryPipelineExecutionResponse"}, |
| 2382 | + "errors":[ |
| 2383 | + {"shape":"ResourceNotFound"}, |
| 2384 | + {"shape":"ResourceLimitExceeded"}, |
| 2385 | + {"shape":"ConflictException"} |
| 2386 | + ], |
| 2387 | + "documentation":"<p>Retry the execution of the pipeline.</p>" |
| 2388 | + }, |
2374 | 2389 | "Search":{
|
2375 | 2390 | "name":"Search",
|
2376 | 2391 | "http":{
|
|
10994 | 11009 | },
|
10995 | 11010 | "CreatedBy":{
|
10996 | 11011 | "shape":"UserContext",
|
10997 |
| - "documentation":"<p>Who created the component.</p>" |
| 11012 | + "documentation":"<p>Who created the trial component.</p>" |
10998 | 11013 | },
|
10999 | 11014 | "LastModifiedTime":{
|
11000 | 11015 | "shape":"Timestamp",
|
|
12048 | 12063 | "shape":"Timestamp",
|
12049 | 12064 | "documentation":"<p>When the experiment was created.</p>"
|
12050 | 12065 | },
|
12051 |
| - "CreatedBy":{"shape":"UserContext"}, |
| 12066 | + "CreatedBy":{ |
| 12067 | + "shape":"UserContext", |
| 12068 | + "documentation":"<p>Who created the experiment.</p>" |
| 12069 | + }, |
12052 | 12070 | "LastModifiedTime":{
|
12053 | 12071 | "shape":"Timestamp",
|
12054 | 12072 | "documentation":"<p>When the experiment was last modified.</p>"
|
|
20519 | 20537 | "shape":"ProjectStatus",
|
20520 | 20538 | "documentation":"<p>The status of the project.</p>"
|
20521 | 20539 | },
|
20522 |
| - "CreatedBy":{"shape":"UserContext"}, |
| 20540 | + "CreatedBy":{ |
| 20541 | + "shape":"UserContext", |
| 20542 | + "documentation":"<p>Who created the project.</p>" |
| 20543 | + }, |
20523 | 20544 | "CreationTime":{
|
20524 | 20545 | "shape":"Timestamp",
|
20525 | 20546 | "documentation":"<p>A timestamp specifying when the project was created.</p>"
|
|
21098 | 21119 | "Delete"
|
21099 | 21120 | ]
|
21100 | 21121 | },
|
| 21122 | + "RetryPipelineExecutionRequest":{ |
| 21123 | + "type":"structure", |
| 21124 | + "required":[ |
| 21125 | + "PipelineExecutionArn", |
| 21126 | + "ClientRequestToken" |
| 21127 | + ], |
| 21128 | + "members":{ |
| 21129 | + "PipelineExecutionArn":{ |
| 21130 | + "shape":"PipelineExecutionArn", |
| 21131 | + "documentation":"<p>The Amazon Resource Name (ARN) of the pipeline execution.</p>" |
| 21132 | + }, |
| 21133 | + "ClientRequestToken":{ |
| 21134 | + "shape":"IdempotencyToken", |
| 21135 | + "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>", |
| 21136 | + "idempotencyToken":true |
| 21137 | + } |
| 21138 | + } |
| 21139 | + }, |
| 21140 | + "RetryPipelineExecutionResponse":{ |
| 21141 | + "type":"structure", |
| 21142 | + "members":{ |
| 21143 | + "PipelineExecutionArn":{ |
| 21144 | + "shape":"PipelineExecutionArn", |
| 21145 | + "documentation":"<p>The Amazon Resource Name (ARN) of the pipeline execution.</p>" |
| 21146 | + } |
| 21147 | + } |
| 21148 | + }, |
21101 | 21149 | "RetryStrategy":{
|
21102 | 21150 | "type":"structure",
|
21103 | 21151 | "required":["MaximumRetryAttempts"],
|
|
21531 | 21579 | "documentation":"<p>A list of key value pairs that you specify when you provision a product.</p>"
|
21532 | 21580 | }
|
21533 | 21581 | },
|
21534 |
| - "documentation":"<p>Details that you specify to provision a service catalog product. For information about service catalog, see .<a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>.</p>" |
| 21582 | + "documentation":"<p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>.</p>" |
21535 | 21583 | },
|
21536 | 21584 | "SessionExpirationDurationInSeconds":{
|
21537 | 21585 | "type":"integer",
|
|
21760 | 21808 | },
|
21761 | 21809 | "ClientRequestToken":{
|
21762 | 21810 | "shape":"IdempotencyToken",
|
21763 |
| - "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>", |
| 21811 | + "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>", |
21764 | 21812 | "idempotencyToken":true
|
21765 | 21813 | }
|
21766 | 21814 | }
|
|
21879 | 21927 | },
|
21880 | 21928 | "ClientRequestToken":{
|
21881 | 21929 | "shape":"IdempotencyToken",
|
21882 |
| - "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>", |
| 21930 | + "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>", |
21883 | 21931 | "idempotencyToken":true
|
21884 | 21932 | }
|
21885 | 21933 | }
|
|
23130 | 23178 | "shape":"Timestamp",
|
23131 | 23179 | "documentation":"<p>When the trial was created.</p>"
|
23132 | 23180 | },
|
23133 |
| - "CreatedBy":{"shape":"UserContext"}, |
| 23181 | + "CreatedBy":{ |
| 23182 | + "shape":"UserContext", |
| 23183 | + "documentation":"<p>Who created the trial.</p>" |
| 23184 | + }, |
23134 | 23185 | "LastModifiedTime":{
|
23135 | 23186 | "shape":"Timestamp",
|
23136 | 23187 | "documentation":"<p>Who last modified the trial.</p>"
|
|
23185 | 23236 | "shape":"Timestamp",
|
23186 | 23237 | "documentation":"<p>When the component was created.</p>"
|
23187 | 23238 | },
|
23188 |
| - "CreatedBy":{"shape":"UserContext"}, |
| 23239 | + "CreatedBy":{ |
| 23240 | + "shape":"UserContext", |
| 23241 | + "documentation":"<p>Who created the trial component.</p>" |
| 23242 | + }, |
23189 | 23243 | "LastModifiedTime":{
|
23190 | 23244 | "shape":"Timestamp",
|
23191 | 23245 | "documentation":"<p>When the component was last modified.</p>"
|
|
23463 | 23517 | },
|
23464 | 23518 | "CreatedBy":{
|
23465 | 23519 | "shape":"UserContext",
|
23466 |
| - "documentation":"<p>Who created the component.</p>" |
| 23520 | + "documentation":"<p>Who created the trial component.</p>" |
23467 | 23521 | },
|
23468 | 23522 | "LastModifiedTime":{
|
23469 | 23523 | "shape":"Timestamp",
|
|
24373 | 24427 | "documentation":"<p>The domain associated with the user.</p>"
|
24374 | 24428 | }
|
24375 | 24429 | },
|
24376 |
| - "documentation":"<p>Information about the user who created or modified an experiment, trial, or trial component.</p>" |
| 24430 | + "documentation":"<p>Information about the user who created or modified an experiment, trial, trial component, or project.</p>" |
24377 | 24431 | },
|
24378 | 24432 | "UserProfileArn":{
|
24379 | 24433 | "type":"string",
|
|
0 commit comments