|
9255 | 9255 | "FolderArns":{
|
9256 | 9256 | "shape":"FolderArnList",
|
9257 | 9257 | "documentation":"<p>When you create the dataset, Amazon QuickSight adds the dataset to these folders.</p>"
|
| 9258 | + }, |
| 9259 | + "PerformanceConfiguration":{ |
| 9260 | + "shape":"PerformanceConfiguration", |
| 9261 | + "documentation":"<p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>" |
9258 | 9262 | }
|
9259 | 9263 | }
|
9260 | 9264 | },
|
|
11632 | 11636 | "DatasetParameters":{
|
11633 | 11637 | "shape":"DatasetParameterList",
|
11634 | 11638 | "documentation":"<p>The parameters that are declared in a dataset.</p>"
|
| 11639 | + }, |
| 11640 | + "PerformanceConfiguration":{ |
| 11641 | + "shape":"PerformanceConfiguration", |
| 11642 | + "documentation":"<p>The performance optimization configuration of a dataset.</p>" |
11635 | 11643 | }
|
11636 | 11644 | },
|
11637 | 11645 | "documentation":"<p>Dataset.</p>"
|
|
26127 | 26135 | "max":100,
|
26128 | 26136 | "min":0
|
26129 | 26137 | },
|
| 26138 | + "PerformanceConfiguration":{ |
| 26139 | + "type":"structure", |
| 26140 | + "members":{ |
| 26141 | + "UniqueKeys":{ |
| 26142 | + "shape":"UniqueKeyList", |
| 26143 | + "documentation":"<p>A <code>UniqueKey</code> configuration.</p>" |
| 26144 | + } |
| 26145 | + }, |
| 26146 | + "documentation":"<p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>" |
| 26147 | + }, |
26130 | 26148 | "PeriodOverPeriodComputation":{
|
26131 | 26149 | "type":"structure",
|
26132 | 26150 | "required":["ComputationId"],
|
|
34725 | 34743 | "type":"string",
|
34726 | 34744 | "pattern":"^[^\\u0000-\\u00FF]$"
|
34727 | 34745 | },
|
| 34746 | + "UniqueKey":{ |
| 34747 | + "type":"structure", |
| 34748 | + "required":["ColumnNames"], |
| 34749 | + "members":{ |
| 34750 | + "ColumnNames":{ |
| 34751 | + "shape":"UniqueKeyColumnNameList", |
| 34752 | + "documentation":"<p>The name of the column that is referenced in the <code>UniqueKey</code> configuration.</p>" |
| 34753 | + } |
| 34754 | + }, |
| 34755 | + "documentation":"<p>A <code>UniqueKey</code> configuration that references a dataset column.</p>" |
| 34756 | + }, |
| 34757 | + "UniqueKeyColumnNameList":{ |
| 34758 | + "type":"list", |
| 34759 | + "member":{"shape":"ColumnName"}, |
| 34760 | + "max":1, |
| 34761 | + "min":1 |
| 34762 | + }, |
| 34763 | + "UniqueKeyList":{ |
| 34764 | + "type":"list", |
| 34765 | + "member":{"shape":"UniqueKey"}, |
| 34766 | + "max":1, |
| 34767 | + "min":1 |
| 34768 | + }, |
34728 | 34769 | "UniqueValuesComputation":{
|
34729 | 34770 | "type":"structure",
|
34730 | 34771 | "required":["ComputationId"],
|
|
35638 | 35679 | "DatasetParameters":{
|
35639 | 35680 | "shape":"DatasetParameterList",
|
35640 | 35681 | "documentation":"<p>The parameter declarations of the dataset.</p>"
|
| 35682 | + }, |
| 35683 | + "PerformanceConfiguration":{ |
| 35684 | + "shape":"PerformanceConfiguration", |
| 35685 | + "documentation":"<p>The configuration for the performance optimization of the dataset that contains a <code>UniqueKey</code> configuration.</p>" |
35641 | 35686 | }
|
35642 | 35687 | }
|
35643 | 35688 | },
|
|
0 commit comments