aws-sdk-quicksight 1.137.0 → 1.138.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +238 -1
- data/lib/aws-sdk-quicksight/client_api.rb +483 -0
- data/lib/aws-sdk-quicksight/types.rb +1614 -34
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +22401 -7203
- data/sig/types.rbs +442 -2
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -122,6 +122,7 @@ module Aws::QuickSight
|
|
122
122
|
attr_accessor analysis_defaults: Types::AnalysisDefaults
|
123
123
|
attr_accessor options: Types::AssetOptions
|
124
124
|
attr_accessor query_execution_options: Types::QueryExecutionOptions
|
125
|
+
attr_accessor static_files: ::Array[Types::StaticFile]
|
125
126
|
SENSITIVE: []
|
126
127
|
end
|
127
128
|
|
@@ -738,6 +739,7 @@ module Aws::QuickSight
|
|
738
739
|
attr_accessor chart_configuration: Types::BarChartConfiguration
|
739
740
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
740
741
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
742
|
+
attr_accessor visual_content_alt_text: ::String
|
741
743
|
SENSITIVE: []
|
742
744
|
end
|
743
745
|
|
@@ -900,6 +902,7 @@ module Aws::QuickSight
|
|
900
902
|
attr_accessor chart_configuration: Types::BoxPlotChartConfiguration
|
901
903
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
902
904
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
905
|
+
attr_accessor visual_content_alt_text: ::String
|
903
906
|
SENSITIVE: []
|
904
907
|
end
|
905
908
|
|
@@ -1245,6 +1248,7 @@ module Aws::QuickSight
|
|
1245
1248
|
attr_accessor chart_configuration: Types::ComboChartConfiguration
|
1246
1249
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
1247
1250
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
1251
|
+
attr_accessor visual_content_alt_text: ::String
|
1248
1252
|
SENSITIVE: []
|
1249
1253
|
end
|
1250
1254
|
|
@@ -1803,6 +1807,7 @@ module Aws::QuickSight
|
|
1803
1807
|
attr_accessor topic_id: ::String
|
1804
1808
|
attr_accessor topic: Types::TopicDetails
|
1805
1809
|
attr_accessor tags: ::Array[Types::Tag]
|
1810
|
+
attr_accessor folder_arns: ::Array[::String]
|
1806
1811
|
SENSITIVE: []
|
1807
1812
|
end
|
1808
1813
|
|
@@ -1910,6 +1915,7 @@ module Aws::QuickSight
|
|
1910
1915
|
attr_accessor chart_configuration: Types::CustomContentConfiguration
|
1911
1916
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
1912
1917
|
attr_accessor data_set_identifier: ::String
|
1918
|
+
attr_accessor visual_content_alt_text: ::String
|
1913
1919
|
SENSITIVE: []
|
1914
1920
|
end
|
1915
1921
|
|
@@ -2056,6 +2062,7 @@ module Aws::QuickSight
|
|
2056
2062
|
attr_accessor column_configurations: ::Array[Types::ColumnConfiguration]
|
2057
2063
|
attr_accessor analysis_defaults: Types::AnalysisDefaults
|
2058
2064
|
attr_accessor options: Types::AssetOptions
|
2065
|
+
attr_accessor static_files: ::Array[Types::StaticFile]
|
2059
2066
|
SENSITIVE: []
|
2060
2067
|
end
|
2061
2068
|
|
@@ -3297,6 +3304,18 @@ module Aws::QuickSight
|
|
3297
3304
|
SENSITIVE: []
|
3298
3305
|
end
|
3299
3306
|
|
3307
|
+
class DescribeDashboardsQAConfigurationRequest
|
3308
|
+
attr_accessor aws_account_id: ::String
|
3309
|
+
SENSITIVE: []
|
3310
|
+
end
|
3311
|
+
|
3312
|
+
class DescribeDashboardsQAConfigurationResponse
|
3313
|
+
attr_accessor dashboards_qa_status: ("ENABLED" | "DISABLED")
|
3314
|
+
attr_accessor request_id: ::String
|
3315
|
+
attr_accessor status: ::Integer
|
3316
|
+
SENSITIVE: []
|
3317
|
+
end
|
3318
|
+
|
3300
3319
|
class DescribeDataSetPermissionsRequest
|
3301
3320
|
attr_accessor aws_account_id: ::String
|
3302
3321
|
attr_accessor data_set_id: ::String
|
@@ -3982,6 +4001,7 @@ module Aws::QuickSight
|
|
3982
4001
|
attr_accessor conditional_formatting: Types::FilledMapConditionalFormatting
|
3983
4002
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
3984
4003
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4004
|
+
attr_accessor visual_content_alt_text: ::String
|
3985
4005
|
SENSITIVE: []
|
3986
4006
|
end
|
3987
4007
|
|
@@ -4186,11 +4206,13 @@ module Aws::QuickSight
|
|
4186
4206
|
attr_accessor font_color: ::String
|
4187
4207
|
attr_accessor font_weight: Types::FontWeight
|
4188
4208
|
attr_accessor font_style: ("NORMAL" | "ITALIC")
|
4209
|
+
attr_accessor font_family: ::String
|
4189
4210
|
SENSITIVE: []
|
4190
4211
|
end
|
4191
4212
|
|
4192
4213
|
class FontSize
|
4193
4214
|
attr_accessor relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")
|
4215
|
+
attr_accessor absolute: ::String
|
4194
4216
|
SENSITIVE: []
|
4195
4217
|
end
|
4196
4218
|
|
@@ -4246,7 +4268,7 @@ module Aws::QuickSight
|
|
4246
4268
|
|
4247
4269
|
class FreeFormLayoutElement
|
4248
4270
|
attr_accessor element_id: ::String
|
4249
|
-
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX")
|
4271
|
+
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX" | "IMAGE")
|
4250
4272
|
attr_accessor x_axis_location: ::String
|
4251
4273
|
attr_accessor y_axis_location: ::String
|
4252
4274
|
attr_accessor width: ::String
|
@@ -4329,6 +4351,7 @@ module Aws::QuickSight
|
|
4329
4351
|
attr_accessor chart_configuration: Types::FunnelChartConfiguration
|
4330
4352
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4331
4353
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
4354
|
+
attr_accessor visual_content_alt_text: ::String
|
4332
4355
|
SENSITIVE: []
|
4333
4356
|
end
|
4334
4357
|
|
@@ -4393,6 +4416,7 @@ module Aws::QuickSight
|
|
4393
4416
|
attr_accessor chart_configuration: Types::GaugeChartConfiguration
|
4394
4417
|
attr_accessor conditional_formatting: Types::GaugeChartConditionalFormatting
|
4395
4418
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4419
|
+
attr_accessor visual_content_alt_text: ::String
|
4396
4420
|
SENSITIVE: []
|
4397
4421
|
end
|
4398
4422
|
|
@@ -4438,6 +4462,40 @@ module Aws::QuickSight
|
|
4438
4462
|
SENSITIVE: []
|
4439
4463
|
end
|
4440
4464
|
|
4465
|
+
class GeospatialCategoricalColor
|
4466
|
+
attr_accessor category_data_colors: ::Array[Types::GeospatialCategoricalDataColor]
|
4467
|
+
attr_accessor null_data_visibility: ("HIDDEN" | "VISIBLE")
|
4468
|
+
attr_accessor null_data_settings: Types::GeospatialNullDataSettings
|
4469
|
+
attr_accessor default_opacity: ::Float
|
4470
|
+
SENSITIVE: []
|
4471
|
+
end
|
4472
|
+
|
4473
|
+
class GeospatialCategoricalDataColor
|
4474
|
+
attr_accessor color: ::String
|
4475
|
+
attr_accessor data_value: ::String
|
4476
|
+
SENSITIVE: []
|
4477
|
+
end
|
4478
|
+
|
4479
|
+
class GeospatialCircleRadius
|
4480
|
+
attr_accessor radius: ::Float
|
4481
|
+
SENSITIVE: []
|
4482
|
+
end
|
4483
|
+
|
4484
|
+
class GeospatialCircleSymbolStyle
|
4485
|
+
attr_accessor fill_color: Types::GeospatialColor
|
4486
|
+
attr_accessor stroke_color: Types::GeospatialColor
|
4487
|
+
attr_accessor stroke_width: Types::GeospatialLineWidth
|
4488
|
+
attr_accessor circle_radius: Types::GeospatialCircleRadius
|
4489
|
+
SENSITIVE: []
|
4490
|
+
end
|
4491
|
+
|
4492
|
+
class GeospatialColor
|
4493
|
+
attr_accessor solid: Types::GeospatialSolidColor
|
4494
|
+
attr_accessor gradient: Types::GeospatialGradientColor
|
4495
|
+
attr_accessor categorical: Types::GeospatialCategoricalColor
|
4496
|
+
SENSITIVE: []
|
4497
|
+
end
|
4498
|
+
|
4441
4499
|
class GeospatialCoordinateBounds
|
4442
4500
|
attr_accessor north: ::Float
|
4443
4501
|
attr_accessor south: ::Float
|
@@ -4446,6 +4504,25 @@ module Aws::QuickSight
|
|
4446
4504
|
SENSITIVE: []
|
4447
4505
|
end
|
4448
4506
|
|
4507
|
+
class GeospatialDataSourceItem
|
4508
|
+
attr_accessor static_file_data_source: Types::GeospatialStaticFileSource
|
4509
|
+
SENSITIVE: []
|
4510
|
+
end
|
4511
|
+
|
4512
|
+
class GeospatialGradientColor
|
4513
|
+
attr_accessor step_colors: ::Array[Types::GeospatialGradientStepColor]
|
4514
|
+
attr_accessor null_data_visibility: ("HIDDEN" | "VISIBLE")
|
4515
|
+
attr_accessor null_data_settings: Types::GeospatialNullDataSettings
|
4516
|
+
attr_accessor default_opacity: ::Float
|
4517
|
+
SENSITIVE: []
|
4518
|
+
end
|
4519
|
+
|
4520
|
+
class GeospatialGradientStepColor
|
4521
|
+
attr_accessor color: ::String
|
4522
|
+
attr_accessor data_value: ::Float
|
4523
|
+
SENSITIVE: []
|
4524
|
+
end
|
4525
|
+
|
4449
4526
|
class GeospatialHeatmapColorScale
|
4450
4527
|
attr_accessor colors: ::Array[Types::GeospatialHeatmapDataColor]
|
4451
4528
|
SENSITIVE: []
|
@@ -4461,6 +4538,69 @@ module Aws::QuickSight
|
|
4461
4538
|
SENSITIVE: []
|
4462
4539
|
end
|
4463
4540
|
|
4541
|
+
class GeospatialLayerColorField
|
4542
|
+
attr_accessor color_dimensions_fields: ::Array[Types::DimensionField]
|
4543
|
+
attr_accessor color_values_fields: ::Array[Types::MeasureField]
|
4544
|
+
SENSITIVE: []
|
4545
|
+
end
|
4546
|
+
|
4547
|
+
class GeospatialLayerDefinition
|
4548
|
+
attr_accessor point_layer: Types::GeospatialPointLayer
|
4549
|
+
attr_accessor line_layer: Types::GeospatialLineLayer
|
4550
|
+
attr_accessor polygon_layer: Types::GeospatialPolygonLayer
|
4551
|
+
SENSITIVE: []
|
4552
|
+
end
|
4553
|
+
|
4554
|
+
class GeospatialLayerItem
|
4555
|
+
attr_accessor layer_id: ::String
|
4556
|
+
attr_accessor layer_type: ("POINT" | "LINE" | "POLYGON")
|
4557
|
+
attr_accessor data_source: Types::GeospatialDataSourceItem
|
4558
|
+
attr_accessor label: ::String
|
4559
|
+
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
4560
|
+
attr_accessor layer_definition: Types::GeospatialLayerDefinition
|
4561
|
+
attr_accessor tooltip: Types::TooltipOptions
|
4562
|
+
attr_accessor join_definition: Types::GeospatialLayerJoinDefinition
|
4563
|
+
attr_accessor actions: ::Array[Types::LayerCustomAction]
|
4564
|
+
SENSITIVE: []
|
4565
|
+
end
|
4566
|
+
|
4567
|
+
class GeospatialLayerJoinDefinition
|
4568
|
+
attr_accessor shape_key_field: ::String
|
4569
|
+
attr_accessor dataset_key_field: Types::UnaggregatedField
|
4570
|
+
attr_accessor color_field: Types::GeospatialLayerColorField
|
4571
|
+
SENSITIVE: []
|
4572
|
+
end
|
4573
|
+
|
4574
|
+
class GeospatialLayerMapConfiguration
|
4575
|
+
attr_accessor legend: Types::LegendOptions
|
4576
|
+
attr_accessor map_layers: ::Array[Types::GeospatialLayerItem]
|
4577
|
+
attr_accessor map_state: Types::GeospatialMapState
|
4578
|
+
attr_accessor map_style: Types::GeospatialMapStyle
|
4579
|
+
attr_accessor interactions: Types::VisualInteractionOptions
|
4580
|
+
SENSITIVE: []
|
4581
|
+
end
|
4582
|
+
|
4583
|
+
class GeospatialLineLayer
|
4584
|
+
attr_accessor style: Types::GeospatialLineStyle
|
4585
|
+
SENSITIVE: []
|
4586
|
+
end
|
4587
|
+
|
4588
|
+
class GeospatialLineStyle
|
4589
|
+
attr_accessor line_symbol_style: Types::GeospatialLineSymbolStyle
|
4590
|
+
SENSITIVE: []
|
4591
|
+
end
|
4592
|
+
|
4593
|
+
class GeospatialLineSymbolStyle
|
4594
|
+
attr_accessor fill_color: Types::GeospatialColor
|
4595
|
+
attr_accessor line_width: Types::GeospatialLineWidth
|
4596
|
+
SENSITIVE: []
|
4597
|
+
end
|
4598
|
+
|
4599
|
+
class GeospatialLineWidth
|
4600
|
+
attr_accessor line_width: ::Float
|
4601
|
+
SENSITIVE: []
|
4602
|
+
end
|
4603
|
+
|
4464
4604
|
class GeospatialMapAggregatedFieldWells
|
4465
4605
|
attr_accessor geospatial: ::Array[Types::DimensionField]
|
4466
4606
|
attr_accessor values: ::Array[Types::MeasureField]
|
@@ -4485,6 +4625,19 @@ module Aws::QuickSight
|
|
4485
4625
|
SENSITIVE: []
|
4486
4626
|
end
|
4487
4627
|
|
4628
|
+
class GeospatialMapState
|
4629
|
+
attr_accessor bounds: Types::GeospatialCoordinateBounds
|
4630
|
+
attr_accessor map_navigation: ("ENABLED" | "DISABLED")
|
4631
|
+
SENSITIVE: []
|
4632
|
+
end
|
4633
|
+
|
4634
|
+
class GeospatialMapStyle
|
4635
|
+
attr_accessor base_map_style: ("LIGHT_GRAY" | "DARK_GRAY" | "STREET" | "IMAGERY")
|
4636
|
+
attr_accessor background_color: ::String
|
4637
|
+
attr_accessor base_map_visibility: ("HIDDEN" | "VISIBLE")
|
4638
|
+
SENSITIVE: []
|
4639
|
+
end
|
4640
|
+
|
4488
4641
|
class GeospatialMapStyleOptions
|
4489
4642
|
attr_accessor base_map_style: ("LIGHT_GRAY" | "DARK_GRAY" | "STREET" | "IMAGERY")
|
4490
4643
|
SENSITIVE: []
|
@@ -4497,6 +4650,29 @@ module Aws::QuickSight
|
|
4497
4650
|
attr_accessor chart_configuration: Types::GeospatialMapConfiguration
|
4498
4651
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
4499
4652
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4653
|
+
attr_accessor visual_content_alt_text: ::String
|
4654
|
+
SENSITIVE: []
|
4655
|
+
end
|
4656
|
+
|
4657
|
+
class GeospatialNullDataSettings
|
4658
|
+
attr_accessor symbol_style: Types::GeospatialNullSymbolStyle
|
4659
|
+
SENSITIVE: []
|
4660
|
+
end
|
4661
|
+
|
4662
|
+
class GeospatialNullSymbolStyle
|
4663
|
+
attr_accessor fill_color: ::String
|
4664
|
+
attr_accessor stroke_color: ::String
|
4665
|
+
attr_accessor stroke_width: ::Float
|
4666
|
+
SENSITIVE: []
|
4667
|
+
end
|
4668
|
+
|
4669
|
+
class GeospatialPointLayer
|
4670
|
+
attr_accessor style: Types::GeospatialPointStyle
|
4671
|
+
SENSITIVE: []
|
4672
|
+
end
|
4673
|
+
|
4674
|
+
class GeospatialPointStyle
|
4675
|
+
attr_accessor circle_symbol_style: Types::GeospatialCircleSymbolStyle
|
4500
4676
|
SENSITIVE: []
|
4501
4677
|
end
|
4502
4678
|
|
@@ -4507,6 +4683,34 @@ module Aws::QuickSight
|
|
4507
4683
|
SENSITIVE: []
|
4508
4684
|
end
|
4509
4685
|
|
4686
|
+
class GeospatialPolygonLayer
|
4687
|
+
attr_accessor style: Types::GeospatialPolygonStyle
|
4688
|
+
SENSITIVE: []
|
4689
|
+
end
|
4690
|
+
|
4691
|
+
class GeospatialPolygonStyle
|
4692
|
+
attr_accessor polygon_symbol_style: Types::GeospatialPolygonSymbolStyle
|
4693
|
+
SENSITIVE: []
|
4694
|
+
end
|
4695
|
+
|
4696
|
+
class GeospatialPolygonSymbolStyle
|
4697
|
+
attr_accessor fill_color: Types::GeospatialColor
|
4698
|
+
attr_accessor stroke_color: Types::GeospatialColor
|
4699
|
+
attr_accessor stroke_width: Types::GeospatialLineWidth
|
4700
|
+
SENSITIVE: []
|
4701
|
+
end
|
4702
|
+
|
4703
|
+
class GeospatialSolidColor
|
4704
|
+
attr_accessor color: ::String
|
4705
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
4706
|
+
SENSITIVE: []
|
4707
|
+
end
|
4708
|
+
|
4709
|
+
class GeospatialStaticFileSource
|
4710
|
+
attr_accessor static_file_id: ::String
|
4711
|
+
SENSITIVE: []
|
4712
|
+
end
|
4713
|
+
|
4510
4714
|
class GeospatialWindowOptions
|
4511
4715
|
attr_accessor bounds: Types::GeospatialCoordinateBounds
|
4512
4716
|
attr_accessor map_zoom_mode: ("AUTO" | "MANUAL")
|
@@ -4580,7 +4784,7 @@ module Aws::QuickSight
|
|
4580
4784
|
|
4581
4785
|
class GridLayoutElement
|
4582
4786
|
attr_accessor element_id: ::String
|
4583
|
-
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX")
|
4787
|
+
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX" | "IMAGE")
|
4584
4788
|
attr_accessor column_index: ::Integer
|
4585
4789
|
attr_accessor column_span: ::Integer
|
4586
4790
|
attr_accessor row_index: ::Integer
|
@@ -4676,6 +4880,7 @@ module Aws::QuickSight
|
|
4676
4880
|
attr_accessor chart_configuration: Types::HeatMapConfiguration
|
4677
4881
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
4678
4882
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4883
|
+
attr_accessor visual_content_alt_text: ::String
|
4679
4884
|
SENSITIVE: []
|
4680
4885
|
end
|
4681
4886
|
|
@@ -4716,6 +4921,7 @@ module Aws::QuickSight
|
|
4716
4921
|
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
4717
4922
|
attr_accessor chart_configuration: Types::HistogramConfiguration
|
4718
4923
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4924
|
+
attr_accessor visual_content_alt_text: ::String
|
4719
4925
|
SENSITIVE: []
|
4720
4926
|
end
|
4721
4927
|
|
@@ -4762,6 +4968,32 @@ module Aws::QuickSight
|
|
4762
4968
|
SENSITIVE: []
|
4763
4969
|
end
|
4764
4970
|
|
4971
|
+
class ImageCustomAction
|
4972
|
+
attr_accessor custom_action_id: ::String
|
4973
|
+
attr_accessor name: ::String
|
4974
|
+
attr_accessor status: ("ENABLED" | "DISABLED")
|
4975
|
+
attr_accessor trigger: ("CLICK" | "MENU")
|
4976
|
+
attr_accessor action_operations: ::Array[Types::ImageCustomActionOperation]
|
4977
|
+
SENSITIVE: []
|
4978
|
+
end
|
4979
|
+
|
4980
|
+
class ImageCustomActionOperation
|
4981
|
+
attr_accessor navigation_operation: Types::CustomActionNavigationOperation
|
4982
|
+
attr_accessor url_operation: Types::CustomActionURLOperation
|
4983
|
+
attr_accessor set_parameters_operation: Types::CustomActionSetParametersOperation
|
4984
|
+
SENSITIVE: []
|
4985
|
+
end
|
4986
|
+
|
4987
|
+
class ImageInteractionOptions
|
4988
|
+
attr_accessor image_menu_option: Types::ImageMenuOption
|
4989
|
+
SENSITIVE: []
|
4990
|
+
end
|
4991
|
+
|
4992
|
+
class ImageMenuOption
|
4993
|
+
attr_accessor availability_status: ("ENABLED" | "DISABLED")
|
4994
|
+
SENSITIVE: []
|
4995
|
+
end
|
4996
|
+
|
4765
4997
|
class ImageSet
|
4766
4998
|
attr_accessor original: Types::Image
|
4767
4999
|
attr_accessor height_64: Types::Image
|
@@ -4788,6 +5020,12 @@ module Aws::QuickSight
|
|
4788
5020
|
end
|
4789
5021
|
end
|
4790
5022
|
|
5023
|
+
class ImageStaticFile
|
5024
|
+
attr_accessor static_file_id: ::String
|
5025
|
+
attr_accessor source: Types::StaticFileSource
|
5026
|
+
SENSITIVE: []
|
5027
|
+
end
|
5028
|
+
|
4791
5029
|
class IncrementalRefresh
|
4792
5030
|
attr_accessor lookback_window: Types::LookbackWindow
|
4793
5031
|
SENSITIVE: []
|
@@ -4834,6 +5072,7 @@ module Aws::QuickSight
|
|
4834
5072
|
attr_accessor insight_configuration: Types::InsightConfiguration
|
4835
5073
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4836
5074
|
attr_accessor data_set_identifier: ::String
|
5075
|
+
attr_accessor visual_content_alt_text: ::String
|
4837
5076
|
SENSITIVE: []
|
4838
5077
|
end
|
4839
5078
|
|
@@ -5023,6 +5262,7 @@ module Aws::QuickSight
|
|
5023
5262
|
attr_accessor conditional_formatting: Types::KPIConditionalFormatting
|
5024
5263
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
5025
5264
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
5265
|
+
attr_accessor visual_content_alt_text: ::String
|
5026
5266
|
SENSITIVE: []
|
5027
5267
|
end
|
5028
5268
|
|
@@ -5043,6 +5283,33 @@ module Aws::QuickSight
|
|
5043
5283
|
SENSITIVE: []
|
5044
5284
|
end
|
5045
5285
|
|
5286
|
+
class LayerCustomAction
|
5287
|
+
attr_accessor custom_action_id: ::String
|
5288
|
+
attr_accessor name: ::String
|
5289
|
+
attr_accessor status: ("ENABLED" | "DISABLED")
|
5290
|
+
attr_accessor trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU")
|
5291
|
+
attr_accessor action_operations: ::Array[Types::LayerCustomActionOperation]
|
5292
|
+
SENSITIVE: []
|
5293
|
+
end
|
5294
|
+
|
5295
|
+
class LayerCustomActionOperation
|
5296
|
+
attr_accessor filter_operation: Types::CustomActionFilterOperation
|
5297
|
+
attr_accessor navigation_operation: Types::CustomActionNavigationOperation
|
5298
|
+
attr_accessor url_operation: Types::CustomActionURLOperation
|
5299
|
+
attr_accessor set_parameters_operation: Types::CustomActionSetParametersOperation
|
5300
|
+
SENSITIVE: []
|
5301
|
+
end
|
5302
|
+
|
5303
|
+
class LayerMapVisual
|
5304
|
+
attr_accessor visual_id: ::String
|
5305
|
+
attr_accessor title: Types::VisualTitleLabelOptions
|
5306
|
+
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
5307
|
+
attr_accessor chart_configuration: Types::GeospatialLayerMapConfiguration
|
5308
|
+
attr_accessor data_set_identifier: ::String
|
5309
|
+
attr_accessor visual_content_alt_text: ::String
|
5310
|
+
SENSITIVE: []
|
5311
|
+
end
|
5312
|
+
|
5046
5313
|
class Layout
|
5047
5314
|
attr_accessor configuration: Types::LayoutConfiguration
|
5048
5315
|
SENSITIVE: []
|
@@ -5061,6 +5328,7 @@ module Aws::QuickSight
|
|
5061
5328
|
attr_accessor position: ("AUTO" | "RIGHT" | "BOTTOM" | "TOP")
|
5062
5329
|
attr_accessor width: ::String
|
5063
5330
|
attr_accessor height: ::String
|
5331
|
+
attr_accessor value_font_configuration: Types::FontConfiguration
|
5064
5332
|
SENSITIVE: []
|
5065
5333
|
end
|
5066
5334
|
|
@@ -5154,6 +5422,7 @@ module Aws::QuickSight
|
|
5154
5422
|
attr_accessor chart_configuration: Types::LineChartConfiguration
|
5155
5423
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
5156
5424
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
5425
|
+
attr_accessor visual_content_alt_text: ::String
|
5157
5426
|
SENSITIVE: []
|
5158
5427
|
end
|
5159
5428
|
|
@@ -5882,6 +6151,8 @@ module Aws::QuickSight
|
|
5882
6151
|
attr_accessor creation_status: ("CREATED" | "CREATING" | "DELETING" | "RETRYABLE_FAILURE" | "NON_RETRYABLE_FAILURE")
|
5883
6152
|
attr_accessor identity_store: ("QUICKSIGHT")
|
5884
6153
|
attr_accessor namespace_error: Types::NamespaceError
|
6154
|
+
attr_accessor iam_identity_center_application_arn: ::String
|
6155
|
+
attr_accessor iam_identity_center_instance_arn: ::String
|
5885
6156
|
SENSITIVE: []
|
5886
6157
|
end
|
5887
6158
|
|
@@ -6269,6 +6540,7 @@ module Aws::QuickSight
|
|
6269
6540
|
attr_accessor chart_configuration: Types::PieChartConfiguration
|
6270
6541
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6271
6542
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
6543
|
+
attr_accessor visual_content_alt_text: ::String
|
6272
6544
|
SENSITIVE: []
|
6273
6545
|
end
|
6274
6546
|
|
@@ -6417,6 +6689,7 @@ module Aws::QuickSight
|
|
6417
6689
|
attr_accessor chart_configuration: Types::PivotTableConfiguration
|
6418
6690
|
attr_accessor conditional_formatting: Types::PivotTableConditionalFormatting
|
6419
6691
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6692
|
+
attr_accessor visual_content_alt_text: ::String
|
6420
6693
|
SENSITIVE: []
|
6421
6694
|
end
|
6422
6695
|
|
@@ -6432,6 +6705,58 @@ module Aws::QuickSight
|
|
6432
6705
|
SENSITIVE: []
|
6433
6706
|
end
|
6434
6707
|
|
6708
|
+
class PluginVisual
|
6709
|
+
attr_accessor visual_id: ::String
|
6710
|
+
attr_accessor plugin_arn: ::String
|
6711
|
+
attr_accessor title: Types::VisualTitleLabelOptions
|
6712
|
+
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
6713
|
+
attr_accessor chart_configuration: Types::PluginVisualConfiguration
|
6714
|
+
attr_accessor visual_content_alt_text: ::String
|
6715
|
+
SENSITIVE: []
|
6716
|
+
end
|
6717
|
+
|
6718
|
+
class PluginVisualConfiguration
|
6719
|
+
attr_accessor field_wells: ::Array[Types::PluginVisualFieldWell]
|
6720
|
+
attr_accessor visual_options: Types::PluginVisualOptions
|
6721
|
+
attr_accessor sort_configuration: Types::PluginVisualSortConfiguration
|
6722
|
+
SENSITIVE: []
|
6723
|
+
end
|
6724
|
+
|
6725
|
+
class PluginVisualFieldWell
|
6726
|
+
attr_accessor axis_name: ("GROUP_BY" | "VALUE")
|
6727
|
+
attr_accessor dimensions: ::Array[Types::DimensionField]
|
6728
|
+
attr_accessor measures: ::Array[Types::MeasureField]
|
6729
|
+
attr_accessor unaggregated: ::Array[Types::UnaggregatedField]
|
6730
|
+
SENSITIVE: []
|
6731
|
+
end
|
6732
|
+
|
6733
|
+
class PluginVisualItemsLimitConfiguration
|
6734
|
+
attr_accessor items_limit: ::Integer
|
6735
|
+
SENSITIVE: []
|
6736
|
+
end
|
6737
|
+
|
6738
|
+
class PluginVisualOptions
|
6739
|
+
attr_accessor visual_properties: ::Array[Types::PluginVisualProperty]
|
6740
|
+
SENSITIVE: []
|
6741
|
+
end
|
6742
|
+
|
6743
|
+
class PluginVisualProperty
|
6744
|
+
attr_accessor name: ::String
|
6745
|
+
attr_accessor value: ::String
|
6746
|
+
SENSITIVE: []
|
6747
|
+
end
|
6748
|
+
|
6749
|
+
class PluginVisualSortConfiguration
|
6750
|
+
attr_accessor plugin_visual_table_query_sort: Types::PluginVisualTableQuerySort
|
6751
|
+
SENSITIVE: []
|
6752
|
+
end
|
6753
|
+
|
6754
|
+
class PluginVisualTableQuerySort
|
6755
|
+
attr_accessor row_sort: ::Array[Types::FieldSortOptions]
|
6756
|
+
attr_accessor items_limit_configuration: Types::PluginVisualItemsLimitConfiguration
|
6757
|
+
SENSITIVE: []
|
6758
|
+
end
|
6759
|
+
|
6435
6760
|
class PostgreSqlParameters
|
6436
6761
|
attr_accessor host: ::String
|
6437
6762
|
attr_accessor port: ::Integer
|
@@ -6556,6 +6881,7 @@ module Aws::QuickSight
|
|
6556
6881
|
attr_accessor chart_configuration: Types::RadarChartConfiguration
|
6557
6882
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6558
6883
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
6884
|
+
attr_accessor visual_content_alt_text: ::String
|
6559
6885
|
SENSITIVE: []
|
6560
6886
|
end
|
6561
6887
|
|
@@ -6934,6 +7260,7 @@ module Aws::QuickSight
|
|
6934
7260
|
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
6935
7261
|
attr_accessor chart_configuration: Types::SankeyDiagramChartConfiguration
|
6936
7262
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
7263
|
+
attr_accessor visual_content_alt_text: ::String
|
6937
7264
|
SENSITIVE: []
|
6938
7265
|
end
|
6939
7266
|
|
@@ -6988,6 +7315,7 @@ module Aws::QuickSight
|
|
6988
7315
|
attr_accessor chart_configuration: Types::ScatterPlotConfiguration
|
6989
7316
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6990
7317
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
7318
|
+
attr_accessor visual_content_alt_text: ::String
|
6991
7319
|
SENSITIVE: []
|
6992
7320
|
end
|
6993
7321
|
|
@@ -7100,6 +7428,22 @@ module Aws::QuickSight
|
|
7100
7428
|
SENSITIVE: []
|
7101
7429
|
end
|
7102
7430
|
|
7431
|
+
class SearchTopicsRequest
|
7432
|
+
attr_accessor aws_account_id: ::String
|
7433
|
+
attr_accessor filters: ::Array[Types::TopicSearchFilter]
|
7434
|
+
attr_accessor next_token: ::String
|
7435
|
+
attr_accessor max_results: ::Integer
|
7436
|
+
SENSITIVE: []
|
7437
|
+
end
|
7438
|
+
|
7439
|
+
class SearchTopicsResponse
|
7440
|
+
attr_accessor topic_summary_list: ::Array[Types::TopicSummary]
|
7441
|
+
attr_accessor next_token: ::String
|
7442
|
+
attr_accessor status: ::Integer
|
7443
|
+
attr_accessor request_id: ::String
|
7444
|
+
SENSITIVE: []
|
7445
|
+
end
|
7446
|
+
|
7103
7447
|
class SecondaryValueOptions
|
7104
7448
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
7105
7449
|
SENSITIVE: []
|
@@ -7211,6 +7555,7 @@ module Aws::QuickSight
|
|
7211
7555
|
class Sheet
|
7212
7556
|
attr_accessor sheet_id: ::String
|
7213
7557
|
attr_accessor name: ::String
|
7558
|
+
attr_accessor images: ::Array[Types::SheetImage]
|
7214
7559
|
SENSITIVE: []
|
7215
7560
|
end
|
7216
7561
|
|
@@ -7244,6 +7589,7 @@ module Aws::QuickSight
|
|
7244
7589
|
attr_accessor filter_controls: ::Array[Types::FilterControl]
|
7245
7590
|
attr_accessor visuals: ::Array[Types::Visual]
|
7246
7591
|
attr_accessor text_boxes: ::Array[Types::SheetTextBox]
|
7592
|
+
attr_accessor images: ::Array[Types::SheetImage]
|
7247
7593
|
attr_accessor layouts: ::Array[Types::Layout]
|
7248
7594
|
attr_accessor sheet_control_layouts: ::Array[Types::SheetControlLayout]
|
7249
7595
|
attr_accessor content_type: ("PAGINATED" | "INTERACTIVE")
|
@@ -7261,6 +7607,43 @@ module Aws::QuickSight
|
|
7261
7607
|
SENSITIVE: [:expression]
|
7262
7608
|
end
|
7263
7609
|
|
7610
|
+
class SheetImage
|
7611
|
+
attr_accessor sheet_image_id: ::String
|
7612
|
+
attr_accessor source: Types::SheetImageSource
|
7613
|
+
attr_accessor scaling: Types::SheetImageScalingConfiguration
|
7614
|
+
attr_accessor tooltip: Types::SheetImageTooltipConfiguration
|
7615
|
+
attr_accessor image_content_alt_text: ::String
|
7616
|
+
attr_accessor interactions: Types::ImageInteractionOptions
|
7617
|
+
attr_accessor actions: ::Array[Types::ImageCustomAction]
|
7618
|
+
SENSITIVE: []
|
7619
|
+
end
|
7620
|
+
|
7621
|
+
class SheetImageScalingConfiguration
|
7622
|
+
attr_accessor scaling_type: ("SCALE_TO_WIDTH" | "SCALE_TO_HEIGHT" | "SCALE_TO_CONTAINER" | "SCALE_NONE")
|
7623
|
+
SENSITIVE: []
|
7624
|
+
end
|
7625
|
+
|
7626
|
+
class SheetImageSource
|
7627
|
+
attr_accessor sheet_image_static_file_source: Types::SheetImageStaticFileSource
|
7628
|
+
SENSITIVE: []
|
7629
|
+
end
|
7630
|
+
|
7631
|
+
class SheetImageStaticFileSource
|
7632
|
+
attr_accessor static_file_id: ::String
|
7633
|
+
SENSITIVE: []
|
7634
|
+
end
|
7635
|
+
|
7636
|
+
class SheetImageTooltipConfiguration
|
7637
|
+
attr_accessor tooltip_text: Types::SheetImageTooltipText
|
7638
|
+
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
7639
|
+
SENSITIVE: []
|
7640
|
+
end
|
7641
|
+
|
7642
|
+
class SheetImageTooltipText
|
7643
|
+
attr_accessor plain_text: ::String
|
7644
|
+
SENSITIVE: []
|
7645
|
+
end
|
7646
|
+
|
7264
7647
|
class SheetLayoutElementMaximizationOption
|
7265
7648
|
attr_accessor availability_status: ("ENABLED" | "DISABLED")
|
7266
7649
|
SENSITIVE: []
|
@@ -7445,6 +7828,12 @@ module Aws::QuickSight
|
|
7445
7828
|
SENSITIVE: []
|
7446
7829
|
end
|
7447
7830
|
|
7831
|
+
class SpatialStaticFile
|
7832
|
+
attr_accessor static_file_id: ::String
|
7833
|
+
attr_accessor source: Types::StaticFileSource
|
7834
|
+
SENSITIVE: []
|
7835
|
+
end
|
7836
|
+
|
7448
7837
|
class SqlServerParameters
|
7449
7838
|
attr_accessor host: ::String
|
7450
7839
|
attr_accessor port: ::Integer
|
@@ -7546,6 +7935,30 @@ module Aws::QuickSight
|
|
7546
7935
|
SENSITIVE: []
|
7547
7936
|
end
|
7548
7937
|
|
7938
|
+
class StaticFile
|
7939
|
+
attr_accessor image_static_file: Types::ImageStaticFile
|
7940
|
+
attr_accessor spatial_static_file: Types::SpatialStaticFile
|
7941
|
+
SENSITIVE: []
|
7942
|
+
end
|
7943
|
+
|
7944
|
+
class StaticFileS3SourceOptions
|
7945
|
+
attr_accessor bucket_name: ::String
|
7946
|
+
attr_accessor object_key: ::String
|
7947
|
+
attr_accessor region: ::String
|
7948
|
+
SENSITIVE: []
|
7949
|
+
end
|
7950
|
+
|
7951
|
+
class StaticFileSource
|
7952
|
+
attr_accessor url_options: Types::StaticFileUrlSourceOptions
|
7953
|
+
attr_accessor s3_options: Types::StaticFileS3SourceOptions
|
7954
|
+
SENSITIVE: []
|
7955
|
+
end
|
7956
|
+
|
7957
|
+
class StaticFileUrlSourceOptions
|
7958
|
+
attr_accessor url: ::String
|
7959
|
+
SENSITIVE: []
|
7960
|
+
end
|
7961
|
+
|
7549
7962
|
class StringDatasetParameter
|
7550
7963
|
attr_accessor id: ::String
|
7551
7964
|
attr_accessor name: ::String
|
@@ -7793,6 +8206,7 @@ module Aws::QuickSight
|
|
7793
8206
|
attr_accessor chart_configuration: Types::TableConfiguration
|
7794
8207
|
attr_accessor conditional_formatting: Types::TableConditionalFormatting
|
7795
8208
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
8209
|
+
attr_accessor visual_content_alt_text: ::String
|
7796
8210
|
SENSITIVE: []
|
7797
8211
|
end
|
7798
8212
|
|
@@ -7894,6 +8308,7 @@ module Aws::QuickSight
|
|
7894
8308
|
attr_accessor analysis_defaults: Types::AnalysisDefaults
|
7895
8309
|
attr_accessor options: Types::AssetOptions
|
7896
8310
|
attr_accessor query_execution_options: Types::QueryExecutionOptions
|
8311
|
+
attr_accessor static_files: ::Array[Types::StaticFile]
|
7897
8312
|
SENSITIVE: []
|
7898
8313
|
end
|
7899
8314
|
|
@@ -8363,6 +8778,13 @@ module Aws::QuickSight
|
|
8363
8778
|
SENSITIVE: []
|
8364
8779
|
end
|
8365
8780
|
|
8781
|
+
class TopicSearchFilter
|
8782
|
+
attr_accessor operator: ("StringEquals" | "StringLike")
|
8783
|
+
attr_accessor name: ("QUICKSIGHT_USER" | "QUICKSIGHT_VIEWER_OR_OWNER" | "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER" | "QUICKSIGHT_OWNER" | "DIRECT_QUICKSIGHT_OWNER" | "DIRECT_QUICKSIGHT_SOLE_OWNER" | "TOPIC_NAME")
|
8784
|
+
attr_accessor value: ::String
|
8785
|
+
SENSITIVE: []
|
8786
|
+
end
|
8787
|
+
|
8366
8788
|
class TopicSingularFilterConstant
|
8367
8789
|
attr_accessor constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")
|
8368
8790
|
attr_accessor singular_constant: ::String
|
@@ -8476,6 +8898,7 @@ module Aws::QuickSight
|
|
8476
8898
|
attr_accessor chart_configuration: Types::TreeMapConfiguration
|
8477
8899
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
8478
8900
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
8901
|
+
attr_accessor visual_content_alt_text: ::String
|
8479
8902
|
SENSITIVE: []
|
8480
8903
|
end
|
8481
8904
|
|
@@ -8762,6 +9185,19 @@ module Aws::QuickSight
|
|
8762
9185
|
SENSITIVE: []
|
8763
9186
|
end
|
8764
9187
|
|
9188
|
+
class UpdateDashboardsQAConfigurationRequest
|
9189
|
+
attr_accessor aws_account_id: ::String
|
9190
|
+
attr_accessor dashboards_qa_status: ("ENABLED" | "DISABLED")
|
9191
|
+
SENSITIVE: []
|
9192
|
+
end
|
9193
|
+
|
9194
|
+
class UpdateDashboardsQAConfigurationResponse
|
9195
|
+
attr_accessor dashboards_qa_status: ("ENABLED" | "DISABLED")
|
9196
|
+
attr_accessor request_id: ::String
|
9197
|
+
attr_accessor status: ::Integer
|
9198
|
+
SENSITIVE: []
|
9199
|
+
end
|
9200
|
+
|
8765
9201
|
class UpdateDataSetPermissionsRequest
|
8766
9202
|
attr_accessor aws_account_id: ::String
|
8767
9203
|
attr_accessor data_set_id: ::String
|
@@ -9306,6 +9742,7 @@ module Aws::QuickSight
|
|
9306
9742
|
attr_accessor tree_map_visual: Types::TreeMapVisual
|
9307
9743
|
attr_accessor geospatial_map_visual: Types::GeospatialMapVisual
|
9308
9744
|
attr_accessor filled_map_visual: Types::FilledMapVisual
|
9745
|
+
attr_accessor layer_map_visual: Types::LayerMapVisual
|
9309
9746
|
attr_accessor funnel_chart_visual: Types::FunnelChartVisual
|
9310
9747
|
attr_accessor scatter_plot_visual: Types::ScatterPlotVisual
|
9311
9748
|
attr_accessor combo_chart_visual: Types::ComboChartVisual
|
@@ -9318,6 +9755,7 @@ module Aws::QuickSight
|
|
9318
9755
|
attr_accessor custom_content_visual: Types::CustomContentVisual
|
9319
9756
|
attr_accessor empty_visual: Types::EmptyVisual
|
9320
9757
|
attr_accessor radar_chart_visual: Types::RadarChartVisual
|
9758
|
+
attr_accessor plugin_visual: Types::PluginVisual
|
9321
9759
|
SENSITIVE: []
|
9322
9760
|
end
|
9323
9761
|
|
@@ -9440,6 +9878,7 @@ module Aws::QuickSight
|
|
9440
9878
|
attr_accessor chart_configuration: Types::WaterfallChartConfiguration
|
9441
9879
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
9442
9880
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
9881
|
+
attr_accessor visual_content_alt_text: ::String
|
9443
9882
|
SENSITIVE: []
|
9444
9883
|
end
|
9445
9884
|
|
@@ -9499,6 +9938,7 @@ module Aws::QuickSight
|
|
9499
9938
|
attr_accessor chart_configuration: Types::WordCloudChartConfiguration
|
9500
9939
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
9501
9940
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
9941
|
+
attr_accessor visual_content_alt_text: ::String
|
9502
9942
|
SENSITIVE: []
|
9503
9943
|
end
|
9504
9944
|
|