aws-sdk-quicksight 1.103.0 → 1.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +5 -3
- data/lib/aws-sdk-quicksight/client_api.rb +42 -0
- data/lib/aws-sdk-quicksight/types.rb +216 -24
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +1128 -30
- data/sig/types.rbs +46 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cf105fdbab8396d5d11b8ad2e7eb3c99b6a6e0b823f7686fcb9eb23b7a5e97c
|
4
|
+
data.tar.gz: 4517c493398657c0462839d33079d5913023b4c59b3702e84d2da474a624c636
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67132869324efe1b36a90af9cd9fc19f60c30e67ffb083582bc12af3640e18c0592187a5fd1226f155760618a33b4ea87fce323e1b814f3b1824f87b0f66864b
|
7
|
+
data.tar.gz: be5c60081a85e9c4817df79df14ee99e510291646670f5e461c3c006ded1dbec2dd49eb7d9eef7ace4de5d1bfe637ebc53bbe4e580822ced8785f00e5b1af724
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
@@ -12063,10 +12063,12 @@ module Aws::QuickSight
|
|
12063
12063
|
# The ID of the folder.
|
12064
12064
|
#
|
12065
12065
|
# @option params [Array<Types::ResourcePermission>] :grant_permissions
|
12066
|
-
# The permissions that you want to grant on a resource.
|
12066
|
+
# The permissions that you want to grant on a resource. Namespace ARNs
|
12067
|
+
# are not supported `Principal` values for folder permissions.
|
12067
12068
|
#
|
12068
12069
|
# @option params [Array<Types::ResourcePermission>] :revoke_permissions
|
12069
|
-
# The permissions that you want to revoke from a resource.
|
12070
|
+
# The permissions that you want to revoke from a resource. Namespace
|
12071
|
+
# ARNs are not supported `Principal` values for folder permissions.
|
12070
12072
|
#
|
12071
12073
|
# @return [Types::UpdateFolderPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12072
12074
|
#
|
@@ -13534,7 +13536,7 @@ module Aws::QuickSight
|
|
13534
13536
|
params: params,
|
13535
13537
|
config: config)
|
13536
13538
|
context[:gem_name] = 'aws-sdk-quicksight'
|
13537
|
-
context[:gem_version] = '1.
|
13539
|
+
context[:gem_version] = '1.104.0'
|
13538
13540
|
Seahorse::Client::Request.new(handlers, context)
|
13539
13541
|
end
|
13540
13542
|
|
@@ -312,6 +312,7 @@ module Aws::QuickSight
|
|
312
312
|
ConditionalFormattingSolidColor = Shapes::StructureShape.new(name: 'ConditionalFormattingSolidColor')
|
313
313
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
314
314
|
ConstantType = Shapes::StringShape.new(name: 'ConstantType')
|
315
|
+
ContextMenuOption = Shapes::StructureShape.new(name: 'ContextMenuOption')
|
315
316
|
ContributionAnalysisDefault = Shapes::StructureShape.new(name: 'ContributionAnalysisDefault')
|
316
317
|
ContributionAnalysisDefaultList = Shapes::ListShape.new(name: 'ContributionAnalysisDefaultList')
|
317
318
|
ContributorDimensionList = Shapes::ListShape.new(name: 'ContributorDimensionList')
|
@@ -1753,6 +1754,7 @@ module Aws::QuickSight
|
|
1753
1754
|
VisualCustomActionOperation = Shapes::StructureShape.new(name: 'VisualCustomActionOperation')
|
1754
1755
|
VisualCustomActionOperationList = Shapes::ListShape.new(name: 'VisualCustomActionOperationList')
|
1755
1756
|
VisualCustomActionTrigger = Shapes::StringShape.new(name: 'VisualCustomActionTrigger')
|
1757
|
+
VisualInteractionOptions = Shapes::StructureShape.new(name: 'VisualInteractionOptions')
|
1756
1758
|
VisualList = Shapes::ListShape.new(name: 'VisualList')
|
1757
1759
|
VisualMenuOption = Shapes::StructureShape.new(name: 'VisualMenuOption')
|
1758
1760
|
VisualPalette = Shapes::StructureShape.new(name: 'VisualPalette')
|
@@ -1761,8 +1763,10 @@ module Aws::QuickSight
|
|
1761
1763
|
VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
|
1762
1764
|
Warehouse = Shapes::StringShape.new(name: 'Warehouse')
|
1763
1765
|
WaterfallChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'WaterfallChartAggregatedFieldWells')
|
1766
|
+
WaterfallChartColorConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartColorConfiguration')
|
1764
1767
|
WaterfallChartConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartConfiguration')
|
1765
1768
|
WaterfallChartFieldWells = Shapes::StructureShape.new(name: 'WaterfallChartFieldWells')
|
1769
|
+
WaterfallChartGroupColorConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartGroupColorConfiguration')
|
1766
1770
|
WaterfallChartOptions = Shapes::StructureShape.new(name: 'WaterfallChartOptions')
|
1767
1771
|
WaterfallChartSortConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartSortConfiguration')
|
1768
1772
|
WaterfallVisual = Shapes::StructureShape.new(name: 'WaterfallVisual')
|
@@ -2340,6 +2344,7 @@ module Aws::QuickSight
|
|
2340
2344
|
BarChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
2341
2345
|
BarChartConfiguration.add_member(:reference_lines, Shapes::ShapeRef.new(shape: ReferenceLineList, location_name: "ReferenceLines"))
|
2342
2346
|
BarChartConfiguration.add_member(:contribution_analysis_defaults, Shapes::ShapeRef.new(shape: ContributionAnalysisDefaultList, location_name: "ContributionAnalysisDefaults"))
|
2347
|
+
BarChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
2343
2348
|
BarChartConfiguration.struct_class = Types::BarChartConfiguration
|
2344
2349
|
|
2345
2350
|
BarChartFieldWells.add_member(:bar_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: BarChartAggregatedFieldWells, location_name: "BarChartAggregatedFieldWells"))
|
@@ -2404,6 +2409,7 @@ module Aws::QuickSight
|
|
2404
2409
|
BoxPlotChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
2405
2410
|
BoxPlotChartConfiguration.add_member(:reference_lines, Shapes::ShapeRef.new(shape: ReferenceLineList, location_name: "ReferenceLines"))
|
2406
2411
|
BoxPlotChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
2412
|
+
BoxPlotChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
2407
2413
|
BoxPlotChartConfiguration.struct_class = Types::BoxPlotChartConfiguration
|
2408
2414
|
|
2409
2415
|
BoxPlotDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
|
@@ -2634,6 +2640,7 @@ module Aws::QuickSight
|
|
2634
2640
|
ComboChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
2635
2641
|
ComboChartConfiguration.add_member(:reference_lines, Shapes::ShapeRef.new(shape: ReferenceLineList, location_name: "ReferenceLines"))
|
2636
2642
|
ComboChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
2643
|
+
ComboChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
2637
2644
|
ComboChartConfiguration.struct_class = Types::ComboChartConfiguration
|
2638
2645
|
|
2639
2646
|
ComboChartFieldWells.add_member(:combo_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: ComboChartAggregatedFieldWells, location_name: "ComboChartAggregatedFieldWells"))
|
@@ -2721,6 +2728,9 @@ module Aws::QuickSight
|
|
2721
2728
|
ConflictException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2722
2729
|
ConflictException.struct_class = Types::ConflictException
|
2723
2730
|
|
2731
|
+
ContextMenuOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
2732
|
+
ContextMenuOption.struct_class = Types::ContextMenuOption
|
2733
|
+
|
2724
2734
|
ContributionAnalysisDefault.add_member(:measure_field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "MeasureFieldId"))
|
2725
2735
|
ContributionAnalysisDefault.add_member(:contributor_dimensions, Shapes::ShapeRef.new(shape: ContributorDimensionList, required: true, location_name: "ContributorDimensions"))
|
2726
2736
|
ContributionAnalysisDefault.struct_class = Types::ContributionAnalysisDefault
|
@@ -3119,6 +3129,7 @@ module Aws::QuickSight
|
|
3119
3129
|
CustomContentConfiguration.add_member(:content_url, Shapes::ShapeRef.new(shape: URLOperationTemplate, location_name: "ContentUrl"))
|
3120
3130
|
CustomContentConfiguration.add_member(:content_type, Shapes::ShapeRef.new(shape: CustomContentType, location_name: "ContentType"))
|
3121
3131
|
CustomContentConfiguration.add_member(:image_scaling, Shapes::ShapeRef.new(shape: CustomContentImageScalingConfiguration, location_name: "ImageScaling"))
|
3132
|
+
CustomContentConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
3122
3133
|
CustomContentConfiguration.struct_class = Types::CustomContentConfiguration
|
3123
3134
|
|
3124
3135
|
CustomContentVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VisualId"))
|
@@ -4540,6 +4551,7 @@ module Aws::QuickSight
|
|
4540
4551
|
FilledMapConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
4541
4552
|
FilledMapConfiguration.add_member(:window_options, Shapes::ShapeRef.new(shape: GeospatialWindowOptions, location_name: "WindowOptions"))
|
4542
4553
|
FilledMapConfiguration.add_member(:map_style_options, Shapes::ShapeRef.new(shape: GeospatialMapStyleOptions, location_name: "MapStyleOptions"))
|
4554
|
+
FilledMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
4543
4555
|
FilledMapConfiguration.struct_class = Types::FilledMapConfiguration
|
4544
4556
|
|
4545
4557
|
FilledMapDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
|
@@ -4808,6 +4820,7 @@ module Aws::QuickSight
|
|
4808
4820
|
FunnelChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
4809
4821
|
FunnelChartConfiguration.add_member(:data_label_options, Shapes::ShapeRef.new(shape: FunnelChartDataLabelOptions, location_name: "DataLabelOptions"))
|
4810
4822
|
FunnelChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
4823
|
+
FunnelChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
4811
4824
|
FunnelChartConfiguration.struct_class = Types::FunnelChartConfiguration
|
4812
4825
|
|
4813
4826
|
FunnelChartDataLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
@@ -4855,6 +4868,7 @@ module Aws::QuickSight
|
|
4855
4868
|
GaugeChartConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
|
4856
4869
|
GaugeChartConfiguration.add_member(:tooltip_options, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "TooltipOptions"))
|
4857
4870
|
GaugeChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
4871
|
+
GaugeChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
4858
4872
|
GaugeChartConfiguration.struct_class = Types::GaugeChartConfiguration
|
4859
4873
|
|
4860
4874
|
GaugeChartFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: MeasureFieldList, location_name: "Values"))
|
@@ -4941,6 +4955,7 @@ module Aws::QuickSight
|
|
4941
4955
|
GeospatialMapConfiguration.add_member(:map_style_options, Shapes::ShapeRef.new(shape: GeospatialMapStyleOptions, location_name: "MapStyleOptions"))
|
4942
4956
|
GeospatialMapConfiguration.add_member(:point_style_options, Shapes::ShapeRef.new(shape: GeospatialPointStyleOptions, location_name: "PointStyleOptions"))
|
4943
4957
|
GeospatialMapConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
4958
|
+
GeospatialMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
4944
4959
|
GeospatialMapConfiguration.struct_class = Types::GeospatialMapConfiguration
|
4945
4960
|
|
4946
4961
|
GeospatialMapFieldWells.add_member(:geospatial_map_aggregated_field_wells, Shapes::ShapeRef.new(shape: GeospatialMapAggregatedFieldWells, location_name: "GeospatialMapAggregatedFieldWells"))
|
@@ -5082,6 +5097,7 @@ module Aws::QuickSight
|
|
5082
5097
|
HeatMapConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
|
5083
5098
|
HeatMapConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
|
5084
5099
|
HeatMapConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
5100
|
+
HeatMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
5085
5101
|
HeatMapConfiguration.struct_class = Types::HeatMapConfiguration
|
5086
5102
|
|
5087
5103
|
HeatMapDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
|
@@ -5122,6 +5138,7 @@ module Aws::QuickSight
|
|
5122
5138
|
HistogramConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
|
5123
5139
|
HistogramConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
5124
5140
|
HistogramConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
5141
|
+
HistogramConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
5125
5142
|
HistogramConfiguration.struct_class = Types::HistogramConfiguration
|
5126
5143
|
|
5127
5144
|
HistogramFieldWells.add_member(:histogram_aggregated_field_wells, Shapes::ShapeRef.new(shape: HistogramAggregatedFieldWells, location_name: "HistogramAggregatedFieldWells"))
|
@@ -5189,6 +5206,7 @@ module Aws::QuickSight
|
|
5189
5206
|
|
5190
5207
|
InsightConfiguration.add_member(:computations, Shapes::ShapeRef.new(shape: ComputationList, location_name: "Computations"))
|
5191
5208
|
InsightConfiguration.add_member(:custom_narrative, Shapes::ShapeRef.new(shape: CustomNarrativeOptions, location_name: "CustomNarrative"))
|
5209
|
+
InsightConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
5192
5210
|
InsightConfiguration.struct_class = Types::InsightConfiguration
|
5193
5211
|
|
5194
5212
|
InsightVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VisualId"))
|
@@ -5292,6 +5310,7 @@ module Aws::QuickSight
|
|
5292
5310
|
KPIConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: KPIFieldWells, location_name: "FieldWells"))
|
5293
5311
|
KPIConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: KPISortConfiguration, location_name: "SortConfiguration"))
|
5294
5312
|
KPIConfiguration.add_member(:kpi_options, Shapes::ShapeRef.new(shape: KPIOptions, location_name: "KPIOptions"))
|
5313
|
+
KPIConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
5295
5314
|
KPIConfiguration.struct_class = Types::KPIConfiguration
|
5296
5315
|
|
5297
5316
|
KPIFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: MeasureFieldList, location_name: "Values"))
|
@@ -5394,6 +5413,7 @@ module Aws::QuickSight
|
|
5394
5413
|
LineChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
5395
5414
|
LineChartConfiguration.add_member(:contribution_analysis_defaults, Shapes::ShapeRef.new(shape: ContributionAnalysisDefaultList, location_name: "ContributionAnalysisDefaults"))
|
5396
5415
|
LineChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
5416
|
+
LineChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
5397
5417
|
LineChartConfiguration.struct_class = Types::LineChartConfiguration
|
5398
5418
|
|
5399
5419
|
LineChartDefaultSeriesSettings.add_member(:axis_binding, Shapes::ShapeRef.new(shape: AxisBinding, location_name: "AxisBinding"))
|
@@ -6179,6 +6199,7 @@ module Aws::QuickSight
|
|
6179
6199
|
PieChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
6180
6200
|
PieChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
6181
6201
|
PieChartConfiguration.add_member(:contribution_analysis_defaults, Shapes::ShapeRef.new(shape: ContributionAnalysisDefaultList, location_name: "ContributionAnalysisDefaults"))
|
6202
|
+
PieChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
6182
6203
|
PieChartConfiguration.struct_class = Types::PieChartConfiguration
|
6183
6204
|
|
6184
6205
|
PieChartFieldWells.add_member(:pie_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: PieChartAggregatedFieldWells, location_name: "PieChartAggregatedFieldWells"))
|
@@ -6236,6 +6257,7 @@ module Aws::QuickSight
|
|
6236
6257
|
PivotTableConfiguration.add_member(:total_options, Shapes::ShapeRef.new(shape: PivotTableTotalOptions, location_name: "TotalOptions"))
|
6237
6258
|
PivotTableConfiguration.add_member(:field_options, Shapes::ShapeRef.new(shape: PivotTableFieldOptions, location_name: "FieldOptions"))
|
6238
6259
|
PivotTableConfiguration.add_member(:paginated_report_options, Shapes::ShapeRef.new(shape: PivotTablePaginatedReportOptions, location_name: "PaginatedReportOptions"))
|
6260
|
+
PivotTableConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
6239
6261
|
PivotTableConfiguration.struct_class = Types::PivotTableConfiguration
|
6240
6262
|
|
6241
6263
|
PivotTableDataPathOption.add_member(:data_path_list, Shapes::ShapeRef.new(shape: DataPathValueList, required: true, location_name: "DataPathList"))
|
@@ -6406,6 +6428,7 @@ module Aws::QuickSight
|
|
6406
6428
|
RadarChartConfiguration.add_member(:color_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "ColorLabelOptions"))
|
6407
6429
|
RadarChartConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
|
6408
6430
|
RadarChartConfiguration.add_member(:axes_range_scale, Shapes::ShapeRef.new(shape: RadarChartAxesRangeScale, location_name: "AxesRangeScale"))
|
6431
|
+
RadarChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
6409
6432
|
RadarChartConfiguration.struct_class = Types::RadarChartConfiguration
|
6410
6433
|
|
6411
6434
|
RadarChartFieldWells.add_member(:radar_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: RadarChartAggregatedFieldWells, location_name: "RadarChartAggregatedFieldWells"))
|
@@ -6689,6 +6712,7 @@ module Aws::QuickSight
|
|
6689
6712
|
SankeyDiagramChartConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: SankeyDiagramFieldWells, location_name: "FieldWells"))
|
6690
6713
|
SankeyDiagramChartConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: SankeyDiagramSortConfiguration, location_name: "SortConfiguration"))
|
6691
6714
|
SankeyDiagramChartConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
|
6715
|
+
SankeyDiagramChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
6692
6716
|
SankeyDiagramChartConfiguration.struct_class = Types::SankeyDiagramChartConfiguration
|
6693
6717
|
|
6694
6718
|
SankeyDiagramFieldWells.add_member(:sankey_diagram_aggregated_field_wells, Shapes::ShapeRef.new(shape: SankeyDiagramAggregatedFieldWells, location_name: "SankeyDiagramAggregatedFieldWells"))
|
@@ -6723,6 +6747,7 @@ module Aws::QuickSight
|
|
6723
6747
|
ScatterPlotConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
|
6724
6748
|
ScatterPlotConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
6725
6749
|
ScatterPlotConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
6750
|
+
ScatterPlotConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
6726
6751
|
ScatterPlotConfiguration.struct_class = Types::ScatterPlotConfiguration
|
6727
6752
|
|
6728
6753
|
ScatterPlotFieldWells.add_member(:scatter_plot_categorically_aggregated_field_wells, Shapes::ShapeRef.new(shape: ScatterPlotCategoricallyAggregatedFieldWells, location_name: "ScatterPlotCategoricallyAggregatedFieldWells"))
|
@@ -7264,6 +7289,7 @@ module Aws::QuickSight
|
|
7264
7289
|
TableConfiguration.add_member(:field_options, Shapes::ShapeRef.new(shape: TableFieldOptions, location_name: "FieldOptions"))
|
7265
7290
|
TableConfiguration.add_member(:paginated_report_options, Shapes::ShapeRef.new(shape: TablePaginatedReportOptions, location_name: "PaginatedReportOptions"))
|
7266
7291
|
TableConfiguration.add_member(:table_inline_visualizations, Shapes::ShapeRef.new(shape: TableInlineVisualizationList, location_name: "TableInlineVisualizations"))
|
7292
|
+
TableConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
7267
7293
|
TableConfiguration.struct_class = Types::TableConfiguration
|
7268
7294
|
|
7269
7295
|
TableFieldCustomIconContent.add_member(:icon, Shapes::ShapeRef.new(shape: TableFieldIconSetType, location_name: "Icon"))
|
@@ -7808,6 +7834,7 @@ module Aws::QuickSight
|
|
7808
7834
|
TreeMapConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
|
7809
7835
|
TreeMapConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
|
7810
7836
|
TreeMapConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
|
7837
|
+
TreeMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
7811
7838
|
TreeMapConfiguration.struct_class = Types::TreeMapConfiguration
|
7812
7839
|
|
7813
7840
|
TreeMapDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
|
@@ -8431,6 +8458,10 @@ module Aws::QuickSight
|
|
8431
8458
|
|
8432
8459
|
VisualCustomActionOperationList.member = Shapes::ShapeRef.new(shape: VisualCustomActionOperation)
|
8433
8460
|
|
8461
|
+
VisualInteractionOptions.add_member(:visual_menu_option, Shapes::ShapeRef.new(shape: VisualMenuOption, location_name: "VisualMenuOption"))
|
8462
|
+
VisualInteractionOptions.add_member(:context_menu_option, Shapes::ShapeRef.new(shape: ContextMenuOption, location_name: "ContextMenuOption"))
|
8463
|
+
VisualInteractionOptions.struct_class = Types::VisualInteractionOptions
|
8464
|
+
|
8434
8465
|
VisualList.member = Shapes::ShapeRef.new(shape: Visual)
|
8435
8466
|
|
8436
8467
|
VisualMenuOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
@@ -8456,6 +8487,9 @@ module Aws::QuickSight
|
|
8456
8487
|
WaterfallChartAggregatedFieldWells.add_member(:breakdowns, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Breakdowns"))
|
8457
8488
|
WaterfallChartAggregatedFieldWells.struct_class = Types::WaterfallChartAggregatedFieldWells
|
8458
8489
|
|
8490
|
+
WaterfallChartColorConfiguration.add_member(:group_color_configuration, Shapes::ShapeRef.new(shape: WaterfallChartGroupColorConfiguration, location_name: "GroupColorConfiguration"))
|
8491
|
+
WaterfallChartColorConfiguration.struct_class = Types::WaterfallChartColorConfiguration
|
8492
|
+
|
8459
8493
|
WaterfallChartConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: WaterfallChartFieldWells, location_name: "FieldWells"))
|
8460
8494
|
WaterfallChartConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: WaterfallChartSortConfiguration, location_name: "SortConfiguration"))
|
8461
8495
|
WaterfallChartConfiguration.add_member(:waterfall_chart_options, Shapes::ShapeRef.new(shape: WaterfallChartOptions, location_name: "WaterfallChartOptions"))
|
@@ -8466,11 +8500,18 @@ module Aws::QuickSight
|
|
8466
8500
|
WaterfallChartConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
|
8467
8501
|
WaterfallChartConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
|
8468
8502
|
WaterfallChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
|
8503
|
+
WaterfallChartConfiguration.add_member(:color_configuration, Shapes::ShapeRef.new(shape: WaterfallChartColorConfiguration, location_name: "ColorConfiguration"))
|
8504
|
+
WaterfallChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
8469
8505
|
WaterfallChartConfiguration.struct_class = Types::WaterfallChartConfiguration
|
8470
8506
|
|
8471
8507
|
WaterfallChartFieldWells.add_member(:waterfall_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: WaterfallChartAggregatedFieldWells, location_name: "WaterfallChartAggregatedFieldWells"))
|
8472
8508
|
WaterfallChartFieldWells.struct_class = Types::WaterfallChartFieldWells
|
8473
8509
|
|
8510
|
+
WaterfallChartGroupColorConfiguration.add_member(:positive_bar_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "PositiveBarColor"))
|
8511
|
+
WaterfallChartGroupColorConfiguration.add_member(:negative_bar_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "NegativeBarColor"))
|
8512
|
+
WaterfallChartGroupColorConfiguration.add_member(:total_bar_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "TotalBarColor"))
|
8513
|
+
WaterfallChartGroupColorConfiguration.struct_class = Types::WaterfallChartGroupColorConfiguration
|
8514
|
+
|
8474
8515
|
WaterfallChartOptions.add_member(:total_bar_label, Shapes::ShapeRef.new(shape: String, location_name: "TotalBarLabel"))
|
8475
8516
|
WaterfallChartOptions.struct_class = Types::WaterfallChartOptions
|
8476
8517
|
|
@@ -8503,6 +8544,7 @@ module Aws::QuickSight
|
|
8503
8544
|
WordCloudChartConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: WordCloudSortConfiguration, location_name: "SortConfiguration"))
|
8504
8545
|
WordCloudChartConfiguration.add_member(:category_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "CategoryLabelOptions"))
|
8505
8546
|
WordCloudChartConfiguration.add_member(:word_cloud_options, Shapes::ShapeRef.new(shape: WordCloudOptions, location_name: "WordCloudOptions"))
|
8547
|
+
WordCloudChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
|
8506
8548
|
WordCloudChartConfiguration.struct_class = Types::WordCloudChartConfiguration
|
8507
8549
|
|
8508
8550
|
WordCloudDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
|