aws-sdk-quicksight 1.103.0 → 1.105.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b541fca2358352fb087927a018561057d389545c54a39838242efb5e5914d629
4
- data.tar.gz: 2e4d7662af6c483ff4b8e4de74068c64d6adc82508c9462f1c5eb9caaed65582
3
+ metadata.gz: 65130bfbd3df53d05d8179df73b3578522d86f475f86b2d334bb4676dff3eb9b
4
+ data.tar.gz: f77e6504e0177678c507d329e4b1527d3d4328cc2d8e974c1ee992811765273a
5
5
  SHA512:
6
- metadata.gz: bc81bff0f63433f94576a97410f6e41421506534c067e193c52baf5021b64a94bdb5201ae525f22040ccd746e9991082e54d6dc39ee0a88bab40e32df4d7716d
7
- data.tar.gz: 10fa9bdf2993bf51fd58762a39e2ae23bbb4184dffcf9d686ce873dcf5834cf1794b07634e9113114d5d0dc49cf7b95a6516554105a724b564b9bf5974f8aefb
6
+ metadata.gz: a0406e4ba611d43d9b3ead54722b0dc82b085cf710d0121ac84b3acb111dcc82ec2cad8e276b52ea8cf0a1cb81266aeb276c6aa2c7e35a533c0b5fb64541fdef
7
+ data.tar.gz: f089804bcefdd97d7cbc45f25dba1f1003eb62a248b97bb6d8d285890ba5e96278ea830549f46cd8062c6e0c9f03e8e788dc4b1627a26df5b47e98c3be260992
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-02-29)
5
+ ------------------
6
+
7
+ * Feature - TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
8
+
9
+ 1.104.0 (2024-02-08)
10
+ ------------------
11
+
12
+ * Feature - General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
13
+
4
14
  1.103.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.105.0
@@ -7041,10 +7041,13 @@ module Aws::QuickSight
7041
7041
  # @option params [required, Array<String>] :authorized_resource_arns
7042
7042
  # The Amazon Resource Names (ARNs) for the Amazon QuickSight resources
7043
7043
  # that the user is authorized to access during the lifetime of the
7044
- # session. If you choose `Dashboard` embedding experience, pass the list
7045
- # of dashboard ARNs in the account that you want the user to be able to
7046
- # view. Currently, you can pass up to 25 dashboard ARNs in each API
7047
- # call.
7044
+ # session.
7045
+ #
7046
+ # If you choose `Dashboard` embedding experience, pass the list of
7047
+ # dashboard ARNs in the account that you want the user to be able to
7048
+ # view.
7049
+ #
7050
+ # Currently, you can pass up to 25 dashboard ARNs in each API call.
7048
7051
  #
7049
7052
  # @option params [required, Types::AnonymousUserEmbeddingExperienceConfiguration] :experience_configuration
7050
7053
  # The configuration of the experience that you are embedding.
@@ -12063,10 +12066,12 @@ module Aws::QuickSight
12063
12066
  # The ID of the folder.
12064
12067
  #
12065
12068
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
12066
- # The permissions that you want to grant on a resource.
12069
+ # The permissions that you want to grant on a resource. Namespace ARNs
12070
+ # are not supported `Principal` values for folder permissions.
12067
12071
  #
12068
12072
  # @option params [Array<Types::ResourcePermission>] :revoke_permissions
12069
- # The permissions that you want to revoke from a resource.
12073
+ # The permissions that you want to revoke from a resource. Namespace
12074
+ # ARNs are not supported `Principal` values for folder permissions.
12070
12075
  #
12071
12076
  # @return [Types::UpdateFolderPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12072
12077
  #
@@ -13534,7 +13539,7 @@ module Aws::QuickSight
13534
13539
  params: params,
13535
13540
  config: config)
13536
13541
  context[:gem_name] = 'aws-sdk-quicksight'
13537
- context[:gem_version] = '1.103.0'
13542
+ context[:gem_version] = '1.105.0'
13538
13543
  Seahorse::Client::Request.new(handlers, context)
13539
13544
  end
13540
13545
 
@@ -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')
@@ -1585,6 +1586,7 @@ module Aws::QuickSight
1585
1586
  TooltipItem = Shapes::StructureShape.new(name: 'TooltipItem')
1586
1587
  TooltipItemList = Shapes::ListShape.new(name: 'TooltipItemList')
1587
1588
  TooltipOptions = Shapes::StructureShape.new(name: 'TooltipOptions')
1589
+ TooltipTarget = Shapes::StringShape.new(name: 'TooltipTarget')
1588
1590
  TooltipTitleType = Shapes::StringShape.new(name: 'TooltipTitleType')
1589
1591
  TopBottomComputationType = Shapes::StringShape.new(name: 'TopBottomComputationType')
1590
1592
  TopBottomFilter = Shapes::StructureShape.new(name: 'TopBottomFilter')
@@ -1753,6 +1755,7 @@ module Aws::QuickSight
1753
1755
  VisualCustomActionOperation = Shapes::StructureShape.new(name: 'VisualCustomActionOperation')
1754
1756
  VisualCustomActionOperationList = Shapes::ListShape.new(name: 'VisualCustomActionOperationList')
1755
1757
  VisualCustomActionTrigger = Shapes::StringShape.new(name: 'VisualCustomActionTrigger')
1758
+ VisualInteractionOptions = Shapes::StructureShape.new(name: 'VisualInteractionOptions')
1756
1759
  VisualList = Shapes::ListShape.new(name: 'VisualList')
1757
1760
  VisualMenuOption = Shapes::StructureShape.new(name: 'VisualMenuOption')
1758
1761
  VisualPalette = Shapes::StructureShape.new(name: 'VisualPalette')
@@ -1761,8 +1764,10 @@ module Aws::QuickSight
1761
1764
  VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
1762
1765
  Warehouse = Shapes::StringShape.new(name: 'Warehouse')
1763
1766
  WaterfallChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'WaterfallChartAggregatedFieldWells')
1767
+ WaterfallChartColorConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartColorConfiguration')
1764
1768
  WaterfallChartConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartConfiguration')
1765
1769
  WaterfallChartFieldWells = Shapes::StructureShape.new(name: 'WaterfallChartFieldWells')
1770
+ WaterfallChartGroupColorConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartGroupColorConfiguration')
1766
1771
  WaterfallChartOptions = Shapes::StructureShape.new(name: 'WaterfallChartOptions')
1767
1772
  WaterfallChartSortConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartSortConfiguration')
1768
1773
  WaterfallVisual = Shapes::StructureShape.new(name: 'WaterfallVisual')
@@ -2340,6 +2345,7 @@ module Aws::QuickSight
2340
2345
  BarChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
2341
2346
  BarChartConfiguration.add_member(:reference_lines, Shapes::ShapeRef.new(shape: ReferenceLineList, location_name: "ReferenceLines"))
2342
2347
  BarChartConfiguration.add_member(:contribution_analysis_defaults, Shapes::ShapeRef.new(shape: ContributionAnalysisDefaultList, location_name: "ContributionAnalysisDefaults"))
2348
+ BarChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
2343
2349
  BarChartConfiguration.struct_class = Types::BarChartConfiguration
2344
2350
 
2345
2351
  BarChartFieldWells.add_member(:bar_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: BarChartAggregatedFieldWells, location_name: "BarChartAggregatedFieldWells"))
@@ -2404,6 +2410,7 @@ module Aws::QuickSight
2404
2410
  BoxPlotChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
2405
2411
  BoxPlotChartConfiguration.add_member(:reference_lines, Shapes::ShapeRef.new(shape: ReferenceLineList, location_name: "ReferenceLines"))
2406
2412
  BoxPlotChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
2413
+ BoxPlotChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
2407
2414
  BoxPlotChartConfiguration.struct_class = Types::BoxPlotChartConfiguration
2408
2415
 
2409
2416
  BoxPlotDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
@@ -2609,6 +2616,7 @@ module Aws::QuickSight
2609
2616
  ColumnTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
2610
2617
  ColumnTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
2611
2618
  ColumnTooltipItem.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggregationFunction, location_name: "Aggregation"))
2619
+ ColumnTooltipItem.add_member(:tooltip_target, Shapes::ShapeRef.new(shape: TooltipTarget, location_name: "TooltipTarget"))
2612
2620
  ColumnTooltipItem.struct_class = Types::ColumnTooltipItem
2613
2621
 
2614
2622
  ComboChartAggregatedFieldWells.add_member(:category, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Category"))
@@ -2634,6 +2642,7 @@ module Aws::QuickSight
2634
2642
  ComboChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
2635
2643
  ComboChartConfiguration.add_member(:reference_lines, Shapes::ShapeRef.new(shape: ReferenceLineList, location_name: "ReferenceLines"))
2636
2644
  ComboChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
2645
+ ComboChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
2637
2646
  ComboChartConfiguration.struct_class = Types::ComboChartConfiguration
2638
2647
 
2639
2648
  ComboChartFieldWells.add_member(:combo_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: ComboChartAggregatedFieldWells, location_name: "ComboChartAggregatedFieldWells"))
@@ -2721,6 +2730,9 @@ module Aws::QuickSight
2721
2730
  ConflictException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2722
2731
  ConflictException.struct_class = Types::ConflictException
2723
2732
 
2733
+ ContextMenuOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
2734
+ ContextMenuOption.struct_class = Types::ContextMenuOption
2735
+
2724
2736
  ContributionAnalysisDefault.add_member(:measure_field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "MeasureFieldId"))
2725
2737
  ContributionAnalysisDefault.add_member(:contributor_dimensions, Shapes::ShapeRef.new(shape: ContributorDimensionList, required: true, location_name: "ContributorDimensions"))
2726
2738
  ContributionAnalysisDefault.struct_class = Types::ContributionAnalysisDefault
@@ -3119,6 +3131,7 @@ module Aws::QuickSight
3119
3131
  CustomContentConfiguration.add_member(:content_url, Shapes::ShapeRef.new(shape: URLOperationTemplate, location_name: "ContentUrl"))
3120
3132
  CustomContentConfiguration.add_member(:content_type, Shapes::ShapeRef.new(shape: CustomContentType, location_name: "ContentType"))
3121
3133
  CustomContentConfiguration.add_member(:image_scaling, Shapes::ShapeRef.new(shape: CustomContentImageScalingConfiguration, location_name: "ImageScaling"))
3134
+ CustomContentConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
3122
3135
  CustomContentConfiguration.struct_class = Types::CustomContentConfiguration
3123
3136
 
3124
3137
  CustomContentVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VisualId"))
@@ -4520,6 +4533,7 @@ module Aws::QuickSight
4520
4533
  FieldTooltipItem.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
4521
4534
  FieldTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
4522
4535
  FieldTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
4536
+ FieldTooltipItem.add_member(:tooltip_target, Shapes::ShapeRef.new(shape: TooltipTarget, location_name: "TooltipTarget"))
4523
4537
  FieldTooltipItem.struct_class = Types::FieldTooltipItem
4524
4538
 
4525
4539
  FilledMapAggregatedFieldWells.add_member(:geospatial, Shapes::ShapeRef.new(shape: FilledMapDimensionFieldList, location_name: "Geospatial"))
@@ -4540,6 +4554,7 @@ module Aws::QuickSight
4540
4554
  FilledMapConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
4541
4555
  FilledMapConfiguration.add_member(:window_options, Shapes::ShapeRef.new(shape: GeospatialWindowOptions, location_name: "WindowOptions"))
4542
4556
  FilledMapConfiguration.add_member(:map_style_options, Shapes::ShapeRef.new(shape: GeospatialMapStyleOptions, location_name: "MapStyleOptions"))
4557
+ FilledMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
4543
4558
  FilledMapConfiguration.struct_class = Types::FilledMapConfiguration
4544
4559
 
4545
4560
  FilledMapDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
@@ -4808,6 +4823,7 @@ module Aws::QuickSight
4808
4823
  FunnelChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
4809
4824
  FunnelChartConfiguration.add_member(:data_label_options, Shapes::ShapeRef.new(shape: FunnelChartDataLabelOptions, location_name: "DataLabelOptions"))
4810
4825
  FunnelChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
4826
+ FunnelChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
4811
4827
  FunnelChartConfiguration.struct_class = Types::FunnelChartConfiguration
4812
4828
 
4813
4829
  FunnelChartDataLabelOptions.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
@@ -4855,6 +4871,7 @@ module Aws::QuickSight
4855
4871
  GaugeChartConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
4856
4872
  GaugeChartConfiguration.add_member(:tooltip_options, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "TooltipOptions"))
4857
4873
  GaugeChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
4874
+ GaugeChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
4858
4875
  GaugeChartConfiguration.struct_class = Types::GaugeChartConfiguration
4859
4876
 
4860
4877
  GaugeChartFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: MeasureFieldList, location_name: "Values"))
@@ -4941,6 +4958,7 @@ module Aws::QuickSight
4941
4958
  GeospatialMapConfiguration.add_member(:map_style_options, Shapes::ShapeRef.new(shape: GeospatialMapStyleOptions, location_name: "MapStyleOptions"))
4942
4959
  GeospatialMapConfiguration.add_member(:point_style_options, Shapes::ShapeRef.new(shape: GeospatialPointStyleOptions, location_name: "PointStyleOptions"))
4943
4960
  GeospatialMapConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
4961
+ GeospatialMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
4944
4962
  GeospatialMapConfiguration.struct_class = Types::GeospatialMapConfiguration
4945
4963
 
4946
4964
  GeospatialMapFieldWells.add_member(:geospatial_map_aggregated_field_wells, Shapes::ShapeRef.new(shape: GeospatialMapAggregatedFieldWells, location_name: "GeospatialMapAggregatedFieldWells"))
@@ -5082,6 +5100,7 @@ module Aws::QuickSight
5082
5100
  HeatMapConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
5083
5101
  HeatMapConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
5084
5102
  HeatMapConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
5103
+ HeatMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
5085
5104
  HeatMapConfiguration.struct_class = Types::HeatMapConfiguration
5086
5105
 
5087
5106
  HeatMapDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
@@ -5122,6 +5141,7 @@ module Aws::QuickSight
5122
5141
  HistogramConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
5123
5142
  HistogramConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
5124
5143
  HistogramConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
5144
+ HistogramConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
5125
5145
  HistogramConfiguration.struct_class = Types::HistogramConfiguration
5126
5146
 
5127
5147
  HistogramFieldWells.add_member(:histogram_aggregated_field_wells, Shapes::ShapeRef.new(shape: HistogramAggregatedFieldWells, location_name: "HistogramAggregatedFieldWells"))
@@ -5189,6 +5209,7 @@ module Aws::QuickSight
5189
5209
 
5190
5210
  InsightConfiguration.add_member(:computations, Shapes::ShapeRef.new(shape: ComputationList, location_name: "Computations"))
5191
5211
  InsightConfiguration.add_member(:custom_narrative, Shapes::ShapeRef.new(shape: CustomNarrativeOptions, location_name: "CustomNarrative"))
5212
+ InsightConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
5192
5213
  InsightConfiguration.struct_class = Types::InsightConfiguration
5193
5214
 
5194
5215
  InsightVisual.add_member(:visual_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "VisualId"))
@@ -5292,6 +5313,7 @@ module Aws::QuickSight
5292
5313
  KPIConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: KPIFieldWells, location_name: "FieldWells"))
5293
5314
  KPIConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: KPISortConfiguration, location_name: "SortConfiguration"))
5294
5315
  KPIConfiguration.add_member(:kpi_options, Shapes::ShapeRef.new(shape: KPIOptions, location_name: "KPIOptions"))
5316
+ KPIConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
5295
5317
  KPIConfiguration.struct_class = Types::KPIConfiguration
5296
5318
 
5297
5319
  KPIFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: MeasureFieldList, location_name: "Values"))
@@ -5394,6 +5416,7 @@ module Aws::QuickSight
5394
5416
  LineChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
5395
5417
  LineChartConfiguration.add_member(:contribution_analysis_defaults, Shapes::ShapeRef.new(shape: ContributionAnalysisDefaultList, location_name: "ContributionAnalysisDefaults"))
5396
5418
  LineChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
5419
+ LineChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
5397
5420
  LineChartConfiguration.struct_class = Types::LineChartConfiguration
5398
5421
 
5399
5422
  LineChartDefaultSeriesSettings.add_member(:axis_binding, Shapes::ShapeRef.new(shape: AxisBinding, location_name: "AxisBinding"))
@@ -6179,6 +6202,7 @@ module Aws::QuickSight
6179
6202
  PieChartConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
6180
6203
  PieChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
6181
6204
  PieChartConfiguration.add_member(:contribution_analysis_defaults, Shapes::ShapeRef.new(shape: ContributionAnalysisDefaultList, location_name: "ContributionAnalysisDefaults"))
6205
+ PieChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
6182
6206
  PieChartConfiguration.struct_class = Types::PieChartConfiguration
6183
6207
 
6184
6208
  PieChartFieldWells.add_member(:pie_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: PieChartAggregatedFieldWells, location_name: "PieChartAggregatedFieldWells"))
@@ -6236,6 +6260,7 @@ module Aws::QuickSight
6236
6260
  PivotTableConfiguration.add_member(:total_options, Shapes::ShapeRef.new(shape: PivotTableTotalOptions, location_name: "TotalOptions"))
6237
6261
  PivotTableConfiguration.add_member(:field_options, Shapes::ShapeRef.new(shape: PivotTableFieldOptions, location_name: "FieldOptions"))
6238
6262
  PivotTableConfiguration.add_member(:paginated_report_options, Shapes::ShapeRef.new(shape: PivotTablePaginatedReportOptions, location_name: "PaginatedReportOptions"))
6263
+ PivotTableConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
6239
6264
  PivotTableConfiguration.struct_class = Types::PivotTableConfiguration
6240
6265
 
6241
6266
  PivotTableDataPathOption.add_member(:data_path_list, Shapes::ShapeRef.new(shape: DataPathValueList, required: true, location_name: "DataPathList"))
@@ -6406,6 +6431,7 @@ module Aws::QuickSight
6406
6431
  RadarChartConfiguration.add_member(:color_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "ColorLabelOptions"))
6407
6432
  RadarChartConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
6408
6433
  RadarChartConfiguration.add_member(:axes_range_scale, Shapes::ShapeRef.new(shape: RadarChartAxesRangeScale, location_name: "AxesRangeScale"))
6434
+ RadarChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
6409
6435
  RadarChartConfiguration.struct_class = Types::RadarChartConfiguration
6410
6436
 
6411
6437
  RadarChartFieldWells.add_member(:radar_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: RadarChartAggregatedFieldWells, location_name: "RadarChartAggregatedFieldWells"))
@@ -6689,6 +6715,7 @@ module Aws::QuickSight
6689
6715
  SankeyDiagramChartConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: SankeyDiagramFieldWells, location_name: "FieldWells"))
6690
6716
  SankeyDiagramChartConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: SankeyDiagramSortConfiguration, location_name: "SortConfiguration"))
6691
6717
  SankeyDiagramChartConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
6718
+ SankeyDiagramChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
6692
6719
  SankeyDiagramChartConfiguration.struct_class = Types::SankeyDiagramChartConfiguration
6693
6720
 
6694
6721
  SankeyDiagramFieldWells.add_member(:sankey_diagram_aggregated_field_wells, Shapes::ShapeRef.new(shape: SankeyDiagramAggregatedFieldWells, location_name: "SankeyDiagramAggregatedFieldWells"))
@@ -6723,6 +6750,7 @@ module Aws::QuickSight
6723
6750
  ScatterPlotConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
6724
6751
  ScatterPlotConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
6725
6752
  ScatterPlotConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
6753
+ ScatterPlotConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
6726
6754
  ScatterPlotConfiguration.struct_class = Types::ScatterPlotConfiguration
6727
6755
 
6728
6756
  ScatterPlotFieldWells.add_member(:scatter_plot_categorically_aggregated_field_wells, Shapes::ShapeRef.new(shape: ScatterPlotCategoricallyAggregatedFieldWells, location_name: "ScatterPlotCategoricallyAggregatedFieldWells"))
@@ -7264,6 +7292,7 @@ module Aws::QuickSight
7264
7292
  TableConfiguration.add_member(:field_options, Shapes::ShapeRef.new(shape: TableFieldOptions, location_name: "FieldOptions"))
7265
7293
  TableConfiguration.add_member(:paginated_report_options, Shapes::ShapeRef.new(shape: TablePaginatedReportOptions, location_name: "PaginatedReportOptions"))
7266
7294
  TableConfiguration.add_member(:table_inline_visualizations, Shapes::ShapeRef.new(shape: TableInlineVisualizationList, location_name: "TableInlineVisualizations"))
7295
+ TableConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
7267
7296
  TableConfiguration.struct_class = Types::TableConfiguration
7268
7297
 
7269
7298
  TableFieldCustomIconContent.add_member(:icon, Shapes::ShapeRef.new(shape: TableFieldIconSetType, location_name: "Icon"))
@@ -7808,6 +7837,7 @@ module Aws::QuickSight
7808
7837
  TreeMapConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
7809
7838
  TreeMapConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
7810
7839
  TreeMapConfiguration.add_member(:tooltip, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "Tooltip"))
7840
+ TreeMapConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
7811
7841
  TreeMapConfiguration.struct_class = Types::TreeMapConfiguration
7812
7842
 
7813
7843
  TreeMapDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
@@ -8431,6 +8461,10 @@ module Aws::QuickSight
8431
8461
 
8432
8462
  VisualCustomActionOperationList.member = Shapes::ShapeRef.new(shape: VisualCustomActionOperation)
8433
8463
 
8464
+ VisualInteractionOptions.add_member(:visual_menu_option, Shapes::ShapeRef.new(shape: VisualMenuOption, location_name: "VisualMenuOption"))
8465
+ VisualInteractionOptions.add_member(:context_menu_option, Shapes::ShapeRef.new(shape: ContextMenuOption, location_name: "ContextMenuOption"))
8466
+ VisualInteractionOptions.struct_class = Types::VisualInteractionOptions
8467
+
8434
8468
  VisualList.member = Shapes::ShapeRef.new(shape: Visual)
8435
8469
 
8436
8470
  VisualMenuOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
@@ -8456,6 +8490,9 @@ module Aws::QuickSight
8456
8490
  WaterfallChartAggregatedFieldWells.add_member(:breakdowns, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Breakdowns"))
8457
8491
  WaterfallChartAggregatedFieldWells.struct_class = Types::WaterfallChartAggregatedFieldWells
8458
8492
 
8493
+ WaterfallChartColorConfiguration.add_member(:group_color_configuration, Shapes::ShapeRef.new(shape: WaterfallChartGroupColorConfiguration, location_name: "GroupColorConfiguration"))
8494
+ WaterfallChartColorConfiguration.struct_class = Types::WaterfallChartColorConfiguration
8495
+
8459
8496
  WaterfallChartConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: WaterfallChartFieldWells, location_name: "FieldWells"))
8460
8497
  WaterfallChartConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: WaterfallChartSortConfiguration, location_name: "SortConfiguration"))
8461
8498
  WaterfallChartConfiguration.add_member(:waterfall_chart_options, Shapes::ShapeRef.new(shape: WaterfallChartOptions, location_name: "WaterfallChartOptions"))
@@ -8466,11 +8503,18 @@ module Aws::QuickSight
8466
8503
  WaterfallChartConfiguration.add_member(:legend, Shapes::ShapeRef.new(shape: LegendOptions, location_name: "Legend"))
8467
8504
  WaterfallChartConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
8468
8505
  WaterfallChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
8506
+ WaterfallChartConfiguration.add_member(:color_configuration, Shapes::ShapeRef.new(shape: WaterfallChartColorConfiguration, location_name: "ColorConfiguration"))
8507
+ WaterfallChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
8469
8508
  WaterfallChartConfiguration.struct_class = Types::WaterfallChartConfiguration
8470
8509
 
8471
8510
  WaterfallChartFieldWells.add_member(:waterfall_chart_aggregated_field_wells, Shapes::ShapeRef.new(shape: WaterfallChartAggregatedFieldWells, location_name: "WaterfallChartAggregatedFieldWells"))
8472
8511
  WaterfallChartFieldWells.struct_class = Types::WaterfallChartFieldWells
8473
8512
 
8513
+ WaterfallChartGroupColorConfiguration.add_member(:positive_bar_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "PositiveBarColor"))
8514
+ WaterfallChartGroupColorConfiguration.add_member(:negative_bar_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "NegativeBarColor"))
8515
+ WaterfallChartGroupColorConfiguration.add_member(:total_bar_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "TotalBarColor"))
8516
+ WaterfallChartGroupColorConfiguration.struct_class = Types::WaterfallChartGroupColorConfiguration
8517
+
8474
8518
  WaterfallChartOptions.add_member(:total_bar_label, Shapes::ShapeRef.new(shape: String, location_name: "TotalBarLabel"))
8475
8519
  WaterfallChartOptions.struct_class = Types::WaterfallChartOptions
8476
8520
 
@@ -8503,6 +8547,7 @@ module Aws::QuickSight
8503
8547
  WordCloudChartConfiguration.add_member(:sort_configuration, Shapes::ShapeRef.new(shape: WordCloudSortConfiguration, location_name: "SortConfiguration"))
8504
8548
  WordCloudChartConfiguration.add_member(:category_label_options, Shapes::ShapeRef.new(shape: ChartAxisLabelOptions, location_name: "CategoryLabelOptions"))
8505
8549
  WordCloudChartConfiguration.add_member(:word_cloud_options, Shapes::ShapeRef.new(shape: WordCloudOptions, location_name: "WordCloudOptions"))
8550
+ WordCloudChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
8506
8551
  WordCloudChartConfiguration.struct_class = Types::WordCloudChartConfiguration
8507
8552
 
8508
8553
  WordCloudDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)