|
119 | 119 | { |
120 | 120 | "target": "com.amazonaws.m2#ListBatchJobExecutions" |
121 | 121 | }, |
| 122 | + { |
| 123 | + "target": "com.amazonaws.m2#ListBatchJobRestartPoints" |
| 124 | + }, |
122 | 125 | { |
123 | 126 | "target": "com.amazonaws.m2#ListDataSetImportHistory" |
124 | 127 | }, |
|
1223 | 1226 | "value": "Failed", |
1224 | 1227 | "name": "FAILED" |
1225 | 1228 | }, |
| 1229 | + { |
| 1230 | + "value": "Purged", |
| 1231 | + "name": "PURGED" |
| 1232 | + }, |
1226 | 1233 | { |
1227 | 1234 | "value": "Succeeded With Warning", |
1228 | 1235 | "name": "SUCCEEDED_WITH_WARNING" |
|
1328 | 1335 | "traits": { |
1329 | 1336 | "smithy.api#documentation": "<p>Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.</p>" |
1330 | 1337 | } |
| 1338 | + }, |
| 1339 | + "restartBatchJobIdentifier": { |
| 1340 | + "target": "com.amazonaws.m2#RestartBatchJobIdentifier", |
| 1341 | + "traits": { |
| 1342 | + "smithy.api#documentation": "<p>Specifies the required information for restart, including execution ID and jobsteprestartmarker.</p>" |
| 1343 | + } |
1331 | 1344 | } |
1332 | 1345 | }, |
1333 | 1346 | "traits": { |
|
1350 | 1363 | } |
1351 | 1364 | } |
1352 | 1365 | }, |
| 1366 | + "com.amazonaws.m2#BatchJobStepList": { |
| 1367 | + "type": "list", |
| 1368 | + "member": { |
| 1369 | + "target": "com.amazonaws.m2#JobStep" |
| 1370 | + } |
| 1371 | + }, |
1353 | 1372 | "com.amazonaws.m2#BatchJobType": { |
1354 | 1373 | "type": "string", |
1355 | 1374 | "traits": { |
|
3381 | 3400 | "traits": { |
3382 | 3401 | "smithy.api#documentation": "<p>The unique identifier of this batch job.</p>" |
3383 | 3402 | } |
| 3403 | + }, |
| 3404 | + "jobStepRestartMarker": { |
| 3405 | + "target": "com.amazonaws.m2#JobStepRestartMarker", |
| 3406 | + "traits": { |
| 3407 | + "smithy.api#documentation": "<p>The restart steps information for the most recent restart operation.</p>" |
| 3408 | + } |
3384 | 3409 | } |
3385 | 3410 | } |
3386 | 3411 | }, |
|
4039 | 4064 | "smithy.api#documentation": "<p>Identifies a specific batch job.</p>" |
4040 | 4065 | } |
4041 | 4066 | }, |
| 4067 | + "com.amazonaws.m2#JobStep": { |
| 4068 | + "type": "structure", |
| 4069 | + "members": { |
| 4070 | + "stepNumber": { |
| 4071 | + "target": "com.amazonaws.m2#Integer", |
| 4072 | + "traits": { |
| 4073 | + "smithy.api#default": 0, |
| 4074 | + "smithy.api#documentation": "<p>The number of a step.</p>" |
| 4075 | + } |
| 4076 | + }, |
| 4077 | + "stepName": { |
| 4078 | + "target": "smithy.api#String", |
| 4079 | + "traits": { |
| 4080 | + "smithy.api#documentation": "<p>The name of a step.</p>" |
| 4081 | + } |
| 4082 | + }, |
| 4083 | + "procStepNumber": { |
| 4084 | + "target": "com.amazonaws.m2#Integer", |
| 4085 | + "traits": { |
| 4086 | + "smithy.api#default": 0, |
| 4087 | + "smithy.api#documentation": "<p>The number of a procedure step.</p>" |
| 4088 | + } |
| 4089 | + }, |
| 4090 | + "procStepName": { |
| 4091 | + "target": "smithy.api#String", |
| 4092 | + "traits": { |
| 4093 | + "smithy.api#documentation": "<p>The name of a procedure step.</p>" |
| 4094 | + } |
| 4095 | + }, |
| 4096 | + "stepCondCode": { |
| 4097 | + "target": "smithy.api#String", |
| 4098 | + "traits": { |
| 4099 | + "smithy.api#documentation": "<p>The condition code of a step.</p>" |
| 4100 | + } |
| 4101 | + }, |
| 4102 | + "stepRestartable": { |
| 4103 | + "target": "com.amazonaws.m2#Boolean", |
| 4104 | + "traits": { |
| 4105 | + "smithy.api#default": false, |
| 4106 | + "smithy.api#documentation": "<p>Specifies if a step can be restarted or not.</p>" |
| 4107 | + } |
| 4108 | + } |
| 4109 | + }, |
| 4110 | + "traits": { |
| 4111 | + "smithy.api#documentation": "<p>Provides information related to a job step.</p>" |
| 4112 | + } |
| 4113 | + }, |
| 4114 | + "com.amazonaws.m2#JobStepRestartMarker": { |
| 4115 | + "type": "structure", |
| 4116 | + "members": { |
| 4117 | + "fromStep": { |
| 4118 | + "target": "smithy.api#String", |
| 4119 | + "traits": { |
| 4120 | + "smithy.api#documentation": "<p>The step name that a batch job restart was from.</p>", |
| 4121 | + "smithy.api#required": {} |
| 4122 | + } |
| 4123 | + }, |
| 4124 | + "fromProcStep": { |
| 4125 | + "target": "smithy.api#String", |
| 4126 | + "traits": { |
| 4127 | + "smithy.api#documentation": "<p>The procedure step name that a job was restarted from.</p>" |
| 4128 | + } |
| 4129 | + }, |
| 4130 | + "toStep": { |
| 4131 | + "target": "smithy.api#String", |
| 4132 | + "traits": { |
| 4133 | + "smithy.api#documentation": "<p>The step name that a job was restarted to.</p>" |
| 4134 | + } |
| 4135 | + }, |
| 4136 | + "toProcStep": { |
| 4137 | + "target": "smithy.api#String", |
| 4138 | + "traits": { |
| 4139 | + "smithy.api#documentation": "<p>The procedure step name that a batch job was restarted to.</p>" |
| 4140 | + } |
| 4141 | + } |
| 4142 | + }, |
| 4143 | + "traits": { |
| 4144 | + "smithy.api#documentation": "<p>Provides restart step information for the most recent restart operation.</p>" |
| 4145 | + } |
| 4146 | + }, |
4042 | 4147 | "com.amazonaws.m2#ListApplicationVersions": { |
4043 | 4148 | "type": "operation", |
4044 | 4149 | "input": { |
|
4459 | 4564 | } |
4460 | 4565 | } |
4461 | 4566 | }, |
| 4567 | + "com.amazonaws.m2#ListBatchJobRestartPoints": { |
| 4568 | + "type": "operation", |
| 4569 | + "input": { |
| 4570 | + "target": "com.amazonaws.m2#ListBatchJobRestartPointsRequest" |
| 4571 | + }, |
| 4572 | + "output": { |
| 4573 | + "target": "com.amazonaws.m2#ListBatchJobRestartPointsResponse" |
| 4574 | + }, |
| 4575 | + "errors": [ |
| 4576 | + { |
| 4577 | + "target": "com.amazonaws.m2#AccessDeniedException" |
| 4578 | + }, |
| 4579 | + { |
| 4580 | + "target": "com.amazonaws.m2#ConflictException" |
| 4581 | + }, |
| 4582 | + { |
| 4583 | + "target": "com.amazonaws.m2#InternalServerException" |
| 4584 | + }, |
| 4585 | + { |
| 4586 | + "target": "com.amazonaws.m2#ResourceNotFoundException" |
| 4587 | + }, |
| 4588 | + { |
| 4589 | + "target": "com.amazonaws.m2#ThrottlingException" |
| 4590 | + }, |
| 4591 | + { |
| 4592 | + "target": "com.amazonaws.m2#ValidationException" |
| 4593 | + } |
| 4594 | + ], |
| 4595 | + "traits": { |
| 4596 | + "aws.api#controlPlane": {}, |
| 4597 | + "smithy.api#documentation": "<p>Lists all the job steps for JCL files to restart a batch job. This is only applicable for Micro Focus engine with versions 8.0.6 and above.</p>", |
| 4598 | + "smithy.api#http": { |
| 4599 | + "method": "GET", |
| 4600 | + "uri": "/applications/{applicationId}/batch-job-executions/{executionId}/steps", |
| 4601 | + "code": 200 |
| 4602 | + }, |
| 4603 | + "smithy.api#readonly": {} |
| 4604 | + } |
| 4605 | + }, |
| 4606 | + "com.amazonaws.m2#ListBatchJobRestartPointsRequest": { |
| 4607 | + "type": "structure", |
| 4608 | + "members": { |
| 4609 | + "applicationId": { |
| 4610 | + "target": "com.amazonaws.m2#Identifier", |
| 4611 | + "traits": { |
| 4612 | + "smithy.api#documentation": "<p>The unique identifier of the application.</p>", |
| 4613 | + "smithy.api#httpLabel": {}, |
| 4614 | + "smithy.api#required": {} |
| 4615 | + } |
| 4616 | + }, |
| 4617 | + "executionId": { |
| 4618 | + "target": "com.amazonaws.m2#Identifier", |
| 4619 | + "traits": { |
| 4620 | + "smithy.api#documentation": "<p>The unique identifier of each batch job execution.</p>", |
| 4621 | + "smithy.api#httpLabel": {}, |
| 4622 | + "smithy.api#required": {} |
| 4623 | + } |
| 4624 | + } |
| 4625 | + }, |
| 4626 | + "traits": { |
| 4627 | + "smithy.api#input": {} |
| 4628 | + } |
| 4629 | + }, |
| 4630 | + "com.amazonaws.m2#ListBatchJobRestartPointsResponse": { |
| 4631 | + "type": "structure", |
| 4632 | + "members": { |
| 4633 | + "batchJobSteps": { |
| 4634 | + "target": "com.amazonaws.m2#BatchJobStepList", |
| 4635 | + "traits": { |
| 4636 | + "smithy.api#documentation": "<p>Returns all the batch job steps and related information for a batch job that previously ran.</p>" |
| 4637 | + } |
| 4638 | + } |
| 4639 | + }, |
| 4640 | + "traits": { |
| 4641 | + "smithy.api#output": {} |
| 4642 | + } |
| 4643 | + }, |
4462 | 4644 | "com.amazonaws.m2#ListDataSetImportHistory": { |
4463 | 4645 | "type": "operation", |
4464 | 4646 | "input": { |
|
5283 | 5465 | "smithy.api#httpError": 404 |
5284 | 5466 | } |
5285 | 5467 | }, |
| 5468 | + "com.amazonaws.m2#RestartBatchJobIdentifier": { |
| 5469 | + "type": "structure", |
| 5470 | + "members": { |
| 5471 | + "executionId": { |
| 5472 | + "target": "com.amazonaws.m2#Identifier", |
| 5473 | + "traits": { |
| 5474 | + "smithy.api#documentation": "<p>The executionId from the StartBatchJob response when the job ran for the first time.</p>", |
| 5475 | + "smithy.api#required": {} |
| 5476 | + } |
| 5477 | + }, |
| 5478 | + "jobStepRestartMarker": { |
| 5479 | + "target": "com.amazonaws.m2#JobStepRestartMarker", |
| 5480 | + "traits": { |
| 5481 | + "smithy.api#documentation": "<p>The restart step information for the most recent restart operation.</p>", |
| 5482 | + "smithy.api#required": {} |
| 5483 | + } |
| 5484 | + } |
| 5485 | + }, |
| 5486 | + "traits": { |
| 5487 | + "smithy.api#documentation": "<p>An identifier for the StartBatchJob API to show that it is a restart operation.</p>" |
| 5488 | + } |
| 5489 | + }, |
5286 | 5490 | "com.amazonaws.m2#S3BatchJobIdentifier": { |
5287 | 5491 | "type": "structure", |
5288 | 5492 | "members": { |
|
6144 | 6348 | "value": "cannotParse", |
6145 | 6349 | "name": "CANNOT_PARSE" |
6146 | 6350 | }, |
| 6351 | + { |
| 6352 | + "value": "featureNotAvailable", |
| 6353 | + "name": "FEATURE_NOT_AVAILABLE" |
| 6354 | + }, |
| 6355 | + { |
| 6356 | + "value": "unsupportedEngineVersion", |
| 6357 | + "name": "UNSUPPORTED_ENGINE_VERSION" |
| 6358 | + }, |
6147 | 6359 | { |
6148 | 6360 | "value": "fieldValidationFailed", |
6149 | 6361 | "name": "FIELD_VALIDATION_FAILED" |
|
0 commit comments