|
7459 | 7459 | "traits": { |
7460 | 7460 | "smithy.api#documentation": "<p>Creates a list of supported custom datatypes.</p>" |
7461 | 7461 | } |
| 7462 | + }, |
| 7463 | + "Serde": { |
| 7464 | + "target": "com.amazonaws.glue#CsvSerdeOption", |
| 7465 | + "traits": { |
| 7466 | + "smithy.api#documentation": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>" |
| 7467 | + } |
7462 | 7468 | } |
7463 | 7469 | }, |
7464 | 7470 | "traits": { |
|
9570 | 9576 | "traits": { |
9571 | 9577 | "smithy.api#documentation": "<p>A list of custom datatypes including \"BINARY\", \"BOOLEAN\", \"DATE\", \"DECIMAL\", \"DOUBLE\", \"FLOAT\", \"INT\", \"LONG\", \"SHORT\", \"STRING\", \"TIMESTAMP\".</p>" |
9572 | 9578 | } |
| 9579 | + }, |
| 9580 | + "Serde": { |
| 9581 | + "target": "com.amazonaws.glue#CsvSerdeOption", |
| 9582 | + "traits": { |
| 9583 | + "smithy.api#documentation": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>" |
| 9584 | + } |
9573 | 9585 | } |
9574 | 9586 | }, |
9575 | 9587 | "traits": { |
|
9625 | 9637 | "smithy.api#pattern": "^[^\\r\\n]$" |
9626 | 9638 | } |
9627 | 9639 | }, |
| 9640 | + "com.amazonaws.glue#CsvSerdeOption": { |
| 9641 | + "type": "enum", |
| 9642 | + "members": { |
| 9643 | + "OpenCSVSerDe": { |
| 9644 | + "target": "smithy.api#Unit", |
| 9645 | + "traits": { |
| 9646 | + "smithy.api#enumValue": "OpenCSVSerDe" |
| 9647 | + } |
| 9648 | + }, |
| 9649 | + "LazySimpleSerDe": { |
| 9650 | + "target": "smithy.api#Unit", |
| 9651 | + "traits": { |
| 9652 | + "smithy.api#enumValue": "LazySimpleSerDe" |
| 9653 | + } |
| 9654 | + }, |
| 9655 | + "None": { |
| 9656 | + "target": "smithy.api#Unit", |
| 9657 | + "traits": { |
| 9658 | + "smithy.api#enumValue": "None" |
| 9659 | + } |
| 9660 | + } |
| 9661 | + } |
| 9662 | + }, |
9628 | 9663 | "com.amazonaws.glue#CustomCode": { |
9629 | 9664 | "type": "structure", |
9630 | 9665 | "members": { |
|
33170 | 33205 | "traits": { |
33171 | 33206 | "smithy.api#documentation": "<p>Specifies a list of supported custom datatypes.</p>" |
33172 | 33207 | } |
| 33208 | + }, |
| 33209 | + "Serde": { |
| 33210 | + "target": "com.amazonaws.glue#CsvSerdeOption", |
| 33211 | + "traits": { |
| 33212 | + "smithy.api#documentation": "<p>Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are <code>OpenCSVSerDe</code>, <code>LazySimpleSerDe</code>, and <code>None</code>. You can specify the <code>None</code> value when you want the crawler to do the detection.</p>" |
| 33213 | + } |
33173 | 33214 | } |
33174 | 33215 | }, |
33175 | 33216 | "traits": { |
|
0 commit comments