aws-sdk-quicksight 1.93.0 → 1.95.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 310e932de19c2340aa0525768e024bdec91d34b75cde9120028f787a4700a420
4
- data.tar.gz: b84bff7c269e5cedfbbceeac2eb2ae33e456f9a9627899d0360afa40186ea8a6
3
+ metadata.gz: 05cbda5163d188b7d4f6f4b3a57ceb9f35e4768351a7d8ec5db5f913e9533bd7
4
+ data.tar.gz: 31bb5fa3ebfca7a9649f35f1c9570b9e19c378c5cb9d83deb89ec91878544b4c
5
5
  SHA512:
6
- metadata.gz: 239ba67f78005bc95f96cd0f387fbddfb9c752ee8c53c645df0aa7cad62ce5b262556bf738a80976fb4252cf9f0c8764eed47c9287469ce59201a476e1608ae3
7
- data.tar.gz: 5bb413b4e5d56fc80aaf6f6abdff1f009fb93eca0827aeed937b2944755d901320d1a65de4d3a44af12cefadc9720002d95d9aec4aa8e61e4441f2bc4a8de96d
6
+ metadata.gz: c567f5f317d9d720a75decc001cc0300f25c3981c0565cb73a5b553e1cf6595fc8d33af57344c4d28d3ca2ba304f9da5de1c6694de886fa53812995657994463
7
+ data.tar.gz: 54ce6cec73dc3a8ea72033da905746fc7159c15a85341e97fbdcd1ef25e48d7b2be30017390a477eab5fb0e1a0d8c7e65b0a9d12e6c4e7c87443d8a7ce64d4a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2023-11-02)
5
+ ------------------
6
+
7
+ * Feature - Got confirmed from qmeixua@ about custom week features, and tested locally with aws cli and java sdk that the subtypes are showing up.
8
+
9
+ 1.94.0 (2023-10-19)
10
+ ------------------
11
+
12
+ * 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
13
+
4
14
  1.93.0 (2023-10-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.95.0
@@ -780,6 +780,10 @@ module Aws::QuickSight
780
780
  # definition objects. This skips the validation step for specific
781
781
  # errors.
782
782
  #
783
+ # @option params [Array<String>] :folder_arns
784
+ # When you create the analysis, Amazon QuickSight adds the analysis to
785
+ # these folders.
786
+ #
783
787
  # @return [Types::CreateAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
784
788
  #
785
789
  # * {Types::CreateAnalysisResponse#arn #arn} => String
@@ -901,6 +905,10 @@ module Aws::QuickSight
901
905
  # definition objects. This option skips the validation step for specific
902
906
  # errors.
903
907
  #
908
+ # @option params [Array<String>] :folder_arns
909
+ # When you create the dashboard, Amazon QuickSight adds the dashboard to
910
+ # these folders.
911
+ #
904
912
  # @return [Types::CreateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
905
913
  #
906
914
  # * {Types::CreateDashboardResponse#arn #arn} => String
@@ -986,6 +994,10 @@ module Aws::QuickSight
986
994
  # @option params [Array<Types::DatasetParameter>] :dataset_parameters
987
995
  # The parameter declarations of the dataset.
988
996
  #
997
+ # @option params [Array<String>] :folder_arns
998
+ # When you create the dataset, Amazon QuickSight adds the dataset to
999
+ # these folders.
1000
+ #
989
1001
  # @return [Types::CreateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
990
1002
  #
991
1003
  # * {Types::CreateDataSetResponse#arn #arn} => String
@@ -1012,6 +1024,7 @@ module Aws::QuickSight
1012
1024
  # {
1013
1025
  # name: "ColumnName", # required
1014
1026
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
1027
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
1015
1028
  # },
1016
1029
  # ],
1017
1030
  # },
@@ -1023,6 +1036,7 @@ module Aws::QuickSight
1023
1036
  # {
1024
1037
  # name: "ColumnName", # required
1025
1038
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
1039
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
1026
1040
  # },
1027
1041
  # ],
1028
1042
  # },
@@ -1039,6 +1053,7 @@ module Aws::QuickSight
1039
1053
  # {
1040
1054
  # name: "ColumnName", # required
1041
1055
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
1056
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
1042
1057
  # },
1043
1058
  # ],
1044
1059
  # },
@@ -1071,6 +1086,7 @@ module Aws::QuickSight
1071
1086
  # cast_column_type_operation: {
1072
1087
  # column_name: "ColumnName", # required
1073
1088
  # new_column_type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME
1089
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
1074
1090
  # format: "TypeCastFormat",
1075
1091
  # },
1076
1092
  # tag_column_operation: {
@@ -1214,6 +1230,7 @@ module Aws::QuickSight
1214
1230
  # },
1215
1231
  # },
1216
1232
  # ],
1233
+ # folder_arns: ["Arn"],
1217
1234
  # })
1218
1235
  #
1219
1236
  # @example Response structure
@@ -1276,6 +1293,10 @@ module Aws::QuickSight
1276
1293
  # Contains a map of the key-value pairs for the resource tag or tags
1277
1294
  # assigned to the data source.
1278
1295
  #
1296
+ # @option params [Array<String>] :folder_arns
1297
+ # When you create the data source, Amazon QuickSight adds the data
1298
+ # source to these folders.
1299
+ #
1279
1300
  # @return [Types::CreateDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1280
1301
  #
1281
1302
  # * {Types::CreateDataSourceResponse#arn #arn} => String
@@ -1401,6 +1422,17 @@ module Aws::QuickSight
1401
1422
  # port: 1, # required
1402
1423
  # sql_endpoint_path: "SqlEndpointPath", # required
1403
1424
  # },
1425
+ # starburst_parameters: {
1426
+ # host: "Host", # required
1427
+ # port: 1, # required
1428
+ # catalog: "Catalog", # required
1429
+ # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
1430
+ # },
1431
+ # trino_parameters: {
1432
+ # host: "Host", # required
1433
+ # port: 1, # required
1434
+ # catalog: "Catalog", # required
1435
+ # },
1404
1436
  # },
1405
1437
  # credentials: {
1406
1438
  # credential_pair: {
@@ -1517,6 +1549,17 @@ module Aws::QuickSight
1517
1549
  # port: 1, # required
1518
1550
  # sql_endpoint_path: "SqlEndpointPath", # required
1519
1551
  # },
1552
+ # starburst_parameters: {
1553
+ # host: "Host", # required
1554
+ # port: 1, # required
1555
+ # catalog: "Catalog", # required
1556
+ # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
1557
+ # },
1558
+ # trino_parameters: {
1559
+ # host: "Host", # required
1560
+ # port: 1, # required
1561
+ # catalog: "Catalog", # required
1562
+ # },
1520
1563
  # },
1521
1564
  # ],
1522
1565
  # },
@@ -1541,6 +1584,7 @@ module Aws::QuickSight
1541
1584
  # value: "TagValue", # required
1542
1585
  # },
1543
1586
  # ],
1587
+ # folder_arns: ["Arn"],
1544
1588
  # })
1545
1589
  #
1546
1590
  # @example Response structure
@@ -1607,7 +1651,7 @@ module Aws::QuickSight
1607
1651
  # aws_account_id: "AwsAccountId", # required
1608
1652
  # folder_id: "RestrictiveResourceId", # required
1609
1653
  # name: "FolderName",
1610
- # folder_type: "SHARED", # accepts SHARED
1654
+ # folder_type: "SHARED", # accepts SHARED, RESTRICTED
1611
1655
  # parent_folder_arn: "Arn",
1612
1656
  # permissions: [
1613
1657
  # {
@@ -4038,6 +4082,8 @@ module Aws::QuickSight
4038
4082
  # resp.analysis.sheets #=> Array
4039
4083
  # resp.analysis.sheets[0].sheet_id #=> String
4040
4084
  # resp.analysis.sheets[0].name #=> String
4085
+ # resp.analysis.options.timezone #=> String
4086
+ # resp.analysis.options.week_start #=> String, one of "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"
4041
4087
  # resp.status #=> Integer
4042
4088
  # resp.request_id #=> String
4043
4089
  #
@@ -4374,6 +4420,13 @@ module Aws::QuickSight
4374
4420
  # resp.override_parameters.data_sources[0].data_source_parameters.databricks_parameters.host #=> String
4375
4421
  # resp.override_parameters.data_sources[0].data_source_parameters.databricks_parameters.port #=> Integer
4376
4422
  # resp.override_parameters.data_sources[0].data_source_parameters.databricks_parameters.sql_endpoint_path #=> String
4423
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.host #=> String
4424
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.port #=> Integer
4425
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
4426
+ # resp.override_parameters.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
4427
+ # resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.host #=> String
4428
+ # resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
4429
+ # resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
4377
4430
  # resp.override_parameters.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
4378
4431
  # resp.override_parameters.data_sources[0].ssl_properties.disable_ssl #=> Boolean
4379
4432
  # resp.override_parameters.data_sources[0].credentials.credential_pair.username #=> String
@@ -4457,6 +4510,8 @@ module Aws::QuickSight
4457
4510
  # resp.dashboard.version.sheets #=> Array
4458
4511
  # resp.dashboard.version.sheets[0].sheet_id #=> String
4459
4512
  # resp.dashboard.version.sheets[0].name #=> String
4513
+ # resp.dashboard.version.options.timezone #=> String
4514
+ # resp.dashboard.version.options.week_start #=> String, one of "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"
4460
4515
  # resp.dashboard.created_time #=> Time
4461
4516
  # resp.dashboard.last_published_time #=> Time
4462
4517
  # resp.dashboard.last_updated_time #=> Time
@@ -4783,12 +4838,14 @@ module Aws::QuickSight
4783
4838
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns #=> Array
4784
4839
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].name #=> String
4785
4840
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
4841
+ # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
4786
4842
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.data_source_arn #=> String
4787
4843
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.name #=> String
4788
4844
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.sql_query #=> String
4789
4845
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns #=> Array
4790
4846
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].name #=> String
4791
4847
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
4848
+ # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
4792
4849
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.data_source_arn #=> String
4793
4850
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.format #=> String, one of "CSV", "TSV", "CLF", "ELF", "XLSX", "JSON"
4794
4851
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.start_from_row #=> Integer
@@ -4798,6 +4855,7 @@ module Aws::QuickSight
4798
4855
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns #=> Array
4799
4856
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].name #=> String
4800
4857
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
4858
+ # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
4801
4859
  # resp.data_set.logical_table_map #=> Hash
4802
4860
  # resp.data_set.logical_table_map["LogicalTableId"].alias #=> String
4803
4861
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms #=> Array
@@ -4812,6 +4870,7 @@ module Aws::QuickSight
4812
4870
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].rename_column_operation.new_column_name #=> String
4813
4871
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].cast_column_type_operation.column_name #=> String
4814
4872
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].cast_column_type_operation.new_column_type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME"
4873
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].cast_column_type_operation.sub_type #=> String, one of "FLOAT", "FIXED"
4815
4874
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].cast_column_type_operation.format #=> String
4816
4875
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.column_name #=> String
4817
4876
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags #=> Array
@@ -4842,6 +4901,7 @@ module Aws::QuickSight
4842
4901
  # resp.data_set.output_columns[0].name #=> String
4843
4902
  # resp.data_set.output_columns[0].description #=> String
4844
4903
  # resp.data_set.output_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME"
4904
+ # resp.data_set.output_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
4845
4905
  # resp.data_set.import_mode #=> String, one of "SPICE", "DIRECT_QUERY"
4846
4906
  # resp.data_set.consumed_spice_capacity_in_bytes #=> Integer
4847
4907
  # resp.data_set.column_groups #=> Array
@@ -5084,6 +5144,13 @@ module Aws::QuickSight
5084
5144
  # resp.data_source.data_source_parameters.databricks_parameters.host #=> String
5085
5145
  # resp.data_source.data_source_parameters.databricks_parameters.port #=> Integer
5086
5146
  # resp.data_source.data_source_parameters.databricks_parameters.sql_endpoint_path #=> String
5147
+ # resp.data_source.data_source_parameters.starburst_parameters.host #=> String
5148
+ # resp.data_source.data_source_parameters.starburst_parameters.port #=> Integer
5149
+ # resp.data_source.data_source_parameters.starburst_parameters.catalog #=> String
5150
+ # resp.data_source.data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
5151
+ # resp.data_source.data_source_parameters.trino_parameters.host #=> String
5152
+ # resp.data_source.data_source_parameters.trino_parameters.port #=> Integer
5153
+ # resp.data_source.data_source_parameters.trino_parameters.catalog #=> String
5087
5154
  # resp.data_source.alternate_data_source_parameters #=> Array
5088
5155
  # resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
5089
5156
  # resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
@@ -5145,6 +5212,13 @@ module Aws::QuickSight
5145
5212
  # resp.data_source.alternate_data_source_parameters[0].databricks_parameters.host #=> String
5146
5213
  # resp.data_source.alternate_data_source_parameters[0].databricks_parameters.port #=> Integer
5147
5214
  # resp.data_source.alternate_data_source_parameters[0].databricks_parameters.sql_endpoint_path #=> String
5215
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.host #=> String
5216
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.port #=> Integer
5217
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
5218
+ # resp.data_source.alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
5219
+ # resp.data_source.alternate_data_source_parameters[0].trino_parameters.host #=> String
5220
+ # resp.data_source.alternate_data_source_parameters[0].trino_parameters.port #=> Integer
5221
+ # resp.data_source.alternate_data_source_parameters[0].trino_parameters.catalog #=> String
5148
5222
  # resp.data_source.vpc_connection_properties.vpc_connection_arn #=> String
5149
5223
  # resp.data_source.ssl_properties.disable_ssl #=> Boolean
5150
5224
  # 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"
@@ -5233,7 +5307,7 @@ module Aws::QuickSight
5233
5307
  # resp.folder.folder_id #=> String
5234
5308
  # resp.folder.arn #=> String
5235
5309
  # resp.folder.name #=> String
5236
- # resp.folder.folder_type #=> String, one of "SHARED"
5310
+ # resp.folder.folder_type #=> String, one of "SHARED", "RESTRICTED"
5237
5311
  # resp.folder.folder_path #=> Array
5238
5312
  # resp.folder.folder_path[0] #=> String
5239
5313
  # resp.folder.created_time #=> Time
@@ -5762,6 +5836,8 @@ module Aws::QuickSight
5762
5836
  # resp.template.version.sheets #=> Array
5763
5837
  # resp.template.version.sheets[0].sheet_id #=> String
5764
5838
  # resp.template.version.sheets[0].name #=> String
5839
+ # resp.template.version.options.timezone #=> String
5840
+ # resp.template.version.options.week_start #=> String, one of "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"
5765
5841
  # resp.template.template_id #=> String
5766
5842
  # resp.template.last_updated_time #=> Time
5767
5843
  # resp.template.created_time #=> Time
@@ -7473,6 +7549,13 @@ module Aws::QuickSight
7473
7549
  # resp.data_sources[0].data_source_parameters.databricks_parameters.host #=> String
7474
7550
  # resp.data_sources[0].data_source_parameters.databricks_parameters.port #=> Integer
7475
7551
  # resp.data_sources[0].data_source_parameters.databricks_parameters.sql_endpoint_path #=> String
7552
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.host #=> String
7553
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.port #=> Integer
7554
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.catalog #=> String
7555
+ # resp.data_sources[0].data_source_parameters.starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
7556
+ # resp.data_sources[0].data_source_parameters.trino_parameters.host #=> String
7557
+ # resp.data_sources[0].data_source_parameters.trino_parameters.port #=> Integer
7558
+ # resp.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
7476
7559
  # resp.data_sources[0].alternate_data_source_parameters #=> Array
7477
7560
  # resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
7478
7561
  # resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
@@ -7534,6 +7617,13 @@ module Aws::QuickSight
7534
7617
  # resp.data_sources[0].alternate_data_source_parameters[0].databricks_parameters.host #=> String
7535
7618
  # resp.data_sources[0].alternate_data_source_parameters[0].databricks_parameters.port #=> Integer
7536
7619
  # resp.data_sources[0].alternate_data_source_parameters[0].databricks_parameters.sql_endpoint_path #=> String
7620
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.host #=> String
7621
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.port #=> Integer
7622
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.catalog #=> String
7623
+ # resp.data_sources[0].alternate_data_source_parameters[0].starburst_parameters.product_type #=> String, one of "GALAXY", "ENTERPRISE"
7624
+ # resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.host #=> String
7625
+ # resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.port #=> Integer
7626
+ # resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.catalog #=> String
7537
7627
  # resp.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
7538
7628
  # resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
7539
7629
  # 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"
@@ -7639,7 +7729,7 @@ module Aws::QuickSight
7639
7729
  # resp.folder_summary_list[0].arn #=> String
7640
7730
  # resp.folder_summary_list[0].folder_id #=> String
7641
7731
  # resp.folder_summary_list[0].name #=> String
7642
- # resp.folder_summary_list[0].folder_type #=> String, one of "SHARED"
7732
+ # resp.folder_summary_list[0].folder_type #=> String, one of "SHARED", "RESTRICTED"
7643
7733
  # resp.folder_summary_list[0].created_time #=> Time
7644
7734
  # resp.folder_summary_list[0].last_updated_time #=> Time
7645
7735
  # resp.folder_summary_list[0].sharing_model #=> String, one of "ACCOUNT", "NAMESPACE"
@@ -9296,7 +9386,7 @@ module Aws::QuickSight
9296
9386
  # resp.folder_summary_list[0].arn #=> String
9297
9387
  # resp.folder_summary_list[0].folder_id #=> String
9298
9388
  # resp.folder_summary_list[0].name #=> String
9299
- # resp.folder_summary_list[0].folder_type #=> String, one of "SHARED"
9389
+ # resp.folder_summary_list[0].folder_type #=> String, one of "SHARED", "RESTRICTED"
9300
9390
  # resp.folder_summary_list[0].created_time #=> Time
9301
9391
  # resp.folder_summary_list[0].last_updated_time #=> Time
9302
9392
  # resp.folder_summary_list[0].sharing_model #=> String, one of "ACCOUNT", "NAMESPACE"
@@ -9711,6 +9801,17 @@ module Aws::QuickSight
9711
9801
  # port: 1, # required
9712
9802
  # sql_endpoint_path: "SqlEndpointPath", # required
9713
9803
  # },
9804
+ # starburst_parameters: {
9805
+ # host: "Host", # required
9806
+ # port: 1, # required
9807
+ # catalog: "Catalog", # required
9808
+ # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
9809
+ # },
9810
+ # trino_parameters: {
9811
+ # host: "Host", # required
9812
+ # port: 1, # required
9813
+ # catalog: "Catalog", # required
9814
+ # },
9714
9815
  # },
9715
9816
  # vpc_connection_properties: {
9716
9817
  # vpc_connection_arn: "Arn", # required
@@ -10561,6 +10662,7 @@ module Aws::QuickSight
10561
10662
  # {
10562
10663
  # name: "ColumnName", # required
10563
10664
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
10665
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
10564
10666
  # },
10565
10667
  # ],
10566
10668
  # },
@@ -10572,6 +10674,7 @@ module Aws::QuickSight
10572
10674
  # {
10573
10675
  # name: "ColumnName", # required
10574
10676
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
10677
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
10575
10678
  # },
10576
10679
  # ],
10577
10680
  # },
@@ -10588,6 +10691,7 @@ module Aws::QuickSight
10588
10691
  # {
10589
10692
  # name: "ColumnName", # required
10590
10693
  # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
10694
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
10591
10695
  # },
10592
10696
  # ],
10593
10697
  # },
@@ -10620,6 +10724,7 @@ module Aws::QuickSight
10620
10724
  # cast_column_type_operation: {
10621
10725
  # column_name: "ColumnName", # required
10622
10726
  # new_column_type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME
10727
+ # sub_type: "FLOAT", # accepts FLOAT, FIXED
10623
10728
  # format: "TypeCastFormat",
10624
10729
  # },
10625
10730
  # tag_column_operation: {
@@ -10985,6 +11090,17 @@ module Aws::QuickSight
10985
11090
  # port: 1, # required
10986
11091
  # sql_endpoint_path: "SqlEndpointPath", # required
10987
11092
  # },
11093
+ # starburst_parameters: {
11094
+ # host: "Host", # required
11095
+ # port: 1, # required
11096
+ # catalog: "Catalog", # required
11097
+ # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
11098
+ # },
11099
+ # trino_parameters: {
11100
+ # host: "Host", # required
11101
+ # port: 1, # required
11102
+ # catalog: "Catalog", # required
11103
+ # },
10988
11104
  # },
10989
11105
  # credentials: {
10990
11106
  # credential_pair: {
@@ -11101,6 +11217,17 @@ module Aws::QuickSight
11101
11217
  # port: 1, # required
11102
11218
  # sql_endpoint_path: "SqlEndpointPath", # required
11103
11219
  # },
11220
+ # starburst_parameters: {
11221
+ # host: "Host", # required
11222
+ # port: 1, # required
11223
+ # catalog: "Catalog", # required
11224
+ # product_type: "GALAXY", # accepts GALAXY, ENTERPRISE
11225
+ # },
11226
+ # trino_parameters: {
11227
+ # host: "Host", # required
11228
+ # port: 1, # required
11229
+ # catalog: "Catalog", # required
11230
+ # },
11104
11231
  # },
11105
11232
  # ],
11106
11233
  # },
@@ -12623,7 +12750,7 @@ module Aws::QuickSight
12623
12750
  params: params,
12624
12751
  config: config)
12625
12752
  context[:gem_name] = 'aws-sdk-quicksight'
12626
- context[:gem_version] = '1.93.0'
12753
+ context[:gem_version] = '1.95.0'
12627
12754
  Seahorse::Client::Request.new(handlers, context)
12628
12755
  end
12629
12756