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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +8 -5
- data/lib/aws-sdk-quicksight/client_api.rb +3 -0
- data/lib/aws-sdk-quicksight/types.rb +21 -6
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +312 -156
- data/sig/types.rbs +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65130bfbd3df53d05d8179df73b3578522d86f475f86b2d334bb4676dff3eb9b
|
4
|
+
data.tar.gz: f77e6504e0177678c507d329e4b1527d3d4328cc2d8e974c1ee992811765273a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0406e4ba611d43d9b3ead54722b0dc82b085cf710d0121ac84b3acb111dcc82ec2cad8e276b52ea8cf0a1cb81266aeb276c6aa2c7e35a533c0b5fb64541fdef
|
7
|
+
data.tar.gz: f089804bcefdd97d7cbc45f25dba1f1003eb62a248b97bb6d8d285890ba5e96278ea830549f46cd8062c6e0c9f03e8e788dc4b1627a26df5b47e98c3be260992
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
7045
|
-
#
|
7046
|
-
#
|
7047
|
-
#
|
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.
|
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.
|
15230
|
-
#
|
15231
|
-
#
|
15232
|
-
#
|
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
|