|
79 | 79 | ],
|
80 | 80 | "documentation":"<p>Displays detailed information about a specified application.</p>"
|
81 | 81 | },
|
| 82 | + "GetDashboardForJobRun":{ |
| 83 | + "name":"GetDashboardForJobRun", |
| 84 | + "http":{ |
| 85 | + "method":"GET", |
| 86 | + "requestUri":"/applications/{applicationId}/jobruns/{jobRunId}/dashboard", |
| 87 | + "responseCode":200 |
| 88 | + }, |
| 89 | + "input":{"shape":"GetDashboardForJobRunRequest"}, |
| 90 | + "output":{"shape":"GetDashboardForJobRunResponse"}, |
| 91 | + "errors":[ |
| 92 | + {"shape":"ValidationException"}, |
| 93 | + {"shape":"ResourceNotFoundException"}, |
| 94 | + {"shape":"InternalServerException"} |
| 95 | + ], |
| 96 | + "documentation":"<p>Returns a URL to access the job run dashboard.</p>" |
| 97 | + }, |
82 | 98 | "GetJobRun":{
|
83 | 99 | "name":"GetJobRun",
|
84 | 100 | "http":{
|
|
430 | 446 | },
|
431 | 447 | "idleTimeoutMinutes":{
|
432 | 448 | "shape":"AutoStopConfigIdleTimeoutMinutesInteger",
|
433 |
| - "documentation":"<p>The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.</p>", |
434 |
| - "box":true |
| 449 | + "documentation":"<p>The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.</p>" |
435 | 450 | }
|
436 | 451 | },
|
437 | 452 | "documentation":"<p>The configuration for an application to automatically stop after a certain amount of time being idle.</p>"
|
|
704 | 719 | }
|
705 | 720 | }
|
706 | 721 | },
|
| 722 | + "GetDashboardForJobRunRequest":{ |
| 723 | + "type":"structure", |
| 724 | + "required":[ |
| 725 | + "applicationId", |
| 726 | + "jobRunId" |
| 727 | + ], |
| 728 | + "members":{ |
| 729 | + "applicationId":{ |
| 730 | + "shape":"ApplicationId", |
| 731 | + "documentation":"<p>The ID of the application.</p>", |
| 732 | + "location":"uri", |
| 733 | + "locationName":"applicationId" |
| 734 | + }, |
| 735 | + "jobRunId":{ |
| 736 | + "shape":"JobRunId", |
| 737 | + "documentation":"<p>The ID of the job run.</p>", |
| 738 | + "location":"uri", |
| 739 | + "locationName":"jobRunId" |
| 740 | + } |
| 741 | + } |
| 742 | + }, |
| 743 | + "GetDashboardForJobRunResponse":{ |
| 744 | + "type":"structure", |
| 745 | + "members":{ |
| 746 | + "url":{ |
| 747 | + "shape":"Url", |
| 748 | + "documentation":"<p>The URL to view job run's dashboard.</p>" |
| 749 | + } |
| 750 | + } |
| 751 | + }, |
707 | 752 | "GetJobRunRequest":{
|
708 | 753 | "type":"structure",
|
709 | 754 | "required":[
|
|
1024 | 1069 | "maxResults":{
|
1025 | 1070 | "shape":"ListApplicationsRequestMaxResultsInteger",
|
1026 | 1071 | "documentation":"<p>The maximum number of applications that can be listed.</p>",
|
1027 |
| - "box":true, |
1028 | 1072 | "location":"querystring",
|
1029 | 1073 | "locationName":"maxResults"
|
1030 | 1074 | },
|
|
1075 | 1119 | "maxResults":{
|
1076 | 1120 | "shape":"ListJobRunsRequestMaxResultsInteger",
|
1077 | 1121 | "documentation":"<p>The maximum number of job runs that can be listed.</p>",
|
1078 |
| - "box":true, |
1079 | 1122 | "location":"querystring",
|
1080 | 1123 | "locationName":"maxResults"
|
1081 | 1124 | },
|
|
1599 | 1642 | "min":1,
|
1600 | 1643 | "pattern":".*[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\r\\n\\t]*.*"
|
1601 | 1644 | },
|
| 1645 | + "Url":{ |
| 1646 | + "type":"string", |
| 1647 | + "max":2048, |
| 1648 | + "min":1 |
| 1649 | + }, |
1602 | 1650 | "ValidationException":{
|
1603 | 1651 | "type":"structure",
|
1604 | 1652 | "required":["message"],
|
|
0 commit comments