aws-sdk-quicksight 1.34.0 → 1.35.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 +70 -12
- data/lib/aws-sdk-quicksight/client_api.rb +25 -0
- data/lib/aws-sdk-quicksight/types.rb +146 -11
- 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: 1e0e1508be6131dd8827b37961de8a05702050061d4caf99524668492a0e5c74
|
4
|
+
data.tar.gz: 4f8aa926c5f6bbac12a143f925d637094eda713f0cb6d13fa49827ee45416c43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1890dbf53f9096696f8218f89b77c86e7f015a0a24bd379646da956e5afa41597305d61a1e229bdf37d1fdf8591e76d8b07da6e820be91c277bdd7139241ffd6
|
7
|
+
data.tar.gz: 921efd37d6ab94c5ba68bf01b08048e53b8bad1bd9176ca43209f22621b86c916a8d105b640446f05a3e5f70c0ccd2e5ba884202b5028b7075fa0f1b4436a950
|
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.
|
@@ -926,6 +929,12 @@ module Aws::QuickSight
|
|
926
929
|
# arn: "Arn", # required
|
927
930
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
928
931
|
# },
|
932
|
+
# column_level_permission_rules: [
|
933
|
+
# {
|
934
|
+
# principals: ["String"],
|
935
|
+
# column_names: ["String"],
|
936
|
+
# },
|
937
|
+
# ],
|
929
938
|
# tags: [
|
930
939
|
# {
|
931
940
|
# key: "TagKey", # required
|
@@ -1008,7 +1017,7 @@ module Aws::QuickSight
|
|
1008
1017
|
# aws_account_id: "AwsAccountId", # required
|
1009
1018
|
# data_source_id: "ResourceId", # required
|
1010
1019
|
# name: "ResourceName", # required
|
1011
|
-
# 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, TIMESTREAM
|
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
|
1012
1021
|
# data_source_parameters: {
|
1013
1022
|
# amazon_elasticsearch_parameters: {
|
1014
1023
|
# domain: "Domain", # required
|
@@ -1042,6 +1051,11 @@ module Aws::QuickSight
|
|
1042
1051
|
# port: 1, # required
|
1043
1052
|
# database: "Database", # required
|
1044
1053
|
# },
|
1054
|
+
# oracle_parameters: {
|
1055
|
+
# host: "Host", # required
|
1056
|
+
# port: 1, # required
|
1057
|
+
# database: "Database", # required
|
1058
|
+
# },
|
1045
1059
|
# postgre_sql_parameters: {
|
1046
1060
|
# host: "Host", # required
|
1047
1061
|
# port: 1, # required
|
@@ -1133,6 +1147,11 @@ module Aws::QuickSight
|
|
1133
1147
|
# port: 1, # required
|
1134
1148
|
# database: "Database", # required
|
1135
1149
|
# },
|
1150
|
+
# oracle_parameters: {
|
1151
|
+
# host: "Host", # required
|
1152
|
+
# port: 1, # required
|
1153
|
+
# database: "Database", # required
|
1154
|
+
# },
|
1136
1155
|
# postgre_sql_parameters: {
|
1137
1156
|
# host: "Host", # required
|
1138
1157
|
# port: 1, # required
|
@@ -1330,16 +1349,18 @@ module Aws::QuickSight
|
|
1330
1349
|
end
|
1331
1350
|
|
1332
1351
|
# Creates an assignment with one specified IAM policy, identified by its
|
1333
|
-
# Amazon Resource Name (ARN). This policy
|
1334
|
-
# groups or users of Amazon QuickSight.
|
1335
|
-
#
|
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.
|
1336
1356
|
#
|
1337
1357
|
# @option params [required, String] :aws_account_id
|
1338
1358
|
# The ID of the AWS account where you want to assign an IAM policy to
|
1339
1359
|
# QuickSight users or groups.
|
1340
1360
|
#
|
1341
1361
|
# @option params [required, String] :assignment_name
|
1342
|
-
# 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.
|
1343
1364
|
#
|
1344
1365
|
# @option params [required, String] :assignment_status
|
1345
1366
|
# The status of the assignment. Possible values are as follows:
|
@@ -2974,6 +2995,11 @@ module Aws::QuickSight
|
|
2974
2995
|
# resp.data_set.row_level_permission_data_set.namespace #=> String
|
2975
2996
|
# resp.data_set.row_level_permission_data_set.arn #=> String
|
2976
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
|
2977
3003
|
# resp.request_id #=> String
|
2978
3004
|
# resp.status #=> Integer
|
2979
3005
|
#
|
@@ -3060,7 +3086,7 @@ module Aws::QuickSight
|
|
3060
3086
|
# resp.data_source.arn #=> String
|
3061
3087
|
# resp.data_source.data_source_id #=> String
|
3062
3088
|
# resp.data_source.name #=> String
|
3063
|
-
# 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", "TIMESTREAM"
|
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"
|
3064
3090
|
# resp.data_source.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
3065
3091
|
# resp.data_source.created_time #=> Time
|
3066
3092
|
# resp.data_source.last_updated_time #=> Time
|
@@ -3080,6 +3106,9 @@ module Aws::QuickSight
|
|
3080
3106
|
# resp.data_source.data_source_parameters.my_sql_parameters.host #=> String
|
3081
3107
|
# resp.data_source.data_source_parameters.my_sql_parameters.port #=> Integer
|
3082
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
|
3083
3112
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.host #=> String
|
3084
3113
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.port #=> Integer
|
3085
3114
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.database #=> String
|
@@ -3125,6 +3154,9 @@ module Aws::QuickSight
|
|
3125
3154
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.host #=> String
|
3126
3155
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
|
3127
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
|
3128
3160
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
|
3129
3161
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
|
3130
3162
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
|
@@ -3267,7 +3299,7 @@ module Aws::QuickSight
|
|
3267
3299
|
# to describe.
|
3268
3300
|
#
|
3269
3301
|
# @option params [required, String] :assignment_name
|
3270
|
-
# The name of the assignment.
|
3302
|
+
# The name of the assignment, also called a rule.
|
3271
3303
|
#
|
3272
3304
|
# @option params [required, String] :namespace
|
3273
3305
|
# The namespace that contains the assignment.
|
@@ -4192,6 +4224,7 @@ module Aws::QuickSight
|
|
4192
4224
|
# resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
|
4193
4225
|
# resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
|
4194
4226
|
# resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
4227
|
+
# resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
|
4195
4228
|
# resp.next_token #=> String
|
4196
4229
|
# resp.request_id #=> String
|
4197
4230
|
# resp.status #=> Integer
|
@@ -4241,7 +4274,7 @@ module Aws::QuickSight
|
|
4241
4274
|
# resp.data_sources[0].arn #=> String
|
4242
4275
|
# resp.data_sources[0].data_source_id #=> String
|
4243
4276
|
# resp.data_sources[0].name #=> String
|
4244
|
-
# 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", "TIMESTREAM"
|
4277
|
+
# 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"
|
4245
4278
|
# resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
4246
4279
|
# resp.data_sources[0].created_time #=> Time
|
4247
4280
|
# resp.data_sources[0].last_updated_time #=> Time
|
@@ -4261,6 +4294,9 @@ module Aws::QuickSight
|
|
4261
4294
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.host #=> String
|
4262
4295
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.port #=> Integer
|
4263
4296
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.database #=> String
|
4297
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.host #=> String
|
4298
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.port #=> Integer
|
4299
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.database #=> String
|
4264
4300
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.host #=> String
|
4265
4301
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.port #=> Integer
|
4266
4302
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.database #=> String
|
@@ -4306,6 +4342,9 @@ module Aws::QuickSight
|
|
4306
4342
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.host #=> String
|
4307
4343
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
|
4308
4344
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.database #=> String
|
4345
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.host #=> String
|
4346
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
|
4347
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.database #=> String
|
4309
4348
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
|
4310
4349
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
|
4311
4350
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
|
@@ -6101,6 +6140,9 @@ module Aws::QuickSight
|
|
6101
6140
|
# @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
|
6102
6141
|
# The row-level security configuration for the data you want to create.
|
6103
6142
|
#
|
6143
|
+
# @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
|
6144
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
6145
|
+
#
|
6104
6146
|
# @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6105
6147
|
#
|
6106
6148
|
# * {Types::UpdateDataSetResponse#arn #arn} => String
|
@@ -6226,6 +6268,12 @@ module Aws::QuickSight
|
|
6226
6268
|
# arn: "Arn", # required
|
6227
6269
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
6228
6270
|
# },
|
6271
|
+
# column_level_permission_rules: [
|
6272
|
+
# {
|
6273
|
+
# principals: ["String"],
|
6274
|
+
# column_names: ["String"],
|
6275
|
+
# },
|
6276
|
+
# ],
|
6229
6277
|
# })
|
6230
6278
|
#
|
6231
6279
|
# @example Response structure
|
@@ -6382,6 +6430,11 @@ module Aws::QuickSight
|
|
6382
6430
|
# port: 1, # required
|
6383
6431
|
# database: "Database", # required
|
6384
6432
|
# },
|
6433
|
+
# oracle_parameters: {
|
6434
|
+
# host: "Host", # required
|
6435
|
+
# port: 1, # required
|
6436
|
+
# database: "Database", # required
|
6437
|
+
# },
|
6385
6438
|
# postgre_sql_parameters: {
|
6386
6439
|
# host: "Host", # required
|
6387
6440
|
# port: 1, # required
|
@@ -6473,6 +6526,11 @@ module Aws::QuickSight
|
|
6473
6526
|
# port: 1, # required
|
6474
6527
|
# database: "Database", # required
|
6475
6528
|
# },
|
6529
|
+
# oracle_parameters: {
|
6530
|
+
# host: "Host", # required
|
6531
|
+
# port: 1, # required
|
6532
|
+
# database: "Database", # required
|
6533
|
+
# },
|
6476
6534
|
# postgre_sql_parameters: {
|
6477
6535
|
# host: "Host", # required
|
6478
6536
|
# port: 1, # required
|
@@ -6665,14 +6723,14 @@ module Aws::QuickSight
|
|
6665
6723
|
|
6666
6724
|
# Updates an existing IAM policy assignment. This operation updates only
|
6667
6725
|
# the optional parameter or parameters that are specified in the
|
6668
|
-
# request.
|
6726
|
+
# request. This overwrites all of the users included in `Identities`.
|
6669
6727
|
#
|
6670
6728
|
# @option params [required, String] :aws_account_id
|
6671
6729
|
# The ID of the AWS account that contains the IAM policy assignment.
|
6672
6730
|
#
|
6673
6731
|
# @option params [required, String] :assignment_name
|
6674
|
-
# The name of the assignment. This name must be
|
6675
|
-
# account.
|
6732
|
+
# The name of the assignment, also called a rule. This name must be
|
6733
|
+
# unique within an AWS account.
|
6676
6734
|
#
|
6677
6735
|
# @option params [required, String] :namespace
|
6678
6736
|
# The namespace of the assignment.
|
@@ -7309,7 +7367,7 @@ module Aws::QuickSight
|
|
7309
7367
|
params: params,
|
7310
7368
|
config: config)
|
7311
7369
|
context[:gem_name] = 'aws-sdk-quicksight'
|
7312
|
-
context[:gem_version] = '1.
|
7370
|
+
context[:gem_version] = '1.35.0'
|
7313
7371
|
Seahorse::Client::Request.new(handlers, context)
|
7314
7372
|
end
|
7315
7373
|
|
@@ -63,8 +63,11 @@ module Aws::QuickSight
|
|
63
63
|
ColumnGroupSchema = Shapes::StructureShape.new(name: 'ColumnGroupSchema')
|
64
64
|
ColumnGroupSchemaList = Shapes::ListShape.new(name: 'ColumnGroupSchemaList')
|
65
65
|
ColumnId = Shapes::StringShape.new(name: 'ColumnId')
|
66
|
+
ColumnLevelPermissionRule = Shapes::StructureShape.new(name: 'ColumnLevelPermissionRule')
|
67
|
+
ColumnLevelPermissionRuleList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleList')
|
66
68
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
67
69
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
70
|
+
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
68
71
|
ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
|
69
72
|
ColumnSchemaList = Shapes::ListShape.new(name: 'ColumnSchemaList')
|
70
73
|
ColumnTag = Shapes::StructureShape.new(name: 'ColumnTag')
|
@@ -343,6 +346,7 @@ module Aws::QuickSight
|
|
343
346
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
344
347
|
OnClause = Shapes::StringShape.new(name: 'OnClause')
|
345
348
|
OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
|
349
|
+
OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
|
346
350
|
OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
|
347
351
|
OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
|
348
352
|
Parameters = Shapes::StructureShape.new(name: 'Parameters')
|
@@ -356,6 +360,7 @@ module Aws::QuickSight
|
|
356
360
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
357
361
|
PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
|
358
362
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
363
|
+
PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
|
359
364
|
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
360
365
|
ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
|
361
366
|
Query = Shapes::StringShape.new(name: 'Query')
|
@@ -653,8 +658,16 @@ module Aws::QuickSight
|
|
653
658
|
|
654
659
|
ColumnGroupSchemaList.member = Shapes::ShapeRef.new(shape: ColumnGroupSchema)
|
655
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
|
+
|
656
667
|
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
657
668
|
|
669
|
+
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
670
|
+
|
658
671
|
ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
659
672
|
ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
660
673
|
ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
|
@@ -739,6 +752,7 @@ module Aws::QuickSight
|
|
739
752
|
CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
740
753
|
CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
741
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"))
|
742
756
|
CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
743
757
|
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
744
758
|
|
@@ -987,6 +1001,7 @@ module Aws::QuickSight
|
|
987
1001
|
DataSet.add_member(:consumed_spice_capacity_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "ConsumedSpiceCapacityInBytes"))
|
988
1002
|
DataSet.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
989
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"))
|
990
1005
|
DataSet.struct_class = Types::DataSet
|
991
1006
|
|
992
1007
|
DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
|
@@ -1014,6 +1029,7 @@ module Aws::QuickSight
|
|
1014
1029
|
DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
1015
1030
|
DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
1016
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"))
|
1017
1033
|
DataSetSummary.struct_class = Types::DataSetSummary
|
1018
1034
|
|
1019
1035
|
DataSetSummaryList.member = Shapes::ShapeRef.new(shape: DataSetSummary)
|
@@ -1050,6 +1066,7 @@ module Aws::QuickSight
|
|
1050
1066
|
DataSourceParameters.add_member(:jira_parameters, Shapes::ShapeRef.new(shape: JiraParameters, location_name: "JiraParameters"))
|
1051
1067
|
DataSourceParameters.add_member(:maria_db_parameters, Shapes::ShapeRef.new(shape: MariaDbParameters, location_name: "MariaDbParameters"))
|
1052
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"))
|
1053
1070
|
DataSourceParameters.add_member(:postgre_sql_parameters, Shapes::ShapeRef.new(shape: PostgreSqlParameters, location_name: "PostgreSqlParameters"))
|
1054
1071
|
DataSourceParameters.add_member(:presto_parameters, Shapes::ShapeRef.new(shape: PrestoParameters, location_name: "PrestoParameters"))
|
1055
1072
|
DataSourceParameters.add_member(:rds_parameters, Shapes::ShapeRef.new(shape: RdsParameters, location_name: "RdsParameters"))
|
@@ -1864,6 +1881,11 @@ module Aws::QuickSight
|
|
1864
1881
|
|
1865
1882
|
Namespaces.member = Shapes::ShapeRef.new(shape: NamespaceInfoV2)
|
1866
1883
|
|
1884
|
+
OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1885
|
+
OracleParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1886
|
+
OracleParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1887
|
+
OracleParameters.struct_class = Types::OracleParameters
|
1888
|
+
|
1867
1889
|
OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
|
1868
1890
|
OutputColumn.add_member(:description, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Description"))
|
1869
1891
|
OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
|
@@ -1899,6 +1921,8 @@ module Aws::QuickSight
|
|
1899
1921
|
PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
1900
1922
|
PrestoParameters.struct_class = Types::PrestoParameters
|
1901
1923
|
|
1924
|
+
PrincipalList.member = Shapes::ShapeRef.new(shape: String)
|
1925
|
+
|
1902
1926
|
ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnList, required: true, location_name: "ProjectedColumns"))
|
1903
1927
|
ProjectOperation.struct_class = Types::ProjectOperation
|
1904
1928
|
|
@@ -2378,6 +2402,7 @@ module Aws::QuickSight
|
|
2378
2402
|
UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
2379
2403
|
UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
2380
2404
|
UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
2405
|
+
UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
2381
2406
|
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
2382
2407
|
|
2383
2408
|
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -706,6 +706,38 @@ module Aws::QuickSight
|
|
706
706
|
include Aws::Structure
|
707
707
|
end
|
708
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
|
+
|
709
741
|
# The column schema.
|
710
742
|
#
|
711
743
|
# @!attribute [rw] name
|
@@ -1400,6 +1432,12 @@ module Aws::QuickSight
|
|
1400
1432
|
# arn: "Arn", # required
|
1401
1433
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
1402
1434
|
# },
|
1435
|
+
# column_level_permission_rules: [
|
1436
|
+
# {
|
1437
|
+
# principals: ["String"],
|
1438
|
+
# column_names: ["String"],
|
1439
|
+
# },
|
1440
|
+
# ],
|
1403
1441
|
# tags: [
|
1404
1442
|
# {
|
1405
1443
|
# key: "TagKey", # required
|
@@ -1449,6 +1487,10 @@ module Aws::QuickSight
|
|
1449
1487
|
# create.
|
1450
1488
|
# @return [Types::RowLevelPermissionDataSet]
|
1451
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
|
+
#
|
1452
1494
|
# @!attribute [rw] tags
|
1453
1495
|
# Contains a map of the key-value pairs for the resource tag or tags
|
1454
1496
|
# assigned to the dataset.
|
@@ -1466,6 +1508,7 @@ module Aws::QuickSight
|
|
1466
1508
|
:column_groups,
|
1467
1509
|
:permissions,
|
1468
1510
|
:row_level_permission_data_set,
|
1511
|
+
:column_level_permission_rules,
|
1469
1512
|
:tags)
|
1470
1513
|
SENSITIVE = []
|
1471
1514
|
include Aws::Structure
|
@@ -1518,7 +1561,7 @@ module Aws::QuickSight
|
|
1518
1561
|
# aws_account_id: "AwsAccountId", # required
|
1519
1562
|
# data_source_id: "ResourceId", # required
|
1520
1563
|
# name: "ResourceName", # required
|
1521
|
-
# 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, TIMESTREAM
|
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
|
1522
1565
|
# data_source_parameters: {
|
1523
1566
|
# amazon_elasticsearch_parameters: {
|
1524
1567
|
# domain: "Domain", # required
|
@@ -1552,6 +1595,11 @@ module Aws::QuickSight
|
|
1552
1595
|
# port: 1, # required
|
1553
1596
|
# database: "Database", # required
|
1554
1597
|
# },
|
1598
|
+
# oracle_parameters: {
|
1599
|
+
# host: "Host", # required
|
1600
|
+
# port: 1, # required
|
1601
|
+
# database: "Database", # required
|
1602
|
+
# },
|
1555
1603
|
# postgre_sql_parameters: {
|
1556
1604
|
# host: "Host", # required
|
1557
1605
|
# port: 1, # required
|
@@ -1643,6 +1691,11 @@ module Aws::QuickSight
|
|
1643
1691
|
# port: 1, # required
|
1644
1692
|
# database: "Database", # required
|
1645
1693
|
# },
|
1694
|
+
# oracle_parameters: {
|
1695
|
+
# host: "Host", # required
|
1696
|
+
# port: 1, # required
|
1697
|
+
# database: "Database", # required
|
1698
|
+
# },
|
1646
1699
|
# postgre_sql_parameters: {
|
1647
1700
|
# host: "Host", # required
|
1648
1701
|
# port: 1, # required
|
@@ -1967,7 +2020,8 @@ module Aws::QuickSight
|
|
1967
2020
|
# @return [String]
|
1968
2021
|
#
|
1969
2022
|
# @!attribute [rw] assignment_name
|
1970
|
-
# 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.
|
1971
2025
|
# @return [String]
|
1972
2026
|
#
|
1973
2027
|
# @!attribute [rw] assignment_status
|
@@ -2680,6 +2734,11 @@ module Aws::QuickSight
|
|
2680
2734
|
# port: 1, # required
|
2681
2735
|
# database: "Database", # required
|
2682
2736
|
# },
|
2737
|
+
# oracle_parameters: {
|
2738
|
+
# host: "Host", # required
|
2739
|
+
# port: 1, # required
|
2740
|
+
# database: "Database", # required
|
2741
|
+
# },
|
2683
2742
|
# postgre_sql_parameters: {
|
2684
2743
|
# host: "Host", # required
|
2685
2744
|
# port: 1, # required
|
@@ -3248,6 +3307,10 @@ module Aws::QuickSight
|
|
3248
3307
|
# The row-level security configuration for the dataset.
|
3249
3308
|
# @return [Types::RowLevelPermissionDataSet]
|
3250
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
|
+
#
|
3251
3314
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSet AWS API Documentation
|
3252
3315
|
#
|
3253
3316
|
class DataSet < Struct.new(
|
@@ -3262,7 +3325,8 @@ module Aws::QuickSight
|
|
3262
3325
|
:import_mode,
|
3263
3326
|
:consumed_spice_capacity_in_bytes,
|
3264
3327
|
:column_groups,
|
3265
|
-
:row_level_permission_data_set
|
3328
|
+
:row_level_permission_data_set,
|
3329
|
+
:column_level_permission_rules)
|
3266
3330
|
SENSITIVE = []
|
3267
3331
|
include Aws::Structure
|
3268
3332
|
end
|
@@ -3362,6 +3426,10 @@ module Aws::QuickSight
|
|
3362
3426
|
# The row-level security configuration for the dataset.
|
3363
3427
|
# @return [Types::RowLevelPermissionDataSet]
|
3364
3428
|
#
|
3429
|
+
# @!attribute [rw] column_level_permission_rules_applied
|
3430
|
+
# Indicates if the dataset has column level permission configured.
|
3431
|
+
# @return [Boolean]
|
3432
|
+
#
|
3365
3433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSetSummary AWS API Documentation
|
3366
3434
|
#
|
3367
3435
|
class DataSetSummary < Struct.new(
|
@@ -3371,7 +3439,8 @@ module Aws::QuickSight
|
|
3371
3439
|
:created_time,
|
3372
3440
|
:last_updated_time,
|
3373
3441
|
:import_mode,
|
3374
|
-
:row_level_permission_data_set
|
3442
|
+
:row_level_permission_data_set,
|
3443
|
+
:column_level_permission_rules_applied)
|
3375
3444
|
SENSITIVE = []
|
3376
3445
|
include Aws::Structure
|
3377
3446
|
end
|
@@ -3507,6 +3576,11 @@ module Aws::QuickSight
|
|
3507
3576
|
# port: 1, # required
|
3508
3577
|
# database: "Database", # required
|
3509
3578
|
# },
|
3579
|
+
# oracle_parameters: {
|
3580
|
+
# host: "Host", # required
|
3581
|
+
# port: 1, # required
|
3582
|
+
# database: "Database", # required
|
3583
|
+
# },
|
3510
3584
|
# postgre_sql_parameters: {
|
3511
3585
|
# host: "Host", # required
|
3512
3586
|
# port: 1, # required
|
@@ -3644,6 +3718,11 @@ module Aws::QuickSight
|
|
3644
3718
|
# port: 1, # required
|
3645
3719
|
# database: "Database", # required
|
3646
3720
|
# },
|
3721
|
+
# oracle_parameters: {
|
3722
|
+
# host: "Host", # required
|
3723
|
+
# port: 1, # required
|
3724
|
+
# database: "Database", # required
|
3725
|
+
# },
|
3647
3726
|
# postgre_sql_parameters: {
|
3648
3727
|
# host: "Host", # required
|
3649
3728
|
# port: 1, # required
|
@@ -3730,6 +3809,10 @@ module Aws::QuickSight
|
|
3730
3809
|
# MySQL parameters.
|
3731
3810
|
# @return [Types::MySqlParameters]
|
3732
3811
|
#
|
3812
|
+
# @!attribute [rw] oracle_parameters
|
3813
|
+
# Oracle parameters.
|
3814
|
+
# @return [Types::OracleParameters]
|
3815
|
+
#
|
3733
3816
|
# @!attribute [rw] postgre_sql_parameters
|
3734
3817
|
# PostgreSQL parameters.
|
3735
3818
|
# @return [Types::PostgreSqlParameters]
|
@@ -3785,6 +3868,7 @@ module Aws::QuickSight
|
|
3785
3868
|
:jira_parameters,
|
3786
3869
|
:maria_db_parameters,
|
3787
3870
|
:my_sql_parameters,
|
3871
|
+
:oracle_parameters,
|
3788
3872
|
:postgre_sql_parameters,
|
3789
3873
|
:presto_parameters,
|
3790
3874
|
:rds_parameters,
|
@@ -5340,7 +5424,7 @@ module Aws::QuickSight
|
|
5340
5424
|
# @return [String]
|
5341
5425
|
#
|
5342
5426
|
# @!attribute [rw] assignment_name
|
5343
|
-
# The name of the assignment.
|
5427
|
+
# The name of the assignment, also called a rule.
|
5344
5428
|
# @return [String]
|
5345
5429
|
#
|
5346
5430
|
# @!attribute [rw] namespace
|
@@ -8209,6 +8293,37 @@ module Aws::QuickSight
|
|
8209
8293
|
include Aws::Structure
|
8210
8294
|
end
|
8211
8295
|
|
8296
|
+
# @note When making an API call, you may pass OracleParameters
|
8297
|
+
# data as a hash:
|
8298
|
+
#
|
8299
|
+
# {
|
8300
|
+
# host: "Host", # required
|
8301
|
+
# port: 1, # required
|
8302
|
+
# database: "Database", # required
|
8303
|
+
# }
|
8304
|
+
#
|
8305
|
+
# @!attribute [rw] host
|
8306
|
+
# An Oracle host.
|
8307
|
+
# @return [String]
|
8308
|
+
#
|
8309
|
+
# @!attribute [rw] port
|
8310
|
+
# Port.
|
8311
|
+
# @return [Integer]
|
8312
|
+
#
|
8313
|
+
# @!attribute [rw] database
|
8314
|
+
# Database.
|
8315
|
+
# @return [String]
|
8316
|
+
#
|
8317
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/OracleParameters AWS API Documentation
|
8318
|
+
#
|
8319
|
+
class OracleParameters < Struct.new(
|
8320
|
+
:host,
|
8321
|
+
:port,
|
8322
|
+
:database)
|
8323
|
+
SENSITIVE = []
|
8324
|
+
include Aws::Structure
|
8325
|
+
end
|
8326
|
+
|
8212
8327
|
# Output column.
|
8213
8328
|
#
|
8214
8329
|
# @!attribute [rw] name
|
@@ -8885,8 +9000,7 @@ module Aws::QuickSight
|
|
8885
9000
|
# @return [String]
|
8886
9001
|
#
|
8887
9002
|
# @!attribute [rw] actions
|
8888
|
-
# The IAM action to grant or revoke permissions on
|
8889
|
-
# `"quicksight:DescribeDashboard"`.
|
9003
|
+
# The IAM action to grant or revoke permissions on.
|
8890
9004
|
# @return [Array<String>]
|
8891
9005
|
#
|
8892
9006
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ResourcePermission AWS API Documentation
|
@@ -11489,6 +11603,12 @@ module Aws::QuickSight
|
|
11489
11603
|
# arn: "Arn", # required
|
11490
11604
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
11491
11605
|
# },
|
11606
|
+
# column_level_permission_rules: [
|
11607
|
+
# {
|
11608
|
+
# principals: ["String"],
|
11609
|
+
# column_names: ["String"],
|
11610
|
+
# },
|
11611
|
+
# ],
|
11492
11612
|
# }
|
11493
11613
|
#
|
11494
11614
|
# @!attribute [rw] aws_account_id
|
@@ -11528,6 +11648,10 @@ module Aws::QuickSight
|
|
11528
11648
|
# create.
|
11529
11649
|
# @return [Types::RowLevelPermissionDataSet]
|
11530
11650
|
#
|
11651
|
+
# @!attribute [rw] column_level_permission_rules
|
11652
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
11653
|
+
# @return [Array<Types::ColumnLevelPermissionRule>]
|
11654
|
+
#
|
11531
11655
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSetRequest AWS API Documentation
|
11532
11656
|
#
|
11533
11657
|
class UpdateDataSetRequest < Struct.new(
|
@@ -11538,7 +11662,8 @@ module Aws::QuickSight
|
|
11538
11662
|
:logical_table_map,
|
11539
11663
|
:import_mode,
|
11540
11664
|
:column_groups,
|
11541
|
-
:row_level_permission_data_set
|
11665
|
+
:row_level_permission_data_set,
|
11666
|
+
:column_level_permission_rules)
|
11542
11667
|
SENSITIVE = []
|
11543
11668
|
include Aws::Structure
|
11544
11669
|
end
|
@@ -11701,6 +11826,11 @@ module Aws::QuickSight
|
|
11701
11826
|
# port: 1, # required
|
11702
11827
|
# database: "Database", # required
|
11703
11828
|
# },
|
11829
|
+
# oracle_parameters: {
|
11830
|
+
# host: "Host", # required
|
11831
|
+
# port: 1, # required
|
11832
|
+
# database: "Database", # required
|
11833
|
+
# },
|
11704
11834
|
# postgre_sql_parameters: {
|
11705
11835
|
# host: "Host", # required
|
11706
11836
|
# port: 1, # required
|
@@ -11792,6 +11922,11 @@ module Aws::QuickSight
|
|
11792
11922
|
# port: 1, # required
|
11793
11923
|
# database: "Database", # required
|
11794
11924
|
# },
|
11925
|
+
# oracle_parameters: {
|
11926
|
+
# host: "Host", # required
|
11927
|
+
# port: 1, # required
|
11928
|
+
# database: "Database", # required
|
11929
|
+
# },
|
11795
11930
|
# postgre_sql_parameters: {
|
11796
11931
|
# host: "Host", # required
|
11797
11932
|
# port: 1, # required
|
@@ -12018,8 +12153,8 @@ module Aws::QuickSight
|
|
12018
12153
|
# @return [String]
|
12019
12154
|
#
|
12020
12155
|
# @!attribute [rw] assignment_name
|
12021
|
-
# The name of the assignment. This name must be
|
12022
|
-
# account.
|
12156
|
+
# The name of the assignment, also called a rule. This name must be
|
12157
|
+
# unique within an AWS account.
|
12023
12158
|
# @return [String]
|
12024
12159
|
#
|
12025
12160
|
# @!attribute [rw] namespace
|
@@ -12063,7 +12198,7 @@ module Aws::QuickSight
|
|
12063
12198
|
end
|
12064
12199
|
|
12065
12200
|
# @!attribute [rw] assignment_name
|
12066
|
-
# The name of the assignment.
|
12201
|
+
# The name of the assignment or rule.
|
12067
12202
|
# @return [String]
|
12068
12203
|
#
|
12069
12204
|
# @!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.35.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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|