aws-sdk-quicksight 1.134.0 → 1.135.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: 4d7704da6ab4d19f130f77d9db5048dcb717209afbdd089fee328bd40cc79ccd
4
- data.tar.gz: 3293f790c352dfb07ab12460fba1bb06fdfb8e46eb504e5b10bf33ae235e57bb
3
+ metadata.gz: c383f718a5b120fa874bb2a455c65d30a1e9d3129bd48531c94b75fa08363fcf
4
+ data.tar.gz: c092f3ea7a1123daa481ae99973d7e423cda0388eee4a95a48878d4919373bb3
5
5
  SHA512:
6
- metadata.gz: c19910637724ff85156ff84ede1fe171b9584c9f4b92875fea43fd0164c794c873cf9eea43e8229fc3175f36410bdf5031782199ee397baa5e0635dab52e875c
7
- data.tar.gz: 74ccdf8a7ba38585f21b33c8b78c3112df1f037729c2a8225bf4c34775b659bfe89ad91829edd9a7b66ffbc1f1fcce76d5ed8fe300b61fa8fce3f735f2275984
6
+ metadata.gz: 28e05f3f295cf7b5bf7c773546b3083f4d6093bb136ce8be03e2fc9d6609a84c00da8f5401a70de0ce9e472e836c24f1447579f86bda40573970083a18d2e20b
7
+ data.tar.gz: ceb6e630701dd886a27ad97a975fb8aea81bc49f5e1d562cdca5c0b4c93617fb85f8c236297111260b4d5d693a68a4dfa6632afda8d1f9701ed9c93205e89881
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2024-11-07)
5
+ ------------------
6
+
7
+ * Feature - Add Client Credentials based OAuth support for Snowflake and Starburst
8
+
4
9
  1.134.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -2400,6 +2400,16 @@ module Aws::QuickSight
2400
2400
  # host: "Host", # required
2401
2401
  # database: "Database", # required
2402
2402
  # warehouse: "Warehouse", # required
2403
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
2404
+ # database_access_control_role: "DatabaseAccessControlRole",
2405
+ # o_auth_parameters: {
2406
+ # token_provider_url: "TokenProviderUrl", # required
2407
+ # o_auth_scope: "OAuthScope",
2408
+ # identity_provider_vpc_connection_properties: {
2409
+ # vpc_connection_arn: "Arn", # required
2410
+ # },
2411
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
2412
+ # },
2403
2413
  # },
2404
2414
  # spark_parameters: {
2405
2415
  # host: "Host", # required
@@ -2436,6 +2446,16 @@ module Aws::QuickSight
2436
2446
  # port: 1, # required
2437
2447
  # catalog: "Catalog", # required
2438
2448
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
2449
+ # database_access_control_role: "DatabaseAccessControlRole",
2450
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
2451
+ # o_auth_parameters: {
2452
+ # token_provider_url: "TokenProviderUrl", # required
2453
+ # o_auth_scope: "OAuthScope",
2454
+ # identity_provider_vpc_connection_properties: {
2455
+ # vpc_connection_arn: "Arn", # required
2456
+ # },
2457
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
2458
+ # },
2439
2459
  # },
2440
2460
  # trino_parameters: {
2441
2461
  # host: "Host", # required
@@ -2534,6 +2554,16 @@ module Aws::QuickSight
2534
2554
  # host: "Host", # required
2535
2555
  # database: "Database", # required
2536
2556
  # warehouse: "Warehouse", # required
2557
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
2558
+ # database_access_control_role: "DatabaseAccessControlRole",
2559
+ # o_auth_parameters: {
2560
+ # token_provider_url: "TokenProviderUrl", # required
2561
+ # o_auth_scope: "OAuthScope",
2562
+ # identity_provider_vpc_connection_properties: {
2563
+ # vpc_connection_arn: "Arn", # required
2564
+ # },
2565
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
2566
+ # },
2537
2567
  # },
2538
2568
  # spark_parameters: {
2539
2569
  # host: "Host", # required
@@ -2570,6 +2600,16 @@ module Aws::QuickSight
2570
2600
  # port: 1, # required
2571
2601
  # catalog: "Catalog", # required
2572
2602
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
2603
+ # database_access_control_role: "DatabaseAccessControlRole",
2604
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
2605
+ # o_auth_parameters: {
2606
+ # token_provider_url: "TokenProviderUrl", # required
2607
+ # o_auth_scope: "OAuthScope",
2608
+ # identity_provider_vpc_connection_properties: {
2609
+ # vpc_connection_arn: "Arn", # required
2610
+ # },
2611
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
2612
+ # },
2573
2613
  # },
2574
2614
  # trino_parameters: {
2575
2615
  # host: "Host", # required
@@ -5621,6 +5661,12 @@ module Aws::QuickSight
5621
5661
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.host #=> String
5622
5662
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.database #=> String
5623
5663
  # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.warehouse #=> String
5664
+ # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
5665
+ # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.database_access_control_role #=> String
5666
+ # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.token_provider_url #=> String
5667
+ # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
5668
+ # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
5669
+ # resp.override_parameters.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
5624
5670
  # resp.override_parameters.data_sources[0].data_source_parameters.spark_parameters.host #=> String
5625
5671
  # resp.override_parameters.data_sources[0].data_source_parameters.spark_parameters.port #=> Integer
5626
5672
  # resp.override_parameters.data_sources[0].data_source_parameters.sql_server_parameters.host #=> String
@@ -5641,6 +5687,12 @@ module Aws::QuickSight
5641
5687
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.port #=> Integer
5642
5688
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
5643
5689
  # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
5690
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.database_access_control_role #=> String
5691
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
5692
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.token_provider_url #=> String
5693
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
5694
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
5695
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
5644
5696
  # resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.host #=> String
5645
5697
  # resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
5646
5698
  # resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
@@ -6444,6 +6496,12 @@ module Aws::QuickSight
6444
6496
  # resp.data_source.data_source_parameters.snowflake_parameters.host #=> String
6445
6497
  # resp.data_source.data_source_parameters.snowflake_parameters.database #=> String
6446
6498
  # resp.data_source.data_source_parameters.snowflake_parameters.warehouse #=> String
6499
+ # resp.data_source.data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
6500
+ # resp.data_source.data_source_parameters.snowflake_parameters.database_access_control_role #=> String
6501
+ # resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.token_provider_url #=> String
6502
+ # resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
6503
+ # resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
6504
+ # resp.data_source.data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
6447
6505
  # resp.data_source.data_source_parameters.spark_parameters.host #=> String
6448
6506
  # resp.data_source.data_source_parameters.spark_parameters.port #=> Integer
6449
6507
  # resp.data_source.data_source_parameters.sql_server_parameters.host #=> String
@@ -6464,6 +6522,12 @@ module Aws::QuickSight
6464
6522
  # resp.data_source.data_source_parameters.starburst_parameters.port #=> Integer
6465
6523
  # resp.data_source.data_source_parameters.starburst_parameters.catalog #=> String
6466
6524
  # resp.data_source.data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
6525
+ # resp.data_source.data_source_parameters.starburst_parameters.database_access_control_role #=> String
6526
+ # resp.data_source.data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
6527
+ # resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.token_provider_url #=> String
6528
+ # resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
6529
+ # resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
6530
+ # resp.data_source.data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
6467
6531
  # resp.data_source.data_source_parameters.trino_parameters.host #=> String
6468
6532
  # resp.data_source.data_source_parameters.trino_parameters.port #=> Integer
6469
6533
  # resp.data_source.data_source_parameters.trino_parameters.catalog #=> String
@@ -6515,6 +6579,12 @@ module Aws::QuickSight
6515
6579
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.host #=> String
6516
6580
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.database #=> String
6517
6581
  # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.warehouse #=> String
6582
+ # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
6583
+ # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.database_access_control_role #=> String
6584
+ # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.token_provider_url #=> String
6585
+ # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
6586
+ # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
6587
+ # resp.data_source.alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
6518
6588
  # resp.data_source.alternate_data_source_parameters[0].spark_parameters.host #=> String
6519
6589
  # resp.data_source.alternate_data_source_parameters[0].spark_parameters.port #=> Integer
6520
6590
  # resp.data_source.alternate_data_source_parameters[0].sql_server_parameters.host #=> String
@@ -6535,6 +6605,12 @@ module Aws::QuickSight
6535
6605
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.port #=> Integer
6536
6606
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
6537
6607
  # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
6608
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.database_access_control_role #=> String
6609
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
6610
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.token_provider_url #=> String
6611
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.o_auth_scope #=> String
6612
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
6613
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
6538
6614
  # resp.data_source.alternate_data_source_parameters[0].trino_parameters.host #=> String
6539
6615
  # resp.data_source.alternate_data_source_parameters[0].trino_parameters.port #=> Integer
6540
6616
  # resp.data_source.alternate_data_source_parameters[0].trino_parameters.catalog #=> String
@@ -9007,6 +9083,12 @@ module Aws::QuickSight
9007
9083
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.host #=> String
9008
9084
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.database #=> String
9009
9085
  # resp.data_sources[0].data_source_parameters.snowflake_parameters.warehouse #=> String
9086
+ # resp.data_sources[0].data_source_parameters.snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9087
+ # resp.data_sources[0].data_source_parameters.snowflake_parameters.database_access_control_role #=> String
9088
+ # resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.token_provider_url #=> String
9089
+ # resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
9090
+ # resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
9091
+ # resp.data_sources[0].data_source_parameters.snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
9010
9092
  # resp.data_sources[0].data_source_parameters.spark_parameters.host #=> String
9011
9093
  # resp.data_sources[0].data_source_parameters.spark_parameters.port #=> Integer
9012
9094
  # resp.data_sources[0].data_source_parameters.sql_server_parameters.host #=> String
@@ -9027,6 +9109,12 @@ module Aws::QuickSight
9027
9109
  # resp.data_sources[0].data_source_parameters.starburst_parameters.port #=> Integer
9028
9110
  # resp.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
9029
9111
  # resp.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
9112
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.database_access_control_role #=> String
9113
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9114
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.token_provider_url #=> String
9115
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.o_auth_scope #=> String
9116
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
9117
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
9030
9118
  # resp.data_sources[0].data_source_parameters.trino_parameters.host #=> String
9031
9119
  # resp.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
9032
9120
  # resp.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
@@ -9078,6 +9166,12 @@ module Aws::QuickSight
9078
9166
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.host #=> String
9079
9167
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.database #=> String
9080
9168
  # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.warehouse #=> String
9169
+ # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9170
+ # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.database_access_control_role #=> String
9171
+ # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.token_provider_url #=> String
9172
+ # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.o_auth_scope #=> String
9173
+ # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
9174
+ # resp.data_sources[0].alternate_data_source_parameters[0].snowflake_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
9081
9175
  # resp.data_sources[0].alternate_data_source_parameters[0].spark_parameters.host #=> String
9082
9176
  # resp.data_sources[0].alternate_data_source_parameters[0].spark_parameters.port #=> Integer
9083
9177
  # resp.data_sources[0].alternate_data_source_parameters[0].sql_server_parameters.host #=> String
@@ -9098,6 +9192,12 @@ module Aws::QuickSight
9098
9192
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.port #=> Integer
9099
9193
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
9100
9194
  # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
9195
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.database_access_control_role #=> String
9196
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.authentication_type #=> String, one of "PASSWORD", "TOKEN", "X509"
9197
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.token_provider_url #=> String
9198
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.o_auth_scope #=> String
9199
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_vpc_connection_properties.vpc_connection_arn #=> String
9200
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.o_auth_parameters.identity_provider_resource_uri #=> String
9101
9201
  # resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.host #=> String
9102
9202
  # resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.port #=> Integer
9103
9203
  # resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.catalog #=> String
@@ -11959,6 +12059,16 @@ module Aws::QuickSight
11959
12059
  # host: "Host", # required
11960
12060
  # database: "Database", # required
11961
12061
  # warehouse: "Warehouse", # required
12062
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
12063
+ # database_access_control_role: "DatabaseAccessControlRole",
12064
+ # o_auth_parameters: {
12065
+ # token_provider_url: "TokenProviderUrl", # required
12066
+ # o_auth_scope: "OAuthScope",
12067
+ # identity_provider_vpc_connection_properties: {
12068
+ # vpc_connection_arn: "Arn", # required
12069
+ # },
12070
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
12071
+ # },
11962
12072
  # },
11963
12073
  # spark_parameters: {
11964
12074
  # host: "Host", # required
@@ -11995,6 +12105,16 @@ module Aws::QuickSight
11995
12105
  # port: 1, # required
11996
12106
  # catalog: "Catalog", # required
11997
12107
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
12108
+ # database_access_control_role: "DatabaseAccessControlRole",
12109
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
12110
+ # o_auth_parameters: {
12111
+ # token_provider_url: "TokenProviderUrl", # required
12112
+ # o_auth_scope: "OAuthScope",
12113
+ # identity_provider_vpc_connection_properties: {
12114
+ # vpc_connection_arn: "Arn", # required
12115
+ # },
12116
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
12117
+ # },
11998
12118
  # },
11999
12119
  # trino_parameters: {
12000
12120
  # host: "Host", # required
@@ -13583,6 +13703,16 @@ module Aws::QuickSight
13583
13703
  # host: "Host", # required
13584
13704
  # database: "Database", # required
13585
13705
  # warehouse: "Warehouse", # required
13706
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
13707
+ # database_access_control_role: "DatabaseAccessControlRole",
13708
+ # o_auth_parameters: {
13709
+ # token_provider_url: "TokenProviderUrl", # required
13710
+ # o_auth_scope: "OAuthScope",
13711
+ # identity_provider_vpc_connection_properties: {
13712
+ # vpc_connection_arn: "Arn", # required
13713
+ # },
13714
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
13715
+ # },
13586
13716
  # },
13587
13717
  # spark_parameters: {
13588
13718
  # host: "Host", # required
@@ -13619,6 +13749,16 @@ module Aws::QuickSight
13619
13749
  # port: 1, # required
13620
13750
  # catalog: "Catalog", # required
13621
13751
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
13752
+ # database_access_control_role: "DatabaseAccessControlRole",
13753
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
13754
+ # o_auth_parameters: {
13755
+ # token_provider_url: "TokenProviderUrl", # required
13756
+ # o_auth_scope: "OAuthScope",
13757
+ # identity_provider_vpc_connection_properties: {
13758
+ # vpc_connection_arn: "Arn", # required
13759
+ # },
13760
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
13761
+ # },
13622
13762
  # },
13623
13763
  # trino_parameters: {
13624
13764
  # host: "Host", # required
@@ -13717,6 +13857,16 @@ module Aws::QuickSight
13717
13857
  # host: "Host", # required
13718
13858
  # database: "Database", # required
13719
13859
  # warehouse: "Warehouse", # required
13860
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
13861
+ # database_access_control_role: "DatabaseAccessControlRole",
13862
+ # o_auth_parameters: {
13863
+ # token_provider_url: "TokenProviderUrl", # required
13864
+ # o_auth_scope: "OAuthScope",
13865
+ # identity_provider_vpc_connection_properties: {
13866
+ # vpc_connection_arn: "Arn", # required
13867
+ # },
13868
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
13869
+ # },
13720
13870
  # },
13721
13871
  # spark_parameters: {
13722
13872
  # host: "Host", # required
@@ -13753,6 +13903,16 @@ module Aws::QuickSight
13753
13903
  # port: 1, # required
13754
13904
  # catalog: "Catalog", # required
13755
13905
  # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
13906
+ # database_access_control_role: "DatabaseAccessControlRole",
13907
+ # authentication_type: "PASSWORD", # accepts PASSWORD, TOKEN, X509
13908
+ # o_auth_parameters: {
13909
+ # token_provider_url: "TokenProviderUrl", # required
13910
+ # o_auth_scope: "OAuthScope",
13911
+ # identity_provider_vpc_connection_properties: {
13912
+ # vpc_connection_arn: "Arn", # required
13913
+ # },
13914
+ # identity_provider_resource_uri: "IdentityProviderResourceUri",
13915
+ # },
13756
13916
  # },
13757
13917
  # trino_parameters: {
13758
13918
  # host: "Host", # required
@@ -15549,7 +15709,7 @@ module Aws::QuickSight
15549
15709
  tracer: tracer
15550
15710
  )
15551
15711
  context[:gem_name] = 'aws-sdk-quicksight'
15552
- context[:gem_version] = '1.134.0'
15712
+ context[:gem_version] = '1.135.0'
15553
15713
  Seahorse::Client::Request.new(handlers, context)
15554
15714
  end
15555
15715
 
@@ -195,6 +195,7 @@ module Aws::QuickSight
195
195
  AuroraParameters = Shapes::StructureShape.new(name: 'AuroraParameters')
196
196
  AuroraPostgreSqlParameters = Shapes::StructureShape.new(name: 'AuroraPostgreSqlParameters')
197
197
  AuthenticationMethodOption = Shapes::StringShape.new(name: 'AuthenticationMethodOption')
198
+ AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
198
199
  AuthorSpecifiedAggregation = Shapes::StringShape.new(name: 'AuthorSpecifiedAggregation')
199
200
  AuthorSpecifiedAggregations = Shapes::ListShape.new(name: 'AuthorSpecifiedAggregations')
200
201
  AuthorizedTargetsByService = Shapes::StructureShape.new(name: 'AuthorizedTargetsByService')
@@ -519,6 +520,7 @@ module Aws::QuickSight
519
520
  DataSourceSummaryList = Shapes::ListShape.new(name: 'DataSourceSummaryList')
520
521
  DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
521
522
  Database = Shapes::StringShape.new(name: 'Database')
523
+ DatabaseAccessControlRole = Shapes::StringShape.new(name: 'DatabaseAccessControlRole')
522
524
  DatabaseGroup = Shapes::StringShape.new(name: 'DatabaseGroup')
523
525
  DatabaseGroupList = Shapes::ListShape.new(name: 'DatabaseGroupList')
524
526
  DatabaseUser = Shapes::StringShape.new(name: 'DatabaseUser')
@@ -949,6 +951,7 @@ module Aws::QuickSight
949
951
  IdentityMap = Shapes::MapShape.new(name: 'IdentityMap')
950
952
  IdentityName = Shapes::StringShape.new(name: 'IdentityName')
951
953
  IdentityNameList = Shapes::ListShape.new(name: 'IdentityNameList')
954
+ IdentityProviderResourceUri = Shapes::StringShape.new(name: 'IdentityProviderResourceUri')
952
955
  IdentityStore = Shapes::StringShape.new(name: 'IdentityStore')
953
956
  IdentityType = Shapes::StringShape.new(name: 'IdentityType')
954
957
  IdentityTypeNotSupportedException = Shapes::StructureShape.new(name: 'IdentityTypeNotSupportedException')
@@ -1187,6 +1190,8 @@ module Aws::QuickSight
1187
1190
  NumericalAggregationFunction = Shapes::StructureShape.new(name: 'NumericalAggregationFunction')
1188
1191
  NumericalDimensionField = Shapes::StructureShape.new(name: 'NumericalDimensionField')
1189
1192
  NumericalMeasureField = Shapes::StructureShape.new(name: 'NumericalMeasureField')
1193
+ OAuthParameters = Shapes::StructureShape.new(name: 'OAuthParameters')
1194
+ OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
1190
1195
  OnClause = Shapes::StringShape.new(name: 'OnClause')
1191
1196
  OperandList = Shapes::ListShape.new(name: 'OperandList')
1192
1197
  OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
@@ -1692,6 +1697,7 @@ module Aws::QuickSight
1692
1697
  TimeRangeFilter = Shapes::StructureShape.new(name: 'TimeRangeFilter')
1693
1698
  TimeRangeFilterValue = Shapes::StructureShape.new(name: 'TimeRangeFilterValue')
1694
1699
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
1700
+ TokenProviderUrl = Shapes::StringShape.new(name: 'TokenProviderUrl')
1695
1701
  TooltipItem = Shapes::StructureShape.new(name: 'TooltipItem')
1696
1702
  TooltipItemList = Shapes::ListShape.new(name: 'TooltipItemList')
1697
1703
  TooltipOptions = Shapes::StructureShape.new(name: 'TooltipOptions')
@@ -6500,6 +6506,12 @@ module Aws::QuickSight
6500
6506
  NumericalMeasureField.add_member(:format_configuration, Shapes::ShapeRef.new(shape: NumberFormatConfiguration, location_name: "FormatConfiguration"))
6501
6507
  NumericalMeasureField.struct_class = Types::NumericalMeasureField
6502
6508
 
6509
+ OAuthParameters.add_member(:token_provider_url, Shapes::ShapeRef.new(shape: TokenProviderUrl, required: true, location_name: "TokenProviderUrl"))
6510
+ OAuthParameters.add_member(:o_auth_scope, Shapes::ShapeRef.new(shape: OAuthScope, location_name: "OAuthScope"))
6511
+ OAuthParameters.add_member(:identity_provider_vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "IdentityProviderVpcConnectionProperties"))
6512
+ OAuthParameters.add_member(:identity_provider_resource_uri, Shapes::ShapeRef.new(shape: IdentityProviderResourceUri, location_name: "IdentityProviderResourceUri"))
6513
+ OAuthParameters.struct_class = Types::OAuthParameters
6514
+
6503
6515
  OperandList.member = Shapes::ShapeRef.new(shape: Identifier)
6504
6516
 
6505
6517
  OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
@@ -7615,6 +7627,9 @@ module Aws::QuickSight
7615
7627
  SnowflakeParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
7616
7628
  SnowflakeParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
7617
7629
  SnowflakeParameters.add_member(:warehouse, Shapes::ShapeRef.new(shape: Warehouse, required: true, location_name: "Warehouse"))
7630
+ SnowflakeParameters.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
7631
+ SnowflakeParameters.add_member(:database_access_control_role, Shapes::ShapeRef.new(shape: DatabaseAccessControlRole, location_name: "DatabaseAccessControlRole"))
7632
+ SnowflakeParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: OAuthParameters, location_name: "OAuthParameters"))
7618
7633
  SnowflakeParameters.struct_class = Types::SnowflakeParameters
7619
7634
 
7620
7635
  Spacing.add_member(:top, Shapes::ShapeRef.new(shape: Length, location_name: "Top"))
@@ -7639,6 +7654,9 @@ module Aws::QuickSight
7639
7654
  StarburstParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
7640
7655
  StarburstParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
7641
7656
  StarburstParameters.add_member(:product_type, Shapes::ShapeRef.new(shape: StarburstProductType, location_name: "ProductType"))
7657
+ StarburstParameters.add_member(:database_access_control_role, Shapes::ShapeRef.new(shape: DatabaseAccessControlRole, location_name: "DatabaseAccessControlRole"))
7658
+ StarburstParameters.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
7659
+ StarburstParameters.add_member(:o_auth_parameters, Shapes::ShapeRef.new(shape: OAuthParameters, location_name: "OAuthParameters"))
7642
7660
  StarburstParameters.struct_class = Types::StarburstParameters
7643
7661
 
7644
7662
  StartAssetBundleExportJobRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
@@ -22245,6 +22245,38 @@ module Aws::QuickSight
22245
22245
  include Aws::Structure
22246
22246
  end
22247
22247
 
22248
+ # An object that contains information needed to create a data source
22249
+ # connection that uses OAuth client credentials. This option is
22250
+ # available for data source connections that are made with Snowflake and
22251
+ # Starburst.
22252
+ #
22253
+ # @!attribute [rw] token_provider_url
22254
+ # The token endpoint URL of the identity provider.
22255
+ # @return [String]
22256
+ #
22257
+ # @!attribute [rw] o_auth_scope
22258
+ # The OAuth scope.
22259
+ # @return [String]
22260
+ #
22261
+ # @!attribute [rw] identity_provider_vpc_connection_properties
22262
+ # VPC connection properties.
22263
+ # @return [Types::VpcConnectionProperties]
22264
+ #
22265
+ # @!attribute [rw] identity_provider_resource_uri
22266
+ # The resource uri of the identity provider.
22267
+ # @return [String]
22268
+ #
22269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/OAuthParameters AWS API Documentation
22270
+ #
22271
+ class OAuthParameters < Struct.new(
22272
+ :token_provider_url,
22273
+ :o_auth_scope,
22274
+ :identity_provider_vpc_connection_properties,
22275
+ :identity_provider_resource_uri)
22276
+ SENSITIVE = []
22277
+ include Aws::Structure
22278
+ end
22279
+
22248
22280
  # The parameters for Oracle.
22249
22281
  #
22250
22282
  # @!attribute [rw] host
@@ -27800,12 +27832,29 @@ module Aws::QuickSight
27800
27832
  # Warehouse.
27801
27833
  # @return [String]
27802
27834
  #
27835
+ # @!attribute [rw] authentication_type
27836
+ # The authentication type that you want to use for your connection.
27837
+ # This parameter accepts OAuth and non-OAuth authentication types.
27838
+ # @return [String]
27839
+ #
27840
+ # @!attribute [rw] database_access_control_role
27841
+ # The database access control role.
27842
+ # @return [String]
27843
+ #
27844
+ # @!attribute [rw] o_auth_parameters
27845
+ # An object that contains information needed to create a data source
27846
+ # connection between an Amazon QuickSight account and Snowflake.
27847
+ # @return [Types::OAuthParameters]
27848
+ #
27803
27849
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SnowflakeParameters AWS API Documentation
27804
27850
  #
27805
27851
  class SnowflakeParameters < Struct.new(
27806
27852
  :host,
27807
27853
  :database,
27808
- :warehouse)
27854
+ :warehouse,
27855
+ :authentication_type,
27856
+ :database_access_control_role,
27857
+ :o_auth_parameters)
27809
27858
  SENSITIVE = []
27810
27859
  include Aws::Structure
27811
27860
  end
@@ -27916,13 +27965,30 @@ module Aws::QuickSight
27916
27965
  # The product type for the Starburst data source.
27917
27966
  # @return [String]
27918
27967
  #
27968
+ # @!attribute [rw] database_access_control_role
27969
+ # The database access control role.
27970
+ # @return [String]
27971
+ #
27972
+ # @!attribute [rw] authentication_type
27973
+ # The authentication type that you want to use for your connection.
27974
+ # This parameter accepts OAuth and non-OAuth authentication types.
27975
+ # @return [String]
27976
+ #
27977
+ # @!attribute [rw] o_auth_parameters
27978
+ # An object that contains information needed to create a data source
27979
+ # connection between an Amazon QuickSight account and Starburst.
27980
+ # @return [Types::OAuthParameters]
27981
+ #
27919
27982
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StarburstParameters AWS API Documentation
27920
27983
  #
27921
27984
  class StarburstParameters < Struct.new(
27922
27985
  :host,
27923
27986
  :port,
27924
27987
  :catalog,
27925
- :product_type)
27988
+ :product_type,
27989
+ :database_access_control_role,
27990
+ :authentication_type,
27991
+ :o_auth_parameters)
27926
27992
  SENSITIVE = []
27927
27993
  include Aws::Structure
27928
27994
  end
@@ -54,7 +54,7 @@ module Aws::QuickSight
54
54
  autoload :EndpointProvider, 'aws-sdk-quicksight/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-quicksight/endpoints'
56
56
 
57
- GEM_VERSION = '1.134.0'
57
+ GEM_VERSION = '1.135.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -68853,7 +68853,17 @@ module Aws
68853
68853
  snowflake_parameters: {
68854
68854
  host: ::String,
68855
68855
  database: ::String,
68856
- warehouse: ::String
68856
+ warehouse: ::String,
68857
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
68858
+ database_access_control_role: ::String?,
68859
+ o_auth_parameters: {
68860
+ token_provider_url: ::String,
68861
+ o_auth_scope: ::String?,
68862
+ identity_provider_vpc_connection_properties: {
68863
+ vpc_connection_arn: ::String
68864
+ }?,
68865
+ identity_provider_resource_uri: ::String?
68866
+ }?
68857
68867
  }?,
68858
68868
  spark_parameters: {
68859
68869
  host: ::String,
@@ -68889,7 +68899,17 @@ module Aws
68889
68899
  host: ::String,
68890
68900
  port: ::Integer,
68891
68901
  catalog: ::String,
68892
- product_type: ("GALAXY" | "ENTERPRISE")?
68902
+ product_type: ("GALAXY" | "ENTERPRISE")?,
68903
+ database_access_control_role: ::String?,
68904
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
68905
+ o_auth_parameters: {
68906
+ token_provider_url: ::String,
68907
+ o_auth_scope: ::String?,
68908
+ identity_provider_vpc_connection_properties: {
68909
+ vpc_connection_arn: ::String
68910
+ }?,
68911
+ identity_provider_resource_uri: ::String?
68912
+ }?
68893
68913
  }?,
68894
68914
  trino_parameters: {
68895
68915
  host: ::String,
@@ -68987,7 +69007,17 @@ module Aws
68987
69007
  snowflake_parameters: {
68988
69008
  host: ::String,
68989
69009
  database: ::String,
68990
- warehouse: ::String
69010
+ warehouse: ::String,
69011
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
69012
+ database_access_control_role: ::String?,
69013
+ o_auth_parameters: {
69014
+ token_provider_url: ::String,
69015
+ o_auth_scope: ::String?,
69016
+ identity_provider_vpc_connection_properties: {
69017
+ vpc_connection_arn: ::String
69018
+ }?,
69019
+ identity_provider_resource_uri: ::String?
69020
+ }?
68991
69021
  }?,
68992
69022
  spark_parameters: {
68993
69023
  host: ::String,
@@ -69023,7 +69053,17 @@ module Aws
69023
69053
  host: ::String,
69024
69054
  port: ::Integer,
69025
69055
  catalog: ::String,
69026
- product_type: ("GALAXY" | "ENTERPRISE")?
69056
+ product_type: ("GALAXY" | "ENTERPRISE")?,
69057
+ database_access_control_role: ::String?,
69058
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
69059
+ o_auth_parameters: {
69060
+ token_provider_url: ::String,
69061
+ o_auth_scope: ::String?,
69062
+ identity_provider_vpc_connection_properties: {
69063
+ vpc_connection_arn: ::String
69064
+ }?,
69065
+ identity_provider_resource_uri: ::String?
69066
+ }?
69027
69067
  }?,
69028
69068
  trino_parameters: {
69029
69069
  host: ::String,
@@ -105505,7 +105545,17 @@ module Aws
105505
105545
  snowflake_parameters: {
105506
105546
  host: ::String,
105507
105547
  database: ::String,
105508
- warehouse: ::String
105548
+ warehouse: ::String,
105549
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
105550
+ database_access_control_role: ::String?,
105551
+ o_auth_parameters: {
105552
+ token_provider_url: ::String,
105553
+ o_auth_scope: ::String?,
105554
+ identity_provider_vpc_connection_properties: {
105555
+ vpc_connection_arn: ::String
105556
+ }?,
105557
+ identity_provider_resource_uri: ::String?
105558
+ }?
105509
105559
  }?,
105510
105560
  spark_parameters: {
105511
105561
  host: ::String,
@@ -105541,7 +105591,17 @@ module Aws
105541
105591
  host: ::String,
105542
105592
  port: ::Integer,
105543
105593
  catalog: ::String,
105544
- product_type: ("GALAXY" | "ENTERPRISE")?
105594
+ product_type: ("GALAXY" | "ENTERPRISE")?,
105595
+ database_access_control_role: ::String?,
105596
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
105597
+ o_auth_parameters: {
105598
+ token_provider_url: ::String,
105599
+ o_auth_scope: ::String?,
105600
+ identity_provider_vpc_connection_properties: {
105601
+ vpc_connection_arn: ::String
105602
+ }?,
105603
+ identity_provider_resource_uri: ::String?
105604
+ }?
105545
105605
  }?,
105546
105606
  trino_parameters: {
105547
105607
  host: ::String,
@@ -173911,7 +173971,17 @@ module Aws
173911
173971
  snowflake_parameters: {
173912
173972
  host: ::String,
173913
173973
  database: ::String,
173914
- warehouse: ::String
173974
+ warehouse: ::String,
173975
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
173976
+ database_access_control_role: ::String?,
173977
+ o_auth_parameters: {
173978
+ token_provider_url: ::String,
173979
+ o_auth_scope: ::String?,
173980
+ identity_provider_vpc_connection_properties: {
173981
+ vpc_connection_arn: ::String
173982
+ }?,
173983
+ identity_provider_resource_uri: ::String?
173984
+ }?
173915
173985
  }?,
173916
173986
  spark_parameters: {
173917
173987
  host: ::String,
@@ -173947,7 +174017,17 @@ module Aws
173947
174017
  host: ::String,
173948
174018
  port: ::Integer,
173949
174019
  catalog: ::String,
173950
- product_type: ("GALAXY" | "ENTERPRISE")?
174020
+ product_type: ("GALAXY" | "ENTERPRISE")?,
174021
+ database_access_control_role: ::String?,
174022
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
174023
+ o_auth_parameters: {
174024
+ token_provider_url: ::String,
174025
+ o_auth_scope: ::String?,
174026
+ identity_provider_vpc_connection_properties: {
174027
+ vpc_connection_arn: ::String
174028
+ }?,
174029
+ identity_provider_resource_uri: ::String?
174030
+ }?
173951
174031
  }?,
173952
174032
  trino_parameters: {
173953
174033
  host: ::String,
@@ -174045,7 +174125,17 @@ module Aws
174045
174125
  snowflake_parameters: {
174046
174126
  host: ::String,
174047
174127
  database: ::String,
174048
- warehouse: ::String
174128
+ warehouse: ::String,
174129
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
174130
+ database_access_control_role: ::String?,
174131
+ o_auth_parameters: {
174132
+ token_provider_url: ::String,
174133
+ o_auth_scope: ::String?,
174134
+ identity_provider_vpc_connection_properties: {
174135
+ vpc_connection_arn: ::String
174136
+ }?,
174137
+ identity_provider_resource_uri: ::String?
174138
+ }?
174049
174139
  }?,
174050
174140
  spark_parameters: {
174051
174141
  host: ::String,
@@ -174081,7 +174171,17 @@ module Aws
174081
174171
  host: ::String,
174082
174172
  port: ::Integer,
174083
174173
  catalog: ::String,
174084
- product_type: ("GALAXY" | "ENTERPRISE")?
174174
+ product_type: ("GALAXY" | "ENTERPRISE")?,
174175
+ database_access_control_role: ::String?,
174176
+ authentication_type: ("PASSWORD" | "TOKEN" | "X509")?,
174177
+ o_auth_parameters: {
174178
+ token_provider_url: ::String,
174179
+ o_auth_scope: ::String?,
174180
+ identity_provider_vpc_connection_properties: {
174181
+ vpc_connection_arn: ::String
174182
+ }?,
174183
+ identity_provider_resource_uri: ::String?
174184
+ }?
174085
174185
  }?,
174086
174186
  trino_parameters: {
174087
174187
  host: ::String,
data/sig/types.rbs CHANGED
@@ -5716,6 +5716,14 @@ module Aws::QuickSight
5716
5716
  SENSITIVE: []
5717
5717
  end
5718
5718
 
5719
+ class OAuthParameters
5720
+ attr_accessor token_provider_url: ::String
5721
+ attr_accessor o_auth_scope: ::String
5722
+ attr_accessor identity_provider_vpc_connection_properties: Types::VpcConnectionProperties
5723
+ attr_accessor identity_provider_resource_uri: ::String
5724
+ SENSITIVE: []
5725
+ end
5726
+
5719
5727
  class OracleParameters
5720
5728
  attr_accessor host: ::String
5721
5729
  attr_accessor port: ::Integer
@@ -7099,6 +7107,9 @@ module Aws::QuickSight
7099
7107
  attr_accessor host: ::String
7100
7108
  attr_accessor database: ::String
7101
7109
  attr_accessor warehouse: ::String
7110
+ attr_accessor authentication_type: ("PASSWORD" | "TOKEN" | "X509")
7111
+ attr_accessor database_access_control_role: ::String
7112
+ attr_accessor o_auth_parameters: Types::OAuthParameters
7102
7113
  SENSITIVE: []
7103
7114
  end
7104
7115
 
@@ -7133,6 +7144,9 @@ module Aws::QuickSight
7133
7144
  attr_accessor port: ::Integer
7134
7145
  attr_accessor catalog: ::String
7135
7146
  attr_accessor product_type: ("GALAXY" | "ENTERPRISE")
7147
+ attr_accessor database_access_control_role: ::String
7148
+ attr_accessor authentication_type: ("PASSWORD" | "TOKEN" | "X509")
7149
+ attr_accessor o_auth_parameters: Types::OAuthParameters
7136
7150
  SENSITIVE: []
7137
7151
  end
7138
7152
 
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.134.0
4
+ version: 1.135.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-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core