aws-sdk-quicksight 1.75.0 → 1.77.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: b5757719b44ab320da9b87018965e4a152c2191c332e05beaaa915aed7d003c0
4
- data.tar.gz: 952cd4ffc2e306f8ce4f186c6b7183b0f2ee30dc0d136a1f67994f7aaaeef90c
3
+ metadata.gz: 96d3de4059f20711ec73dbb23a450b872549a3698870c42cb3af833be8e9a9a2
4
+ data.tar.gz: 0521c3d20993b2d0beb45a4127f9c72a5510a881b546b57f4af22eb443f1cd4d
5
5
  SHA512:
6
- metadata.gz: b4633635b5ea10bb083fca49eef1cfe2b9a9929161c3795bf4e72cacd4c6752f74bda4236560eea4859a55d8289b8b5d390973e306cd8067269e6baf6266f565
7
- data.tar.gz: 510e715c2d4b25d5f5a86d2486b7ee5e6e001d1e6188d8d3aadaf85aff2f572276fb988710f6c98d71d3d4ed66443550a7552c9b01090d2b8a78340ae933003d
6
+ metadata.gz: 8133777d81a1d85a444d47ecf134181e1fb964dc38975e1fd216dbab742a8fa01a6d258898ee573ae57863d6e27d1c0dcfad4f94db3a3d7360a791d08110e851
7
+ data.tar.gz: 79a4c83580cd4a6d32b0d1f96eb50cb012c449a2294d0d281dacc8a4c8dfd249224621c2d75d854c4ffd001fa3665166ce63b3d661d42a095b9bb793e1373327
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2023-03-09)
5
+ ------------------
6
+
7
+ * Feature - This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
8
+
9
+ 1.76.0 (2023-02-21)
10
+ ------------------
11
+
12
+ * Feature - S3 data sources now accept a custom IAM role.
13
+
4
14
  1.75.0 (2023-02-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.77.0
@@ -1272,6 +1272,7 @@ module Aws::QuickSight
1272
1272
  # bucket: "S3Bucket", # required
1273
1273
  # key: "S3Key", # required
1274
1274
  # },
1275
+ # role_arn: "RoleArn",
1275
1276
  # },
1276
1277
  # service_now_parameters: {
1277
1278
  # site_base_url: "SiteBaseUrl", # required
@@ -1381,6 +1382,7 @@ module Aws::QuickSight
1381
1382
  # bucket: "S3Bucket", # required
1382
1383
  # key: "S3Key", # required
1383
1384
  # },
1385
+ # role_arn: "RoleArn",
1384
1386
  # },
1385
1387
  # service_now_parameters: {
1386
1388
  # site_base_url: "SiteBaseUrl", # required
@@ -2943,9 +2945,8 @@ module Aws::QuickSight
2943
2945
  end
2944
2946
 
2945
2947
  # Deletes the Amazon QuickSight user that is associated with the
2946
- # identity of the Identity and Access Management (IAM) user or role
2947
- # that's making the call. The IAM user isn't deleted as a result of
2948
- # this call.
2948
+ # identity of the IAM user or role that's making the call. The IAM user
2949
+ # isn't deleted as a result of this call.
2949
2950
  #
2950
2951
  # @option params [required, String] :user_name
2951
2952
  # The name of the user that you want to delete.
@@ -3781,6 +3782,7 @@ module Aws::QuickSight
3781
3782
  # resp.data_source.data_source_parameters.redshift_parameters.cluster_id #=> String
3782
3783
  # resp.data_source.data_source_parameters.s3_parameters.manifest_file_location.bucket #=> String
3783
3784
  # resp.data_source.data_source_parameters.s3_parameters.manifest_file_location.key #=> String
3785
+ # resp.data_source.data_source_parameters.s3_parameters.role_arn #=> String
3784
3786
  # resp.data_source.data_source_parameters.service_now_parameters.site_base_url #=> String
3785
3787
  # resp.data_source.data_source_parameters.snowflake_parameters.host #=> String
3786
3788
  # resp.data_source.data_source_parameters.snowflake_parameters.database #=> String
@@ -3836,6 +3838,7 @@ module Aws::QuickSight
3836
3838
  # resp.data_source.alternate_data_source_parameters[0].redshift_parameters.cluster_id #=> String
3837
3839
  # resp.data_source.alternate_data_source_parameters[0].s3_parameters.manifest_file_location.bucket #=> String
3838
3840
  # resp.data_source.alternate_data_source_parameters[0].s3_parameters.manifest_file_location.key #=> String
3841
+ # resp.data_source.alternate_data_source_parameters[0].s3_parameters.role_arn #=> String
3839
3842
  # resp.data_source.alternate_data_source_parameters[0].service_now_parameters.site_base_url #=> String
3840
3843
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.host #=> String
3841
3844
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.database #=> String
@@ -4999,9 +5002,19 @@ module Aws::QuickSight
4999
5002
  # experience_configuration: { # required
5000
5003
  # dashboard: {
5001
5004
  # initial_dashboard_id: "ShortRestrictiveResourceId", # required
5005
+ # feature_configurations: {
5006
+ # state_persistence: {
5007
+ # enabled: false, # required
5008
+ # },
5009
+ # },
5002
5010
  # },
5003
5011
  # quick_sight_console: {
5004
5012
  # initial_path: "EntryPath",
5013
+ # feature_configurations: {
5014
+ # state_persistence: {
5015
+ # enabled: false, # required
5016
+ # },
5017
+ # },
5005
5018
  # },
5006
5019
  # q_search_bar: {
5007
5020
  # initial_topic_id: "RestrictiveResourceId",
@@ -5223,9 +5236,9 @@ module Aws::QuickSight
5223
5236
  #
5224
5237
  # 2. Invited nonfederated users
5225
5238
  #
5226
- # 3. Identity and Access Management (IAM) users and IAM role-based
5227
- # sessions authenticated through Federated Single Sign-On using
5228
- # SAML, OpenID Connect, or IAM federation
5239
+ # 3. IAM users and IAM role-based sessions authenticated through
5240
+ # Federated Single Sign-On using SAML, OpenID Connect, or IAM
5241
+ # federation
5229
5242
  #
5230
5243
  # Omit this parameter for users in the third group, IAM users and IAM
5231
5244
  # role-based sessions.
@@ -5557,6 +5570,7 @@ module Aws::QuickSight
5557
5570
  # resp.data_sources[0].data_source_parameters.redshift_parameters.cluster_id #=> String
5558
5571
  # resp.data_sources[0].data_source_parameters.s3_parameters.manifest_file_location.bucket #=> String
5559
5572
  # resp.data_sources[0].data_source_parameters.s3_parameters.manifest_file_location.key #=> String
5573
+ # resp.data_sources[0].data_source_parameters.s3_parameters.role_arn #=> String
5560
5574
  # resp.data_sources[0].data_source_parameters.service_now_parameters.site_base_url #=> String
5561
5575
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.host #=> String
5562
5576
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.database #=> String
@@ -5612,6 +5626,7 @@ module Aws::QuickSight
5612
5626
  # resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.cluster_id #=> String
5613
5627
  # resp.data_sources[0].alternate_data_source_parameters[0].s3_parameters.manifest_file_location.bucket #=> String
5614
5628
  # resp.data_sources[0].alternate_data_source_parameters[0].s3_parameters.manifest_file_location.key #=> String
5629
+ # resp.data_sources[0].alternate_data_source_parameters[0].s3_parameters.role_arn #=> String
5615
5630
  # resp.data_sources[0].alternate_data_source_parameters[0].service_now_parameters.site_base_url #=> String
5616
5631
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.host #=> String
5617
5632
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.database #=> String
@@ -7355,9 +7370,9 @@ module Aws::QuickSight
7355
7370
  #
7356
7371
  # @option params [required, String] :default_namespace
7357
7372
  # The default namespace for this Amazon Web Services account. Currently,
7358
- # the default is `default`. Identity and Access Management (IAM) users
7359
- # that register for the first time with Amazon QuickSight provide an
7360
- # email address that becomes associated with the default namespace.
7373
+ # the default is `default`. IAM users that register for the first time
7374
+ # with Amazon QuickSight provide an email address that becomes
7375
+ # associated with the default namespace.
7361
7376
  #
7362
7377
  # @option params [String] :notification_email
7363
7378
  # The email address that you want Amazon QuickSight to send
@@ -8155,6 +8170,7 @@ module Aws::QuickSight
8155
8170
  # bucket: "S3Bucket", # required
8156
8171
  # key: "S3Key", # required
8157
8172
  # },
8173
+ # role_arn: "RoleArn",
8158
8174
  # },
8159
8175
  # service_now_parameters: {
8160
8176
  # site_base_url: "SiteBaseUrl", # required
@@ -8264,6 +8280,7 @@ module Aws::QuickSight
8264
8280
  # bucket: "S3Bucket", # required
8265
8281
  # key: "S3Key", # required
8266
8282
  # },
8283
+ # role_arn: "RoleArn",
8267
8284
  # },
8268
8285
  # service_now_parameters: {
8269
8286
  # site_base_url: "SiteBaseUrl", # required
@@ -9314,7 +9331,7 @@ module Aws::QuickSight
9314
9331
  params: params,
9315
9332
  config: config)
9316
9333
  context[:gem_name] = 'aws-sdk-quicksight'
9317
- context[:gem_version] = '1.75.0'
9334
+ context[:gem_version] = '1.77.0'
9318
9335
  Seahorse::Client::Request.new(handlers, context)
9319
9336
  end
9320
9337
 
@@ -957,7 +957,9 @@ module Aws::QuickSight
957
957
  ReferenceLineValueLabelRelativePosition = Shapes::StringShape.new(name: 'ReferenceLineValueLabelRelativePosition')
958
958
  RegisterUserRequest = Shapes::StructureShape.new(name: 'RegisterUserRequest')
959
959
  RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
960
+ RegisteredUserConsoleFeatureConfigurations = Shapes::StructureShape.new(name: 'RegisteredUserConsoleFeatureConfigurations')
960
961
  RegisteredUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardEmbeddingConfiguration')
962
+ RegisteredUserDashboardFeatureConfigurations = Shapes::StructureShape.new(name: 'RegisteredUserDashboardFeatureConfigurations')
961
963
  RegisteredUserDashboardVisualEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardVisualEmbeddingConfiguration')
962
964
  RegisteredUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserEmbeddingExperienceConfiguration')
963
965
  RegisteredUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQSearchBarEmbeddingConfiguration')
@@ -1110,6 +1112,7 @@ module Aws::QuickSight
1110
1112
  SqlQuery = Shapes::StringShape.new(name: 'SqlQuery')
1111
1113
  SqlServerParameters = Shapes::StructureShape.new(name: 'SqlServerParameters')
1112
1114
  SslProperties = Shapes::StructureShape.new(name: 'SslProperties')
1115
+ StatePersistenceConfigurations = Shapes::StructureShape.new(name: 'StatePersistenceConfigurations')
1113
1116
  Status = Shapes::StringShape.new(name: 'Status')
1114
1117
  StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
1115
1118
  String = Shapes::StringShape.new(name: 'String')
@@ -4871,6 +4874,7 @@ module Aws::QuickSight
4871
4874
  PivotTableOptions.add_member(:cell_style, Shapes::ShapeRef.new(shape: TableCellStyle, location_name: "CellStyle"))
4872
4875
  PivotTableOptions.add_member(:row_field_names_style, Shapes::ShapeRef.new(shape: TableCellStyle, location_name: "RowFieldNamesStyle"))
4873
4876
  PivotTableOptions.add_member(:row_alternate_color_options, Shapes::ShapeRef.new(shape: RowAlternateColorOptions, location_name: "RowAlternateColorOptions"))
4877
+ PivotTableOptions.add_member(:collapsed_row_dimensions_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "CollapsedRowDimensionsVisibility"))
4874
4878
  PivotTableOptions.struct_class = Types::PivotTableOptions
4875
4879
 
4876
4880
  PivotTablePaginatedReportOptions.add_member(:vertical_overflow_visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "VerticalOverflowVisibility"))
@@ -5070,9 +5074,16 @@ module Aws::QuickSight
5070
5074
  RegisterUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
5071
5075
  RegisterUserResponse.struct_class = Types::RegisterUserResponse
5072
5076
 
5077
+ RegisteredUserConsoleFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
5078
+ RegisteredUserConsoleFeatureConfigurations.struct_class = Types::RegisteredUserConsoleFeatureConfigurations
5079
+
5073
5080
  RegisteredUserDashboardEmbeddingConfiguration.add_member(:initial_dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "InitialDashboardId"))
5081
+ RegisteredUserDashboardEmbeddingConfiguration.add_member(:feature_configurations, Shapes::ShapeRef.new(shape: RegisteredUserDashboardFeatureConfigurations, location_name: "FeatureConfigurations"))
5074
5082
  RegisteredUserDashboardEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardEmbeddingConfiguration
5075
5083
 
5084
+ RegisteredUserDashboardFeatureConfigurations.add_member(:state_persistence, Shapes::ShapeRef.new(shape: StatePersistenceConfigurations, location_name: "StatePersistence"))
5085
+ RegisteredUserDashboardFeatureConfigurations.struct_class = Types::RegisteredUserDashboardFeatureConfigurations
5086
+
5076
5087
  RegisteredUserDashboardVisualEmbeddingConfiguration.add_member(:initial_dashboard_visual_id, Shapes::ShapeRef.new(shape: DashboardVisualId, required: true, location_name: "InitialDashboardVisualId"))
5077
5088
  RegisteredUserDashboardVisualEmbeddingConfiguration.struct_class = Types::RegisteredUserDashboardVisualEmbeddingConfiguration
5078
5089
 
@@ -5086,6 +5097,7 @@ module Aws::QuickSight
5086
5097
  RegisteredUserQSearchBarEmbeddingConfiguration.struct_class = Types::RegisteredUserQSearchBarEmbeddingConfiguration
5087
5098
 
5088
5099
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:initial_path, Shapes::ShapeRef.new(shape: EntryPath, location_name: "InitialPath"))
5100
+ RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:feature_configurations, Shapes::ShapeRef.new(shape: RegisteredUserConsoleFeatureConfigurations, location_name: "FeatureConfigurations"))
5089
5101
  RegisteredUserQuickSightConsoleEmbeddingConfiguration.struct_class = Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration
5090
5102
 
5091
5103
  RelationalTable.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
@@ -5183,6 +5195,7 @@ module Aws::QuickSight
5183
5195
  RowSortList.member = Shapes::ShapeRef.new(shape: FieldSortOptions)
5184
5196
 
5185
5197
  S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
5198
+ S3Parameters.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
5186
5199
  S3Parameters.struct_class = Types::S3Parameters
5187
5200
 
5188
5201
  S3Source.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
@@ -5508,6 +5521,9 @@ module Aws::QuickSight
5508
5521
  SslProperties.add_member(:disable_ssl, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableSsl"))
5509
5522
  SslProperties.struct_class = Types::SslProperties
5510
5523
 
5524
+ StatePersistenceConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
5525
+ StatePersistenceConfigurations.struct_class = Types::StatePersistenceConfigurations
5526
+
5511
5527
  StringDefaultValueList.member = Shapes::ShapeRef.new(shape: SensitiveStringObject)
5512
5528
 
5513
5529
  StringDefaultValues.add_member(:dynamic_value, Shapes::ShapeRef.new(shape: DynamicDefaultValue, location_name: "DynamicValue"))
@@ -50,9 +50,6 @@ module Aws::QuickSight
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?
@@ -14,36 +14,39 @@ module Aws::QuickSight
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint)
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://quicksight-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://quicksight-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://quicksight.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://quicksight-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://quicksight-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://quicksight.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://quicksight.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://quicksight.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -14,7 +14,7 @@ module Aws::QuickSight
14
14
  # couldn't be validated. You might not be authorized to carry out the
15
15
  # request. Make sure that your account is authorized to use the Amazon
16
16
  # QuickSight service, that your policies have the correct permissions,
17
- # and that you are using the correct access keys.
17
+ # and that you are using the correct credentials.
18
18
  #
19
19
  # @!attribute [rw] message
20
20
  # @return [String]
@@ -442,6 +442,7 @@ module Aws::QuickSight
442
442
  # @return [String]
443
443
  #
444
444
  # @!attribute [rw] violated_entities
445
+ # Lists the violated entities that caused the analysis error
445
446
  # @return [Array<Types::Entity>]
446
447
  #
447
448
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/AnalysisError AWS API Documentation
@@ -12209,9 +12210,9 @@ module Aws::QuickSight
12209
12210
  #
12210
12211
  # 2. Invited nonfederated users
12211
12212
  #
12212
- # 3. Identity and Access Management (IAM) users and IAM role-based
12213
- # sessions authenticated through Federated Single Sign-On using
12214
- # SAML, OpenID Connect, or IAM federation
12213
+ # 3. IAM users and IAM role-based sessions authenticated through
12214
+ # Federated Single Sign-On using SAML, OpenID Connect, or IAM
12215
+ # federation
12215
12216
  #
12216
12217
  # Omit this parameter for users in the third group, IAM users and IAM
12217
12218
  # role-based sessions.
@@ -17477,6 +17478,13 @@ module Aws::QuickSight
17477
17478
  # colors).
17478
17479
  # @return [Types::RowAlternateColorOptions]
17479
17480
  #
17481
+ # @!attribute [rw] collapsed_row_dimensions_visibility
17482
+ # The visibility setting of a pivot table's collapsed row dimension
17483
+ # fields. If the value of this structure is `HIDDEN`, all collapsed
17484
+ # columns in a pivot table are automatically hidden. The default value
17485
+ # is `VISIBLE`.
17486
+ # @return [String]
17487
+ #
17480
17488
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/PivotTableOptions AWS API Documentation
17481
17489
  #
17482
17490
  class PivotTableOptions < Struct.new(
@@ -17488,7 +17496,8 @@ module Aws::QuickSight
17488
17496
  :row_header_style,
17489
17497
  :cell_style,
17490
17498
  :row_field_names_style,
17491
- :row_alternate_color_options)
17499
+ :row_alternate_color_options,
17500
+ :collapsed_row_dimensions_visibility)
17492
17501
  SENSITIVE = []
17493
17502
  include Aws::Structure
17494
17503
  end
@@ -18517,6 +18526,21 @@ module Aws::QuickSight
18517
18526
  include Aws::Structure
18518
18527
  end
18519
18528
 
18529
+ # The feature configurations of an embedded Amazon QuickSight console.
18530
+ #
18531
+ # @!attribute [rw] state_persistence
18532
+ # The state persistence configurations of an embedded Amazon
18533
+ # QuickSight console.
18534
+ # @return [Types::StatePersistenceConfigurations]
18535
+ #
18536
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserConsoleFeatureConfigurations AWS API Documentation
18537
+ #
18538
+ class RegisteredUserConsoleFeatureConfigurations < Struct.new(
18539
+ :state_persistence)
18540
+ SENSITIVE = []
18541
+ include Aws::Structure
18542
+ end
18543
+
18520
18544
  # Information about the dashboard you want to embed.
18521
18545
  #
18522
18546
  # @!attribute [rw] initial_dashboard_id
@@ -18529,10 +18553,30 @@ module Aws::QuickSight
18529
18553
  # see a permissions error message.
18530
18554
  # @return [String]
18531
18555
  #
18556
+ # @!attribute [rw] feature_configurations
18557
+ # The feature configurations of an embbedded Amazon QuickSight
18558
+ # dashboard.
18559
+ # @return [Types::RegisteredUserDashboardFeatureConfigurations]
18560
+ #
18532
18561
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserDashboardEmbeddingConfiguration AWS API Documentation
18533
18562
  #
18534
18563
  class RegisteredUserDashboardEmbeddingConfiguration < Struct.new(
18535
- :initial_dashboard_id)
18564
+ :initial_dashboard_id,
18565
+ :feature_configurations)
18566
+ SENSITIVE = []
18567
+ include Aws::Structure
18568
+ end
18569
+
18570
+ # The feature configuration for an embedded dashboard.
18571
+ #
18572
+ # @!attribute [rw] state_persistence
18573
+ # The state persistence settings of an embedded dashboard.
18574
+ # @return [Types::StatePersistenceConfigurations]
18575
+ #
18576
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserDashboardFeatureConfigurations AWS API Documentation
18577
+ #
18578
+ class RegisteredUserDashboardFeatureConfigurations < Struct.new(
18579
+ :state_persistence)
18536
18580
  SENSITIVE = []
18537
18581
  include Aws::Structure
18538
18582
  end
@@ -18681,10 +18725,16 @@ module Aws::QuickSight
18681
18725
  # Amazon QuickSight console URL of the analysis.
18682
18726
  # @return [String]
18683
18727
  #
18728
+ # @!attribute [rw] feature_configurations
18729
+ # The embedding configuration of an embedded Amazon QuickSight
18730
+ # console.
18731
+ # @return [Types::RegisteredUserConsoleFeatureConfigurations]
18732
+ #
18684
18733
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserQuickSightConsoleEmbeddingConfiguration AWS API Documentation
18685
18734
  #
18686
18735
  class RegisteredUserQuickSightConsoleEmbeddingConfiguration < Struct.new(
18687
- :initial_path)
18736
+ :initial_path,
18737
+ :feature_configurations)
18688
18738
  SENSITIVE = []
18689
18739
  include Aws::Structure
18690
18740
  end
@@ -19166,10 +19216,21 @@ module Aws::QuickSight
19166
19216
  # manifest file was uploaded into Amazon QuickSight.
19167
19217
  # @return [Types::ManifestFileLocation]
19168
19218
  #
19219
+ # @!attribute [rw] role_arn
19220
+ # Use the `RoleArn` structure to override an account-wide role for a
19221
+ # specific S3 data source. For example, say an account administrator
19222
+ # has turned off all S3 access with an account-wide role. The
19223
+ # administrator can then use `RoleArn` to bypass the account-wide role
19224
+ # and allow S3 access for the single S3 data source that is specified
19225
+ # in the structure, even if the account-wide role forbidding S3 access
19226
+ # is still active.
19227
+ # @return [String]
19228
+ #
19169
19229
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/S3Parameters AWS API Documentation
19170
19230
  #
19171
19231
  class S3Parameters < Struct.new(
19172
- :manifest_file_location)
19232
+ :manifest_file_location,
19233
+ :role_arn)
19173
19234
  SENSITIVE = []
19174
19235
  include Aws::Structure
19175
19236
  end
@@ -20732,6 +20793,21 @@ module Aws::QuickSight
20732
20793
  include Aws::Structure
20733
20794
  end
20734
20795
 
20796
+ # The state perssitence configuration of an embedded dashboard.
20797
+ #
20798
+ # @!attribute [rw] enabled
20799
+ # Determines if a Amazon QuickSight dashboard's state persistence
20800
+ # settings are turned on or off.
20801
+ # @return [Boolean]
20802
+ #
20803
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StatePersistenceConfigurations AWS API Documentation
20804
+ #
20805
+ class StatePersistenceConfigurations < Struct.new(
20806
+ :enabled)
20807
+ SENSITIVE = []
20808
+ include Aws::Structure
20809
+ end
20810
+
20735
20811
  # The default values of the `StringParameterDeclaration`.
20736
20812
  #
20737
20813
  # @!attribute [rw] dynamic_value
@@ -23406,10 +23482,9 @@ module Aws::QuickSight
23406
23482
  #
23407
23483
  # @!attribute [rw] default_namespace
23408
23484
  # The default namespace for this Amazon Web Services account.
23409
- # Currently, the default is `default`. Identity and Access Management
23410
- # (IAM) users that register for the first time with Amazon QuickSight
23411
- # provide an email address that becomes associated with the default
23412
- # namespace.
23485
+ # Currently, the default is `default`. IAM users that register for the
23486
+ # first time with Amazon QuickSight provide an email address that
23487
+ # becomes associated with the default namespace.
23413
23488
  # @return [String]
23414
23489
  #
23415
23490
  # @!attribute [rw] notification_email
@@ -25135,7 +25210,7 @@ module Aws::QuickSight
25135
25210
  #
25136
25211
  # @!attribute [rw] active
25137
25212
  # The active status of user. When you create an Amazon QuickSight user
25138
- # thats not an IAM user or an Active Directory user, that user is
25213
+ # that's not an IAM user or an Active Directory user, that user is
25139
25214
  # inactive until they sign in and provide a password.
25140
25215
  # @return [Boolean]
25141
25216
  #
@@ -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.75.0'
55
+ GEM_VERSION = '1.77.0'
56
56
 
57
57
  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.75.0
4
+ version: 1.77.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: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core