|
298 | 298 | "output":{"shape":"ListTagsForResourceResponse"},
|
299 | 299 | "errors":[
|
300 | 300 | {"shape":"ValidationException"},
|
301 |
| - {"shape":"ResourceNotFoundException"} |
| 301 | + {"shape":"ResourceNotFoundException"}, |
| 302 | + {"shape":"InternalServerException"} |
302 | 303 | ],
|
303 | 304 | "documentation":"<p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a capability, partnership, profile, or transformer.</p>"
|
304 | 305 | },
|
|
340 | 341 | "errors":[
|
341 | 342 | {"shape":"ValidationException"},
|
342 | 343 | {"shape":"ThrottlingException"},
|
343 |
| - {"shape":"ResourceNotFoundException"} |
| 344 | + {"shape":"ResourceNotFoundException"}, |
| 345 | + {"shape":"InternalServerException"} |
344 | 346 | ],
|
345 | 347 | "documentation":"<p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p> <p>There is no response returned from this call.</p>"
|
346 | 348 | },
|
|
377 | 379 | {"shape":"ResourceNotFoundException"},
|
378 | 380 | {"shape":"InternalServerException"}
|
379 | 381 | ],
|
380 |
| - "documentation":"<p>Parses the input EDI (electronic data interchange) file.</p>", |
| 382 | + "documentation":"<p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>", |
381 | 383 | "idempotent":true
|
382 | 384 | },
|
383 | 385 | "UntagResource":{
|
|
389 | 391 | "input":{"shape":"UntagResourceRequest"},
|
390 | 392 | "errors":[
|
391 | 393 | {"shape":"ValidationException"},
|
392 |
| - {"shape":"ResourceNotFoundException"} |
| 394 | + {"shape":"ResourceNotFoundException"}, |
| 395 | + {"shape":"InternalServerException"} |
393 | 396 | ],
|
394 | 397 | "documentation":"<p>Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p>",
|
395 | 398 | "idempotent":true
|
|
1772 | 1775 | },
|
1773 | 1776 | "TestMappingInputFileContent":{
|
1774 | 1777 | "type":"string",
|
1775 |
| - "max":200000, |
| 1778 | + "max":5000000, |
1776 | 1779 | "min":0
|
1777 | 1780 | },
|
1778 | 1781 | "TestMappingRequest":{
|
|
0 commit comments