aws-sdk-quicksight 1.92.0 → 1.94.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +201 -8
- data/lib/aws-sdk-quicksight/client_api.rb +74 -2
- data/lib/aws-sdk-quicksight/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-quicksight/types.rb +347 -24
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 737941c24d1886357a50a7afcfe67e940b17d80a80f24c4082edbe82e5d80414
|
4
|
+
data.tar.gz: ed7458278c277c331c931031328fe2dec4543ad1518410b20118f43e45fd4110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e30d029c727f838ad0b5de124efe77103f3b8ca3d6b4ed944651d9b83c55646b0e1080cee8b4305b3553a8df7e84114933b5efda1c1ffcc849c49df7a78ac5b
|
7
|
+
data.tar.gz: 8f81f10750ef042787dd38a68b3cb14cd04751bba97599f2274d600756ae6a2daaae025ce6f34412dff84779d56c7f3c06ad858bc9657933cb0a5866a1c7b994
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.94.0 (2023-10-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
|
8
|
+
|
9
|
+
1.93.0 (2023-10-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
|
13
|
+
|
4
14
|
1.92.0 (2023-09-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|
@@ -775,6 +775,15 @@ module Aws::QuickSight
|
|
775
775
|
# Either a `SourceEntity` or a `Definition` must be provided in order
|
776
776
|
# for the request to be valid.
|
777
777
|
#
|
778
|
+
# @option params [Types::ValidationStrategy] :validation_strategy
|
779
|
+
# The option to relax the validation needed to create an analysis with
|
780
|
+
# definition objects. This skips the validation step for specific
|
781
|
+
# errors.
|
782
|
+
#
|
783
|
+
# @option params [Array<String>] :folder_arns
|
784
|
+
# When you create the analysis, Amazon QuickSight adds the analysis to
|
785
|
+
# these folders.
|
786
|
+
#
|
778
787
|
# @return [Types::CreateAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
779
788
|
#
|
780
789
|
# * {Types::CreateAnalysisResponse#arn #arn} => String
|
@@ -891,6 +900,15 @@ module Aws::QuickSight
|
|
891
900
|
# Either a `SourceEntity` or a `Definition` must be provided in order
|
892
901
|
# for the request to be valid.
|
893
902
|
#
|
903
|
+
# @option params [Types::ValidationStrategy] :validation_strategy
|
904
|
+
# The option to relax the validation needed to create a dashboard with
|
905
|
+
# definition objects. This option skips the validation step for specific
|
906
|
+
# errors.
|
907
|
+
#
|
908
|
+
# @option params [Array<String>] :folder_arns
|
909
|
+
# When you create the dashboard, Amazon QuickSight adds the dashboard to
|
910
|
+
# these folders.
|
911
|
+
#
|
894
912
|
# @return [Types::CreateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
895
913
|
#
|
896
914
|
# * {Types::CreateDashboardResponse#arn #arn} => String
|
@@ -976,6 +994,10 @@ module Aws::QuickSight
|
|
976
994
|
# @option params [Array<Types::DatasetParameter>] :dataset_parameters
|
977
995
|
# The parameter declarations of the dataset.
|
978
996
|
#
|
997
|
+
# @option params [Array<String>] :folder_arns
|
998
|
+
# When you create the dataset, Amazon QuickSight adds the dataset to
|
999
|
+
# these folders.
|
1000
|
+
#
|
979
1001
|
# @return [Types::CreateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
980
1002
|
#
|
981
1003
|
# * {Types::CreateDataSetResponse#arn #arn} => String
|
@@ -1204,6 +1226,7 @@ module Aws::QuickSight
|
|
1204
1226
|
# },
|
1205
1227
|
# },
|
1206
1228
|
# ],
|
1229
|
+
# folder_arns: ["Arn"],
|
1207
1230
|
# })
|
1208
1231
|
#
|
1209
1232
|
# @example Response structure
|
@@ -1266,6 +1289,10 @@ module Aws::QuickSight
|
|
1266
1289
|
# Contains a map of the key-value pairs for the resource tag or tags
|
1267
1290
|
# assigned to the data source.
|
1268
1291
|
#
|
1292
|
+
# @option params [Array<String>] :folder_arns
|
1293
|
+
# When you create the data source, Amazon QuickSight adds the data
|
1294
|
+
# source to these folders.
|
1295
|
+
#
|
1269
1296
|
# @return [Types::CreateDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1270
1297
|
#
|
1271
1298
|
# * {Types::CreateDataSourceResponse#arn #arn} => String
|
@@ -1339,6 +1366,12 @@ module Aws::QuickSight
|
|
1339
1366
|
# port: 1,
|
1340
1367
|
# database: "Database", # required
|
1341
1368
|
# cluster_id: "ClusterId",
|
1369
|
+
# iam_parameters: {
|
1370
|
+
# role_arn: "RoleArn", # required
|
1371
|
+
# database_user: "DatabaseUser", # required
|
1372
|
+
# database_groups: ["DatabaseGroup"],
|
1373
|
+
# auto_create_database_user: false,
|
1374
|
+
# },
|
1342
1375
|
# },
|
1343
1376
|
# s3_parameters: {
|
1344
1377
|
# manifest_file_location: { # required
|
@@ -1385,6 +1418,17 @@ module Aws::QuickSight
|
|
1385
1418
|
# port: 1, # required
|
1386
1419
|
# sql_endpoint_path: "SqlEndpointPath", # required
|
1387
1420
|
# },
|
1421
|
+
# starburst_parameters: {
|
1422
|
+
# host: "Host", # required
|
1423
|
+
# port: 1, # required
|
1424
|
+
# catalog: "Catalog", # required
|
1425
|
+
# product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
|
1426
|
+
# },
|
1427
|
+
# trino_parameters: {
|
1428
|
+
# host: "Host", # required
|
1429
|
+
# port: 1, # required
|
1430
|
+
# catalog: "Catalog", # required
|
1431
|
+
# },
|
1388
1432
|
# },
|
1389
1433
|
# credentials: {
|
1390
1434
|
# credential_pair: {
|
@@ -1449,6 +1493,12 @@ module Aws::QuickSight
|
|
1449
1493
|
# port: 1,
|
1450
1494
|
# database: "Database", # required
|
1451
1495
|
# cluster_id: "ClusterId",
|
1496
|
+
# iam_parameters: {
|
1497
|
+
# role_arn: "RoleArn", # required
|
1498
|
+
# database_user: "DatabaseUser", # required
|
1499
|
+
# database_groups: ["DatabaseGroup"],
|
1500
|
+
# auto_create_database_user: false,
|
1501
|
+
# },
|
1452
1502
|
# },
|
1453
1503
|
# s3_parameters: {
|
1454
1504
|
# manifest_file_location: { # required
|
@@ -1495,6 +1545,17 @@ module Aws::QuickSight
|
|
1495
1545
|
# port: 1, # required
|
1496
1546
|
# sql_endpoint_path: "SqlEndpointPath", # required
|
1497
1547
|
# },
|
1548
|
+
# starburst_parameters: {
|
1549
|
+
# host: "Host", # required
|
1550
|
+
# port: 1, # required
|
1551
|
+
# catalog: "Catalog", # required
|
1552
|
+
# product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
|
1553
|
+
# },
|
1554
|
+
# trino_parameters: {
|
1555
|
+
# host: "Host", # required
|
1556
|
+
# port: 1, # required
|
1557
|
+
# catalog: "Catalog", # required
|
1558
|
+
# },
|
1498
1559
|
# },
|
1499
1560
|
# ],
|
1500
1561
|
# },
|
@@ -1519,6 +1580,7 @@ module Aws::QuickSight
|
|
1519
1580
|
# value: "TagValue", # required
|
1520
1581
|
# },
|
1521
1582
|
# ],
|
1583
|
+
# folder_arns: ["Arn"],
|
1522
1584
|
# })
|
1523
1585
|
#
|
1524
1586
|
# @example Response structure
|
@@ -1585,7 +1647,7 @@ module Aws::QuickSight
|
|
1585
1647
|
# aws_account_id: "AwsAccountId", # required
|
1586
1648
|
# folder_id: "RestrictiveResourceId", # required
|
1587
1649
|
# name: "FolderName",
|
1588
|
-
# folder_type: "SHARED", # accepts SHARED
|
1650
|
+
# folder_type: "SHARED", # accepts SHARED, RESTRICTED
|
1589
1651
|
# parent_folder_arn: "Arn",
|
1590
1652
|
# permissions: [
|
1591
1653
|
# {
|
@@ -1645,14 +1707,14 @@ module Aws::QuickSight
|
|
1645
1707
|
# aws_account_id: "AwsAccountId", # required
|
1646
1708
|
# folder_id: "RestrictiveResourceId", # required
|
1647
1709
|
# member_id: "RestrictiveResourceId", # required
|
1648
|
-
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET, TOPIC
|
1710
|
+
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET, DATASOURCE, TOPIC
|
1649
1711
|
# })
|
1650
1712
|
#
|
1651
1713
|
# @example Response structure
|
1652
1714
|
#
|
1653
1715
|
# resp.status #=> Integer
|
1654
1716
|
# resp.folder_member.member_id #=> String
|
1655
|
-
# resp.folder_member.member_type #=> String, one of "DASHBOARD", "ANALYSIS", "DATASET", "TOPIC"
|
1717
|
+
# resp.folder_member.member_type #=> String, one of "DASHBOARD", "ANALYSIS", "DATASET", "DATASOURCE", "TOPIC"
|
1656
1718
|
# resp.request_id #=> String
|
1657
1719
|
#
|
1658
1720
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateFolderMembership AWS API Documentation
|
@@ -2107,6 +2169,11 @@ module Aws::QuickSight
|
|
2107
2169
|
# Either a `SourceEntity` or a `Definition` must be provided in order
|
2108
2170
|
# for the request to be valid.
|
2109
2171
|
#
|
2172
|
+
# @option params [Types::ValidationStrategy] :validation_strategy
|
2173
|
+
# TThe option to relax the validation needed to create a template with
|
2174
|
+
# definition objects. This skips the validation step for specific
|
2175
|
+
# errors.
|
2176
|
+
#
|
2110
2177
|
# @return [Types::CreateTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2111
2178
|
#
|
2112
2179
|
# * {Types::CreateTemplateResponse#arn #arn} => String
|
@@ -3150,7 +3217,7 @@ module Aws::QuickSight
|
|
3150
3217
|
# aws_account_id: "AwsAccountId", # required
|
3151
3218
|
# folder_id: "RestrictiveResourceId", # required
|
3152
3219
|
# member_id: "RestrictiveResourceId", # required
|
3153
|
-
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET, TOPIC
|
3220
|
+
# member_type: "DASHBOARD", # required, accepts DASHBOARD, ANALYSIS, DATASET, DATASOURCE, TOPIC
|
3154
3221
|
# })
|
3155
3222
|
#
|
3156
3223
|
# @example Response structure
|
@@ -4319,6 +4386,11 @@ module Aws::QuickSight
|
|
4319
4386
|
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.port #=> Integer
|
4320
4387
|
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.database #=> String
|
4321
4388
|
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.cluster_id #=> String
|
4389
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.role_arn #=> String
|
4390
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.database_user #=> String
|
4391
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.database_groups #=> Array
|
4392
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.database_groups[0] #=> String
|
4393
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.auto_create_database_user #=> Boolean
|
4322
4394
|
# resp.override_parameters.data_sources[0].data_source_parameters.s3_parameters.manifest_file_location.bucket #=> String
|
4323
4395
|
# resp.override_parameters.data_sources[0].data_source_parameters.s3_parameters.manifest_file_location.key #=> String
|
4324
4396
|
# resp.override_parameters.data_sources[0].data_source_parameters.s3_parameters.role_arn #=> String
|
@@ -4342,6 +4414,13 @@ module Aws::QuickSight
|
|
4342
4414
|
# resp.override_parameters.data_sources[0].data_source_parameters.databricks_parameters.host #=> String
|
4343
4415
|
# resp.override_parameters.data_sources[0].data_source_parameters.databricks_parameters.port #=> Integer
|
4344
4416
|
# resp.override_parameters.data_sources[0].data_source_parameters.databricks_parameters.sql_endpoint_path #=> String
|
4417
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.host #=> String
|
4418
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.port #=> Integer
|
4419
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
|
4420
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
|
4421
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.host #=> String
|
4422
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
|
4423
|
+
# resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
|
4345
4424
|
# resp.override_parameters.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
|
4346
4425
|
# resp.override_parameters.data_sources[0].ssl_properties.disable_ssl #=> Boolean
|
4347
4426
|
# resp.override_parameters.data_sources[0].credentials.credential_pair.username #=> String
|
@@ -5024,6 +5103,11 @@ module Aws::QuickSight
|
|
5024
5103
|
# resp.data_source.data_source_parameters.redshift_parameters.port #=> Integer
|
5025
5104
|
# resp.data_source.data_source_parameters.redshift_parameters.database #=> String
|
5026
5105
|
# resp.data_source.data_source_parameters.redshift_parameters.cluster_id #=> String
|
5106
|
+
# resp.data_source.data_source_parameters.redshift_parameters.iam_parameters.role_arn #=> String
|
5107
|
+
# resp.data_source.data_source_parameters.redshift_parameters.iam_parameters.database_user #=> String
|
5108
|
+
# resp.data_source.data_source_parameters.redshift_parameters.iam_parameters.database_groups #=> Array
|
5109
|
+
# resp.data_source.data_source_parameters.redshift_parameters.iam_parameters.database_groups[0] #=> String
|
5110
|
+
# resp.data_source.data_source_parameters.redshift_parameters.iam_parameters.auto_create_database_user #=> Boolean
|
5027
5111
|
# resp.data_source.data_source_parameters.s3_parameters.manifest_file_location.bucket #=> String
|
5028
5112
|
# resp.data_source.data_source_parameters.s3_parameters.manifest_file_location.key #=> String
|
5029
5113
|
# resp.data_source.data_source_parameters.s3_parameters.role_arn #=> String
|
@@ -5047,6 +5131,13 @@ module Aws::QuickSight
|
|
5047
5131
|
# resp.data_source.data_source_parameters.databricks_parameters.host #=> String
|
5048
5132
|
# resp.data_source.data_source_parameters.databricks_parameters.port #=> Integer
|
5049
5133
|
# resp.data_source.data_source_parameters.databricks_parameters.sql_endpoint_path #=> String
|
5134
|
+
# resp.data_source.data_source_parameters.starburst_parameters.host #=> String
|
5135
|
+
# resp.data_source.data_source_parameters.starburst_parameters.port #=> Integer
|
5136
|
+
# resp.data_source.data_source_parameters.starburst_parameters.catalog #=> String
|
5137
|
+
# resp.data_source.data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
|
5138
|
+
# resp.data_source.data_source_parameters.trino_parameters.host #=> String
|
5139
|
+
# resp.data_source.data_source_parameters.trino_parameters.port #=> Integer
|
5140
|
+
# resp.data_source.data_source_parameters.trino_parameters.catalog #=> String
|
5050
5141
|
# resp.data_source.alternate_data_source_parameters #=> Array
|
5051
5142
|
# resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
5052
5143
|
# resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
@@ -5080,6 +5171,11 @@ module Aws::QuickSight
|
|
5080
5171
|
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.port #=> Integer
|
5081
5172
|
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.database #=> String
|
5082
5173
|
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.cluster_id #=> String
|
5174
|
+
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.iam_parameters.role_arn #=> String
|
5175
|
+
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.iam_parameters.database_user #=> String
|
5176
|
+
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.iam_parameters.database_groups #=> Array
|
5177
|
+
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.iam_parameters.database_groups[0] #=> String
|
5178
|
+
# resp.data_source.alternate_data_source_parameters[0].redshift_parameters.iam_parameters.auto_create_database_user #=> Boolean
|
5083
5179
|
# resp.data_source.alternate_data_source_parameters[0].s3_parameters.manifest_file_location.bucket #=> String
|
5084
5180
|
# resp.data_source.alternate_data_source_parameters[0].s3_parameters.manifest_file_location.key #=> String
|
5085
5181
|
# resp.data_source.alternate_data_source_parameters[0].s3_parameters.role_arn #=> String
|
@@ -5103,6 +5199,13 @@ module Aws::QuickSight
|
|
5103
5199
|
# resp.data_source.alternate_data_source_parameters[0].databricks_parameters.host #=> String
|
5104
5200
|
# resp.data_source.alternate_data_source_parameters[0].databricks_parameters.port #=> Integer
|
5105
5201
|
# resp.data_source.alternate_data_source_parameters[0].databricks_parameters.sql_endpoint_path #=> String
|
5202
|
+
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.host #=> String
|
5203
|
+
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.port #=> Integer
|
5204
|
+
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
|
5205
|
+
# resp.data_source.alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
|
5206
|
+
# resp.data_source.alternate_data_source_parameters[0].trino_parameters.host #=> String
|
5207
|
+
# resp.data_source.alternate_data_source_parameters[0].trino_parameters.port #=> Integer
|
5208
|
+
# resp.data_source.alternate_data_source_parameters[0].trino_parameters.catalog #=> String
|
5106
5209
|
# resp.data_source.vpc_connection_properties.vpc_connection_arn #=> String
|
5107
5210
|
# resp.data_source.ssl_properties.disable_ssl #=> Boolean
|
5108
5211
|
# resp.data_source.error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
|
@@ -5191,7 +5294,7 @@ module Aws::QuickSight
|
|
5191
5294
|
# resp.folder.folder_id #=> String
|
5192
5295
|
# resp.folder.arn #=> String
|
5193
5296
|
# resp.folder.name #=> String
|
5194
|
-
# resp.folder.folder_type #=> String, one of "SHARED"
|
5297
|
+
# resp.folder.folder_type #=> String, one of "SHARED", "RESTRICTED"
|
5195
5298
|
# resp.folder.folder_path #=> Array
|
5196
5299
|
# resp.folder.folder_path[0] #=> String
|
5197
5300
|
# resp.folder.created_time #=> Time
|
@@ -7403,6 +7506,11 @@ module Aws::QuickSight
|
|
7403
7506
|
# resp.data_sources[0].data_source_parameters.redshift_parameters.port #=> Integer
|
7404
7507
|
# resp.data_sources[0].data_source_parameters.redshift_parameters.database #=> String
|
7405
7508
|
# resp.data_sources[0].data_source_parameters.redshift_parameters.cluster_id #=> String
|
7509
|
+
# resp.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.role_arn #=> String
|
7510
|
+
# resp.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.database_user #=> String
|
7511
|
+
# resp.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.database_groups #=> Array
|
7512
|
+
# resp.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.database_groups[0] #=> String
|
7513
|
+
# resp.data_sources[0].data_source_parameters.redshift_parameters.iam_parameters.auto_create_database_user #=> Boolean
|
7406
7514
|
# resp.data_sources[0].data_source_parameters.s3_parameters.manifest_file_location.bucket #=> String
|
7407
7515
|
# resp.data_sources[0].data_source_parameters.s3_parameters.manifest_file_location.key #=> String
|
7408
7516
|
# resp.data_sources[0].data_source_parameters.s3_parameters.role_arn #=> String
|
@@ -7426,6 +7534,13 @@ module Aws::QuickSight
|
|
7426
7534
|
# resp.data_sources[0].data_source_parameters.databricks_parameters.host #=> String
|
7427
7535
|
# resp.data_sources[0].data_source_parameters.databricks_parameters.port #=> Integer
|
7428
7536
|
# resp.data_sources[0].data_source_parameters.databricks_parameters.sql_endpoint_path #=> String
|
7537
|
+
# resp.data_sources[0].data_source_parameters.starburst_parameters.host #=> String
|
7538
|
+
# resp.data_sources[0].data_source_parameters.starburst_parameters.port #=> Integer
|
7539
|
+
# resp.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
|
7540
|
+
# resp.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
|
7541
|
+
# resp.data_sources[0].data_source_parameters.trino_parameters.host #=> String
|
7542
|
+
# resp.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
|
7543
|
+
# resp.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
|
7429
7544
|
# resp.data_sources[0].alternate_data_source_parameters #=> Array
|
7430
7545
|
# resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
|
7431
7546
|
# resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
|
@@ -7459,6 +7574,11 @@ module Aws::QuickSight
|
|
7459
7574
|
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.port #=> Integer
|
7460
7575
|
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.database #=> String
|
7461
7576
|
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.cluster_id #=> String
|
7577
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.iam_parameters.role_arn #=> String
|
7578
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.iam_parameters.database_user #=> String
|
7579
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.iam_parameters.database_groups #=> Array
|
7580
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.iam_parameters.database_groups[0] #=> String
|
7581
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].redshift_parameters.iam_parameters.auto_create_database_user #=> Boolean
|
7462
7582
|
# resp.data_sources[0].alternate_data_source_parameters[0].s3_parameters.manifest_file_location.bucket #=> String
|
7463
7583
|
# resp.data_sources[0].alternate_data_source_parameters[0].s3_parameters.manifest_file_location.key #=> String
|
7464
7584
|
# resp.data_sources[0].alternate_data_source_parameters[0].s3_parameters.role_arn #=> String
|
@@ -7482,6 +7602,13 @@ module Aws::QuickSight
|
|
7482
7602
|
# resp.data_sources[0].alternate_data_source_parameters[0].databricks_parameters.host #=> String
|
7483
7603
|
# resp.data_sources[0].alternate_data_source_parameters[0].databricks_parameters.port #=> Integer
|
7484
7604
|
# resp.data_sources[0].alternate_data_source_parameters[0].databricks_parameters.sql_endpoint_path #=> String
|
7605
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.host #=> String
|
7606
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.port #=> Integer
|
7607
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
|
7608
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
|
7609
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.host #=> String
|
7610
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.port #=> Integer
|
7611
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.catalog #=> String
|
7485
7612
|
# resp.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
|
7486
7613
|
# resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
|
7487
7614
|
# resp.data_sources[0].error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
|
@@ -7587,7 +7714,7 @@ module Aws::QuickSight
|
|
7587
7714
|
# resp.folder_summary_list[0].arn #=> String
|
7588
7715
|
# resp.folder_summary_list[0].folder_id #=> String
|
7589
7716
|
# resp.folder_summary_list[0].name #=> String
|
7590
|
-
# resp.folder_summary_list[0].folder_type #=> String, one of "SHARED"
|
7717
|
+
# resp.folder_summary_list[0].folder_type #=> String, one of "SHARED", "RESTRICTED"
|
7591
7718
|
# resp.folder_summary_list[0].created_time #=> Time
|
7592
7719
|
# resp.folder_summary_list[0].last_updated_time #=> Time
|
7593
7720
|
# resp.folder_summary_list[0].sharing_model #=> String, one of "ACCOUNT", "NAMESPACE"
|
@@ -9244,7 +9371,7 @@ module Aws::QuickSight
|
|
9244
9371
|
# resp.folder_summary_list[0].arn #=> String
|
9245
9372
|
# resp.folder_summary_list[0].folder_id #=> String
|
9246
9373
|
# resp.folder_summary_list[0].name #=> String
|
9247
|
-
# resp.folder_summary_list[0].folder_type #=> String, one of "SHARED"
|
9374
|
+
# resp.folder_summary_list[0].folder_type #=> String, one of "SHARED", "RESTRICTED"
|
9248
9375
|
# resp.folder_summary_list[0].created_time #=> Time
|
9249
9376
|
# resp.folder_summary_list[0].last_updated_time #=> Time
|
9250
9377
|
# resp.folder_summary_list[0].sharing_model #=> String, one of "ACCOUNT", "NAMESPACE"
|
@@ -9607,6 +9734,12 @@ module Aws::QuickSight
|
|
9607
9734
|
# port: 1,
|
9608
9735
|
# database: "Database", # required
|
9609
9736
|
# cluster_id: "ClusterId",
|
9737
|
+
# iam_parameters: {
|
9738
|
+
# role_arn: "RoleArn", # required
|
9739
|
+
# database_user: "DatabaseUser", # required
|
9740
|
+
# database_groups: ["DatabaseGroup"],
|
9741
|
+
# auto_create_database_user: false,
|
9742
|
+
# },
|
9610
9743
|
# },
|
9611
9744
|
# s3_parameters: {
|
9612
9745
|
# manifest_file_location: { # required
|
@@ -9653,6 +9786,17 @@ module Aws::QuickSight
|
|
9653
9786
|
# port: 1, # required
|
9654
9787
|
# sql_endpoint_path: "SqlEndpointPath", # required
|
9655
9788
|
# },
|
9789
|
+
# starburst_parameters: {
|
9790
|
+
# host: "Host", # required
|
9791
|
+
# port: 1, # required
|
9792
|
+
# catalog: "Catalog", # required
|
9793
|
+
# product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
|
9794
|
+
# },
|
9795
|
+
# trino_parameters: {
|
9796
|
+
# host: "Host", # required
|
9797
|
+
# port: 1, # required
|
9798
|
+
# catalog: "Catalog", # required
|
9799
|
+
# },
|
9656
9800
|
# },
|
9657
9801
|
# vpc_connection_properties: {
|
9658
9802
|
# vpc_connection_arn: "Arn", # required
|
@@ -10097,6 +10241,11 @@ module Aws::QuickSight
|
|
10097
10241
|
# A definition is the data model of all features in a Dashboard,
|
10098
10242
|
# Template, or Analysis.
|
10099
10243
|
#
|
10244
|
+
# @option params [Types::ValidationStrategy] :validation_strategy
|
10245
|
+
# The option to relax the validation needed to update an analysis with
|
10246
|
+
# definition objects. This skips the validation step for specific
|
10247
|
+
# errors.
|
10248
|
+
#
|
10100
10249
|
# @return [Types::UpdateAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10101
10250
|
#
|
10102
10251
|
# * {Types::UpdateAnalysisResponse#arn #arn} => String
|
@@ -10261,6 +10410,11 @@ module Aws::QuickSight
|
|
10261
10410
|
# A definition is the data model of all features in a Dashboard,
|
10262
10411
|
# Template, or Analysis.
|
10263
10412
|
#
|
10413
|
+
# @option params [Types::ValidationStrategy] :validation_strategy
|
10414
|
+
# The option to relax the validation needed to update a dashboard with
|
10415
|
+
# definition objects. This skips the validation step for specific
|
10416
|
+
# errors.
|
10417
|
+
#
|
10264
10418
|
# @return [Types::UpdateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10265
10419
|
#
|
10266
10420
|
# * {Types::UpdateDashboardResponse#arn #arn} => String
|
@@ -10865,6 +11019,12 @@ module Aws::QuickSight
|
|
10865
11019
|
# port: 1,
|
10866
11020
|
# database: "Database", # required
|
10867
11021
|
# cluster_id: "ClusterId",
|
11022
|
+
# iam_parameters: {
|
11023
|
+
# role_arn: "RoleArn", # required
|
11024
|
+
# database_user: "DatabaseUser", # required
|
11025
|
+
# database_groups: ["DatabaseGroup"],
|
11026
|
+
# auto_create_database_user: false,
|
11027
|
+
# },
|
10868
11028
|
# },
|
10869
11029
|
# s3_parameters: {
|
10870
11030
|
# manifest_file_location: { # required
|
@@ -10911,6 +11071,17 @@ module Aws::QuickSight
|
|
10911
11071
|
# port: 1, # required
|
10912
11072
|
# sql_endpoint_path: "SqlEndpointPath", # required
|
10913
11073
|
# },
|
11074
|
+
# starburst_parameters: {
|
11075
|
+
# host: "Host", # required
|
11076
|
+
# port: 1, # required
|
11077
|
+
# catalog: "Catalog", # required
|
11078
|
+
# product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
|
11079
|
+
# },
|
11080
|
+
# trino_parameters: {
|
11081
|
+
# host: "Host", # required
|
11082
|
+
# port: 1, # required
|
11083
|
+
# catalog: "Catalog", # required
|
11084
|
+
# },
|
10914
11085
|
# },
|
10915
11086
|
# credentials: {
|
10916
11087
|
# credential_pair: {
|
@@ -10975,6 +11146,12 @@ module Aws::QuickSight
|
|
10975
11146
|
# port: 1,
|
10976
11147
|
# database: "Database", # required
|
10977
11148
|
# cluster_id: "ClusterId",
|
11149
|
+
# iam_parameters: {
|
11150
|
+
# role_arn: "RoleArn", # required
|
11151
|
+
# database_user: "DatabaseUser", # required
|
11152
|
+
# database_groups: ["DatabaseGroup"],
|
11153
|
+
# auto_create_database_user: false,
|
11154
|
+
# },
|
10978
11155
|
# },
|
10979
11156
|
# s3_parameters: {
|
10980
11157
|
# manifest_file_location: { # required
|
@@ -11021,6 +11198,17 @@ module Aws::QuickSight
|
|
11021
11198
|
# port: 1, # required
|
11022
11199
|
# sql_endpoint_path: "SqlEndpointPath", # required
|
11023
11200
|
# },
|
11201
|
+
# starburst_parameters: {
|
11202
|
+
# host: "Host", # required
|
11203
|
+
# port: 1, # required
|
11204
|
+
# catalog: "Catalog", # required
|
11205
|
+
# product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
|
11206
|
+
# },
|
11207
|
+
# trino_parameters: {
|
11208
|
+
# host: "Host", # required
|
11209
|
+
# port: 1, # required
|
11210
|
+
# catalog: "Catalog", # required
|
11211
|
+
# },
|
11024
11212
|
# },
|
11025
11213
|
# ],
|
11026
11214
|
# },
|
@@ -11535,6 +11723,11 @@ module Aws::QuickSight
|
|
11535
11723
|
# A definition is the data model of all features in a Dashboard,
|
11536
11724
|
# Template, or Analysis.
|
11537
11725
|
#
|
11726
|
+
# @option params [Types::ValidationStrategy] :validation_strategy
|
11727
|
+
# The option to relax the validation needed to update a template with
|
11728
|
+
# definition objects. This skips the validation step for specific
|
11729
|
+
# errors.
|
11730
|
+
#
|
11538
11731
|
# @return [Types::UpdateTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11539
11732
|
#
|
11540
11733
|
# * {Types::UpdateTemplateResponse#template_id #template_id} => String
|
@@ -12538,7 +12731,7 @@ module Aws::QuickSight
|
|
12538
12731
|
params: params,
|
12539
12732
|
config: config)
|
12540
12733
|
context[:gem_name] = 'aws-sdk-quicksight'
|
12541
|
-
context[:gem_version] = '1.
|
12734
|
+
context[:gem_version] = '1.94.0'
|
12542
12735
|
Seahorse::Client::Request.new(handlers, context)
|
12543
12736
|
end
|
12544
12737
|
|