|
364 | 364 | "documentation":"<p>Time until which the Changeset is active. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>",
|
365 | 365 | "box":true
|
366 | 366 | },
|
| 367 | + "activeFromTimestamp":{ |
| 368 | + "shape":"TimestampEpoch", |
| 369 | + "box":true |
| 370 | + }, |
367 | 371 | "updatesChangesetId":{
|
368 | 372 | "shape":"ChangesetId",
|
369 | 373 | "documentation":"<p>The unique identifier of the Changeset that is updated.</p>"
|
|
559 | 563 | "required":[
|
560 | 564 | "datasetTitle",
|
561 | 565 | "kind",
|
562 |
| - "datasetDescription", |
563 |
| - "permissionGroupParams", |
564 |
| - "alias" |
| 566 | + "permissionGroupParams" |
565 | 567 | ],
|
566 | 568 | "members":{
|
567 | 569 | "clientToken":{
|
|
643 | 645 | "destinationType":{
|
644 | 646 | "shape":"DataViewDestinationType",
|
645 | 647 | "documentation":"<p>Destination type for a Dataview.</p> <ul> <li> <p> <code>GLUE_TABLE</code> - Glue table destination type.</p> </li> </ul>"
|
646 |
| - } |
| 648 | + }, |
| 649 | + "s3DestinationExportFileFormat":{"shape":"ExportFileFormat"}, |
| 650 | + "s3DestinationExportFileFormatOptions":{"shape":"S3DestinationFormatOptions"} |
647 | 651 | },
|
648 | 652 | "documentation":"<p>Structure for the Dataview destination type parameters.</p>"
|
649 | 653 | },
|
|
794 | 798 | "DatasetDescription":{
|
795 | 799 | "type":"string",
|
796 | 800 | "documentation":"Description of a dataset",
|
797 |
| - "max":256, |
| 801 | + "max":1000, |
798 | 802 | "min":1,
|
799 | 803 | "pattern":"[\\s\\S]*\\S[\\s\\S]*"
|
800 | 804 | },
|
|
908 | 912 | "documentation":"Changeset Error Message",
|
909 | 913 | "max":1000
|
910 | 914 | },
|
| 915 | + "ExportFileFormat":{ |
| 916 | + "type":"string", |
| 917 | + "documentation":"Data View Export File Format", |
| 918 | + "enum":[ |
| 919 | + "PARQUET", |
| 920 | + "DELIMITED_TEXT" |
| 921 | + ] |
| 922 | + }, |
911 | 923 | "FormatParams":{
|
912 | 924 | "type":"map",
|
913 | 925 | "key":{"shape":"StringMapKey"},
|
|
980 | 992 | "documentation":"<p>Time until which the Changeset is active. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>",
|
981 | 993 | "box":true
|
982 | 994 | },
|
| 995 | + "activeFromTimestamp":{ |
| 996 | + "shape":"TimestampEpoch", |
| 997 | + "box":true |
| 998 | + }, |
983 | 999 | "updatesChangesetId":{
|
984 | 1000 | "shape":"ChangesetId",
|
985 | 1001 | "documentation":"<p>The unique identifier of the Changeset that is being updated.</p>"
|
|
1405 | 1421 | "max":100,
|
1406 | 1422 | "min":1
|
1407 | 1423 | },
|
| 1424 | + "S3DestinationFormatOptions":{ |
| 1425 | + "type":"map", |
| 1426 | + "key":{"shape":"StringMapKey"}, |
| 1427 | + "value":{"shape":"StringMapValue"} |
| 1428 | + }, |
1408 | 1429 | "SchemaDefinition":{
|
1409 | 1430 | "type":"structure",
|
1410 | 1431 | "members":{
|
|
1537 | 1558 | "required":[
|
1538 | 1559 | "datasetId",
|
1539 | 1560 | "datasetTitle",
|
1540 |
| - "kind", |
1541 |
| - "alias" |
| 1561 | + "kind" |
1542 | 1562 | ],
|
1543 | 1563 | "members":{
|
1544 | 1564 | "clientToken":{
|
|
0 commit comments