|
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 | "documentation":"<p>Cancels a job run.</p>",
|
31 | 31 | "idempotent":true
|
|
41 | 41 | "output":{"shape":"CreateApplicationResponse"},
|
42 | 42 | "errors":[
|
43 | 43 | {"shape":"ValidationException"},
|
44 |
| - {"shape":"ResourceNotFoundException"}, |
45 | 44 | {"shape":"InternalServerException"},
|
| 45 | + {"shape":"ResourceNotFoundException"}, |
46 | 46 | {"shape":"ConflictException"}
|
47 | 47 | ],
|
48 | 48 | "documentation":"<p>Creates an application.</p>",
|
|
59 | 59 | "output":{"shape":"DeleteApplicationResponse"},
|
60 | 60 | "errors":[
|
61 | 61 | {"shape":"ValidationException"},
|
62 |
| - {"shape":"ResourceNotFoundException"}, |
63 |
| - {"shape":"InternalServerException"} |
| 62 | + {"shape":"InternalServerException"}, |
| 63 | + {"shape":"ResourceNotFoundException"} |
64 | 64 | ],
|
65 | 65 | "documentation":"<p>Deletes an application. An application has to be in a stopped or created state in order to be deleted.</p>",
|
66 | 66 | "idempotent":true
|
|
76 | 76 | "output":{"shape":"GetApplicationResponse"},
|
77 | 77 | "errors":[
|
78 | 78 | {"shape":"ValidationException"},
|
79 |
| - {"shape":"ResourceNotFoundException"}, |
80 |
| - {"shape":"InternalServerException"} |
| 79 | + {"shape":"InternalServerException"}, |
| 80 | + {"shape":"ResourceNotFoundException"} |
81 | 81 | ],
|
82 | 82 | "documentation":"<p>Displays detailed information about a specified application.</p>"
|
83 | 83 | },
|
|
108 | 108 | "output":{"shape":"GetJobRunResponse"},
|
109 | 109 | "errors":[
|
110 | 110 | {"shape":"ValidationException"},
|
111 |
| - {"shape":"ResourceNotFoundException"}, |
112 |
| - {"shape":"InternalServerException"} |
| 111 | + {"shape":"InternalServerException"}, |
| 112 | + {"shape":"ResourceNotFoundException"} |
113 | 113 | ],
|
114 | 114 | "documentation":"<p>Displays detailed information about a job run.</p>"
|
115 | 115 | },
|
|
139 | 139 | "output":{"shape":"ListJobRunAttemptsResponse"},
|
140 | 140 | "errors":[
|
141 | 141 | {"shape":"ValidationException"},
|
142 |
| - {"shape":"ResourceNotFoundException"}, |
143 |
| - {"shape":"InternalServerException"} |
| 142 | + {"shape":"InternalServerException"}, |
| 143 | + {"shape":"ResourceNotFoundException"} |
144 | 144 | ],
|
145 | 145 | "documentation":"<p>Lists all attempt of a job run.</p>"
|
146 | 146 | },
|
|
170 | 170 | "output":{"shape":"ListTagsForResourceResponse"},
|
171 | 171 | "errors":[
|
172 | 172 | {"shape":"ValidationException"},
|
173 |
| - {"shape":"ResourceNotFoundException"}, |
174 |
| - {"shape":"InternalServerException"} |
| 173 | + {"shape":"InternalServerException"}, |
| 174 | + {"shape":"ResourceNotFoundException"} |
175 | 175 | ],
|
176 | 176 | "documentation":"<p>Lists the tags assigned to the resources.</p>"
|
177 | 177 | },
|
|
186 | 186 | "output":{"shape":"StartApplicationResponse"},
|
187 | 187 | "errors":[
|
188 | 188 | {"shape":"ValidationException"},
|
189 |
| - {"shape":"ResourceNotFoundException"}, |
190 | 189 | {"shape":"InternalServerException"},
|
| 190 | + {"shape":"ResourceNotFoundException"}, |
191 | 191 | {"shape":"ServiceQuotaExceededException"}
|
192 | 192 | ],
|
193 | 193 | "documentation":"<p>Starts a specified application and initializes initial capacity if configured.</p>",
|
|
222 | 222 | "output":{"shape":"StopApplicationResponse"},
|
223 | 223 | "errors":[
|
224 | 224 | {"shape":"ValidationException"},
|
225 |
| - {"shape":"ResourceNotFoundException"}, |
226 |
| - {"shape":"InternalServerException"} |
| 225 | + {"shape":"InternalServerException"}, |
| 226 | + {"shape":"ResourceNotFoundException"} |
227 | 227 | ],
|
228 | 228 | "documentation":"<p>Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.</p>",
|
229 | 229 | "idempotent":true
|
|
239 | 239 | "output":{"shape":"TagResourceResponse"},
|
240 | 240 | "errors":[
|
241 | 241 | {"shape":"ValidationException"},
|
242 |
| - {"shape":"ResourceNotFoundException"}, |
243 |
| - {"shape":"InternalServerException"} |
| 242 | + {"shape":"InternalServerException"}, |
| 243 | + {"shape":"ResourceNotFoundException"} |
244 | 244 | ],
|
245 | 245 | "documentation":"<p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. </p>"
|
246 | 246 | },
|
|
255 | 255 | "output":{"shape":"UntagResourceResponse"},
|
256 | 256 | "errors":[
|
257 | 257 | {"shape":"ValidationException"},
|
258 |
| - {"shape":"ResourceNotFoundException"}, |
259 |
| - {"shape":"InternalServerException"} |
| 258 | + {"shape":"InternalServerException"}, |
| 259 | + {"shape":"ResourceNotFoundException"} |
260 | 260 | ],
|
261 | 261 | "documentation":"<p>Removes tags from resources.</p>",
|
262 | 262 | "idempotent":true
|
|
272 | 272 | "output":{"shape":"UpdateApplicationResponse"},
|
273 | 273 | "errors":[
|
274 | 274 | {"shape":"ValidationException"},
|
275 |
| - {"shape":"ResourceNotFoundException"}, |
276 |
| - {"shape":"InternalServerException"} |
| 275 | + {"shape":"InternalServerException"}, |
| 276 | + {"shape":"ResourceNotFoundException"} |
277 | 277 | ],
|
278 | 278 | "documentation":"<p>Updates a specified application. An application has to be in a stopped or created state in order to be updated.</p>"
|
279 | 279 | }
|
|
481 | 481 | "X86_64"
|
482 | 482 | ]
|
483 | 483 | },
|
| 484 | + "Arn":{ |
| 485 | + "type":"string", |
| 486 | + "max":2048, |
| 487 | + "min":20, |
| 488 | + "pattern":"([ -~
--�က0-ჿFF]+)" |
| 489 | + }, |
484 | 490 | "AttemptNumber":{
|
485 | 491 | "type":"integer",
|
486 | 492 | "box":true,
|
|
1282 | 1288 | "type":"list",
|
1283 | 1289 | "member":{"shape":"JobRunAttemptSummary"}
|
1284 | 1290 | },
|
| 1291 | + "JobRunExecutionIamPolicy":{ |
| 1292 | + "type":"structure", |
| 1293 | + "members":{ |
| 1294 | + "policy":{ |
| 1295 | + "shape":"PolicyDocument", |
| 1296 | + "documentation":"<p>An IAM inline policy to use as an execution IAM policy.</p>" |
| 1297 | + }, |
| 1298 | + "policyArns":{ |
| 1299 | + "shape":"PolicyArnList", |
| 1300 | + "documentation":"<p>A list of Amazon Resource Names (ARNs) to use as an execution IAM policy.</p>" |
| 1301 | + } |
| 1302 | + }, |
| 1303 | + "documentation":"<p>Optional IAM policy. The resulting job IAM role permissions will be an intersection of the policies passed and the policy associated with your job execution role.</p>" |
| 1304 | + }, |
1285 | 1305 | "JobRunId":{
|
1286 | 1306 | "type":"string",
|
1287 | 1307 | "max":64,
|
|
1707 | 1727 | "min":1,
|
1708 | 1728 | "pattern":"[A-Za-z0-9_=-]+"
|
1709 | 1729 | },
|
| 1730 | + "PolicyArnList":{ |
| 1731 | + "type":"list", |
| 1732 | + "member":{"shape":"Arn"}, |
| 1733 | + "max":10, |
| 1734 | + "min":0 |
| 1735 | + }, |
| 1736 | + "PolicyDocument":{ |
| 1737 | + "type":"string", |
| 1738 | + "max":2048, |
| 1739 | + "min":1, |
| 1740 | + "pattern":"([ -ÿ]+)" |
| 1741 | + }, |
1710 | 1742 | "PrometheusMonitoringConfiguration":{
|
1711 | 1743 | "type":"structure",
|
1712 | 1744 | "members":{
|
|
1925 | 1957 | "shape":"IAMRoleArn",
|
1926 | 1958 | "documentation":"<p>The execution role ARN for the job run.</p>"
|
1927 | 1959 | },
|
| 1960 | + "executionIamPolicy":{ |
| 1961 | + "shape":"JobRunExecutionIamPolicy", |
| 1962 | + "documentation":"<p>You can pass an optional IAM policy. The resulting job IAM role permissions will be an intersection of this policy and the policy associated with your job execution role.</p>" |
| 1963 | + }, |
1928 | 1964 | "jobDriver":{
|
1929 | 1965 | "shape":"JobDriver",
|
1930 | 1966 | "documentation":"<p>The job driver for the job run.</p>"
|
|
0 commit comments