|
50 | 50 | "input":{"shape":"CreateProfileJobRequest"}, |
51 | 51 | "output":{"shape":"CreateProfileJobResponse"}, |
52 | 52 | "errors":[ |
| 53 | + {"shape":"AccessDeniedException"}, |
| 54 | + {"shape":"ConflictException"}, |
| 55 | + {"shape":"ResourceNotFoundException"}, |
| 56 | + {"shape":"ServiceQuotaExceededException"}, |
53 | 57 | {"shape":"ValidationException"} |
54 | 58 | ] |
55 | 59 | }, |
|
91 | 95 | "input":{"shape":"CreateRecipeJobRequest"}, |
92 | 96 | "output":{"shape":"CreateRecipeJobResponse"}, |
93 | 97 | "errors":[ |
| 98 | + {"shape":"AccessDeniedException"}, |
| 99 | + {"shape":"ConflictException"}, |
| 100 | + {"shape":"ResourceNotFoundException"}, |
| 101 | + {"shape":"ServiceQuotaExceededException"}, |
94 | 102 | {"shape":"ValidationException"} |
95 | 103 | ] |
96 | 104 | }, |
|
103 | 111 | "input":{"shape":"CreateScheduleRequest"}, |
104 | 112 | "output":{"shape":"CreateScheduleResponse"}, |
105 | 113 | "errors":[ |
| 114 | + {"shape":"ConflictException"}, |
| 115 | + {"shape":"ServiceQuotaExceededException"}, |
106 | 116 | {"shape":"ValidationException"} |
107 | 117 | ] |
108 | 118 | }, |
|
115 | 125 | "input":{"shape":"DeleteDatasetRequest"}, |
116 | 126 | "output":{"shape":"DeleteDatasetResponse"}, |
117 | 127 | "errors":[ |
| 128 | + {"shape":"ConflictException"}, |
118 | 129 | {"shape":"ResourceNotFoundException"}, |
119 | 130 | {"shape":"ValidationException"} |
120 | 131 | ] |
|
128 | 139 | "input":{"shape":"DeleteJobRequest"}, |
129 | 140 | "output":{"shape":"DeleteJobResponse"}, |
130 | 141 | "errors":[ |
| 142 | + {"shape":"ConflictException"}, |
131 | 143 | {"shape":"ResourceNotFoundException"}, |
132 | 144 | {"shape":"ValidationException"} |
133 | 145 | ] |
|
141 | 153 | "input":{"shape":"DeleteProjectRequest"}, |
142 | 154 | "output":{"shape":"DeleteProjectResponse"}, |
143 | 155 | "errors":[ |
| 156 | + {"shape":"ConflictException"}, |
144 | 157 | {"shape":"ResourceNotFoundException"}, |
145 | 158 | {"shape":"ValidationException"} |
146 | 159 | ] |
|
154 | 167 | "input":{"shape":"DeleteRecipeVersionRequest"}, |
155 | 168 | "output":{"shape":"DeleteRecipeVersionResponse"}, |
156 | 169 | "errors":[ |
| 170 | + {"shape":"ConflictException"}, |
157 | 171 | {"shape":"ResourceNotFoundException"}, |
158 | 172 | {"shape":"ValidationException"} |
159 | 173 | ] |
|
345 | 359 | "output":{"shape":"PublishRecipeResponse"}, |
346 | 360 | "errors":[ |
347 | 361 | {"shape":"ValidationException"}, |
348 | | - {"shape":"ResourceNotFoundException"} |
| 362 | + {"shape":"ResourceNotFoundException"}, |
| 363 | + {"shape":"ServiceQuotaExceededException"} |
349 | 364 | ] |
350 | 365 | }, |
351 | 366 | "SendProjectSessionAction":{ |
|
371 | 386 | "input":{"shape":"StartJobRunRequest"}, |
372 | 387 | "output":{"shape":"StartJobRunResponse"}, |
373 | 388 | "errors":[ |
| 389 | + {"shape":"ConflictException"}, |
374 | 390 | {"shape":"ResourceNotFoundException"}, |
| 391 | + {"shape":"ServiceQuotaExceededException"}, |
375 | 392 | {"shape":"ValidationException"} |
376 | 393 | ] |
377 | 394 | }, |
|
384 | 401 | "input":{"shape":"StartProjectSessionRequest"}, |
385 | 402 | "output":{"shape":"StartProjectSessionResponse"}, |
386 | 403 | "errors":[ |
| 404 | + {"shape":"ConflictException"}, |
387 | 405 | {"shape":"ResourceNotFoundException"}, |
| 406 | + {"shape":"ServiceQuotaExceededException"}, |
388 | 407 | {"shape":"ValidationException"} |
389 | 408 | ] |
390 | 409 | }, |
|
438 | 457 | "input":{"shape":"UpdateDatasetRequest"}, |
439 | 458 | "output":{"shape":"UpdateDatasetResponse"}, |
440 | 459 | "errors":[ |
| 460 | + {"shape":"AccessDeniedException"}, |
441 | 461 | {"shape":"ResourceNotFoundException"}, |
442 | 462 | {"shape":"ValidationException"} |
443 | 463 | ] |
|
451 | 471 | "input":{"shape":"UpdateProfileJobRequest"}, |
452 | 472 | "output":{"shape":"UpdateProfileJobResponse"}, |
453 | 473 | "errors":[ |
| 474 | + {"shape":"AccessDeniedException"}, |
| 475 | + {"shape":"ResourceNotFoundException"}, |
454 | 476 | {"shape":"ValidationException"} |
455 | 477 | ] |
456 | 478 | }, |
|
489 | 511 | "input":{"shape":"UpdateRecipeJobRequest"}, |
490 | 512 | "output":{"shape":"UpdateRecipeJobResponse"}, |
491 | 513 | "errors":[ |
| 514 | + {"shape":"AccessDeniedException"}, |
| 515 | + {"shape":"ResourceNotFoundException"}, |
492 | 516 | {"shape":"ValidationException"} |
493 | 517 | ] |
494 | 518 | }, |
|
501 | 525 | "input":{"shape":"UpdateScheduleRequest"}, |
502 | 526 | "output":{"shape":"UpdateScheduleResponse"}, |
503 | 527 | "errors":[ |
| 528 | + {"shape":"ResourceNotFoundException"}, |
| 529 | + {"shape":"ServiceQuotaExceededException"}, |
504 | 530 | {"shape":"ValidationException"} |
505 | 531 | ] |
506 | 532 | } |
|
777 | 803 | "max":512, |
778 | 804 | "min":1 |
779 | 805 | }, |
| 806 | + "CsvOptions":{ |
| 807 | + "type":"structure", |
| 808 | + "members":{ |
| 809 | + "Delimiter":{"shape":"Delimiter"} |
| 810 | + } |
| 811 | + }, |
| 812 | + "CsvOutputOptions":{ |
| 813 | + "type":"structure", |
| 814 | + "members":{ |
| 815 | + "Delimiter":{"shape":"Delimiter"} |
| 816 | + } |
| 817 | + }, |
780 | 818 | "DataCatalogInputDefinition":{ |
781 | 819 | "type":"structure", |
782 | 820 | "required":[ |
|
927 | 965 | "Name":{"shape":"ScheduleName"} |
928 | 966 | } |
929 | 967 | }, |
| 968 | + "Delimiter":{ |
| 969 | + "type":"string", |
| 970 | + "max":1, |
| 971 | + "min":1 |
| 972 | + }, |
930 | 973 | "DescribeDatasetRequest":{ |
931 | 974 | "type":"structure", |
932 | 975 | "required":["Name"], |
|
1113 | 1156 | "type":"structure", |
1114 | 1157 | "members":{ |
1115 | 1158 | "Json":{"shape":"JsonOptions"}, |
1116 | | - "Excel":{"shape":"ExcelOptions"} |
| 1159 | + "Excel":{"shape":"ExcelOptions"}, |
| 1160 | + "Csv":{"shape":"CsvOptions"} |
1117 | 1161 | } |
1118 | 1162 | }, |
1119 | 1163 | "HiddenColumnList":{ |
|
1489 | 1533 | "Format":{"shape":"OutputFormat"}, |
1490 | 1534 | "PartitionColumns":{"shape":"ColumnNameList"}, |
1491 | 1535 | "Location":{"shape":"S3Location"}, |
1492 | | - "Overwrite":{"shape":"OverwriteOutput"} |
| 1536 | + "Overwrite":{"shape":"OverwriteOutput"}, |
| 1537 | + "FormatOptions":{"shape":"OutputFormatOptions"} |
1493 | 1538 | } |
1494 | 1539 | }, |
1495 | 1540 | "OutputFormat":{ |
|
1504 | 1549 | "XML" |
1505 | 1550 | ] |
1506 | 1551 | }, |
| 1552 | + "OutputFormatOptions":{ |
| 1553 | + "type":"structure", |
| 1554 | + "members":{ |
| 1555 | + "Csv":{"shape":"CsvOutputOptions"} |
| 1556 | + } |
| 1557 | + }, |
1507 | 1558 | "OutputList":{ |
1508 | 1559 | "type":"list", |
1509 | 1560 | "member":{"shape":"Output"}, |
|
0 commit comments