aws-sdk-quicksight 1.32.0 → 1.37.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 +106 -13
- data/lib/aws-sdk-quicksight/client_api.rb +48 -3
- data/lib/aws-sdk-quicksight/errors.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +284 -31
- 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: cc768a006aa8c587eda554be341a77e3f52a3f19d293d8da994d5dc7eb46b672
|
4
|
+
data.tar.gz: f5f2ac764bd21a81f4072127a51cc778f82e967a3a8d0497c3d7f94214466d21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6da05812fa170930a906dcf2a3661fed31f35f627fff7034279ee981ea5f07c50b84309fe4ea5a5a6ecdc43b9320bc082bcc39fec697badaf93a84c0aa88144
|
7
|
+
data.tar.gz: 1ca11631d8d2d4adc5ae7351ce6117a3b44c31026c6160b8a0383754fed3b62d40b585cc117882e5394c183651d2772b15d75ed7ae31104c59437272ff0a9c51
|
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
|
@@ -3854,6 +3901,20 @@ module Aws::QuickSight
|
|
3854
3901
|
# Omit this parameter for users in the third group – IAM users and IAM
|
3855
3902
|
# role-based sessions.
|
3856
3903
|
#
|
3904
|
+
# @option params [String] :namespace
|
3905
|
+
# The QuickSight namespace that contains the dashboard IDs in this
|
3906
|
+
# request. If you're not using a custom namespace, set this to
|
3907
|
+
# "`default`".
|
3908
|
+
#
|
3909
|
+
# @option params [Array<String>] :additional_dashboard_ids
|
3910
|
+
# A list of one or more dashboard ids that you want to add to a session
|
3911
|
+
# that includes anonymous authorizations. `IdentityType` must be set to
|
3912
|
+
# ANONYMOUS for this to work, because other other identity types
|
3913
|
+
# authenticate as QuickSight users. For example, if you set
|
3914
|
+
# "`--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3
|
3915
|
+
# identity-type ANONYMOUS`", the session can access all three
|
3916
|
+
# dashboards.
|
3917
|
+
#
|
3857
3918
|
# @return [Types::GetDashboardEmbedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3858
3919
|
#
|
3859
3920
|
# * {Types::GetDashboardEmbedUrlResponse#embed_url #embed_url} => String
|
@@ -3865,11 +3926,14 @@ module Aws::QuickSight
|
|
3865
3926
|
# resp = client.get_dashboard_embed_url({
|
3866
3927
|
# aws_account_id: "AwsAccountId", # required
|
3867
3928
|
# dashboard_id: "RestrictiveResourceId", # required
|
3868
|
-
# identity_type: "IAM", # required, accepts IAM, QUICKSIGHT
|
3929
|
+
# identity_type: "IAM", # required, accepts IAM, QUICKSIGHT, ANONYMOUS
|
3869
3930
|
# session_lifetime_in_minutes: 1,
|
3870
3931
|
# undo_redo_disabled: false,
|
3871
3932
|
# reset_disabled: false,
|
3933
|
+
# state_persistence_enabled: false,
|
3872
3934
|
# user_arn: "Arn",
|
3935
|
+
# namespace: "Namespace",
|
3936
|
+
# additional_dashboard_ids: ["RestrictiveResourceId"],
|
3873
3937
|
# })
|
3874
3938
|
#
|
3875
3939
|
# @example Response structure
|
@@ -4187,6 +4251,7 @@ module Aws::QuickSight
|
|
4187
4251
|
# resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
|
4188
4252
|
# resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
|
4189
4253
|
# resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
4254
|
+
# resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
|
4190
4255
|
# resp.next_token #=> String
|
4191
4256
|
# resp.request_id #=> String
|
4192
4257
|
# resp.status #=> Integer
|
@@ -4236,7 +4301,7 @@ module Aws::QuickSight
|
|
4236
4301
|
# resp.data_sources[0].arn #=> String
|
4237
4302
|
# resp.data_sources[0].data_source_id #=> String
|
4238
4303
|
# 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"
|
4304
|
+
# 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
4305
|
# resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
4241
4306
|
# resp.data_sources[0].created_time #=> Time
|
4242
4307
|
# resp.data_sources[0].last_updated_time #=> Time
|
@@ -4256,6 +4321,9 @@ module Aws::QuickSight
|
|
4256
4321
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.host #=> String
|
4257
4322
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.port #=> Integer
|
4258
4323
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.database #=> String
|
4324
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.host #=> String
|
4325
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.port #=> Integer
|
4326
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.database #=> String
|
4259
4327
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.host #=> String
|
4260
4328
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.port #=> Integer
|
4261
4329
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.database #=> String
|
@@ -4301,6 +4369,9 @@ module Aws::QuickSight
|
|
4301
4369
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.host #=> String
|
4302
4370
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
|
4303
4371
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.database #=> String
|
4372
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.host #=> String
|
4373
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
|
4374
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.database #=> String
|
4304
4375
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
|
4305
4376
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
|
4306
4377
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
|
@@ -6096,6 +6167,9 @@ module Aws::QuickSight
|
|
6096
6167
|
# @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
|
6097
6168
|
# The row-level security configuration for the data you want to create.
|
6098
6169
|
#
|
6170
|
+
# @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
|
6171
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
6172
|
+
#
|
6099
6173
|
# @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6100
6174
|
#
|
6101
6175
|
# * {Types::UpdateDataSetResponse#arn #arn} => String
|
@@ -6187,6 +6261,9 @@ module Aws::QuickSight
|
|
6187
6261
|
# tags: [ # required
|
6188
6262
|
# {
|
6189
6263
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
6264
|
+
# column_description: {
|
6265
|
+
# text: "ColumnDescriptiveText",
|
6266
|
+
# },
|
6190
6267
|
# },
|
6191
6268
|
# ],
|
6192
6269
|
# },
|
@@ -6218,6 +6295,12 @@ module Aws::QuickSight
|
|
6218
6295
|
# arn: "Arn", # required
|
6219
6296
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
6220
6297
|
# },
|
6298
|
+
# column_level_permission_rules: [
|
6299
|
+
# {
|
6300
|
+
# principals: ["String"],
|
6301
|
+
# column_names: ["String"],
|
6302
|
+
# },
|
6303
|
+
# ],
|
6221
6304
|
# })
|
6222
6305
|
#
|
6223
6306
|
# @example Response structure
|
@@ -6374,6 +6457,11 @@ module Aws::QuickSight
|
|
6374
6457
|
# port: 1, # required
|
6375
6458
|
# database: "Database", # required
|
6376
6459
|
# },
|
6460
|
+
# oracle_parameters: {
|
6461
|
+
# host: "Host", # required
|
6462
|
+
# port: 1, # required
|
6463
|
+
# database: "Database", # required
|
6464
|
+
# },
|
6377
6465
|
# postgre_sql_parameters: {
|
6378
6466
|
# host: "Host", # required
|
6379
6467
|
# port: 1, # required
|
@@ -6465,6 +6553,11 @@ module Aws::QuickSight
|
|
6465
6553
|
# port: 1, # required
|
6466
6554
|
# database: "Database", # required
|
6467
6555
|
# },
|
6556
|
+
# oracle_parameters: {
|
6557
|
+
# host: "Host", # required
|
6558
|
+
# port: 1, # required
|
6559
|
+
# database: "Database", # required
|
6560
|
+
# },
|
6468
6561
|
# postgre_sql_parameters: {
|
6469
6562
|
# host: "Host", # required
|
6470
6563
|
# port: 1, # required
|
@@ -6657,14 +6750,14 @@ module Aws::QuickSight
|
|
6657
6750
|
|
6658
6751
|
# Updates an existing IAM policy assignment. This operation updates only
|
6659
6752
|
# the optional parameter or parameters that are specified in the
|
6660
|
-
# request.
|
6753
|
+
# request. This overwrites all of the users included in `Identities`.
|
6661
6754
|
#
|
6662
6755
|
# @option params [required, String] :aws_account_id
|
6663
6756
|
# The ID of the AWS account that contains the IAM policy assignment.
|
6664
6757
|
#
|
6665
6758
|
# @option params [required, String] :assignment_name
|
6666
|
-
# The name of the assignment. This name must be
|
6667
|
-
# account.
|
6759
|
+
# The name of the assignment, also called a rule. This name must be
|
6760
|
+
# unique within an AWS account.
|
6668
6761
|
#
|
6669
6762
|
# @option params [required, String] :namespace
|
6670
6763
|
# The namespace of the assignment.
|
@@ -7301,7 +7394,7 @@ module Aws::QuickSight
|
|
7301
7394
|
params: params,
|
7302
7395
|
config: config)
|
7303
7396
|
context[:gem_name] = 'aws-sdk-quicksight'
|
7304
|
-
context[:gem_version] = '1.
|
7397
|
+
context[:gem_version] = '1.37.0'
|
7305
7398
|
Seahorse::Client::Request.new(handlers, context)
|
7306
7399
|
end
|
7307
7400
|
|
@@ -20,6 +20,7 @@ module Aws::QuickSight
|
|
20
20
|
ActiveIAMPolicyAssignment = Shapes::StructureShape.new(name: 'ActiveIAMPolicyAssignment')
|
21
21
|
ActiveIAMPolicyAssignmentList = Shapes::ListShape.new(name: 'ActiveIAMPolicyAssignmentList')
|
22
22
|
AdHocFilteringOption = Shapes::StructureShape.new(name: 'AdHocFilteringOption')
|
23
|
+
AdditionalDashboardIdList = Shapes::ListShape.new(name: 'AdditionalDashboardIdList')
|
23
24
|
AliasName = Shapes::StringShape.new(name: 'AliasName')
|
24
25
|
AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
|
25
26
|
Analysis = Shapes::StructureShape.new(name: 'Analysis')
|
@@ -53,6 +54,8 @@ module Aws::QuickSight
|
|
53
54
|
ClusterId = Shapes::StringShape.new(name: 'ClusterId')
|
54
55
|
ColorList = Shapes::ListShape.new(name: 'ColorList')
|
55
56
|
ColumnDataType = Shapes::StringShape.new(name: 'ColumnDataType')
|
57
|
+
ColumnDescription = Shapes::StructureShape.new(name: 'ColumnDescription')
|
58
|
+
ColumnDescriptiveText = Shapes::StringShape.new(name: 'ColumnDescriptiveText')
|
56
59
|
ColumnGroup = Shapes::StructureShape.new(name: 'ColumnGroup')
|
57
60
|
ColumnGroupColumnSchema = Shapes::StructureShape.new(name: 'ColumnGroupColumnSchema')
|
58
61
|
ColumnGroupColumnSchemaList = Shapes::ListShape.new(name: 'ColumnGroupColumnSchemaList')
|
@@ -61,8 +64,11 @@ module Aws::QuickSight
|
|
61
64
|
ColumnGroupSchema = Shapes::StructureShape.new(name: 'ColumnGroupSchema')
|
62
65
|
ColumnGroupSchemaList = Shapes::ListShape.new(name: 'ColumnGroupSchemaList')
|
63
66
|
ColumnId = Shapes::StringShape.new(name: 'ColumnId')
|
67
|
+
ColumnLevelPermissionRule = Shapes::StructureShape.new(name: 'ColumnLevelPermissionRule')
|
68
|
+
ColumnLevelPermissionRuleList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleList')
|
64
69
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
65
70
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
71
|
+
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
66
72
|
ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
|
67
73
|
ColumnSchemaList = Shapes::ListShape.new(name: 'ColumnSchemaList')
|
68
74
|
ColumnTag = Shapes::StructureShape.new(name: 'ColumnTag')
|
@@ -223,6 +229,7 @@ module Aws::QuickSight
|
|
223
229
|
Double = Shapes::FloatShape.new(name: 'Double')
|
224
230
|
DoubleList = Shapes::ListShape.new(name: 'DoubleList')
|
225
231
|
Edition = Shapes::StringShape.new(name: 'Edition')
|
232
|
+
EmbeddingIdentityType = Shapes::StringShape.new(name: 'EmbeddingIdentityType')
|
226
233
|
EmbeddingUrl = Shapes::StringShape.new(name: 'EmbeddingUrl')
|
227
234
|
EntryPoint = Shapes::StringShape.new(name: 'EntryPoint')
|
228
235
|
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
@@ -341,6 +348,7 @@ module Aws::QuickSight
|
|
341
348
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
342
349
|
OnClause = Shapes::StringShape.new(name: 'OnClause')
|
343
350
|
OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
|
351
|
+
OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
|
344
352
|
OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
|
345
353
|
OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
|
346
354
|
Parameters = Shapes::StructureShape.new(name: 'Parameters')
|
@@ -354,6 +362,7 @@ module Aws::QuickSight
|
|
354
362
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
355
363
|
PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
|
356
364
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
365
|
+
PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
|
357
366
|
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
358
367
|
ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
|
359
368
|
Query = Shapes::StringShape.new(name: 'Query')
|
@@ -459,6 +468,7 @@ module Aws::QuickSight
|
|
459
468
|
TwitterParameters = Shapes::StructureShape.new(name: 'TwitterParameters')
|
460
469
|
TypeCastFormat = Shapes::StringShape.new(name: 'TypeCastFormat')
|
461
470
|
UIColorPalette = Shapes::StructureShape.new(name: 'UIColorPalette')
|
471
|
+
UnsupportedPricingPlanException = Shapes::StructureShape.new(name: 'UnsupportedPricingPlanException')
|
462
472
|
UnsupportedUserEditionException = Shapes::StructureShape.new(name: 'UnsupportedUserEditionException')
|
463
473
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
464
474
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -543,6 +553,8 @@ module Aws::QuickSight
|
|
543
553
|
AdHocFilteringOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
544
554
|
AdHocFilteringOption.struct_class = Types::AdHocFilteringOption
|
545
555
|
|
556
|
+
AdditionalDashboardIdList.member = Shapes::ShapeRef.new(shape: RestrictiveResourceId)
|
557
|
+
|
546
558
|
AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
547
559
|
AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
|
548
560
|
|
@@ -632,6 +644,9 @@ module Aws::QuickSight
|
|
632
644
|
|
633
645
|
ColorList.member = Shapes::ShapeRef.new(shape: HexColor)
|
634
646
|
|
647
|
+
ColumnDescription.add_member(:text, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Text"))
|
648
|
+
ColumnDescription.struct_class = Types::ColumnDescription
|
649
|
+
|
635
650
|
ColumnGroup.add_member(:geo_spatial_column_group, Shapes::ShapeRef.new(shape: GeoSpatialColumnGroup, location_name: "GeoSpatialColumnGroup"))
|
636
651
|
ColumnGroup.struct_class = Types::ColumnGroup
|
637
652
|
|
@@ -648,8 +663,16 @@ module Aws::QuickSight
|
|
648
663
|
|
649
664
|
ColumnGroupSchemaList.member = Shapes::ShapeRef.new(shape: ColumnGroupSchema)
|
650
665
|
|
666
|
+
ColumnLevelPermissionRule.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalList, location_name: "Principals"))
|
667
|
+
ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "ColumnNames"))
|
668
|
+
ColumnLevelPermissionRule.struct_class = Types::ColumnLevelPermissionRule
|
669
|
+
|
670
|
+
ColumnLevelPermissionRuleList.member = Shapes::ShapeRef.new(shape: ColumnLevelPermissionRule)
|
671
|
+
|
651
672
|
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
652
673
|
|
674
|
+
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
675
|
+
|
653
676
|
ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
654
677
|
ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
655
678
|
ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
|
@@ -658,6 +681,7 @@ module Aws::QuickSight
|
|
658
681
|
ColumnSchemaList.member = Shapes::ShapeRef.new(shape: ColumnSchema)
|
659
682
|
|
660
683
|
ColumnTag.add_member(:column_geographic_role, Shapes::ShapeRef.new(shape: GeoSpatialDataRole, location_name: "ColumnGeographicRole"))
|
684
|
+
ColumnTag.add_member(:column_description, Shapes::ShapeRef.new(shape: ColumnDescription, location_name: "ColumnDescription"))
|
661
685
|
ColumnTag.struct_class = Types::ColumnTag
|
662
686
|
|
663
687
|
ColumnTagList.member = Shapes::ShapeRef.new(shape: ColumnTag)
|
@@ -733,6 +757,7 @@ module Aws::QuickSight
|
|
733
757
|
CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
734
758
|
CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
735
759
|
CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
760
|
+
CreateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
736
761
|
CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
737
762
|
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
738
763
|
|
@@ -981,6 +1006,7 @@ module Aws::QuickSight
|
|
981
1006
|
DataSet.add_member(:consumed_spice_capacity_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "ConsumedSpiceCapacityInBytes"))
|
982
1007
|
DataSet.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
983
1008
|
DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
1009
|
+
DataSet.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
984
1010
|
DataSet.struct_class = Types::DataSet
|
985
1011
|
|
986
1012
|
DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
|
@@ -1008,6 +1034,7 @@ module Aws::QuickSight
|
|
1008
1034
|
DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
1009
1035
|
DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
1010
1036
|
DataSetSummary.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
1037
|
+
DataSetSummary.add_member(:column_level_permission_rules_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "ColumnLevelPermissionRulesApplied"))
|
1011
1038
|
DataSetSummary.struct_class = Types::DataSetSummary
|
1012
1039
|
|
1013
1040
|
DataSetSummaryList.member = Shapes::ShapeRef.new(shape: DataSetSummary)
|
@@ -1044,6 +1071,7 @@ module Aws::QuickSight
|
|
1044
1071
|
DataSourceParameters.add_member(:jira_parameters, Shapes::ShapeRef.new(shape: JiraParameters, location_name: "JiraParameters"))
|
1045
1072
|
DataSourceParameters.add_member(:maria_db_parameters, Shapes::ShapeRef.new(shape: MariaDbParameters, location_name: "MariaDbParameters"))
|
1046
1073
|
DataSourceParameters.add_member(:my_sql_parameters, Shapes::ShapeRef.new(shape: MySqlParameters, location_name: "MySqlParameters"))
|
1074
|
+
DataSourceParameters.add_member(:oracle_parameters, Shapes::ShapeRef.new(shape: OracleParameters, location_name: "OracleParameters"))
|
1047
1075
|
DataSourceParameters.add_member(:postgre_sql_parameters, Shapes::ShapeRef.new(shape: PostgreSqlParameters, location_name: "PostgreSqlParameters"))
|
1048
1076
|
DataSourceParameters.add_member(:presto_parameters, Shapes::ShapeRef.new(shape: PrestoParameters, location_name: "PrestoParameters"))
|
1049
1077
|
DataSourceParameters.add_member(:rds_parameters, Shapes::ShapeRef.new(shape: RdsParameters, location_name: "RdsParameters"))
|
@@ -1463,11 +1491,14 @@ module Aws::QuickSight
|
|
1463
1491
|
|
1464
1492
|
GetDashboardEmbedUrlRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1465
1493
|
GetDashboardEmbedUrlRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1466
|
-
GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape:
|
1494
|
+
GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: EmbeddingIdentityType, required: true, location: "querystring", location_name: "creds-type"))
|
1467
1495
|
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:
|
1496
|
+
GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "undo-redo-disabled"))
|
1497
|
+
GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "reset-disabled"))
|
1498
|
+
GetDashboardEmbedUrlRequest.add_member(:state_persistence_enabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "state-persistence-enabled"))
|
1470
1499
|
GetDashboardEmbedUrlRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "user-arn"))
|
1500
|
+
GetDashboardEmbedUrlRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
1501
|
+
GetDashboardEmbedUrlRequest.add_member(:additional_dashboard_ids, Shapes::ShapeRef.new(shape: AdditionalDashboardIdList, location: "querystring", location_name: "additional-dashboard-ids"))
|
1471
1502
|
GetDashboardEmbedUrlRequest.struct_class = Types::GetDashboardEmbedUrlRequest
|
1472
1503
|
|
1473
1504
|
GetDashboardEmbedUrlResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, location_name: "EmbedUrl"))
|
@@ -1858,7 +1889,13 @@ module Aws::QuickSight
|
|
1858
1889
|
|
1859
1890
|
Namespaces.member = Shapes::ShapeRef.new(shape: NamespaceInfoV2)
|
1860
1891
|
|
1892
|
+
OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1893
|
+
OracleParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1894
|
+
OracleParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1895
|
+
OracleParameters.struct_class = Types::OracleParameters
|
1896
|
+
|
1861
1897
|
OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
|
1898
|
+
OutputColumn.add_member(:description, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Description"))
|
1862
1899
|
OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
|
1863
1900
|
OutputColumn.struct_class = Types::OutputColumn
|
1864
1901
|
|
@@ -1892,6 +1929,8 @@ module Aws::QuickSight
|
|
1892
1929
|
PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
1893
1930
|
PrestoParameters.struct_class = Types::PrestoParameters
|
1894
1931
|
|
1932
|
+
PrincipalList.member = Shapes::ShapeRef.new(shape: String)
|
1933
|
+
|
1895
1934
|
ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnList, required: true, location_name: "ProjectedColumns"))
|
1896
1935
|
ProjectOperation.struct_class = Types::ProjectOperation
|
1897
1936
|
|
@@ -2247,6 +2286,10 @@ module Aws::QuickSight
|
|
2247
2286
|
UIColorPalette.add_member(:measure_foreground, Shapes::ShapeRef.new(shape: HexColor, location_name: "MeasureForeground"))
|
2248
2287
|
UIColorPalette.struct_class = Types::UIColorPalette
|
2249
2288
|
|
2289
|
+
UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2290
|
+
UnsupportedPricingPlanException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2291
|
+
UnsupportedPricingPlanException.struct_class = Types::UnsupportedPricingPlanException
|
2292
|
+
|
2250
2293
|
UnsupportedUserEditionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2251
2294
|
UnsupportedUserEditionException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2252
2295
|
UnsupportedUserEditionException.struct_class = Types::UnsupportedUserEditionException
|
@@ -2371,6 +2414,7 @@ module Aws::QuickSight
|
|
2371
2414
|
UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
2372
2415
|
UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
2373
2416
|
UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
2417
|
+
UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
2374
2418
|
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
2375
2419
|
|
2376
2420
|
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -3330,6 +3374,7 @@ module Aws::QuickSight
|
|
3330
3374
|
o.errors << Shapes::ShapeRef.new(shape: IdentityTypeNotSupportedException)
|
3331
3375
|
o.errors << Shapes::ShapeRef.new(shape: SessionLifetimeInMinutesInvalidException)
|
3332
3376
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3377
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
|
3333
3378
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3334
3379
|
end)
|
3335
3380
|
|
@@ -43,6 +43,7 @@ module Aws::QuickSight
|
|
43
43
|
# * {ResourceUnavailableException}
|
44
44
|
# * {SessionLifetimeInMinutesInvalidException}
|
45
45
|
# * {ThrottlingException}
|
46
|
+
# * {UnsupportedPricingPlanException}
|
46
47
|
# * {UnsupportedUserEditionException}
|
47
48
|
#
|
48
49
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
@@ -391,6 +392,26 @@ module Aws::QuickSight
|
|
391
392
|
end
|
392
393
|
end
|
393
394
|
|
395
|
+
class UnsupportedPricingPlanException < ServiceError
|
396
|
+
|
397
|
+
# @param [Seahorse::Client::RequestContext] context
|
398
|
+
# @param [String] message
|
399
|
+
# @param [Aws::QuickSight::Types::UnsupportedPricingPlanException] data
|
400
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
401
|
+
super(context, message, data)
|
402
|
+
end
|
403
|
+
|
404
|
+
# @return [String]
|
405
|
+
def message
|
406
|
+
@message || @data[:message]
|
407
|
+
end
|
408
|
+
|
409
|
+
# @return [String]
|
410
|
+
def request_id
|
411
|
+
@data[:request_id]
|
412
|
+
end
|
413
|
+
end
|
414
|
+
|
394
415
|
class UnsupportedUserEditionException < ServiceError
|
395
416
|
|
396
417
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -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
|
@@ -5983,17 +6099,22 @@ module Aws::QuickSight
|
|
5983
6099
|
include Aws::Structure
|
5984
6100
|
end
|
5985
6101
|
|
6102
|
+
# Parameter input for the `GetDashboardEmbedUrl` operation.
|
6103
|
+
#
|
5986
6104
|
# @note When making an API call, you may pass GetDashboardEmbedUrlRequest
|
5987
6105
|
# data as a hash:
|
5988
6106
|
#
|
5989
6107
|
# {
|
5990
6108
|
# aws_account_id: "AwsAccountId", # required
|
5991
6109
|
# dashboard_id: "RestrictiveResourceId", # required
|
5992
|
-
# identity_type: "IAM", # required, accepts IAM, QUICKSIGHT
|
6110
|
+
# identity_type: "IAM", # required, accepts IAM, QUICKSIGHT, ANONYMOUS
|
5993
6111
|
# session_lifetime_in_minutes: 1,
|
5994
6112
|
# undo_redo_disabled: false,
|
5995
6113
|
# reset_disabled: false,
|
6114
|
+
# state_persistence_enabled: false,
|
5996
6115
|
# user_arn: "Arn",
|
6116
|
+
# namespace: "Namespace",
|
6117
|
+
# additional_dashboard_ids: ["RestrictiveResourceId"],
|
5997
6118
|
# }
|
5998
6119
|
#
|
5999
6120
|
# @!attribute [rw] aws_account_id
|
@@ -6024,6 +6145,17 @@ module Aws::QuickSight
|
|
6024
6145
|
# FALSE, which enables the reset button.
|
6025
6146
|
# @return [Boolean]
|
6026
6147
|
#
|
6148
|
+
# @!attribute [rw] state_persistence_enabled
|
6149
|
+
# Adds persistence of state for the user session in an embedded
|
6150
|
+
# dashboard. Persistence applies to the sheet and the parameter
|
6151
|
+
# settings. These are control settings that the dashboard subscriber
|
6152
|
+
# (QuickSight reader) chooses while viewing the dashboard. If this is
|
6153
|
+
# set to `TRUE`, the settings are the same when the the subscriber
|
6154
|
+
# reopens the same dashboard URL. The state is stored in QuickSight,
|
6155
|
+
# not in a browser cookie. If this is set to FALSE, the state of the
|
6156
|
+
# user session is not persisted. The default is `FALSE`.
|
6157
|
+
# @return [Boolean]
|
6158
|
+
#
|
6027
6159
|
# @!attribute [rw] user_arn
|
6028
6160
|
# The Amazon QuickSight user's Amazon Resource Name (ARN), for use
|
6029
6161
|
# with `QUICKSIGHT` identity type. You can use this for any Amazon
|
@@ -6042,6 +6174,22 @@ module Aws::QuickSight
|
|
6042
6174
|
# role-based sessions.
|
6043
6175
|
# @return [String]
|
6044
6176
|
#
|
6177
|
+
# @!attribute [rw] namespace
|
6178
|
+
# The QuickSight namespace that contains the dashboard IDs in this
|
6179
|
+
# request. If you're not using a custom namespace, set this to
|
6180
|
+
# "`default`".
|
6181
|
+
# @return [String]
|
6182
|
+
#
|
6183
|
+
# @!attribute [rw] additional_dashboard_ids
|
6184
|
+
# A list of one or more dashboard ids that you want to add to a
|
6185
|
+
# session that includes anonymous authorizations. `IdentityType` must
|
6186
|
+
# be set to ANONYMOUS for this to work, because other other identity
|
6187
|
+
# types authenticate as QuickSight users. For example, if you set
|
6188
|
+
# "`--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3
|
6189
|
+
# identity-type ANONYMOUS`", the session can access all three
|
6190
|
+
# dashboards.
|
6191
|
+
# @return [Array<String>]
|
6192
|
+
#
|
6045
6193
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GetDashboardEmbedUrlRequest AWS API Documentation
|
6046
6194
|
#
|
6047
6195
|
class GetDashboardEmbedUrlRequest < Struct.new(
|
@@ -6051,11 +6199,16 @@ module Aws::QuickSight
|
|
6051
6199
|
:session_lifetime_in_minutes,
|
6052
6200
|
:undo_redo_disabled,
|
6053
6201
|
:reset_disabled,
|
6054
|
-
:
|
6202
|
+
:state_persistence_enabled,
|
6203
|
+
:user_arn,
|
6204
|
+
:namespace,
|
6205
|
+
:additional_dashboard_ids)
|
6055
6206
|
SENSITIVE = []
|
6056
6207
|
include Aws::Structure
|
6057
6208
|
end
|
6058
6209
|
|
6210
|
+
# Output returned from the `GetDashboardEmbedUrl` operation.
|
6211
|
+
#
|
6059
6212
|
# @!attribute [rw] embed_url
|
6060
6213
|
# A single-use URL that you can put into your server-side webpage to
|
6061
6214
|
# embed your dashboard. This URL is valid for 5 minutes. The API
|
@@ -7929,6 +8082,9 @@ module Aws::QuickSight
|
|
7929
8082
|
# tags: [ # required
|
7930
8083
|
# {
|
7931
8084
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
8085
|
+
# column_description: {
|
8086
|
+
# text: "ColumnDescriptiveText",
|
8087
|
+
# },
|
7932
8088
|
# },
|
7933
8089
|
# ],
|
7934
8090
|
# },
|
@@ -8174,12 +8330,49 @@ module Aws::QuickSight
|
|
8174
8330
|
include Aws::Structure
|
8175
8331
|
end
|
8176
8332
|
|
8333
|
+
# Oracle parameters.
|
8334
|
+
#
|
8335
|
+
# @note When making an API call, you may pass OracleParameters
|
8336
|
+
# data as a hash:
|
8337
|
+
#
|
8338
|
+
# {
|
8339
|
+
# host: "Host", # required
|
8340
|
+
# port: 1, # required
|
8341
|
+
# database: "Database", # required
|
8342
|
+
# }
|
8343
|
+
#
|
8344
|
+
# @!attribute [rw] host
|
8345
|
+
# An Oracle host.
|
8346
|
+
# @return [String]
|
8347
|
+
#
|
8348
|
+
# @!attribute [rw] port
|
8349
|
+
# Port.
|
8350
|
+
# @return [Integer]
|
8351
|
+
#
|
8352
|
+
# @!attribute [rw] database
|
8353
|
+
# Database.
|
8354
|
+
# @return [String]
|
8355
|
+
#
|
8356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/OracleParameters AWS API Documentation
|
8357
|
+
#
|
8358
|
+
class OracleParameters < Struct.new(
|
8359
|
+
:host,
|
8360
|
+
:port,
|
8361
|
+
:database)
|
8362
|
+
SENSITIVE = []
|
8363
|
+
include Aws::Structure
|
8364
|
+
end
|
8365
|
+
|
8177
8366
|
# Output column.
|
8178
8367
|
#
|
8179
8368
|
# @!attribute [rw] name
|
8180
8369
|
# A display name for the dataset.
|
8181
8370
|
# @return [String]
|
8182
8371
|
#
|
8372
|
+
# @!attribute [rw] description
|
8373
|
+
# A description for a column.
|
8374
|
+
# @return [String]
|
8375
|
+
#
|
8183
8376
|
# @!attribute [rw] type
|
8184
8377
|
# Type.
|
8185
8378
|
# @return [String]
|
@@ -8188,6 +8381,7 @@ module Aws::QuickSight
|
|
8188
8381
|
#
|
8189
8382
|
class OutputColumn < Struct.new(
|
8190
8383
|
:name,
|
8384
|
+
:description,
|
8191
8385
|
:type)
|
8192
8386
|
SENSITIVE = []
|
8193
8387
|
include Aws::Structure
|
@@ -8832,8 +9026,12 @@ module Aws::QuickSight
|
|
8832
9026
|
# The Amazon Resource Name (ARN) of the principal. This can be one of
|
8833
9027
|
# the following:
|
8834
9028
|
#
|
8835
|
-
# * The ARN of an Amazon QuickSight user
|
8836
|
-
# is
|
9029
|
+
# * The ARN of an Amazon QuickSight user or group associated with a
|
9030
|
+
# data source or dataset. (This is common.)
|
9031
|
+
#
|
9032
|
+
# * The ARN of an Amazon QuickSight user, group, or namespace
|
9033
|
+
# associated with an analysis, dashboard, template, or theme. (This
|
9034
|
+
# is common.)
|
8837
9035
|
#
|
8838
9036
|
# * The ARN of an AWS account root: This is an IAM ARN rather than a
|
8839
9037
|
# QuickSight ARN. Use this option only to share resources
|
@@ -8841,8 +9039,7 @@ module Aws::QuickSight
|
|
8841
9039
|
# @return [String]
|
8842
9040
|
#
|
8843
9041
|
# @!attribute [rw] actions
|
8844
|
-
# The IAM action to grant or revoke permissions on
|
8845
|
-
# `"quicksight:DescribeDashboard"`.
|
9042
|
+
# The IAM action to grant or revoke permissions on.
|
8846
9043
|
# @return [Array<String>]
|
8847
9044
|
#
|
8848
9045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ResourcePermission AWS API Documentation
|
@@ -9240,20 +9437,20 @@ module Aws::QuickSight
|
|
9240
9437
|
include Aws::Structure
|
9241
9438
|
end
|
9242
9439
|
|
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.
|
9440
|
+
# A *sheet*, which is an object that contains a set of visuals that are
|
9441
|
+
# viewed together on one page in the Amazon QuickSight console. Every
|
9442
|
+
# analysis and dashboard contains at least one sheet. Each sheet
|
9443
|
+
# contains at least one visualization widget, for example a chart, pivot
|
9444
|
+
# table, or narrative insight. Sheets can be associated with other
|
9445
|
+
# components, such as controls, filters, and so on.
|
9249
9446
|
#
|
9250
9447
|
# @!attribute [rw] sheet_id
|
9251
9448
|
# The unique identifier associated with a sheet.
|
9252
9449
|
# @return [String]
|
9253
9450
|
#
|
9254
9451
|
# @!attribute [rw] name
|
9255
|
-
# The name of a sheet. This is displayed on the sheet's tab in
|
9256
|
-
# QuickSight console.
|
9452
|
+
# The name of a sheet. This name is displayed on the sheet's tab in
|
9453
|
+
# the QuickSight console.
|
9257
9454
|
# @return [String]
|
9258
9455
|
#
|
9259
9456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Sheet AWS API Documentation
|
@@ -9504,6 +9701,9 @@ module Aws::QuickSight
|
|
9504
9701
|
# tags: [ # required
|
9505
9702
|
# {
|
9506
9703
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
9704
|
+
# column_description: {
|
9705
|
+
# text: "ColumnDescriptiveText",
|
9706
|
+
# },
|
9507
9707
|
# },
|
9508
9708
|
# ],
|
9509
9709
|
# }
|
@@ -10322,6 +10522,9 @@ module Aws::QuickSight
|
|
10322
10522
|
# tags: [ # required
|
10323
10523
|
# {
|
10324
10524
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
10525
|
+
# column_description: {
|
10526
|
+
# text: "ColumnDescriptiveText",
|
10527
|
+
# },
|
10325
10528
|
# },
|
10326
10529
|
# ],
|
10327
10530
|
# },
|
@@ -10394,7 +10597,7 @@ module Aws::QuickSight
|
|
10394
10597
|
end
|
10395
10598
|
|
10396
10599
|
# The theme colors that apply to UI and to charts, excluding data
|
10397
|
-
# colors. The colors description is a
|
10600
|
+
# colors. The colors description is a hexadecimal color code that
|
10398
10601
|
# consists of six alphanumerical characters, prefixed with `#`, for
|
10399
10602
|
# example #37BFF5. For more information, see [Using Themes in Amazon
|
10400
10603
|
# QuickSight][1] in the *Amazon QuickSight User Guide.*
|
@@ -10526,6 +10729,32 @@ module Aws::QuickSight
|
|
10526
10729
|
include Aws::Structure
|
10527
10730
|
end
|
10528
10731
|
|
10732
|
+
# This error indicates that you are calling an embedding operation in
|
10733
|
+
# Amazon QuickSight without the required pricing plan on your AWS
|
10734
|
+
# account. Before you can use anonymous embedding, a QuickSight
|
10735
|
+
# administrator needs to add capacity pricing to QuickSight. You can do
|
10736
|
+
# this on the **Manage QuickSight** page.
|
10737
|
+
#
|
10738
|
+
# After capacity pricing is added, you can enable anonymous embedding by
|
10739
|
+
# using the ` GetDashboardEmbedUrl ` API operation with the
|
10740
|
+
# `--identity-type ANONYMOUS` option.
|
10741
|
+
#
|
10742
|
+
# @!attribute [rw] message
|
10743
|
+
# @return [String]
|
10744
|
+
#
|
10745
|
+
# @!attribute [rw] request_id
|
10746
|
+
# The AWS request ID for this request.
|
10747
|
+
# @return [String]
|
10748
|
+
#
|
10749
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UnsupportedPricingPlanException AWS API Documentation
|
10750
|
+
#
|
10751
|
+
class UnsupportedPricingPlanException < Struct.new(
|
10752
|
+
:message,
|
10753
|
+
:request_id)
|
10754
|
+
SENSITIVE = []
|
10755
|
+
include Aws::Structure
|
10756
|
+
end
|
10757
|
+
|
10529
10758
|
# This error indicates that you are calling an operation on an Amazon
|
10530
10759
|
# QuickSight subscription where the edition doesn't include support for
|
10531
10760
|
# that operation. Amazon QuickSight currently has Standard Edition and
|
@@ -11405,6 +11634,9 @@ module Aws::QuickSight
|
|
11405
11634
|
# tags: [ # required
|
11406
11635
|
# {
|
11407
11636
|
# column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
|
11637
|
+
# column_description: {
|
11638
|
+
# text: "ColumnDescriptiveText",
|
11639
|
+
# },
|
11408
11640
|
# },
|
11409
11641
|
# ],
|
11410
11642
|
# },
|
@@ -11436,6 +11668,12 @@ module Aws::QuickSight
|
|
11436
11668
|
# arn: "Arn", # required
|
11437
11669
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
11438
11670
|
# },
|
11671
|
+
# column_level_permission_rules: [
|
11672
|
+
# {
|
11673
|
+
# principals: ["String"],
|
11674
|
+
# column_names: ["String"],
|
11675
|
+
# },
|
11676
|
+
# ],
|
11439
11677
|
# }
|
11440
11678
|
#
|
11441
11679
|
# @!attribute [rw] aws_account_id
|
@@ -11475,6 +11713,10 @@ module Aws::QuickSight
|
|
11475
11713
|
# create.
|
11476
11714
|
# @return [Types::RowLevelPermissionDataSet]
|
11477
11715
|
#
|
11716
|
+
# @!attribute [rw] column_level_permission_rules
|
11717
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
11718
|
+
# @return [Array<Types::ColumnLevelPermissionRule>]
|
11719
|
+
#
|
11478
11720
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDataSetRequest AWS API Documentation
|
11479
11721
|
#
|
11480
11722
|
class UpdateDataSetRequest < Struct.new(
|
@@ -11485,7 +11727,8 @@ module Aws::QuickSight
|
|
11485
11727
|
:logical_table_map,
|
11486
11728
|
:import_mode,
|
11487
11729
|
:column_groups,
|
11488
|
-
:row_level_permission_data_set
|
11730
|
+
:row_level_permission_data_set,
|
11731
|
+
:column_level_permission_rules)
|
11489
11732
|
SENSITIVE = []
|
11490
11733
|
include Aws::Structure
|
11491
11734
|
end
|
@@ -11648,6 +11891,11 @@ module Aws::QuickSight
|
|
11648
11891
|
# port: 1, # required
|
11649
11892
|
# database: "Database", # required
|
11650
11893
|
# },
|
11894
|
+
# oracle_parameters: {
|
11895
|
+
# host: "Host", # required
|
11896
|
+
# port: 1, # required
|
11897
|
+
# database: "Database", # required
|
11898
|
+
# },
|
11651
11899
|
# postgre_sql_parameters: {
|
11652
11900
|
# host: "Host", # required
|
11653
11901
|
# port: 1, # required
|
@@ -11739,6 +11987,11 @@ module Aws::QuickSight
|
|
11739
11987
|
# port: 1, # required
|
11740
11988
|
# database: "Database", # required
|
11741
11989
|
# },
|
11990
|
+
# oracle_parameters: {
|
11991
|
+
# host: "Host", # required
|
11992
|
+
# port: 1, # required
|
11993
|
+
# database: "Database", # required
|
11994
|
+
# },
|
11742
11995
|
# postgre_sql_parameters: {
|
11743
11996
|
# host: "Host", # required
|
11744
11997
|
# port: 1, # required
|
@@ -11965,8 +12218,8 @@ module Aws::QuickSight
|
|
11965
12218
|
# @return [String]
|
11966
12219
|
#
|
11967
12220
|
# @!attribute [rw] assignment_name
|
11968
|
-
# The name of the assignment. This name must be
|
11969
|
-
# account.
|
12221
|
+
# The name of the assignment, also called a rule. This name must be
|
12222
|
+
# unique within an AWS account.
|
11970
12223
|
# @return [String]
|
11971
12224
|
#
|
11972
12225
|
# @!attribute [rw] namespace
|
@@ -12010,7 +12263,7 @@ module Aws::QuickSight
|
|
12010
12263
|
end
|
12011
12264
|
|
12012
12265
|
# @!attribute [rw] assignment_name
|
12013
|
-
# The name of the assignment.
|
12266
|
+
# The name of the assignment or rule.
|
12014
12267
|
# @return [String]
|
12015
12268
|
#
|
12016
12269
|
# @!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.37.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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|