aws-sdk-quicksight 1.31.0 → 1.36.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 +4 -4
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/lib/aws-sdk-quicksight/client.rb +89 -12
- data/lib/aws-sdk-quicksight/client_api.rb +35 -2
- data/lib/aws-sdk-quicksight/types.rb +232 -29
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e92f6fdf5123d8ab414b049293fcfa410ccce635b1fecbd9b74e6604e41bf9e1
|
4
|
+
data.tar.gz: b4d0ecd8fa5a1ae33c336df7f1b65b0be1fcadfbf66ff765081dd1513f0b34e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c3bfcc68f60a4bb18ed6100cea0c5e975c661b63fba54710d7174ebce4e58bbddee069506de18c20ebea8131f235cba43bee87d3bfe1f921b7e3681ab52b868
|
7
|
+
data.tar.gz: 6298b990d949f1152856becedc7a5b1c8ff273a55dd9fecad112cbafda52e52a84ae6c74bc3e3ad99b6d9526177b87706c44feab3105e7dc5be5decb9275c8e5
|
data/lib/aws-sdk-quicksight.rb
CHANGED
@@ -791,6 +791,9 @@ module Aws::QuickSight
|
|
791
791
|
# The row-level security configuration for the data that you want to
|
792
792
|
# create.
|
793
793
|
#
|
794
|
+
# @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
|
795
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
796
|
+
#
|
794
797
|
# @option params [Array<Types::Tag>] :tags
|
795
798
|
# Contains a map of the key-value pairs for the resource tag or tags
|
796
799
|
# assigned to the dataset.
|
@@ -886,6 +889,9 @@ module Aws::QuickSight
|
|
886
889
|
# tags: [ # required
|
887
890
|
# {
|
888
891
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
892
|
+
# column_description: {
|
893
|
+
# text: "ColumnDescriptiveText",
|
894
|
+
# },
|
889
895
|
# },
|
890
896
|
# ],
|
891
897
|
# },
|
@@ -923,6 +929,12 @@ module Aws::QuickSight
|
|
923
929
|
# arn: "Arn", # required
|
924
930
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
925
931
|
# },
|
932
|
+
# column_level_permission_rules: [
|
933
|
+
# {
|
934
|
+
# principals: ["String"],
|
935
|
+
# column_names: ["String"],
|
936
|
+
# },
|
937
|
+
# ],
|
926
938
|
# tags: [
|
927
939
|
# {
|
928
940
|
# key: "TagKey", # required
|
@@ -1005,7 +1017,7 @@ module Aws::QuickSight
|
|
1005
1017
|
# aws_account_id: "AwsAccountId", # required
|
1006
1018
|
# data_source_id: "ResourceId", # required
|
1007
1019
|
# name: "ResourceName", # required
|
1008
|
-
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER
|
1020
|
+
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM
|
1009
1021
|
# data_source_parameters: {
|
1010
1022
|
# amazon_elasticsearch_parameters: {
|
1011
1023
|
# domain: "Domain", # required
|
@@ -1039,6 +1051,11 @@ module Aws::QuickSight
|
|
1039
1051
|
# port: 1, # required
|
1040
1052
|
# database: "Database", # required
|
1041
1053
|
# },
|
1054
|
+
# oracle_parameters: {
|
1055
|
+
# host: "Host", # required
|
1056
|
+
# port: 1, # required
|
1057
|
+
# database: "Database", # required
|
1058
|
+
# },
|
1042
1059
|
# postgre_sql_parameters: {
|
1043
1060
|
# host: "Host", # required
|
1044
1061
|
# port: 1, # required
|
@@ -1130,6 +1147,11 @@ module Aws::QuickSight
|
|
1130
1147
|
# port: 1, # required
|
1131
1148
|
# database: "Database", # required
|
1132
1149
|
# },
|
1150
|
+
# oracle_parameters: {
|
1151
|
+
# host: "Host", # required
|
1152
|
+
# port: 1, # required
|
1153
|
+
# database: "Database", # required
|
1154
|
+
# },
|
1133
1155
|
# postgre_sql_parameters: {
|
1134
1156
|
# host: "Host", # required
|
1135
1157
|
# port: 1, # required
|
@@ -1327,16 +1349,18 @@ module Aws::QuickSight
|
|
1327
1349
|
end
|
1328
1350
|
|
1329
1351
|
# Creates an assignment with one specified IAM policy, identified by its
|
1330
|
-
# Amazon Resource Name (ARN). This policy
|
1331
|
-
# groups or users of Amazon QuickSight.
|
1332
|
-
#
|
1352
|
+
# Amazon Resource Name (ARN). This policy assignment is attached to the
|
1353
|
+
# specified groups or users of Amazon QuickSight. Assignment names are
|
1354
|
+
# unique per AWS account. To avoid overwriting rules in other
|
1355
|
+
# namespaces, use assignment names that are unique.
|
1333
1356
|
#
|
1334
1357
|
# @option params [required, String] :aws_account_id
|
1335
1358
|
# The ID of the AWS account where you want to assign an IAM policy to
|
1336
1359
|
# QuickSight users or groups.
|
1337
1360
|
#
|
1338
1361
|
# @option params [required, String] :assignment_name
|
1339
|
-
# The name of the assignment. It must be unique
|
1362
|
+
# The name of the assignment, also called a rule. It must be unique
|
1363
|
+
# within an AWS account.
|
1340
1364
|
#
|
1341
1365
|
# @option params [required, String] :assignment_status
|
1342
1366
|
# The status of the assignment. Possible values are as follows:
|
@@ -2951,6 +2975,7 @@ module Aws::QuickSight
|
|
2951
2975
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.column_name #=> String
|
2952
2976
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags #=> Array
|
2953
2977
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_geographic_role #=> String, one of "COUNTRY", "STATE", "COUNTY", "CITY", "POSTCODE", "LONGITUDE", "LATITUDE"
|
2978
|
+
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_description.text #=> String
|
2954
2979
|
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_operand #=> String
|
2955
2980
|
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_operand #=> String
|
2956
2981
|
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
|
@@ -2958,6 +2983,7 @@ module Aws::QuickSight
|
|
2958
2983
|
# resp.data_set.logical_table_map["LogicalTableId"].source.physical_table_id #=> String
|
2959
2984
|
# resp.data_set.output_columns #=> Array
|
2960
2985
|
# resp.data_set.output_columns[0].name #=> String
|
2986
|
+
# resp.data_set.output_columns[0].description #=> String
|
2961
2987
|
# resp.data_set.output_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME"
|
2962
2988
|
# resp.data_set.import_mode #=> String, one of "SPICE", "DIRECT_QUERY"
|
2963
2989
|
# resp.data_set.consumed_spice_capacity_in_bytes #=> Integer
|
@@ -2969,6 +2995,11 @@ module Aws::QuickSight
|
|
2969
2995
|
# resp.data_set.row_level_permission_data_set.namespace #=> String
|
2970
2996
|
# resp.data_set.row_level_permission_data_set.arn #=> String
|
2971
2997
|
# resp.data_set.row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
2998
|
+
# resp.data_set.column_level_permission_rules #=> Array
|
2999
|
+
# resp.data_set.column_level_permission_rules[0].principals #=> Array
|
3000
|
+
# resp.data_set.column_level_permission_rules[0].principals[0] #=> String
|
3001
|
+
# resp.data_set.column_level_permission_rules[0].column_names #=> Array
|
3002
|
+
# resp.data_set.column_level_permission_rules[0].column_names[0] #=> String
|
2972
3003
|
# resp.request_id #=> String
|
2973
3004
|
# resp.status #=> Integer
|
2974
3005
|
#
|
@@ -3055,7 +3086,7 @@ module Aws::QuickSight
|
|
3055
3086
|
# resp.data_source.arn #=> String
|
3056
3087
|
# resp.data_source.data_source_id #=> String
|
3057
3088
|
# resp.data_source.name #=> String
|
3058
|
-
# resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER"
|
3089
|
+
# resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
|
3059
3090
|
# resp.data_source.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
3060
3091
|
# resp.data_source.created_time #=> Time
|
3061
3092
|
# resp.data_source.last_updated_time #=> Time
|
@@ -3075,6 +3106,9 @@ module Aws::QuickSight
|
|
3075
3106
|
# resp.data_source.data_source_parameters.my_sql_parameters.host #=> String
|
3076
3107
|
# resp.data_source.data_source_parameters.my_sql_parameters.port #=> Integer
|
3077
3108
|
# resp.data_source.data_source_parameters.my_sql_parameters.database #=> String
|
3109
|
+
# resp.data_source.data_source_parameters.oracle_parameters.host #=> String
|
3110
|
+
# resp.data_source.data_source_parameters.oracle_parameters.port #=> Integer
|
3111
|
+
# resp.data_source.data_source_parameters.oracle_parameters.database #=> String
|
3078
3112
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.host #=> String
|
3079
3113
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.port #=> Integer
|
3080
3114
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.database #=> String
|
@@ -3120,6 +3154,9 @@ module Aws::QuickSight
|
|
3120
3154
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.host #=> String
|
3121
3155
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
|
3122
3156
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.database #=> String
|
3157
|
+
# resp.data_source.alternate_data_source_parameters[0].oracle_parameters.host #=> String
|
3158
|
+
# resp.data_source.alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
|
3159
|
+
# resp.data_source.alternate_data_source_parameters[0].oracle_parameters.database #=> String
|
3123
3160
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
|
3124
3161
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
|
3125
3162
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
|
@@ -3262,7 +3299,7 @@ module Aws::QuickSight
|
|
3262
3299
|
# to describe.
|
3263
3300
|
#
|
3264
3301
|
# @option params [required, String] :assignment_name
|
3265
|
-
# The name of the assignment.
|
3302
|
+
# The name of the assignment, also called a rule.
|
3266
3303
|
#
|
3267
3304
|
# @option params [required, String] :namespace
|
3268
3305
|
# The namespace that contains the assignment.
|
@@ -3837,6 +3874,16 @@ module Aws::QuickSight
|
|
3837
3874
|
# Remove the reset button on the embedded dashboard. The default is
|
3838
3875
|
# FALSE, which enables the reset button.
|
3839
3876
|
#
|
3877
|
+
# @option params [Boolean] :state_persistence_enabled
|
3878
|
+
# Adds persistence of state for the user session in an embedded
|
3879
|
+
# dashboard. Persistence applies to the sheet and the parameter
|
3880
|
+
# settings. These are control settings that the dashboard subscriber
|
3881
|
+
# (QuickSight reader) chooses while viewing the dashboard. If this is
|
3882
|
+
# set to `TRUE`, the settings are the same when the the subscriber
|
3883
|
+
# reopens the same dashboard URL. The state is stored in QuickSight, not
|
3884
|
+
# in a browser cookie. If this is set to FALSE, the state of the user
|
3885
|
+
# session is not persisted. The default is `FALSE`.
|
3886
|
+
#
|
3840
3887
|
# @option params [String] :user_arn
|
3841
3888
|
# The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
|
3842
3889
|
# `QUICKSIGHT` identity type. You can use this for any Amazon QuickSight
|
@@ -3869,6 +3916,7 @@ module Aws::QuickSight
|
|
3869
3916
|
# session_lifetime_in_minutes: 1,
|
3870
3917
|
# undo_redo_disabled: false,
|
3871
3918
|
# reset_disabled: false,
|
3919
|
+
# state_persistence_enabled: false,
|
3872
3920
|
# user_arn: "Arn",
|
3873
3921
|
# })
|
3874
3922
|
#
|
@@ -4187,6 +4235,7 @@ module Aws::QuickSight
|
|
4187
4235
|
# resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
|
4188
4236
|
# resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
|
4189
4237
|
# resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
4238
|
+
# resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
|
4190
4239
|
# resp.next_token #=> String
|
4191
4240
|
# resp.request_id #=> String
|
4192
4241
|
# resp.status #=> Integer
|
@@ -4236,7 +4285,7 @@ module Aws::QuickSight
|
|
4236
4285
|
# resp.data_sources[0].arn #=> String
|
4237
4286
|
# resp.data_sources[0].data_source_id #=> String
|
4238
4287
|
# resp.data_sources[0].name #=> String
|
4239
|
-
# resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER"
|
4288
|
+
# resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
|
4240
4289
|
# resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
4241
4290
|
# resp.data_sources[0].created_time #=> Time
|
4242
4291
|
# resp.data_sources[0].last_updated_time #=> Time
|
@@ -4256,6 +4305,9 @@ module Aws::QuickSight
|
|
4256
4305
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.host #=> String
|
4257
4306
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.port #=> Integer
|
4258
4307
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.database #=> String
|
4308
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.host #=> String
|
4309
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.port #=> Integer
|
4310
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.database #=> String
|
4259
4311
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.host #=> String
|
4260
4312
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.port #=> Integer
|
4261
4313
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.database #=> String
|
@@ -4301,6 +4353,9 @@ module Aws::QuickSight
|
|
4301
4353
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.host #=> String
|
4302
4354
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
|
4303
4355
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.database #=> String
|
4356
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.host #=> String
|
4357
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
|
4358
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.database #=> String
|
4304
4359
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
|
4305
4360
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
|
4306
4361
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
|
@@ -6096,6 +6151,9 @@ module Aws::QuickSight
|
|
6096
6151
|
# @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
|
6097
6152
|
# The row-level security configuration for the data you want to create.
|
6098
6153
|
#
|
6154
|
+
# @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
|
6155
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
6156
|
+
#
|
6099
6157
|
# @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6100
6158
|
#
|
6101
6159
|
# * {Types::UpdateDataSetResponse#arn #arn} => String
|
@@ -6187,6 +6245,9 @@ module Aws::QuickSight
|
|
6187
6245
|
# tags: [ # required
|
6188
6246
|
# {
|
6189
6247
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
6248
|
+
# column_description: {
|
6249
|
+
# text: "ColumnDescriptiveText",
|
6250
|
+
# },
|
6190
6251
|
# },
|
6191
6252
|
# ],
|
6192
6253
|
# },
|
@@ -6218,6 +6279,12 @@ module Aws::QuickSight
|
|
6218
6279
|
# arn: "Arn", # required
|
6219
6280
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
6220
6281
|
# },
|
6282
|
+
# column_level_permission_rules: [
|
6283
|
+
# {
|
6284
|
+
# principals: ["String"],
|
6285
|
+
# column_names: ["String"],
|
6286
|
+
# },
|
6287
|
+
# ],
|
6221
6288
|
# })
|
6222
6289
|
#
|
6223
6290
|
# @example Response structure
|
@@ -6374,6 +6441,11 @@ module Aws::QuickSight
|
|
6374
6441
|
# port: 1, # required
|
6375
6442
|
# database: "Database", # required
|
6376
6443
|
# },
|
6444
|
+
# oracle_parameters: {
|
6445
|
+
# host: "Host", # required
|
6446
|
+
# port: 1, # required
|
6447
|
+
# database: "Database", # required
|
6448
|
+
# },
|
6377
6449
|
# postgre_sql_parameters: {
|
6378
6450
|
# host: "Host", # required
|
6379
6451
|
# port: 1, # required
|
@@ -6465,6 +6537,11 @@ module Aws::QuickSight
|
|
6465
6537
|
# port: 1, # required
|
6466
6538
|
# database: "Database", # required
|
6467
6539
|
# },
|
6540
|
+
# oracle_parameters: {
|
6541
|
+
# host: "Host", # required
|
6542
|
+
# port: 1, # required
|
6543
|
+
# database: "Database", # required
|
6544
|
+
# },
|
6468
6545
|
# postgre_sql_parameters: {
|
6469
6546
|
# host: "Host", # required
|
6470
6547
|
# port: 1, # required
|
@@ -6657,14 +6734,14 @@ module Aws::QuickSight
|
|
6657
6734
|
|
6658
6735
|
# Updates an existing IAM policy assignment. This operation updates only
|
6659
6736
|
# the optional parameter or parameters that are specified in the
|
6660
|
-
# request.
|
6737
|
+
# request. This overwrites all of the users included in `Identities`.
|
6661
6738
|
#
|
6662
6739
|
# @option params [required, String] :aws_account_id
|
6663
6740
|
# The ID of the AWS account that contains the IAM policy assignment.
|
6664
6741
|
#
|
6665
6742
|
# @option params [required, String] :assignment_name
|
6666
|
-
# The name of the assignment. This name must be
|
6667
|
-
# account.
|
6743
|
+
# The name of the assignment, also called a rule. This name must be
|
6744
|
+
# unique within an AWS account.
|
6668
6745
|
#
|
6669
6746
|
# @option params [required, String] :namespace
|
6670
6747
|
# The namespace of the assignment.
|
@@ -7301,7 +7378,7 @@ module Aws::QuickSight
|
|
7301
7378
|
params: params,
|
7302
7379
|
config: config)
|
7303
7380
|
context[:gem_name] = 'aws-sdk-quicksight'
|
7304
|
-
context[:gem_version] = '1.
|
7381
|
+
context[:gem_version] = '1.36.0'
|
7305
7382
|
Seahorse::Client::Request.new(handlers, context)
|
7306
7383
|
end
|
7307
7384
|
|
@@ -53,6 +53,8 @@ module Aws::QuickSight
|
|
53
53
|
ClusterId = Shapes::StringShape.new(name: 'ClusterId')
|
54
54
|
ColorList = Shapes::ListShape.new(name: 'ColorList')
|
55
55
|
ColumnDataType = Shapes::StringShape.new(name: 'ColumnDataType')
|
56
|
+
ColumnDescription = Shapes::StructureShape.new(name: 'ColumnDescription')
|
57
|
+
ColumnDescriptiveText = Shapes::StringShape.new(name: 'ColumnDescriptiveText')
|
56
58
|
ColumnGroup = Shapes::StructureShape.new(name: 'ColumnGroup')
|
57
59
|
ColumnGroupColumnSchema = Shapes::StructureShape.new(name: 'ColumnGroupColumnSchema')
|
58
60
|
ColumnGroupColumnSchemaList = Shapes::ListShape.new(name: 'ColumnGroupColumnSchemaList')
|
@@ -61,8 +63,11 @@ module Aws::QuickSight
|
|
61
63
|
ColumnGroupSchema = Shapes::StructureShape.new(name: 'ColumnGroupSchema')
|
62
64
|
ColumnGroupSchemaList = Shapes::ListShape.new(name: 'ColumnGroupSchemaList')
|
63
65
|
ColumnId = Shapes::StringShape.new(name: 'ColumnId')
|
66
|
+
ColumnLevelPermissionRule = Shapes::StructureShape.new(name: 'ColumnLevelPermissionRule')
|
67
|
+
ColumnLevelPermissionRuleList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleList')
|
64
68
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
65
69
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
70
|
+
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
66
71
|
ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
|
67
72
|
ColumnSchemaList = Shapes::ListShape.new(name: 'ColumnSchemaList')
|
68
73
|
ColumnTag = Shapes::StructureShape.new(name: 'ColumnTag')
|
@@ -341,6 +346,7 @@ module Aws::QuickSight
|
|
341
346
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
342
347
|
OnClause = Shapes::StringShape.new(name: 'OnClause')
|
343
348
|
OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
|
349
|
+
OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
|
344
350
|
OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
|
345
351
|
OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
|
346
352
|
Parameters = Shapes::StructureShape.new(name: 'Parameters')
|
@@ -354,6 +360,7 @@ module Aws::QuickSight
|
|
354
360
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
355
361
|
PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
|
356
362
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
363
|
+
PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
|
357
364
|
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
358
365
|
ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
|
359
366
|
Query = Shapes::StringShape.new(name: 'Query')
|
@@ -632,6 +639,9 @@ module Aws::QuickSight
|
|
632
639
|
|
633
640
|
ColorList.member = Shapes::ShapeRef.new(shape: HexColor)
|
634
641
|
|
642
|
+
ColumnDescription.add_member(:text, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Text"))
|
643
|
+
ColumnDescription.struct_class = Types::ColumnDescription
|
644
|
+
|
635
645
|
ColumnGroup.add_member(:geo_spatial_column_group, Shapes::ShapeRef.new(shape: GeoSpatialColumnGroup, location_name: "GeoSpatialColumnGroup"))
|
636
646
|
ColumnGroup.struct_class = Types::ColumnGroup
|
637
647
|
|
@@ -648,8 +658,16 @@ module Aws::QuickSight
|
|
648
658
|
|
649
659
|
ColumnGroupSchemaList.member = Shapes::ShapeRef.new(shape: ColumnGroupSchema)
|
650
660
|
|
661
|
+
ColumnLevelPermissionRule.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalList, location_name: "Principals"))
|
662
|
+
ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "ColumnNames"))
|
663
|
+
ColumnLevelPermissionRule.struct_class = Types::ColumnLevelPermissionRule
|
664
|
+
|
665
|
+
ColumnLevelPermissionRuleList.member = Shapes::ShapeRef.new(shape: ColumnLevelPermissionRule)
|
666
|
+
|
651
667
|
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
652
668
|
|
669
|
+
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
670
|
+
|
653
671
|
ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
654
672
|
ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
655
673
|
ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
|
@@ -658,6 +676,7 @@ module Aws::QuickSight
|
|
658
676
|
ColumnSchemaList.member = Shapes::ShapeRef.new(shape: ColumnSchema)
|
659
677
|
|
660
678
|
ColumnTag.add_member(:column_geographic_role, Shapes::ShapeRef.new(shape: GeoSpatialDataRole, location_name: "ColumnGeographicRole"))
|
679
|
+
ColumnTag.add_member(:column_description, Shapes::ShapeRef.new(shape: ColumnDescription, location_name: "ColumnDescription"))
|
661
680
|
ColumnTag.struct_class = Types::ColumnTag
|
662
681
|
|
663
682
|
ColumnTagList.member = Shapes::ShapeRef.new(shape: ColumnTag)
|
@@ -733,6 +752,7 @@ module Aws::QuickSight
|
|
733
752
|
CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
734
753
|
CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
735
754
|
CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
755
|
+
CreateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
736
756
|
CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
737
757
|
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
738
758
|
|
@@ -981,6 +1001,7 @@ module Aws::QuickSight
|
|
981
1001
|
DataSet.add_member(:consumed_spice_capacity_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "ConsumedSpiceCapacityInBytes"))
|
982
1002
|
DataSet.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
983
1003
|
DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
1004
|
+
DataSet.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
984
1005
|
DataSet.struct_class = Types::DataSet
|
985
1006
|
|
986
1007
|
DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
|
@@ -1008,6 +1029,7 @@ module Aws::QuickSight
|
|
1008
1029
|
DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
1009
1030
|
DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
1010
1031
|
DataSetSummary.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
1032
|
+
DataSetSummary.add_member(:column_level_permission_rules_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "ColumnLevelPermissionRulesApplied"))
|
1011
1033
|
DataSetSummary.struct_class = Types::DataSetSummary
|
1012
1034
|
|
1013
1035
|
DataSetSummaryList.member = Shapes::ShapeRef.new(shape: DataSetSummary)
|
@@ -1044,6 +1066,7 @@ module Aws::QuickSight
|
|
1044
1066
|
DataSourceParameters.add_member(:jira_parameters, Shapes::ShapeRef.new(shape: JiraParameters, location_name: "JiraParameters"))
|
1045
1067
|
DataSourceParameters.add_member(:maria_db_parameters, Shapes::ShapeRef.new(shape: MariaDbParameters, location_name: "MariaDbParameters"))
|
1046
1068
|
DataSourceParameters.add_member(:my_sql_parameters, Shapes::ShapeRef.new(shape: MySqlParameters, location_name: "MySqlParameters"))
|
1069
|
+
DataSourceParameters.add_member(:oracle_parameters, Shapes::ShapeRef.new(shape: OracleParameters, location_name: "OracleParameters"))
|
1047
1070
|
DataSourceParameters.add_member(:postgre_sql_parameters, Shapes::ShapeRef.new(shape: PostgreSqlParameters, location_name: "PostgreSqlParameters"))
|
1048
1071
|
DataSourceParameters.add_member(:presto_parameters, Shapes::ShapeRef.new(shape: PrestoParameters, location_name: "PrestoParameters"))
|
1049
1072
|
DataSourceParameters.add_member(:rds_parameters, Shapes::ShapeRef.new(shape: RdsParameters, location_name: "RdsParameters"))
|
@@ -1465,8 +1488,9 @@ module Aws::QuickSight
|
|
1465
1488
|
GetDashboardEmbedUrlRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1466
1489
|
GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location: "querystring", location_name: "creds-type"))
|
1467
1490
|
GetDashboardEmbedUrlRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location: "querystring", location_name: "session-lifetime"))
|
1468
|
-
GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape:
|
1469
|
-
GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape:
|
1491
|
+
GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "undo-redo-disabled"))
|
1492
|
+
GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "reset-disabled"))
|
1493
|
+
GetDashboardEmbedUrlRequest.add_member(:state_persistence_enabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "state-persistence-enabled"))
|
1470
1494
|
GetDashboardEmbedUrlRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "user-arn"))
|
1471
1495
|
GetDashboardEmbedUrlRequest.struct_class = Types::GetDashboardEmbedUrlRequest
|
1472
1496
|
|
@@ -1858,7 +1882,13 @@ module Aws::QuickSight
|
|
1858
1882
|
|
1859
1883
|
Namespaces.member = Shapes::ShapeRef.new(shape: NamespaceInfoV2)
|
1860
1884
|
|
1885
|
+
OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1886
|
+
OracleParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1887
|
+
OracleParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1888
|
+
OracleParameters.struct_class = Types::OracleParameters
|
1889
|
+
|
1861
1890
|
OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
|
1891
|
+
OutputColumn.add_member(:description, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Description"))
|
1862
1892
|
OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
|
1863
1893
|
OutputColumn.struct_class = Types::OutputColumn
|
1864
1894
|
|
@@ -1892,6 +1922,8 @@ module Aws::QuickSight
|
|
1892
1922
|
PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
1893
1923
|
PrestoParameters.struct_class = Types::PrestoParameters
|
1894
1924
|
|
1925
|
+
PrincipalList.member = Shapes::ShapeRef.new(shape: String)
|
1926
|
+
|
1895
1927
|
ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnList, required: true, location_name: "ProjectedColumns"))
|
1896
1928
|
ProjectOperation.struct_class = Types::ProjectOperation
|
1897
1929
|
|
@@ -2371,6 +2403,7 @@ module Aws::QuickSight
|
|
2371
2403
|
UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
2372
2404
|
UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
2373
2405
|
UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
2406
|
+
UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
2374
2407
|
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
2375
2408
|
|
2376
2409
|
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -624,6 +624,27 @@ module Aws::QuickSight
|
|
624
624
|
include Aws::Structure
|
625
625
|
end
|
626
626
|
|
627
|
+
# Metadata that contains a description for a column.
|
628
|
+
#
|
629
|
+
# @note When making an API call, you may pass ColumnDescription
|
630
|
+
# data as a hash:
|
631
|
+
#
|
632
|
+
# {
|
633
|
+
# text: "ColumnDescriptiveText",
|
634
|
+
# }
|
635
|
+
#
|
636
|
+
# @!attribute [rw] text
|
637
|
+
# The text of a description for a column.
|
638
|
+
# @return [String]
|
639
|
+
#
|
640
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ColumnDescription AWS API Documentation
|
641
|
+
#
|
642
|
+
class ColumnDescription < Struct.new(
|
643
|
+
:text)
|
644
|
+
SENSITIVE = []
|
645
|
+
include Aws::Structure
|
646
|
+
end
|
647
|
+
|
627
648
|
# Groupings of columns that work together in certain Amazon QuickSight
|
628
649
|
# features. This is a variant type structure. For this structure to be
|
629
650
|
# valid, only one of the attributes can be non-null.
|
@@ -685,6 +706,38 @@ module Aws::QuickSight
|
|
685
706
|
include Aws::Structure
|
686
707
|
end
|
687
708
|
|
709
|
+
# A rule defined to grant access on one or more restricted columns. Each
|
710
|
+
# dataset can have multiple rules. To create a restricted column, you
|
711
|
+
# add it to one or more rules. Each rule must contain at least one
|
712
|
+
# column and at least one user or group. To be able to see a restricted
|
713
|
+
# column, a user or group needs to be added to a rule for that column.
|
714
|
+
#
|
715
|
+
# @note When making an API call, you may pass ColumnLevelPermissionRule
|
716
|
+
# data as a hash:
|
717
|
+
#
|
718
|
+
# {
|
719
|
+
# principals: ["String"],
|
720
|
+
# column_names: ["String"],
|
721
|
+
# }
|
722
|
+
#
|
723
|
+
# @!attribute [rw] principals
|
724
|
+
# An array of Amazon Resource Names (ARNs) for QuickSight users or
|
725
|
+
# groups.
|
726
|
+
# @return [Array<String>]
|
727
|
+
#
|
728
|
+
# @!attribute [rw] column_names
|
729
|
+
# An array of column names.
|
730
|
+
# @return [Array<String>]
|
731
|
+
#
|
732
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ColumnLevelPermissionRule AWS API Documentation
|
733
|
+
#
|
734
|
+
class ColumnLevelPermissionRule < Struct.new(
|
735
|
+
:principals,
|
736
|
+
:column_names)
|
737
|
+
SENSITIVE = []
|
738
|
+
include Aws::Structure
|
739
|
+
end
|
740
|
+
|
688
741
|
# The column schema.
|
689
742
|
#
|
690
743
|
# @!attribute [rw] name
|
@@ -718,16 +771,24 @@ module Aws::QuickSight
|
|
718
771
|
#
|
719
772
|
# {
|
720
773
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
774
|
+
# column_description: {
|
775
|
+
# text: "ColumnDescriptiveText",
|
776
|
+
# },
|
721
777
|
# }
|
722
778
|
#
|
723
779
|
# @!attribute [rw] column_geographic_role
|
724
780
|
# A geospatial role for a column.
|
725
781
|
# @return [String]
|
726
782
|
#
|
783
|
+
# @!attribute [rw] column_description
|
784
|
+
# A description for a column.
|
785
|
+
# @return [Types::ColumnDescription]
|
786
|
+
#
|
727
787
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ColumnTag AWS API Documentation
|
728
788
|
#
|
729
789
|
class ColumnTag < Struct.new(
|
730
|
-
:column_geographic_role
|
790
|
+
:column_geographic_role,
|
791
|
+
:column_description)
|
731
792
|
SENSITIVE = []
|
732
793
|
include Aws::Structure
|
733
794
|
end
|
@@ -1331,6 +1392,9 @@ module Aws::QuickSight
|
|
1331
1392
|
# tags: [ # required
|
1332
1393
|
# {
|
1333
1394
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
1395
|
+
# column_description: {
|
1396
|
+
# text: "ColumnDescriptiveText",
|
1397
|
+
# },
|
1334
1398
|
# },
|
1335
1399
|
# ],
|
1336
1400
|
# },
|
@@ -1368,6 +1432,12 @@ module Aws::QuickSight
|
|
1368
1432
|
# arn: "Arn", # required
|
1369
1433
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
1370
1434
|
# },
|
1435
|
+
# column_level_permission_rules: [
|
1436
|
+
# {
|
1437
|
+
# principals: ["String"],
|
1438
|
+
# column_names: ["String"],
|
1439
|
+
# },
|
1440
|
+
# ],
|
1371
1441
|
# tags: [
|
1372
1442
|
# {
|
1373
1443
|
# key: "TagKey", # required
|
@@ -1417,6 +1487,10 @@ module Aws::QuickSight
|
|
1417
1487
|
# create.
|
1418
1488
|
# @return [Types::RowLevelPermissionDataSet]
|
1419
1489
|
#
|
1490
|
+
# @!attribute [rw] column_level_permission_rules
|
1491
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
1492
|
+
# @return [Array<Types::ColumnLevelPermissionRule>]
|
1493
|
+
#
|
1420
1494
|
# @!attribute [rw] tags
|
1421
1495
|
# Contains a map of the key-value pairs for the resource tag or tags
|
1422
1496
|
# assigned to the dataset.
|
@@ -1434,6 +1508,7 @@ module Aws::QuickSight
|
|
1434
1508
|
:column_groups,
|
1435
1509
|
:permissions,
|
1436
1510
|
:row_level_permission_data_set,
|
1511
|
+
:column_level_permission_rules,
|
1437
1512
|
:tags)
|
1438
1513
|
SENSITIVE = []
|
1439
1514
|
include Aws::Structure
|
@@ -1486,7 +1561,7 @@ module Aws::QuickSight
|
|
1486
1561
|
# aws_account_id: "AwsAccountId", # required
|
1487
1562
|
# data_source_id: "ResourceId", # required
|
1488
1563
|
# name: "ResourceName", # required
|
1489
|
-
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER
|
1564
|
+
# type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM
|
1490
1565
|
# data_source_parameters: {
|
1491
1566
|
# amazon_elasticsearch_parameters: {
|
1492
1567
|
# domain: "Domain", # required
|
@@ -1520,6 +1595,11 @@ module Aws::QuickSight
|
|
1520
1595
|
# port: 1, # required
|
1521
1596
|
# database: "Database", # required
|
1522
1597
|
# },
|
1598
|
+
# oracle_parameters: {
|
1599
|
+
# host: "Host", # required
|
1600
|
+
# port: 1, # required
|
1601
|
+
# database: "Database", # required
|
1602
|
+
# },
|
1523
1603
|
# postgre_sql_parameters: {
|
1524
1604
|
# host: "Host", # required
|
1525
1605
|
# port: 1, # required
|
@@ -1611,6 +1691,11 @@ module Aws::QuickSight
|
|
1611
1691
|
# port: 1, # required
|
1612
1692
|
# database: "Database", # required
|
1613
1693
|
# },
|
1694
|
+
# oracle_parameters: {
|
1695
|
+
# host: "Host", # required
|
1696
|
+
# port: 1, # required
|
1697
|
+
# database: "Database", # required
|
1698
|
+
# },
|
1614
1699
|
# postgre_sql_parameters: {
|
1615
1700
|
# host: "Host", # required
|
1616
1701
|
# port: 1, # required
|
@@ -1935,7 +2020,8 @@ module Aws::QuickSight
|
|
1935
2020
|
# @return [String]
|
1936
2021
|
#
|
1937
2022
|
# @!attribute [rw] assignment_name
|
1938
|
-
# The name of the assignment. It must be unique
|
2023
|
+
# The name of the assignment, also called a rule. It must be unique
|
2024
|
+
# within an AWS account.
|
1939
2025
|
# @return [String]
|
1940
2026
|
#
|
1941
2027
|
# @!attribute [rw] assignment_status
|
@@ -2648,6 +2734,11 @@ module Aws::QuickSight
|
|
2648
2734
|
# port: 1, # required
|
2649
2735
|
# database: "Database", # required
|
2650
2736
|
# },
|
2737
|
+
# oracle_parameters: {
|
2738
|
+
# host: "Host", # required
|
2739
|
+
# port: 1, # required
|
2740
|
+
# database: "Database", # required
|
2741
|
+
# },
|
2651
2742
|
# postgre_sql_parameters: {
|
2652
2743
|
# host: "Host", # required
|
2653
2744
|
# port: 1, # required
|
@@ -2718,7 +2809,7 @@ module Aws::QuickSight
|
|
2718
2809
|
# data source parameters when you copy a data source by using a create
|
2719
2810
|
# or update request. The API operation compares the
|
2720
2811
|
# `DataSourceParameters` structure that's in the request with the
|
2721
|
-
# structures in the `AlternateDataSourceParameters`
|
2812
|
+
# structures in the `AlternateDataSourceParameters` allow list. If the
|
2722
2813
|
# structures are an exact match, the request is allowed to use the new
|
2723
2814
|
# data source with the existing credentials. If the
|
2724
2815
|
# `AlternateDataSourceParameters` list is null, the
|
@@ -3125,7 +3216,7 @@ module Aws::QuickSight
|
|
3125
3216
|
end
|
3126
3217
|
|
3127
3218
|
# The theme colors that are used for data colors in charts. The colors
|
3128
|
-
# description is a
|
3219
|
+
# description is a hexadecimal color code that consists of six
|
3129
3220
|
# alphanumerical characters, prefixed with `#`, for example #37BFF5.
|
3130
3221
|
#
|
3131
3222
|
# @note When making an API call, you may pass DataColorPalette
|
@@ -3216,6 +3307,10 @@ module Aws::QuickSight
|
|
3216
3307
|
# The row-level security configuration for the dataset.
|
3217
3308
|
# @return [Types::RowLevelPermissionDataSet]
|
3218
3309
|
#
|
3310
|
+
# @!attribute [rw] column_level_permission_rules
|
3311
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
3312
|
+
# @return [Array<Types::ColumnLevelPermissionRule>]
|
3313
|
+
#
|
3219
3314
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSet AWS API Documentation
|
3220
3315
|
#
|
3221
3316
|
class DataSet < Struct.new(
|
@@ -3230,7 +3325,8 @@ module Aws::QuickSight
|
|
3230
3325
|
:import_mode,
|
3231
3326
|
:consumed_spice_capacity_in_bytes,
|
3232
3327
|
:column_groups,
|
3233
|
-
:row_level_permission_data_set
|
3328
|
+
:row_level_permission_data_set,
|
3329
|
+
:column_level_permission_rules)
|
3234
3330
|
SENSITIVE = []
|
3235
3331
|
include Aws::Structure
|
3236
3332
|
end
|
@@ -3330,6 +3426,10 @@ module Aws::QuickSight
|
|
3330
3426
|
# The row-level security configuration for the dataset.
|
3331
3427
|
# @return [Types::RowLevelPermissionDataSet]
|
3332
3428
|
#
|
3429
|
+
# @!attribute [rw] column_level_permission_rules_applied
|
3430
|
+
# Indicates if the dataset has column level permission configured.
|
3431
|
+
# @return [Boolean]
|
3432
|
+
#
|
3333
3433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSetSummary AWS API Documentation
|
3334
3434
|
#
|
3335
3435
|
class DataSetSummary < Struct.new(
|
@@ -3339,7 +3439,8 @@ module Aws::QuickSight
|
|
3339
3439
|
:created_time,
|
3340
3440
|
:last_updated_time,
|
3341
3441
|
:import_mode,
|
3342
|
-
:row_level_permission_data_set
|
3442
|
+
:row_level_permission_data_set,
|
3443
|
+
:column_level_permission_rules_applied)
|
3343
3444
|
SENSITIVE = []
|
3344
3445
|
include Aws::Structure
|
3345
3446
|
end
|
@@ -3388,10 +3489,10 @@ module Aws::QuickSight
|
|
3388
3489
|
# applied in tandem with the data source parameters when you copy a
|
3389
3490
|
# data source by using a create or update request. The API operation
|
3390
3491
|
# compares the `DataSourceParameters` structure that's in the request
|
3391
|
-
# with the structures in the `AlternateDataSourceParameters`
|
3392
|
-
#
|
3393
|
-
#
|
3394
|
-
#
|
3492
|
+
# with the structures in the `AlternateDataSourceParameters` allow
|
3493
|
+
# list. If the structures are an exact match, the request is allowed
|
3494
|
+
# to use the credentials from this existing data source. If the
|
3495
|
+
# `AlternateDataSourceParameters` list is null, the `Credentials`
|
3395
3496
|
# originally used with this `DataSourceParameters` are automatically
|
3396
3497
|
# allowed.
|
3397
3498
|
# @return [Array<Types::DataSourceParameters>]
|
@@ -3475,6 +3576,11 @@ module Aws::QuickSight
|
|
3475
3576
|
# port: 1, # required
|
3476
3577
|
# database: "Database", # required
|
3477
3578
|
# },
|
3579
|
+
# oracle_parameters: {
|
3580
|
+
# host: "Host", # required
|
3581
|
+
# port: 1, # required
|
3582
|
+
# database: "Database", # required
|
3583
|
+
# },
|
3478
3584
|
# postgre_sql_parameters: {
|
3479
3585
|
# host: "Host", # required
|
3480
3586
|
# port: 1, # required
|
@@ -3612,6 +3718,11 @@ module Aws::QuickSight
|
|
3612
3718
|
# port: 1, # required
|
3613
3719
|
# database: "Database", # required
|
3614
3720
|
# },
|
3721
|
+
# oracle_parameters: {
|
3722
|
+
# host: "Host", # required
|
3723
|
+
# port: 1, # required
|
3724
|
+
# database: "Database", # required
|
3725
|
+
# },
|
3615
3726
|
# postgre_sql_parameters: {
|
3616
3727
|
# host: "Host", # required
|
3617
3728
|
# port: 1, # required
|
@@ -3698,6 +3809,10 @@ module Aws::QuickSight
|
|
3698
3809
|
# MySQL parameters.
|
3699
3810
|
# @return [Types::MySqlParameters]
|
3700
3811
|
#
|
3812
|
+
# @!attribute [rw] oracle_parameters
|
3813
|
+
# Oracle parameters.
|
3814
|
+
# @return [Types::OracleParameters]
|
3815
|
+
#
|
3701
3816
|
# @!attribute [rw] postgre_sql_parameters
|
3702
3817
|
# PostgreSQL parameters.
|
3703
3818
|
# @return [Types::PostgreSqlParameters]
|
@@ -3753,6 +3868,7 @@ module Aws::QuickSight
|
|
3753
3868
|
:jira_parameters,
|
3754
3869
|
:maria_db_parameters,
|
3755
3870
|
:my_sql_parameters,
|
3871
|
+
:oracle_parameters,
|
3756
3872
|
:postgre_sql_parameters,
|
3757
3873
|
:presto_parameters,
|
3758
3874
|
:rds_parameters,
|
@@ -5308,7 +5424,7 @@ module Aws::QuickSight
|
|
5308
5424
|
# @return [String]
|
5309
5425
|
#
|
5310
5426
|
# @!attribute [rw] assignment_name
|
5311
|
-
# The name of the assignment.
|
5427
|
+
# The name of the assignment, also called a rule.
|
5312
5428
|
# @return [String]
|
5313
5429
|
#
|
5314
5430
|
# @!attribute [rw] namespace
|
@@ -5993,6 +6109,7 @@ module Aws::QuickSight
|
|
5993
6109
|
# session_lifetime_in_minutes: 1,
|
5994
6110
|
# undo_redo_disabled: false,
|
5995
6111
|
# reset_disabled: false,
|
6112
|
+
# state_persistence_enabled: false,
|
5996
6113
|
# user_arn: "Arn",
|
5997
6114
|
# }
|
5998
6115
|
#
|
@@ -6024,6 +6141,17 @@ module Aws::QuickSight
|
|
6024
6141
|
# FALSE, which enables the reset button.
|
6025
6142
|
# @return [Boolean]
|
6026
6143
|
#
|
6144
|
+
# @!attribute [rw] state_persistence_enabled
|
6145
|
+
# Adds persistence of state for the user session in an embedded
|
6146
|
+
# dashboard. Persistence applies to the sheet and the parameter
|
6147
|
+
# settings. These are control settings that the dashboard subscriber
|
6148
|
+
# (QuickSight reader) chooses while viewing the dashboard. If this is
|
6149
|
+
# set to `TRUE`, the settings are the same when the the subscriber
|
6150
|
+
# reopens the same dashboard URL. The state is stored in QuickSight,
|
6151
|
+
# not in a browser cookie. If this is set to FALSE, the state of the
|
6152
|
+
# user session is not persisted. The default is `FALSE`.
|
6153
|
+
# @return [Boolean]
|
6154
|
+
#
|
6027
6155
|
# @!attribute [rw] user_arn
|
6028
6156
|
# The Amazon QuickSight user's Amazon Resource Name (ARN), for use
|
6029
6157
|
# with `QUICKSIGHT` identity type. You can use this for any Amazon
|
@@ -6051,6 +6179,7 @@ module Aws::QuickSight
|
|
6051
6179
|
:session_lifetime_in_minutes,
|
6052
6180
|
:undo_redo_disabled,
|
6053
6181
|
:reset_disabled,
|
6182
|
+
:state_persistence_enabled,
|
6054
6183
|
:user_arn)
|
6055
6184
|
SENSITIVE = []
|
6056
6185
|
include Aws::Structure
|
@@ -7929,6 +8058,9 @@ module Aws::QuickSight
|
|
7929
8058
|
# tags: [ # required
|
7930
8059
|
# {
|
7931
8060
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
8061
|
+
# column_description: {
|
8062
|
+
# text: "ColumnDescriptiveText",
|
8063
|
+
# },
|
7932
8064
|
# },
|
7933
8065
|
# ],
|
7934
8066
|
# },
|
@@ -8174,12 +8306,49 @@ module Aws::QuickSight
|
|
8174
8306
|
include Aws::Structure
|
8175
8307
|
end
|
8176
8308
|
|
8309
|
+
# Oracle parameters.
|
8310
|
+
#
|
8311
|
+
# @note When making an API call, you may pass OracleParameters
|
8312
|
+
# data as a hash:
|
8313
|
+
#
|
8314
|
+
# {
|
8315
|
+
# host: "Host", # required
|
8316
|
+
# port: 1, # required
|
8317
|
+
# database: "Database", # required
|
8318
|
+
# }
|
8319
|
+
#
|
8320
|
+
# @!attribute [rw] host
|
8321
|
+
# An Oracle host.
|
8322
|
+
# @return [String]
|
8323
|
+
#
|
8324
|
+
# @!attribute [rw] port
|
8325
|
+
# Port.
|
8326
|
+
# @return [Integer]
|
8327
|
+
#
|
8328
|
+
# @!attribute [rw] database
|
8329
|
+
# Database.
|
8330
|
+
# @return [String]
|
8331
|
+
#
|
8332
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/OracleParameters AWS API Documentation
|
8333
|
+
#
|
8334
|
+
class OracleParameters < Struct.new(
|
8335
|
+
:host,
|
8336
|
+
:port,
|
8337
|
+
:database)
|
8338
|
+
SENSITIVE = []
|
8339
|
+
include Aws::Structure
|
8340
|
+
end
|
8341
|
+
|
8177
8342
|
# Output column.
|
8178
8343
|
#
|
8179
8344
|
# @!attribute [rw] name
|
8180
8345
|
# A display name for the dataset.
|
8181
8346
|
# @return [String]
|
8182
8347
|
#
|
8348
|
+
# @!attribute [rw] description
|
8349
|
+
# A description for a column.
|
8350
|
+
# @return [String]
|
8351
|
+
#
|
8183
8352
|
# @!attribute [rw] type
|
8184
8353
|
# Type.
|
8185
8354
|
# @return [String]
|
@@ -8188,6 +8357,7 @@ module Aws::QuickSight
|
|
8188
8357
|
#
|
8189
8358
|
class OutputColumn < Struct.new(
|
8190
8359
|
:name,
|
8360
|
+
:description,
|
8191
8361
|
:type)
|
8192
8362
|
SENSITIVE = []
|
8193
8363
|
include Aws::Structure
|
@@ -8832,8 +9002,12 @@ module Aws::QuickSight
|
|
8832
9002
|
# The Amazon Resource Name (ARN) of the principal. This can be one of
|
8833
9003
|
# the following:
|
8834
9004
|
#
|
8835
|
-
# * The ARN of an Amazon QuickSight user
|
8836
|
-
# is
|
9005
|
+
# * The ARN of an Amazon QuickSight user or group associated with a
|
9006
|
+
# data source or dataset. (This is common.)
|
9007
|
+
#
|
9008
|
+
# * The ARN of an Amazon QuickSight user, group, or namespace
|
9009
|
+
# associated with an analysis, dashboard, template, or theme. (This
|
9010
|
+
# is common.)
|
8837
9011
|
#
|
8838
9012
|
# * The ARN of an AWS account root: This is an IAM ARN rather than a
|
8839
9013
|
# QuickSight ARN. Use this option only to share resources
|
@@ -8841,8 +9015,7 @@ module Aws::QuickSight
|
|
8841
9015
|
# @return [String]
|
8842
9016
|
#
|
8843
9017
|
# @!attribute [rw] actions
|
8844
|
-
# The IAM action to grant or revoke permissions on
|
8845
|
-
# `"quicksight:DescribeDashboard"`.
|
9018
|
+
# The IAM action to grant or revoke permissions on.
|
8846
9019
|
# @return [Array<String>]
|
8847
9020
|
#
|
8848
9021
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ResourcePermission AWS API Documentation
|
@@ -9240,20 +9413,20 @@ module Aws::QuickSight
|
|
9240
9413
|
include Aws::Structure
|
9241
9414
|
end
|
9242
9415
|
|
9243
|
-
# A sheet is an object that contains a set of visuals that are
|
9244
|
-
# together on one page in the Amazon QuickSight console. Every
|
9245
|
-
# and dashboard contains at least one sheet. Each sheet
|
9246
|
-
# least one visualization widget, for example a chart, pivot
|
9247
|
-
# narrative insight. Sheets can be associated with other
|
9248
|
-
# such as controls, filters, and so on.
|
9416
|
+
# A *sheet*, which is an object that contains a set of visuals that are
|
9417
|
+
# viewed together on one page in the Amazon QuickSight console. Every
|
9418
|
+
# analysis and dashboard contains at least one sheet. Each sheet
|
9419
|
+
# contains at least one visualization widget, for example a chart, pivot
|
9420
|
+
# table, or narrative insight. Sheets can be associated with other
|
9421
|
+
# components, such as controls, filters, and so on.
|
9249
9422
|
#
|
9250
9423
|
# @!attribute [rw] sheet_id
|
9251
9424
|
# The unique identifier associated with a sheet.
|
9252
9425
|
# @return [String]
|
9253
9426
|
#
|
9254
9427
|
# @!attribute [rw] name
|
9255
|
-
# The name of a sheet. This is displayed on the sheet's tab in
|
9256
|
-
# QuickSight console.
|
9428
|
+
# The name of a sheet. This name is displayed on the sheet's tab in
|
9429
|
+
# the QuickSight console.
|
9257
9430
|
# @return [String]
|
9258
9431
|
#
|
9259
9432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Sheet AWS API Documentation
|
@@ -9504,6 +9677,9 @@ module Aws::QuickSight
|
|
9504
9677
|
# tags: [ # required
|
9505
9678
|
# {
|
9506
9679
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
9680
|
+
# column_description: {
|
9681
|
+
# text: "ColumnDescriptiveText",
|
9682
|
+
# },
|
9507
9683
|
# },
|
9508
9684
|
# ],
|
9509
9685
|
# }
|
@@ -10322,6 +10498,9 @@ module Aws::QuickSight
|
|
10322
10498
|
# tags: [ # required
|
10323
10499
|
# {
|
10324
10500
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
10501
|
+
# column_description: {
|
10502
|
+
# text: "ColumnDescriptiveText",
|
10503
|
+
# },
|
10325
10504
|
# },
|
10326
10505
|
# ],
|
10327
10506
|
# },
|
@@ -10394,7 +10573,7 @@ module Aws::QuickSight
|
|
10394
10573
|
end
|
10395
10574
|
|
10396
10575
|
# The theme colors that apply to UI and to charts, excluding data
|
10397
|
-
# colors. The colors description is a
|
10576
|
+
# colors. The colors description is a hexadecimal color code that
|
10398
10577
|
# consists of six alphanumerical characters, prefixed with `#`, for
|
10399
10578
|
# example #37BFF5. For more information, see [Using Themes in Amazon
|
10400
10579
|
# QuickSight][1] in the *Amazon QuickSight User Guide.*
|
@@ -11405,6 +11584,9 @@ module Aws::QuickSight
|
|
11405
11584
|
# tags: [ # required
|
11406
11585
|
# {
|
11407
11586
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
11587
|
+
# column_description: {
|
11588
|
+
# text: "ColumnDescriptiveText",
|
11589
|
+
# },
|
11408
11590
|
# },
|
11409
11591
|
# ],
|
11410
11592
|
# },
|
@@ -11436,6 +11618,12 @@ module Aws::QuickSight
|
|
11436
11618
|
# arn: "Arn", # required
|
11437
11619
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
11438
11620
|
# },
|
11621
|
+
# column_level_permission_rules: [
|
11622
|
+
# {
|
11623
|
+
# principals: ["String"],
|
11624
|
+
# column_names: ["String"],
|
11625
|
+
# },
|
11626
|
+
# ],
|
11439
11627
|
# }
|
11440
11628
|
#
|
11441
11629
|
# @!attribute [rw] aws_account_id
|
@@ -11475,6 +11663,10 @@ module Aws::QuickSight
|
|
11475
11663
|
# create.
|
11476
11664
|
# @return [Types::RowLevelPermissionDataSet]
|
11477
11665
|
#
|
11666
|
+
# @!attribute [rw] column_level_permission_rules
|
11667
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
11668
|
+
# @return [Array<Types::ColumnLevelPermissionRule>]
|
11669
|
+
#
|
11478
11670
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSetRequest AWS API Documentation
|
11479
11671
|
#
|
11480
11672
|
class UpdateDataSetRequest < Struct.new(
|
@@ -11485,7 +11677,8 @@ module Aws::QuickSight
|
|
11485
11677
|
:logical_table_map,
|
11486
11678
|
:import_mode,
|
11487
11679
|
:column_groups,
|
11488
|
-
:row_level_permission_data_set
|
11680
|
+
:row_level_permission_data_set,
|
11681
|
+
:column_level_permission_rules)
|
11489
11682
|
SENSITIVE = []
|
11490
11683
|
include Aws::Structure
|
11491
11684
|
end
|
@@ -11648,6 +11841,11 @@ module Aws::QuickSight
|
|
11648
11841
|
# port: 1, # required
|
11649
11842
|
# database: "Database", # required
|
11650
11843
|
# },
|
11844
|
+
# oracle_parameters: {
|
11845
|
+
# host: "Host", # required
|
11846
|
+
# port: 1, # required
|
11847
|
+
# database: "Database", # required
|
11848
|
+
# },
|
11651
11849
|
# postgre_sql_parameters: {
|
11652
11850
|
# host: "Host", # required
|
11653
11851
|
# port: 1, # required
|
@@ -11739,6 +11937,11 @@ module Aws::QuickSight
|
|
11739
11937
|
# port: 1, # required
|
11740
11938
|
# database: "Database", # required
|
11741
11939
|
# },
|
11940
|
+
# oracle_parameters: {
|
11941
|
+
# host: "Host", # required
|
11942
|
+
# port: 1, # required
|
11943
|
+
# database: "Database", # required
|
11944
|
+
# },
|
11742
11945
|
# postgre_sql_parameters: {
|
11743
11946
|
# host: "Host", # required
|
11744
11947
|
# port: 1, # required
|
@@ -11965,8 +12168,8 @@ module Aws::QuickSight
|
|
11965
12168
|
# @return [String]
|
11966
12169
|
#
|
11967
12170
|
# @!attribute [rw] assignment_name
|
11968
|
-
# The name of the assignment. This name must be
|
11969
|
-
# account.
|
12171
|
+
# The name of the assignment, also called a rule. This name must be
|
12172
|
+
# unique within an AWS account.
|
11970
12173
|
# @return [String]
|
11971
12174
|
#
|
11972
12175
|
# @!attribute [rw] namespace
|
@@ -12010,7 +12213,7 @@ module Aws::QuickSight
|
|
12010
12213
|
end
|
12011
12214
|
|
12012
12215
|
# @!attribute [rw] assignment_name
|
12013
|
-
# The name of the assignment.
|
12216
|
+
# The name of the assignment or rule.
|
12014
12217
|
# @return [String]
|
12015
12218
|
#
|
12016
12219
|
# @!attribute [rw] assignment_id
|
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.
|
4
|
+
version: 1.36.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: 2020-
|
11
|
+
date: 2020-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.109.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.109.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|