aws-sdk-quicksight 1.104.0 → 1.105.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cf105fdbab8396d5d11b8ad2e7eb3c99b6a6e0b823f7686fcb9eb23b7a5e97c
4
- data.tar.gz: 4517c493398657c0462839d33079d5913023b4c59b3702e84d2da474a624c636
3
+ metadata.gz: 65130bfbd3df53d05d8179df73b3578522d86f475f86b2d334bb4676dff3eb9b
4
+ data.tar.gz: f77e6504e0177678c507d329e4b1527d3d4328cc2d8e974c1ee992811765273a
5
5
  SHA512:
6
- metadata.gz: 67132869324efe1b36a90af9cd9fc19f60c30e67ffb083582bc12af3640e18c0592187a5fd1226f155760618a33b4ea87fce323e1b814f3b1824f87b0f66864b
7
- data.tar.gz: be5c60081a85e9c4817df79df14ee99e510291646670f5e461c3c006ded1dbec2dd49eb7d9eef7ace4de5d1bfe637ebc53bbe4e580822ced8785f00e5b1af724
6
+ metadata.gz: a0406e4ba611d43d9b3ead54722b0dc82b085cf710d0121ac84b3acb111dcc82ec2cad8e276b52ea8cf0a1cb81266aeb276c6aa2c7e35a533c0b5fb64541fdef
7
+ data.tar.gz: f089804bcefdd97d7cbc45f25dba1f1003eb62a248b97bb6d8d285890ba5e96278ea830549f46cd8062c6e0c9f03e8e788dc4b1627a26df5b47e98c3be260992
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-02-29)
5
+ ------------------
6
+
7
+ * Feature - TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
8
+
4
9
  1.104.0 (2024-02-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -7041,10 +7041,13 @@ module Aws::QuickSight
7041
7041
  # @option params [required, Array<String>] :authorized_resource_arns
7042
7042
  # The Amazon Resource Names (ARNs) for the Amazon QuickSight resources
7043
7043
  # that the user is authorized to access during the lifetime of the
7044
- # session. If you choose `Dashboard` embedding experience, pass the list
7045
- # of dashboard ARNs in the account that you want the user to be able to
7046
- # view. Currently, you can pass up to 25 dashboard ARNs in each API
7047
- # call.
7044
+ # session.
7045
+ #
7046
+ # If you choose `Dashboard` embedding experience, pass the list of
7047
+ # dashboard ARNs in the account that you want the user to be able to
7048
+ # view.
7049
+ #
7050
+ # Currently, you can pass up to 25 dashboard ARNs in each API call.
7048
7051
  #
7049
7052
  # @option params [required, Types::AnonymousUserEmbeddingExperienceConfiguration] :experience_configuration
7050
7053
  # The configuration of the experience that you are embedding.
@@ -13536,7 +13539,7 @@ module Aws::QuickSight
13536
13539
  params: params,
13537
13540
  config: config)
13538
13541
  context[:gem_name] = 'aws-sdk-quicksight'
13539
- context[:gem_version] = '1.104.0'
13542
+ context[:gem_version] = '1.105.0'
13540
13543
  Seahorse::Client::Request.new(handlers, context)
13541
13544
  end
13542
13545
 
@@ -1586,6 +1586,7 @@ module Aws::QuickSight
1586
1586
  TooltipItem = Shapes::StructureShape.new(name: 'TooltipItem')
1587
1587
  TooltipItemList = Shapes::ListShape.new(name: 'TooltipItemList')
1588
1588
  TooltipOptions = Shapes::StructureShape.new(name: 'TooltipOptions')
1589
+ TooltipTarget = Shapes::StringShape.new(name: 'TooltipTarget')
1589
1590
  TooltipTitleType = Shapes::StringShape.new(name: 'TooltipTitleType')
1590
1591
  TopBottomComputationType = Shapes::StringShape.new(name: 'TopBottomComputationType')
1591
1592
  TopBottomFilter = Shapes::StructureShape.new(name: 'TopBottomFilter')
@@ -2615,6 +2616,7 @@ module Aws::QuickSight
2615
2616
  ColumnTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
2616
2617
  ColumnTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
2617
2618
  ColumnTooltipItem.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggregationFunction, location_name: "Aggregation"))
2619
+ ColumnTooltipItem.add_member(:tooltip_target, Shapes::ShapeRef.new(shape: TooltipTarget, location_name: "TooltipTarget"))
2618
2620
  ColumnTooltipItem.struct_class = Types::ColumnTooltipItem
2619
2621
 
2620
2622
  ComboChartAggregatedFieldWells.add_member(:category, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Category"))
@@ -4531,6 +4533,7 @@ module Aws::QuickSight
4531
4533
  FieldTooltipItem.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
4532
4534
  FieldTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
4533
4535
  FieldTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
4536
+ FieldTooltipItem.add_member(:tooltip_target, Shapes::ShapeRef.new(shape: TooltipTarget, location_name: "TooltipTarget"))
4534
4537
  FieldTooltipItem.struct_class = Types::FieldTooltipItem
4535
4538
 
4536
4539
  FilledMapAggregatedFieldWells.add_member(:geospatial, Shapes::ShapeRef.new(shape: FilledMapDimensionFieldList, location_name: "Geospatial"))
@@ -3694,13 +3694,19 @@ module Aws::QuickSight
3694
3694
  # The aggregation function of the column tooltip item.
3695
3695
  # @return [Types::AggregationFunction]
3696
3696
  #
3697
+ # @!attribute [rw] tooltip_target
3698
+ # Determines the target of the column tooltip item in a combo chart
3699
+ # visual.
3700
+ # @return [String]
3701
+ #
3697
3702
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ColumnTooltipItem AWS API Documentation
3698
3703
  #
3699
3704
  class ColumnTooltipItem < Struct.new(
3700
3705
  :column,
3701
3706
  :label,
3702
3707
  :visibility,
3703
- :aggregation)
3708
+ :aggregation,
3709
+ :tooltip_target)
3704
3710
  SENSITIVE = []
3705
3711
  include Aws::Structure
3706
3712
  end
@@ -13383,12 +13389,18 @@ module Aws::QuickSight
13383
13389
  # The visibility of the tooltip item.
13384
13390
  # @return [String]
13385
13391
  #
13392
+ # @!attribute [rw] tooltip_target
13393
+ # Determines the target of the field tooltip item in a combo chart
13394
+ # visual.
13395
+ # @return [String]
13396
+ #
13386
13397
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/FieldTooltipItem AWS API Documentation
13387
13398
  #
13388
13399
  class FieldTooltipItem < Struct.new(
13389
13400
  :field_id,
13390
13401
  :label,
13391
- :visibility)
13402
+ :visibility,
13403
+ :tooltip_target)
13392
13404
  SENSITIVE = []
13393
13405
  include Aws::Structure
13394
13406
  end
@@ -15226,10 +15238,13 @@ module Aws::QuickSight
15226
15238
  # @!attribute [rw] authorized_resource_arns
15227
15239
  # The Amazon Resource Names (ARNs) for the Amazon QuickSight resources
15228
15240
  # that the user is authorized to access during the lifetime of the
15229
- # session. If you choose `Dashboard` embedding experience, pass the
15230
- # list of dashboard ARNs in the account that you want the user to be
15231
- # able to view. Currently, you can pass up to 25 dashboard ARNs in
15232
- # each API call.
15241
+ # session.
15242
+ #
15243
+ # If you choose `Dashboard` embedding experience, pass the list of
15244
+ # dashboard ARNs in the account that you want the user to be able to
15245
+ # view.
15246
+ #
15247
+ # Currently, you can pass up to 25 dashboard ARNs in each API call.
15233
15248
  # @return [Array<String>]
15234
15249
  #
15235
15250
  # @!attribute [rw] experience_configuration
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.104.0'
55
+ GEM_VERSION = '1.105.0'
56
56
 
57
57
  end