|
739 | 739 | "shape":"DatasetName",
|
740 | 740 | "documentation":"<p>The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.</p>"
|
741 | 741 | },
|
| 742 | + "Format":{ |
| 743 | + "shape":"InputFormat", |
| 744 | + "documentation":"<p>Specifies the file format of a dataset created from an S3 file or folder.</p>" |
| 745 | + }, |
742 | 746 | "FormatOptions":{"shape":"FormatOptions"},
|
743 | 747 | "Input":{"shape":"Input"},
|
744 | 748 | "Tags":{
|
|
1016 | 1020 | "Delimiter":{
|
1017 | 1021 | "shape":"Delimiter",
|
1018 | 1022 | "documentation":"<p>A single character that specifies the delimiter being used in the Csv file.</p>"
|
| 1023 | + }, |
| 1024 | + "HeaderRow":{ |
| 1025 | + "shape":"HeaderRow", |
| 1026 | + "documentation":"<p>A variable that specifies whether the first row in the file will be parsed as the header. If false, column names will be auto-generated.</p>" |
1019 | 1027 | }
|
1020 | 1028 | },
|
1021 | 1029 | "documentation":"<p>Options that define how DataBrew will read a Csv file when creating a dataset from that file.</p>"
|
|
1084 | 1092 | "shape":"DatasetName",
|
1085 | 1093 | "documentation":"<p>The unique name of the dataset.</p>"
|
1086 | 1094 | },
|
| 1095 | + "Format":{ |
| 1096 | + "shape":"InputFormat", |
| 1097 | + "documentation":"<p>Specifies the file format of a dataset created from an S3 file or folder.</p>" |
| 1098 | + }, |
1087 | 1099 | "FormatOptions":{
|
1088 | 1100 | "shape":"FormatOptions",
|
1089 | 1101 | "documentation":"<p>Options that define how DataBrew interprets the data in the dataset.</p>"
|
|
1287 | 1299 | "shape":"DatasetName",
|
1288 | 1300 | "documentation":"<p>The name of the dataset.</p>"
|
1289 | 1301 | },
|
| 1302 | + "Format":{ |
| 1303 | + "shape":"InputFormat", |
| 1304 | + "documentation":"<p>Specifies the file format of a dataset created from an S3 file or folder.</p>" |
| 1305 | + }, |
1290 | 1306 | "FormatOptions":{"shape":"FormatOptions"},
|
1291 | 1307 | "Input":{"shape":"Input"},
|
1292 | 1308 | "LastModifiedDate":{
|
|
1717 | 1733 | "SheetIndexes":{
|
1718 | 1734 | "shape":"SheetIndexList",
|
1719 | 1735 | "documentation":"<p>Specifies one or more sheet numbers in the Excel file, which will be included in the dataset.</p>"
|
| 1736 | + }, |
| 1737 | + "HeaderRow":{ |
| 1738 | + "shape":"HeaderRow", |
| 1739 | + "documentation":"<p>A variable that specifies whether the first row in the file will be parsed as the header. If false, column names will be auto-generated.</p>" |
1720 | 1740 | }
|
1721 | 1741 | },
|
1722 | 1742 | "documentation":"<p>Options that define how DataBrew will interpret a Microsoft Excel file, when creating a dataset from that file.</p>"
|
|
1740 | 1760 | },
|
1741 | 1761 | "documentation":"<p>Options that define the structure of either Csv, Excel, or JSON input.</p>"
|
1742 | 1762 | },
|
| 1763 | + "HeaderRow":{"type":"boolean"}, |
1743 | 1764 | "HiddenColumnList":{
|
1744 | 1765 | "type":"list",
|
1745 | 1766 | "member":{"shape":"ColumnName"}
|
|
1758 | 1779 | },
|
1759 | 1780 | "documentation":"<p>Information on how DataBrew can find data, in either the AWS Glue Data Catalog or Amazon S3.</p>"
|
1760 | 1781 | },
|
| 1782 | + "InputFormat":{ |
| 1783 | + "type":"string", |
| 1784 | + "enum":[ |
| 1785 | + "CSV", |
| 1786 | + "JSON", |
| 1787 | + "PARQUET", |
| 1788 | + "EXCEL" |
| 1789 | + ] |
| 1790 | + }, |
1761 | 1791 | "InternalServerException":{
|
1762 | 1792 | "type":"structure",
|
1763 | 1793 | "members":{
|
|
3047 | 3077 | "location":"uri",
|
3048 | 3078 | "locationName":"name"
|
3049 | 3079 | },
|
| 3080 | + "Format":{ |
| 3081 | + "shape":"InputFormat", |
| 3082 | + "documentation":"<p>Specifies the file format of a dataset created from an S3 file or folder.</p>" |
| 3083 | + }, |
3050 | 3084 | "FormatOptions":{"shape":"FormatOptions"},
|
3051 | 3085 | "Input":{"shape":"Input"}
|
3052 | 3086 | }
|
|
0 commit comments