aws-sdk-quicksight 1.162.0 → 1.164.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1509 -57
- data/lib/aws-sdk-quicksight/client_api.rb +438 -14
- data/lib/aws-sdk-quicksight/errors.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +1586 -65
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +1541 -95
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +396 -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')
|
|
@@ -281,6 +287,7 @@ module Aws::QuickSight
|
|
|
281
287
|
BookmarksConfigurations = Shapes::StructureShape.new(name: 'BookmarksConfigurations')
|
|
282
288
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
283
289
|
BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
|
|
290
|
+
BorderRadius = Shapes::StringShape.new(name: 'BorderRadius')
|
|
284
291
|
BorderStyle = Shapes::StructureShape.new(name: 'BorderStyle')
|
|
285
292
|
BoxPlotAggregatedFieldWells = Shapes::StructureShape.new(name: 'BoxPlotAggregatedFieldWells')
|
|
286
293
|
BoxPlotChartConfiguration = Shapes::StructureShape.new(name: 'BoxPlotChartConfiguration')
|
|
@@ -316,6 +323,8 @@ module Aws::QuickSight
|
|
|
316
323
|
CascadingControlSource = Shapes::StructureShape.new(name: 'CascadingControlSource')
|
|
317
324
|
CascadingControlSourceList = Shapes::ListShape.new(name: 'CascadingControlSourceList')
|
|
318
325
|
CastColumnTypeOperation = Shapes::StructureShape.new(name: 'CastColumnTypeOperation')
|
|
326
|
+
CastColumnTypeOperationList = Shapes::ListShape.new(name: 'CastColumnTypeOperationList')
|
|
327
|
+
CastColumnTypesOperation = Shapes::StructureShape.new(name: 'CastColumnTypesOperation')
|
|
319
328
|
Catalog = Shapes::StringShape.new(name: 'Catalog')
|
|
320
329
|
CategoricalAggregationFunction = Shapes::StringShape.new(name: 'CategoricalAggregationFunction')
|
|
321
330
|
CategoricalDimensionField = Shapes::StructureShape.new(name: 'CategoricalDimensionField')
|
|
@@ -330,6 +339,7 @@ module Aws::QuickSight
|
|
|
330
339
|
CategoryInnerFilter = Shapes::StructureShape.new(name: 'CategoryInnerFilter')
|
|
331
340
|
CategoryValue = Shapes::StringShape.new(name: 'CategoryValue')
|
|
332
341
|
CategoryValueList = Shapes::ListShape.new(name: 'CategoryValueList')
|
|
342
|
+
CellValue = Shapes::StringShape.new(name: 'CellValue')
|
|
333
343
|
CellValueSynonym = Shapes::StructureShape.new(name: 'CellValueSynonym')
|
|
334
344
|
CellValueSynonyms = Shapes::ListShape.new(name: 'CellValueSynonyms')
|
|
335
345
|
ChartAxisLabelOptions = Shapes::StructureShape.new(name: 'ChartAxisLabelOptions')
|
|
@@ -345,6 +355,7 @@ module Aws::QuickSight
|
|
|
345
355
|
CollectiveConstant = Shapes::StructureShape.new(name: 'CollectiveConstant')
|
|
346
356
|
CollectiveConstantEntry = Shapes::StructureShape.new(name: 'CollectiveConstantEntry')
|
|
347
357
|
CollectiveConstantEntryList = Shapes::ListShape.new(name: 'CollectiveConstantEntryList')
|
|
358
|
+
Color = Shapes::StringShape.new(name: 'Color')
|
|
348
359
|
ColorFillType = Shapes::StringShape.new(name: 'ColorFillType')
|
|
349
360
|
ColorList = Shapes::ListShape.new(name: 'ColorList')
|
|
350
361
|
ColorScale = Shapes::StructureShape.new(name: 'ColorScale')
|
|
@@ -369,10 +380,10 @@ module Aws::QuickSight
|
|
|
369
380
|
ColumnId = Shapes::StringShape.new(name: 'ColumnId')
|
|
370
381
|
ColumnIdentifier = Shapes::StructureShape.new(name: 'ColumnIdentifier')
|
|
371
382
|
ColumnLevelPermissionRule = Shapes::StructureShape.new(name: 'ColumnLevelPermissionRule')
|
|
383
|
+
ColumnLevelPermissionRuleColumnNameList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleColumnNameList')
|
|
372
384
|
ColumnLevelPermissionRuleList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleList')
|
|
373
385
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
|
374
386
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
|
375
|
-
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
|
376
387
|
ColumnOrderingType = Shapes::StringShape.new(name: 'ColumnOrderingType')
|
|
377
388
|
ColumnRole = Shapes::StringShape.new(name: 'ColumnRole')
|
|
378
389
|
ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
|
|
@@ -382,6 +393,8 @@ module Aws::QuickSight
|
|
|
382
393
|
ColumnTagList = Shapes::ListShape.new(name: 'ColumnTagList')
|
|
383
394
|
ColumnTagName = Shapes::StringShape.new(name: 'ColumnTagName')
|
|
384
395
|
ColumnTagNames = Shapes::ListShape.new(name: 'ColumnTagNames')
|
|
396
|
+
ColumnToUnpivot = Shapes::StructureShape.new(name: 'ColumnToUnpivot')
|
|
397
|
+
ColumnToUnpivotList = Shapes::ListShape.new(name: 'ColumnToUnpivotList')
|
|
385
398
|
ColumnTooltipItem = Shapes::StructureShape.new(name: 'ColumnTooltipItem')
|
|
386
399
|
ComboChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'ComboChartAggregatedFieldWells')
|
|
387
400
|
ComboChartConfiguration = Shapes::StructureShape.new(name: 'ComboChartConfiguration')
|
|
@@ -550,19 +563,37 @@ module Aws::QuickSight
|
|
|
550
563
|
DataPointDrillUpDownOption = Shapes::StructureShape.new(name: 'DataPointDrillUpDownOption')
|
|
551
564
|
DataPointMenuLabelOption = Shapes::StructureShape.new(name: 'DataPointMenuLabelOption')
|
|
552
565
|
DataPointTooltipOption = Shapes::StructureShape.new(name: 'DataPointTooltipOption')
|
|
566
|
+
DataPrepAggregationFunction = Shapes::StructureShape.new(name: 'DataPrepAggregationFunction')
|
|
567
|
+
DataPrepConfiguration = Shapes::StructureShape.new(name: 'DataPrepConfiguration')
|
|
568
|
+
DataPrepListAggregationFunction = Shapes::StructureShape.new(name: 'DataPrepListAggregationFunction')
|
|
569
|
+
DataPrepSimpleAggregationFunction = Shapes::StructureShape.new(name: 'DataPrepSimpleAggregationFunction')
|
|
570
|
+
DataPrepSimpleAggregationFunctionType = Shapes::StringShape.new(name: 'DataPrepSimpleAggregationFunctionType')
|
|
553
571
|
DataQAEnabledOption = Shapes::StructureShape.new(name: 'DataQAEnabledOption')
|
|
554
572
|
DataQnAConfigurations = Shapes::StructureShape.new(name: 'DataQnAConfigurations')
|
|
555
573
|
DataSet = Shapes::StructureShape.new(name: 'DataSet')
|
|
556
574
|
DataSetArnsList = Shapes::ListShape.new(name: 'DataSetArnsList')
|
|
557
575
|
DataSetCalculatedFieldExpression = Shapes::StringShape.new(name: 'DataSetCalculatedFieldExpression')
|
|
576
|
+
DataSetColumnIdMapping = Shapes::StructureShape.new(name: 'DataSetColumnIdMapping')
|
|
577
|
+
DataSetColumnIdMappingList = Shapes::ListShape.new(name: 'DataSetColumnIdMappingList')
|
|
558
578
|
DataSetConfiguration = Shapes::StructureShape.new(name: 'DataSetConfiguration')
|
|
559
579
|
DataSetConfigurationList = Shapes::ListShape.new(name: 'DataSetConfigurationList')
|
|
580
|
+
DataSetDateComparisonFilterCondition = Shapes::StructureShape.new(name: 'DataSetDateComparisonFilterCondition')
|
|
581
|
+
DataSetDateComparisonFilterOperator = Shapes::StringShape.new(name: 'DataSetDateComparisonFilterOperator')
|
|
582
|
+
DataSetDateFilterCondition = Shapes::StructureShape.new(name: 'DataSetDateFilterCondition')
|
|
583
|
+
DataSetDateFilterValue = Shapes::StructureShape.new(name: 'DataSetDateFilterValue')
|
|
584
|
+
DataSetDateRangeFilterCondition = Shapes::StructureShape.new(name: 'DataSetDateRangeFilterCondition')
|
|
585
|
+
DataSetEntityResourceId = Shapes::StringShape.new(name: 'DataSetEntityResourceId')
|
|
560
586
|
DataSetFilterAttribute = Shapes::StringShape.new(name: 'DataSetFilterAttribute')
|
|
561
587
|
DataSetIdentifier = Shapes::StringShape.new(name: 'DataSetIdentifier')
|
|
562
588
|
DataSetIdentifierDeclaration = Shapes::StructureShape.new(name: 'DataSetIdentifierDeclaration')
|
|
563
589
|
DataSetIdentifierDeclarationList = Shapes::ListShape.new(name: 'DataSetIdentifierDeclarationList')
|
|
564
590
|
DataSetImportMode = Shapes::StringShape.new(name: 'DataSetImportMode')
|
|
565
591
|
DataSetName = Shapes::StringShape.new(name: 'DataSetName')
|
|
592
|
+
DataSetNumericComparisonFilterCondition = Shapes::StructureShape.new(name: 'DataSetNumericComparisonFilterCondition')
|
|
593
|
+
DataSetNumericComparisonFilterOperator = Shapes::StringShape.new(name: 'DataSetNumericComparisonFilterOperator')
|
|
594
|
+
DataSetNumericFilterCondition = Shapes::StructureShape.new(name: 'DataSetNumericFilterCondition')
|
|
595
|
+
DataSetNumericFilterValue = Shapes::StructureShape.new(name: 'DataSetNumericFilterValue')
|
|
596
|
+
DataSetNumericRangeFilterCondition = Shapes::StructureShape.new(name: 'DataSetNumericRangeFilterCondition')
|
|
566
597
|
DataSetReference = Shapes::StructureShape.new(name: 'DataSetReference')
|
|
567
598
|
DataSetReferenceList = Shapes::ListShape.new(name: 'DataSetReferenceList')
|
|
568
599
|
DataSetRefreshProperties = Shapes::StructureShape.new(name: 'DataSetRefreshProperties')
|
|
@@ -570,6 +601,15 @@ module Aws::QuickSight
|
|
|
570
601
|
DataSetSchema = Shapes::StructureShape.new(name: 'DataSetSchema')
|
|
571
602
|
DataSetSearchFilter = Shapes::StructureShape.new(name: 'DataSetSearchFilter')
|
|
572
603
|
DataSetSearchFilterList = Shapes::ListShape.new(name: 'DataSetSearchFilterList')
|
|
604
|
+
DataSetStringComparisonFilterCondition = Shapes::StructureShape.new(name: 'DataSetStringComparisonFilterCondition')
|
|
605
|
+
DataSetStringComparisonFilterOperator = Shapes::StringShape.new(name: 'DataSetStringComparisonFilterOperator')
|
|
606
|
+
DataSetStringFilterCondition = Shapes::StructureShape.new(name: 'DataSetStringFilterCondition')
|
|
607
|
+
DataSetStringFilterStaticValue = Shapes::StringShape.new(name: 'DataSetStringFilterStaticValue')
|
|
608
|
+
DataSetStringFilterStaticValueList = Shapes::ListShape.new(name: 'DataSetStringFilterStaticValueList')
|
|
609
|
+
DataSetStringFilterValue = Shapes::StructureShape.new(name: 'DataSetStringFilterValue')
|
|
610
|
+
DataSetStringListFilterCondition = Shapes::StructureShape.new(name: 'DataSetStringListFilterCondition')
|
|
611
|
+
DataSetStringListFilterOperator = Shapes::StringShape.new(name: 'DataSetStringListFilterOperator')
|
|
612
|
+
DataSetStringListFilterValue = Shapes::StructureShape.new(name: 'DataSetStringListFilterValue')
|
|
573
613
|
DataSetSummary = Shapes::StructureShape.new(name: 'DataSetSummary')
|
|
574
614
|
DataSetSummaryList = Shapes::ListShape.new(name: 'DataSetSummaryList')
|
|
575
615
|
DataSetUsageConfiguration = Shapes::StructureShape.new(name: 'DataSetUsageConfiguration')
|
|
@@ -830,6 +870,10 @@ module Aws::QuickSight
|
|
|
830
870
|
DescribeVPCConnectionResponse = Shapes::StructureShape.new(name: 'DescribeVPCConnectionResponse')
|
|
831
871
|
Description = Shapes::StringShape.new(name: 'Description')
|
|
832
872
|
DestinationParameterValueConfiguration = Shapes::StructureShape.new(name: 'DestinationParameterValueConfiguration')
|
|
873
|
+
DestinationTable = Shapes::StructureShape.new(name: 'DestinationTable')
|
|
874
|
+
DestinationTableAlias = Shapes::StringShape.new(name: 'DestinationTableAlias')
|
|
875
|
+
DestinationTableMap = Shapes::MapShape.new(name: 'DestinationTableMap')
|
|
876
|
+
DestinationTableSource = Shapes::StructureShape.new(name: 'DestinationTableSource')
|
|
833
877
|
DigitGroupingStyle = Shapes::StringShape.new(name: 'DigitGroupingStyle')
|
|
834
878
|
DimensionField = Shapes::StructureShape.new(name: 'DimensionField')
|
|
835
879
|
DimensionFieldList = Shapes::ListShape.new(name: 'DimensionFieldList')
|
|
@@ -914,6 +958,7 @@ module Aws::QuickSight
|
|
|
914
958
|
FilterListControl = Shapes::StructureShape.new(name: 'FilterListControl')
|
|
915
959
|
FilterNullOption = Shapes::StringShape.new(name: 'FilterNullOption')
|
|
916
960
|
FilterOperation = Shapes::StructureShape.new(name: 'FilterOperation')
|
|
961
|
+
FilterOperationList = Shapes::ListShape.new(name: 'FilterOperationList')
|
|
917
962
|
FilterOperationSelectedFieldsConfiguration = Shapes::StructureShape.new(name: 'FilterOperationSelectedFieldsConfiguration')
|
|
918
963
|
FilterOperationTargetVisualsConfiguration = Shapes::StructureShape.new(name: 'FilterOperationTargetVisualsConfiguration')
|
|
919
964
|
FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
|
|
@@ -925,6 +970,7 @@ module Aws::QuickSight
|
|
|
925
970
|
FilterTextFieldControl = Shapes::StructureShape.new(name: 'FilterTextFieldControl')
|
|
926
971
|
FilterVisualScope = Shapes::StringShape.new(name: 'FilterVisualScope')
|
|
927
972
|
FilteredVisualsList = Shapes::ListShape.new(name: 'FilteredVisualsList')
|
|
973
|
+
FiltersOperation = Shapes::StructureShape.new(name: 'FiltersOperation')
|
|
928
974
|
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
|
929
975
|
FlowId = Shapes::StringShape.new(name: 'FlowId')
|
|
930
976
|
FlowMaxResults = Shapes::IntegerShape.new(name: 'FlowMaxResults')
|
|
@@ -1064,6 +1110,8 @@ module Aws::QuickSight
|
|
|
1064
1110
|
GridLayoutCanvasSizeOptions = Shapes::StructureShape.new(name: 'GridLayoutCanvasSizeOptions')
|
|
1065
1111
|
GridLayoutConfiguration = Shapes::StructureShape.new(name: 'GridLayoutConfiguration')
|
|
1066
1112
|
GridLayoutElement = Shapes::StructureShape.new(name: 'GridLayoutElement')
|
|
1113
|
+
GridLayoutElementBackgroundStyle = Shapes::StructureShape.new(name: 'GridLayoutElementBackgroundStyle')
|
|
1114
|
+
GridLayoutElementBorderStyle = Shapes::StructureShape.new(name: 'GridLayoutElementBorderStyle')
|
|
1067
1115
|
GridLayoutElementColumnIndex = Shapes::IntegerShape.new(name: 'GridLayoutElementColumnIndex')
|
|
1068
1116
|
GridLayoutElementColumnSpan = Shapes::IntegerShape.new(name: 'GridLayoutElementColumnSpan')
|
|
1069
1117
|
GridLayoutElementList = Shapes::ListShape.new(name: 'GridLayoutElementList')
|
|
@@ -1071,6 +1119,7 @@ module Aws::QuickSight
|
|
|
1071
1119
|
GridLayoutElementRowSpan = Shapes::IntegerShape.new(name: 'GridLayoutElementRowSpan')
|
|
1072
1120
|
GridLayoutScreenCanvasSizeOptions = Shapes::StructureShape.new(name: 'GridLayoutScreenCanvasSizeOptions')
|
|
1073
1121
|
Group = Shapes::StructureShape.new(name: 'Group')
|
|
1122
|
+
GroupByColumnNameList = Shapes::ListShape.new(name: 'GroupByColumnNameList')
|
|
1074
1123
|
GroupDescription = Shapes::StringShape.new(name: 'GroupDescription')
|
|
1075
1124
|
GroupFilterAttribute = Shapes::StringShape.new(name: 'GroupFilterAttribute')
|
|
1076
1125
|
GroupFilterOperator = Shapes::StringShape.new(name: 'GroupFilterOperator')
|
|
@@ -1137,6 +1186,8 @@ module Aws::QuickSight
|
|
|
1137
1186
|
ImageSource = Shapes::UnionShape.new(name: 'ImageSource')
|
|
1138
1187
|
ImageStaticFile = Shapes::StructureShape.new(name: 'ImageStaticFile')
|
|
1139
1188
|
ImpalaParameters = Shapes::StructureShape.new(name: 'ImpalaParameters')
|
|
1189
|
+
ImportTableOperation = Shapes::StructureShape.new(name: 'ImportTableOperation')
|
|
1190
|
+
ImportTableOperationSource = Shapes::StructureShape.new(name: 'ImportTableOperationSource')
|
|
1140
1191
|
IncludeFolderMembers = Shapes::StringShape.new(name: 'IncludeFolderMembers')
|
|
1141
1192
|
IncludeGeneratedAnswer = Shapes::StringShape.new(name: 'IncludeGeneratedAnswer')
|
|
1142
1193
|
IncludeQuickSightQIndex = Shapes::StringShape.new(name: 'IncludeQuickSightQIndex')
|
|
@@ -1170,6 +1221,7 @@ module Aws::QuickSight
|
|
|
1170
1221
|
IntegerValueWhenUnsetConfiguration = Shapes::StructureShape.new(name: 'IntegerValueWhenUnsetConfiguration')
|
|
1171
1222
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
|
1172
1223
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
1224
|
+
InvalidDataSetParameterValueException = Shapes::StructureShape.new(name: 'InvalidDataSetParameterValueException')
|
|
1173
1225
|
InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
|
|
1174
1226
|
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
|
1175
1227
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
|
@@ -1181,6 +1233,10 @@ module Aws::QuickSight
|
|
|
1181
1233
|
JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
|
|
1182
1234
|
JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
|
|
1183
1235
|
JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
|
|
1236
|
+
JoinOperandProperties = Shapes::StructureShape.new(name: 'JoinOperandProperties')
|
|
1237
|
+
JoinOperation = Shapes::StructureShape.new(name: 'JoinOperation')
|
|
1238
|
+
JoinOperationOnClause = Shapes::StringShape.new(name: 'JoinOperationOnClause')
|
|
1239
|
+
JoinOperationType = Shapes::StringShape.new(name: 'JoinOperationType')
|
|
1184
1240
|
JoinType = Shapes::StringShape.new(name: 'JoinType')
|
|
1185
1241
|
KPIActualValueConditionalFormatting = Shapes::StructureShape.new(name: 'KPIActualValueConditionalFormatting')
|
|
1186
1242
|
KPIComparisonValueConditionalFormatting = Shapes::StructureShape.new(name: 'KPIComparisonValueConditionalFormatting')
|
|
@@ -1410,7 +1466,10 @@ module Aws::QuickSight
|
|
|
1410
1466
|
OtherCategories = Shapes::StringShape.new(name: 'OtherCategories')
|
|
1411
1467
|
OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
|
|
1412
1468
|
OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
|
|
1469
|
+
OutputColumnNameOverride = Shapes::StructureShape.new(name: 'OutputColumnNameOverride')
|
|
1470
|
+
OutputColumnNameOverrideList = Shapes::ListShape.new(name: 'OutputColumnNameOverrideList')
|
|
1413
1471
|
OverrideDatasetParameterOperation = Shapes::StructureShape.new(name: 'OverrideDatasetParameterOperation')
|
|
1472
|
+
Padding = Shapes::StringShape.new(name: 'Padding')
|
|
1414
1473
|
PageNumber = Shapes::IntegerShape.new(name: 'PageNumber')
|
|
1415
1474
|
PaginationConfiguration = Shapes::StructureShape.new(name: 'PaginationConfiguration')
|
|
1416
1475
|
Palette = Shapes::StructureShape.new(name: 'Palette')
|
|
@@ -1434,6 +1493,7 @@ module Aws::QuickSight
|
|
|
1434
1493
|
ParameterTextFieldControl = Shapes::StructureShape.new(name: 'ParameterTextFieldControl')
|
|
1435
1494
|
ParameterValueType = Shapes::StringShape.new(name: 'ParameterValueType')
|
|
1436
1495
|
Parameters = Shapes::StructureShape.new(name: 'Parameters')
|
|
1496
|
+
ParentDataSet = Shapes::StructureShape.new(name: 'ParentDataSet')
|
|
1437
1497
|
Password = Shapes::StringShape.new(name: 'Password')
|
|
1438
1498
|
Path = Shapes::ListShape.new(name: 'Path')
|
|
1439
1499
|
PercentNumber = Shapes::FloatShape.new(name: 'PercentNumber')
|
|
@@ -1458,9 +1518,12 @@ module Aws::QuickSight
|
|
|
1458
1518
|
PieChartFieldWells = Shapes::StructureShape.new(name: 'PieChartFieldWells')
|
|
1459
1519
|
PieChartSortConfiguration = Shapes::StructureShape.new(name: 'PieChartSortConfiguration')
|
|
1460
1520
|
PieChartVisual = Shapes::StructureShape.new(name: 'PieChartVisual')
|
|
1521
|
+
PivotConfiguration = Shapes::StructureShape.new(name: 'PivotConfiguration')
|
|
1461
1522
|
PivotFieldSortOptions = Shapes::StructureShape.new(name: 'PivotFieldSortOptions')
|
|
1462
1523
|
PivotFieldSortOptionsList = Shapes::ListShape.new(name: 'PivotFieldSortOptionsList')
|
|
1524
|
+
PivotGroupByColumnNameList = Shapes::ListShape.new(name: 'PivotGroupByColumnNameList')
|
|
1463
1525
|
PivotMeasureFieldList = Shapes::ListShape.new(name: 'PivotMeasureFieldList')
|
|
1526
|
+
PivotOperation = Shapes::StructureShape.new(name: 'PivotOperation')
|
|
1464
1527
|
PivotTableAggregatedFieldWells = Shapes::StructureShape.new(name: 'PivotTableAggregatedFieldWells')
|
|
1465
1528
|
PivotTableCellConditionalFormatting = Shapes::StructureShape.new(name: 'PivotTableCellConditionalFormatting')
|
|
1466
1529
|
PivotTableConditionalFormatting = Shapes::StructureShape.new(name: 'PivotTableConditionalFormatting')
|
|
@@ -1496,6 +1559,8 @@ module Aws::QuickSight
|
|
|
1496
1559
|
PivotTableTotalOptions = Shapes::StructureShape.new(name: 'PivotTableTotalOptions')
|
|
1497
1560
|
PivotTableVisual = Shapes::StructureShape.new(name: 'PivotTableVisual')
|
|
1498
1561
|
PivotTotalOptions = Shapes::StructureShape.new(name: 'PivotTotalOptions')
|
|
1562
|
+
PivotedLabel = Shapes::StructureShape.new(name: 'PivotedLabel')
|
|
1563
|
+
PivotedLabelList = Shapes::ListShape.new(name: 'PivotedLabelList')
|
|
1499
1564
|
PixelLength = Shapes::StringShape.new(name: 'PixelLength')
|
|
1500
1565
|
PluginVisual = Shapes::StructureShape.new(name: 'PluginVisual')
|
|
1501
1566
|
PluginVisualAxisName = Shapes::StringShape.new(name: 'PluginVisualAxisName')
|
|
@@ -1526,7 +1591,7 @@ module Aws::QuickSight
|
|
|
1526
1591
|
ProgressBarOptions = Shapes::StructureShape.new(name: 'ProgressBarOptions')
|
|
1527
1592
|
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
|
1528
1593
|
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
|
1529
|
-
|
|
1594
|
+
ProjectedColumnNameList = Shapes::ListShape.new(name: 'ProjectedColumnNameList')
|
|
1530
1595
|
PropertyRole = Shapes::StringShape.new(name: 'PropertyRole')
|
|
1531
1596
|
PropertyUsage = Shapes::StringShape.new(name: 'PropertyUsage')
|
|
1532
1597
|
PurchaseMode = Shapes::StringShape.new(name: 'PurchaseMode')
|
|
@@ -1623,6 +1688,8 @@ module Aws::QuickSight
|
|
|
1623
1688
|
RelativeDatesFilter = Shapes::StructureShape.new(name: 'RelativeDatesFilter')
|
|
1624
1689
|
RelativeFontSize = Shapes::StringShape.new(name: 'RelativeFontSize')
|
|
1625
1690
|
RenameColumnOperation = Shapes::StructureShape.new(name: 'RenameColumnOperation')
|
|
1691
|
+
RenameColumnOperationList = Shapes::ListShape.new(name: 'RenameColumnOperationList')
|
|
1692
|
+
RenameColumnsOperation = Shapes::StructureShape.new(name: 'RenameColumnsOperation')
|
|
1626
1693
|
ResizeOption = Shapes::StringShape.new(name: 'ResizeOption')
|
|
1627
1694
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
1628
1695
|
ResourceExistsException = Shapes::StructureShape.new(name: 'ResourceExistsException')
|
|
@@ -1645,7 +1712,9 @@ module Aws::QuickSight
|
|
|
1645
1712
|
RowAlternateColorList = Shapes::ListShape.new(name: 'RowAlternateColorList')
|
|
1646
1713
|
RowAlternateColorOptions = Shapes::StructureShape.new(name: 'RowAlternateColorOptions')
|
|
1647
1714
|
RowInfo = Shapes::StructureShape.new(name: 'RowInfo')
|
|
1715
|
+
RowLevelPermissionConfiguration = Shapes::StructureShape.new(name: 'RowLevelPermissionConfiguration')
|
|
1648
1716
|
RowLevelPermissionDataSet = Shapes::StructureShape.new(name: 'RowLevelPermissionDataSet')
|
|
1717
|
+
RowLevelPermissionDataSetMap = Shapes::MapShape.new(name: 'RowLevelPermissionDataSetMap')
|
|
1649
1718
|
RowLevelPermissionFormatVersion = Shapes::StringShape.new(name: 'RowLevelPermissionFormatVersion')
|
|
1650
1719
|
RowLevelPermissionPolicy = Shapes::StringShape.new(name: 'RowLevelPermissionPolicy')
|
|
1651
1720
|
RowLevelPermissionTagConfiguration = Shapes::StructureShape.new(name: 'RowLevelPermissionTagConfiguration')
|
|
@@ -1662,6 +1731,7 @@ module Aws::QuickSight
|
|
|
1662
1731
|
S3Parameters = Shapes::StructureShape.new(name: 'S3Parameters')
|
|
1663
1732
|
S3Source = Shapes::StructureShape.new(name: 'S3Source')
|
|
1664
1733
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
1734
|
+
SaaSTable = Shapes::StructureShape.new(name: 'SaaSTable')
|
|
1665
1735
|
SameSheetTargetVisualConfiguration = Shapes::StructureShape.new(name: 'SameSheetTargetVisualConfiguration')
|
|
1666
1736
|
SankeyDiagramAggregatedFieldWells = Shapes::StructureShape.new(name: 'SankeyDiagramAggregatedFieldWells')
|
|
1667
1737
|
SankeyDiagramChartConfiguration = Shapes::StructureShape.new(name: 'SankeyDiagramChartConfiguration')
|
|
@@ -1718,6 +1788,10 @@ module Aws::QuickSight
|
|
|
1718
1788
|
SelectedSheetsFilterScopeConfiguration = Shapes::StructureShape.new(name: 'SelectedSheetsFilterScopeConfiguration')
|
|
1719
1789
|
SelectedTooltipType = Shapes::StringShape.new(name: 'SelectedTooltipType')
|
|
1720
1790
|
SemanticEntityType = Shapes::StructureShape.new(name: 'SemanticEntityType')
|
|
1791
|
+
SemanticModelConfiguration = Shapes::StructureShape.new(name: 'SemanticModelConfiguration')
|
|
1792
|
+
SemanticTable = Shapes::StructureShape.new(name: 'SemanticTable')
|
|
1793
|
+
SemanticTableAlias = Shapes::StringShape.new(name: 'SemanticTableAlias')
|
|
1794
|
+
SemanticTableMap = Shapes::MapShape.new(name: 'SemanticTableMap')
|
|
1721
1795
|
SemanticType = Shapes::StructureShape.new(name: 'SemanticType')
|
|
1722
1796
|
SensitiveDouble = Shapes::FloatShape.new(name: 'SensitiveDouble')
|
|
1723
1797
|
SensitiveDoubleList = Shapes::ListShape.new(name: 'SensitiveDoubleList')
|
|
@@ -1731,6 +1805,7 @@ module Aws::QuickSight
|
|
|
1731
1805
|
SensitiveStringObject = Shapes::StringShape.new(name: 'SensitiveStringObject')
|
|
1732
1806
|
SensitiveTimestamp = Shapes::TimestampShape.new(name: 'SensitiveTimestamp')
|
|
1733
1807
|
SensitiveTimestampList = Shapes::ListShape.new(name: 'SensitiveTimestampList')
|
|
1808
|
+
Separator = Shapes::StringShape.new(name: 'Separator')
|
|
1734
1809
|
SeriesItem = Shapes::StructureShape.new(name: 'SeriesItem')
|
|
1735
1810
|
SeriesItemList = Shapes::ListShape.new(name: 'SeriesItemList')
|
|
1736
1811
|
ServiceNowParameters = Shapes::StructureShape.new(name: 'ServiceNowParameters')
|
|
@@ -1748,6 +1823,7 @@ module Aws::QuickSight
|
|
|
1748
1823
|
SharedViewConfigurations = Shapes::StructureShape.new(name: 'SharedViewConfigurations')
|
|
1749
1824
|
SharingModel = Shapes::StringShape.new(name: 'SharingModel')
|
|
1750
1825
|
Sheet = Shapes::StructureShape.new(name: 'Sheet')
|
|
1826
|
+
SheetBackgroundStyle = Shapes::StructureShape.new(name: 'SheetBackgroundStyle')
|
|
1751
1827
|
SheetContentType = Shapes::StringShape.new(name: 'SheetContentType')
|
|
1752
1828
|
SheetControlDateTimePickerType = Shapes::StringShape.new(name: 'SheetControlDateTimePickerType')
|
|
1753
1829
|
SheetControlInfoIconLabelOptions = Shapes::StructureShape.new(name: 'SheetControlInfoIconLabelOptions')
|
|
@@ -1833,6 +1909,8 @@ module Aws::QuickSight
|
|
|
1833
1909
|
SnapshotUserConfigurationRedacted = Shapes::StructureShape.new(name: 'SnapshotUserConfigurationRedacted')
|
|
1834
1910
|
SnowflakeParameters = Shapes::StructureShape.new(name: 'SnowflakeParameters')
|
|
1835
1911
|
SortDirection = Shapes::StringShape.new(name: 'SortDirection')
|
|
1912
|
+
SourceTable = Shapes::StructureShape.new(name: 'SourceTable')
|
|
1913
|
+
SourceTableMap = Shapes::MapShape.new(name: 'SourceTableMap')
|
|
1836
1914
|
Spacing = Shapes::StructureShape.new(name: 'Spacing')
|
|
1837
1915
|
SparkParameters = Shapes::StructureShape.new(name: 'SparkParameters')
|
|
1838
1916
|
SpatialStaticFile = Shapes::StructureShape.new(name: 'SpatialStaticFile')
|
|
@@ -1912,6 +1990,10 @@ module Aws::QuickSight
|
|
|
1912
1990
|
TableOptions = Shapes::StructureShape.new(name: 'TableOptions')
|
|
1913
1991
|
TableOrientation = Shapes::StringShape.new(name: 'TableOrientation')
|
|
1914
1992
|
TablePaginatedReportOptions = Shapes::StructureShape.new(name: 'TablePaginatedReportOptions')
|
|
1993
|
+
TablePathElement = Shapes::StructureShape.new(name: 'TablePathElement')
|
|
1994
|
+
TablePathElementId = Shapes::StringShape.new(name: 'TablePathElementId')
|
|
1995
|
+
TablePathElementList = Shapes::ListShape.new(name: 'TablePathElementList')
|
|
1996
|
+
TablePathElementName = Shapes::StringShape.new(name: 'TablePathElementName')
|
|
1915
1997
|
TablePinnedFieldOptions = Shapes::StructureShape.new(name: 'TablePinnedFieldOptions')
|
|
1916
1998
|
TableRowConditionalFormatting = Shapes::StructureShape.new(name: 'TableRowConditionalFormatting')
|
|
1917
1999
|
TableSideBorderOptions = Shapes::StructureShape.new(name: 'TableSideBorderOptions')
|
|
@@ -1958,6 +2040,7 @@ module Aws::QuickSight
|
|
|
1958
2040
|
TextControlPlaceholderOptions = Shapes::StructureShape.new(name: 'TextControlPlaceholderOptions')
|
|
1959
2041
|
TextFieldControlDisplayOptions = Shapes::StructureShape.new(name: 'TextFieldControlDisplayOptions')
|
|
1960
2042
|
TextQualifier = Shapes::StringShape.new(name: 'TextQualifier')
|
|
2043
|
+
TextTransform = Shapes::StringShape.new(name: 'TextTransform')
|
|
1961
2044
|
TextWrap = Shapes::StringShape.new(name: 'TextWrap')
|
|
1962
2045
|
Theme = Shapes::StructureShape.new(name: 'Theme')
|
|
1963
2046
|
ThemeAlias = Shapes::StructureShape.new(name: 'ThemeAlias')
|
|
@@ -2061,7 +2144,11 @@ module Aws::QuickSight
|
|
|
2061
2144
|
TotalAggregationOptionList = Shapes::ListShape.new(name: 'TotalAggregationOptionList')
|
|
2062
2145
|
TotalOptions = Shapes::StructureShape.new(name: 'TotalOptions')
|
|
2063
2146
|
TransformOperation = Shapes::StructureShape.new(name: 'TransformOperation')
|
|
2147
|
+
TransformOperationAlias = Shapes::StringShape.new(name: 'TransformOperationAlias')
|
|
2064
2148
|
TransformOperationList = Shapes::ListShape.new(name: 'TransformOperationList')
|
|
2149
|
+
TransformOperationSource = Shapes::StructureShape.new(name: 'TransformOperationSource')
|
|
2150
|
+
TransformStep = Shapes::StructureShape.new(name: 'TransformStep')
|
|
2151
|
+
TransformStepMap = Shapes::MapShape.new(name: 'TransformStepMap')
|
|
2065
2152
|
TransposedColumnIndex = Shapes::IntegerShape.new(name: 'TransposedColumnIndex')
|
|
2066
2153
|
TransposedColumnType = Shapes::StringShape.new(name: 'TransposedColumnType')
|
|
2067
2154
|
TransposedTableOption = Shapes::StructureShape.new(name: 'TransposedTableOption')
|
|
@@ -2091,6 +2178,7 @@ module Aws::QuickSight
|
|
|
2091
2178
|
UniqueKeyList = Shapes::ListShape.new(name: 'UniqueKeyList')
|
|
2092
2179
|
UniqueValuesComputation = Shapes::StructureShape.new(name: 'UniqueValuesComputation')
|
|
2093
2180
|
UnlimitedPixelLength = Shapes::StringShape.new(name: 'UnlimitedPixelLength')
|
|
2181
|
+
UnpivotOperation = Shapes::StructureShape.new(name: 'UnpivotOperation')
|
|
2094
2182
|
UnsupportedPricingPlanException = Shapes::StructureShape.new(name: 'UnsupportedPricingPlanException')
|
|
2095
2183
|
UnsupportedUserEditionException = Shapes::StructureShape.new(name: 'UnsupportedUserEditionException')
|
|
2096
2184
|
UntagColumnOperation = Shapes::StructureShape.new(name: 'UntagColumnOperation')
|
|
@@ -2210,6 +2298,7 @@ module Aws::QuickSight
|
|
|
2210
2298
|
VPCConnectionSummaryList = Shapes::ListShape.new(name: 'VPCConnectionSummaryList')
|
|
2211
2299
|
ValidationStrategy = Shapes::StructureShape.new(name: 'ValidationStrategy')
|
|
2212
2300
|
ValidationStrategyMode = Shapes::StringShape.new(name: 'ValidationStrategyMode')
|
|
2301
|
+
ValueColumnConfiguration = Shapes::StructureShape.new(name: 'ValueColumnConfiguration')
|
|
2213
2302
|
ValueWhenUnsetOption = Shapes::StringShape.new(name: 'ValueWhenUnsetOption')
|
|
2214
2303
|
VersionDescription = Shapes::StringShape.new(name: 'VersionDescription')
|
|
2215
2304
|
VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
|
|
@@ -2236,8 +2325,10 @@ module Aws::QuickSight
|
|
|
2236
2325
|
VisualPalette = Shapes::StructureShape.new(name: 'VisualPalette')
|
|
2237
2326
|
VisualRole = Shapes::StringShape.new(name: 'VisualRole')
|
|
2238
2327
|
VisualSubtitle = Shapes::StringShape.new(name: 'VisualSubtitle')
|
|
2328
|
+
VisualSubtitleFontConfiguration = Shapes::StructureShape.new(name: 'VisualSubtitleFontConfiguration')
|
|
2239
2329
|
VisualSubtitleLabelOptions = Shapes::StructureShape.new(name: 'VisualSubtitleLabelOptions')
|
|
2240
2330
|
VisualTitle = Shapes::StringShape.new(name: 'VisualTitle')
|
|
2331
|
+
VisualTitleFontConfiguration = Shapes::StructureShape.new(name: 'VisualTitleFontConfiguration')
|
|
2241
2332
|
VisualTitleLabelOptions = Shapes::StructureShape.new(name: 'VisualTitleLabelOptions')
|
|
2242
2333
|
VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
|
|
2243
2334
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
|
@@ -2261,6 +2352,7 @@ module Aws::QuickSight
|
|
|
2261
2352
|
WhatIfPointScenario = Shapes::StructureShape.new(name: 'WhatIfPointScenario')
|
|
2262
2353
|
WhatIfRangeScenario = Shapes::StructureShape.new(name: 'WhatIfRangeScenario')
|
|
2263
2354
|
WidgetStatus = Shapes::StringShape.new(name: 'WidgetStatus')
|
|
2355
|
+
Width = Shapes::StringShape.new(name: 'Width')
|
|
2264
2356
|
WordCloudAggregatedFieldWells = Shapes::StructureShape.new(name: 'WordCloudAggregatedFieldWells')
|
|
2265
2357
|
WordCloudChartConfiguration = Shapes::StructureShape.new(name: 'WordCloudChartConfiguration')
|
|
2266
2358
|
WordCloudCloudLayout = Shapes::StringShape.new(name: 'WordCloudCloudLayout')
|
|
@@ -2372,6 +2464,17 @@ module Aws::QuickSight
|
|
|
2372
2464
|
AggFunctionParamMap.key = Shapes::ShapeRef.new(shape: AggFunctionParamKey)
|
|
2373
2465
|
AggFunctionParamMap.value = Shapes::ShapeRef.new(shape: AggFunctionParamValue)
|
|
2374
2466
|
|
|
2467
|
+
AggregateOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
2468
|
+
AggregateOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
2469
|
+
AggregateOperation.add_member(:group_by_column_names, Shapes::ShapeRef.new(shape: GroupByColumnNameList, location_name: "GroupByColumnNames"))
|
|
2470
|
+
AggregateOperation.add_member(:aggregations, Shapes::ShapeRef.new(shape: AggregationList, required: true, location_name: "Aggregations"))
|
|
2471
|
+
AggregateOperation.struct_class = Types::AggregateOperation
|
|
2472
|
+
|
|
2473
|
+
Aggregation.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: DataPrepAggregationFunction, required: true, location_name: "AggregationFunction"))
|
|
2474
|
+
Aggregation.add_member(:new_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "NewColumnName"))
|
|
2475
|
+
Aggregation.add_member(:new_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "NewColumnId"))
|
|
2476
|
+
Aggregation.struct_class = Types::Aggregation
|
|
2477
|
+
|
|
2375
2478
|
AggregationFunction.add_member(:numerical_aggregation_function, Shapes::ShapeRef.new(shape: NumericalAggregationFunction, location_name: "NumericalAggregationFunction"))
|
|
2376
2479
|
AggregationFunction.add_member(:categorical_aggregation_function, Shapes::ShapeRef.new(shape: CategoricalAggregationFunction, location_name: "CategoricalAggregationFunction"))
|
|
2377
2480
|
AggregationFunction.add_member(:date_aggregation_function, Shapes::ShapeRef.new(shape: DateAggregationFunction, location_name: "DateAggregationFunction"))
|
|
@@ -2381,6 +2484,8 @@ module Aws::QuickSight
|
|
|
2381
2484
|
AggregationFunctionParameters.key = Shapes::ShapeRef.new(shape: LimitedString)
|
|
2382
2485
|
AggregationFunctionParameters.value = Shapes::ShapeRef.new(shape: LimitedString)
|
|
2383
2486
|
|
|
2487
|
+
AggregationList.member = Shapes::ShapeRef.new(shape: Aggregation)
|
|
2488
|
+
|
|
2384
2489
|
AggregationPartitionBy.add_member(:field_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "FieldName"))
|
|
2385
2490
|
AggregationPartitionBy.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "TimeGranularity"))
|
|
2386
2491
|
AggregationPartitionBy.struct_class = Types::AggregationPartitionBy
|
|
@@ -2513,6 +2618,18 @@ module Aws::QuickSight
|
|
|
2513
2618
|
|
|
2514
2619
|
AnswerIds.member = Shapes::ShapeRef.new(shape: AnswerId)
|
|
2515
2620
|
|
|
2621
|
+
AppendOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
2622
|
+
AppendOperation.add_member(:first_source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "FirstSource"))
|
|
2623
|
+
AppendOperation.add_member(:second_source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "SecondSource"))
|
|
2624
|
+
AppendOperation.add_member(:appended_columns, Shapes::ShapeRef.new(shape: AppendedColumnList, required: true, location_name: "AppendedColumns"))
|
|
2625
|
+
AppendOperation.struct_class = Types::AppendOperation
|
|
2626
|
+
|
|
2627
|
+
AppendedColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
|
|
2628
|
+
AppendedColumn.add_member(:new_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "NewColumnId"))
|
|
2629
|
+
AppendedColumn.struct_class = Types::AppendedColumn
|
|
2630
|
+
|
|
2631
|
+
AppendedColumnList.member = Shapes::ShapeRef.new(shape: AppendedColumn)
|
|
2632
|
+
|
|
2516
2633
|
ApplicationTheme.add_member(:brand_color_palette, Shapes::ShapeRef.new(shape: BrandColorPalette, location_name: "BrandColorPalette"))
|
|
2517
2634
|
ApplicationTheme.add_member(:contextual_accent_palette, Shapes::ShapeRef.new(shape: ContextualAccentPalette, location_name: "ContextualAccentPalette"))
|
|
2518
2635
|
ApplicationTheme.add_member(:brand_element_style, Shapes::ShapeRef.new(shape: BrandElementStyle, location_name: "BrandElementStyle"))
|
|
@@ -3117,7 +3234,9 @@ module Aws::QuickSight
|
|
|
3117
3234
|
BookmarksConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
|
3118
3235
|
BookmarksConfigurations.struct_class = Types::BookmarksConfigurations
|
|
3119
3236
|
|
|
3237
|
+
BorderStyle.add_member(:color, Shapes::ShapeRef.new(shape: Color, location_name: "Color"))
|
|
3120
3238
|
BorderStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box" => true}))
|
|
3239
|
+
BorderStyle.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "Width"))
|
|
3121
3240
|
BorderStyle.struct_class = Types::BorderStyle
|
|
3122
3241
|
|
|
3123
3242
|
BoxPlotAggregatedFieldWells.add_member(:group_by, Shapes::ShapeRef.new(shape: BoxPlotDimensionFieldList, location_name: "GroupBy"))
|
|
@@ -3293,6 +3412,13 @@ module Aws::QuickSight
|
|
|
3293
3412
|
CastColumnTypeOperation.add_member(:format, Shapes::ShapeRef.new(shape: TypeCastFormat, location_name: "Format"))
|
|
3294
3413
|
CastColumnTypeOperation.struct_class = Types::CastColumnTypeOperation
|
|
3295
3414
|
|
|
3415
|
+
CastColumnTypeOperationList.member = Shapes::ShapeRef.new(shape: CastColumnTypeOperation)
|
|
3416
|
+
|
|
3417
|
+
CastColumnTypesOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
3418
|
+
CastColumnTypesOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
3419
|
+
CastColumnTypesOperation.add_member(:cast_column_type_operations, Shapes::ShapeRef.new(shape: CastColumnTypeOperationList, required: true, location_name: "CastColumnTypeOperations"))
|
|
3420
|
+
CastColumnTypesOperation.struct_class = Types::CastColumnTypesOperation
|
|
3421
|
+
|
|
3296
3422
|
CategoricalDimensionField.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
|
3297
3423
|
CategoricalDimensionField.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
|
3298
3424
|
CategoricalDimensionField.add_member(:hierarchy_id, Shapes::ShapeRef.new(shape: HierarchyId, location_name: "HierarchyId"))
|
|
@@ -3420,15 +3546,15 @@ module Aws::QuickSight
|
|
|
3420
3546
|
ColumnIdentifier.struct_class = Types::ColumnIdentifier
|
|
3421
3547
|
|
|
3422
3548
|
ColumnLevelPermissionRule.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalList, location_name: "Principals"))
|
|
3423
|
-
ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape:
|
|
3549
|
+
ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleColumnNameList, location_name: "ColumnNames"))
|
|
3424
3550
|
ColumnLevelPermissionRule.struct_class = Types::ColumnLevelPermissionRule
|
|
3425
3551
|
|
|
3552
|
+
ColumnLevelPermissionRuleColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
3553
|
+
|
|
3426
3554
|
ColumnLevelPermissionRuleList.member = Shapes::ShapeRef.new(shape: ColumnLevelPermissionRule)
|
|
3427
3555
|
|
|
3428
3556
|
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
|
3429
3557
|
|
|
3430
|
-
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
3431
|
-
|
|
3432
3558
|
ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
3433
3559
|
ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
|
3434
3560
|
ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
|
|
@@ -3449,6 +3575,12 @@ module Aws::QuickSight
|
|
|
3449
3575
|
|
|
3450
3576
|
ColumnTagNames.member = Shapes::ShapeRef.new(shape: ColumnTagName)
|
|
3451
3577
|
|
|
3578
|
+
ColumnToUnpivot.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
3579
|
+
ColumnToUnpivot.add_member(:new_value, Shapes::ShapeRef.new(shape: CellValue, location_name: "NewValue"))
|
|
3580
|
+
ColumnToUnpivot.struct_class = Types::ColumnToUnpivot
|
|
3581
|
+
|
|
3582
|
+
ColumnToUnpivotList.member = Shapes::ShapeRef.new(shape: ColumnToUnpivot)
|
|
3583
|
+
|
|
3452
3584
|
ColumnTooltipItem.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
|
3453
3585
|
ColumnTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
|
|
3454
3586
|
ColumnTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
@@ -3686,6 +3818,8 @@ module Aws::QuickSight
|
|
|
3686
3818
|
CreateBrandResponse.add_member(:brand_definition, Shapes::ShapeRef.new(shape: BrandDefinition, location_name: "BrandDefinition"))
|
|
3687
3819
|
CreateBrandResponse.struct_class = Types::CreateBrandResponse
|
|
3688
3820
|
|
|
3821
|
+
CreateColumnsOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, location_name: "Alias"))
|
|
3822
|
+
CreateColumnsOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "Source"))
|
|
3689
3823
|
CreateColumnsOperation.add_member(:columns, Shapes::ShapeRef.new(shape: CalculatedColumnList, required: true, location_name: "Columns"))
|
|
3690
3824
|
CreateColumnsOperation.struct_class = Types::CreateColumnsOperation
|
|
3691
3825
|
|
|
@@ -3729,13 +3863,13 @@ module Aws::QuickSight
|
|
|
3729
3863
|
CreateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "DataSetId"))
|
|
3730
3864
|
CreateDataSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
|
3731
3865
|
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"))
|
|
3866
|
+
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
3867
|
CreateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
|
3734
3868
|
CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
|
3735
3869
|
CreateDataSetRequest.add_member(:field_folders, Shapes::ShapeRef.new(shape: FieldFolderMap, location_name: "FieldFolders"))
|
|
3736
3870
|
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"))
|
|
3871
|
+
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"}))
|
|
3872
|
+
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
3873
|
CreateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
|
3740
3874
|
CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
3741
3875
|
CreateDataSetRequest.add_member(:data_set_usage_configuration, Shapes::ShapeRef.new(shape: DataSetUsageConfiguration, location_name: "DataSetUsageConfiguration"))
|
|
@@ -3743,6 +3877,8 @@ module Aws::QuickSight
|
|
|
3743
3877
|
CreateDataSetRequest.add_member(:folder_arns, Shapes::ShapeRef.new(shape: FolderArnList, location_name: "FolderArns"))
|
|
3744
3878
|
CreateDataSetRequest.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
|
3745
3879
|
CreateDataSetRequest.add_member(:use_as, Shapes::ShapeRef.new(shape: DataSetUseAs, location_name: "UseAs"))
|
|
3880
|
+
CreateDataSetRequest.add_member(:data_prep_configuration, Shapes::ShapeRef.new(shape: DataPrepConfiguration, location_name: "DataPrepConfiguration"))
|
|
3881
|
+
CreateDataSetRequest.add_member(:semantic_model_configuration, Shapes::ShapeRef.new(shape: SemanticModelConfiguration, location_name: "SemanticModelConfiguration"))
|
|
3746
3882
|
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
|
3747
3883
|
|
|
3748
3884
|
CreateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -4296,6 +4432,24 @@ module Aws::QuickSight
|
|
|
4296
4432
|
DataPointTooltipOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
|
4297
4433
|
DataPointTooltipOption.struct_class = Types::DataPointTooltipOption
|
|
4298
4434
|
|
|
4435
|
+
DataPrepAggregationFunction.add_member(:simple_aggregation, Shapes::ShapeRef.new(shape: DataPrepSimpleAggregationFunction, location_name: "SimpleAggregation"))
|
|
4436
|
+
DataPrepAggregationFunction.add_member(:list_aggregation, Shapes::ShapeRef.new(shape: DataPrepListAggregationFunction, location_name: "ListAggregation"))
|
|
4437
|
+
DataPrepAggregationFunction.struct_class = Types::DataPrepAggregationFunction
|
|
4438
|
+
|
|
4439
|
+
DataPrepConfiguration.add_member(:source_table_map, Shapes::ShapeRef.new(shape: SourceTableMap, required: true, location_name: "SourceTableMap"))
|
|
4440
|
+
DataPrepConfiguration.add_member(:transform_step_map, Shapes::ShapeRef.new(shape: TransformStepMap, required: true, location_name: "TransformStepMap"))
|
|
4441
|
+
DataPrepConfiguration.add_member(:destination_table_map, Shapes::ShapeRef.new(shape: DestinationTableMap, required: true, location_name: "DestinationTableMap"))
|
|
4442
|
+
DataPrepConfiguration.struct_class = Types::DataPrepConfiguration
|
|
4443
|
+
|
|
4444
|
+
DataPrepListAggregationFunction.add_member(:input_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "InputColumnName"))
|
|
4445
|
+
DataPrepListAggregationFunction.add_member(:separator, Shapes::ShapeRef.new(shape: Separator, required: true, location_name: "Separator"))
|
|
4446
|
+
DataPrepListAggregationFunction.add_member(:distinct, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Distinct"))
|
|
4447
|
+
DataPrepListAggregationFunction.struct_class = Types::DataPrepListAggregationFunction
|
|
4448
|
+
|
|
4449
|
+
DataPrepSimpleAggregationFunction.add_member(:input_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "InputColumnName"))
|
|
4450
|
+
DataPrepSimpleAggregationFunction.add_member(:function_type, Shapes::ShapeRef.new(shape: DataPrepSimpleAggregationFunctionType, required: true, location_name: "FunctionType"))
|
|
4451
|
+
DataPrepSimpleAggregationFunction.struct_class = Types::DataPrepSimpleAggregationFunction
|
|
4452
|
+
|
|
4299
4453
|
DataQAEnabledOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
|
4300
4454
|
DataQAEnabledOption.struct_class = Types::DataQAEnabledOption
|
|
4301
4455
|
|
|
@@ -4321,10 +4475,18 @@ module Aws::QuickSight
|
|
|
4321
4475
|
DataSet.add_member(:dataset_parameters, Shapes::ShapeRef.new(shape: DatasetParameterList, location_name: "DatasetParameters"))
|
|
4322
4476
|
DataSet.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
|
4323
4477
|
DataSet.add_member(:use_as, Shapes::ShapeRef.new(shape: DataSetUseAs, location_name: "UseAs"))
|
|
4478
|
+
DataSet.add_member(:data_prep_configuration, Shapes::ShapeRef.new(shape: DataPrepConfiguration, location_name: "DataPrepConfiguration"))
|
|
4479
|
+
DataSet.add_member(:semantic_model_configuration, Shapes::ShapeRef.new(shape: SemanticModelConfiguration, location_name: "SemanticModelConfiguration"))
|
|
4324
4480
|
DataSet.struct_class = Types::DataSet
|
|
4325
4481
|
|
|
4326
4482
|
DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
4327
4483
|
|
|
4484
|
+
DataSetColumnIdMapping.add_member(:source_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "SourceColumnId"))
|
|
4485
|
+
DataSetColumnIdMapping.add_member(:target_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "TargetColumnId"))
|
|
4486
|
+
DataSetColumnIdMapping.struct_class = Types::DataSetColumnIdMapping
|
|
4487
|
+
|
|
4488
|
+
DataSetColumnIdMappingList.member = Shapes::ShapeRef.new(shape: DataSetColumnIdMapping)
|
|
4489
|
+
|
|
4328
4490
|
DataSetConfiguration.add_member(:placeholder, Shapes::ShapeRef.new(shape: String, location_name: "Placeholder"))
|
|
4329
4491
|
DataSetConfiguration.add_member(:data_set_schema, Shapes::ShapeRef.new(shape: DataSetSchema, location_name: "DataSetSchema"))
|
|
4330
4492
|
DataSetConfiguration.add_member(:column_group_schema_list, Shapes::ShapeRef.new(shape: ColumnGroupSchemaList, location_name: "ColumnGroupSchemaList"))
|
|
@@ -4332,12 +4494,48 @@ module Aws::QuickSight
|
|
|
4332
4494
|
|
|
4333
4495
|
DataSetConfigurationList.member = Shapes::ShapeRef.new(shape: DataSetConfiguration)
|
|
4334
4496
|
|
|
4497
|
+
DataSetDateComparisonFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetDateComparisonFilterOperator, required: true, location_name: "Operator"))
|
|
4498
|
+
DataSetDateComparisonFilterCondition.add_member(:value, Shapes::ShapeRef.new(shape: DataSetDateFilterValue, location_name: "Value"))
|
|
4499
|
+
DataSetDateComparisonFilterCondition.struct_class = Types::DataSetDateComparisonFilterCondition
|
|
4500
|
+
|
|
4501
|
+
DataSetDateFilterCondition.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
4502
|
+
DataSetDateFilterCondition.add_member(:comparison_filter_condition, Shapes::ShapeRef.new(shape: DataSetDateComparisonFilterCondition, location_name: "ComparisonFilterCondition"))
|
|
4503
|
+
DataSetDateFilterCondition.add_member(:range_filter_condition, Shapes::ShapeRef.new(shape: DataSetDateRangeFilterCondition, location_name: "RangeFilterCondition"))
|
|
4504
|
+
DataSetDateFilterCondition.struct_class = Types::DataSetDateFilterCondition
|
|
4505
|
+
|
|
4506
|
+
DataSetDateFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: SensitiveTimestamp, location_name: "StaticValue"))
|
|
4507
|
+
DataSetDateFilterValue.struct_class = Types::DataSetDateFilterValue
|
|
4508
|
+
|
|
4509
|
+
DataSetDateRangeFilterCondition.add_member(:range_minimum, Shapes::ShapeRef.new(shape: DataSetDateFilterValue, location_name: "RangeMinimum"))
|
|
4510
|
+
DataSetDateRangeFilterCondition.add_member(:range_maximum, Shapes::ShapeRef.new(shape: DataSetDateFilterValue, location_name: "RangeMaximum"))
|
|
4511
|
+
DataSetDateRangeFilterCondition.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box" => true}))
|
|
4512
|
+
DataSetDateRangeFilterCondition.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box" => true}))
|
|
4513
|
+
DataSetDateRangeFilterCondition.struct_class = Types::DataSetDateRangeFilterCondition
|
|
4514
|
+
|
|
4335
4515
|
DataSetIdentifierDeclaration.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSetIdentifier, required: true, location_name: "Identifier"))
|
|
4336
4516
|
DataSetIdentifierDeclaration.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSetArn"))
|
|
4337
4517
|
DataSetIdentifierDeclaration.struct_class = Types::DataSetIdentifierDeclaration
|
|
4338
4518
|
|
|
4339
4519
|
DataSetIdentifierDeclarationList.member = Shapes::ShapeRef.new(shape: DataSetIdentifierDeclaration)
|
|
4340
4520
|
|
|
4521
|
+
DataSetNumericComparisonFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetNumericComparisonFilterOperator, required: true, location_name: "Operator"))
|
|
4522
|
+
DataSetNumericComparisonFilterCondition.add_member(:value, Shapes::ShapeRef.new(shape: DataSetNumericFilterValue, location_name: "Value"))
|
|
4523
|
+
DataSetNumericComparisonFilterCondition.struct_class = Types::DataSetNumericComparisonFilterCondition
|
|
4524
|
+
|
|
4525
|
+
DataSetNumericFilterCondition.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
4526
|
+
DataSetNumericFilterCondition.add_member(:comparison_filter_condition, Shapes::ShapeRef.new(shape: DataSetNumericComparisonFilterCondition, location_name: "ComparisonFilterCondition"))
|
|
4527
|
+
DataSetNumericFilterCondition.add_member(:range_filter_condition, Shapes::ShapeRef.new(shape: DataSetNumericRangeFilterCondition, location_name: "RangeFilterCondition"))
|
|
4528
|
+
DataSetNumericFilterCondition.struct_class = Types::DataSetNumericFilterCondition
|
|
4529
|
+
|
|
4530
|
+
DataSetNumericFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: SensitiveDouble, location_name: "StaticValue", metadata: {"box" => true}))
|
|
4531
|
+
DataSetNumericFilterValue.struct_class = Types::DataSetNumericFilterValue
|
|
4532
|
+
|
|
4533
|
+
DataSetNumericRangeFilterCondition.add_member(:range_minimum, Shapes::ShapeRef.new(shape: DataSetNumericFilterValue, location_name: "RangeMinimum"))
|
|
4534
|
+
DataSetNumericRangeFilterCondition.add_member(:range_maximum, Shapes::ShapeRef.new(shape: DataSetNumericFilterValue, location_name: "RangeMaximum"))
|
|
4535
|
+
DataSetNumericRangeFilterCondition.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box" => true}))
|
|
4536
|
+
DataSetNumericRangeFilterCondition.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box" => true}))
|
|
4537
|
+
DataSetNumericRangeFilterCondition.struct_class = Types::DataSetNumericRangeFilterCondition
|
|
4538
|
+
|
|
4341
4539
|
DataSetReference.add_member(:data_set_placeholder, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "DataSetPlaceholder"))
|
|
4342
4540
|
DataSetReference.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSetArn"))
|
|
4343
4541
|
DataSetReference.struct_class = Types::DataSetReference
|
|
@@ -4358,6 +4556,27 @@ module Aws::QuickSight
|
|
|
4358
4556
|
|
|
4359
4557
|
DataSetSearchFilterList.member = Shapes::ShapeRef.new(shape: DataSetSearchFilter)
|
|
4360
4558
|
|
|
4559
|
+
DataSetStringComparisonFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetStringComparisonFilterOperator, required: true, location_name: "Operator"))
|
|
4560
|
+
DataSetStringComparisonFilterCondition.add_member(:value, Shapes::ShapeRef.new(shape: DataSetStringFilterValue, location_name: "Value"))
|
|
4561
|
+
DataSetStringComparisonFilterCondition.struct_class = Types::DataSetStringComparisonFilterCondition
|
|
4562
|
+
|
|
4563
|
+
DataSetStringFilterCondition.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
|
4564
|
+
DataSetStringFilterCondition.add_member(:comparison_filter_condition, Shapes::ShapeRef.new(shape: DataSetStringComparisonFilterCondition, location_name: "ComparisonFilterCondition"))
|
|
4565
|
+
DataSetStringFilterCondition.add_member(:list_filter_condition, Shapes::ShapeRef.new(shape: DataSetStringListFilterCondition, location_name: "ListFilterCondition"))
|
|
4566
|
+
DataSetStringFilterCondition.struct_class = Types::DataSetStringFilterCondition
|
|
4567
|
+
|
|
4568
|
+
DataSetStringFilterStaticValueList.member = Shapes::ShapeRef.new(shape: DataSetStringFilterStaticValue)
|
|
4569
|
+
|
|
4570
|
+
DataSetStringFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: DataSetStringFilterStaticValue, location_name: "StaticValue"))
|
|
4571
|
+
DataSetStringFilterValue.struct_class = Types::DataSetStringFilterValue
|
|
4572
|
+
|
|
4573
|
+
DataSetStringListFilterCondition.add_member(:operator, Shapes::ShapeRef.new(shape: DataSetStringListFilterOperator, required: true, location_name: "Operator"))
|
|
4574
|
+
DataSetStringListFilterCondition.add_member(:values, Shapes::ShapeRef.new(shape: DataSetStringListFilterValue, location_name: "Values"))
|
|
4575
|
+
DataSetStringListFilterCondition.struct_class = Types::DataSetStringListFilterCondition
|
|
4576
|
+
|
|
4577
|
+
DataSetStringListFilterValue.add_member(:static_values, Shapes::ShapeRef.new(shape: DataSetStringFilterStaticValueList, location_name: "StaticValues"))
|
|
4578
|
+
DataSetStringListFilterValue.struct_class = Types::DataSetStringListFilterValue
|
|
4579
|
+
|
|
4361
4580
|
DataSetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
4362
4581
|
DataSetSummary.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
|
4363
4582
|
DataSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
@@ -4365,6 +4584,7 @@ module Aws::QuickSight
|
|
|
4365
4584
|
DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
|
4366
4585
|
DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
|
4367
4586
|
DataSetSummary.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
|
4587
|
+
DataSetSummary.add_member(:row_level_permission_data_set_map, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSetMap, location_name: "RowLevelPermissionDataSetMap"))
|
|
4368
4588
|
DataSetSummary.add_member(:row_level_permission_tag_configuration_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "RowLevelPermissionTagConfigurationApplied"))
|
|
4369
4589
|
DataSetSummary.add_member(:column_level_permission_rules_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "ColumnLevelPermissionRulesApplied"))
|
|
4370
4590
|
DataSetSummary.add_member(:use_as, Shapes::ShapeRef.new(shape: DataSetUseAs, location_name: "UseAs"))
|
|
@@ -5595,6 +5815,16 @@ module Aws::QuickSight
|
|
|
5595
5815
|
DestinationParameterValueConfiguration.add_member(:source_column, Shapes::ShapeRef.new(shape: ColumnIdentifier, location_name: "SourceColumn"))
|
|
5596
5816
|
DestinationParameterValueConfiguration.struct_class = Types::DestinationParameterValueConfiguration
|
|
5597
5817
|
|
|
5818
|
+
DestinationTable.add_member(:alias, Shapes::ShapeRef.new(shape: DestinationTableAlias, required: true, location_name: "Alias"))
|
|
5819
|
+
DestinationTable.add_member(:source, Shapes::ShapeRef.new(shape: DestinationTableSource, required: true, location_name: "Source"))
|
|
5820
|
+
DestinationTable.struct_class = Types::DestinationTable
|
|
5821
|
+
|
|
5822
|
+
DestinationTableMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
5823
|
+
DestinationTableMap.value = Shapes::ShapeRef.new(shape: DestinationTable)
|
|
5824
|
+
|
|
5825
|
+
DestinationTableSource.add_member(:transform_operation_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "TransformOperationId"))
|
|
5826
|
+
DestinationTableSource.struct_class = Types::DestinationTableSource
|
|
5827
|
+
|
|
5598
5828
|
DimensionField.add_member(:numerical_dimension_field, Shapes::ShapeRef.new(shape: NumericalDimensionField, location_name: "NumericalDimensionField"))
|
|
5599
5829
|
DimensionField.add_member(:categorical_dimension_field, Shapes::ShapeRef.new(shape: CategoricalDimensionField, location_name: "CategoricalDimensionField"))
|
|
5600
5830
|
DimensionField.add_member(:date_dimension_field, Shapes::ShapeRef.new(shape: DateDimensionField, location_name: "DateDimensionField"))
|
|
@@ -5863,9 +6093,14 @@ module Aws::QuickSight
|
|
|
5863
6093
|
FilterListControl.add_member(:cascading_control_configuration, Shapes::ShapeRef.new(shape: CascadingControlConfiguration, location_name: "CascadingControlConfiguration"))
|
|
5864
6094
|
FilterListControl.struct_class = Types::FilterListControl
|
|
5865
6095
|
|
|
5866
|
-
FilterOperation.add_member(:condition_expression, Shapes::ShapeRef.new(shape: Expression,
|
|
6096
|
+
FilterOperation.add_member(:condition_expression, Shapes::ShapeRef.new(shape: Expression, location_name: "ConditionExpression"))
|
|
6097
|
+
FilterOperation.add_member(:string_filter_condition, Shapes::ShapeRef.new(shape: DataSetStringFilterCondition, location_name: "StringFilterCondition"))
|
|
6098
|
+
FilterOperation.add_member(:numeric_filter_condition, Shapes::ShapeRef.new(shape: DataSetNumericFilterCondition, location_name: "NumericFilterCondition"))
|
|
6099
|
+
FilterOperation.add_member(:date_filter_condition, Shapes::ShapeRef.new(shape: DataSetDateFilterCondition, location_name: "DateFilterCondition"))
|
|
5867
6100
|
FilterOperation.struct_class = Types::FilterOperation
|
|
5868
6101
|
|
|
6102
|
+
FilterOperationList.member = Shapes::ShapeRef.new(shape: FilterOperation)
|
|
6103
|
+
|
|
5869
6104
|
FilterOperationSelectedFieldsConfiguration.add_member(:selected_fields, Shapes::ShapeRef.new(shape: SelectedFieldList, location_name: "SelectedFields"))
|
|
5870
6105
|
FilterOperationSelectedFieldsConfiguration.add_member(:selected_field_options, Shapes::ShapeRef.new(shape: SelectedFieldOptions, location_name: "SelectedFieldOptions"))
|
|
5871
6106
|
FilterOperationSelectedFieldsConfiguration.add_member(:selected_columns, Shapes::ShapeRef.new(shape: CustomActionColumnList, location_name: "SelectedColumns"))
|
|
@@ -5913,6 +6148,11 @@ module Aws::QuickSight
|
|
|
5913
6148
|
|
|
5914
6149
|
FilteredVisualsList.member = Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId)
|
|
5915
6150
|
|
|
6151
|
+
FiltersOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
6152
|
+
FiltersOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
6153
|
+
FiltersOperation.add_member(:filter_operations, Shapes::ShapeRef.new(shape: FilterOperationList, required: true, location_name: "FilterOperations"))
|
|
6154
|
+
FiltersOperation.struct_class = Types::FiltersOperation
|
|
6155
|
+
|
|
5916
6156
|
FlowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
|
5917
6157
|
FlowSummary.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "FlowId"))
|
|
5918
6158
|
FlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: Title, required: true, location_name: "Name"))
|
|
@@ -6037,6 +6277,8 @@ module Aws::QuickSight
|
|
|
6037
6277
|
FreeFormLayoutElement.add_member(:selected_border_style, Shapes::ShapeRef.new(shape: FreeFormLayoutElementBorderStyle, location_name: "SelectedBorderStyle"))
|
|
6038
6278
|
FreeFormLayoutElement.add_member(:background_style, Shapes::ShapeRef.new(shape: FreeFormLayoutElementBackgroundStyle, location_name: "BackgroundStyle"))
|
|
6039
6279
|
FreeFormLayoutElement.add_member(:loading_animation, Shapes::ShapeRef.new(shape: LoadingAnimation, location_name: "LoadingAnimation"))
|
|
6280
|
+
FreeFormLayoutElement.add_member(:border_radius, Shapes::ShapeRef.new(shape: BorderRadius, location_name: "BorderRadius"))
|
|
6281
|
+
FreeFormLayoutElement.add_member(:padding, Shapes::ShapeRef.new(shape: Padding, location_name: "Padding"))
|
|
6040
6282
|
FreeFormLayoutElement.struct_class = Types::FreeFormLayoutElement
|
|
6041
6283
|
|
|
6042
6284
|
FreeFormLayoutElementBackgroundStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
@@ -6045,6 +6287,7 @@ module Aws::QuickSight
|
|
|
6045
6287
|
|
|
6046
6288
|
FreeFormLayoutElementBorderStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
6047
6289
|
FreeFormLayoutElementBorderStyle.add_member(:color, Shapes::ShapeRef.new(shape: HexColorWithTransparency, location_name: "Color"))
|
|
6290
|
+
FreeFormLayoutElementBorderStyle.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "Width"))
|
|
6048
6291
|
FreeFormLayoutElementBorderStyle.struct_class = Types::FreeFormLayoutElementBorderStyle
|
|
6049
6292
|
|
|
6050
6293
|
FreeFormLayoutScreenCanvasSizeOptions.add_member(:optimized_view_port_width, Shapes::ShapeRef.new(shape: PixelLength, required: true, location_name: "OptimizedViewPortWidth", metadata: {"box" => true}))
|
|
@@ -6475,8 +6718,23 @@ module Aws::QuickSight
|
|
|
6475
6718
|
GridLayoutElement.add_member(:column_span, Shapes::ShapeRef.new(shape: GridLayoutElementColumnSpan, required: true, location_name: "ColumnSpan"))
|
|
6476
6719
|
GridLayoutElement.add_member(:row_index, Shapes::ShapeRef.new(shape: GridLayoutElementRowIndex, location_name: "RowIndex"))
|
|
6477
6720
|
GridLayoutElement.add_member(:row_span, Shapes::ShapeRef.new(shape: GridLayoutElementRowSpan, required: true, location_name: "RowSpan"))
|
|
6721
|
+
GridLayoutElement.add_member(:border_style, Shapes::ShapeRef.new(shape: GridLayoutElementBorderStyle, location_name: "BorderStyle"))
|
|
6722
|
+
GridLayoutElement.add_member(:selected_border_style, Shapes::ShapeRef.new(shape: GridLayoutElementBorderStyle, location_name: "SelectedBorderStyle"))
|
|
6723
|
+
GridLayoutElement.add_member(:background_style, Shapes::ShapeRef.new(shape: GridLayoutElementBackgroundStyle, location_name: "BackgroundStyle"))
|
|
6724
|
+
GridLayoutElement.add_member(:loading_animation, Shapes::ShapeRef.new(shape: LoadingAnimation, location_name: "LoadingAnimation"))
|
|
6725
|
+
GridLayoutElement.add_member(:border_radius, Shapes::ShapeRef.new(shape: BorderRadius, location_name: "BorderRadius"))
|
|
6726
|
+
GridLayoutElement.add_member(:padding, Shapes::ShapeRef.new(shape: Padding, location_name: "Padding"))
|
|
6478
6727
|
GridLayoutElement.struct_class = Types::GridLayoutElement
|
|
6479
6728
|
|
|
6729
|
+
GridLayoutElementBackgroundStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
6730
|
+
GridLayoutElementBackgroundStyle.add_member(:color, Shapes::ShapeRef.new(shape: HexColorWithTransparency, location_name: "Color"))
|
|
6731
|
+
GridLayoutElementBackgroundStyle.struct_class = Types::GridLayoutElementBackgroundStyle
|
|
6732
|
+
|
|
6733
|
+
GridLayoutElementBorderStyle.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
6734
|
+
GridLayoutElementBorderStyle.add_member(:color, Shapes::ShapeRef.new(shape: HexColorWithTransparency, location_name: "Color"))
|
|
6735
|
+
GridLayoutElementBorderStyle.add_member(:width, Shapes::ShapeRef.new(shape: Width, location_name: "Width"))
|
|
6736
|
+
GridLayoutElementBorderStyle.struct_class = Types::GridLayoutElementBorderStyle
|
|
6737
|
+
|
|
6480
6738
|
GridLayoutElementList.member = Shapes::ShapeRef.new(shape: GridLayoutElement)
|
|
6481
6739
|
|
|
6482
6740
|
GridLayoutScreenCanvasSizeOptions.add_member(:resize_option, Shapes::ShapeRef.new(shape: ResizeOption, required: true, location_name: "ResizeOption"))
|
|
@@ -6489,6 +6747,8 @@ module Aws::QuickSight
|
|
|
6489
6747
|
Group.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, location_name: "PrincipalId"))
|
|
6490
6748
|
Group.struct_class = Types::Group
|
|
6491
6749
|
|
|
6750
|
+
GroupByColumnNameList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
|
6751
|
+
|
|
6492
6752
|
GroupList.member = Shapes::ShapeRef.new(shape: Group)
|
|
6493
6753
|
|
|
6494
6754
|
GroupMember.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -6683,6 +6943,14 @@ module Aws::QuickSight
|
|
|
6683
6943
|
ImpalaParameters.add_member(:sql_endpoint_path, Shapes::ShapeRef.new(shape: SqlEndpointPath, required: true, location_name: "SqlEndpointPath"))
|
|
6684
6944
|
ImpalaParameters.struct_class = Types::ImpalaParameters
|
|
6685
6945
|
|
|
6946
|
+
ImportTableOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
6947
|
+
ImportTableOperation.add_member(:source, Shapes::ShapeRef.new(shape: ImportTableOperationSource, required: true, location_name: "Source"))
|
|
6948
|
+
ImportTableOperation.struct_class = Types::ImportTableOperation
|
|
6949
|
+
|
|
6950
|
+
ImportTableOperationSource.add_member(:source_table_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "SourceTableId"))
|
|
6951
|
+
ImportTableOperationSource.add_member(:column_id_mappings, Shapes::ShapeRef.new(shape: DataSetColumnIdMappingList, location_name: "ColumnIdMappings"))
|
|
6952
|
+
ImportTableOperationSource.struct_class = Types::ImportTableOperationSource
|
|
6953
|
+
|
|
6686
6954
|
IncrementalRefresh.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, required: true, location_name: "LookbackWindow"))
|
|
6687
6955
|
IncrementalRefresh.struct_class = Types::IncrementalRefresh
|
|
6688
6956
|
|
|
@@ -6705,6 +6973,7 @@ module Aws::QuickSight
|
|
|
6705
6973
|
InnerFilter.struct_class = Types::InnerFilter
|
|
6706
6974
|
|
|
6707
6975
|
InputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "Name"))
|
|
6976
|
+
InputColumn.add_member(:id, Shapes::ShapeRef.new(shape: ColumnId, location_name: "Id"))
|
|
6708
6977
|
InputColumn.add_member(:type, Shapes::ShapeRef.new(shape: InputColumnDataType, required: true, location_name: "Type"))
|
|
6709
6978
|
InputColumn.add_member(:sub_type, Shapes::ShapeRef.new(shape: ColumnDataSubType, location_name: "SubType"))
|
|
6710
6979
|
InputColumn.struct_class = Types::InputColumn
|
|
@@ -6766,6 +7035,10 @@ module Aws::QuickSight
|
|
|
6766
7035
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
6767
7036
|
InternalServerException.struct_class = Types::InternalServerException
|
|
6768
7037
|
|
|
7038
|
+
InvalidDataSetParameterValueException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
7039
|
+
InvalidDataSetParameterValueException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
7040
|
+
InvalidDataSetParameterValueException.struct_class = Types::InvalidDataSetParameterValueException
|
|
7041
|
+
|
|
6769
7042
|
InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
6770
7043
|
InvalidNextTokenException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
6771
7044
|
InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
|
|
@@ -6805,6 +7078,18 @@ module Aws::QuickSight
|
|
|
6805
7078
|
JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box" => true}))
|
|
6806
7079
|
JoinKeyProperties.struct_class = Types::JoinKeyProperties
|
|
6807
7080
|
|
|
7081
|
+
JoinOperandProperties.add_member(:output_column_name_overrides, Shapes::ShapeRef.new(shape: OutputColumnNameOverrideList, required: true, location_name: "OutputColumnNameOverrides"))
|
|
7082
|
+
JoinOperandProperties.struct_class = Types::JoinOperandProperties
|
|
7083
|
+
|
|
7084
|
+
JoinOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
7085
|
+
JoinOperation.add_member(:left_operand, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "LeftOperand"))
|
|
7086
|
+
JoinOperation.add_member(:right_operand, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "RightOperand"))
|
|
7087
|
+
JoinOperation.add_member(:type, Shapes::ShapeRef.new(shape: JoinOperationType, required: true, location_name: "Type"))
|
|
7088
|
+
JoinOperation.add_member(:on_clause, Shapes::ShapeRef.new(shape: JoinOperationOnClause, required: true, location_name: "OnClause"))
|
|
7089
|
+
JoinOperation.add_member(:left_operand_properties, Shapes::ShapeRef.new(shape: JoinOperandProperties, location_name: "LeftOperandProperties"))
|
|
7090
|
+
JoinOperation.add_member(:right_operand_properties, Shapes::ShapeRef.new(shape: JoinOperandProperties, location_name: "RightOperandProperties"))
|
|
7091
|
+
JoinOperation.struct_class = Types::JoinOperation
|
|
7092
|
+
|
|
6808
7093
|
KPIActualValueConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
|
|
6809
7094
|
KPIActualValueConditionalFormatting.add_member(:icon, Shapes::ShapeRef.new(shape: ConditionalFormattingIcon, location_name: "Icon"))
|
|
6810
7095
|
KPIActualValueConditionalFormatting.struct_class = Types::KPIActualValueConditionalFormatting
|
|
@@ -7696,6 +7981,7 @@ module Aws::QuickSight
|
|
|
7696
7981
|
OracleParameters.struct_class = Types::OracleParameters
|
|
7697
7982
|
|
|
7698
7983
|
OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
|
|
7984
|
+
OutputColumn.add_member(:id, Shapes::ShapeRef.new(shape: ColumnId, location_name: "Id"))
|
|
7699
7985
|
OutputColumn.add_member(:description, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Description"))
|
|
7700
7986
|
OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
|
|
7701
7987
|
OutputColumn.add_member(:sub_type, Shapes::ShapeRef.new(shape: ColumnDataSubType, location_name: "SubType"))
|
|
@@ -7703,6 +7989,12 @@ module Aws::QuickSight
|
|
|
7703
7989
|
|
|
7704
7990
|
OutputColumnList.member = Shapes::ShapeRef.new(shape: OutputColumn)
|
|
7705
7991
|
|
|
7992
|
+
OutputColumnNameOverride.add_member(:source_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "SourceColumnName"))
|
|
7993
|
+
OutputColumnNameOverride.add_member(:output_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "OutputColumnName"))
|
|
7994
|
+
OutputColumnNameOverride.struct_class = Types::OutputColumnNameOverride
|
|
7995
|
+
|
|
7996
|
+
OutputColumnNameOverrideList.member = Shapes::ShapeRef.new(shape: OutputColumnNameOverride)
|
|
7997
|
+
|
|
7706
7998
|
OverrideDatasetParameterOperation.add_member(:parameter_name, Shapes::ShapeRef.new(shape: DatasetParameterName, required: true, location_name: "ParameterName"))
|
|
7707
7999
|
OverrideDatasetParameterOperation.add_member(:new_parameter_name, Shapes::ShapeRef.new(shape: DatasetParameterName, location_name: "NewParameterName"))
|
|
7708
8000
|
OverrideDatasetParameterOperation.add_member(:new_default_values, Shapes::ShapeRef.new(shape: NewDefaultValues, location_name: "NewDefaultValues"))
|
|
@@ -7809,6 +8101,10 @@ module Aws::QuickSight
|
|
|
7809
8101
|
Parameters.add_member(:date_time_parameters, Shapes::ShapeRef.new(shape: DateTimeParameterList, location_name: "DateTimeParameters"))
|
|
7810
8102
|
Parameters.struct_class = Types::Parameters
|
|
7811
8103
|
|
|
8104
|
+
ParentDataSet.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSetArn"))
|
|
8105
|
+
ParentDataSet.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
|
8106
|
+
ParentDataSet.struct_class = Types::ParentDataSet
|
|
8107
|
+
|
|
7812
8108
|
Path.member = Shapes::ShapeRef.new(shape: Arn)
|
|
7813
8109
|
|
|
7814
8110
|
PercentVisibleRange.add_member(:from, Shapes::ShapeRef.new(shape: PercentNumber, location_name: "From", metadata: {"box" => true}))
|
|
@@ -7851,6 +8147,7 @@ module Aws::QuickSight
|
|
|
7851
8147
|
PhysicalTable.add_member(:relational_table, Shapes::ShapeRef.new(shape: RelationalTable, location_name: "RelationalTable"))
|
|
7852
8148
|
PhysicalTable.add_member(:custom_sql, Shapes::ShapeRef.new(shape: CustomSql, location_name: "CustomSql"))
|
|
7853
8149
|
PhysicalTable.add_member(:s3_source, Shapes::ShapeRef.new(shape: S3Source, location_name: "S3Source"))
|
|
8150
|
+
PhysicalTable.add_member(:saa_s_table, Shapes::ShapeRef.new(shape: SaaSTable, location_name: "SaaSTable"))
|
|
7854
8151
|
PhysicalTable.struct_class = Types::PhysicalTable
|
|
7855
8152
|
|
|
7856
8153
|
PhysicalTableMap.key = Shapes::ShapeRef.new(shape: PhysicalTableId)
|
|
@@ -7893,14 +8190,27 @@ module Aws::QuickSight
|
|
|
7893
8190
|
PieChartVisual.add_member(:visual_content_alt_text, Shapes::ShapeRef.new(shape: LongPlainText, location_name: "VisualContentAltText"))
|
|
7894
8191
|
PieChartVisual.struct_class = Types::PieChartVisual
|
|
7895
8192
|
|
|
8193
|
+
PivotConfiguration.add_member(:label_column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "LabelColumnName"))
|
|
8194
|
+
PivotConfiguration.add_member(:pivoted_labels, Shapes::ShapeRef.new(shape: PivotedLabelList, required: true, location_name: "PivotedLabels"))
|
|
8195
|
+
PivotConfiguration.struct_class = Types::PivotConfiguration
|
|
8196
|
+
|
|
7896
8197
|
PivotFieldSortOptions.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
|
7897
8198
|
PivotFieldSortOptions.add_member(:sort_by, Shapes::ShapeRef.new(shape: PivotTableSortBy, required: true, location_name: "SortBy"))
|
|
7898
8199
|
PivotFieldSortOptions.struct_class = Types::PivotFieldSortOptions
|
|
7899
8200
|
|
|
7900
8201
|
PivotFieldSortOptionsList.member = Shapes::ShapeRef.new(shape: PivotFieldSortOptions)
|
|
7901
8202
|
|
|
8203
|
+
PivotGroupByColumnNameList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
|
8204
|
+
|
|
7902
8205
|
PivotMeasureFieldList.member = Shapes::ShapeRef.new(shape: MeasureField)
|
|
7903
8206
|
|
|
8207
|
+
PivotOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
8208
|
+
PivotOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
8209
|
+
PivotOperation.add_member(:group_by_column_names, Shapes::ShapeRef.new(shape: PivotGroupByColumnNameList, location_name: "GroupByColumnNames"))
|
|
8210
|
+
PivotOperation.add_member(:value_column_configuration, Shapes::ShapeRef.new(shape: ValueColumnConfiguration, required: true, location_name: "ValueColumnConfiguration"))
|
|
8211
|
+
PivotOperation.add_member(:pivot_configuration, Shapes::ShapeRef.new(shape: PivotConfiguration, required: true, location_name: "PivotConfiguration"))
|
|
8212
|
+
PivotOperation.struct_class = Types::PivotOperation
|
|
8213
|
+
|
|
7904
8214
|
PivotTableAggregatedFieldWells.add_member(:rows, Shapes::ShapeRef.new(shape: PivotTableDimensionList, location_name: "Rows"))
|
|
7905
8215
|
PivotTableAggregatedFieldWells.add_member(:columns, Shapes::ShapeRef.new(shape: PivotTableDimensionList, location_name: "Columns"))
|
|
7906
8216
|
PivotTableAggregatedFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: PivotMeasureFieldList, location_name: "Values"))
|
|
@@ -8028,6 +8338,13 @@ module Aws::QuickSight
|
|
|
8028
8338
|
PivotTotalOptions.add_member(:total_aggregation_options, Shapes::ShapeRef.new(shape: TotalAggregationOptionList, location_name: "TotalAggregationOptions"))
|
|
8029
8339
|
PivotTotalOptions.struct_class = Types::PivotTotalOptions
|
|
8030
8340
|
|
|
8341
|
+
PivotedLabel.add_member(:label_name, Shapes::ShapeRef.new(shape: CellValue, required: true, location_name: "LabelName"))
|
|
8342
|
+
PivotedLabel.add_member(:new_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "NewColumnName"))
|
|
8343
|
+
PivotedLabel.add_member(:new_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "NewColumnId"))
|
|
8344
|
+
PivotedLabel.struct_class = Types::PivotedLabel
|
|
8345
|
+
|
|
8346
|
+
PivotedLabelList.member = Shapes::ShapeRef.new(shape: PivotedLabel)
|
|
8347
|
+
|
|
8031
8348
|
PluginVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VisualId"))
|
|
8032
8349
|
PluginVisual.add_member(:plugin_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PluginArn"))
|
|
8033
8350
|
PluginVisual.add_member(:title, Shapes::ShapeRef.new(shape: VisualTitleLabelOptions, location_name: "Title"))
|
|
@@ -8108,10 +8425,12 @@ module Aws::QuickSight
|
|
|
8108
8425
|
ProgressBarOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
8109
8426
|
ProgressBarOptions.struct_class = Types::ProgressBarOptions
|
|
8110
8427
|
|
|
8111
|
-
ProjectOperation.add_member(:
|
|
8428
|
+
ProjectOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, location_name: "Alias"))
|
|
8429
|
+
ProjectOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, location_name: "Source"))
|
|
8430
|
+
ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnNameList, required: true, location_name: "ProjectedColumns"))
|
|
8112
8431
|
ProjectOperation.struct_class = Types::ProjectOperation
|
|
8113
8432
|
|
|
8114
|
-
|
|
8433
|
+
ProjectedColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
|
8115
8434
|
|
|
8116
8435
|
PutDataSetRefreshPropertiesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
|
8117
8436
|
PutDataSetRefreshPropertiesRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
|
@@ -8458,6 +8777,13 @@ module Aws::QuickSight
|
|
|
8458
8777
|
RenameColumnOperation.add_member(:new_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "NewColumnName"))
|
|
8459
8778
|
RenameColumnOperation.struct_class = Types::RenameColumnOperation
|
|
8460
8779
|
|
|
8780
|
+
RenameColumnOperationList.member = Shapes::ShapeRef.new(shape: RenameColumnOperation)
|
|
8781
|
+
|
|
8782
|
+
RenameColumnsOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
8783
|
+
RenameColumnsOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
8784
|
+
RenameColumnsOperation.add_member(:rename_column_operations, Shapes::ShapeRef.new(shape: RenameColumnOperationList, required: true, location_name: "RenameColumnOperations"))
|
|
8785
|
+
RenameColumnsOperation.struct_class = Types::RenameColumnsOperation
|
|
8786
|
+
|
|
8461
8787
|
ResourceExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
8462
8788
|
ResourceExistsException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
|
8463
8789
|
ResourceExistsException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
@@ -8507,6 +8833,10 @@ module Aws::QuickSight
|
|
|
8507
8833
|
RowInfo.add_member(:total_rows_in_dataset, Shapes::ShapeRef.new(shape: Long, location_name: "TotalRowsInDataset", metadata: {"box" => true}))
|
|
8508
8834
|
RowInfo.struct_class = Types::RowInfo
|
|
8509
8835
|
|
|
8836
|
+
RowLevelPermissionConfiguration.add_member(:tag_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionTagConfiguration, location_name: "TagConfiguration"))
|
|
8837
|
+
RowLevelPermissionConfiguration.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
|
8838
|
+
RowLevelPermissionConfiguration.struct_class = Types::RowLevelPermissionConfiguration
|
|
8839
|
+
|
|
8510
8840
|
RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
|
|
8511
8841
|
RowLevelPermissionDataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
|
8512
8842
|
RowLevelPermissionDataSet.add_member(:permission_policy, Shapes::ShapeRef.new(shape: RowLevelPermissionPolicy, required: true, location_name: "PermissionPolicy"))
|
|
@@ -8514,6 +8844,9 @@ module Aws::QuickSight
|
|
|
8514
8844
|
RowLevelPermissionDataSet.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
|
8515
8845
|
RowLevelPermissionDataSet.struct_class = Types::RowLevelPermissionDataSet
|
|
8516
8846
|
|
|
8847
|
+
RowLevelPermissionDataSetMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
8848
|
+
RowLevelPermissionDataSetMap.value = Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet)
|
|
8849
|
+
|
|
8517
8850
|
RowLevelPermissionTagConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
|
8518
8851
|
RowLevelPermissionTagConfiguration.add_member(:tag_rules, Shapes::ShapeRef.new(shape: RowLevelPermissionTagRuleList, required: true, location_name: "TagRules"))
|
|
8519
8852
|
RowLevelPermissionTagConfiguration.add_member(:tag_rule_configurations, Shapes::ShapeRef.new(shape: RowLevelPermissionTagRuleConfigurationList, location_name: "TagRuleConfigurations"))
|
|
@@ -8552,6 +8885,11 @@ module Aws::QuickSight
|
|
|
8552
8885
|
S3Source.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
|
8553
8886
|
S3Source.struct_class = Types::S3Source
|
|
8554
8887
|
|
|
8888
|
+
SaaSTable.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
|
|
8889
|
+
SaaSTable.add_member(:table_path, Shapes::ShapeRef.new(shape: TablePathElementList, required: true, location_name: "TablePath"))
|
|
8890
|
+
SaaSTable.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
|
8891
|
+
SaaSTable.struct_class = Types::SaaSTable
|
|
8892
|
+
|
|
8555
8893
|
SameSheetTargetVisualConfiguration.add_member(:target_visuals, Shapes::ShapeRef.new(shape: TargetVisualList, location_name: "TargetVisuals"))
|
|
8556
8894
|
SameSheetTargetVisualConfiguration.add_member(:target_visual_options, Shapes::ShapeRef.new(shape: TargetVisualOptions, location_name: "TargetVisualOptions"))
|
|
8557
8895
|
SameSheetTargetVisualConfiguration.struct_class = Types::SameSheetTargetVisualConfiguration
|
|
@@ -8795,6 +9133,17 @@ module Aws::QuickSight
|
|
|
8795
9133
|
SemanticEntityType.add_member(:type_parameters, Shapes::ShapeRef.new(shape: TypeParameters, location_name: "TypeParameters"))
|
|
8796
9134
|
SemanticEntityType.struct_class = Types::SemanticEntityType
|
|
8797
9135
|
|
|
9136
|
+
SemanticModelConfiguration.add_member(:table_map, Shapes::ShapeRef.new(shape: SemanticTableMap, location_name: "TableMap"))
|
|
9137
|
+
SemanticModelConfiguration.struct_class = Types::SemanticModelConfiguration
|
|
9138
|
+
|
|
9139
|
+
SemanticTable.add_member(:alias, Shapes::ShapeRef.new(shape: SemanticTableAlias, required: true, location_name: "Alias"))
|
|
9140
|
+
SemanticTable.add_member(:destination_table_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "DestinationTableId"))
|
|
9141
|
+
SemanticTable.add_member(:row_level_permission_configuration, Shapes::ShapeRef.new(shape: RowLevelPermissionConfiguration, location_name: "RowLevelPermissionConfiguration"))
|
|
9142
|
+
SemanticTable.struct_class = Types::SemanticTable
|
|
9143
|
+
|
|
9144
|
+
SemanticTableMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
9145
|
+
SemanticTableMap.value = Shapes::ShapeRef.new(shape: SemanticTable)
|
|
9146
|
+
|
|
8798
9147
|
SemanticType.add_member(:type_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "TypeName"))
|
|
8799
9148
|
SemanticType.add_member(:sub_type_name, Shapes::ShapeRef.new(shape: LimitedString, location_name: "SubTypeName"))
|
|
8800
9149
|
SemanticType.add_member(:type_parameters, Shapes::ShapeRef.new(shape: TypeParameters, location_name: "TypeParameters"))
|
|
@@ -8850,6 +9199,10 @@ module Aws::QuickSight
|
|
|
8850
9199
|
Sheet.add_member(:images, Shapes::ShapeRef.new(shape: SheetImageList, location_name: "Images"))
|
|
8851
9200
|
Sheet.struct_class = Types::Sheet
|
|
8852
9201
|
|
|
9202
|
+
SheetBackgroundStyle.add_member(:color, Shapes::ShapeRef.new(shape: Color, location_name: "Color"))
|
|
9203
|
+
SheetBackgroundStyle.add_member(:gradient, Shapes::ShapeRef.new(shape: String, location_name: "Gradient"))
|
|
9204
|
+
SheetBackgroundStyle.struct_class = Types::SheetBackgroundStyle
|
|
9205
|
+
|
|
8853
9206
|
SheetControlInfoIconLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
8854
9207
|
SheetControlInfoIconLabelOptions.add_member(:info_icon_text, Shapes::ShapeRef.new(shape: SheetControlInfoIconText, location_name: "InfoIconText"))
|
|
8855
9208
|
SheetControlInfoIconLabelOptions.struct_class = Types::SheetControlInfoIconLabelOptions
|
|
@@ -8925,6 +9278,7 @@ module Aws::QuickSight
|
|
|
8925
9278
|
|
|
8926
9279
|
SheetStyle.add_member(:tile, Shapes::ShapeRef.new(shape: TileStyle, location_name: "Tile"))
|
|
8927
9280
|
SheetStyle.add_member(:tile_layout, Shapes::ShapeRef.new(shape: TileLayoutStyle, location_name: "TileLayout"))
|
|
9281
|
+
SheetStyle.add_member(:background, Shapes::ShapeRef.new(shape: SheetBackgroundStyle, location_name: "Background"))
|
|
8928
9282
|
SheetStyle.struct_class = Types::SheetStyle
|
|
8929
9283
|
|
|
8930
9284
|
SheetTextBox.add_member(:sheet_text_box_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "SheetTextBoxId"))
|
|
@@ -9063,6 +9417,13 @@ module Aws::QuickSight
|
|
|
9063
9417
|
SnowflakeParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: OAuthParameters, location_name: "OAuthParameters"))
|
|
9064
9418
|
SnowflakeParameters.struct_class = Types::SnowflakeParameters
|
|
9065
9419
|
|
|
9420
|
+
SourceTable.add_member(:physical_table_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, location_name: "PhysicalTableId"))
|
|
9421
|
+
SourceTable.add_member(:data_set, Shapes::ShapeRef.new(shape: ParentDataSet, location_name: "DataSet"))
|
|
9422
|
+
SourceTable.struct_class = Types::SourceTable
|
|
9423
|
+
|
|
9424
|
+
SourceTableMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
9425
|
+
SourceTableMap.value = Shapes::ShapeRef.new(shape: SourceTable)
|
|
9426
|
+
|
|
9066
9427
|
Spacing.add_member(:top, Shapes::ShapeRef.new(shape: Length, location_name: "Top"))
|
|
9067
9428
|
Spacing.add_member(:bottom, Shapes::ShapeRef.new(shape: Length, location_name: "Bottom"))
|
|
9068
9429
|
Spacing.add_member(:left, Shapes::ShapeRef.new(shape: Length, location_name: "Left"))
|
|
@@ -9340,6 +9701,12 @@ module Aws::QuickSight
|
|
|
9340
9701
|
TablePaginatedReportOptions.add_member(:overflow_column_header_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "OverflowColumnHeaderVisibility"))
|
|
9341
9702
|
TablePaginatedReportOptions.struct_class = Types::TablePaginatedReportOptions
|
|
9342
9703
|
|
|
9704
|
+
TablePathElement.add_member(:name, Shapes::ShapeRef.new(shape: TablePathElementName, location_name: "Name"))
|
|
9705
|
+
TablePathElement.add_member(:id, Shapes::ShapeRef.new(shape: TablePathElementId, location_name: "Id"))
|
|
9706
|
+
TablePathElement.struct_class = Types::TablePathElement
|
|
9707
|
+
|
|
9708
|
+
TablePathElementList.member = Shapes::ShapeRef.new(shape: TablePathElement)
|
|
9709
|
+
|
|
9343
9710
|
TablePinnedFieldOptions.add_member(:pinned_left_fields, Shapes::ShapeRef.new(shape: TableFieldOrderList, location_name: "PinnedLeftFields"))
|
|
9344
9711
|
TablePinnedFieldOptions.struct_class = Types::TablePinnedFieldOptions
|
|
9345
9712
|
|
|
@@ -9577,7 +9944,10 @@ module Aws::QuickSight
|
|
|
9577
9944
|
TileLayoutStyle.add_member(:margin, Shapes::ShapeRef.new(shape: MarginStyle, location_name: "Margin"))
|
|
9578
9945
|
TileLayoutStyle.struct_class = Types::TileLayoutStyle
|
|
9579
9946
|
|
|
9947
|
+
TileStyle.add_member(:background_color, Shapes::ShapeRef.new(shape: Color, location_name: "BackgroundColor"))
|
|
9580
9948
|
TileStyle.add_member(:border, Shapes::ShapeRef.new(shape: BorderStyle, location_name: "Border"))
|
|
9949
|
+
TileStyle.add_member(:border_radius, Shapes::ShapeRef.new(shape: BorderRadius, location_name: "BorderRadius"))
|
|
9950
|
+
TileStyle.add_member(:padding, Shapes::ShapeRef.new(shape: Padding, location_name: "Padding"))
|
|
9581
9951
|
TileStyle.struct_class = Types::TileStyle
|
|
9582
9952
|
|
|
9583
9953
|
TimeBasedForecastProperties.add_member(:periods_forward, Shapes::ShapeRef.new(shape: PeriodsForward, location_name: "PeriodsForward", metadata: {"box" => true}))
|
|
@@ -9947,6 +10317,26 @@ module Aws::QuickSight
|
|
|
9947
10317
|
|
|
9948
10318
|
TransformOperationList.member = Shapes::ShapeRef.new(shape: TransformOperation)
|
|
9949
10319
|
|
|
10320
|
+
TransformOperationSource.add_member(:transform_operation_id, Shapes::ShapeRef.new(shape: DataSetEntityResourceId, required: true, location_name: "TransformOperationId"))
|
|
10321
|
+
TransformOperationSource.add_member(:column_id_mappings, Shapes::ShapeRef.new(shape: DataSetColumnIdMappingList, location_name: "ColumnIdMappings"))
|
|
10322
|
+
TransformOperationSource.struct_class = Types::TransformOperationSource
|
|
10323
|
+
|
|
10324
|
+
TransformStep.add_member(:import_table_step, Shapes::ShapeRef.new(shape: ImportTableOperation, location_name: "ImportTableStep"))
|
|
10325
|
+
TransformStep.add_member(:project_step, Shapes::ShapeRef.new(shape: ProjectOperation, location_name: "ProjectStep"))
|
|
10326
|
+
TransformStep.add_member(:filters_step, Shapes::ShapeRef.new(shape: FiltersOperation, location_name: "FiltersStep"))
|
|
10327
|
+
TransformStep.add_member(:create_columns_step, Shapes::ShapeRef.new(shape: CreateColumnsOperation, location_name: "CreateColumnsStep"))
|
|
10328
|
+
TransformStep.add_member(:rename_columns_step, Shapes::ShapeRef.new(shape: RenameColumnsOperation, location_name: "RenameColumnsStep"))
|
|
10329
|
+
TransformStep.add_member(:cast_column_types_step, Shapes::ShapeRef.new(shape: CastColumnTypesOperation, location_name: "CastColumnTypesStep"))
|
|
10330
|
+
TransformStep.add_member(:join_step, Shapes::ShapeRef.new(shape: JoinOperation, location_name: "JoinStep"))
|
|
10331
|
+
TransformStep.add_member(:aggregate_step, Shapes::ShapeRef.new(shape: AggregateOperation, location_name: "AggregateStep"))
|
|
10332
|
+
TransformStep.add_member(:pivot_step, Shapes::ShapeRef.new(shape: PivotOperation, location_name: "PivotStep"))
|
|
10333
|
+
TransformStep.add_member(:unpivot_step, Shapes::ShapeRef.new(shape: UnpivotOperation, location_name: "UnpivotStep"))
|
|
10334
|
+
TransformStep.add_member(:append_step, Shapes::ShapeRef.new(shape: AppendOperation, location_name: "AppendStep"))
|
|
10335
|
+
TransformStep.struct_class = Types::TransformStep
|
|
10336
|
+
|
|
10337
|
+
TransformStepMap.key = Shapes::ShapeRef.new(shape: DataSetEntityResourceId)
|
|
10338
|
+
TransformStepMap.value = Shapes::ShapeRef.new(shape: TransformStep)
|
|
10339
|
+
|
|
9950
10340
|
TransposedTableOption.add_member(:column_index, Shapes::ShapeRef.new(shape: TransposedColumnIndex, location_name: "ColumnIndex"))
|
|
9951
10341
|
TransposedTableOption.add_member(:column_width, Shapes::ShapeRef.new(shape: PixelLength, location_name: "ColumnWidth"))
|
|
9952
10342
|
TransposedTableOption.add_member(:column_type, Shapes::ShapeRef.new(shape: TransposedColumnType, required: true, location_name: "ColumnType"))
|
|
@@ -10007,6 +10397,13 @@ module Aws::QuickSight
|
|
|
10007
10397
|
TypeParameters.value = Shapes::ShapeRef.new(shape: LimitedString)
|
|
10008
10398
|
|
|
10009
10399
|
Typography.add_member(:font_families, Shapes::ShapeRef.new(shape: FontList, location_name: "FontFamilies"))
|
|
10400
|
+
Typography.add_member(:axis_title_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "AxisTitleFontConfiguration"))
|
|
10401
|
+
Typography.add_member(:axis_label_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "AxisLabelFontConfiguration"))
|
|
10402
|
+
Typography.add_member(:legend_title_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "LegendTitleFontConfiguration"))
|
|
10403
|
+
Typography.add_member(:legend_value_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "LegendValueFontConfiguration"))
|
|
10404
|
+
Typography.add_member(:data_label_font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "DataLabelFontConfiguration"))
|
|
10405
|
+
Typography.add_member(:visual_title_font_configuration, Shapes::ShapeRef.new(shape: VisualTitleFontConfiguration, location_name: "VisualTitleFontConfiguration"))
|
|
10406
|
+
Typography.add_member(:visual_subtitle_font_configuration, Shapes::ShapeRef.new(shape: VisualSubtitleFontConfiguration, location_name: "VisualSubtitleFontConfiguration"))
|
|
10010
10407
|
Typography.struct_class = Types::Typography
|
|
10011
10408
|
|
|
10012
10409
|
UIColorPalette.add_member(:primary_foreground, Shapes::ShapeRef.new(shape: HexColor, location_name: "PrimaryForeground"))
|
|
@@ -10046,6 +10443,15 @@ module Aws::QuickSight
|
|
|
10046
10443
|
UniqueValuesComputation.add_member(:category, Shapes::ShapeRef.new(shape: DimensionField, location_name: "Category"))
|
|
10047
10444
|
UniqueValuesComputation.struct_class = Types::UniqueValuesComputation
|
|
10048
10445
|
|
|
10446
|
+
UnpivotOperation.add_member(:alias, Shapes::ShapeRef.new(shape: TransformOperationAlias, required: true, location_name: "Alias"))
|
|
10447
|
+
UnpivotOperation.add_member(:source, Shapes::ShapeRef.new(shape: TransformOperationSource, required: true, location_name: "Source"))
|
|
10448
|
+
UnpivotOperation.add_member(:columns_to_unpivot, Shapes::ShapeRef.new(shape: ColumnToUnpivotList, required: true, location_name: "ColumnsToUnpivot"))
|
|
10449
|
+
UnpivotOperation.add_member(:unpivoted_label_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "UnpivotedLabelColumnName"))
|
|
10450
|
+
UnpivotOperation.add_member(:unpivoted_label_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "UnpivotedLabelColumnId"))
|
|
10451
|
+
UnpivotOperation.add_member(:unpivoted_value_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "UnpivotedValueColumnName"))
|
|
10452
|
+
UnpivotOperation.add_member(:unpivoted_value_column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "UnpivotedValueColumnId"))
|
|
10453
|
+
UnpivotOperation.struct_class = Types::UnpivotOperation
|
|
10454
|
+
|
|
10049
10455
|
UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
10050
10456
|
UnsupportedPricingPlanException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
|
10051
10457
|
UnsupportedPricingPlanException.struct_class = Types::UnsupportedPricingPlanException
|
|
@@ -10283,16 +10689,18 @@ module Aws::QuickSight
|
|
|
10283
10689
|
UpdateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
|
10284
10690
|
UpdateDataSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
|
10285
10691
|
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"))
|
|
10692
|
+
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
10693
|
UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
|
10288
10694
|
UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
|
10289
10695
|
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"))
|
|
10696
|
+
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"}))
|
|
10697
|
+
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
10698
|
UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
|
10293
10699
|
UpdateDataSetRequest.add_member(:data_set_usage_configuration, Shapes::ShapeRef.new(shape: DataSetUsageConfiguration, location_name: "DataSetUsageConfiguration"))
|
|
10294
10700
|
UpdateDataSetRequest.add_member(:dataset_parameters, Shapes::ShapeRef.new(shape: DatasetParameterList, location_name: "DatasetParameters"))
|
|
10295
10701
|
UpdateDataSetRequest.add_member(:performance_configuration, Shapes::ShapeRef.new(shape: PerformanceConfiguration, location_name: "PerformanceConfiguration"))
|
|
10702
|
+
UpdateDataSetRequest.add_member(:data_prep_configuration, Shapes::ShapeRef.new(shape: DataPrepConfiguration, location_name: "DataPrepConfiguration"))
|
|
10703
|
+
UpdateDataSetRequest.add_member(:semantic_model_configuration, Shapes::ShapeRef.new(shape: SemanticModelConfiguration, location_name: "SemanticModelConfiguration"))
|
|
10296
10704
|
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
|
10297
10705
|
|
|
10298
10706
|
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -10667,6 +11075,7 @@ module Aws::QuickSight
|
|
|
10667
11075
|
UploadSettings.add_member(:contains_header, Shapes::ShapeRef.new(shape: Boolean, location_name: "ContainsHeader", metadata: {"box" => true}))
|
|
10668
11076
|
UploadSettings.add_member(:text_qualifier, Shapes::ShapeRef.new(shape: TextQualifier, location_name: "TextQualifier"))
|
|
10669
11077
|
UploadSettings.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location_name: "Delimiter"))
|
|
11078
|
+
UploadSettings.add_member(:custom_cell_address_range, Shapes::ShapeRef.new(shape: String, location_name: "CustomCellAddressRange"))
|
|
10670
11079
|
UploadSettings.struct_class = Types::UploadSettings
|
|
10671
11080
|
|
|
10672
11081
|
User.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
@@ -10717,6 +11126,9 @@ module Aws::QuickSight
|
|
|
10717
11126
|
ValidationStrategy.add_member(:mode, Shapes::ShapeRef.new(shape: ValidationStrategyMode, required: true, location_name: "Mode"))
|
|
10718
11127
|
ValidationStrategy.struct_class = Types::ValidationStrategy
|
|
10719
11128
|
|
|
11129
|
+
ValueColumnConfiguration.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: DataPrepAggregationFunction, location_name: "AggregationFunction"))
|
|
11130
|
+
ValueColumnConfiguration.struct_class = Types::ValueColumnConfiguration
|
|
11131
|
+
|
|
10720
11132
|
VisibleRangeOptions.add_member(:percent_range, Shapes::ShapeRef.new(shape: PercentVisibleRange, location_name: "PercentRange"))
|
|
10721
11133
|
VisibleRangeOptions.struct_class = Types::VisibleRangeOptions
|
|
10722
11134
|
|
|
@@ -10789,10 +11201,20 @@ module Aws::QuickSight
|
|
|
10789
11201
|
VisualPalette.add_member(:color_map, Shapes::ShapeRef.new(shape: DataPathColorList, location_name: "ColorMap"))
|
|
10790
11202
|
VisualPalette.struct_class = Types::VisualPalette
|
|
10791
11203
|
|
|
11204
|
+
VisualSubtitleFontConfiguration.add_member(:font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "FontConfiguration"))
|
|
11205
|
+
VisualSubtitleFontConfiguration.add_member(:text_alignment, Shapes::ShapeRef.new(shape: HorizontalTextAlignment, location_name: "TextAlignment"))
|
|
11206
|
+
VisualSubtitleFontConfiguration.add_member(:text_transform, Shapes::ShapeRef.new(shape: TextTransform, location_name: "TextTransform"))
|
|
11207
|
+
VisualSubtitleFontConfiguration.struct_class = Types::VisualSubtitleFontConfiguration
|
|
11208
|
+
|
|
10792
11209
|
VisualSubtitleLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
10793
11210
|
VisualSubtitleLabelOptions.add_member(:format_text, Shapes::ShapeRef.new(shape: LongFormatText, location_name: "FormatText"))
|
|
10794
11211
|
VisualSubtitleLabelOptions.struct_class = Types::VisualSubtitleLabelOptions
|
|
10795
11212
|
|
|
11213
|
+
VisualTitleFontConfiguration.add_member(:font_configuration, Shapes::ShapeRef.new(shape: FontConfiguration, location_name: "FontConfiguration"))
|
|
11214
|
+
VisualTitleFontConfiguration.add_member(:text_alignment, Shapes::ShapeRef.new(shape: HorizontalTextAlignment, location_name: "TextAlignment"))
|
|
11215
|
+
VisualTitleFontConfiguration.add_member(:text_transform, Shapes::ShapeRef.new(shape: TextTransform, location_name: "TextTransform"))
|
|
11216
|
+
VisualTitleFontConfiguration.struct_class = Types::VisualTitleFontConfiguration
|
|
11217
|
+
|
|
10796
11218
|
VisualTitleLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
|
10797
11219
|
VisualTitleLabelOptions.add_member(:format_text, Shapes::ShapeRef.new(shape: ShortFormatText, location_name: "FormatText"))
|
|
10798
11220
|
VisualTitleLabelOptions.struct_class = Types::VisualTitleLabelOptions
|
|
@@ -11102,6 +11524,7 @@ module Aws::QuickSight
|
|
|
11102
11524
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
11103
11525
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
11104
11526
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
11527
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDataSetParameterValueException)
|
|
11105
11528
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
11106
11529
|
end)
|
|
11107
11530
|
|
|
@@ -14013,6 +14436,7 @@ module Aws::QuickSight
|
|
|
14013
14436
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
14014
14437
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
14015
14438
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
|
14439
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDataSetParameterValueException)
|
|
14016
14440
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
|
14017
14441
|
end)
|
|
14018
14442
|
|