aws-sdk-quicksight 1.103.0 → 1.104.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -635,6 +635,7 @@ module Aws::QuickSight
635
635
  attr_accessor tooltip: Types::TooltipOptions
636
636
  attr_accessor reference_lines: ::Array[Types::ReferenceLine]
637
637
  attr_accessor contribution_analysis_defaults: ::Array[Types::ContributionAnalysisDefault]
638
+ attr_accessor interactions: Types::VisualInteractionOptions
638
639
  SENSITIVE: []
639
640
  end
640
641
 
@@ -721,6 +722,7 @@ module Aws::QuickSight
721
722
  attr_accessor tooltip: Types::TooltipOptions
722
723
  attr_accessor reference_lines: ::Array[Types::ReferenceLine]
723
724
  attr_accessor visual_palette: Types::VisualPalette
725
+ attr_accessor interactions: Types::VisualInteractionOptions
724
726
  SENSITIVE: []
725
727
  end
726
728
 
@@ -989,6 +991,7 @@ module Aws::QuickSight
989
991
  attr_accessor tooltip: Types::TooltipOptions
990
992
  attr_accessor reference_lines: ::Array[Types::ReferenceLine]
991
993
  attr_accessor visual_palette: Types::VisualPalette
994
+ attr_accessor interactions: Types::VisualInteractionOptions
992
995
  SENSITIVE: []
993
996
  end
994
997
 
@@ -1109,6 +1112,11 @@ module Aws::QuickSight
1109
1112
  SENSITIVE: []
1110
1113
  end
1111
1114
 
1115
+ class ContextMenuOption
1116
+ attr_accessor availability_status: ("ENABLED" | "DISABLED")
1117
+ SENSITIVE: []
1118
+ end
1119
+
1112
1120
  class ContributionAnalysisDefault
1113
1121
  attr_accessor measure_field_id: ::String
1114
1122
  attr_accessor contributor_dimensions: ::Array[Types::ColumnIdentifier]
@@ -1606,6 +1614,7 @@ module Aws::QuickSight
1606
1614
  attr_accessor content_url: ::String
1607
1615
  attr_accessor content_type: ("IMAGE" | "OTHER_EMBEDDED_CONTENT")
1608
1616
  attr_accessor image_scaling: ("FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL")
1617
+ attr_accessor interactions: Types::VisualInteractionOptions
1609
1618
  SENSITIVE: []
1610
1619
  end
1611
1620
 
@@ -3442,6 +3451,7 @@ module Aws::QuickSight
3442
3451
  attr_accessor tooltip: Types::TooltipOptions
3443
3452
  attr_accessor window_options: Types::GeospatialWindowOptions
3444
3453
  attr_accessor map_style_options: Types::GeospatialMapStyleOptions
3454
+ attr_accessor interactions: Types::VisualInteractionOptions
3445
3455
  SENSITIVE: []
3446
3456
  end
3447
3457
 
@@ -3764,6 +3774,7 @@ module Aws::QuickSight
3764
3774
  attr_accessor tooltip: Types::TooltipOptions
3765
3775
  attr_accessor data_label_options: Types::FunnelChartDataLabelOptions
3766
3776
  attr_accessor visual_palette: Types::VisualPalette
3777
+ attr_accessor interactions: Types::VisualInteractionOptions
3767
3778
  SENSITIVE: []
3768
3779
  end
3769
3780
 
@@ -3821,6 +3832,7 @@ module Aws::QuickSight
3821
3832
  attr_accessor data_labels: Types::DataLabelOptions
3822
3833
  attr_accessor tooltip_options: Types::TooltipOptions
3823
3834
  attr_accessor visual_palette: Types::VisualPalette
3835
+ attr_accessor interactions: Types::VisualInteractionOptions
3824
3836
  SENSITIVE: []
3825
3837
  end
3826
3838
 
@@ -3935,6 +3947,7 @@ module Aws::QuickSight
3935
3947
  attr_accessor map_style_options: Types::GeospatialMapStyleOptions
3936
3948
  attr_accessor point_style_options: Types::GeospatialPointStyleOptions
3937
3949
  attr_accessor visual_palette: Types::VisualPalette
3950
+ attr_accessor interactions: Types::VisualInteractionOptions
3938
3951
  SENSITIVE: []
3939
3952
  end
3940
3953
 
@@ -4110,6 +4123,7 @@ module Aws::QuickSight
4110
4123
  attr_accessor legend: Types::LegendOptions
4111
4124
  attr_accessor data_labels: Types::DataLabelOptions
4112
4125
  attr_accessor tooltip: Types::TooltipOptions
4126
+ attr_accessor interactions: Types::VisualInteractionOptions
4113
4127
  SENSITIVE: []
4114
4128
  end
4115
4129
 
@@ -4158,6 +4172,7 @@ module Aws::QuickSight
4158
4172
  attr_accessor data_labels: Types::DataLabelOptions
4159
4173
  attr_accessor tooltip: Types::TooltipOptions
4160
4174
  attr_accessor visual_palette: Types::VisualPalette
4175
+ attr_accessor interactions: Types::VisualInteractionOptions
4161
4176
  SENSITIVE: []
4162
4177
  end
4163
4178
 
@@ -4232,6 +4247,7 @@ module Aws::QuickSight
4232
4247
  class InsightConfiguration
4233
4248
  attr_accessor computations: ::Array[Types::Computation]
4234
4249
  attr_accessor custom_narrative: Types::CustomNarrativeOptions
4250
+ attr_accessor interactions: Types::VisualInteractionOptions
4235
4251
  SENSITIVE: []
4236
4252
  end
4237
4253
 
@@ -4364,6 +4380,7 @@ module Aws::QuickSight
4364
4380
  attr_accessor field_wells: Types::KPIFieldWells
4365
4381
  attr_accessor sort_configuration: Types::KPISortConfiguration
4366
4382
  attr_accessor kpi_options: Types::KPIOptions
4383
+ attr_accessor interactions: Types::VisualInteractionOptions
4367
4384
  SENSITIVE: []
4368
4385
  end
4369
4386
 
@@ -4496,6 +4513,7 @@ module Aws::QuickSight
4496
4513
  attr_accessor tooltip: Types::TooltipOptions
4497
4514
  attr_accessor contribution_analysis_defaults: ::Array[Types::ContributionAnalysisDefault]
4498
4515
  attr_accessor visual_palette: Types::VisualPalette
4516
+ attr_accessor interactions: Types::VisualInteractionOptions
4499
4517
  SENSITIVE: []
4500
4518
  end
4501
4519
 
@@ -5521,6 +5539,7 @@ module Aws::QuickSight
5521
5539
  attr_accessor tooltip: Types::TooltipOptions
5522
5540
  attr_accessor visual_palette: Types::VisualPalette
5523
5541
  attr_accessor contribution_analysis_defaults: ::Array[Types::ContributionAnalysisDefault]
5542
+ attr_accessor interactions: Types::VisualInteractionOptions
5524
5543
  SENSITIVE: []
5525
5544
  end
5526
5545
 
@@ -5590,6 +5609,7 @@ module Aws::QuickSight
5590
5609
  attr_accessor total_options: Types::PivotTableTotalOptions
5591
5610
  attr_accessor field_options: Types::PivotTableFieldOptions
5592
5611
  attr_accessor paginated_report_options: Types::PivotTablePaginatedReportOptions
5612
+ attr_accessor interactions: Types::VisualInteractionOptions
5593
5613
  SENSITIVE: []
5594
5614
  end
5595
5615
 
@@ -5796,6 +5816,7 @@ module Aws::QuickSight
5796
5816
  attr_accessor color_label_options: Types::ChartAxisLabelOptions
5797
5817
  attr_accessor legend: Types::LegendOptions
5798
5818
  attr_accessor axes_range_scale: ("AUTO" | "INDEPENDENT" | "SHARED")
5819
+ attr_accessor interactions: Types::VisualInteractionOptions
5799
5820
  SENSITIVE: []
5800
5821
  end
5801
5822
 
@@ -6163,6 +6184,7 @@ module Aws::QuickSight
6163
6184
  attr_accessor field_wells: Types::SankeyDiagramFieldWells
6164
6185
  attr_accessor sort_configuration: Types::SankeyDiagramSortConfiguration
6165
6186
  attr_accessor data_labels: Types::DataLabelOptions
6187
+ attr_accessor interactions: Types::VisualInteractionOptions
6166
6188
  SENSITIVE: []
6167
6189
  end
6168
6190
 
@@ -6207,6 +6229,7 @@ module Aws::QuickSight
6207
6229
  attr_accessor data_labels: Types::DataLabelOptions
6208
6230
  attr_accessor tooltip: Types::TooltipOptions
6209
6231
  attr_accessor visual_palette: Types::VisualPalette
6232
+ attr_accessor interactions: Types::VisualInteractionOptions
6210
6233
  SENSITIVE: []
6211
6234
  end
6212
6235
 
@@ -6876,6 +6899,7 @@ module Aws::QuickSight
6876
6899
  attr_accessor field_options: Types::TableFieldOptions
6877
6900
  attr_accessor paginated_report_options: Types::TablePaginatedReportOptions
6878
6901
  attr_accessor table_inline_visualizations: ::Array[Types::TableInlineVisualization]
6902
+ attr_accessor interactions: Types::VisualInteractionOptions
6879
6903
  SENSITIVE: []
6880
6904
  end
6881
6905
 
@@ -7538,6 +7562,7 @@ module Aws::QuickSight
7538
7562
  attr_accessor legend: Types::LegendOptions
7539
7563
  attr_accessor data_labels: Types::DataLabelOptions
7540
7564
  attr_accessor tooltip: Types::TooltipOptions
7565
+ attr_accessor interactions: Types::VisualInteractionOptions
7541
7566
  SENSITIVE: []
7542
7567
  end
7543
7568
 
@@ -8319,6 +8344,12 @@ module Aws::QuickSight
8319
8344
  SENSITIVE: []
8320
8345
  end
8321
8346
 
8347
+ class VisualInteractionOptions
8348
+ attr_accessor visual_menu_option: Types::VisualMenuOption
8349
+ attr_accessor context_menu_option: Types::ContextMenuOption
8350
+ SENSITIVE: []
8351
+ end
8352
+
8322
8353
  class VisualMenuOption
8323
8354
  attr_accessor availability_status: ("ENABLED" | "DISABLED")
8324
8355
  SENSITIVE: []
@@ -8354,6 +8385,11 @@ module Aws::QuickSight
8354
8385
  SENSITIVE: []
8355
8386
  end
8356
8387
 
8388
+ class WaterfallChartColorConfiguration
8389
+ attr_accessor group_color_configuration: Types::WaterfallChartGroupColorConfiguration
8390
+ SENSITIVE: []
8391
+ end
8392
+
8357
8393
  class WaterfallChartConfiguration
8358
8394
  attr_accessor field_wells: Types::WaterfallChartFieldWells
8359
8395
  attr_accessor sort_configuration: Types::WaterfallChartSortConfiguration
@@ -8365,6 +8401,8 @@ module Aws::QuickSight
8365
8401
  attr_accessor legend: Types::LegendOptions
8366
8402
  attr_accessor data_labels: Types::DataLabelOptions
8367
8403
  attr_accessor visual_palette: Types::VisualPalette
8404
+ attr_accessor color_configuration: Types::WaterfallChartColorConfiguration
8405
+ attr_accessor interactions: Types::VisualInteractionOptions
8368
8406
  SENSITIVE: []
8369
8407
  end
8370
8408
 
@@ -8373,6 +8411,13 @@ module Aws::QuickSight
8373
8411
  SENSITIVE: []
8374
8412
  end
8375
8413
 
8414
+ class WaterfallChartGroupColorConfiguration
8415
+ attr_accessor positive_bar_color: ::String
8416
+ attr_accessor negative_bar_color: ::String
8417
+ attr_accessor total_bar_color: ::String
8418
+ SENSITIVE: []
8419
+ end
8420
+
8376
8421
  class WaterfallChartOptions
8377
8422
  attr_accessor total_bar_label: ::String
8378
8423
  SENSITIVE: []
@@ -8418,6 +8463,7 @@ module Aws::QuickSight
8418
8463
  attr_accessor sort_configuration: Types::WordCloudSortConfiguration
8419
8464
  attr_accessor category_label_options: Types::ChartAxisLabelOptions
8420
8465
  attr_accessor word_cloud_options: Types::WordCloudOptions
8466
+ attr_accessor interactions: Types::VisualInteractionOptions
8421
8467
  SENSITIVE: []
8422
8468
  end
8423
8469
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.0
4
+ version: 1.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core