|
24 | 24 | "output":{"shape":"CancelJobRunResponse"},
|
25 | 25 | "errors":[
|
26 | 26 | {"shape":"ValidationException"},
|
27 |
| - {"shape":"ResourceNotFoundException"}, |
28 |
| - {"shape":"InternalServerException"} |
| 27 | + {"shape":"InternalServerException"}, |
| 28 | + {"shape":"ResourceNotFoundException"} |
29 | 29 | ],
|
30 | 30 | "idempotent":true
|
31 | 31 | },
|
|
40 | 40 | "output":{"shape":"CreateApplicationResponse"},
|
41 | 41 | "errors":[
|
42 | 42 | {"shape":"ValidationException"},
|
43 |
| - {"shape":"ResourceNotFoundException"}, |
44 | 43 | {"shape":"InternalServerException"},
|
| 44 | + {"shape":"ResourceNotFoundException"}, |
45 | 45 | {"shape":"ConflictException"}
|
46 | 46 | ],
|
47 | 47 | "idempotent":true
|
|
57 | 57 | "output":{"shape":"DeleteApplicationResponse"},
|
58 | 58 | "errors":[
|
59 | 59 | {"shape":"ValidationException"},
|
60 |
| - {"shape":"ResourceNotFoundException"}, |
61 |
| - {"shape":"InternalServerException"} |
| 60 | + {"shape":"InternalServerException"}, |
| 61 | + {"shape":"ResourceNotFoundException"} |
62 | 62 | ],
|
63 | 63 | "idempotent":true
|
64 | 64 | },
|
|
73 | 73 | "output":{"shape":"GetApplicationResponse"},
|
74 | 74 | "errors":[
|
75 | 75 | {"shape":"ValidationException"},
|
76 |
| - {"shape":"ResourceNotFoundException"}, |
77 |
| - {"shape":"InternalServerException"} |
| 76 | + {"shape":"InternalServerException"}, |
| 77 | + {"shape":"ResourceNotFoundException"} |
78 | 78 | ]
|
79 | 79 | },
|
80 | 80 | "GetDashboardForJobRun":{
|
|
103 | 103 | "output":{"shape":"GetJobRunResponse"},
|
104 | 104 | "errors":[
|
105 | 105 | {"shape":"ValidationException"},
|
106 |
| - {"shape":"ResourceNotFoundException"}, |
107 |
| - {"shape":"InternalServerException"} |
| 106 | + {"shape":"InternalServerException"}, |
| 107 | + {"shape":"ResourceNotFoundException"} |
108 | 108 | ]
|
109 | 109 | },
|
110 | 110 | "ListApplications":{
|
|
132 | 132 | "output":{"shape":"ListJobRunAttemptsResponse"},
|
133 | 133 | "errors":[
|
134 | 134 | {"shape":"ValidationException"},
|
135 |
| - {"shape":"ResourceNotFoundException"}, |
136 |
| - {"shape":"InternalServerException"} |
| 135 | + {"shape":"InternalServerException"}, |
| 136 | + {"shape":"ResourceNotFoundException"} |
137 | 137 | ]
|
138 | 138 | },
|
139 | 139 | "ListJobRuns":{
|
|
161 | 161 | "output":{"shape":"ListTagsForResourceResponse"},
|
162 | 162 | "errors":[
|
163 | 163 | {"shape":"ValidationException"},
|
164 |
| - {"shape":"ResourceNotFoundException"}, |
165 |
| - {"shape":"InternalServerException"} |
| 164 | + {"shape":"InternalServerException"}, |
| 165 | + {"shape":"ResourceNotFoundException"} |
166 | 166 | ]
|
167 | 167 | },
|
168 | 168 | "StartApplication":{
|
|
176 | 176 | "output":{"shape":"StartApplicationResponse"},
|
177 | 177 | "errors":[
|
178 | 178 | {"shape":"ValidationException"},
|
179 |
| - {"shape":"ResourceNotFoundException"}, |
180 | 179 | {"shape":"InternalServerException"},
|
| 180 | + {"shape":"ResourceNotFoundException"}, |
181 | 181 | {"shape":"ServiceQuotaExceededException"}
|
182 | 182 | ],
|
183 | 183 | "idempotent":true
|
|
210 | 210 | "output":{"shape":"StopApplicationResponse"},
|
211 | 211 | "errors":[
|
212 | 212 | {"shape":"ValidationException"},
|
213 |
| - {"shape":"ResourceNotFoundException"}, |
214 |
| - {"shape":"InternalServerException"} |
| 213 | + {"shape":"InternalServerException"}, |
| 214 | + {"shape":"ResourceNotFoundException"} |
215 | 215 | ],
|
216 | 216 | "idempotent":true
|
217 | 217 | },
|
|
226 | 226 | "output":{"shape":"TagResourceResponse"},
|
227 | 227 | "errors":[
|
228 | 228 | {"shape":"ValidationException"},
|
229 |
| - {"shape":"ResourceNotFoundException"}, |
230 |
| - {"shape":"InternalServerException"} |
| 229 | + {"shape":"InternalServerException"}, |
| 230 | + {"shape":"ResourceNotFoundException"} |
231 | 231 | ]
|
232 | 232 | },
|
233 | 233 | "UntagResource":{
|
|
241 | 241 | "output":{"shape":"UntagResourceResponse"},
|
242 | 242 | "errors":[
|
243 | 243 | {"shape":"ValidationException"},
|
244 |
| - {"shape":"ResourceNotFoundException"}, |
245 |
| - {"shape":"InternalServerException"} |
| 244 | + {"shape":"InternalServerException"}, |
| 245 | + {"shape":"ResourceNotFoundException"} |
246 | 246 | ],
|
247 | 247 | "idempotent":true
|
248 | 248 | },
|
|
257 | 257 | "output":{"shape":"UpdateApplicationResponse"},
|
258 | 258 | "errors":[
|
259 | 259 | {"shape":"ValidationException"},
|
260 |
| - {"shape":"ResourceNotFoundException"}, |
261 |
| - {"shape":"InternalServerException"} |
| 260 | + {"shape":"InternalServerException"}, |
| 261 | + {"shape":"ResourceNotFoundException"} |
262 | 262 | ]
|
263 | 263 | }
|
264 | 264 | },
|
|
370 | 370 | "X86_64"
|
371 | 371 | ]
|
372 | 372 | },
|
| 373 | + "Arn":{ |
| 374 | + "type":"string", |
| 375 | + "max":2048, |
| 376 | + "min":20, |
| 377 | + "pattern":"([ -~
--�က0-ჿFF]+)" |
| 378 | + }, |
373 | 379 | "AttemptNumber":{
|
374 | 380 | "type":"integer",
|
375 | 381 | "box":true,
|
|
876 | 882 | "type":"list",
|
877 | 883 | "member":{"shape":"JobRunAttemptSummary"}
|
878 | 884 | },
|
| 885 | + "JobRunExecutionIamPolicy":{ |
| 886 | + "type":"structure", |
| 887 | + "members":{ |
| 888 | + "policy":{"shape":"PolicyDocument"}, |
| 889 | + "policyArns":{"shape":"PolicyArnList"} |
| 890 | + } |
| 891 | + }, |
879 | 892 | "JobRunId":{
|
880 | 893 | "type":"string",
|
881 | 894 | "max":64,
|
|
1178 | 1191 | "min":1,
|
1179 | 1192 | "pattern":"[A-Za-z0-9_=-]+"
|
1180 | 1193 | },
|
| 1194 | + "PolicyArnList":{ |
| 1195 | + "type":"list", |
| 1196 | + "member":{"shape":"Arn"}, |
| 1197 | + "max":10, |
| 1198 | + "min":0 |
| 1199 | + }, |
| 1200 | + "PolicyDocument":{ |
| 1201 | + "type":"string", |
| 1202 | + "max":2048, |
| 1203 | + "min":1, |
| 1204 | + "pattern":"([ -ÿ]+)" |
| 1205 | + }, |
1181 | 1206 | "PrometheusMonitoringConfiguration":{
|
1182 | 1207 | "type":"structure",
|
1183 | 1208 | "members":{
|
|
1343 | 1368 | "idempotencyToken":true
|
1344 | 1369 | },
|
1345 | 1370 | "executionRoleArn":{"shape":"IAMRoleArn"},
|
| 1371 | + "executionIamPolicy":{"shape":"JobRunExecutionIamPolicy"}, |
1346 | 1372 | "jobDriver":{"shape":"JobDriver"},
|
1347 | 1373 | "configurationOverrides":{"shape":"ConfigurationOverrides"},
|
1348 | 1374 | "tags":{"shape":"TagMap"},
|
|
0 commit comments