aws-sdk-quicksight 1.162.0 → 1.163.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1233 -57
- data/lib/aws-sdk-quicksight/client_api.rb +383 -14
- data/lib/aws-sdk-quicksight/errors.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +1358 -58
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +911 -5
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +341 -1
- metadata +1 -1
|
@@ -49,8 +49,11 @@ module Aws::QuickSight
|
|
|
49
49
|
AggFunctionParamMap = Shapes::MapShape.new(name: 'AggFunctionParamMap')
|
|
50
50
|
AggFunctionParamValue = Shapes::StringShape.new(name: 'AggFunctionParamValue')
|
|
51
51
|
AggType = Shapes::StringShape.new(name: 'AggType')
|
|
52
|
+
AggregateOperation = Shapes::StructureShape.new(name: 'AggregateOperation')
|
|
53
|
+
Aggregation = Shapes::StructureShape.new(name: 'Aggregation')
|
|
52
54
|
AggregationFunction = Shapes::StructureShape.new(name: 'AggregationFunction')
|
|
53
55
|
AggregationFunctionParameters = Shapes::MapShape.new(name: 'AggregationFunctionParameters')
|
|
56
|
+
AggregationList = Shapes::ListShape.new(name: 'AggregationList')
|
|
54
57
|
AggregationPartitionBy = Shapes::StructureShape.new(name: 'AggregationPartitionBy')
|
|
55
58
|
AggregationPartitionByList = Shapes::ListShape.new(name: 'AggregationPartitionByList')
|
|
56
59
|
AggregationSortConfiguration = Shapes::StructureShape.new(name: 'AggregationSortConfiguration')
|
|
@@ -94,6 +97,9 @@ module Aws::QuickSight
|
|
|
94
97
|
AnonymousUserSnapshotJobResultList = Shapes::ListShape.new(name: 'AnonymousUserSnapshotJobResultList')
|
|
95
98
|
AnswerId = Shapes::StringShape.new(name: 'AnswerId')
|
|
96
99
|
AnswerIds = Shapes::ListShape.new(name: 'AnswerIds')
|
|
100
|
+
AppendOperation = Shapes::StructureShape.new(name: 'AppendOperation')
|
|
101
|
+
AppendedColumn = Shapes::StructureShape.new(name: 'AppendedColumn')
|
|
102
|
+
AppendedColumnList = Shapes::ListShape.new(name: 'AppendedColumnList')
|
|
97
103
|
ApplicationArn = Shapes::StringShape.new(name: 'ApplicationArn')
|
|
98
104
|
ApplicationTheme = Shapes::StructureShape.new(name: 'ApplicationTheme')
|
|
99
105
|
ArcAxisConfiguration = Shapes::StructureShape.new(name: 'ArcAxisConfiguration')
|
|
@@ -316,6 +322,8 @@ module Aws::QuickSight
|
|
|
316
322
|
CascadingControlSource = Shapes::StructureShape.new(name: 'CascadingControlSource')
|
|
317
323
|
CascadingControlSourceList = Shapes::ListShape.new(name: 'CascadingControlSourceList')
|
|
318
324
|
CastColumnTypeOperation = Shapes::StructureShape.new(name: 'CastColumnTypeOperation')
|
|
325
|
+
CastColumnTypeOperationList = Shapes::ListShape.new(name: 'CastColumnTypeOperationList')
|
|
326
|
+
CastColumnTypesOperation = Shapes::StructureShape.new(name: 'CastColumnTypesOperation')
|
|
319
327
|
Catalog = Shapes::StringShape.new(name: 'Catalog')
|
|
320
328
|
CategoricalAggregationFunction = Shapes::StringShape.new(name: 'CategoricalAggregationFunction')
|
|
321
329
|
CategoricalDimensionField = Shapes::StructureShape.new(name: 'CategoricalDimensionField')
|
|
@@ -330,6 +338,7 @@ module Aws::QuickSight
|
|
|
330
338
|
CategoryInnerFilter = Shapes::StructureShape.new(name: 'CategoryInnerFilter')
|
|
331
339
|
CategoryValue = Shapes::StringShape.new(name: 'CategoryValue')
|
|
332
340
|
CategoryValueList = Shapes::ListShape.new(name: 'CategoryValueList')
|
|
341
|
+
CellValue = Shapes::StringShape.new(name: 'CellValue')
|
|
333
342
|
CellValueSynonym = Shapes::StructureShape.new(name: 'CellValueSynonym')
|
|
334
343
|
CellValueSynonyms = Shapes::ListShape.new(name: 'CellValueSynonyms')
|
|
335
344
|
ChartAxisLabelOptions = Shapes::StructureShape.new(name: 'ChartAxisLabelOptions')
|
|
@@ -369,10 +378,10 @@ module Aws::QuickSight
|
|
|
369
378
|
ColumnId = Shapes::StringShape.new(name: 'ColumnId')
|
|
370
379
|
ColumnIdentifier = Shapes::StructureShape.new(name: 'ColumnIdentifier')
|
|
371
380
|
ColumnLevelPermissionRule = Shapes::StructureShape.new(name: 'ColumnLevelPermissionRule')
|
|
381
|
+
ColumnLevelPermissionRuleColumnNameList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleColumnNameList')
|
|
372
382
|
ColumnLevelPermissionRuleList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleList')
|
|
373
383
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
|
374
384
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
|
375
|
-
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
|
376
385
|
ColumnOrderingType = Shapes::StringShape.new(name: 'ColumnOrderingType')
|
|
377
386
|
ColumnRole = Shapes::StringShape.new(name: 'ColumnRole')
|
|
378
387
|
ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
|
|
@@ -382,6 +391,8 @@ module Aws::QuickSight
|
|
|
382
391
|
ColumnTagList = Shapes::ListShape.new(name: 'ColumnTagList')
|
|
383
392
|
ColumnTagName = Shapes::StringShape.new(name: 'ColumnTagName')
|
|
384
393
|
ColumnTagNames = Shapes::ListShape.new(name: 'ColumnTagNames')
|
|
394
|
+
ColumnToUnpivot = Shapes::StructureShape.new(name: 'ColumnToUnpivot')
|
|
395
|
+
ColumnToUnpivotList = Shapes::ListShape.new(name: 'ColumnToUnpivotList')
|
|
385
396
|
ColumnTooltipItem = Shapes::StructureShape.new(name: 'ColumnTooltipItem')
|
|
386
397
|
ComboChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'ComboChartAggregatedFieldWells')
|
|
387
398
|
ComboChartConfiguration = Shapes::StructureShape.new(name: 'ComboChartConfiguration')
|
|
@@ -550,19 +561,37 @@ module Aws::QuickSight
|
|
|
550
561
|
DataPointDrillUpDownOption = Shapes::StructureShape.new(name: 'DataPointDrillUpDownOption')
|
|
551
562
|
DataPointMenuLabelOption = Shapes::StructureShape.new(name: 'DataPointMenuLabelOption')
|
|
552
563
|
DataPointTooltipOption = Shapes::StructureShape.new(name: 'DataPointTooltipOption')
|
|
564
|
+
DataPrepAggregationFunction = Shapes::StructureShape.new(name: 'DataPrepAggregationFunction')
|
|
565
|
+
DataPrepConfiguration = Shapes::StructureShape.new(name: 'DataPrepConfiguration')
|
|
566
|
+
DataPrepListAggregationFunction = Shapes::StructureShape.new(name: 'DataPrepListAggregationFunction')
|
|
567
|
+
DataPrepSimpleAggregationFunction = Shapes::StructureShape.new(name: 'DataPrepSimpleAggregationFunction')
|
|
568
|
+
DataPrepSimpleAggregationFunctionType = Shapes::StringShape.new(name: 'DataPrepSimpleAggregationFunctionType')
|
|
553
569
|
DataQAEnabledOption = Shapes::StructureShape.new(name: 'DataQAEnabledOption')
|
|
554
570
|
DataQnAConfigurations = Shapes::StructureShape.new(name: 'DataQnAConfigurations')
|
|
555
571
|
DataSet = Shapes::StructureShape.new(name: 'DataSet')
|
|
556
572
|
DataSetArnsList = Shapes::ListShape.new(name: 'DataSetArnsList')
|
|
557
573
|
DataSetCalculatedFieldExpression = Shapes::StringShape.new(name: 'DataSetCalculatedFieldExpression')
|
|
574
|
+
DataSetColumnIdMapping = Shapes::StructureShape.new(name: 'DataSetColumnIdMapping')
|
|
575
|
+
DataSetColumnIdMappingList = Shapes::ListShape.new(name: 'DataSetColumnIdMappingList')
|
|
558
576
|
DataSetConfiguration = Shapes::StructureShape.new(name: 'DataSetConfiguration')
|
|
559
577
|
DataSetConfigurationList = Shapes::ListShape.new(name: 'DataSetConfigurationList')
|
|
578
|
+
DataSetDateComparisonFilterCondition = Shapes::StructureShape.new(name: 'DataSetDateComparisonFilterCondition')
|
|
579
|
+
DataSetDateComparisonFilterOperator = Shapes::StringShape.new(name: 'DataSetDateComparisonFilterOperator')
|
|
580
|
+
DataSetDateFilterCondition = Shapes::StructureShape.new(name: 'DataSetDateFilterCondition')
|
|
581
|
+
DataSetDateFilterValue = Shapes::StructureShape.new(name: 'DataSetDateFilterValue')
|
|
582
|
+
DataSetDateRangeFilterCondition = Shapes::StructureShape.new(name: 'DataSetDateRangeFilterCondition')
|
|
583
|
+
DataSetEntityResourceId = Shapes::StringShape.new(name: 'DataSetEntityResourceId')
|
|
560
584
|
DataSetFilterAttribute = Shapes::StringShape.new(name: 'DataSetFilterAttribute')
|
|
561
585
|
DataSetIdentifier = Shapes::StringShape.new(name: 'DataSetIdentifier')
|
|
562
586
|
DataSetIdentifierDeclaration = Shapes::StructureShape.new(name: 'DataSetIdentifierDeclaration')
|
|
563
587
|
DataSetIdentifierDeclarationList = Shapes::ListShape.new(name: 'DataSetIdentifierDeclarationList')
|
|
564
588
|
DataSetImportMode = Shapes::StringShape.new(name: 'DataSetImportMode')
|
|
565
589
|
DataSetName = Shapes::StringShape.new(name: 'DataSetName')
|
|
590
|
+
DataSetNumericComparisonFilterCondition = Shapes::StructureShape.new(name: 'DataSetNumericComparisonFilterCondition')
|
|
591
|
+
DataSetNumericComparisonFilterOperator = Shapes::StringShape.new(name: 'DataSetNumericComparisonFilterOperator')
|
|
592
|
+
DataSetNumericFilterCondition = Shapes::StructureShape.new(name: 'DataSetNumericFilterCondition')
|
|
593
|
+
DataSetNumericFilterValue = Shapes::StructureShape.new(name: 'DataSetNumericFilterValue')
|
|
594
|
+
DataSetNumericRangeFilterCondition = Shapes::StructureShape.new(name: 'DataSetNumericRangeFilterCondition')
|
|
566
595
|
DataSetReference = Shapes::StructureShape.new(name: 'DataSetReference')
|
|
567
596
|
DataSetReferenceList = Shapes::ListShape.new(name: 'DataSetReferenceList')
|
|
568
597
|
DataSetRefreshProperties = Shapes::StructureShape.new(name: 'DataSetRefreshProperties')
|
|
@@ -570,6 +599,15 @@ module Aws::QuickSight
|
|
|
570
599
|
DataSetSchema = Shapes::StructureShape.new(name: 'DataSetSchema')
|
|
571
600
|
DataSetSearchFilter = Shapes::StructureShape.new(name: 'DataSetSearchFilter')
|
|
572
601
|
DataSetSearchFilterList = Shapes::ListShape.new(name: 'DataSetSearchFilterList')
|
|
602
|
+
DataSetStringComparisonFilterCondition = Shapes::StructureShape.new(name: 'DataSetStringComparisonFilterCondition')
|
|
603
|
+
DataSetStringComparisonFilterOperator = Shapes::StringShape.new(name: 'DataSetStringComparisonFilterOperator')
|
|
604
|
+
DataSetStringFilterCondition = Shapes::StructureShape.new(name: 'DataSetStringFilterCondition')
|
|
605
|
+
DataSetStringFilterStaticValue = Shapes::StringShape.new(name: 'DataSetStringFilterStaticValue')
|
|
606
|
+
DataSetStringFilterStaticValueList = Shapes::ListShape.new(name: 'DataSetStringFilterStaticValueList')
|
|
607
|
+
DataSetStringFilterValue = Shapes::StructureShape.new(name: 'DataSetStringFilterValue')
|
|
608
|
+
DataSetStringListFilterCondition = Shapes::StructureShape.new(name: 'DataSetStringListFilterCondition')
|
|
609
|
+
DataSetStringListFilterOperator = Shapes::StringShape.new(name: 'DataSetStringListFilterOperator')
|
|
610
|
+
DataSetStringListFilterValue = Shapes::StructureShape.new(name: 'DataSetStringListFilterValue')
|
|
573
611
|
DataSetSummary = Shapes::StructureShape.new(name: 'DataSetSummary')
|
|
574
612
|
DataSetSummaryList = Shapes::ListShape.new(name: 'DataSetSummaryList')
|
|
575
613
|
DataSetUsageConfiguration = Shapes::StructureShape.new(name: 'DataSetUsageConfiguration')
|
|
@@ -830,6 +868,10 @@ module Aws::QuickSight
|
|
|
830
868
|
DescribeVPCConnectionResponse = Shapes::StructureShape.new(name: 'DescribeVPCConnectionResponse')
|
|
831
869
|
Description = Shapes::StringShape.new(name: 'Description')
|
|
832
870
|
DestinationParameterValueConfiguration = Shapes::StructureShape.new(name: 'DestinationParameterValueConfiguration')
|
|
871
|
+
DestinationTable = Shapes::StructureShape.new(name: 'DestinationTable')
|
|
872
|
+
DestinationTableAlias = Shapes::StringShape.new(name: 'DestinationTableAlias')
|
|
873
|
+
DestinationTableMap = Shapes::MapShape.new(name: 'DestinationTableMap')
|
|
874
|
+
DestinationTableSource = Shapes::StructureShape.new(name: 'DestinationTableSource')
|
|
833
875
|
DigitGroupingStyle = Shapes::StringShape.new(name: 'DigitGroupingStyle')
|
|
834
876
|
DimensionField = Shapes::StructureShape.new(name: 'DimensionField')
|
|
835
877
|
DimensionFieldList = Shapes::ListShape.new(name: 'DimensionFieldList')
|
|
@@ -914,6 +956,7 @@ module Aws::QuickSight
|
|
|
914
956
|
FilterListControl = Shapes::StructureShape.new(name: 'FilterListControl')
|
|
915
957
|
FilterNullOption = Shapes::StringShape.new(name: 'FilterNullOption')
|
|
916
958
|
FilterOperation = Shapes::StructureShape.new(name: 'FilterOperation')
|
|
959
|
+
FilterOperationList = Shapes::ListShape.new(name: 'FilterOperationList')
|
|
917
960
|
FilterOperationSelectedFieldsConfiguration = Shapes::StructureShape.new(name: 'FilterOperationSelectedFieldsConfiguration')
|
|
918
961
|
FilterOperationTargetVisualsConfiguration = Shapes::StructureShape.new(name: 'FilterOperationTargetVisualsConfiguration')
|
|
919
962
|
FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
|
|
@@ -925,6 +968,7 @@ module Aws::QuickSight
|
|
|
925
968
|
FilterTextFieldControl = Shapes::StructureShape.new(name: 'FilterTextFieldControl')
|
|
926
969
|
FilterVisualScope = Shapes::StringShape.new(name: 'FilterVisualScope')
|
|
927
970
|
FilteredVisualsList = Shapes::ListShape.new(name: 'FilteredVisualsList')
|
|
971
|
+
FiltersOperation = Shapes::StructureShape.new(name: 'FiltersOperation')
|
|
928
972
|
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
|
929
973
|
FlowId = Shapes::StringShape.new(name: 'FlowId')
|
|
930
974
|
FlowMaxResults = Shapes::IntegerShape.new(name: 'FlowMaxResults')
|
|
@@ -1071,6 +1115,7 @@ module Aws::QuickSight
|
|
|
1071
1115
|
GridLayoutElementRowSpan = Shapes::IntegerShape.new(name: 'GridLayoutElementRowSpan')
|
|
1072
1116
|
GridLayoutScreenCanvasSizeOptions = Shapes::StructureShape.new(name: 'GridLayoutScreenCanvasSizeOptions')
|
|
1073
1117
|
Group = Shapes::StructureShape.new(name: 'Group')
|
|
1118
|
+
GroupByColumnNameList = Shapes::ListShape.new(name: 'GroupByColumnNameList')
|
|
1074
1119
|
GroupDescription = Shapes::StringShape.new(name: 'GroupDescription')
|
|
1075
1120
|
GroupFilterAttribute = Shapes::StringShape.new(name: 'GroupFilterAttribute')
|
|
1076
1121
|
GroupFilterOperator = Shapes::StringShape.new(name: 'GroupFilterOperator')
|
|
@@ -1137,6 +1182,8 @@ module Aws::QuickSight
|
|
|
1137
1182
|
ImageSource = Shapes::UnionShape.new(name: 'ImageSource')
|
|
1138
1183
|
ImageStaticFile = Shapes::StructureShape.new(name: 'ImageStaticFile')
|
|
1139
1184
|
ImpalaParameters = Shapes::StructureShape.new(name: 'ImpalaParameters')
|
|
1185
|
+
ImportTableOperation = Shapes::StructureShape.new(name: 'ImportTableOperation')
|
|
1186
|
+
ImportTableOperationSource = Shapes::StructureShape.new(name: 'ImportTableOperationSource')
|
|
1140
1187
|
IncludeFolderMembers = Shapes::StringShape.new(name: 'IncludeFolderMembers')
|
|
1141
1188
|
IncludeGeneratedAnswer = Shapes::StringShape.new(name: 'IncludeGeneratedAnswer')
|
|
1142
1189
|
IncludeQuickSightQIndex = Shapes::StringShape.new(name: 'IncludeQuickSightQIndex')
|
|
@@ -1170,6 +1217,7 @@ module Aws::QuickSight
|
|
|
1170
1217
|
IntegerValueWhenUnsetConfiguration = Shapes::StructureShape.new(name: 'IntegerValueWhenUnsetConfiguration')
|
|
1171
1218
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
|
1172
1219
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
1220
|
+
InvalidDataSetParameterValueException = Shapes::StructureShape.new(name: 'InvalidDataSetParameterValueException')
|
|
1173
1221
|
InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
|
|
1174
1222
|
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
|
1175
1223
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
|
@@ -1181,6 +1229,10 @@ module Aws::QuickSight
|
|
|
1181
1229
|
JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
|
|
1182
1230
|
JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
|
|
1183
1231
|
JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
|
|
1232
|
+
JoinOperandProperties = Shapes::StructureShape.new(name: 'JoinOperandProperties')
|
|
1233
|
+
JoinOperation = Shapes::StructureShape.new(name: 'JoinOperation')
|
|
1234
|
+
JoinOperationOnClause = Shapes::StringShape.new(name: 'JoinOperationOnClause')
|
|
1235
|
+
JoinOperationType = Shapes::StringShape.new(name: 'JoinOperationType')
|
|
1184
1236
|
JoinType = Shapes::StringShape.new(name: 'JoinType')
|
|
1185
1237
|
KPIActualValueConditionalFormatting = Shapes::StructureShape.new(name: 'KPIActualValueConditionalFormatting')
|
|
1186
1238
|
KPIComparisonValueConditionalFormatting = Shapes::StructureShape.new(name: 'KPIComparisonValueConditionalFormatting')
|
|
@@ -1410,6 +1462,8 @@ module Aws::QuickSight
|
|
|
1410
1462
|
OtherCategories = Shapes::StringShape.new(name: 'OtherCategories')
|
|
1411
1463
|
OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
|
|
1412
1464
|
OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
|
|
1465
|
+
OutputColumnNameOverride = Shapes::StructureShape.new(name: 'OutputColumnNameOverride')
|
|
1466
|
+
OutputColumnNameOverrideList = Shapes::ListShape.new(name: 'OutputColumnNameOverrideList')
|
|
1413
1467
|
OverrideDatasetParameterOperation = Shapes::StructureShape.new(name: 'OverrideDatasetParameterOperation')
|
|
1414
1468
|
PageNumber = Shapes::IntegerShape.new(name: 'PageNumber')
|
|
1415
1469
|
PaginationConfiguration = Shapes::StructureShape.new(name: 'PaginationConfiguration')
|
|
@@ -1434,6 +1488,7 @@ module Aws::QuickSight
|
|
|
1434
1488
|
ParameterTextFieldControl = Shapes::StructureShape.new(name: 'ParameterTextFieldControl')
|
|
1435
1489
|
ParameterValueType = Shapes::StringShape.new(name: 'ParameterValueType')
|
|
1436
1490
|
Parameters = Shapes::StructureShape.new(name: 'Parameters')
|
|
1491
|
+
ParentDataSet = Shapes::StructureShape.new(name: 'ParentDataSet')
|
|
1437
1492
|
Password = Shapes::StringShape.new(name: 'Password')
|
|
1438
1493
|
Path = Shapes::ListShape.new(name: 'Path')
|
|
1439
1494
|
PercentNumber = Shapes::FloatShape.new(name: 'PercentNumber')
|
|
@@ -1458,9 +1513,12 @@ module Aws::QuickSight
|
|
|
1458
1513
|
PieChartFieldWells = Shapes::StructureShape.new(name: 'PieChartFieldWells')
|
|
1459
1514
|
PieChartSortConfiguration = Shapes::StructureShape.new(name: 'PieChartSortConfiguration')
|
|
1460
1515
|
PieChartVisual = Shapes::StructureShape.new(name: 'PieChartVisual')
|
|
1516
|
+
PivotConfiguration = Shapes::StructureShape.new(name: 'PivotConfiguration')
|
|
1461
1517
|
PivotFieldSortOptions = Shapes::StructureShape.new(name: 'PivotFieldSortOptions')
|
|
1462
1518
|
PivotFieldSortOptionsList = Shapes::ListShape.new(name: 'PivotFieldSortOptionsList')
|
|
1519
|
+
PivotGroupByColumnNameList = Shapes::ListShape.new(name: 'PivotGroupByColumnNameList')
|
|
1463
1520
|
PivotMeasureFieldList = Shapes::ListShape.new(name: 'PivotMeasureFieldList')
|
|
1521
|
+
PivotOperation = Shapes::StructureShape.new(name: 'PivotOperation')
|
|
1464
1522
|
PivotTableAggregatedFieldWells = Shapes::StructureShape.new(name: 'PivotTableAggregatedFieldWells')
|
|
1465
1523
|
PivotTableCellConditionalFormatting = Shapes::StructureShape.new(name: 'PivotTableCellConditionalFormatting')
|
|
1466
1524
|
PivotTableConditionalFormatting = Shapes::StructureShape.new(name: 'PivotTableConditionalFormatting')
|
|
@@ -1496,6 +1554,8 @@ module Aws::QuickSight
|
|
|
1496
1554
|
PivotTableTotalOptions = Shapes::StructureShape.new(name: 'PivotTableTotalOptions')
|
|
1497
1555
|
PivotTableVisual = Shapes::StructureShape.new(name: 'PivotTableVisual')
|
|
1498
1556
|
PivotTotalOptions = Shapes::StructureShape.new(name: 'PivotTotalOptions')
|
|
1557
|
+
PivotedLabel = Shapes::StructureShape.new(name: 'PivotedLabel')
|
|
1558
|
+
PivotedLabelList = Shapes::ListShape.new(name: 'PivotedLabelList')
|
|
1499
1559
|
PixelLength = Shapes::StringShape.new(name: 'PixelLength')
|
|
1500
1560
|
PluginVisual = Shapes::StructureShape.new(name: 'PluginVisual')
|
|
1501
1561
|
PluginVisualAxisName = Shapes::StringShape.new(name: 'PluginVisualAxisName')
|
|
@@ -1526,7 +1586,7 @@ module Aws::QuickSight
|
|
|
1526
1586
|
ProgressBarOptions = Shapes::StructureShape.new(name: 'ProgressBarOptions')
|
|
1527
1587
|
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
|
1528
1588
|
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
|
1529
|
-
|
|
1589
|
+
ProjectedColumnNameList = Shapes::ListShape.new(name: 'ProjectedColumnNameList')
|
|
1530
1590
|
PropertyRole = Shapes::StringShape.new(name: 'PropertyRole')
|
|
1531
1591
|
PropertyUsage = Shapes::StringShape.new(name: 'PropertyUsage')
|
|
1532
1592
|
PurchaseMode = Shapes::StringShape.new(name: 'PurchaseMode')
|
|
@@ -1623,6 +1683,8 @@ module Aws::QuickSight
|
|
|
1623
1683
|
RelativeDatesFilter = Shapes::StructureShape.new(name: 'RelativeDatesFilter')
|
|
1624
1684
|
RelativeFontSize = Shapes::StringShape.new(name: 'RelativeFontSize')
|
|
1625
1685
|
RenameColumnOperation = Shapes::StructureShape.new(name: 'RenameColumnOperation')
|
|
1686
|
+
RenameColumnOperationList = Shapes::ListShape.new(name: 'RenameColumnOperationList')
|
|
1687
|
+
RenameColumnsOperation = Shapes::StructureShape.new(name: 'RenameColumnsOperation')
|
|
1626
1688
|
ResizeOption = Shapes::StringShape.new(name: 'ResizeOption')
|
|
1627
1689
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
1628
1690
|
ResourceExistsException = Shapes::StructureShape.new(name: 'ResourceExistsException')
|
|
@@ -1645,7 +1707,9 @@ module Aws::QuickSight
|
|
|
1645
1707
|
RowAlternateColorList = Shapes::ListShape.new(name: 'RowAlternateColorList')
|
|
1646
1708
|
RowAlternateColorOptions = Shapes::StructureShape.new(name: 'RowAlternateColorOptions')
|
|
1647
1709
|
RowInfo = Shapes::StructureShape.new(name: 'RowInfo')
|
|
1710
|
+
RowLevelPermissionConfiguration = Shapes::StructureShape.new(name: 'RowLevelPermissionConfiguration')
|
|
1648
1711
|
RowLevelPermissionDataSet = Shapes::StructureShape.new(name: 'RowLevelPermissionDataSet')
|
|
1712
|
+
RowLevelPermissionDataSetMap = Shapes::MapShape.new(name: 'RowLevelPermissionDataSetMap')
|
|
1649
1713
|
RowLevelPermissionFormatVersion = Shapes::StringShape.new(name: 'RowLevelPermissionFormatVersion')
|
|
1650
1714
|
RowLevelPermissionPolicy = Shapes::StringShape.new(name: 'RowLevelPermissionPolicy')
|
|
1651
1715
|
RowLevelPermissionTagConfiguration = Shapes::StructureShape.new(name: 'RowLevelPermissionTagConfiguration')
|
|
@@ -1662,6 +1726,7 @@ module Aws::QuickSight
|
|
|
1662
1726
|
S3Parameters = Shapes::StructureShape.new(name: 'S3Parameters')
|
|
1663
1727
|
S3Source = Shapes::StructureShape.new(name: 'S3Source')
|
|
1664
1728
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
1729
|
+
SaaSTable = Shapes::StructureShape.new(name: 'SaaSTable')
|
|
1665
1730
|
SameSheetTargetVisualConfiguration = Shapes::StructureShape.new(name: 'SameSheetTargetVisualConfiguration')
|
|
1666
1731
|
SankeyDiagramAggregatedFieldWells = Shapes::StructureShape.new(name: 'SankeyDiagramAggregatedFieldWells')
|
|
1667
1732
|
SankeyDiagramChartConfiguration = Shapes::StructureShape.new(name: 'SankeyDiagramChartConfiguration')
|
|
@@ -1718,6 +1783,10 @@ module Aws::QuickSight
|
|
|
1718
1783
|
SelectedSheetsFilterScopeConfiguration = Shapes::StructureShape.new(name: 'SelectedSheetsFilterScopeConfiguration')
|
|
1719
1784
|
SelectedTooltipType = Shapes::StringShape.new(name: 'SelectedTooltipType')
|
|
1720
1785
|
SemanticEntityType = Shapes::StructureShape.new(name: 'SemanticEntityType')
|
|
1786
|
+
SemanticModelConfiguration = Shapes::StructureShape.new(name: 'SemanticModelConfiguration')
|
|
1787
|
+
SemanticTable = Shapes::StructureShape.new(name: 'SemanticTable')
|
|
1788
|
+
SemanticTableAlias = Shapes::StringShape.new(name: 'SemanticTableAlias')
|
|
1789
|
+
SemanticTableMap = Shapes::MapShape.new(name: 'SemanticTableMap')
|
|
1721
1790
|
SemanticType = Shapes::StructureShape.new(name: 'SemanticType')
|
|
1722
1791
|
SensitiveDouble = Shapes::FloatShape.new(name: 'SensitiveDouble')
|
|
1723
1792
|
SensitiveDoubleList = Shapes::ListShape.new(name: 'SensitiveDoubleList')
|
|
@@ -1731,6 +1800,7 @@ module Aws::QuickSight
|
|
|
1731
1800
|
SensitiveStringObject = Shapes::StringShape.new(name: 'SensitiveStringObject')
|
|
1732
1801
|
SensitiveTimestamp = Shapes::TimestampShape.new(name: 'SensitiveTimestamp')
|
|
1733
1802
|
SensitiveTimestampList = Shapes::ListShape.new(name: 'SensitiveTimestampList')
|
|
1803
|
+
Separator = Shapes::StringShape.new(name: 'Separator')
|
|
1734
1804
|
SeriesItem = Shapes::StructureShape.new(name: 'SeriesItem')
|
|
1735
1805
|
SeriesItemList = Shapes::ListShape.new(name: 'SeriesItemList')
|
|
1736
1806
|
ServiceNowParameters = Shapes::StructureShape.new(name: 'ServiceNowParameters')
|
|
@@ -1833,6 +1903,8 @@ module Aws::QuickSight
|
|
|
1833
1903
|
SnapshotUserConfigurationRedacted = Shapes::StructureShape.new(name: 'SnapshotUserConfigurationRedacted')
|
|
1834
1904
|
SnowflakeParameters = Shapes::StructureShape.new(name: 'SnowflakeParameters')
|
|
1835
1905
|
SortDirection = Shapes::StringShape.new(name: 'SortDirection')
|
|
1906
|
+
SourceTable = Shapes::StructureShape.new(name: 'SourceTable')
|
|
1907
|
+
SourceTableMap = Shapes::MapShape.new(name: 'SourceTableMap')
|
|
1836
1908
|
Spacing = Shapes::StructureShape.new(name: 'Spacing')
|
|
1837
1909
|
SparkParameters = Shapes::StructureShape.new(name: 'SparkParameters')
|
|
1838
1910
|
SpatialStaticFile = Shapes::StructureShape.new(name: 'SpatialStaticFile')
|
|
@@ -1912,6 +1984,10 @@ module Aws::QuickSight
|
|
|
1912
1984
|
TableOptions = Shapes::StructureShape.new(name: 'TableOptions')
|
|
1913
1985
|
TableOrientation = Shapes::StringShape.new(name: 'TableOrientation')
|
|
1914
1986
|
TablePaginatedReportOptions = Shapes::StructureShape.new(name: 'TablePaginatedReportOptions')
|
|
1987
|
+
TablePathElement = Shapes::StructureShape.new(name: 'TablePathElement')
|
|
1988
|
+
TablePathElementId = Shapes::StringShape.new(name: 'TablePathElementId')
|
|
1989
|
+
TablePathElementList = Shapes::ListShape.new(name: 'TablePathElementList')
|
|
1990
|
+
TablePathElementName = Shapes::StringShape.new(name: 'TablePathElementName')
|
|
1915
1991
|
TablePinnedFieldOptions = Shapes::StructureShape.new(name: 'TablePinnedFieldOptions')
|
|
1916
1992
|
TableRowConditionalFormatting = Shapes::StructureShape.new(name: 'TableRowConditionalFormatting')
|
|
1917
1993
|
TableSideBorderOptions = Shapes::StructureShape.new(name: 'TableSideBorderOptions')
|
|
@@ -2061,7 +2137,11 @@ module Aws::QuickSight
|
|
|
2061
2137
|
TotalAggregationOptionList = Shapes::ListShape.new(name: 'TotalAggregationOptionList')
|
|
2062
2138
|
TotalOptions = Shapes::StructureShape.new(name: 'TotalOptions')
|
|
2063
2139
|
TransformOperation = Shapes::StructureShape.new(name: 'TransformOperation')
|
|
2140
|
+
TransformOperationAlias = Shapes::StringShape.new(name: 'TransformOperationAlias')
|
|
2064
2141
|
TransformOperationList = Shapes::ListShape.new(name: 'TransformOperationList')
|
|
2142
|
+
TransformOperationSource = Shapes::StructureShape.new(name: 'TransformOperationSource')
|
|
2143
|
+
TransformStep = Shapes::StructureShape.new(name: 'TransformStep')
|
|
2144
|
+
TransformStepMap = Shapes::MapShape.new(name: 'TransformStepMap')
|
|
2065
2145
|
TransposedColumnIndex = Shapes::IntegerShape.new(name: 'TransposedColumnIndex')
|
|
2066
2146
|
TransposedColumnType = Shapes::StringShape.new(name: 'TransposedColumnType')
|
|
2067
2147
|
TransposedTableOption = Shapes::StructureShape.new(name: 'TransposedTableOption')
|
|
@@ -2091,6 +2171,7 @@ module Aws::QuickSight
|
|
|
2091
2171
|
UniqueKeyList = Shapes::ListShape.new(name: 'UniqueKeyList')
|
|
2092
2172
|
UniqueValuesComputation = Shapes::StructureShape.new(name: 'UniqueValuesComputation')
|
|
2093
2173
|
UnlimitedPixelLength = Shapes::StringShape.new(name: 'UnlimitedPixelLength')
|
|
2174
|
+
UnpivotOperation = Shapes::StructureShape.new(name: 'UnpivotOperation')
|
|
2094
2175
|
UnsupportedPricingPlanException = Shapes::StructureShape.new(name: 'UnsupportedPricingPlanException')
|
|
2095
2176
|
UnsupportedUserEditionException = Shapes::StructureShape.new(name: 'UnsupportedUserEditionException')
|
|
2096
2177
|
UntagColumnOperation = Shapes::StructureShape.new(name: 'UntagColumnOperation')
|
|
@@ -2210,6 +2291,7 @@ module Aws::QuickSight
|
|
|
2210
2291
|
VPCConnectionSummaryList = Shapes::ListShape.new(name: 'VPCConnectionSummaryList')
|
|
2211
2292
|
ValidationStrategy = Shapes::StructureShape.new(name: 'ValidationStrategy')
|
|
2212
2293
|
ValidationStrategyMode = Shapes::StringShape.new(name: 'ValidationStrategyMode')
|
|
2294
|
+
ValueColumnConfiguration = Shapes::StructureShape.new(name: 'ValueColumnConfiguration')
|
|
2213
2295
|
ValueWhenUnsetOption = Shapes::StringShape.new(name: 'ValueWhenUnsetOption')
|
|
2214
2296
|
VersionDescription = Shapes::StringShape.new(name: 'VersionDescription')
|
|
2215
2297
|
VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
|
|
@@ -2372,6 +2454,17 @@ module Aws::QuickSight
|
|
|
2372
2454
|
AggFunctionParamMap.key = Shapes::ShapeRef.new(shape: AggFunctionParamKey)
|
|
2373
2455
|
AggFunctionParamMap.value = Shapes::ShapeRef.new(shape: AggFunctionParamValue)
|
|
2374
2456
|
|
|
2457
|
+
AggregateOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
2458
|
+
AggregateOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
2459
|
+
AggregateOperation.add_member(:group_by_column_names, Shapes::ShapeRef.new(shape: GroupByColumnNameList, location_name: "GroupByColumnNames"))
|
|
2460
|
+
AggregateOperation.add_member(:aggregations, Shapes::ShapeRef.new(shape: AggregationList, required: true, location_name: "Aggregations"))
|
|
2461
|
+
AggregateOperation.struct_class = Types::AggregateOperation
|
|
2462
|
+
|
|
2463
|
+
Aggregation.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: DataPrepAggregationFunction, required: true, location_name: "AggregationFunction"))
|
|
2464
|
+
Aggregation.add_member(:new_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "NewColumnName"))
|
|
2465
|
+
Aggregation.add_member(:new_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "NewColumnId"))
|
|
2466
|
+
Aggregation.struct_class = Types::Aggregation
|
|
2467
|
+
|
|
2375
2468
|
AggregationFunction.add_member(:numerical_aggregation_function, Shapes::ShapeRef.new(shape: NumericalAggregationFunction, location_name: "NumericalAggregationFunction"))
|
|
2376
2469
|
AggregationFunction.add_member(:categorical_aggregation_function, Shapes::ShapeRef.new(shape: CategoricalAggregationFunction, location_name: "CategoricalAggregationFunction"))
|
|
2377
2470
|
AggregationFunction.add_member(:date_aggregation_function, Shapes::ShapeRef.new(shape: DateAggregationFunction, location_name: "DateAggregationFunction"))
|
|
@@ -2381,6 +2474,8 @@ module Aws::QuickSight
|
|
|
2381
2474
|
AggregationFunctionParameters.key = Shapes::ShapeRef.new(shape: LimitedString)
|
|
2382
2475
|
AggregationFunctionParameters.value = Shapes::ShapeRef.new(shape: LimitedString)
|
|
2383
2476
|
|
|
2477
|
+
AggregationList.member = Shapes::ShapeRef.new(shape: Aggregation)
|
|
2478
|
+
|
|
2384
2479
|
AggregationPartitionBy.add_member(:field_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "FieldName"))
|
|
2385
2480
|
AggregationPartitionBy.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "TimeGranularity"))
|
|
2386
2481
|
AggregationPartitionBy.struct_class = Types::AggregationPartitionBy
|
|
@@ -2513,6 +2608,18 @@ module Aws::QuickSight
|
|
|
2513
2608
|
|
|
2514
2609
|
AnswerIds.member = Shapes::ShapeRef.new(shape: AnswerId)
|
|
2515
2610
|
|
|
2611
|
+
AppendOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
2612
|
+
AppendOperation.add_member(:first_source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "FirstSource"))
|
|
2613
|
+
AppendOperation.add_member(:second_source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "SecondSource"))
|
|
2614
|
+
AppendOperation.add_member(:appended_columns, Shapes::ShapeRef.new(shape: AppendedColumnList, required: true, location_name: "AppendedColumns"))
|
|
2615
|
+
AppendOperation.struct_class = Types::AppendOperation
|
|
2616
|
+
|
|
2617
|
+
AppendedColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
|
|
2618
|
+
AppendedColumn.add_member(:new_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "NewColumnId"))
|
|
2619
|
+
AppendedColumn.struct_class = Types::AppendedColumn
|
|
2620
|
+
|
|
2621
|
+
AppendedColumnList.member = Shapes::ShapeRef.new(shape: AppendedColumn)
|
|
2622
|
+
|
|
2516
2623
|
ApplicationTheme.add_member(:brand_color_palette, Shapes::ShapeRef.new(shape: BrandColorPalette, location_name: "BrandColorPalette"))
|
|
2517
2624
|
ApplicationTheme.add_member(:contextual_accent_palette, Shapes::ShapeRef.new(shape: ContextualAccentPalette, location_name: "ContextualAccentPalette"))
|
|
2518
2625
|
ApplicationTheme.add_member(:brand_element_style, Shapes::ShapeRef.new(shape: BrandElementStyle, location_name: "BrandElementStyle"))
|
|
@@ -3293,6 +3400,13 @@ module Aws::QuickSight
|
|
|
3293
3400
|
CastColumnTypeOperation.add_member(:format, Shapes::ShapeRef.new(shape: TypeCastFormat, location_name: "Format"))
|
|
3294
3401
|
CastColumnTypeOperation.struct_class = Types::CastColumnTypeOperation
|
|
3295
3402
|
|
|
3403
|
+
CastColumnTypeOperationList.member = Shapes::ShapeRef.new(shape: CastColumnTypeOperation)
|
|
3404
|
+
|
|
3405
|
+
CastColumnTypesOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
3406
|
+
CastColumnTypesOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
3407
|
+
CastColumnTypesOperation.add_member(:cast_column_type_operations, Shapes::ShapeRef.new(shape: CastColumnTypeOperationList, required: true, location_name: "CastColumnTypeOperations"))
|
|
3408
|
+
CastColumnTypesOperation.struct_class = Types::CastColumnTypesOperation
|
|
3409
|
+
|
|
3296
3410
|
CategoricalDimensionField.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
|
3297
3411
|
CategoricalDimensionField.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
|
3298
3412
|
CategoricalDimensionField.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: HierarchyId, location_name: "HierarchyId"))
|
|
@@ -3420,15 +3534,15 @@ module Aws::QuickSight
|
|
|
3420
3534
|
ColumnIdentifier.struct_class = Types::ColumnIdentifier
|
|
3421
3535
|
|
|
3422
3536
|
ColumnLevelPermissionRule.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalList, location_name: "Principals"))
|
|
3423
|
-
ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape:
|
|
3537
|
+
ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleColumnNameList, location_name: "ColumnNames"))
|
|
3424
3538
|
ColumnLevelPermissionRule.struct_class = Types::ColumnLevelPermissionRule
|
|
3425
3539
|
|
|
3540
|
+
ColumnLevelPermissionRuleColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
3541
|
+
|
|
3426
3542
|
ColumnLevelPermissionRuleList.member = Shapes::ShapeRef.new(shape: ColumnLevelPermissionRule)
|
|
3427
3543
|
|
|
3428
3544
|
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
|
3429
3545
|
|
|
3430
|
-
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
3431
|
-
|
|
3432
3546
|
ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
3433
3547
|
ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
|
3434
3548
|
ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
|
|
@@ -3449,6 +3563,12 @@ module Aws::QuickSight
|
|
|
3449
3563
|
|
|
3450
3564
|
ColumnTagNames.member = Shapes::ShapeRef.new(shape: ColumnTagName)
|
|
3451
3565
|
|
|
3566
|
+
ColumnToUnpivot.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
3567
|
+
ColumnToUnpivot.add_member(:new_value, Shapes::ShapeRef.new(shape: CellValue, location_name: "NewValue"))
|
|
3568
|
+
ColumnToUnpivot.struct_class = Types::ColumnToUnpivot
|
|
3569
|
+
|
|
3570
|
+
ColumnToUnpivotList.member = Shapes::ShapeRef.new(shape: ColumnToUnpivot)
|
|
3571
|
+
|
|
3452
3572
|
ColumnTooltipItem.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
|
3453
3573
|
ColumnTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
|
|
3454
3574
|
ColumnTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
@@ -3686,6 +3806,8 @@ module Aws::QuickSight
|
|
|
3686
3806
|
CreateBrandResponse.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
|
|
3687
3807
|
CreateBrandResponse.struct_class = Types::CreateBrandResponse
|
|
3688
3808
|
|
|
3809
|
+
CreateColumnsOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, location_name: "Alias"))
|
|
3810
|
+
CreateColumnsOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "Source"))
|
|
3689
3811
|
CreateColumnsOperation.add_member(:columns, Shapes::ShapeRef.new(shape: CalculatedColumnList, required: true, location_name: "Columns"))
|
|
3690
3812
|
CreateColumnsOperation.struct_class = Types::CreateColumnsOperation
|
|
3691
3813
|
|
|
@@ -3729,13 +3851,13 @@ module Aws::QuickSight
|
|
|
3729
3851
|
CreateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "DataSetId"))
|
|
3730
3852
|
CreateDataSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
|
3731
3853
|
CreateDataSetRequest.add_member(:physical_table_map, Shapes::ShapeRef.new(shape: PhysicalTableMap, required: true, location_name: "PhysicalTableMap"))
|
|
3732
|
-
CreateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, location_name: "LogicalTableMap"))
|
|
3854
|
+
CreateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, deprecated: true, location_name: "LogicalTableMap", metadata: {"deprecatedMessage" => "Only used in the legacy data preparation experience.", "deprecatedSince" => "2025-10-23"}))
|
|
3733
3855
|
CreateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
|
3734
3856
|
CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
|
3735
3857
|
CreateDataSetRequest.add_member(:field_folders, Shapes::ShapeRef.new(shape: FieldFolderMap, location_name: "FieldFolders"))
|
|
3736
3858
|
CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
|
3737
|
-
CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
|
3738
|
-
CreateDataSetRequest.add_member(:row_level_permission_tag_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionTagConfiguration, location_name: "RowLevelPermissionTagConfiguration"))
|
|
3859
|
+
CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, deprecated: true, location_name: "RowLevelPermissionDataSet", metadata: {"deprecatedMessage" => "Only used in the legacy data preparation experience.", "deprecatedSince" => "2025-10-23"}))
|
|
3860
|
+
CreateDataSetRequest.add_member(:row_level_permission_tag_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionTagConfiguration, deprecated: true, location_name: "RowLevelPermissionTagConfiguration", metadata: {"deprecatedMessage" => "Only used in the legacy data preparation experience.", "deprecatedSince" => "2025-10-23"}))
|
|
3739
3861
|
CreateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
|
3740
3862
|
CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
3741
3863
|
CreateDataSetRequest.add_member(:data_set_usage_configuration, Shapes::ShapeRef.new(shape: DataSetUsageConfiguration, location_name: "DataSetUsageConfiguration"))
|
|
@@ -3743,6 +3865,8 @@ module Aws::QuickSight
|
|
|
3743
3865
|
CreateDataSetRequest.add_member(:folder_arns, Shapes::ShapeRef.new(shape: FolderArnList, location_name: "FolderArns"))
|
|
3744
3866
|
CreateDataSetRequest.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
|
3745
3867
|
CreateDataSetRequest.add_member(:use_as, Shapes::ShapeRef.new(shape: DataSetUseAs, location_name: "UseAs"))
|
|
3868
|
+
CreateDataSetRequest.add_member(:data_prep_configuration, Shapes::ShapeRef.new(shape: DataPrepConfiguration, location_name: "DataPrepConfiguration"))
|
|
3869
|
+
CreateDataSetRequest.add_member(:semantic_model_configuration, Shapes::ShapeRef.new(shape: SemanticModelConfiguration, location_name: "SemanticModelConfiguration"))
|
|
3746
3870
|
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
|
3747
3871
|
|
|
3748
3872
|
CreateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -4296,6 +4420,24 @@ module Aws::QuickSight
|
|
|
4296
4420
|
DataPointTooltipOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
|
4297
4421
|
DataPointTooltipOption.struct_class = Types::DataPointTooltipOption
|
|
4298
4422
|
|
|
4423
|
+
DataPrepAggregationFunction.add_member(:simple_aggregation, Shapes::ShapeRef.new(shape: DataPrepSimpleAggregationFunction, location_name: "SimpleAggregation"))
|
|
4424
|
+
DataPrepAggregationFunction.add_member(:list_aggregation, Shapes::ShapeRef.new(shape: DataPrepListAggregationFunction, location_name: "ListAggregation"))
|
|
4425
|
+
DataPrepAggregationFunction.struct_class = Types::DataPrepAggregationFunction
|
|
4426
|
+
|
|
4427
|
+
DataPrepConfiguration.add_member(:source_table_map, Shapes::ShapeRef.new(shape: SourceTableMap, required: true, location_name: "SourceTableMap"))
|
|
4428
|
+
DataPrepConfiguration.add_member(:transform_step_map, Shapes::ShapeRef.new(shape: TransformStepMap, required: true, location_name: "TransformStepMap"))
|
|
4429
|
+
DataPrepConfiguration.add_member(:destination_table_map, Shapes::ShapeRef.new(shape: DestinationTableMap, required: true, location_name: "DestinationTableMap"))
|
|
4430
|
+
DataPrepConfiguration.struct_class = Types::DataPrepConfiguration
|
|
4431
|
+
|
|
4432
|
+
DataPrepListAggregationFunction.add_member(:input_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "InputColumnName"))
|
|
4433
|
+
DataPrepListAggregationFunction.add_member(:separator, Shapes::ShapeRef.new(shape: Separator, required: true, location_name: "Separator"))
|
|
4434
|
+
DataPrepListAggregationFunction.add_member(:distinct, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Distinct"))
|
|
4435
|
+
DataPrepListAggregationFunction.struct_class = Types::DataPrepListAggregationFunction
|
|
4436
|
+
|
|
4437
|
+
DataPrepSimpleAggregationFunction.add_member(:input_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "InputColumnName"))
|
|
4438
|
+
DataPrepSimpleAggregationFunction.add_member(:function_type, Shapes::ShapeRef.new(shape: DataPrepSimpleAggregationFunctionType, required: true, location_name: "FunctionType"))
|
|
4439
|
+
DataPrepSimpleAggregationFunction.struct_class = Types::DataPrepSimpleAggregationFunction
|
|
4440
|
+
|
|
4299
4441
|
DataQAEnabledOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
|
4300
4442
|
DataQAEnabledOption.struct_class = Types::DataQAEnabledOption
|
|
4301
4443
|
|
|
@@ -4321,10 +4463,18 @@ module Aws::QuickSight
|
|
|
4321
4463
|
DataSet.add_member(:dataset_parameters, Shapes::ShapeRef.new(shape: DatasetParameterList, location_name: "DatasetParameters"))
|
|
4322
4464
|
DataSet.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
|
4323
4465
|
DataSet.add_member(:use_as, Shapes::ShapeRef.new(shape: DataSetUseAs, location_name: "UseAs"))
|
|
4466
|
+
DataSet.add_member(:data_prep_configuration, Shapes::ShapeRef.new(shape: DataPrepConfiguration, location_name: "DataPrepConfiguration"))
|
|
4467
|
+
DataSet.add_member(:semantic_model_configuration, Shapes::ShapeRef.new(shape: SemanticModelConfiguration, location_name: "SemanticModelConfiguration"))
|
|
4324
4468
|
DataSet.struct_class = Types::DataSet
|
|
4325
4469
|
|
|
4326
4470
|
DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
4327
4471
|
|
|
4472
|
+
DataSetColumnIdMapping.add_member(:source_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "SourceColumnId"))
|
|
4473
|
+
DataSetColumnIdMapping.add_member(:target_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "TargetColumnId"))
|
|
4474
|
+
DataSetColumnIdMapping.struct_class = Types::DataSetColumnIdMapping
|
|
4475
|
+
|
|
4476
|
+
DataSetColumnIdMappingList.member = Shapes::ShapeRef.new(shape: DataSetColumnIdMapping)
|
|
4477
|
+
|
|
4328
4478
|
DataSetConfiguration.add_member(:placeholder, Shapes::ShapeRef.new(shape: String, location_name: "Placeholder"))
|
|
4329
4479
|
DataSetConfiguration.add_member(:data_set_schema, Shapes::ShapeRef.new(shape: DataSetSchema, location_name: "DataSetSchema"))
|
|
4330
4480
|
DataSetConfiguration.add_member(:column_group_schema_list, Shapes::ShapeRef.new(shape: ColumnGroupSchemaList, location_name: "ColumnGroupSchemaList"))
|
|
@@ -4332,12 +4482,48 @@ module Aws::QuickSight
|
|
|
4332
4482
|
|
|
4333
4483
|
DataSetConfigurationList.member = Shapes::ShapeRef.new(shape: DataSetConfiguration)
|
|
4334
4484
|
|
|
4485
|
+
DataSetDateComparisonFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetDateComparisonFilterOperator, required: true, location_name: "Operator"))
|
|
4486
|
+
DataSetDateComparisonFilterCondition.add_member(:value, Shapes::ShapeRef.new(shape: DataSetDateFilterValue, location_name: "Value"))
|
|
4487
|
+
DataSetDateComparisonFilterCondition.struct_class = Types::DataSetDateComparisonFilterCondition
|
|
4488
|
+
|
|
4489
|
+
DataSetDateFilterCondition.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
4490
|
+
DataSetDateFilterCondition.add_member(:comparison_filter_condition, Shapes::ShapeRef.new(shape: DataSetDateComparisonFilterCondition, location_name: "ComparisonFilterCondition"))
|
|
4491
|
+
DataSetDateFilterCondition.add_member(:range_filter_condition, Shapes::ShapeRef.new(shape: DataSetDateRangeFilterCondition, location_name: "RangeFilterCondition"))
|
|
4492
|
+
DataSetDateFilterCondition.struct_class = Types::DataSetDateFilterCondition
|
|
4493
|
+
|
|
4494
|
+
DataSetDateFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: SensitiveTimestamp, location_name: "StaticValue"))
|
|
4495
|
+
DataSetDateFilterValue.struct_class = Types::DataSetDateFilterValue
|
|
4496
|
+
|
|
4497
|
+
DataSetDateRangeFilterCondition.add_member(:range_minimum, Shapes::ShapeRef.new(shape: DataSetDateFilterValue, location_name: "RangeMinimum"))
|
|
4498
|
+
DataSetDateRangeFilterCondition.add_member(:range_maximum, Shapes::ShapeRef.new(shape: DataSetDateFilterValue, location_name: "RangeMaximum"))
|
|
4499
|
+
DataSetDateRangeFilterCondition.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box" => true}))
|
|
4500
|
+
DataSetDateRangeFilterCondition.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box" => true}))
|
|
4501
|
+
DataSetDateRangeFilterCondition.struct_class = Types::DataSetDateRangeFilterCondition
|
|
4502
|
+
|
|
4335
4503
|
DataSetIdentifierDeclaration.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSetIdentifier, required: true, location_name: "Identifier"))
|
|
4336
4504
|
DataSetIdentifierDeclaration.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSetArn"))
|
|
4337
4505
|
DataSetIdentifierDeclaration.struct_class = Types::DataSetIdentifierDeclaration
|
|
4338
4506
|
|
|
4339
4507
|
DataSetIdentifierDeclarationList.member = Shapes::ShapeRef.new(shape: DataSetIdentifierDeclaration)
|
|
4340
4508
|
|
|
4509
|
+
DataSetNumericComparisonFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetNumericComparisonFilterOperator, required: true, location_name: "Operator"))
|
|
4510
|
+
DataSetNumericComparisonFilterCondition.add_member(:value, Shapes::ShapeRef.new(shape: DataSetNumericFilterValue, location_name: "Value"))
|
|
4511
|
+
DataSetNumericComparisonFilterCondition.struct_class = Types::DataSetNumericComparisonFilterCondition
|
|
4512
|
+
|
|
4513
|
+
DataSetNumericFilterCondition.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
4514
|
+
DataSetNumericFilterCondition.add_member(:comparison_filter_condition, Shapes::ShapeRef.new(shape: DataSetNumericComparisonFilterCondition, location_name: "ComparisonFilterCondition"))
|
|
4515
|
+
DataSetNumericFilterCondition.add_member(:range_filter_condition, Shapes::ShapeRef.new(shape: DataSetNumericRangeFilterCondition, location_name: "RangeFilterCondition"))
|
|
4516
|
+
DataSetNumericFilterCondition.struct_class = Types::DataSetNumericFilterCondition
|
|
4517
|
+
|
|
4518
|
+
DataSetNumericFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: SensitiveDouble, location_name: "StaticValue", metadata: {"box" => true}))
|
|
4519
|
+
DataSetNumericFilterValue.struct_class = Types::DataSetNumericFilterValue
|
|
4520
|
+
|
|
4521
|
+
DataSetNumericRangeFilterCondition.add_member(:range_minimum, Shapes::ShapeRef.new(shape: DataSetNumericFilterValue, location_name: "RangeMinimum"))
|
|
4522
|
+
DataSetNumericRangeFilterCondition.add_member(:range_maximum, Shapes::ShapeRef.new(shape: DataSetNumericFilterValue, location_name: "RangeMaximum"))
|
|
4523
|
+
DataSetNumericRangeFilterCondition.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box" => true}))
|
|
4524
|
+
DataSetNumericRangeFilterCondition.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box" => true}))
|
|
4525
|
+
DataSetNumericRangeFilterCondition.struct_class = Types::DataSetNumericRangeFilterCondition
|
|
4526
|
+
|
|
4341
4527
|
DataSetReference.add_member(:data_set_placeholder, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "DataSetPlaceholder"))
|
|
4342
4528
|
DataSetReference.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSetArn"))
|
|
4343
4529
|
DataSetReference.struct_class = Types::DataSetReference
|
|
@@ -4358,6 +4544,27 @@ module Aws::QuickSight
|
|
|
4358
4544
|
|
|
4359
4545
|
DataSetSearchFilterList.member = Shapes::ShapeRef.new(shape: DataSetSearchFilter)
|
|
4360
4546
|
|
|
4547
|
+
DataSetStringComparisonFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetStringComparisonFilterOperator, required: true, location_name: "Operator"))
|
|
4548
|
+
DataSetStringComparisonFilterCondition.add_member(:value, Shapes::ShapeRef.new(shape: DataSetStringFilterValue, location_name: "Value"))
|
|
4549
|
+
DataSetStringComparisonFilterCondition.struct_class = Types::DataSetStringComparisonFilterCondition
|
|
4550
|
+
|
|
4551
|
+
DataSetStringFilterCondition.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
4552
|
+
DataSetStringFilterCondition.add_member(:comparison_filter_condition, Shapes::ShapeRef.new(shape: DataSetStringComparisonFilterCondition, location_name: "ComparisonFilterCondition"))
|
|
4553
|
+
DataSetStringFilterCondition.add_member(:list_filter_condition, Shapes::ShapeRef.new(shape: DataSetStringListFilterCondition, location_name: "ListFilterCondition"))
|
|
4554
|
+
DataSetStringFilterCondition.struct_class = Types::DataSetStringFilterCondition
|
|
4555
|
+
|
|
4556
|
+
DataSetStringFilterStaticValueList.member = Shapes::ShapeRef.new(shape: DataSetStringFilterStaticValue)
|
|
4557
|
+
|
|
4558
|
+
DataSetStringFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: DataSetStringFilterStaticValue, location_name: "StaticValue"))
|
|
4559
|
+
DataSetStringFilterValue.struct_class = Types::DataSetStringFilterValue
|
|
4560
|
+
|
|
4561
|
+
DataSetStringListFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetStringListFilterOperator, required: true, location_name: "Operator"))
|
|
4562
|
+
DataSetStringListFilterCondition.add_member(:values, Shapes::ShapeRef.new(shape: DataSetStringListFilterValue, location_name: "Values"))
|
|
4563
|
+
DataSetStringListFilterCondition.struct_class = Types::DataSetStringListFilterCondition
|
|
4564
|
+
|
|
4565
|
+
DataSetStringListFilterValue.add_member(:static_values, Shapes::ShapeRef.new(shape: DataSetStringFilterStaticValueList, location_name: "StaticValues"))
|
|
4566
|
+
DataSetStringListFilterValue.struct_class = Types::DataSetStringListFilterValue
|
|
4567
|
+
|
|
4361
4568
|
DataSetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
4362
4569
|
DataSetSummary.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
|
4363
4570
|
DataSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
@@ -4365,6 +4572,7 @@ module Aws::QuickSight
|
|
|
4365
4572
|
DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
|
4366
4573
|
DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
|
4367
4574
|
DataSetSummary.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
|
4575
|
+
DataSetSummary.add_member(:row_level_permission_data_set_map, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSetMap, location_name: "RowLevelPermissionDataSetMap"))
|
|
4368
4576
|
DataSetSummary.add_member(:row_level_permission_tag_configuration_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "RowLevelPermissionTagConfigurationApplied"))
|
|
4369
4577
|
DataSetSummary.add_member(:column_level_permission_rules_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "ColumnLevelPermissionRulesApplied"))
|
|
4370
4578
|
DataSetSummary.add_member(:use_as, Shapes::ShapeRef.new(shape: DataSetUseAs, location_name: "UseAs"))
|
|
@@ -5595,6 +5803,16 @@ module Aws::QuickSight
|
|
|
5595
5803
|
DestinationParameterValueConfiguration.add_member(:source_column, Shapes::ShapeRef.new(shape: ColumnIdentifier, location_name: "SourceColumn"))
|
|
5596
5804
|
DestinationParameterValueConfiguration.struct_class = Types::DestinationParameterValueConfiguration
|
|
5597
5805
|
|
|
5806
|
+
DestinationTable.add_member(:alias, Shapes::ShapeRef.new(shape: DestinationTableAlias, required: true, location_name: "Alias"))
|
|
5807
|
+
DestinationTable.add_member(:source, Shapes::ShapeRef.new(shape: DestinationTableSource, required: true, location_name: "Source"))
|
|
5808
|
+
DestinationTable.struct_class = Types::DestinationTable
|
|
5809
|
+
|
|
5810
|
+
DestinationTableMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
5811
|
+
DestinationTableMap.value = Shapes::ShapeRef.new(shape: DestinationTable)
|
|
5812
|
+
|
|
5813
|
+
DestinationTableSource.add_member(:transform_operation_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "TransformOperationId"))
|
|
5814
|
+
DestinationTableSource.struct_class = Types::DestinationTableSource
|
|
5815
|
+
|
|
5598
5816
|
DimensionField.add_member(:numerical_dimension_field, Shapes::ShapeRef.new(shape: NumericalDimensionField, location_name: "NumericalDimensionField"))
|
|
5599
5817
|
DimensionField.add_member(:categorical_dimension_field, Shapes::ShapeRef.new(shape: CategoricalDimensionField, location_name: "CategoricalDimensionField"))
|
|
5600
5818
|
DimensionField.add_member(:date_dimension_field, Shapes::ShapeRef.new(shape: DateDimensionField, location_name: "DateDimensionField"))
|
|
@@ -5863,9 +6081,14 @@ module Aws::QuickSight
|
|
|
5863
6081
|
FilterListControl.add_member(:cascading_control_configuration, Shapes::ShapeRef.new(shape: CascadingControlConfiguration, location_name: "CascadingControlConfiguration"))
|
|
5864
6082
|
FilterListControl.struct_class = Types::FilterListControl
|
|
5865
6083
|
|
|
5866
|
-
FilterOperation.add_member(:condition_expression, Shapes::ShapeRef.new(shape: Expression,
|
|
6084
|
+
FilterOperation.add_member(:condition_expression, Shapes::ShapeRef.new(shape: Expression, location_name: "ConditionExpression"))
|
|
6085
|
+
FilterOperation.add_member(:string_filter_condition, Shapes::ShapeRef.new(shape: DataSetStringFilterCondition, location_name: "StringFilterCondition"))
|
|
6086
|
+
FilterOperation.add_member(:numeric_filter_condition, Shapes::ShapeRef.new(shape: DataSetNumericFilterCondition, location_name: "NumericFilterCondition"))
|
|
6087
|
+
FilterOperation.add_member(:date_filter_condition, Shapes::ShapeRef.new(shape: DataSetDateFilterCondition, location_name: "DateFilterCondition"))
|
|
5867
6088
|
FilterOperation.struct_class = Types::FilterOperation
|
|
5868
6089
|
|
|
6090
|
+
FilterOperationList.member = Shapes::ShapeRef.new(shape: FilterOperation)
|
|
6091
|
+
|
|
5869
6092
|
FilterOperationSelectedFieldsConfiguration.add_member(:selected_fields, Shapes::ShapeRef.new(shape: SelectedFieldList, location_name: "SelectedFields"))
|
|
5870
6093
|
FilterOperationSelectedFieldsConfiguration.add_member(:selected_field_options, Shapes::ShapeRef.new(shape: SelectedFieldOptions, location_name: "SelectedFieldOptions"))
|
|
5871
6094
|
FilterOperationSelectedFieldsConfiguration.add_member(:selected_columns, Shapes::ShapeRef.new(shape: CustomActionColumnList, location_name: "SelectedColumns"))
|
|
@@ -5913,6 +6136,11 @@ module Aws::QuickSight
|
|
|
5913
6136
|
|
|
5914
6137
|
FilteredVisualsList.member = Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId)
|
|
5915
6138
|
|
|
6139
|
+
FiltersOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
6140
|
+
FiltersOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
6141
|
+
FiltersOperation.add_member(:filter_operations, Shapes::ShapeRef.new(shape: FilterOperationList, required: true, location_name: "FilterOperations"))
|
|
6142
|
+
FiltersOperation.struct_class = Types::FiltersOperation
|
|
6143
|
+
|
|
5916
6144
|
FlowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
|
5917
6145
|
FlowSummary.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
|
|
5918
6146
|
FlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "Name"))
|
|
@@ -6489,6 +6717,8 @@ module Aws::QuickSight
|
|
|
6489
6717
|
Group.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "PrincipalId"))
|
|
6490
6718
|
Group.struct_class = Types::Group
|
|
6491
6719
|
|
|
6720
|
+
GroupByColumnNameList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
|
6721
|
+
|
|
6492
6722
|
GroupList.member = Shapes::ShapeRef.new(shape: Group)
|
|
6493
6723
|
|
|
6494
6724
|
GroupMember.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -6683,6 +6913,14 @@ module Aws::QuickSight
|
|
|
6683
6913
|
ImpalaParameters.add_member(:sql_endpoint_path, Shapes::ShapeRef.new(shape: SqlEndpointPath, required: true, location_name: "SqlEndpointPath"))
|
|
6684
6914
|
ImpalaParameters.struct_class = Types::ImpalaParameters
|
|
6685
6915
|
|
|
6916
|
+
ImportTableOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
6917
|
+
ImportTableOperation.add_member(:source, Shapes::ShapeRef.new(shape: ImportTableOperationSource, required: true, location_name: "Source"))
|
|
6918
|
+
ImportTableOperation.struct_class = Types::ImportTableOperation
|
|
6919
|
+
|
|
6920
|
+
ImportTableOperationSource.add_member(:source_table_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "SourceTableId"))
|
|
6921
|
+
ImportTableOperationSource.add_member(:column_id_mappings, Shapes::ShapeRef.new(shape: DataSetColumnIdMappingList, location_name: "ColumnIdMappings"))
|
|
6922
|
+
ImportTableOperationSource.struct_class = Types::ImportTableOperationSource
|
|
6923
|
+
|
|
6686
6924
|
IncrementalRefresh.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, required: true, location_name: "LookbackWindow"))
|
|
6687
6925
|
IncrementalRefresh.struct_class = Types::IncrementalRefresh
|
|
6688
6926
|
|
|
@@ -6705,6 +6943,7 @@ module Aws::QuickSight
|
|
|
6705
6943
|
InnerFilter.struct_class = Types::InnerFilter
|
|
6706
6944
|
|
|
6707
6945
|
InputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "Name"))
|
|
6946
|
+
InputColumn.add_member(:id, Shapes::ShapeRef.new(shape: ColumnId, location_name: "Id"))
|
|
6708
6947
|
InputColumn.add_member(:type, Shapes::ShapeRef.new(shape: InputColumnDataType, required: true, location_name: "Type"))
|
|
6709
6948
|
InputColumn.add_member(:sub_type, Shapes::ShapeRef.new(shape: ColumnDataSubType, location_name: "SubType"))
|
|
6710
6949
|
InputColumn.struct_class = Types::InputColumn
|
|
@@ -6766,6 +7005,10 @@ module Aws::QuickSight
|
|
|
6766
7005
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
6767
7006
|
InternalServerException.struct_class = Types::InternalServerException
|
|
6768
7007
|
|
|
7008
|
+
InvalidDataSetParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
7009
|
+
InvalidDataSetParameterValueException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
7010
|
+
InvalidDataSetParameterValueException.struct_class = Types::InvalidDataSetParameterValueException
|
|
7011
|
+
|
|
6769
7012
|
InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
6770
7013
|
InvalidNextTokenException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
6771
7014
|
InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
|
|
@@ -6805,6 +7048,18 @@ module Aws::QuickSight
|
|
|
6805
7048
|
JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box" => true}))
|
|
6806
7049
|
JoinKeyProperties.struct_class = Types::JoinKeyProperties
|
|
6807
7050
|
|
|
7051
|
+
JoinOperandProperties.add_member(:output_column_name_overrides, Shapes::ShapeRef.new(shape: OutputColumnNameOverrideList, required: true, location_name: "OutputColumnNameOverrides"))
|
|
7052
|
+
JoinOperandProperties.struct_class = Types::JoinOperandProperties
|
|
7053
|
+
|
|
7054
|
+
JoinOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
7055
|
+
JoinOperation.add_member(:left_operand, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "LeftOperand"))
|
|
7056
|
+
JoinOperation.add_member(:right_operand, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "RightOperand"))
|
|
7057
|
+
JoinOperation.add_member(:type, Shapes::ShapeRef.new(shape: JoinOperationType, required: true, location_name: "Type"))
|
|
7058
|
+
JoinOperation.add_member(:on_clause, Shapes::ShapeRef.new(shape: JoinOperationOnClause, required: true, location_name: "OnClause"))
|
|
7059
|
+
JoinOperation.add_member(:left_operand_properties, Shapes::ShapeRef.new(shape: JoinOperandProperties, location_name: "LeftOperandProperties"))
|
|
7060
|
+
JoinOperation.add_member(:right_operand_properties, Shapes::ShapeRef.new(shape: JoinOperandProperties, location_name: "RightOperandProperties"))
|
|
7061
|
+
JoinOperation.struct_class = Types::JoinOperation
|
|
7062
|
+
|
|
6808
7063
|
KPIActualValueConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
|
|
6809
7064
|
KPIActualValueConditionalFormatting.add_member(:icon, Shapes::ShapeRef.new(shape: ConditionalFormattingIcon, location_name: "Icon"))
|
|
6810
7065
|
KPIActualValueConditionalFormatting.struct_class = Types::KPIActualValueConditionalFormatting
|
|
@@ -7696,6 +7951,7 @@ module Aws::QuickSight
|
|
|
7696
7951
|
OracleParameters.struct_class = Types::OracleParameters
|
|
7697
7952
|
|
|
7698
7953
|
OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
|
|
7954
|
+
OutputColumn.add_member(:id, Shapes::ShapeRef.new(shape: ColumnId, location_name: "Id"))
|
|
7699
7955
|
OutputColumn.add_member(:description, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Description"))
|
|
7700
7956
|
OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
|
|
7701
7957
|
OutputColumn.add_member(:sub_type, Shapes::ShapeRef.new(shape: ColumnDataSubType, location_name: "SubType"))
|
|
@@ -7703,6 +7959,12 @@ module Aws::QuickSight
|
|
|
7703
7959
|
|
|
7704
7960
|
OutputColumnList.member = Shapes::ShapeRef.new(shape: OutputColumn)
|
|
7705
7961
|
|
|
7962
|
+
OutputColumnNameOverride.add_member(:source_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "SourceColumnName"))
|
|
7963
|
+
OutputColumnNameOverride.add_member(:output_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "OutputColumnName"))
|
|
7964
|
+
OutputColumnNameOverride.struct_class = Types::OutputColumnNameOverride
|
|
7965
|
+
|
|
7966
|
+
OutputColumnNameOverrideList.member = Shapes::ShapeRef.new(shape: OutputColumnNameOverride)
|
|
7967
|
+
|
|
7706
7968
|
OverrideDatasetParameterOperation.add_member(:parameter_name, Shapes::ShapeRef.new(shape: DatasetParameterName, required: true, location_name: "ParameterName"))
|
|
7707
7969
|
OverrideDatasetParameterOperation.add_member(:new_parameter_name, Shapes::ShapeRef.new(shape: DatasetParameterName, location_name: "NewParameterName"))
|
|
7708
7970
|
OverrideDatasetParameterOperation.add_member(:new_default_values, Shapes::ShapeRef.new(shape: NewDefaultValues, location_name: "NewDefaultValues"))
|
|
@@ -7809,6 +8071,10 @@ module Aws::QuickSight
|
|
|
7809
8071
|
Parameters.add_member(:date_time_parameters, Shapes::ShapeRef.new(shape: DateTimeParameterList, location_name: "DateTimeParameters"))
|
|
7810
8072
|
Parameters.struct_class = Types::Parameters
|
|
7811
8073
|
|
|
8074
|
+
ParentDataSet.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSetArn"))
|
|
8075
|
+
ParentDataSet.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
|
8076
|
+
ParentDataSet.struct_class = Types::ParentDataSet
|
|
8077
|
+
|
|
7812
8078
|
Path.member = Shapes::ShapeRef.new(shape: Arn)
|
|
7813
8079
|
|
|
7814
8080
|
PercentVisibleRange.add_member(:from, Shapes::ShapeRef.new(shape: PercentNumber, location_name: "From", metadata: {"box" => true}))
|
|
@@ -7851,6 +8117,7 @@ module Aws::QuickSight
|
|
|
7851
8117
|
PhysicalTable.add_member(:relational_table, Shapes::ShapeRef.new(shape: RelationalTable, location_name: "RelationalTable"))
|
|
7852
8118
|
PhysicalTable.add_member(:custom_sql, Shapes::ShapeRef.new(shape: CustomSql, location_name: "CustomSql"))
|
|
7853
8119
|
PhysicalTable.add_member(:s3_source, Shapes::ShapeRef.new(shape: S3Source, location_name: "S3Source"))
|
|
8120
|
+
PhysicalTable.add_member(:saa_s_table, Shapes::ShapeRef.new(shape: SaaSTable, location_name: "SaaSTable"))
|
|
7854
8121
|
PhysicalTable.struct_class = Types::PhysicalTable
|
|
7855
8122
|
|
|
7856
8123
|
PhysicalTableMap.key = Shapes::ShapeRef.new(shape: PhysicalTableId)
|
|
@@ -7893,14 +8160,27 @@ module Aws::QuickSight
|
|
|
7893
8160
|
PieChartVisual.add_member(:visual_content_alt_text, Shapes::ShapeRef.new(shape: LongPlainText, location_name: "VisualContentAltText"))
|
|
7894
8161
|
PieChartVisual.struct_class = Types::PieChartVisual
|
|
7895
8162
|
|
|
8163
|
+
PivotConfiguration.add_member(:label_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "LabelColumnName"))
|
|
8164
|
+
PivotConfiguration.add_member(:pivoted_labels, Shapes::ShapeRef.new(shape: PivotedLabelList, required: true, location_name: "PivotedLabels"))
|
|
8165
|
+
PivotConfiguration.struct_class = Types::PivotConfiguration
|
|
8166
|
+
|
|
7896
8167
|
PivotFieldSortOptions.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
|
7897
8168
|
PivotFieldSortOptions.add_member(:sort_by, Shapes::ShapeRef.new(shape: PivotTableSortBy, required: true, location_name: "SortBy"))
|
|
7898
8169
|
PivotFieldSortOptions.struct_class = Types::PivotFieldSortOptions
|
|
7899
8170
|
|
|
7900
8171
|
PivotFieldSortOptionsList.member = Shapes::ShapeRef.new(shape: PivotFieldSortOptions)
|
|
7901
8172
|
|
|
8173
|
+
PivotGroupByColumnNameList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
|
8174
|
+
|
|
7902
8175
|
PivotMeasureFieldList.member = Shapes::ShapeRef.new(shape: MeasureField)
|
|
7903
8176
|
|
|
8177
|
+
PivotOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
8178
|
+
PivotOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
8179
|
+
PivotOperation.add_member(:group_by_column_names, Shapes::ShapeRef.new(shape: PivotGroupByColumnNameList, location_name: "GroupByColumnNames"))
|
|
8180
|
+
PivotOperation.add_member(:value_column_configuration, Shapes::ShapeRef.new(shape: ValueColumnConfiguration, required: true, location_name: "ValueColumnConfiguration"))
|
|
8181
|
+
PivotOperation.add_member(:pivot_configuration, Shapes::ShapeRef.new(shape: PivotConfiguration, required: true, location_name: "PivotConfiguration"))
|
|
8182
|
+
PivotOperation.struct_class = Types::PivotOperation
|
|
8183
|
+
|
|
7904
8184
|
PivotTableAggregatedFieldWells.add_member(:rows, Shapes::ShapeRef.new(shape: PivotTableDimensionList, location_name: "Rows"))
|
|
7905
8185
|
PivotTableAggregatedFieldWells.add_member(:columns, Shapes::ShapeRef.new(shape: PivotTableDimensionList, location_name: "Columns"))
|
|
7906
8186
|
PivotTableAggregatedFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: PivotMeasureFieldList, location_name: "Values"))
|
|
@@ -8028,6 +8308,13 @@ module Aws::QuickSight
|
|
|
8028
8308
|
PivotTotalOptions.add_member(:total_aggregation_options, Shapes::ShapeRef.new(shape: TotalAggregationOptionList, location_name: "TotalAggregationOptions"))
|
|
8029
8309
|
PivotTotalOptions.struct_class = Types::PivotTotalOptions
|
|
8030
8310
|
|
|
8311
|
+
PivotedLabel.add_member(:label_name, Shapes::ShapeRef.new(shape: CellValue, required: true, location_name: "LabelName"))
|
|
8312
|
+
PivotedLabel.add_member(:new_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "NewColumnName"))
|
|
8313
|
+
PivotedLabel.add_member(:new_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "NewColumnId"))
|
|
8314
|
+
PivotedLabel.struct_class = Types::PivotedLabel
|
|
8315
|
+
|
|
8316
|
+
PivotedLabelList.member = Shapes::ShapeRef.new(shape: PivotedLabel)
|
|
8317
|
+
|
|
8031
8318
|
PluginVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VisualId"))
|
|
8032
8319
|
PluginVisual.add_member(:plugin_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PluginArn"))
|
|
8033
8320
|
PluginVisual.add_member(:title, Shapes::ShapeRef.new(shape: VisualTitleLabelOptions, location_name: "Title"))
|
|
@@ -8108,10 +8395,12 @@ module Aws::QuickSight
|
|
|
8108
8395
|
ProgressBarOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
8109
8396
|
ProgressBarOptions.struct_class = Types::ProgressBarOptions
|
|
8110
8397
|
|
|
8111
|
-
ProjectOperation.add_member(:
|
|
8398
|
+
ProjectOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, location_name: "Alias"))
|
|
8399
|
+
ProjectOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "Source"))
|
|
8400
|
+
ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnNameList, required: true, location_name: "ProjectedColumns"))
|
|
8112
8401
|
ProjectOperation.struct_class = Types::ProjectOperation
|
|
8113
8402
|
|
|
8114
|
-
|
|
8403
|
+
ProjectedColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
8115
8404
|
|
|
8116
8405
|
PutDataSetRefreshPropertiesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
8117
8406
|
PutDataSetRefreshPropertiesRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
|
@@ -8458,6 +8747,13 @@ module Aws::QuickSight
|
|
|
8458
8747
|
RenameColumnOperation.add_member(:new_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "NewColumnName"))
|
|
8459
8748
|
RenameColumnOperation.struct_class = Types::RenameColumnOperation
|
|
8460
8749
|
|
|
8750
|
+
RenameColumnOperationList.member = Shapes::ShapeRef.new(shape: RenameColumnOperation)
|
|
8751
|
+
|
|
8752
|
+
RenameColumnsOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
8753
|
+
RenameColumnsOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
8754
|
+
RenameColumnsOperation.add_member(:rename_column_operations, Shapes::ShapeRef.new(shape: RenameColumnOperationList, required: true, location_name: "RenameColumnOperations"))
|
|
8755
|
+
RenameColumnsOperation.struct_class = Types::RenameColumnsOperation
|
|
8756
|
+
|
|
8461
8757
|
ResourceExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
8462
8758
|
ResourceExistsException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
|
8463
8759
|
ResourceExistsException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
@@ -8507,6 +8803,10 @@ module Aws::QuickSight
|
|
|
8507
8803
|
RowInfo.add_member(:total_rows_in_dataset, Shapes::ShapeRef.new(shape: Long, location_name: "TotalRowsInDataset", metadata: {"box" => true}))
|
|
8508
8804
|
RowInfo.struct_class = Types::RowInfo
|
|
8509
8805
|
|
|
8806
|
+
RowLevelPermissionConfiguration.add_member(:tag_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionTagConfiguration, location_name: "TagConfiguration"))
|
|
8807
|
+
RowLevelPermissionConfiguration.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
|
8808
|
+
RowLevelPermissionConfiguration.struct_class = Types::RowLevelPermissionConfiguration
|
|
8809
|
+
|
|
8510
8810
|
RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
|
|
8511
8811
|
RowLevelPermissionDataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
|
8512
8812
|
RowLevelPermissionDataSet.add_member(:permission_policy, Shapes::ShapeRef.new(shape: RowLevelPermissionPolicy, required: true, location_name: "PermissionPolicy"))
|
|
@@ -8514,6 +8814,9 @@ module Aws::QuickSight
|
|
|
8514
8814
|
RowLevelPermissionDataSet.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
|
8515
8815
|
RowLevelPermissionDataSet.struct_class = Types::RowLevelPermissionDataSet
|
|
8516
8816
|
|
|
8817
|
+
RowLevelPermissionDataSetMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
8818
|
+
RowLevelPermissionDataSetMap.value = Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet)
|
|
8819
|
+
|
|
8517
8820
|
RowLevelPermissionTagConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
|
8518
8821
|
RowLevelPermissionTagConfiguration.add_member(:tag_rules, Shapes::ShapeRef.new(shape: RowLevelPermissionTagRuleList, required: true, location_name: "TagRules"))
|
|
8519
8822
|
RowLevelPermissionTagConfiguration.add_member(:tag_rule_configurations, Shapes::ShapeRef.new(shape: RowLevelPermissionTagRuleConfigurationList, location_name: "TagRuleConfigurations"))
|
|
@@ -8552,6 +8855,11 @@ module Aws::QuickSight
|
|
|
8552
8855
|
S3Source.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
|
8553
8856
|
S3Source.struct_class = Types::S3Source
|
|
8554
8857
|
|
|
8858
|
+
SaaSTable.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
|
|
8859
|
+
SaaSTable.add_member(:table_path, Shapes::ShapeRef.new(shape: TablePathElementList, required: true, location_name: "TablePath"))
|
|
8860
|
+
SaaSTable.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
|
8861
|
+
SaaSTable.struct_class = Types::SaaSTable
|
|
8862
|
+
|
|
8555
8863
|
SameSheetTargetVisualConfiguration.add_member(:target_visuals, Shapes::ShapeRef.new(shape: TargetVisualList, location_name: "TargetVisuals"))
|
|
8556
8864
|
SameSheetTargetVisualConfiguration.add_member(:target_visual_options, Shapes::ShapeRef.new(shape: TargetVisualOptions, location_name: "TargetVisualOptions"))
|
|
8557
8865
|
SameSheetTargetVisualConfiguration.struct_class = Types::SameSheetTargetVisualConfiguration
|
|
@@ -8795,6 +9103,17 @@ module Aws::QuickSight
|
|
|
8795
9103
|
SemanticEntityType.add_member(:type_parameters, Shapes::ShapeRef.new(shape: TypeParameters, location_name: "TypeParameters"))
|
|
8796
9104
|
SemanticEntityType.struct_class = Types::SemanticEntityType
|
|
8797
9105
|
|
|
9106
|
+
SemanticModelConfiguration.add_member(:table_map, Shapes::ShapeRef.new(shape: SemanticTableMap, location_name: "TableMap"))
|
|
9107
|
+
SemanticModelConfiguration.struct_class = Types::SemanticModelConfiguration
|
|
9108
|
+
|
|
9109
|
+
SemanticTable.add_member(:alias, Shapes::ShapeRef.new(shape: SemanticTableAlias, required: true, location_name: "Alias"))
|
|
9110
|
+
SemanticTable.add_member(:destination_table_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "DestinationTableId"))
|
|
9111
|
+
SemanticTable.add_member(:row_level_permission_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionConfiguration, location_name: "RowLevelPermissionConfiguration"))
|
|
9112
|
+
SemanticTable.struct_class = Types::SemanticTable
|
|
9113
|
+
|
|
9114
|
+
SemanticTableMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
9115
|
+
SemanticTableMap.value = Shapes::ShapeRef.new(shape: SemanticTable)
|
|
9116
|
+
|
|
8798
9117
|
SemanticType.add_member(:type_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "TypeName"))
|
|
8799
9118
|
SemanticType.add_member(:sub_type_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "SubTypeName"))
|
|
8800
9119
|
SemanticType.add_member(:type_parameters, Shapes::ShapeRef.new(shape: TypeParameters, location_name: "TypeParameters"))
|
|
@@ -9063,6 +9382,13 @@ module Aws::QuickSight
|
|
|
9063
9382
|
SnowflakeParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: OAuthParameters, location_name: "OAuthParameters"))
|
|
9064
9383
|
SnowflakeParameters.struct_class = Types::SnowflakeParameters
|
|
9065
9384
|
|
|
9385
|
+
SourceTable.add_member(:physical_table_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, location_name: "PhysicalTableId"))
|
|
9386
|
+
SourceTable.add_member(:data_set, Shapes::ShapeRef.new(shape: ParentDataSet, location_name: "DataSet"))
|
|
9387
|
+
SourceTable.struct_class = Types::SourceTable
|
|
9388
|
+
|
|
9389
|
+
SourceTableMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
9390
|
+
SourceTableMap.value = Shapes::ShapeRef.new(shape: SourceTable)
|
|
9391
|
+
|
|
9066
9392
|
Spacing.add_member(:top, Shapes::ShapeRef.new(shape: Length, location_name: "Top"))
|
|
9067
9393
|
Spacing.add_member(:bottom, Shapes::ShapeRef.new(shape: Length, location_name: "Bottom"))
|
|
9068
9394
|
Spacing.add_member(:left, Shapes::ShapeRef.new(shape: Length, location_name: "Left"))
|
|
@@ -9340,6 +9666,12 @@ module Aws::QuickSight
|
|
|
9340
9666
|
TablePaginatedReportOptions.add_member(:overflow_column_header_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "OverflowColumnHeaderVisibility"))
|
|
9341
9667
|
TablePaginatedReportOptions.struct_class = Types::TablePaginatedReportOptions
|
|
9342
9668
|
|
|
9669
|
+
TablePathElement.add_member(:name, Shapes::ShapeRef.new(shape: TablePathElementName, location_name: "Name"))
|
|
9670
|
+
TablePathElement.add_member(:id, Shapes::ShapeRef.new(shape: TablePathElementId, location_name: "Id"))
|
|
9671
|
+
TablePathElement.struct_class = Types::TablePathElement
|
|
9672
|
+
|
|
9673
|
+
TablePathElementList.member = Shapes::ShapeRef.new(shape: TablePathElement)
|
|
9674
|
+
|
|
9343
9675
|
TablePinnedFieldOptions.add_member(:pinned_left_fields, Shapes::ShapeRef.new(shape: TableFieldOrderList, location_name: "PinnedLeftFields"))
|
|
9344
9676
|
TablePinnedFieldOptions.struct_class = Types::TablePinnedFieldOptions
|
|
9345
9677
|
|
|
@@ -9947,6 +10279,26 @@ module Aws::QuickSight
|
|
|
9947
10279
|
|
|
9948
10280
|
TransformOperationList.member = Shapes::ShapeRef.new(shape: TransformOperation)
|
|
9949
10281
|
|
|
10282
|
+
TransformOperationSource.add_member(:transform_operation_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "TransformOperationId"))
|
|
10283
|
+
TransformOperationSource.add_member(:column_id_mappings, Shapes::ShapeRef.new(shape: DataSetColumnIdMappingList, location_name: "ColumnIdMappings"))
|
|
10284
|
+
TransformOperationSource.struct_class = Types::TransformOperationSource
|
|
10285
|
+
|
|
10286
|
+
TransformStep.add_member(:import_table_step, Shapes::ShapeRef.new(shape: ImportTableOperation, location_name: "ImportTableStep"))
|
|
10287
|
+
TransformStep.add_member(:project_step, Shapes::ShapeRef.new(shape: ProjectOperation, location_name: "ProjectStep"))
|
|
10288
|
+
TransformStep.add_member(:filters_step, Shapes::ShapeRef.new(shape: FiltersOperation, location_name: "FiltersStep"))
|
|
10289
|
+
TransformStep.add_member(:create_columns_step, Shapes::ShapeRef.new(shape: CreateColumnsOperation, location_name: "CreateColumnsStep"))
|
|
10290
|
+
TransformStep.add_member(:rename_columns_step, Shapes::ShapeRef.new(shape: RenameColumnsOperation, location_name: "RenameColumnsStep"))
|
|
10291
|
+
TransformStep.add_member(:cast_column_types_step, Shapes::ShapeRef.new(shape: CastColumnTypesOperation, location_name: "CastColumnTypesStep"))
|
|
10292
|
+
TransformStep.add_member(:join_step, Shapes::ShapeRef.new(shape: JoinOperation, location_name: "JoinStep"))
|
|
10293
|
+
TransformStep.add_member(:aggregate_step, Shapes::ShapeRef.new(shape: AggregateOperation, location_name: "AggregateStep"))
|
|
10294
|
+
TransformStep.add_member(:pivot_step, Shapes::ShapeRef.new(shape: PivotOperation, location_name: "PivotStep"))
|
|
10295
|
+
TransformStep.add_member(:unpivot_step, Shapes::ShapeRef.new(shape: UnpivotOperation, location_name: "UnpivotStep"))
|
|
10296
|
+
TransformStep.add_member(:append_step, Shapes::ShapeRef.new(shape: AppendOperation, location_name: "AppendStep"))
|
|
10297
|
+
TransformStep.struct_class = Types::TransformStep
|
|
10298
|
+
|
|
10299
|
+
TransformStepMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
10300
|
+
TransformStepMap.value = Shapes::ShapeRef.new(shape: TransformStep)
|
|
10301
|
+
|
|
9950
10302
|
TransposedTableOption.add_member(:column_index, Shapes::ShapeRef.new(shape: TransposedColumnIndex, location_name: "ColumnIndex"))
|
|
9951
10303
|
TransposedTableOption.add_member(:column_width, Shapes::ShapeRef.new(shape: PixelLength, location_name: "ColumnWidth"))
|
|
9952
10304
|
TransposedTableOption.add_member(:column_type, Shapes::ShapeRef.new(shape: TransposedColumnType, required: true, location_name: "ColumnType"))
|
|
@@ -10046,6 +10398,15 @@ module Aws::QuickSight
|
|
|
10046
10398
|
UniqueValuesComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
|
|
10047
10399
|
UniqueValuesComputation.struct_class = Types::UniqueValuesComputation
|
|
10048
10400
|
|
|
10401
|
+
UnpivotOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
10402
|
+
UnpivotOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
10403
|
+
UnpivotOperation.add_member(:columns_to_unpivot, Shapes::ShapeRef.new(shape: ColumnToUnpivotList, required: true, location_name: "ColumnsToUnpivot"))
|
|
10404
|
+
UnpivotOperation.add_member(:unpivoted_label_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "UnpivotedLabelColumnName"))
|
|
10405
|
+
UnpivotOperation.add_member(:unpivoted_label_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "UnpivotedLabelColumnId"))
|
|
10406
|
+
UnpivotOperation.add_member(:unpivoted_value_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "UnpivotedValueColumnName"))
|
|
10407
|
+
UnpivotOperation.add_member(:unpivoted_value_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "UnpivotedValueColumnId"))
|
|
10408
|
+
UnpivotOperation.struct_class = Types::UnpivotOperation
|
|
10409
|
+
|
|
10049
10410
|
UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
10050
10411
|
UnsupportedPricingPlanException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
10051
10412
|
UnsupportedPricingPlanException.struct_class = Types::UnsupportedPricingPlanException
|
|
@@ -10283,16 +10644,18 @@ module Aws::QuickSight
|
|
|
10283
10644
|
UpdateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
|
10284
10645
|
UpdateDataSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
|
10285
10646
|
UpdateDataSetRequest.add_member(:physical_table_map, Shapes::ShapeRef.new(shape: PhysicalTableMap, required: true, location_name: "PhysicalTableMap"))
|
|
10286
|
-
UpdateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, location_name: "LogicalTableMap"))
|
|
10647
|
+
UpdateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, deprecated: true, location_name: "LogicalTableMap", metadata: {"deprecatedMessage" => "Only used in the legacy data preparation experience.", "deprecatedSince" => "2025-10-23"}))
|
|
10287
10648
|
UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
|
10288
10649
|
UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
|
10289
10650
|
UpdateDataSetRequest.add_member(:field_folders, Shapes::ShapeRef.new(shape: FieldFolderMap, location_name: "FieldFolders"))
|
|
10290
|
-
UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
|
10291
|
-
UpdateDataSetRequest.add_member(:row_level_permission_tag_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionTagConfiguration, location_name: "RowLevelPermissionTagConfiguration"))
|
|
10651
|
+
UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, deprecated: true, location_name: "RowLevelPermissionDataSet", metadata: {"deprecatedMessage" => "Only used in the legacy data preparation experience.", "deprecatedSince" => "2025-10-23"}))
|
|
10652
|
+
UpdateDataSetRequest.add_member(:row_level_permission_tag_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionTagConfiguration, deprecated: true, location_name: "RowLevelPermissionTagConfiguration", metadata: {"deprecatedMessage" => "Only used in the legacy data preparation experience.", "deprecatedSince" => "2025-10-23"}))
|
|
10292
10653
|
UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
|
10293
10654
|
UpdateDataSetRequest.add_member(:data_set_usage_configuration, Shapes::ShapeRef.new(shape: DataSetUsageConfiguration, location_name: "DataSetUsageConfiguration"))
|
|
10294
10655
|
UpdateDataSetRequest.add_member(:dataset_parameters, Shapes::ShapeRef.new(shape: DatasetParameterList, location_name: "DatasetParameters"))
|
|
10295
10656
|
UpdateDataSetRequest.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
|
10657
|
+
UpdateDataSetRequest.add_member(:data_prep_configuration, Shapes::ShapeRef.new(shape: DataPrepConfiguration, location_name: "DataPrepConfiguration"))
|
|
10658
|
+
UpdateDataSetRequest.add_member(:semantic_model_configuration, Shapes::ShapeRef.new(shape: SemanticModelConfiguration, location_name: "SemanticModelConfiguration"))
|
|
10296
10659
|
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
|
10297
10660
|
|
|
10298
10661
|
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -10667,6 +11030,7 @@ module Aws::QuickSight
|
|
|
10667
11030
|
UploadSettings.add_member(:contains_header, Shapes::ShapeRef.new(shape: Boolean, location_name: "ContainsHeader", metadata: {"box" => true}))
|
|
10668
11031
|
UploadSettings.add_member(:text_qualifier, Shapes::ShapeRef.new(shape: TextQualifier, location_name: "TextQualifier"))
|
|
10669
11032
|
UploadSettings.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location_name: "Delimiter"))
|
|
11033
|
+
UploadSettings.add_member(:custom_cell_address_range, Shapes::ShapeRef.new(shape: String, location_name: "CustomCellAddressRange"))
|
|
10670
11034
|
UploadSettings.struct_class = Types::UploadSettings
|
|
10671
11035
|
|
|
10672
11036
|
User.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -10717,6 +11081,9 @@ module Aws::QuickSight
|
|
|
10717
11081
|
ValidationStrategy.add_member(:mode, Shapes::ShapeRef.new(shape: ValidationStrategyMode, required: true, location_name: "Mode"))
|
|
10718
11082
|
ValidationStrategy.struct_class = Types::ValidationStrategy
|
|
10719
11083
|
|
|
11084
|
+
ValueColumnConfiguration.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: DataPrepAggregationFunction, location_name: "AggregationFunction"))
|
|
11085
|
+
ValueColumnConfiguration.struct_class = Types::ValueColumnConfiguration
|
|
11086
|
+
|
|
10720
11087
|
VisibleRangeOptions.add_member(:percent_range, Shapes::ShapeRef.new(shape: PercentVisibleRange, location_name: "PercentRange"))
|
|
10721
11088
|
VisibleRangeOptions.struct_class = Types::VisibleRangeOptions
|
|
10722
11089
|
|
|
@@ -11102,6 +11469,7 @@ module Aws::QuickSight
|
|
|
11102
11469
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11103
11470
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11104
11471
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
11472
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDataSetParameterValueException)
|
|
11105
11473
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
11106
11474
|
end)
|
|
11107
11475
|
|
|
@@ -14013,6 +14381,7 @@ module Aws::QuickSight
|
|
|
14013
14381
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14014
14382
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14015
14383
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
14384
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDataSetParameterValueException)
|
|
14016
14385
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
14017
14386
|
end)
|
|
14018
14387
|
|