aws-sdk-quicksight 1.144.0 → 1.145.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: 404a8faa163248e90fd81da967f097f0a0261f1f962d9b9a1e44fdc4e7eedbfe
4
- data.tar.gz: 14858de096244568fe95c702d33337ccc3a7300dac92e80124613f702c9d7efb
3
+ metadata.gz: 4caff1f145f5ae379c1cab755f703bf8307ffea58abdf7386b811a691655ec5e
4
+ data.tar.gz: fdaeb7099a30b8055a22a8602bc0cc6640b99cc96e2edf5d5d3cb40ba3501d13
5
5
  SHA512:
6
- metadata.gz: 7d3e07998dfe18086bf67014d52215aa30ef289db58498d28957885765b6cc1644b6aa99c07ec044aca585a1cf1076ec43c4b798cfb6a50680cc52b63b4133c9
7
- data.tar.gz: 72cbab56d9f6b1cd5e7cb3f02c1c5f0585621c74f447735a068419c330414f7d14f9341840afdc6af374d37ef45caf3342e9f17a869feb4d5e5f739c5c7b8310
6
+ metadata.gz: f6b99149823b11c3ceb31fd12517c4ae9a36b3bb209e8d34a911e278befc108a3bfaf601db7a9a0e03951582051bf53efa989d4a72cd931ff25579e55674336f
7
+ data.tar.gz: 387b9a9474a74aebcf4c45200019e605d8290f030d210f0d91d416e3501f317ec82ce37c3aae7b710d68382e53ebcc903f9dcc67e58231db193129446b9d053c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2025-03-28)
5
+ ------------------
6
+
7
+ * Feature - RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source.
8
+
4
9
  1.144.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.145.0
@@ -2279,6 +2279,10 @@ module Aws::QuickSight
2279
2279
  # The configuration for the performance optimization of the dataset that
2280
2280
  # contains a `UniqueKey` configuration.
2281
2281
  #
2282
+ # @option params [String] :use_as
2283
+ # The usage of the dataset. `RLS_RULES` must be specified for RLS
2284
+ # permission datasets.
2285
+ #
2282
2286
  # @return [Types::CreateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2283
2287
  #
2284
2288
  # * {Types::CreateDataSetResponse#arn #arn} => String
@@ -2519,6 +2523,7 @@ module Aws::QuickSight
2519
2523
  # },
2520
2524
  # ],
2521
2525
  # },
2526
+ # use_as: "RLS_RULES", # accepts RLS_RULES
2522
2527
  # })
2523
2528
  #
2524
2529
  # @example Response structure
@@ -2638,6 +2643,7 @@ module Aws::QuickSight
2638
2643
  # host: "Host", # required
2639
2644
  # port: 1, # required
2640
2645
  # database: "Database", # required
2646
+ # use_service_name: false,
2641
2647
  # },
2642
2648
  # postgre_sql_parameters: {
2643
2649
  # host: "Host", # required
@@ -2792,6 +2798,7 @@ module Aws::QuickSight
2792
2798
  # host: "Host", # required
2793
2799
  # port: 1, # required
2794
2800
  # database: "Database", # required
2801
+ # use_service_name: false,
2795
2802
  # },
2796
2803
  # postgre_sql_parameters: {
2797
2804
  # host: "Host", # required
@@ -3331,7 +3338,7 @@ module Aws::QuickSight
3331
3338
  # subscribed to Amazon QuickSight. The namespace must be unique within
3332
3339
  # the Amazon Web Services account. By default, there is a limit of 100
3333
3340
  # namespaces per Amazon Web Services account. To increase your limit,
3334
- # create a ticket with Amazon Web Services Support.
3341
+ # create a ticket with Amazon Web ServicesSupport.
3335
3342
  #
3336
3343
  # @option params [required, String] :aws_account_id
3337
3344
  # The ID for the Amazon Web Services account that you want to create the
@@ -6000,7 +6007,7 @@ module Aws::QuickSight
6000
6007
  # resp.cloud_formation_override_property_configuration.data_sets #=> Array
6001
6008
  # resp.cloud_formation_override_property_configuration.data_sets[0].arn #=> String
6002
6009
  # resp.cloud_formation_override_property_configuration.data_sets[0].properties #=> Array
6003
- # resp.cloud_formation_override_property_configuration.data_sets[0].properties[0] #=> String, one of "Name"
6010
+ # resp.cloud_formation_override_property_configuration.data_sets[0].properties[0] #=> String, one of "Name", "RefreshFailureEmailAlertStatus"
6004
6011
  # resp.cloud_formation_override_property_configuration.themes #=> Array
6005
6012
  # resp.cloud_formation_override_property_configuration.themes[0].arn #=> String
6006
6013
  # resp.cloud_formation_override_property_configuration.themes[0].properties #=> Array
@@ -6132,6 +6139,7 @@ module Aws::QuickSight
6132
6139
  # resp.override_parameters.data_sources[0].data_source_parameters.oracle_parameters.host #=> String
6133
6140
  # resp.override_parameters.data_sources[0].data_source_parameters.oracle_parameters.port #=> Integer
6134
6141
  # resp.override_parameters.data_sources[0].data_source_parameters.oracle_parameters.database #=> String
6142
+ # resp.override_parameters.data_sources[0].data_source_parameters.oracle_parameters.use_service_name #=> Boolean
6135
6143
  # resp.override_parameters.data_sources[0].data_source_parameters.postgre_sql_parameters.host #=> String
6136
6144
  # resp.override_parameters.data_sources[0].data_source_parameters.postgre_sql_parameters.port #=> Integer
6137
6145
  # resp.override_parameters.data_sources[0].data_source_parameters.postgre_sql_parameters.database #=> String
@@ -6202,6 +6210,10 @@ module Aws::QuickSight
6202
6210
  # resp.override_parameters.data_sets #=> Array
6203
6211
  # resp.override_parameters.data_sets[0].data_set_id #=> String
6204
6212
  # resp.override_parameters.data_sets[0].name #=> String
6213
+ # resp.override_parameters.data_sets[0].data_set_refresh_properties.refresh_configuration.incremental_refresh.lookback_window.column_name #=> String
6214
+ # resp.override_parameters.data_sets[0].data_set_refresh_properties.refresh_configuration.incremental_refresh.lookback_window.size #=> Integer
6215
+ # resp.override_parameters.data_sets[0].data_set_refresh_properties.refresh_configuration.incremental_refresh.lookback_window.size_unit #=> String, one of "HOUR", "DAY", "WEEK"
6216
+ # resp.override_parameters.data_sets[0].data_set_refresh_properties.failure_configuration.email_alert.alert_status #=> String, one of "ENABLED", "DISABLED"
6205
6217
  # resp.override_parameters.themes #=> Array
6206
6218
  # resp.override_parameters.themes[0].theme_id #=> String
6207
6219
  # resp.override_parameters.themes[0].name #=> String
@@ -7161,6 +7173,7 @@ module Aws::QuickSight
7161
7173
  # resp.data_set.performance_configuration.unique_keys #=> Array
7162
7174
  # resp.data_set.performance_configuration.unique_keys[0].column_names #=> Array
7163
7175
  # resp.data_set.performance_configuration.unique_keys[0].column_names[0] #=> String
7176
+ # resp.data_set.use_as #=> String, one of "RLS_RULES"
7164
7177
  # resp.request_id #=> String
7165
7178
  # resp.status #=> Integer
7166
7179
  #
@@ -7248,6 +7261,7 @@ module Aws::QuickSight
7248
7261
  # resp.data_set_refresh_properties.refresh_configuration.incremental_refresh.lookback_window.column_name #=> String
7249
7262
  # resp.data_set_refresh_properties.refresh_configuration.incremental_refresh.lookback_window.size #=> Integer
7250
7263
  # resp.data_set_refresh_properties.refresh_configuration.incremental_refresh.lookback_window.size_unit #=> String, one of "HOUR", "DAY", "WEEK"
7264
+ # resp.data_set_refresh_properties.failure_configuration.email_alert.alert_status #=> String, one of "ENABLED", "DISABLED"
7251
7265
  #
7252
7266
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetRefreshProperties AWS API Documentation
7253
7267
  #
@@ -7309,6 +7323,7 @@ module Aws::QuickSight
7309
7323
  # resp.data_source.data_source_parameters.oracle_parameters.host #=> String
7310
7324
  # resp.data_source.data_source_parameters.oracle_parameters.port #=> Integer
7311
7325
  # resp.data_source.data_source_parameters.oracle_parameters.database #=> String
7326
+ # resp.data_source.data_source_parameters.oracle_parameters.use_service_name #=> Boolean
7312
7327
  # resp.data_source.data_source_parameters.postgre_sql_parameters.host #=> String
7313
7328
  # resp.data_source.data_source_parameters.postgre_sql_parameters.port #=> Integer
7314
7329
  # resp.data_source.data_source_parameters.postgre_sql_parameters.database #=> String
@@ -7392,6 +7407,7 @@ module Aws::QuickSight
7392
7407
  # resp.data_source.alternate_data_source_parameters[0].oracle_parameters.host #=> String
7393
7408
  # resp.data_source.alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
7394
7409
  # resp.data_source.alternate_data_source_parameters[0].oracle_parameters.database #=> String
7410
+ # resp.data_source.alternate_data_source_parameters[0].oracle_parameters.use_service_name #=> Boolean
7395
7411
  # resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
7396
7412
  # resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
7397
7413
  # resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
@@ -9336,6 +9352,20 @@ module Aws::QuickSight
9336
9352
  # bookmarks: {
9337
9353
  # enabled: false, # required
9338
9354
  # },
9355
+ # amazon_q_in_quick_sight: {
9356
+ # executive_summary: {
9357
+ # enabled: false, # required
9358
+ # },
9359
+ # },
9360
+ # schedules: {
9361
+ # enabled: false, # required
9362
+ # },
9363
+ # recent_snapshots: {
9364
+ # enabled: false, # required
9365
+ # },
9366
+ # threshold_alerts: {
9367
+ # enabled: false, # required
9368
+ # },
9339
9369
  # },
9340
9370
  # },
9341
9371
  # quick_sight_console: {
@@ -9347,6 +9377,29 @@ module Aws::QuickSight
9347
9377
  # shared_view: {
9348
9378
  # enabled: false, # required
9349
9379
  # },
9380
+ # amazon_q_in_quick_sight: {
9381
+ # data_qn_a: {
9382
+ # enabled: false, # required
9383
+ # },
9384
+ # generative_authoring: {
9385
+ # enabled: false, # required
9386
+ # },
9387
+ # executive_summary: {
9388
+ # enabled: false, # required
9389
+ # },
9390
+ # data_stories: {
9391
+ # enabled: false, # required
9392
+ # },
9393
+ # },
9394
+ # schedules: {
9395
+ # enabled: false, # required
9396
+ # },
9397
+ # recent_snapshots: {
9398
+ # enabled: false, # required
9399
+ # },
9400
+ # threshold_alerts: {
9401
+ # enabled: false, # required
9402
+ # },
9350
9403
  # },
9351
9404
  # },
9352
9405
  # q_search_bar: {
@@ -9446,6 +9499,20 @@ module Aws::QuickSight
9446
9499
  # bookmarks: {
9447
9500
  # enabled: false, # required
9448
9501
  # },
9502
+ # amazon_q_in_quick_sight: {
9503
+ # executive_summary: {
9504
+ # enabled: false, # required
9505
+ # },
9506
+ # },
9507
+ # schedules: {
9508
+ # enabled: false, # required
9509
+ # },
9510
+ # recent_snapshots: {
9511
+ # enabled: false, # required
9512
+ # },
9513
+ # threshold_alerts: {
9514
+ # enabled: false, # required
9515
+ # },
9449
9516
  # },
9450
9517
  # },
9451
9518
  # quick_sight_console: {
@@ -9457,6 +9524,29 @@ module Aws::QuickSight
9457
9524
  # shared_view: {
9458
9525
  # enabled: false, # required
9459
9526
  # },
9527
+ # amazon_q_in_quick_sight: {
9528
+ # data_qn_a: {
9529
+ # enabled: false, # required
9530
+ # },
9531
+ # generative_authoring: {
9532
+ # enabled: false, # required
9533
+ # },
9534
+ # executive_summary: {
9535
+ # enabled: false, # required
9536
+ # },
9537
+ # data_stories: {
9538
+ # enabled: false, # required
9539
+ # },
9540
+ # },
9541
+ # schedules: {
9542
+ # enabled: false, # required
9543
+ # },
9544
+ # recent_snapshots: {
9545
+ # enabled: false, # required
9546
+ # },
9547
+ # threshold_alerts: {
9548
+ # enabled: false, # required
9549
+ # },
9460
9550
  # },
9461
9551
  # },
9462
9552
  # q_search_bar: {
@@ -10156,6 +10246,7 @@ module Aws::QuickSight
10156
10246
  # resp.data_set_summaries[0].row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
10157
10247
  # resp.data_set_summaries[0].row_level_permission_tag_configuration_applied #=> Boolean
10158
10248
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
10249
+ # resp.data_set_summaries[0].use_as #=> String, one of "RLS_RULES"
10159
10250
  # resp.next_token #=> String
10160
10251
  # resp.request_id #=> String
10161
10252
  # resp.status #=> Integer
@@ -10229,6 +10320,7 @@ module Aws::QuickSight
10229
10320
  # resp.data_sources[0].data_source_parameters.oracle_parameters.host #=> String
10230
10321
  # resp.data_sources[0].data_source_parameters.oracle_parameters.port #=> Integer
10231
10322
  # resp.data_sources[0].data_source_parameters.oracle_parameters.database #=> String
10323
+ # resp.data_sources[0].data_source_parameters.oracle_parameters.use_service_name #=> Boolean
10232
10324
  # resp.data_sources[0].data_source_parameters.postgre_sql_parameters.host #=> String
10233
10325
  # resp.data_sources[0].data_source_parameters.postgre_sql_parameters.port #=> Integer
10234
10326
  # resp.data_sources[0].data_source_parameters.postgre_sql_parameters.database #=> String
@@ -10312,6 +10404,7 @@ module Aws::QuickSight
10312
10404
  # resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.host #=> String
10313
10405
  # resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
10314
10406
  # resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.database #=> String
10407
+ # resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.use_service_name #=> Boolean
10315
10408
  # resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
10316
10409
  # resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
10317
10410
  # resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
@@ -12183,6 +12276,27 @@ module Aws::QuickSight
12183
12276
  # Predicts existing visuals or generates new visuals to answer a given
12184
12277
  # query.
12185
12278
  #
12279
+ # This API uses [trusted identity propagation][1] to ensure that an end
12280
+ # user is authenticated and receives the embed URL that is specific to
12281
+ # that user. The IAM Identity Center application that the user has
12282
+ # logged into needs to have [trusted Identity Propagation enabled for
12283
+ # Amazon QuickSight][2] with the scope value set to `quicksight:read`.
12284
+ # Before you use this action, make sure that you have configured the
12285
+ # relevant Amazon QuickSight resource and permissions.
12286
+ #
12287
+ # We recommend enabling the `QSearchStatus` API to unlock the full
12288
+ # potential of `PredictQnA`. When `QSearchStatus` is enabled, it first
12289
+ # checks the specified dashboard for any existing visuals that match the
12290
+ # question. If no matching visuals are found, `PredictQnA` uses
12291
+ # generative Q&A to provide an answer. To update the
12292
+ # `QSearchStatus`, see [UpdateQuickSightQSearchConfiguration][3].
12293
+ #
12294
+ #
12295
+ #
12296
+ # [1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html
12297
+ # [2]: https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html
12298
+ # [3]: https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateQuickSightQSearchConfiguration.html
12299
+ #
12186
12300
  # @option params [required, String] :aws_account_id
12187
12301
  # The ID of the Amazon Web Services account that the user wants to
12188
12302
  # execute Predict QA results in.
@@ -12287,7 +12401,7 @@ module Aws::QuickSight
12287
12401
  # aws_account_id: "AwsAccountId", # required
12288
12402
  # data_set_id: "ResourceId", # required
12289
12403
  # data_set_refresh_properties: { # required
12290
- # refresh_configuration: { # required
12404
+ # refresh_configuration: {
12291
12405
  # incremental_refresh: { # required
12292
12406
  # lookback_window: { # required
12293
12407
  # column_name: "String", # required
@@ -12296,6 +12410,11 @@ module Aws::QuickSight
12296
12410
  # },
12297
12411
  # },
12298
12412
  # },
12413
+ # failure_configuration: {
12414
+ # email_alert: {
12415
+ # alert_status: "ENABLED", # accepts ENABLED, DISABLED
12416
+ # },
12417
+ # },
12299
12418
  # },
12300
12419
  # })
12301
12420
  #
@@ -12754,6 +12873,7 @@ module Aws::QuickSight
12754
12873
  # resp.data_set_summaries[0].row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
12755
12874
  # resp.data_set_summaries[0].row_level_permission_tag_configuration_applied #=> Boolean
12756
12875
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
12876
+ # resp.data_set_summaries[0].use_as #=> String, one of "RLS_RULES"
12757
12877
  # resp.next_token #=> String
12758
12878
  # resp.status #=> Integer
12759
12879
  # resp.request_id #=> String
@@ -13148,7 +13268,7 @@ module Aws::QuickSight
13148
13268
  # data_sets: [
13149
13269
  # {
13150
13270
  # arn: "Arn", # required
13151
- # properties: ["Name"], # required, accepts Name
13271
+ # properties: ["Name"], # required, accepts Name, RefreshFailureEmailAlertStatus
13152
13272
  # },
13153
13273
  # ],
13154
13274
  # themes: [
@@ -13333,6 +13453,7 @@ module Aws::QuickSight
13333
13453
  # host: "Host", # required
13334
13454
  # port: 1, # required
13335
13455
  # database: "Database", # required
13456
+ # use_service_name: false,
13336
13457
  # },
13337
13458
  # postgre_sql_parameters: {
13338
13459
  # host: "Host", # required
@@ -13463,6 +13584,22 @@ module Aws::QuickSight
13463
13584
  # {
13464
13585
  # data_set_id: "ResourceId", # required
13465
13586
  # name: "ResourceName",
13587
+ # data_set_refresh_properties: {
13588
+ # refresh_configuration: {
13589
+ # incremental_refresh: { # required
13590
+ # lookback_window: { # required
13591
+ # column_name: "String", # required
13592
+ # size: 1, # required
13593
+ # size_unit: "HOUR", # required, accepts HOUR, DAY, WEEK
13594
+ # },
13595
+ # },
13596
+ # },
13597
+ # failure_configuration: {
13598
+ # email_alert: {
13599
+ # alert_status: "ENABLED", # accepts ENABLED, DISABLED
13600
+ # },
13601
+ # },
13602
+ # },
13466
13603
  # },
13467
13604
  # ],
13468
13605
  # themes: [
@@ -15365,6 +15502,7 @@ module Aws::QuickSight
15365
15502
  # host: "Host", # required
15366
15503
  # port: 1, # required
15367
15504
  # database: "Database", # required
15505
+ # use_service_name: false,
15368
15506
  # },
15369
15507
  # postgre_sql_parameters: {
15370
15508
  # host: "Host", # required
@@ -15519,6 +15657,7 @@ module Aws::QuickSight
15519
15657
  # host: "Host", # required
15520
15658
  # port: 1, # required
15521
15659
  # database: "Database", # required
15660
+ # use_service_name: false,
15522
15661
  # },
15523
15662
  # postgre_sql_parameters: {
15524
15663
  # host: "Host", # required
@@ -17538,7 +17677,7 @@ module Aws::QuickSight
17538
17677
  tracer: tracer
17539
17678
  )
17540
17679
  context[:gem_name] = 'aws-sdk-quicksight'
17541
- context[:gem_version] = '1.144.0'
17680
+ context[:gem_version] = '1.145.0'
17542
17681
  Seahorse::Client::Request.new(handlers, context)
17543
17682
  end
17544
17683