aws-sdk-quicksight 1.103.0 → 1.105.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
 
@@ -960,6 +962,7 @@ module Aws::QuickSight
960
962
  attr_accessor label: ::String
961
963
  attr_accessor visibility: ("HIDDEN" | "VISIBLE")
962
964
  attr_accessor aggregation: Types::AggregationFunction
965
+ attr_accessor tooltip_target: ("BOTH" | "BAR" | "LINE")
963
966
  SENSITIVE: []
964
967
  end
965
968
 
@@ -989,6 +992,7 @@ module Aws::QuickSight
989
992
  attr_accessor tooltip: Types::TooltipOptions
990
993
  attr_accessor reference_lines: ::Array[Types::ReferenceLine]
991
994
  attr_accessor visual_palette: Types::VisualPalette
995
+ attr_accessor interactions: Types::VisualInteractionOptions
992
996
  SENSITIVE: []
993
997
  end
994
998
 
@@ -1109,6 +1113,11 @@ module Aws::QuickSight
1109
1113
  SENSITIVE: []
1110
1114
  end
1111
1115
 
1116
+ class ContextMenuOption
1117
+ attr_accessor availability_status: ("ENABLED" | "DISABLED")
1118
+ SENSITIVE: []
1119
+ end
1120
+
1112
1121
  class ContributionAnalysisDefault
1113
1122
  attr_accessor measure_field_id: ::String
1114
1123
  attr_accessor contributor_dimensions: ::Array[Types::ColumnIdentifier]
@@ -1606,6 +1615,7 @@ module Aws::QuickSight
1606
1615
  attr_accessor content_url: ::String
1607
1616
  attr_accessor content_type: ("IMAGE" | "OTHER_EMBEDDED_CONTENT")
1608
1617
  attr_accessor image_scaling: ("FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL")
1618
+ attr_accessor interactions: Types::VisualInteractionOptions
1609
1619
  SENSITIVE: []
1610
1620
  end
1611
1621
 
@@ -3416,6 +3426,7 @@ module Aws::QuickSight
3416
3426
  attr_accessor field_id: ::String
3417
3427
  attr_accessor label: ::String
3418
3428
  attr_accessor visibility: ("HIDDEN" | "VISIBLE")
3429
+ attr_accessor tooltip_target: ("BOTH" | "BAR" | "LINE")
3419
3430
  SENSITIVE: []
3420
3431
  end
3421
3432
 
@@ -3442,6 +3453,7 @@ module Aws::QuickSight
3442
3453
  attr_accessor tooltip: Types::TooltipOptions
3443
3454
  attr_accessor window_options: Types::GeospatialWindowOptions
3444
3455
  attr_accessor map_style_options: Types::GeospatialMapStyleOptions
3456
+ attr_accessor interactions: Types::VisualInteractionOptions
3445
3457
  SENSITIVE: []
3446
3458
  end
3447
3459
 
@@ -3764,6 +3776,7 @@ module Aws::QuickSight
3764
3776
  attr_accessor tooltip: Types::TooltipOptions
3765
3777
  attr_accessor data_label_options: Types::FunnelChartDataLabelOptions
3766
3778
  attr_accessor visual_palette: Types::VisualPalette
3779
+ attr_accessor interactions: Types::VisualInteractionOptions
3767
3780
  SENSITIVE: []
3768
3781
  end
3769
3782
 
@@ -3821,6 +3834,7 @@ module Aws::QuickSight
3821
3834
  attr_accessor data_labels: Types::DataLabelOptions
3822
3835
  attr_accessor tooltip_options: Types::TooltipOptions
3823
3836
  attr_accessor visual_palette: Types::VisualPalette
3837
+ attr_accessor interactions: Types::VisualInteractionOptions
3824
3838
  SENSITIVE: []
3825
3839
  end
3826
3840
 
@@ -3935,6 +3949,7 @@ module Aws::QuickSight
3935
3949
  attr_accessor map_style_options: Types::GeospatialMapStyleOptions
3936
3950
  attr_accessor point_style_options: Types::GeospatialPointStyleOptions
3937
3951
  attr_accessor visual_palette: Types::VisualPalette
3952
+ attr_accessor interactions: Types::VisualInteractionOptions
3938
3953
  SENSITIVE: []
3939
3954
  end
3940
3955
 
@@ -4110,6 +4125,7 @@ module Aws::QuickSight
4110
4125
  attr_accessor legend: Types::LegendOptions
4111
4126
  attr_accessor data_labels: Types::DataLabelOptions
4112
4127
  attr_accessor tooltip: Types::TooltipOptions
4128
+ attr_accessor interactions: Types::VisualInteractionOptions
4113
4129
  SENSITIVE: []
4114
4130
  end
4115
4131
 
@@ -4158,6 +4174,7 @@ module Aws::QuickSight
4158
4174
  attr_accessor data_labels: Types::DataLabelOptions
4159
4175
  attr_accessor tooltip: Types::TooltipOptions
4160
4176
  attr_accessor visual_palette: Types::VisualPalette
4177
+ attr_accessor interactions: Types::VisualInteractionOptions
4161
4178
  SENSITIVE: []
4162
4179
  end
4163
4180
 
@@ -4232,6 +4249,7 @@ module Aws::QuickSight
4232
4249
  class InsightConfiguration
4233
4250
  attr_accessor computations: ::Array[Types::Computation]
4234
4251
  attr_accessor custom_narrative: Types::CustomNarrativeOptions
4252
+ attr_accessor interactions: Types::VisualInteractionOptions
4235
4253
  SENSITIVE: []
4236
4254
  end
4237
4255
 
@@ -4364,6 +4382,7 @@ module Aws::QuickSight
4364
4382
  attr_accessor field_wells: Types::KPIFieldWells
4365
4383
  attr_accessor sort_configuration: Types::KPISortConfiguration
4366
4384
  attr_accessor kpi_options: Types::KPIOptions
4385
+ attr_accessor interactions: Types::VisualInteractionOptions
4367
4386
  SENSITIVE: []
4368
4387
  end
4369
4388
 
@@ -4496,6 +4515,7 @@ module Aws::QuickSight
4496
4515
  attr_accessor tooltip: Types::TooltipOptions
4497
4516
  attr_accessor contribution_analysis_defaults: ::Array[Types::ContributionAnalysisDefault]
4498
4517
  attr_accessor visual_palette: Types::VisualPalette
4518
+ attr_accessor interactions: Types::VisualInteractionOptions
4499
4519
  SENSITIVE: []
4500
4520
  end
4501
4521
 
@@ -5521,6 +5541,7 @@ module Aws::QuickSight
5521
5541
  attr_accessor tooltip: Types::TooltipOptions
5522
5542
  attr_accessor visual_palette: Types::VisualPalette
5523
5543
  attr_accessor contribution_analysis_defaults: ::Array[Types::ContributionAnalysisDefault]
5544
+ attr_accessor interactions: Types::VisualInteractionOptions
5524
5545
  SENSITIVE: []
5525
5546
  end
5526
5547
 
@@ -5590,6 +5611,7 @@ module Aws::QuickSight
5590
5611
  attr_accessor total_options: Types::PivotTableTotalOptions
5591
5612
  attr_accessor field_options: Types::PivotTableFieldOptions
5592
5613
  attr_accessor paginated_report_options: Types::PivotTablePaginatedReportOptions
5614
+ attr_accessor interactions: Types::VisualInteractionOptions
5593
5615
  SENSITIVE: []
5594
5616
  end
5595
5617
 
@@ -5796,6 +5818,7 @@ module Aws::QuickSight
5796
5818
  attr_accessor color_label_options: Types::ChartAxisLabelOptions
5797
5819
  attr_accessor legend: Types::LegendOptions
5798
5820
  attr_accessor axes_range_scale: ("AUTO" | "INDEPENDENT" | "SHARED")
5821
+ attr_accessor interactions: Types::VisualInteractionOptions
5799
5822
  SENSITIVE: []
5800
5823
  end
5801
5824
 
@@ -6163,6 +6186,7 @@ module Aws::QuickSight
6163
6186
  attr_accessor field_wells: Types::SankeyDiagramFieldWells
6164
6187
  attr_accessor sort_configuration: Types::SankeyDiagramSortConfiguration
6165
6188
  attr_accessor data_labels: Types::DataLabelOptions
6189
+ attr_accessor interactions: Types::VisualInteractionOptions
6166
6190
  SENSITIVE: []
6167
6191
  end
6168
6192
 
@@ -6207,6 +6231,7 @@ module Aws::QuickSight
6207
6231
  attr_accessor data_labels: Types::DataLabelOptions
6208
6232
  attr_accessor tooltip: Types::TooltipOptions
6209
6233
  attr_accessor visual_palette: Types::VisualPalette
6234
+ attr_accessor interactions: Types::VisualInteractionOptions
6210
6235
  SENSITIVE: []
6211
6236
  end
6212
6237
 
@@ -6876,6 +6901,7 @@ module Aws::QuickSight
6876
6901
  attr_accessor field_options: Types::TableFieldOptions
6877
6902
  attr_accessor paginated_report_options: Types::TablePaginatedReportOptions
6878
6903
  attr_accessor table_inline_visualizations: ::Array[Types::TableInlineVisualization]
6904
+ attr_accessor interactions: Types::VisualInteractionOptions
6879
6905
  SENSITIVE: []
6880
6906
  end
6881
6907
 
@@ -7538,6 +7564,7 @@ module Aws::QuickSight
7538
7564
  attr_accessor legend: Types::LegendOptions
7539
7565
  attr_accessor data_labels: Types::DataLabelOptions
7540
7566
  attr_accessor tooltip: Types::TooltipOptions
7567
+ attr_accessor interactions: Types::VisualInteractionOptions
7541
7568
  SENSITIVE: []
7542
7569
  end
7543
7570
 
@@ -8319,6 +8346,12 @@ module Aws::QuickSight
8319
8346
  SENSITIVE: []
8320
8347
  end
8321
8348
 
8349
+ class VisualInteractionOptions
8350
+ attr_accessor visual_menu_option: Types::VisualMenuOption
8351
+ attr_accessor context_menu_option: Types::ContextMenuOption
8352
+ SENSITIVE: []
8353
+ end
8354
+
8322
8355
  class VisualMenuOption
8323
8356
  attr_accessor availability_status: ("ENABLED" | "DISABLED")
8324
8357
  SENSITIVE: []
@@ -8354,6 +8387,11 @@ module Aws::QuickSight
8354
8387
  SENSITIVE: []
8355
8388
  end
8356
8389
 
8390
+ class WaterfallChartColorConfiguration
8391
+ attr_accessor group_color_configuration: Types::WaterfallChartGroupColorConfiguration
8392
+ SENSITIVE: []
8393
+ end
8394
+
8357
8395
  class WaterfallChartConfiguration
8358
8396
  attr_accessor field_wells: Types::WaterfallChartFieldWells
8359
8397
  attr_accessor sort_configuration: Types::WaterfallChartSortConfiguration
@@ -8365,6 +8403,8 @@ module Aws::QuickSight
8365
8403
  attr_accessor legend: Types::LegendOptions
8366
8404
  attr_accessor data_labels: Types::DataLabelOptions
8367
8405
  attr_accessor visual_palette: Types::VisualPalette
8406
+ attr_accessor color_configuration: Types::WaterfallChartColorConfiguration
8407
+ attr_accessor interactions: Types::VisualInteractionOptions
8368
8408
  SENSITIVE: []
8369
8409
  end
8370
8410
 
@@ -8373,6 +8413,13 @@ module Aws::QuickSight
8373
8413
  SENSITIVE: []
8374
8414
  end
8375
8415
 
8416
+ class WaterfallChartGroupColorConfiguration
8417
+ attr_accessor positive_bar_color: ::String
8418
+ attr_accessor negative_bar_color: ::String
8419
+ attr_accessor total_bar_color: ::String
8420
+ SENSITIVE: []
8421
+ end
8422
+
8376
8423
  class WaterfallChartOptions
8377
8424
  attr_accessor total_bar_label: ::String
8378
8425
  SENSITIVE: []
@@ -8418,6 +8465,7 @@ module Aws::QuickSight
8418
8465
  attr_accessor sort_configuration: Types::WordCloudSortConfiguration
8419
8466
  attr_accessor category_label_options: Types::ChartAxisLabelOptions
8420
8467
  attr_accessor word_cloud_options: Types::WordCloudOptions
8468
+ attr_accessor interactions: Types::VisualInteractionOptions
8421
8469
  SENSITIVE: []
8422
8470
  end
8423
8471
 
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.105.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-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core