aws-sdk-quicksight 1.105.0 → 1.107.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65130bfbd3df53d05d8179df73b3578522d86f475f86b2d334bb4676dff3eb9b
4
- data.tar.gz: f77e6504e0177678c507d329e4b1527d3d4328cc2d8e974c1ee992811765273a
3
+ metadata.gz: cdc57bf4dda44f9d48bc98b9cb4dc4ecbd04c908d150005323620f511817535b
4
+ data.tar.gz: 99a0a31ae5e1877b817f60269886b7d6881aaca0dd229d98ea7a5cb32329d0a0
5
5
  SHA512:
6
- metadata.gz: a0406e4ba611d43d9b3ead54722b0dc82b085cf710d0121ac84b3acb111dcc82ec2cad8e276b52ea8cf0a1cb81266aeb276c6aa2c7e35a533c0b5fb64541fdef
7
- data.tar.gz: f089804bcefdd97d7cbc45f25dba1f1003eb62a248b97bb6d8d285890ba5e96278ea830549f46cd8062c6e0c9f03e8e788dc4b1627a26df5b47e98c3be260992
6
+ metadata.gz: 494e300875359ad4bbc872bd9c876027b9db4c15387991d36f2ba2ce471ec76913737616ddb368039b21d8cf16de9b7f48f9506cb76300fd5d6ab53021c4da92
7
+ data.tar.gz: 7ed6210020c04f144185f51228e6db31e27a1ae83de028b60767bebf3ca6cf799fa9f85f4b9d8cfdb89cdbb10812627d252b7851b39127ea45473a15085bf52c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-04-05)
5
+ ------------------
6
+
7
+ * Feature - Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
8
+
9
+ 1.106.0 (2024-03-28)
10
+ ------------------
11
+
12
+ * Feature - Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.
13
+
4
14
  1.105.0 (2024-02-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.107.0
@@ -694,6 +694,9 @@ module Aws::QuickSight
694
694
  # `ENTERPPRISE_AND_Q` is the selected edition of the new Amazon
695
695
  # QuickSight account.
696
696
  #
697
+ # @option params [String] :iam_identity_center_instance_arn
698
+ # The Amazon Resource Name (ARN) for the IAM Identity Center instance.
699
+ #
697
700
  # @return [Types::CreateAccountSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
698
701
  #
699
702
  # * {Types::CreateAccountSubscriptionResponse#signup_response #signup_response} => Types::SignupResponse
@@ -718,6 +721,7 @@ module Aws::QuickSight
718
721
  # last_name: "String",
719
722
  # email_address: "String",
720
723
  # contact_number: "String",
724
+ # iam_identity_center_instance_arn: "String",
721
725
  # })
722
726
  #
723
727
  # @example Response structure
@@ -5960,6 +5964,8 @@ module Aws::QuickSight
5960
5964
  #
5961
5965
  # * {Types::DescribeIpRestrictionResponse#aws_account_id #aws_account_id} => String
5962
5966
  # * {Types::DescribeIpRestrictionResponse#ip_restriction_rule_map #ip_restriction_rule_map} => Hash<String,String>
5967
+ # * {Types::DescribeIpRestrictionResponse#vpc_id_restriction_rule_map #vpc_id_restriction_rule_map} => Hash<String,String>
5968
+ # * {Types::DescribeIpRestrictionResponse#vpc_endpoint_id_restriction_rule_map #vpc_endpoint_id_restriction_rule_map} => Hash<String,String>
5963
5969
  # * {Types::DescribeIpRestrictionResponse#enabled #enabled} => Boolean
5964
5970
  # * {Types::DescribeIpRestrictionResponse#request_id #request_id} => String
5965
5971
  # * {Types::DescribeIpRestrictionResponse#status #status} => Integer
@@ -5975,6 +5981,10 @@ module Aws::QuickSight
5975
5981
  # resp.aws_account_id #=> String
5976
5982
  # resp.ip_restriction_rule_map #=> Hash
5977
5983
  # resp.ip_restriction_rule_map["CIDR"] #=> String
5984
+ # resp.vpc_id_restriction_rule_map #=> Hash
5985
+ # resp.vpc_id_restriction_rule_map["VpcId"] #=> String
5986
+ # resp.vpc_endpoint_id_restriction_rule_map #=> Hash
5987
+ # resp.vpc_endpoint_id_restriction_rule_map["VpcEndpointId"] #=> String
5978
5988
  # resp.enabled #=> Boolean
5979
5989
  # resp.request_id #=> String
5980
5990
  # resp.status #=> Integer
@@ -7047,7 +7057,10 @@ module Aws::QuickSight
7047
7057
  # dashboard ARNs in the account that you want the user to be able to
7048
7058
  # view.
7049
7059
  #
7050
- # Currently, you can pass up to 25 dashboard ARNs in each API call.
7060
+ # If you want to make changes to the theme of your embedded content,
7061
+ # pass a list of theme ARNs that the anonymous users need access to.
7062
+ #
7063
+ # Currently, you can pass up to 25 theme ARNs in each API call.
7051
7064
  #
7052
7065
  # @option params [required, Types::AnonymousUserEmbeddingExperienceConfiguration] :experience_configuration
7053
7066
  # The configuration of the experience that you are embedding.
@@ -12293,8 +12306,10 @@ module Aws::QuickSight
12293
12306
  req.send_request(options)
12294
12307
  end
12295
12308
 
12296
- # Updates the content and status of IP rules. To use this operation, you
12297
- # must provide the entire map of rules. You can use the
12309
+ # Updates the content and status of IP rules. Traffic from a source is
12310
+ # allowed when the source satisfies either the `IpRestrictionRule`,
12311
+ # `VpcIdRestrictionRule`, or `VpcEndpointIdRestrictionRule`. To use this
12312
+ # operation, you must provide the entire map of rules. You can use the
12298
12313
  # `DescribeIpRestriction` operation to get the current rule map.
12299
12314
  #
12300
12315
  # @option params [required, String] :aws_account_id
@@ -12304,6 +12319,15 @@ module Aws::QuickSight
12304
12319
  # A map that describes the updated IP rules with CIDR ranges and
12305
12320
  # descriptions.
12306
12321
  #
12322
+ # @option params [Hash<String,String>] :vpc_id_restriction_rule_map
12323
+ # A map of VPC IDs and their corresponding rules. When you configure
12324
+ # this parameter, traffic from all VPC endpoints that are present in the
12325
+ # specified VPC is allowed.
12326
+ #
12327
+ # @option params [Hash<String,String>] :vpc_endpoint_id_restriction_rule_map
12328
+ # A map of allowed VPC endpoint IDs and their corresponding rule
12329
+ # descriptions.
12330
+ #
12307
12331
  # @option params [Boolean] :enabled
12308
12332
  # A value that specifies whether IP rules are turned on.
12309
12333
  #
@@ -12320,6 +12344,12 @@ module Aws::QuickSight
12320
12344
  # ip_restriction_rule_map: {
12321
12345
  # "CIDR" => "IpRestrictionRuleDescription",
12322
12346
  # },
12347
+ # vpc_id_restriction_rule_map: {
12348
+ # "VpcId" => "VpcIdRestrictionRuleDescription",
12349
+ # },
12350
+ # vpc_endpoint_id_restriction_rule_map: {
12351
+ # "VpcEndpointId" => "VpcEndpointIdRestrictionRuleDescription",
12352
+ # },
12323
12353
  # enabled: false,
12324
12354
  # })
12325
12355
  #
@@ -13539,7 +13569,7 @@ module Aws::QuickSight
13539
13569
  params: params,
13540
13570
  config: config)
13541
13571
  context[:gem_name] = 'aws-sdk-quicksight'
13542
- context[:gem_version] = '1.105.0'
13572
+ context[:gem_version] = '1.107.0'
13543
13573
  Seahorse::Client::Request.new(handlers, context)
13544
13574
  end
13545
13575
 
@@ -1762,6 +1762,12 @@ module Aws::QuickSight
1762
1762
  VisualSubtitleLabelOptions = Shapes::StructureShape.new(name: 'VisualSubtitleLabelOptions')
1763
1763
  VisualTitleLabelOptions = Shapes::StructureShape.new(name: 'VisualTitleLabelOptions')
1764
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')
1765
1771
  Warehouse = Shapes::StringShape.new(name: 'Warehouse')
1766
1772
  WaterfallChartAggregatedFieldWells = Shapes::StructureShape.new(name: 'WaterfallChartAggregatedFieldWells')
1767
1773
  WaterfallChartColorConfiguration = Shapes::StructureShape.new(name: 'WaterfallChartColorConfiguration')
@@ -2770,6 +2776,7 @@ module Aws::QuickSight
2770
2776
  CreateAccountSubscriptionRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: String, location_name: "LastName"))
2771
2777
  CreateAccountSubscriptionRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: String, location_name: "EmailAddress"))
2772
2778
  CreateAccountSubscriptionRequest.add_member(:contact_number, Shapes::ShapeRef.new(shape: String, location_name: "ContactNumber"))
2779
+ CreateAccountSubscriptionRequest.add_member(:iam_identity_center_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "IAMIdentityCenterInstanceArn"))
2773
2780
  CreateAccountSubscriptionRequest.struct_class = Types::CreateAccountSubscriptionRequest
2774
2781
 
2775
2782
  CreateAccountSubscriptionResponse.add_member(:signup_response, Shapes::ShapeRef.new(shape: SignupResponse, location_name: "SignupResponse"))
@@ -4221,6 +4228,8 @@ module Aws::QuickSight
4221
4228
 
4222
4229
  DescribeIpRestrictionResponse.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
4223
4230
  DescribeIpRestrictionResponse.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
4231
+ DescribeIpRestrictionResponse.add_member(:vpc_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcIdRestrictionRuleMap, location_name: "VpcIdRestrictionRuleMap"))
4232
+ DescribeIpRestrictionResponse.add_member(:vpc_endpoint_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcEndpointIdRestrictionRuleMap, location_name: "VpcEndpointIdRestrictionRuleMap"))
4224
4233
  DescribeIpRestrictionResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
4225
4234
  DescribeIpRestrictionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
4226
4235
  DescribeIpRestrictionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
@@ -8164,6 +8173,8 @@ module Aws::QuickSight
8164
8173
 
8165
8174
  UpdateIpRestrictionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8166
8175
  UpdateIpRestrictionRequest.add_member(:ip_restriction_rule_map, Shapes::ShapeRef.new(shape: IpRestrictionRuleMap, location_name: "IpRestrictionRuleMap"))
8176
+ UpdateIpRestrictionRequest.add_member(:vpc_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcIdRestrictionRuleMap, location_name: "VpcIdRestrictionRuleMap"))
8177
+ UpdateIpRestrictionRequest.add_member(:vpc_endpoint_id_restriction_rule_map, Shapes::ShapeRef.new(shape: VpcEndpointIdRestrictionRuleMap, location_name: "VpcEndpointIdRestrictionRuleMap"))
8167
8178
  UpdateIpRestrictionRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "Enabled"))
8168
8179
  UpdateIpRestrictionRequest.struct_class = Types::UpdateIpRestrictionRequest
8169
8180
 
@@ -8485,6 +8496,12 @@ module Aws::QuickSight
8485
8496
  VpcConnectionProperties.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "VpcConnectionArn"))
8486
8497
  VpcConnectionProperties.struct_class = Types::VpcConnectionProperties
8487
8498
 
8499
+ VpcEndpointIdRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: VpcEndpointId)
8500
+ VpcEndpointIdRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: VpcEndpointIdRestrictionRuleDescription)
8501
+
8502
+ VpcIdRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: VpcId)
8503
+ VpcIdRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: VpcIdRestrictionRuleDescription)
8504
+
8488
8505
  WaterfallChartAggregatedFieldWells.add_member(:categories, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Categories"))
8489
8506
  WaterfallChartAggregatedFieldWells.add_member(:values, Shapes::ShapeRef.new(shape: MeasureFieldList, location_name: "Values"))
8490
8507
  WaterfallChartAggregatedFieldWells.add_member(:breakdowns, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Breakdowns"))
@@ -272,8 +272,10 @@ module Aws::QuickSight
272
272
  include Aws::Structure
273
273
  end
274
274
 
275
- # The configuration for applying a filter to all sheets. You can apply
276
- # this filter to all visuals on every sheet.
275
+ # An empty object that represents that the `AllSheets` option is the
276
+ # chosen value for the `FilterScopeConfiguration` parameter. This
277
+ # structure applies the filter to all visuals on all sheets of an
278
+ # Analysis, Dashboard, or Template.
277
279
  #
278
280
  # This is a union type structure. For this structure to be valid, only
279
281
  # one of the attributes can be defined.
@@ -4551,6 +4553,10 @@ module Aws::QuickSight
4551
4553
  # QuickSight account.
4552
4554
  # @return [String]
4553
4555
  #
4556
+ # @!attribute [rw] iam_identity_center_instance_arn
4557
+ # The Amazon Resource Name (ARN) for the IAM Identity Center instance.
4558
+ # @return [String]
4559
+ #
4554
4560
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateAccountSubscriptionRequest AWS API Documentation
4555
4561
  #
4556
4562
  class CreateAccountSubscriptionRequest < Struct.new(
@@ -4568,7 +4574,8 @@ module Aws::QuickSight
4568
4574
  :first_name,
4569
4575
  :last_name,
4570
4576
  :email_address,
4571
- :contact_number)
4577
+ :contact_number,
4578
+ :iam_identity_center_instance_arn)
4572
4579
  SENSITIVE = []
4573
4580
  include Aws::Structure
4574
4581
  end
@@ -8434,7 +8441,8 @@ module Aws::QuickSight
8434
8441
  include Aws::Structure
8435
8442
  end
8436
8443
 
8437
- # A dataset parameter.
8444
+ # A parameter that is created in a dataset. The parameter can be a
8445
+ # string, integer, decimal, or datetime data type.
8438
8446
  #
8439
8447
  # @!attribute [rw] string_dataset_parameter
8440
8448
  # A string parameter that is created in the dataset.
@@ -11908,6 +11916,14 @@ module Aws::QuickSight
11908
11916
  # A map that describes the IP rules with CIDR range and description.
11909
11917
  # @return [Hash<String,String>]
11910
11918
  #
11919
+ # @!attribute [rw] vpc_id_restriction_rule_map
11920
+ # A map of allowed VPC IDs and their rule descriptions.
11921
+ # @return [Hash<String,String>]
11922
+ #
11923
+ # @!attribute [rw] vpc_endpoint_id_restriction_rule_map
11924
+ # A map of allowed VPC endpoint IDs and their rule descriptions.
11925
+ # @return [Hash<String,String>]
11926
+ #
11911
11927
  # @!attribute [rw] enabled
11912
11928
  # A value that specifies whether IP rules are turned on.
11913
11929
  # @return [Boolean]
@@ -11925,6 +11941,8 @@ module Aws::QuickSight
11925
11941
  class DescribeIpRestrictionResponse < Struct.new(
11926
11942
  :aws_account_id,
11927
11943
  :ip_restriction_rule_map,
11944
+ :vpc_id_restriction_rule_map,
11945
+ :vpc_endpoint_id_restriction_rule_map,
11928
11946
  :enabled,
11929
11947
  :request_id,
11930
11948
  :status)
@@ -14069,7 +14087,11 @@ module Aws::QuickSight
14069
14087
  # @return [Types::SelectedSheetsFilterScopeConfiguration]
14070
14088
  #
14071
14089
  # @!attribute [rw] all_sheets
14072
- # The configuration for applying a filter to all sheets.
14090
+ # The configuration that applies a filter to all sheets. When you
14091
+ # choose `AllSheets` as the value for a `FilterScopeConfiguration`,
14092
+ # this filter is applied to all visuals of all sheets in an Analysis,
14093
+ # Dashboard, or Template. The `AllSheetsFilterScopeConfiguration` is
14094
+ # chosen.
14073
14095
  # @return [Types::AllSheetsFilterScopeConfiguration]
14074
14096
  #
14075
14097
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/FilterScopeConfiguration AWS API Documentation
@@ -15244,7 +15266,10 @@ module Aws::QuickSight
15244
15266
  # dashboard ARNs in the account that you want the user to be able to
15245
15267
  # view.
15246
15268
  #
15247
- # Currently, you can pass up to 25 dashboard ARNs in each API call.
15269
+ # If you want to make changes to the theme of your embedded content,
15270
+ # pass a list of theme ARNs that the anonymous users need access to.
15271
+ #
15272
+ # Currently, you can pass up to 25 theme ARNs in each API call.
15248
15273
  # @return [Array<String>]
15249
15274
  #
15250
15275
  # @!attribute [rw] experience_configuration
@@ -31259,6 +31284,17 @@ module Aws::QuickSight
31259
31284
  # descriptions.
31260
31285
  # @return [Hash<String,String>]
31261
31286
  #
31287
+ # @!attribute [rw] vpc_id_restriction_rule_map
31288
+ # A map of VPC IDs and their corresponding rules. When you configure
31289
+ # this parameter, traffic from all VPC endpoints that are present in
31290
+ # the specified VPC is allowed.
31291
+ # @return [Hash<String,String>]
31292
+ #
31293
+ # @!attribute [rw] vpc_endpoint_id_restriction_rule_map
31294
+ # A map of allowed VPC endpoint IDs and their corresponding rule
31295
+ # descriptions.
31296
+ # @return [Hash<String,String>]
31297
+ #
31262
31298
  # @!attribute [rw] enabled
31263
31299
  # A value that specifies whether IP rules are turned on.
31264
31300
  # @return [Boolean]
@@ -31268,6 +31304,8 @@ module Aws::QuickSight
31268
31304
  class UpdateIpRestrictionRequest < Struct.new(
31269
31305
  :aws_account_id,
31270
31306
  :ip_restriction_rule_map,
31307
+ :vpc_id_restriction_rule_map,
31308
+ :vpc_endpoint_id_restriction_rule_map,
31271
31309
  :enabled)
31272
31310
  SENSITIVE = []
31273
31311
  include Aws::Structure
@@ -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.105.0'
55
+ GEM_VERSION = '1.107.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -135,7 +135,8 @@ module Aws
135
135
  ?first_name: ::String,
136
136
  ?last_name: ::String,
137
137
  ?email_address: ::String,
138
- ?contact_number: ::String
138
+ ?contact_number: ::String,
139
+ ?iam_identity_center_instance_arn: ::String
139
140
  ) -> _CreateAccountSubscriptionResponseSuccess
140
141
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccountSubscriptionResponseSuccess
141
142
 
@@ -98143,6 +98144,8 @@ module Aws
98143
98144
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeIpRestrictionResponse]
98144
98145
  def aws_account_id: () -> ::String
98145
98146
  def ip_restriction_rule_map: () -> ::Hash[::String, ::String]
98147
+ def vpc_id_restriction_rule_map: () -> ::Hash[::String, ::String]
98148
+ def vpc_endpoint_id_restriction_rule_map: () -> ::Hash[::String, ::String]
98146
98149
  def enabled: () -> bool
98147
98150
  def request_id: () -> ::String
98148
98151
  def status: () -> ::Integer
@@ -164548,6 +164551,8 @@ module Aws
164548
164551
  def update_ip_restriction: (
164549
164552
  aws_account_id: ::String,
164550
164553
  ?ip_restriction_rule_map: Hash[::String, ::String],
164554
+ ?vpc_id_restriction_rule_map: Hash[::String, ::String],
164555
+ ?vpc_endpoint_id_restriction_rule_map: Hash[::String, ::String],
164551
164556
  ?enabled: bool
164552
164557
  ) -> _UpdateIpRestrictionResponseSuccess
164553
164558
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIpRestrictionResponseSuccess
data/sig/types.rbs CHANGED
@@ -1158,6 +1158,7 @@ module Aws::QuickSight
1158
1158
  attr_accessor last_name: ::String
1159
1159
  attr_accessor email_address: ::String
1160
1160
  attr_accessor contact_number: ::String
1161
+ attr_accessor iam_identity_center_instance_arn: ::String
1161
1162
  SENSITIVE: []
1162
1163
  end
1163
1164
 
@@ -3017,6 +3018,8 @@ module Aws::QuickSight
3017
3018
  class DescribeIpRestrictionResponse
3018
3019
  attr_accessor aws_account_id: ::String
3019
3020
  attr_accessor ip_restriction_rule_map: ::Hash[::String, ::String]
3021
+ attr_accessor vpc_id_restriction_rule_map: ::Hash[::String, ::String]
3022
+ attr_accessor vpc_endpoint_id_restriction_rule_map: ::Hash[::String, ::String]
3020
3023
  attr_accessor enabled: bool
3021
3024
  attr_accessor request_id: ::String
3022
3025
  attr_accessor status: ::Integer
@@ -7982,6 +7985,8 @@ module Aws::QuickSight
7982
7985
  class UpdateIpRestrictionRequest
7983
7986
  attr_accessor aws_account_id: ::String
7984
7987
  attr_accessor ip_restriction_rule_map: ::Hash[::String, ::String]
7988
+ attr_accessor vpc_id_restriction_rule_map: ::Hash[::String, ::String]
7989
+ attr_accessor vpc_endpoint_id_restriction_rule_map: ::Hash[::String, ::String]
7985
7990
  attr_accessor enabled: bool
7986
7991
  SENSITIVE: []
7987
7992
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-29 00:00:00.000000000 Z
11
+ date: 2024-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core