aws-sdk-quicksight 1.137.0 → 1.139.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +668 -4
- data/lib/aws-sdk-quicksight/client_api.rb +728 -0
- data/lib/aws-sdk-quicksight/types.rb +2091 -34
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +22485 -7141
- data/sig/types.rbs +583 -5
- 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
|
|
@@ -610,7 +611,7 @@ module Aws::QuickSight
|
|
610
611
|
end
|
611
612
|
|
612
613
|
class AuthorizedTargetsByService
|
613
|
-
attr_accessor service: ("REDSHIFT")
|
614
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
614
615
|
attr_accessor authorized_targets: ::Array[::String]
|
615
616
|
SENSITIVE: []
|
616
617
|
end
|
@@ -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
|
|
@@ -2081,6 +2088,18 @@ module Aws::QuickSight
|
|
2081
2088
|
SENSITIVE: []
|
2082
2089
|
end
|
2083
2090
|
|
2091
|
+
class DashboardVisualResult
|
2092
|
+
attr_accessor dashboard_id: ::String
|
2093
|
+
attr_accessor dashboard_name: ::String
|
2094
|
+
attr_accessor sheet_id: ::String
|
2095
|
+
attr_accessor sheet_name: ::String
|
2096
|
+
attr_accessor visual_id: ::String
|
2097
|
+
attr_accessor visual_title: ::String
|
2098
|
+
attr_accessor visual_subtitle: ::String
|
2099
|
+
attr_accessor dashboard_url: ::String
|
2100
|
+
SENSITIVE: []
|
2101
|
+
end
|
2102
|
+
|
2084
2103
|
class DataAggregation
|
2085
2104
|
attr_accessor dataset_row_date_granularity: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")
|
2086
2105
|
attr_accessor default_date_column_name: ::String
|
@@ -2729,6 +2748,18 @@ module Aws::QuickSight
|
|
2729
2748
|
SENSITIVE: []
|
2730
2749
|
end
|
2731
2750
|
|
2751
|
+
class DeleteDefaultQBusinessApplicationRequest
|
2752
|
+
attr_accessor aws_account_id: ::String
|
2753
|
+
attr_accessor namespace: ::String
|
2754
|
+
SENSITIVE: []
|
2755
|
+
end
|
2756
|
+
|
2757
|
+
class DeleteDefaultQBusinessApplicationResponse
|
2758
|
+
attr_accessor request_id: ::String
|
2759
|
+
attr_accessor status: ::Integer
|
2760
|
+
SENSITIVE: []
|
2761
|
+
end
|
2762
|
+
|
2732
2763
|
class DeleteFolderMembershipRequest
|
2733
2764
|
attr_accessor aws_account_id: ::String
|
2734
2765
|
attr_accessor folder_id: ::String
|
@@ -2800,7 +2831,7 @@ module Aws::QuickSight
|
|
2800
2831
|
|
2801
2832
|
class DeleteIdentityPropagationConfigRequest
|
2802
2833
|
attr_accessor aws_account_id: ::String
|
2803
|
-
attr_accessor service: ("REDSHIFT")
|
2834
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
2804
2835
|
SENSITIVE: []
|
2805
2836
|
end
|
2806
2837
|
|
@@ -3297,6 +3328,18 @@ module Aws::QuickSight
|
|
3297
3328
|
SENSITIVE: []
|
3298
3329
|
end
|
3299
3330
|
|
3331
|
+
class DescribeDashboardsQAConfigurationRequest
|
3332
|
+
attr_accessor aws_account_id: ::String
|
3333
|
+
SENSITIVE: []
|
3334
|
+
end
|
3335
|
+
|
3336
|
+
class DescribeDashboardsQAConfigurationResponse
|
3337
|
+
attr_accessor dashboards_qa_status: ("ENABLED" | "DISABLED")
|
3338
|
+
attr_accessor request_id: ::String
|
3339
|
+
attr_accessor status: ::Integer
|
3340
|
+
SENSITIVE: []
|
3341
|
+
end
|
3342
|
+
|
3300
3343
|
class DescribeDataSetPermissionsRequest
|
3301
3344
|
attr_accessor aws_account_id: ::String
|
3302
3345
|
attr_accessor data_set_id: ::String
|
@@ -3366,6 +3409,19 @@ module Aws::QuickSight
|
|
3366
3409
|
SENSITIVE: []
|
3367
3410
|
end
|
3368
3411
|
|
3412
|
+
class DescribeDefaultQBusinessApplicationRequest
|
3413
|
+
attr_accessor aws_account_id: ::String
|
3414
|
+
attr_accessor namespace: ::String
|
3415
|
+
SENSITIVE: []
|
3416
|
+
end
|
3417
|
+
|
3418
|
+
class DescribeDefaultQBusinessApplicationResponse
|
3419
|
+
attr_accessor request_id: ::String
|
3420
|
+
attr_accessor status: ::Integer
|
3421
|
+
attr_accessor application_id: ::String
|
3422
|
+
SENSITIVE: []
|
3423
|
+
end
|
3424
|
+
|
3369
3425
|
class DescribeFolderPermissionsRequest
|
3370
3426
|
attr_accessor aws_account_id: ::String
|
3371
3427
|
attr_accessor folder_id: ::String
|
@@ -3529,6 +3585,18 @@ module Aws::QuickSight
|
|
3529
3585
|
SENSITIVE: []
|
3530
3586
|
end
|
3531
3587
|
|
3588
|
+
class DescribeQuickSightQSearchConfigurationRequest
|
3589
|
+
attr_accessor aws_account_id: ::String
|
3590
|
+
SENSITIVE: []
|
3591
|
+
end
|
3592
|
+
|
3593
|
+
class DescribeQuickSightQSearchConfigurationResponse
|
3594
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
3595
|
+
attr_accessor request_id: ::String
|
3596
|
+
attr_accessor status: ::Integer
|
3597
|
+
SENSITIVE: []
|
3598
|
+
end
|
3599
|
+
|
3532
3600
|
class DescribeRefreshScheduleRequest
|
3533
3601
|
attr_accessor aws_account_id: ::String
|
3534
3602
|
attr_accessor data_set_id: ::String
|
@@ -3982,6 +4050,7 @@ module Aws::QuickSight
|
|
3982
4050
|
attr_accessor conditional_formatting: Types::FilledMapConditionalFormatting
|
3983
4051
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
3984
4052
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4053
|
+
attr_accessor visual_content_alt_text: ::String
|
3985
4054
|
SENSITIVE: []
|
3986
4055
|
end
|
3987
4056
|
|
@@ -4186,11 +4255,13 @@ module Aws::QuickSight
|
|
4186
4255
|
attr_accessor font_color: ::String
|
4187
4256
|
attr_accessor font_weight: Types::FontWeight
|
4188
4257
|
attr_accessor font_style: ("NORMAL" | "ITALIC")
|
4258
|
+
attr_accessor font_family: ::String
|
4189
4259
|
SENSITIVE: []
|
4190
4260
|
end
|
4191
4261
|
|
4192
4262
|
class FontSize
|
4193
4263
|
attr_accessor relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")
|
4264
|
+
attr_accessor absolute: ::String
|
4194
4265
|
SENSITIVE: []
|
4195
4266
|
end
|
4196
4267
|
|
@@ -4246,7 +4317,7 @@ module Aws::QuickSight
|
|
4246
4317
|
|
4247
4318
|
class FreeFormLayoutElement
|
4248
4319
|
attr_accessor element_id: ::String
|
4249
|
-
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX")
|
4320
|
+
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX" | "IMAGE")
|
4250
4321
|
attr_accessor x_axis_location: ::String
|
4251
4322
|
attr_accessor y_axis_location: ::String
|
4252
4323
|
attr_accessor width: ::String
|
@@ -4329,6 +4400,7 @@ module Aws::QuickSight
|
|
4329
4400
|
attr_accessor chart_configuration: Types::FunnelChartConfiguration
|
4330
4401
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4331
4402
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
4403
|
+
attr_accessor visual_content_alt_text: ::String
|
4332
4404
|
SENSITIVE: []
|
4333
4405
|
end
|
4334
4406
|
|
@@ -4393,6 +4465,7 @@ module Aws::QuickSight
|
|
4393
4465
|
attr_accessor chart_configuration: Types::GaugeChartConfiguration
|
4394
4466
|
attr_accessor conditional_formatting: Types::GaugeChartConditionalFormatting
|
4395
4467
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4468
|
+
attr_accessor visual_content_alt_text: ::String
|
4396
4469
|
SENSITIVE: []
|
4397
4470
|
end
|
4398
4471
|
|
@@ -4431,6 +4504,33 @@ module Aws::QuickSight
|
|
4431
4504
|
SENSITIVE: [:embed_url]
|
4432
4505
|
end
|
4433
4506
|
|
4507
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityRequest
|
4508
|
+
attr_accessor aws_account_id: ::String
|
4509
|
+
attr_accessor session_lifetime_in_minutes: ::Integer
|
4510
|
+
attr_accessor experience_configuration: Types::RegisteredUserEmbeddingExperienceConfiguration
|
4511
|
+
attr_accessor allowed_domains: ::Array[::String]
|
4512
|
+
SENSITIVE: []
|
4513
|
+
end
|
4514
|
+
|
4515
|
+
class GenerateEmbedUrlForRegisteredUserWithIdentityResponse
|
4516
|
+
attr_accessor embed_url: ::String
|
4517
|
+
attr_accessor status: ::Integer
|
4518
|
+
attr_accessor request_id: ::String
|
4519
|
+
SENSITIVE: [:embed_url]
|
4520
|
+
end
|
4521
|
+
|
4522
|
+
class GeneratedAnswerResult
|
4523
|
+
attr_accessor question_text: ::String
|
4524
|
+
attr_accessor answer_status: ("ANSWER_GENERATED" | "ANSWER_RETRIEVED" | "ANSWER_DOWNGRADE")
|
4525
|
+
attr_accessor topic_id: ::String
|
4526
|
+
attr_accessor topic_name: ::String
|
4527
|
+
attr_accessor restatement: ::String
|
4528
|
+
attr_accessor question_id: ::String
|
4529
|
+
attr_accessor answer_id: ::String
|
4530
|
+
attr_accessor question_url: ::String
|
4531
|
+
SENSITIVE: [:question_text, :restatement]
|
4532
|
+
end
|
4533
|
+
|
4434
4534
|
class GeoSpatialColumnGroup
|
4435
4535
|
attr_accessor name: ::String
|
4436
4536
|
attr_accessor country_code: ("US")
|
@@ -4438,6 +4538,40 @@ module Aws::QuickSight
|
|
4438
4538
|
SENSITIVE: []
|
4439
4539
|
end
|
4440
4540
|
|
4541
|
+
class GeospatialCategoricalColor
|
4542
|
+
attr_accessor category_data_colors: ::Array[Types::GeospatialCategoricalDataColor]
|
4543
|
+
attr_accessor null_data_visibility: ("HIDDEN" | "VISIBLE")
|
4544
|
+
attr_accessor null_data_settings: Types::GeospatialNullDataSettings
|
4545
|
+
attr_accessor default_opacity: ::Float
|
4546
|
+
SENSITIVE: []
|
4547
|
+
end
|
4548
|
+
|
4549
|
+
class GeospatialCategoricalDataColor
|
4550
|
+
attr_accessor color: ::String
|
4551
|
+
attr_accessor data_value: ::String
|
4552
|
+
SENSITIVE: []
|
4553
|
+
end
|
4554
|
+
|
4555
|
+
class GeospatialCircleRadius
|
4556
|
+
attr_accessor radius: ::Float
|
4557
|
+
SENSITIVE: []
|
4558
|
+
end
|
4559
|
+
|
4560
|
+
class GeospatialCircleSymbolStyle
|
4561
|
+
attr_accessor fill_color: Types::GeospatialColor
|
4562
|
+
attr_accessor stroke_color: Types::GeospatialColor
|
4563
|
+
attr_accessor stroke_width: Types::GeospatialLineWidth
|
4564
|
+
attr_accessor circle_radius: Types::GeospatialCircleRadius
|
4565
|
+
SENSITIVE: []
|
4566
|
+
end
|
4567
|
+
|
4568
|
+
class GeospatialColor
|
4569
|
+
attr_accessor solid: Types::GeospatialSolidColor
|
4570
|
+
attr_accessor gradient: Types::GeospatialGradientColor
|
4571
|
+
attr_accessor categorical: Types::GeospatialCategoricalColor
|
4572
|
+
SENSITIVE: []
|
4573
|
+
end
|
4574
|
+
|
4441
4575
|
class GeospatialCoordinateBounds
|
4442
4576
|
attr_accessor north: ::Float
|
4443
4577
|
attr_accessor south: ::Float
|
@@ -4446,6 +4580,25 @@ module Aws::QuickSight
|
|
4446
4580
|
SENSITIVE: []
|
4447
4581
|
end
|
4448
4582
|
|
4583
|
+
class GeospatialDataSourceItem
|
4584
|
+
attr_accessor static_file_data_source: Types::GeospatialStaticFileSource
|
4585
|
+
SENSITIVE: []
|
4586
|
+
end
|
4587
|
+
|
4588
|
+
class GeospatialGradientColor
|
4589
|
+
attr_accessor step_colors: ::Array[Types::GeospatialGradientStepColor]
|
4590
|
+
attr_accessor null_data_visibility: ("HIDDEN" | "VISIBLE")
|
4591
|
+
attr_accessor null_data_settings: Types::GeospatialNullDataSettings
|
4592
|
+
attr_accessor default_opacity: ::Float
|
4593
|
+
SENSITIVE: []
|
4594
|
+
end
|
4595
|
+
|
4596
|
+
class GeospatialGradientStepColor
|
4597
|
+
attr_accessor color: ::String
|
4598
|
+
attr_accessor data_value: ::Float
|
4599
|
+
SENSITIVE: []
|
4600
|
+
end
|
4601
|
+
|
4449
4602
|
class GeospatialHeatmapColorScale
|
4450
4603
|
attr_accessor colors: ::Array[Types::GeospatialHeatmapDataColor]
|
4451
4604
|
SENSITIVE: []
|
@@ -4461,6 +4614,69 @@ module Aws::QuickSight
|
|
4461
4614
|
SENSITIVE: []
|
4462
4615
|
end
|
4463
4616
|
|
4617
|
+
class GeospatialLayerColorField
|
4618
|
+
attr_accessor color_dimensions_fields: ::Array[Types::DimensionField]
|
4619
|
+
attr_accessor color_values_fields: ::Array[Types::MeasureField]
|
4620
|
+
SENSITIVE: []
|
4621
|
+
end
|
4622
|
+
|
4623
|
+
class GeospatialLayerDefinition
|
4624
|
+
attr_accessor point_layer: Types::GeospatialPointLayer
|
4625
|
+
attr_accessor line_layer: Types::GeospatialLineLayer
|
4626
|
+
attr_accessor polygon_layer: Types::GeospatialPolygonLayer
|
4627
|
+
SENSITIVE: []
|
4628
|
+
end
|
4629
|
+
|
4630
|
+
class GeospatialLayerItem
|
4631
|
+
attr_accessor layer_id: ::String
|
4632
|
+
attr_accessor layer_type: ("POINT" | "LINE" | "POLYGON")
|
4633
|
+
attr_accessor data_source: Types::GeospatialDataSourceItem
|
4634
|
+
attr_accessor label: ::String
|
4635
|
+
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
4636
|
+
attr_accessor layer_definition: Types::GeospatialLayerDefinition
|
4637
|
+
attr_accessor tooltip: Types::TooltipOptions
|
4638
|
+
attr_accessor join_definition: Types::GeospatialLayerJoinDefinition
|
4639
|
+
attr_accessor actions: ::Array[Types::LayerCustomAction]
|
4640
|
+
SENSITIVE: []
|
4641
|
+
end
|
4642
|
+
|
4643
|
+
class GeospatialLayerJoinDefinition
|
4644
|
+
attr_accessor shape_key_field: ::String
|
4645
|
+
attr_accessor dataset_key_field: Types::UnaggregatedField
|
4646
|
+
attr_accessor color_field: Types::GeospatialLayerColorField
|
4647
|
+
SENSITIVE: []
|
4648
|
+
end
|
4649
|
+
|
4650
|
+
class GeospatialLayerMapConfiguration
|
4651
|
+
attr_accessor legend: Types::LegendOptions
|
4652
|
+
attr_accessor map_layers: ::Array[Types::GeospatialLayerItem]
|
4653
|
+
attr_accessor map_state: Types::GeospatialMapState
|
4654
|
+
attr_accessor map_style: Types::GeospatialMapStyle
|
4655
|
+
attr_accessor interactions: Types::VisualInteractionOptions
|
4656
|
+
SENSITIVE: []
|
4657
|
+
end
|
4658
|
+
|
4659
|
+
class GeospatialLineLayer
|
4660
|
+
attr_accessor style: Types::GeospatialLineStyle
|
4661
|
+
SENSITIVE: []
|
4662
|
+
end
|
4663
|
+
|
4664
|
+
class GeospatialLineStyle
|
4665
|
+
attr_accessor line_symbol_style: Types::GeospatialLineSymbolStyle
|
4666
|
+
SENSITIVE: []
|
4667
|
+
end
|
4668
|
+
|
4669
|
+
class GeospatialLineSymbolStyle
|
4670
|
+
attr_accessor fill_color: Types::GeospatialColor
|
4671
|
+
attr_accessor line_width: Types::GeospatialLineWidth
|
4672
|
+
SENSITIVE: []
|
4673
|
+
end
|
4674
|
+
|
4675
|
+
class GeospatialLineWidth
|
4676
|
+
attr_accessor line_width: ::Float
|
4677
|
+
SENSITIVE: []
|
4678
|
+
end
|
4679
|
+
|
4464
4680
|
class GeospatialMapAggregatedFieldWells
|
4465
4681
|
attr_accessor geospatial: ::Array[Types::DimensionField]
|
4466
4682
|
attr_accessor values: ::Array[Types::MeasureField]
|
@@ -4485,6 +4701,19 @@ module Aws::QuickSight
|
|
4485
4701
|
SENSITIVE: []
|
4486
4702
|
end
|
4487
4703
|
|
4704
|
+
class GeospatialMapState
|
4705
|
+
attr_accessor bounds: Types::GeospatialCoordinateBounds
|
4706
|
+
attr_accessor map_navigation: ("ENABLED" | "DISABLED")
|
4707
|
+
SENSITIVE: []
|
4708
|
+
end
|
4709
|
+
|
4710
|
+
class GeospatialMapStyle
|
4711
|
+
attr_accessor base_map_style: ("LIGHT_GRAY" | "DARK_GRAY" | "STREET" | "IMAGERY")
|
4712
|
+
attr_accessor background_color: ::String
|
4713
|
+
attr_accessor base_map_visibility: ("HIDDEN" | "VISIBLE")
|
4714
|
+
SENSITIVE: []
|
4715
|
+
end
|
4716
|
+
|
4488
4717
|
class GeospatialMapStyleOptions
|
4489
4718
|
attr_accessor base_map_style: ("LIGHT_GRAY" | "DARK_GRAY" | "STREET" | "IMAGERY")
|
4490
4719
|
SENSITIVE: []
|
@@ -4497,6 +4726,29 @@ module Aws::QuickSight
|
|
4497
4726
|
attr_accessor chart_configuration: Types::GeospatialMapConfiguration
|
4498
4727
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
4499
4728
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4729
|
+
attr_accessor visual_content_alt_text: ::String
|
4730
|
+
SENSITIVE: []
|
4731
|
+
end
|
4732
|
+
|
4733
|
+
class GeospatialNullDataSettings
|
4734
|
+
attr_accessor symbol_style: Types::GeospatialNullSymbolStyle
|
4735
|
+
SENSITIVE: []
|
4736
|
+
end
|
4737
|
+
|
4738
|
+
class GeospatialNullSymbolStyle
|
4739
|
+
attr_accessor fill_color: ::String
|
4740
|
+
attr_accessor stroke_color: ::String
|
4741
|
+
attr_accessor stroke_width: ::Float
|
4742
|
+
SENSITIVE: []
|
4743
|
+
end
|
4744
|
+
|
4745
|
+
class GeospatialPointLayer
|
4746
|
+
attr_accessor style: Types::GeospatialPointStyle
|
4747
|
+
SENSITIVE: []
|
4748
|
+
end
|
4749
|
+
|
4750
|
+
class GeospatialPointStyle
|
4751
|
+
attr_accessor circle_symbol_style: Types::GeospatialCircleSymbolStyle
|
4500
4752
|
SENSITIVE: []
|
4501
4753
|
end
|
4502
4754
|
|
@@ -4507,6 +4759,34 @@ module Aws::QuickSight
|
|
4507
4759
|
SENSITIVE: []
|
4508
4760
|
end
|
4509
4761
|
|
4762
|
+
class GeospatialPolygonLayer
|
4763
|
+
attr_accessor style: Types::GeospatialPolygonStyle
|
4764
|
+
SENSITIVE: []
|
4765
|
+
end
|
4766
|
+
|
4767
|
+
class GeospatialPolygonStyle
|
4768
|
+
attr_accessor polygon_symbol_style: Types::GeospatialPolygonSymbolStyle
|
4769
|
+
SENSITIVE: []
|
4770
|
+
end
|
4771
|
+
|
4772
|
+
class GeospatialPolygonSymbolStyle
|
4773
|
+
attr_accessor fill_color: Types::GeospatialColor
|
4774
|
+
attr_accessor stroke_color: Types::GeospatialColor
|
4775
|
+
attr_accessor stroke_width: Types::GeospatialLineWidth
|
4776
|
+
SENSITIVE: []
|
4777
|
+
end
|
4778
|
+
|
4779
|
+
class GeospatialSolidColor
|
4780
|
+
attr_accessor color: ::String
|
4781
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
4782
|
+
SENSITIVE: []
|
4783
|
+
end
|
4784
|
+
|
4785
|
+
class GeospatialStaticFileSource
|
4786
|
+
attr_accessor static_file_id: ::String
|
4787
|
+
SENSITIVE: []
|
4788
|
+
end
|
4789
|
+
|
4510
4790
|
class GeospatialWindowOptions
|
4511
4791
|
attr_accessor bounds: Types::GeospatialCoordinateBounds
|
4512
4792
|
attr_accessor map_zoom_mode: ("AUTO" | "MANUAL")
|
@@ -4580,7 +4860,7 @@ module Aws::QuickSight
|
|
4580
4860
|
|
4581
4861
|
class GridLayoutElement
|
4582
4862
|
attr_accessor element_id: ::String
|
4583
|
-
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX")
|
4863
|
+
attr_accessor element_type: ("VISUAL" | "FILTER_CONTROL" | "PARAMETER_CONTROL" | "TEXT_BOX" | "IMAGE")
|
4584
4864
|
attr_accessor column_index: ::Integer
|
4585
4865
|
attr_accessor column_span: ::Integer
|
4586
4866
|
attr_accessor row_index: ::Integer
|
@@ -4676,6 +4956,7 @@ module Aws::QuickSight
|
|
4676
4956
|
attr_accessor chart_configuration: Types::HeatMapConfiguration
|
4677
4957
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
4678
4958
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4959
|
+
attr_accessor visual_content_alt_text: ::String
|
4679
4960
|
SENSITIVE: []
|
4680
4961
|
end
|
4681
4962
|
|
@@ -4716,6 +4997,7 @@ module Aws::QuickSight
|
|
4716
4997
|
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
4717
4998
|
attr_accessor chart_configuration: Types::HistogramConfiguration
|
4718
4999
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
5000
|
+
attr_accessor visual_content_alt_text: ::String
|
4719
5001
|
SENSITIVE: []
|
4720
5002
|
end
|
4721
5003
|
|
@@ -4762,6 +5044,32 @@ module Aws::QuickSight
|
|
4762
5044
|
SENSITIVE: []
|
4763
5045
|
end
|
4764
5046
|
|
5047
|
+
class ImageCustomAction
|
5048
|
+
attr_accessor custom_action_id: ::String
|
5049
|
+
attr_accessor name: ::String
|
5050
|
+
attr_accessor status: ("ENABLED" | "DISABLED")
|
5051
|
+
attr_accessor trigger: ("CLICK" | "MENU")
|
5052
|
+
attr_accessor action_operations: ::Array[Types::ImageCustomActionOperation]
|
5053
|
+
SENSITIVE: []
|
5054
|
+
end
|
5055
|
+
|
5056
|
+
class ImageCustomActionOperation
|
5057
|
+
attr_accessor navigation_operation: Types::CustomActionNavigationOperation
|
5058
|
+
attr_accessor url_operation: Types::CustomActionURLOperation
|
5059
|
+
attr_accessor set_parameters_operation: Types::CustomActionSetParametersOperation
|
5060
|
+
SENSITIVE: []
|
5061
|
+
end
|
5062
|
+
|
5063
|
+
class ImageInteractionOptions
|
5064
|
+
attr_accessor image_menu_option: Types::ImageMenuOption
|
5065
|
+
SENSITIVE: []
|
5066
|
+
end
|
5067
|
+
|
5068
|
+
class ImageMenuOption
|
5069
|
+
attr_accessor availability_status: ("ENABLED" | "DISABLED")
|
5070
|
+
SENSITIVE: []
|
5071
|
+
end
|
5072
|
+
|
4765
5073
|
class ImageSet
|
4766
5074
|
attr_accessor original: Types::Image
|
4767
5075
|
attr_accessor height_64: Types::Image
|
@@ -4788,6 +5096,12 @@ module Aws::QuickSight
|
|
4788
5096
|
end
|
4789
5097
|
end
|
4790
5098
|
|
5099
|
+
class ImageStaticFile
|
5100
|
+
attr_accessor static_file_id: ::String
|
5101
|
+
attr_accessor source: Types::StaticFileSource
|
5102
|
+
SENSITIVE: []
|
5103
|
+
end
|
5104
|
+
|
4791
5105
|
class IncrementalRefresh
|
4792
5106
|
attr_accessor lookback_window: Types::LookbackWindow
|
4793
5107
|
SENSITIVE: []
|
@@ -4834,6 +5148,7 @@ module Aws::QuickSight
|
|
4834
5148
|
attr_accessor insight_configuration: Types::InsightConfiguration
|
4835
5149
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
4836
5150
|
attr_accessor data_set_identifier: ::String
|
5151
|
+
attr_accessor visual_content_alt_text: ::String
|
4837
5152
|
SENSITIVE: []
|
4838
5153
|
end
|
4839
5154
|
|
@@ -5023,6 +5338,7 @@ module Aws::QuickSight
|
|
5023
5338
|
attr_accessor conditional_formatting: Types::KPIConditionalFormatting
|
5024
5339
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
5025
5340
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
5341
|
+
attr_accessor visual_content_alt_text: ::String
|
5026
5342
|
SENSITIVE: []
|
5027
5343
|
end
|
5028
5344
|
|
@@ -5043,6 +5359,33 @@ module Aws::QuickSight
|
|
5043
5359
|
SENSITIVE: []
|
5044
5360
|
end
|
5045
5361
|
|
5362
|
+
class LayerCustomAction
|
5363
|
+
attr_accessor custom_action_id: ::String
|
5364
|
+
attr_accessor name: ::String
|
5365
|
+
attr_accessor status: ("ENABLED" | "DISABLED")
|
5366
|
+
attr_accessor trigger: ("DATA_POINT_CLICK" | "DATA_POINT_MENU")
|
5367
|
+
attr_accessor action_operations: ::Array[Types::LayerCustomActionOperation]
|
5368
|
+
SENSITIVE: []
|
5369
|
+
end
|
5370
|
+
|
5371
|
+
class LayerCustomActionOperation
|
5372
|
+
attr_accessor filter_operation: Types::CustomActionFilterOperation
|
5373
|
+
attr_accessor navigation_operation: Types::CustomActionNavigationOperation
|
5374
|
+
attr_accessor url_operation: Types::CustomActionURLOperation
|
5375
|
+
attr_accessor set_parameters_operation: Types::CustomActionSetParametersOperation
|
5376
|
+
SENSITIVE: []
|
5377
|
+
end
|
5378
|
+
|
5379
|
+
class LayerMapVisual
|
5380
|
+
attr_accessor visual_id: ::String
|
5381
|
+
attr_accessor title: Types::VisualTitleLabelOptions
|
5382
|
+
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
5383
|
+
attr_accessor chart_configuration: Types::GeospatialLayerMapConfiguration
|
5384
|
+
attr_accessor data_set_identifier: ::String
|
5385
|
+
attr_accessor visual_content_alt_text: ::String
|
5386
|
+
SENSITIVE: []
|
5387
|
+
end
|
5388
|
+
|
5046
5389
|
class Layout
|
5047
5390
|
attr_accessor configuration: Types::LayoutConfiguration
|
5048
5391
|
SENSITIVE: []
|
@@ -5061,6 +5404,7 @@ module Aws::QuickSight
|
|
5061
5404
|
attr_accessor position: ("AUTO" | "RIGHT" | "BOTTOM" | "TOP")
|
5062
5405
|
attr_accessor width: ::String
|
5063
5406
|
attr_accessor height: ::String
|
5407
|
+
attr_accessor value_font_configuration: Types::FontConfiguration
|
5064
5408
|
SENSITIVE: []
|
5065
5409
|
end
|
5066
5410
|
|
@@ -5154,6 +5498,7 @@ module Aws::QuickSight
|
|
5154
5498
|
attr_accessor chart_configuration: Types::LineChartConfiguration
|
5155
5499
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
5156
5500
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
5501
|
+
attr_accessor visual_content_alt_text: ::String
|
5157
5502
|
SENSITIVE: []
|
5158
5503
|
end
|
5159
5504
|
|
@@ -5882,6 +6227,8 @@ module Aws::QuickSight
|
|
5882
6227
|
attr_accessor creation_status: ("CREATED" | "CREATING" | "DELETING" | "RETRYABLE_FAILURE" | "NON_RETRYABLE_FAILURE")
|
5883
6228
|
attr_accessor identity_store: ("QUICKSIGHT")
|
5884
6229
|
attr_accessor namespace_error: Types::NamespaceError
|
6230
|
+
attr_accessor iam_identity_center_application_arn: ::String
|
6231
|
+
attr_accessor iam_identity_center_instance_arn: ::String
|
5885
6232
|
SENSITIVE: []
|
5886
6233
|
end
|
5887
6234
|
|
@@ -6269,6 +6616,7 @@ module Aws::QuickSight
|
|
6269
6616
|
attr_accessor chart_configuration: Types::PieChartConfiguration
|
6270
6617
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6271
6618
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
6619
|
+
attr_accessor visual_content_alt_text: ::String
|
6272
6620
|
SENSITIVE: []
|
6273
6621
|
end
|
6274
6622
|
|
@@ -6417,6 +6765,7 @@ module Aws::QuickSight
|
|
6417
6765
|
attr_accessor chart_configuration: Types::PivotTableConfiguration
|
6418
6766
|
attr_accessor conditional_formatting: Types::PivotTableConditionalFormatting
|
6419
6767
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6768
|
+
attr_accessor visual_content_alt_text: ::String
|
6420
6769
|
SENSITIVE: []
|
6421
6770
|
end
|
6422
6771
|
|
@@ -6432,6 +6781,58 @@ module Aws::QuickSight
|
|
6432
6781
|
SENSITIVE: []
|
6433
6782
|
end
|
6434
6783
|
|
6784
|
+
class PluginVisual
|
6785
|
+
attr_accessor visual_id: ::String
|
6786
|
+
attr_accessor plugin_arn: ::String
|
6787
|
+
attr_accessor title: Types::VisualTitleLabelOptions
|
6788
|
+
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
6789
|
+
attr_accessor chart_configuration: Types::PluginVisualConfiguration
|
6790
|
+
attr_accessor visual_content_alt_text: ::String
|
6791
|
+
SENSITIVE: []
|
6792
|
+
end
|
6793
|
+
|
6794
|
+
class PluginVisualConfiguration
|
6795
|
+
attr_accessor field_wells: ::Array[Types::PluginVisualFieldWell]
|
6796
|
+
attr_accessor visual_options: Types::PluginVisualOptions
|
6797
|
+
attr_accessor sort_configuration: Types::PluginVisualSortConfiguration
|
6798
|
+
SENSITIVE: []
|
6799
|
+
end
|
6800
|
+
|
6801
|
+
class PluginVisualFieldWell
|
6802
|
+
attr_accessor axis_name: ("GROUP_BY" | "VALUE")
|
6803
|
+
attr_accessor dimensions: ::Array[Types::DimensionField]
|
6804
|
+
attr_accessor measures: ::Array[Types::MeasureField]
|
6805
|
+
attr_accessor unaggregated: ::Array[Types::UnaggregatedField]
|
6806
|
+
SENSITIVE: []
|
6807
|
+
end
|
6808
|
+
|
6809
|
+
class PluginVisualItemsLimitConfiguration
|
6810
|
+
attr_accessor items_limit: ::Integer
|
6811
|
+
SENSITIVE: []
|
6812
|
+
end
|
6813
|
+
|
6814
|
+
class PluginVisualOptions
|
6815
|
+
attr_accessor visual_properties: ::Array[Types::PluginVisualProperty]
|
6816
|
+
SENSITIVE: []
|
6817
|
+
end
|
6818
|
+
|
6819
|
+
class PluginVisualProperty
|
6820
|
+
attr_accessor name: ::String
|
6821
|
+
attr_accessor value: ::String
|
6822
|
+
SENSITIVE: []
|
6823
|
+
end
|
6824
|
+
|
6825
|
+
class PluginVisualSortConfiguration
|
6826
|
+
attr_accessor plugin_visual_table_query_sort: Types::PluginVisualTableQuerySort
|
6827
|
+
SENSITIVE: []
|
6828
|
+
end
|
6829
|
+
|
6830
|
+
class PluginVisualTableQuerySort
|
6831
|
+
attr_accessor row_sort: ::Array[Types::FieldSortOptions]
|
6832
|
+
attr_accessor items_limit_configuration: Types::PluginVisualItemsLimitConfiguration
|
6833
|
+
SENSITIVE: []
|
6834
|
+
end
|
6835
|
+
|
6435
6836
|
class PostgreSqlParameters
|
6436
6837
|
attr_accessor host: ::String
|
6437
6838
|
attr_accessor port: ::Integer
|
@@ -6452,6 +6853,23 @@ module Aws::QuickSight
|
|
6452
6853
|
SENSITIVE: []
|
6453
6854
|
end
|
6454
6855
|
|
6856
|
+
class PredictQAResultsRequest
|
6857
|
+
attr_accessor aws_account_id: ::String
|
6858
|
+
attr_accessor query_text: ::String
|
6859
|
+
attr_accessor include_quick_sight_q_index: ("INCLUDE" | "EXCLUDE")
|
6860
|
+
attr_accessor include_generated_answer: ("INCLUDE" | "EXCLUDE")
|
6861
|
+
attr_accessor max_topics_to_consider: ::Integer
|
6862
|
+
SENSITIVE: [:query_text]
|
6863
|
+
end
|
6864
|
+
|
6865
|
+
class PredictQAResultsResponse
|
6866
|
+
attr_accessor primary_result: Types::QAResult
|
6867
|
+
attr_accessor additional_results: ::Array[Types::QAResult]
|
6868
|
+
attr_accessor request_id: ::String
|
6869
|
+
attr_accessor status: ::Integer
|
6870
|
+
SENSITIVE: []
|
6871
|
+
end
|
6872
|
+
|
6455
6873
|
class PrestoParameters
|
6456
6874
|
attr_accessor host: ::String
|
6457
6875
|
attr_accessor port: ::Integer
|
@@ -6482,6 +6900,13 @@ module Aws::QuickSight
|
|
6482
6900
|
SENSITIVE: []
|
6483
6901
|
end
|
6484
6902
|
|
6903
|
+
class QAResult
|
6904
|
+
attr_accessor result_type: ("DASHBOARD_VISUAL" | "GENERATED_ANSWER" | "NO_ANSWER")
|
6905
|
+
attr_accessor dashboard_visual: Types::DashboardVisualResult
|
6906
|
+
attr_accessor generated_answer: Types::GeneratedAnswerResult
|
6907
|
+
SENSITIVE: []
|
6908
|
+
end
|
6909
|
+
|
6485
6910
|
class QueryExecutionOptions
|
6486
6911
|
attr_accessor query_execution_mode: ("AUTO" | "MANUAL")
|
6487
6912
|
SENSITIVE: []
|
@@ -6556,6 +6981,7 @@ module Aws::QuickSight
|
|
6556
6981
|
attr_accessor chart_configuration: Types::RadarChartConfiguration
|
6557
6982
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6558
6983
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
6984
|
+
attr_accessor visual_content_alt_text: ::String
|
6559
6985
|
SENSITIVE: []
|
6560
6986
|
end
|
6561
6987
|
|
@@ -6934,6 +7360,7 @@ module Aws::QuickSight
|
|
6934
7360
|
attr_accessor subtitle: Types::VisualSubtitleLabelOptions
|
6935
7361
|
attr_accessor chart_configuration: Types::SankeyDiagramChartConfiguration
|
6936
7362
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
7363
|
+
attr_accessor visual_content_alt_text: ::String
|
6937
7364
|
SENSITIVE: []
|
6938
7365
|
end
|
6939
7366
|
|
@@ -6988,6 +7415,7 @@ module Aws::QuickSight
|
|
6988
7415
|
attr_accessor chart_configuration: Types::ScatterPlotConfiguration
|
6989
7416
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
6990
7417
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
7418
|
+
attr_accessor visual_content_alt_text: ::String
|
6991
7419
|
SENSITIVE: []
|
6992
7420
|
end
|
6993
7421
|
|
@@ -7100,6 +7528,22 @@ module Aws::QuickSight
|
|
7100
7528
|
SENSITIVE: []
|
7101
7529
|
end
|
7102
7530
|
|
7531
|
+
class SearchTopicsRequest
|
7532
|
+
attr_accessor aws_account_id: ::String
|
7533
|
+
attr_accessor filters: ::Array[Types::TopicSearchFilter]
|
7534
|
+
attr_accessor next_token: ::String
|
7535
|
+
attr_accessor max_results: ::Integer
|
7536
|
+
SENSITIVE: []
|
7537
|
+
end
|
7538
|
+
|
7539
|
+
class SearchTopicsResponse
|
7540
|
+
attr_accessor topic_summary_list: ::Array[Types::TopicSummary]
|
7541
|
+
attr_accessor next_token: ::String
|
7542
|
+
attr_accessor status: ::Integer
|
7543
|
+
attr_accessor request_id: ::String
|
7544
|
+
SENSITIVE: []
|
7545
|
+
end
|
7546
|
+
|
7103
7547
|
class SecondaryValueOptions
|
7104
7548
|
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
7105
7549
|
SENSITIVE: []
|
@@ -7211,6 +7655,7 @@ module Aws::QuickSight
|
|
7211
7655
|
class Sheet
|
7212
7656
|
attr_accessor sheet_id: ::String
|
7213
7657
|
attr_accessor name: ::String
|
7658
|
+
attr_accessor images: ::Array[Types::SheetImage]
|
7214
7659
|
SENSITIVE: []
|
7215
7660
|
end
|
7216
7661
|
|
@@ -7244,6 +7689,7 @@ module Aws::QuickSight
|
|
7244
7689
|
attr_accessor filter_controls: ::Array[Types::FilterControl]
|
7245
7690
|
attr_accessor visuals: ::Array[Types::Visual]
|
7246
7691
|
attr_accessor text_boxes: ::Array[Types::SheetTextBox]
|
7692
|
+
attr_accessor images: ::Array[Types::SheetImage]
|
7247
7693
|
attr_accessor layouts: ::Array[Types::Layout]
|
7248
7694
|
attr_accessor sheet_control_layouts: ::Array[Types::SheetControlLayout]
|
7249
7695
|
attr_accessor content_type: ("PAGINATED" | "INTERACTIVE")
|
@@ -7261,6 +7707,43 @@ module Aws::QuickSight
|
|
7261
7707
|
SENSITIVE: [:expression]
|
7262
7708
|
end
|
7263
7709
|
|
7710
|
+
class SheetImage
|
7711
|
+
attr_accessor sheet_image_id: ::String
|
7712
|
+
attr_accessor source: Types::SheetImageSource
|
7713
|
+
attr_accessor scaling: Types::SheetImageScalingConfiguration
|
7714
|
+
attr_accessor tooltip: Types::SheetImageTooltipConfiguration
|
7715
|
+
attr_accessor image_content_alt_text: ::String
|
7716
|
+
attr_accessor interactions: Types::ImageInteractionOptions
|
7717
|
+
attr_accessor actions: ::Array[Types::ImageCustomAction]
|
7718
|
+
SENSITIVE: []
|
7719
|
+
end
|
7720
|
+
|
7721
|
+
class SheetImageScalingConfiguration
|
7722
|
+
attr_accessor scaling_type: ("SCALE_TO_WIDTH" | "SCALE_TO_HEIGHT" | "SCALE_TO_CONTAINER" | "SCALE_NONE")
|
7723
|
+
SENSITIVE: []
|
7724
|
+
end
|
7725
|
+
|
7726
|
+
class SheetImageSource
|
7727
|
+
attr_accessor sheet_image_static_file_source: Types::SheetImageStaticFileSource
|
7728
|
+
SENSITIVE: []
|
7729
|
+
end
|
7730
|
+
|
7731
|
+
class SheetImageStaticFileSource
|
7732
|
+
attr_accessor static_file_id: ::String
|
7733
|
+
SENSITIVE: []
|
7734
|
+
end
|
7735
|
+
|
7736
|
+
class SheetImageTooltipConfiguration
|
7737
|
+
attr_accessor tooltip_text: Types::SheetImageTooltipText
|
7738
|
+
attr_accessor visibility: ("HIDDEN" | "VISIBLE")
|
7739
|
+
SENSITIVE: []
|
7740
|
+
end
|
7741
|
+
|
7742
|
+
class SheetImageTooltipText
|
7743
|
+
attr_accessor plain_text: ::String
|
7744
|
+
SENSITIVE: []
|
7745
|
+
end
|
7746
|
+
|
7264
7747
|
class SheetLayoutElementMaximizationOption
|
7265
7748
|
attr_accessor availability_status: ("ENABLED" | "DISABLED")
|
7266
7749
|
SENSITIVE: []
|
@@ -7445,6 +7928,12 @@ module Aws::QuickSight
|
|
7445
7928
|
SENSITIVE: []
|
7446
7929
|
end
|
7447
7930
|
|
7931
|
+
class SpatialStaticFile
|
7932
|
+
attr_accessor static_file_id: ::String
|
7933
|
+
attr_accessor source: Types::StaticFileSource
|
7934
|
+
SENSITIVE: []
|
7935
|
+
end
|
7936
|
+
|
7448
7937
|
class SqlServerParameters
|
7449
7938
|
attr_accessor host: ::String
|
7450
7939
|
attr_accessor port: ::Integer
|
@@ -7546,6 +8035,30 @@ module Aws::QuickSight
|
|
7546
8035
|
SENSITIVE: []
|
7547
8036
|
end
|
7548
8037
|
|
8038
|
+
class StaticFile
|
8039
|
+
attr_accessor image_static_file: Types::ImageStaticFile
|
8040
|
+
attr_accessor spatial_static_file: Types::SpatialStaticFile
|
8041
|
+
SENSITIVE: []
|
8042
|
+
end
|
8043
|
+
|
8044
|
+
class StaticFileS3SourceOptions
|
8045
|
+
attr_accessor bucket_name: ::String
|
8046
|
+
attr_accessor object_key: ::String
|
8047
|
+
attr_accessor region: ::String
|
8048
|
+
SENSITIVE: []
|
8049
|
+
end
|
8050
|
+
|
8051
|
+
class StaticFileSource
|
8052
|
+
attr_accessor url_options: Types::StaticFileUrlSourceOptions
|
8053
|
+
attr_accessor s3_options: Types::StaticFileS3SourceOptions
|
8054
|
+
SENSITIVE: []
|
8055
|
+
end
|
8056
|
+
|
8057
|
+
class StaticFileUrlSourceOptions
|
8058
|
+
attr_accessor url: ::String
|
8059
|
+
SENSITIVE: []
|
8060
|
+
end
|
8061
|
+
|
7549
8062
|
class StringDatasetParameter
|
7550
8063
|
attr_accessor id: ::String
|
7551
8064
|
attr_accessor name: ::String
|
@@ -7793,6 +8306,7 @@ module Aws::QuickSight
|
|
7793
8306
|
attr_accessor chart_configuration: Types::TableConfiguration
|
7794
8307
|
attr_accessor conditional_formatting: Types::TableConditionalFormatting
|
7795
8308
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
8309
|
+
attr_accessor visual_content_alt_text: ::String
|
7796
8310
|
SENSITIVE: []
|
7797
8311
|
end
|
7798
8312
|
|
@@ -7894,6 +8408,7 @@ module Aws::QuickSight
|
|
7894
8408
|
attr_accessor analysis_defaults: Types::AnalysisDefaults
|
7895
8409
|
attr_accessor options: Types::AssetOptions
|
7896
8410
|
attr_accessor query_execution_options: Types::QueryExecutionOptions
|
8411
|
+
attr_accessor static_files: ::Array[Types::StaticFile]
|
7897
8412
|
SENSITIVE: []
|
7898
8413
|
end
|
7899
8414
|
|
@@ -8363,6 +8878,13 @@ module Aws::QuickSight
|
|
8363
8878
|
SENSITIVE: []
|
8364
8879
|
end
|
8365
8880
|
|
8881
|
+
class TopicSearchFilter
|
8882
|
+
attr_accessor operator: ("StringEquals" | "StringLike")
|
8883
|
+
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")
|
8884
|
+
attr_accessor value: ::String
|
8885
|
+
SENSITIVE: []
|
8886
|
+
end
|
8887
|
+
|
8366
8888
|
class TopicSingularFilterConstant
|
8367
8889
|
attr_accessor constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")
|
8368
8890
|
attr_accessor singular_constant: ::String
|
@@ -8476,6 +8998,7 @@ module Aws::QuickSight
|
|
8476
8998
|
attr_accessor chart_configuration: Types::TreeMapConfiguration
|
8477
8999
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
8478
9000
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
9001
|
+
attr_accessor visual_content_alt_text: ::String
|
8479
9002
|
SENSITIVE: []
|
8480
9003
|
end
|
8481
9004
|
|
@@ -8635,6 +9158,18 @@ module Aws::QuickSight
|
|
8635
9158
|
SENSITIVE: []
|
8636
9159
|
end
|
8637
9160
|
|
9161
|
+
class UpdateApplicationWithTokenExchangeGrantRequest
|
9162
|
+
attr_accessor aws_account_id: ::String
|
9163
|
+
attr_accessor namespace: ::String
|
9164
|
+
SENSITIVE: []
|
9165
|
+
end
|
9166
|
+
|
9167
|
+
class UpdateApplicationWithTokenExchangeGrantResponse
|
9168
|
+
attr_accessor status: ::Integer
|
9169
|
+
attr_accessor request_id: ::String
|
9170
|
+
SENSITIVE: []
|
9171
|
+
end
|
9172
|
+
|
8638
9173
|
class UpdateBrandAssignmentRequest
|
8639
9174
|
attr_accessor aws_account_id: ::String
|
8640
9175
|
attr_accessor brand_arn: ::String
|
@@ -8762,6 +9297,19 @@ module Aws::QuickSight
|
|
8762
9297
|
SENSITIVE: []
|
8763
9298
|
end
|
8764
9299
|
|
9300
|
+
class UpdateDashboardsQAConfigurationRequest
|
9301
|
+
attr_accessor aws_account_id: ::String
|
9302
|
+
attr_accessor dashboards_qa_status: ("ENABLED" | "DISABLED")
|
9303
|
+
SENSITIVE: []
|
9304
|
+
end
|
9305
|
+
|
9306
|
+
class UpdateDashboardsQAConfigurationResponse
|
9307
|
+
attr_accessor dashboards_qa_status: ("ENABLED" | "DISABLED")
|
9308
|
+
attr_accessor request_id: ::String
|
9309
|
+
attr_accessor status: ::Integer
|
9310
|
+
SENSITIVE: []
|
9311
|
+
end
|
9312
|
+
|
8765
9313
|
class UpdateDataSetPermissionsRequest
|
8766
9314
|
attr_accessor aws_account_id: ::String
|
8767
9315
|
attr_accessor data_set_id: ::String
|
@@ -8841,6 +9389,19 @@ module Aws::QuickSight
|
|
8841
9389
|
SENSITIVE: []
|
8842
9390
|
end
|
8843
9391
|
|
9392
|
+
class UpdateDefaultQBusinessApplicationRequest
|
9393
|
+
attr_accessor aws_account_id: ::String
|
9394
|
+
attr_accessor namespace: ::String
|
9395
|
+
attr_accessor application_id: ::String
|
9396
|
+
SENSITIVE: []
|
9397
|
+
end
|
9398
|
+
|
9399
|
+
class UpdateDefaultQBusinessApplicationResponse
|
9400
|
+
attr_accessor request_id: ::String
|
9401
|
+
attr_accessor status: ::Integer
|
9402
|
+
SENSITIVE: []
|
9403
|
+
end
|
9404
|
+
|
8844
9405
|
class UpdateFolderPermissionsRequest
|
8845
9406
|
attr_accessor aws_account_id: ::String
|
8846
9407
|
attr_accessor folder_id: ::String
|
@@ -8911,7 +9472,7 @@ module Aws::QuickSight
|
|
8911
9472
|
|
8912
9473
|
class UpdateIdentityPropagationConfigRequest
|
8913
9474
|
attr_accessor aws_account_id: ::String
|
8914
|
-
attr_accessor service: ("REDSHIFT")
|
9475
|
+
attr_accessor service: ("REDSHIFT" | "QBUSINESS")
|
8915
9476
|
attr_accessor authorized_targets: ::Array[::String]
|
8916
9477
|
SENSITIVE: []
|
8917
9478
|
end
|
@@ -8976,6 +9537,19 @@ module Aws::QuickSight
|
|
8976
9537
|
SENSITIVE: []
|
8977
9538
|
end
|
8978
9539
|
|
9540
|
+
class UpdateQuickSightQSearchConfigurationRequest
|
9541
|
+
attr_accessor aws_account_id: ::String
|
9542
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
9543
|
+
SENSITIVE: []
|
9544
|
+
end
|
9545
|
+
|
9546
|
+
class UpdateQuickSightQSearchConfigurationResponse
|
9547
|
+
attr_accessor q_search_status: ("ENABLED" | "DISABLED")
|
9548
|
+
attr_accessor request_id: ::String
|
9549
|
+
attr_accessor status: ::Integer
|
9550
|
+
SENSITIVE: []
|
9551
|
+
end
|
9552
|
+
|
8979
9553
|
class UpdateRefreshScheduleRequest
|
8980
9554
|
attr_accessor data_set_id: ::String
|
8981
9555
|
attr_accessor aws_account_id: ::String
|
@@ -9306,6 +9880,7 @@ module Aws::QuickSight
|
|
9306
9880
|
attr_accessor tree_map_visual: Types::TreeMapVisual
|
9307
9881
|
attr_accessor geospatial_map_visual: Types::GeospatialMapVisual
|
9308
9882
|
attr_accessor filled_map_visual: Types::FilledMapVisual
|
9883
|
+
attr_accessor layer_map_visual: Types::LayerMapVisual
|
9309
9884
|
attr_accessor funnel_chart_visual: Types::FunnelChartVisual
|
9310
9885
|
attr_accessor scatter_plot_visual: Types::ScatterPlotVisual
|
9311
9886
|
attr_accessor combo_chart_visual: Types::ComboChartVisual
|
@@ -9318,6 +9893,7 @@ module Aws::QuickSight
|
|
9318
9893
|
attr_accessor custom_content_visual: Types::CustomContentVisual
|
9319
9894
|
attr_accessor empty_visual: Types::EmptyVisual
|
9320
9895
|
attr_accessor radar_chart_visual: Types::RadarChartVisual
|
9896
|
+
attr_accessor plugin_visual: Types::PluginVisual
|
9321
9897
|
SENSITIVE: []
|
9322
9898
|
end
|
9323
9899
|
|
@@ -9440,6 +10016,7 @@ module Aws::QuickSight
|
|
9440
10016
|
attr_accessor chart_configuration: Types::WaterfallChartConfiguration
|
9441
10017
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
9442
10018
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
10019
|
+
attr_accessor visual_content_alt_text: ::String
|
9443
10020
|
SENSITIVE: []
|
9444
10021
|
end
|
9445
10022
|
|
@@ -9499,6 +10076,7 @@ module Aws::QuickSight
|
|
9499
10076
|
attr_accessor chart_configuration: Types::WordCloudChartConfiguration
|
9500
10077
|
attr_accessor actions: ::Array[Types::VisualCustomAction]
|
9501
10078
|
attr_accessor column_hierarchies: ::Array[Types::ColumnHierarchy]
|
10079
|
+
attr_accessor visual_content_alt_text: ::String
|
9502
10080
|
SENSITIVE: []
|
9503
10081
|
end
|
9504
10082
|
|