aws-sdk-quicksight 1.104.0 → 1.106.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 +36 -7
- data/lib/aws-sdk-quicksight/client_api.rb +19 -0
- data/lib/aws-sdk-quicksight/types.rb +49 -7
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +316 -156
- data/sig/types.rbs +6 -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: 5c47a6506f2a2ff6266630499f635fe7268907ab4e0a42dad0bc7ce6971fca0a
|
4
|
+
data.tar.gz: d209774bae6003883eb4f90a9813671bc93f3633686c7081297ed8a9b532b7ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd36e46298cf5049082df2da69e7b9712ef078779a4323b542fe0ee1ae9d69ad873a21bf65bf157b2d40feecd9e7b79e854ee4e87c48e3100b087ce8e888d201
|
7
|
+
data.tar.gz: b1b9b3528248fd973f6661bb811213408d68fddae80e65c1abcc75a714be537b442daf094ad47928e3efab14e3844db23c2515a3a6152c9a4a93915abb12820d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.106.0 (2024-03-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.
|
8
|
+
|
9
|
+
1.105.0 (2024-02-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
|
13
|
+
|
4
14
|
1.104.0 (2024-02-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.106.0
|
@@ -5960,6 +5960,8 @@ module Aws::QuickSight
|
|
5960
5960
|
#
|
5961
5961
|
# * {Types::DescribeIpRestrictionResponse#aws_account_id #aws_account_id} => String
|
5962
5962
|
# * {Types::DescribeIpRestrictionResponse#ip_restriction_rule_map #ip_restriction_rule_map} => Hash<String,String>
|
5963
|
+
# * {Types::DescribeIpRestrictionResponse#vpc_id_restriction_rule_map #vpc_id_restriction_rule_map} => Hash<String,String>
|
5964
|
+
# * {Types::DescribeIpRestrictionResponse#vpc_endpoint_id_restriction_rule_map #vpc_endpoint_id_restriction_rule_map} => Hash<String,String>
|
5963
5965
|
# * {Types::DescribeIpRestrictionResponse#enabled #enabled} => Boolean
|
5964
5966
|
# * {Types::DescribeIpRestrictionResponse#request_id #request_id} => String
|
5965
5967
|
# * {Types::DescribeIpRestrictionResponse#status #status} => Integer
|
@@ -5975,6 +5977,10 @@ module Aws::QuickSight
|
|
5975
5977
|
# resp.aws_account_id #=> String
|
5976
5978
|
# resp.ip_restriction_rule_map #=> Hash
|
5977
5979
|
# resp.ip_restriction_rule_map["CIDR"] #=> String
|
5980
|
+
# resp.vpc_id_restriction_rule_map #=> Hash
|
5981
|
+
# resp.vpc_id_restriction_rule_map["VpcId"] #=> String
|
5982
|
+
# resp.vpc_endpoint_id_restriction_rule_map #=> Hash
|
5983
|
+
# resp.vpc_endpoint_id_restriction_rule_map["VpcEndpointId"] #=> String
|
5978
5984
|
# resp.enabled #=> Boolean
|
5979
5985
|
# resp.request_id #=> String
|
5980
5986
|
# resp.status #=> Integer
|
@@ -7041,10 +7047,16 @@ module Aws::QuickSight
|
|
7041
7047
|
# @option params [required, Array<String>] :authorized_resource_arns
|
7042
7048
|
# The Amazon Resource Names (ARNs) for the Amazon QuickSight resources
|
7043
7049
|
# that the user is authorized to access during the lifetime of the
|
7044
|
-
# session.
|
7045
|
-
#
|
7046
|
-
#
|
7047
|
-
#
|
7050
|
+
# session.
|
7051
|
+
#
|
7052
|
+
# If you choose `Dashboard` embedding experience, pass the list of
|
7053
|
+
# dashboard ARNs in the account that you want the user to be able to
|
7054
|
+
# view.
|
7055
|
+
#
|
7056
|
+
# If you want to make changes to the theme of your embedded content,
|
7057
|
+
# pass a list of theme ARNs that the anonymous users need access to.
|
7058
|
+
#
|
7059
|
+
# Currently, you can pass up to 25 theme ARNs in each API call.
|
7048
7060
|
#
|
7049
7061
|
# @option params [required, Types::AnonymousUserEmbeddingExperienceConfiguration] :experience_configuration
|
7050
7062
|
# The configuration of the experience that you are embedding.
|
@@ -12290,8 +12302,10 @@ module Aws::QuickSight
|
|
12290
12302
|
req.send_request(options)
|
12291
12303
|
end
|
12292
12304
|
|
12293
|
-
# Updates the content and status of IP rules.
|
12294
|
-
#
|
12305
|
+
# Updates the content and status of IP rules. Traffic from a source is
|
12306
|
+
# allowed when the source satisfies either the `IpRestrictionRule`,
|
12307
|
+
# `VpcIdRestrictionRule`, or `VpcEndpointIdRestrictionRule`. To use this
|
12308
|
+
# operation, you must provide the entire map of rules. You can use the
|
12295
12309
|
# `DescribeIpRestriction` operation to get the current rule map.
|
12296
12310
|
#
|
12297
12311
|
# @option params [required, String] :aws_account_id
|
@@ -12301,6 +12315,15 @@ module Aws::QuickSight
|
|
12301
12315
|
# A map that describes the updated IP rules with CIDR ranges and
|
12302
12316
|
# descriptions.
|
12303
12317
|
#
|
12318
|
+
# @option params [Hash<String,String>] :vpc_id_restriction_rule_map
|
12319
|
+
# A map of VPC IDs and their corresponding rules. When you configure
|
12320
|
+
# this parameter, traffic from all VPC endpoints that are present in the
|
12321
|
+
# specified VPC is allowed.
|
12322
|
+
#
|
12323
|
+
# @option params [Hash<String,String>] :vpc_endpoint_id_restriction_rule_map
|
12324
|
+
# A map of allowed VPC endpoint IDs and their corresponding rule
|
12325
|
+
# descriptions.
|
12326
|
+
#
|
12304
12327
|
# @option params [Boolean] :enabled
|
12305
12328
|
# A value that specifies whether IP rules are turned on.
|
12306
12329
|
#
|
@@ -12317,6 +12340,12 @@ module Aws::QuickSight
|
|
12317
12340
|
# ip_restriction_rule_map: {
|
12318
12341
|
# "CIDR" => "IpRestrictionRuleDescription",
|
12319
12342
|
# },
|
12343
|
+
# vpc_id_restriction_rule_map: {
|
12344
|
+
# "VpcId" => "VpcIdRestrictionRuleDescription",
|
12345
|
+
# },
|
12346
|
+
# vpc_endpoint_id_restriction_rule_map: {
|
12347
|
+
# "VpcEndpointId" => "VpcEndpointIdRestrictionRuleDescription",
|
12348
|
+
# },
|
12320
12349
|
# enabled: false,
|
12321
12350
|
# })
|
12322
12351
|
#
|
@@ -13536,7 +13565,7 @@ module Aws::QuickSight
|
|
13536
13565
|
params: params,
|
13537
13566
|
config: config)
|
13538
13567
|
context[:gem_name] = 'aws-sdk-quicksight'
|
13539
|
-
context[:gem_version] = '1.
|
13568
|
+
context[:gem_version] = '1.106.0'
|
13540
13569
|
Seahorse::Client::Request.new(handlers, context)
|
13541
13570
|
end
|
13542
13571
|
|
@@ -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')
|
@@ -1761,6 +1762,12 @@ module Aws::QuickSight
|
|
1761
1762
|
VisualSubtitleLabelOptions = Shapes::StructureShape.new(name: 'VisualSubtitleLabelOptions')
|
1762
1763
|
VisualTitleLabelOptions = Shapes::StructureShape.new(name: 'VisualTitleLabelOptions')
|
1763
1764
|
VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
|
1765
|
+
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
1766
|
+
VpcEndpointIdRestrictionRuleDescription = Shapes::StringShape.new(name: 'VpcEndpointIdRestrictionRuleDescription')
|
1767
|
+
VpcEndpointIdRestrictionRuleMap = Shapes::MapShape.new(name: 'VpcEndpointIdRestrictionRuleMap')
|
1768
|
+
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
1769
|
+
VpcIdRestrictionRuleDescription = Shapes::StringShape.new(name: 'VpcIdRestrictionRuleDescription')
|
1770
|
+
VpcIdRestrictionRuleMap = Shapes::MapShape.new(name: 'VpcIdRestrictionRuleMap')
|
1764
1771
|
Warehouse = Shapes::StringShape.new(name: 'Warehouse')
|
1765
1772
|
WaterfallChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'WaterfallChartAggregatedFieldWells')
|
1766
1773
|
WaterfallChartColorConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartColorConfiguration')
|
@@ -2615,6 +2622,7 @@ module Aws::QuickSight
|
|
2615
2622
|
ColumnTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
|
2616
2623
|
ColumnTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
2617
2624
|
ColumnTooltipItem.add_member(:aggregation, Shapes::ShapeRef.new(shape: AggregationFunction, location_name: "Aggregation"))
|
2625
|
+
ColumnTooltipItem.add_member(:tooltip_target, Shapes::ShapeRef.new(shape: TooltipTarget, location_name: "TooltipTarget"))
|
2618
2626
|
ColumnTooltipItem.struct_class = Types::ColumnTooltipItem
|
2619
2627
|
|
2620
2628
|
ComboChartAggregatedFieldWells.add_member(:category, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Category"))
|
@@ -4219,6 +4227,8 @@ module Aws::QuickSight
|
|
4219
4227
|
|
4220
4228
|
DescribeIpRestrictionResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
|
4221
4229
|
DescribeIpRestrictionResponse.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
|
4230
|
+
DescribeIpRestrictionResponse.add_member(:vpc_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcIdRestrictionRuleMap, location_name: "VpcIdRestrictionRuleMap"))
|
4231
|
+
DescribeIpRestrictionResponse.add_member(:vpc_endpoint_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcEndpointIdRestrictionRuleMap, location_name: "VpcEndpointIdRestrictionRuleMap"))
|
4222
4232
|
DescribeIpRestrictionResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
|
4223
4233
|
DescribeIpRestrictionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4224
4234
|
DescribeIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
@@ -4531,6 +4541,7 @@ module Aws::QuickSight
|
|
4531
4541
|
FieldTooltipItem.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
|
4532
4542
|
FieldTooltipItem.add_member(:label, Shapes::ShapeRef.new(shape: String, location_name: "Label"))
|
4533
4543
|
FieldTooltipItem.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
4544
|
+
FieldTooltipItem.add_member(:tooltip_target, Shapes::ShapeRef.new(shape: TooltipTarget, location_name: "TooltipTarget"))
|
4534
4545
|
FieldTooltipItem.struct_class = Types::FieldTooltipItem
|
4535
4546
|
|
4536
4547
|
FilledMapAggregatedFieldWells.add_member(:geospatial, Shapes::ShapeRef.new(shape: FilledMapDimensionFieldList, location_name: "Geospatial"))
|
@@ -8161,6 +8172,8 @@ module Aws::QuickSight
|
|
8161
8172
|
|
8162
8173
|
UpdateIpRestrictionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8163
8174
|
UpdateIpRestrictionRequest.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
|
8175
|
+
UpdateIpRestrictionRequest.add_member(:vpc_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcIdRestrictionRuleMap, location_name: "VpcIdRestrictionRuleMap"))
|
8176
|
+
UpdateIpRestrictionRequest.add_member(:vpc_endpoint_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcEndpointIdRestrictionRuleMap, location_name: "VpcEndpointIdRestrictionRuleMap"))
|
8164
8177
|
UpdateIpRestrictionRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
|
8165
8178
|
UpdateIpRestrictionRequest.struct_class = Types::UpdateIpRestrictionRequest
|
8166
8179
|
|
@@ -8482,6 +8495,12 @@ module Aws::QuickSight
|
|
8482
8495
|
VpcConnectionProperties.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "VpcConnectionArn"))
|
8483
8496
|
VpcConnectionProperties.struct_class = Types::VpcConnectionProperties
|
8484
8497
|
|
8498
|
+
VpcEndpointIdRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: VpcEndpointId)
|
8499
|
+
VpcEndpointIdRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: VpcEndpointIdRestrictionRuleDescription)
|
8500
|
+
|
8501
|
+
VpcIdRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: VpcId)
|
8502
|
+
VpcIdRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: VpcIdRestrictionRuleDescription)
|
8503
|
+
|
8485
8504
|
WaterfallChartAggregatedFieldWells.add_member(:categories, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Categories"))
|
8486
8505
|
WaterfallChartAggregatedFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: MeasureFieldList, location_name: "Values"))
|
8487
8506
|
WaterfallChartAggregatedFieldWells.add_member(:breakdowns, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Breakdowns"))
|
@@ -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
|
@@ -8428,7 +8434,8 @@ module Aws::QuickSight
|
|
8428
8434
|
include Aws::Structure
|
8429
8435
|
end
|
8430
8436
|
|
8431
|
-
# A dataset parameter
|
8437
|
+
# A parameter that is created in a dataset. The parameter can be a
|
8438
|
+
# string, integer, decimal, or datetime data type.
|
8432
8439
|
#
|
8433
8440
|
# @!attribute [rw] string_dataset_parameter
|
8434
8441
|
# A string parameter that is created in the dataset.
|
@@ -11902,6 +11909,14 @@ module Aws::QuickSight
|
|
11902
11909
|
# A map that describes the IP rules with CIDR range and description.
|
11903
11910
|
# @return [Hash<String,String>]
|
11904
11911
|
#
|
11912
|
+
# @!attribute [rw] vpc_id_restriction_rule_map
|
11913
|
+
# A map of allowed VPC IDs and their rule descriptions.
|
11914
|
+
# @return [Hash<String,String>]
|
11915
|
+
#
|
11916
|
+
# @!attribute [rw] vpc_endpoint_id_restriction_rule_map
|
11917
|
+
# A map of allowed VPC endpoint IDs and their rule descriptions.
|
11918
|
+
# @return [Hash<String,String>]
|
11919
|
+
#
|
11905
11920
|
# @!attribute [rw] enabled
|
11906
11921
|
# A value that specifies whether IP rules are turned on.
|
11907
11922
|
# @return [Boolean]
|
@@ -11919,6 +11934,8 @@ module Aws::QuickSight
|
|
11919
11934
|
class DescribeIpRestrictionResponse < Struct.new(
|
11920
11935
|
:aws_account_id,
|
11921
11936
|
:ip_restriction_rule_map,
|
11937
|
+
:vpc_id_restriction_rule_map,
|
11938
|
+
:vpc_endpoint_id_restriction_rule_map,
|
11922
11939
|
:enabled,
|
11923
11940
|
:request_id,
|
11924
11941
|
:status)
|
@@ -13383,12 +13400,18 @@ module Aws::QuickSight
|
|
13383
13400
|
# The visibility of the tooltip item.
|
13384
13401
|
# @return [String]
|
13385
13402
|
#
|
13403
|
+
# @!attribute [rw] tooltip_target
|
13404
|
+
# Determines the target of the field tooltip item in a combo chart
|
13405
|
+
# visual.
|
13406
|
+
# @return [String]
|
13407
|
+
#
|
13386
13408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/FieldTooltipItem AWS API Documentation
|
13387
13409
|
#
|
13388
13410
|
class FieldTooltipItem < Struct.new(
|
13389
13411
|
:field_id,
|
13390
13412
|
:label,
|
13391
|
-
:visibility
|
13413
|
+
:visibility,
|
13414
|
+
:tooltip_target)
|
13392
13415
|
SENSITIVE = []
|
13393
13416
|
include Aws::Structure
|
13394
13417
|
end
|
@@ -15226,10 +15249,16 @@ module Aws::QuickSight
|
|
15226
15249
|
# @!attribute [rw] authorized_resource_arns
|
15227
15250
|
# The Amazon Resource Names (ARNs) for the Amazon QuickSight resources
|
15228
15251
|
# that the user is authorized to access during the lifetime of the
|
15229
|
-
# session.
|
15230
|
-
#
|
15231
|
-
#
|
15232
|
-
#
|
15252
|
+
# session.
|
15253
|
+
#
|
15254
|
+
# If you choose `Dashboard` embedding experience, pass the list of
|
15255
|
+
# dashboard ARNs in the account that you want the user to be able to
|
15256
|
+
# view.
|
15257
|
+
#
|
15258
|
+
# If you want to make changes to the theme of your embedded content,
|
15259
|
+
# pass a list of theme ARNs that the anonymous users need access to.
|
15260
|
+
#
|
15261
|
+
# Currently, you can pass up to 25 theme ARNs in each API call.
|
15233
15262
|
# @return [Array<String>]
|
15234
15263
|
#
|
15235
15264
|
# @!attribute [rw] experience_configuration
|
@@ -31244,6 +31273,17 @@ module Aws::QuickSight
|
|
31244
31273
|
# descriptions.
|
31245
31274
|
# @return [Hash<String,String>]
|
31246
31275
|
#
|
31276
|
+
# @!attribute [rw] vpc_id_restriction_rule_map
|
31277
|
+
# A map of VPC IDs and their corresponding rules. When you configure
|
31278
|
+
# this parameter, traffic from all VPC endpoints that are present in
|
31279
|
+
# the specified VPC is allowed.
|
31280
|
+
# @return [Hash<String,String>]
|
31281
|
+
#
|
31282
|
+
# @!attribute [rw] vpc_endpoint_id_restriction_rule_map
|
31283
|
+
# A map of allowed VPC endpoint IDs and their corresponding rule
|
31284
|
+
# descriptions.
|
31285
|
+
# @return [Hash<String,String>]
|
31286
|
+
#
|
31247
31287
|
# @!attribute [rw] enabled
|
31248
31288
|
# A value that specifies whether IP rules are turned on.
|
31249
31289
|
# @return [Boolean]
|
@@ -31253,6 +31293,8 @@ module Aws::QuickSight
|
|
31253
31293
|
class UpdateIpRestrictionRequest < Struct.new(
|
31254
31294
|
:aws_account_id,
|
31255
31295
|
:ip_restriction_rule_map,
|
31296
|
+
:vpc_id_restriction_rule_map,
|
31297
|
+
:vpc_endpoint_id_restriction_rule_map,
|
31256
31298
|
:enabled)
|
31257
31299
|
SENSITIVE = []
|
31258
31300
|
include Aws::Structure
|