aws-sdk-quicksight 1.34.0 → 1.39.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 +126 -23
- data/lib/aws-sdk-quicksight/client_api.rb +49 -3
- data/lib/aws-sdk-quicksight/errors.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +299 -26
- 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: 8aee945b3f55c3c9585ed33440b640a6e762e2a300880a554615a943e293cebd
|
4
|
+
data.tar.gz: 8556ffe0bb688ea3a212fc4a338b308fe90abeeb5ee5f3e55cbbd8214abd931a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42bf0065408bad110b9a034182ac8e2e77f5ca4886d35314a01f9e6a44f58f6c8ddf2a198d73fe6f501a8821326ec4cd310208f386a1f2d72423116cd4a28e82
|
7
|
+
data.tar.gz: c7dffab49bd0cf44de2c9132611b7a16021169a79a3da06843e7443309fa7f676dd78013a2e5bb5947cd53a94ddb5cf8f0657a7f0d17daf97340dfc48c47068f
|
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.
|
@@ -814,6 +817,7 @@ module Aws::QuickSight
|
|
814
817
|
# "PhysicalTableId" => {
|
815
818
|
# relational_table: {
|
816
819
|
# data_source_arn: "Arn", # required
|
820
|
+
# catalog: "RelationalTableCatalog",
|
817
821
|
# schema: "RelationalTableSchema",
|
818
822
|
# name: "RelationalTableName", # required
|
819
823
|
# input_columns: [ # required
|
@@ -898,6 +902,12 @@ module Aws::QuickSight
|
|
898
902
|
# join_instruction: {
|
899
903
|
# left_operand: "LogicalTableId", # required
|
900
904
|
# right_operand: "LogicalTableId", # required
|
905
|
+
# left_join_key_properties: {
|
906
|
+
# unique_key: false,
|
907
|
+
# },
|
908
|
+
# right_join_key_properties: {
|
909
|
+
# unique_key: false,
|
910
|
+
# },
|
901
911
|
# type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
|
902
912
|
# on_clause: "OnClause", # required
|
903
913
|
# },
|
@@ -926,6 +936,12 @@ module Aws::QuickSight
|
|
926
936
|
# arn: "Arn", # required
|
927
937
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
928
938
|
# },
|
939
|
+
# column_level_permission_rules: [
|
940
|
+
# {
|
941
|
+
# principals: ["String"],
|
942
|
+
# column_names: ["String"],
|
943
|
+
# },
|
944
|
+
# ],
|
929
945
|
# tags: [
|
930
946
|
# {
|
931
947
|
# key: "TagKey", # required
|
@@ -1008,7 +1024,7 @@ module Aws::QuickSight
|
|
1008
1024
|
# aws_account_id: "AwsAccountId", # required
|
1009
1025
|
# data_source_id: "ResourceId", # required
|
1010
1026
|
# 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
|
1027
|
+
# 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
1028
|
# data_source_parameters: {
|
1013
1029
|
# amazon_elasticsearch_parameters: {
|
1014
1030
|
# domain: "Domain", # required
|
@@ -1042,6 +1058,11 @@ module Aws::QuickSight
|
|
1042
1058
|
# port: 1, # required
|
1043
1059
|
# database: "Database", # required
|
1044
1060
|
# },
|
1061
|
+
# oracle_parameters: {
|
1062
|
+
# host: "Host", # required
|
1063
|
+
# port: 1, # required
|
1064
|
+
# database: "Database", # required
|
1065
|
+
# },
|
1045
1066
|
# postgre_sql_parameters: {
|
1046
1067
|
# host: "Host", # required
|
1047
1068
|
# port: 1, # required
|
@@ -1133,6 +1154,11 @@ module Aws::QuickSight
|
|
1133
1154
|
# port: 1, # required
|
1134
1155
|
# database: "Database", # required
|
1135
1156
|
# },
|
1157
|
+
# oracle_parameters: {
|
1158
|
+
# host: "Host", # required
|
1159
|
+
# port: 1, # required
|
1160
|
+
# database: "Database", # required
|
1161
|
+
# },
|
1136
1162
|
# postgre_sql_parameters: {
|
1137
1163
|
# host: "Host", # required
|
1138
1164
|
# port: 1, # required
|
@@ -1330,16 +1356,18 @@ module Aws::QuickSight
|
|
1330
1356
|
end
|
1331
1357
|
|
1332
1358
|
# 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
|
-
#
|
1359
|
+
# Amazon Resource Name (ARN). This policy assignment is attached to the
|
1360
|
+
# specified groups or users of Amazon QuickSight. Assignment names are
|
1361
|
+
# unique per AWS account. To avoid overwriting rules in other
|
1362
|
+
# namespaces, use assignment names that are unique.
|
1336
1363
|
#
|
1337
1364
|
# @option params [required, String] :aws_account_id
|
1338
1365
|
# The ID of the AWS account where you want to assign an IAM policy to
|
1339
1366
|
# QuickSight users or groups.
|
1340
1367
|
#
|
1341
1368
|
# @option params [required, String] :assignment_name
|
1342
|
-
# The name of the assignment. It must be unique
|
1369
|
+
# The name of the assignment, also called a rule. It must be unique
|
1370
|
+
# within an AWS account.
|
1343
1371
|
#
|
1344
1372
|
# @option params [required, String] :assignment_status
|
1345
1373
|
# The status of the assignment. Possible values are as follows:
|
@@ -1418,7 +1446,7 @@ module Aws::QuickSight
|
|
1418
1446
|
#
|
1419
1447
|
#
|
1420
1448
|
#
|
1421
|
-
# [1]:
|
1449
|
+
# [1]: http://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/
|
1422
1450
|
#
|
1423
1451
|
# @option params [required, String] :data_set_id
|
1424
1452
|
# The ID of the dataset used in the ingestion.
|
@@ -2916,6 +2944,7 @@ module Aws::QuickSight
|
|
2916
2944
|
# resp.data_set.last_updated_time #=> Time
|
2917
2945
|
# resp.data_set.physical_table_map #=> Hash
|
2918
2946
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.data_source_arn #=> String
|
2947
|
+
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.catalog #=> String
|
2919
2948
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.schema #=> String
|
2920
2949
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.name #=> String
|
2921
2950
|
# resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns #=> Array
|
@@ -2957,6 +2986,8 @@ module Aws::QuickSight
|
|
2957
2986
|
# resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_description.text #=> String
|
2958
2987
|
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_operand #=> String
|
2959
2988
|
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_operand #=> String
|
2989
|
+
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_join_key_properties.unique_key #=> Boolean
|
2990
|
+
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_join_key_properties.unique_key #=> Boolean
|
2960
2991
|
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
|
2961
2992
|
# resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.on_clause #=> String
|
2962
2993
|
# resp.data_set.logical_table_map["LogicalTableId"].source.physical_table_id #=> String
|
@@ -2974,6 +3005,11 @@ module Aws::QuickSight
|
|
2974
3005
|
# resp.data_set.row_level_permission_data_set.namespace #=> String
|
2975
3006
|
# resp.data_set.row_level_permission_data_set.arn #=> String
|
2976
3007
|
# resp.data_set.row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
3008
|
+
# resp.data_set.column_level_permission_rules #=> Array
|
3009
|
+
# resp.data_set.column_level_permission_rules[0].principals #=> Array
|
3010
|
+
# resp.data_set.column_level_permission_rules[0].principals[0] #=> String
|
3011
|
+
# resp.data_set.column_level_permission_rules[0].column_names #=> Array
|
3012
|
+
# resp.data_set.column_level_permission_rules[0].column_names[0] #=> String
|
2977
3013
|
# resp.request_id #=> String
|
2978
3014
|
# resp.status #=> Integer
|
2979
3015
|
#
|
@@ -3060,7 +3096,7 @@ module Aws::QuickSight
|
|
3060
3096
|
# resp.data_source.arn #=> String
|
3061
3097
|
# resp.data_source.data_source_id #=> String
|
3062
3098
|
# 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"
|
3099
|
+
# 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
3100
|
# resp.data_source.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
3065
3101
|
# resp.data_source.created_time #=> Time
|
3066
3102
|
# resp.data_source.last_updated_time #=> Time
|
@@ -3080,6 +3116,9 @@ module Aws::QuickSight
|
|
3080
3116
|
# resp.data_source.data_source_parameters.my_sql_parameters.host #=> String
|
3081
3117
|
# resp.data_source.data_source_parameters.my_sql_parameters.port #=> Integer
|
3082
3118
|
# resp.data_source.data_source_parameters.my_sql_parameters.database #=> String
|
3119
|
+
# resp.data_source.data_source_parameters.oracle_parameters.host #=> String
|
3120
|
+
# resp.data_source.data_source_parameters.oracle_parameters.port #=> Integer
|
3121
|
+
# resp.data_source.data_source_parameters.oracle_parameters.database #=> String
|
3083
3122
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.host #=> String
|
3084
3123
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.port #=> Integer
|
3085
3124
|
# resp.data_source.data_source_parameters.postgre_sql_parameters.database #=> String
|
@@ -3125,6 +3164,9 @@ module Aws::QuickSight
|
|
3125
3164
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.host #=> String
|
3126
3165
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
|
3127
3166
|
# resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.database #=> String
|
3167
|
+
# resp.data_source.alternate_data_source_parameters[0].oracle_parameters.host #=> String
|
3168
|
+
# resp.data_source.alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
|
3169
|
+
# resp.data_source.alternate_data_source_parameters[0].oracle_parameters.database #=> String
|
3128
3170
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
|
3129
3171
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
|
3130
3172
|
# resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
|
@@ -3267,7 +3309,7 @@ module Aws::QuickSight
|
|
3267
3309
|
# to describe.
|
3268
3310
|
#
|
3269
3311
|
# @option params [required, String] :assignment_name
|
3270
|
-
# The name of the assignment.
|
3312
|
+
# The name of the assignment, also called a rule.
|
3271
3313
|
#
|
3272
3314
|
# @option params [required, String] :namespace
|
3273
3315
|
# The namespace that contains the assignment.
|
@@ -3813,19 +3855,20 @@ module Aws::QuickSight
|
|
3813
3855
|
#
|
3814
3856
|
# * The resulting user session is valid for 10 hours.
|
3815
3857
|
#
|
3816
|
-
# For more information, see [
|
3817
|
-
#
|
3858
|
+
# For more information, see [Embedded Analytics][1] in the *Amazon
|
3859
|
+
# QuickSight User Guide*.
|
3818
3860
|
#
|
3819
3861
|
#
|
3820
3862
|
#
|
3821
|
-
# [1]: https://docs.aws.amazon.com/quicksight/latest/user/
|
3863
|
+
# [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
|
3822
3864
|
#
|
3823
3865
|
# @option params [required, String] :aws_account_id
|
3824
3866
|
# The ID for the AWS account that contains the dashboard that you're
|
3825
3867
|
# embedding.
|
3826
3868
|
#
|
3827
3869
|
# @option params [required, String] :dashboard_id
|
3828
|
-
# The ID for the dashboard, also added to the
|
3870
|
+
# The ID for the dashboard, also added to the AWS Identity and Access
|
3871
|
+
# Management (IAM) policy.
|
3829
3872
|
#
|
3830
3873
|
# @option params [required, String] :identity_type
|
3831
3874
|
# The authentication method that the user uses to sign in.
|
@@ -3842,6 +3885,16 @@ module Aws::QuickSight
|
|
3842
3885
|
# Remove the reset button on the embedded dashboard. The default is
|
3843
3886
|
# FALSE, which enables the reset button.
|
3844
3887
|
#
|
3888
|
+
# @option params [Boolean] :state_persistence_enabled
|
3889
|
+
# Adds persistence of state for the user session in an embedded
|
3890
|
+
# dashboard. Persistence applies to the sheet and the parameter
|
3891
|
+
# settings. These are control settings that the dashboard subscriber
|
3892
|
+
# (QuickSight reader) chooses while viewing the dashboard. If this is
|
3893
|
+
# set to `TRUE`, the settings are the same when the subscriber reopens
|
3894
|
+
# the same dashboard URL. The state is stored in QuickSight, not in a
|
3895
|
+
# browser cookie. If this is set to FALSE, the state of the user session
|
3896
|
+
# is not persisted. The default is `FALSE`.
|
3897
|
+
#
|
3845
3898
|
# @option params [String] :user_arn
|
3846
3899
|
# The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
|
3847
3900
|
# `QUICKSIGHT` identity type. You can use this for any Amazon QuickSight
|
@@ -3859,6 +3912,20 @@ module Aws::QuickSight
|
|
3859
3912
|
# Omit this parameter for users in the third group – IAM users and IAM
|
3860
3913
|
# role-based sessions.
|
3861
3914
|
#
|
3915
|
+
# @option params [String] :namespace
|
3916
|
+
# The QuickSight namespace that contains the dashboard IDs in this
|
3917
|
+
# request. If you're not using a custom namespace, set this to
|
3918
|
+
# "`default`".
|
3919
|
+
#
|
3920
|
+
# @option params [Array<String>] :additional_dashboard_ids
|
3921
|
+
# A list of one or more dashboard IDs that you want to add to a session
|
3922
|
+
# that includes anonymous users. The `IdentityType` parameter must be
|
3923
|
+
# set to `ANONYMOUS` for this to work, because other identity types
|
3924
|
+
# authenticate as QuickSight or IAM users. For example, if you set
|
3925
|
+
# "`--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3
|
3926
|
+
# identity-type ANONYMOUS`", the session can access all three
|
3927
|
+
# dashboards.
|
3928
|
+
#
|
3862
3929
|
# @return [Types::GetDashboardEmbedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3863
3930
|
#
|
3864
3931
|
# * {Types::GetDashboardEmbedUrlResponse#embed_url #embed_url} => String
|
@@ -3870,11 +3937,14 @@ module Aws::QuickSight
|
|
3870
3937
|
# resp = client.get_dashboard_embed_url({
|
3871
3938
|
# aws_account_id: "AwsAccountId", # required
|
3872
3939
|
# dashboard_id: "RestrictiveResourceId", # required
|
3873
|
-
# identity_type: "IAM", # required, accepts IAM, QUICKSIGHT
|
3940
|
+
# identity_type: "IAM", # required, accepts IAM, QUICKSIGHT, ANONYMOUS
|
3874
3941
|
# session_lifetime_in_minutes: 1,
|
3875
3942
|
# undo_redo_disabled: false,
|
3876
3943
|
# reset_disabled: false,
|
3944
|
+
# state_persistence_enabled: false,
|
3877
3945
|
# user_arn: "Arn",
|
3946
|
+
# namespace: "Namespace",
|
3947
|
+
# additional_dashboard_ids: ["RestrictiveResourceId"],
|
3878
3948
|
# })
|
3879
3949
|
#
|
3880
3950
|
# @example Response structure
|
@@ -3949,11 +4019,11 @@ module Aws::QuickSight
|
|
3949
4019
|
#
|
3950
4020
|
# 2. Invited nonfederated users
|
3951
4021
|
#
|
3952
|
-
# 3. IAM users and IAM role-based
|
3953
|
-
# Federated Single Sign-On using
|
3954
|
-
# federation
|
4022
|
+
# 3. AWS Identity and Access Management (IAM) users and IAM role-based
|
4023
|
+
# sessions authenticated through Federated Single Sign-On using
|
4024
|
+
# SAML, OpenID Connect, or IAM federation
|
3955
4025
|
#
|
3956
|
-
# Omit this parameter for users in the third group
|
4026
|
+
# Omit this parameter for users in the third group, IAM users and IAM
|
3957
4027
|
# role-based sessions.
|
3958
4028
|
#
|
3959
4029
|
# @return [Types::GetSessionEmbedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -4192,6 +4262,7 @@ module Aws::QuickSight
|
|
4192
4262
|
# resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
|
4193
4263
|
# resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
|
4194
4264
|
# resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
|
4265
|
+
# resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
|
4195
4266
|
# resp.next_token #=> String
|
4196
4267
|
# resp.request_id #=> String
|
4197
4268
|
# resp.status #=> Integer
|
@@ -4241,7 +4312,7 @@ module Aws::QuickSight
|
|
4241
4312
|
# resp.data_sources[0].arn #=> String
|
4242
4313
|
# resp.data_sources[0].data_source_id #=> String
|
4243
4314
|
# 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"
|
4315
|
+
# 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
4316
|
# resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
|
4246
4317
|
# resp.data_sources[0].created_time #=> Time
|
4247
4318
|
# resp.data_sources[0].last_updated_time #=> Time
|
@@ -4261,6 +4332,9 @@ module Aws::QuickSight
|
|
4261
4332
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.host #=> String
|
4262
4333
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.port #=> Integer
|
4263
4334
|
# resp.data_sources[0].data_source_parameters.my_sql_parameters.database #=> String
|
4335
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.host #=> String
|
4336
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.port #=> Integer
|
4337
|
+
# resp.data_sources[0].data_source_parameters.oracle_parameters.database #=> String
|
4264
4338
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.host #=> String
|
4265
4339
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.port #=> Integer
|
4266
4340
|
# resp.data_sources[0].data_source_parameters.postgre_sql_parameters.database #=> String
|
@@ -4306,6 +4380,9 @@ module Aws::QuickSight
|
|
4306
4380
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.host #=> String
|
4307
4381
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
|
4308
4382
|
# resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.database #=> String
|
4383
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.host #=> String
|
4384
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
|
4385
|
+
# resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.database #=> String
|
4309
4386
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
|
4310
4387
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
|
4311
4388
|
# resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
|
@@ -5203,7 +5280,7 @@ module Aws::QuickSight
|
|
5203
5280
|
#
|
5204
5281
|
#
|
5205
5282
|
#
|
5206
|
-
# [1]: https://
|
5283
|
+
# [1]: https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html
|
5207
5284
|
#
|
5208
5285
|
# @option params [required, String] :aws_account_id
|
5209
5286
|
# The ID for the AWS account that the user is in. Currently, you use the
|
@@ -6101,6 +6178,9 @@ module Aws::QuickSight
|
|
6101
6178
|
# @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
|
6102
6179
|
# The row-level security configuration for the data you want to create.
|
6103
6180
|
#
|
6181
|
+
# @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
|
6182
|
+
# A set of one or more definitions of a ` ColumnLevelPermissionRule `.
|
6183
|
+
#
|
6104
6184
|
# @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6105
6185
|
#
|
6106
6186
|
# * {Types::UpdateDataSetResponse#arn #arn} => String
|
@@ -6120,6 +6200,7 @@ module Aws::QuickSight
|
|
6120
6200
|
# "PhysicalTableId" => {
|
6121
6201
|
# relational_table: {
|
6122
6202
|
# data_source_arn: "Arn", # required
|
6203
|
+
# catalog: "RelationalTableCatalog",
|
6123
6204
|
# schema: "RelationalTableSchema",
|
6124
6205
|
# name: "RelationalTableName", # required
|
6125
6206
|
# input_columns: [ # required
|
@@ -6204,6 +6285,12 @@ module Aws::QuickSight
|
|
6204
6285
|
# join_instruction: {
|
6205
6286
|
# left_operand: "LogicalTableId", # required
|
6206
6287
|
# right_operand: "LogicalTableId", # required
|
6288
|
+
# left_join_key_properties: {
|
6289
|
+
# unique_key: false,
|
6290
|
+
# },
|
6291
|
+
# right_join_key_properties: {
|
6292
|
+
# unique_key: false,
|
6293
|
+
# },
|
6207
6294
|
# type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
|
6208
6295
|
# on_clause: "OnClause", # required
|
6209
6296
|
# },
|
@@ -6226,6 +6313,12 @@ module Aws::QuickSight
|
|
6226
6313
|
# arn: "Arn", # required
|
6227
6314
|
# permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
|
6228
6315
|
# },
|
6316
|
+
# column_level_permission_rules: [
|
6317
|
+
# {
|
6318
|
+
# principals: ["String"],
|
6319
|
+
# column_names: ["String"],
|
6320
|
+
# },
|
6321
|
+
# ],
|
6229
6322
|
# })
|
6230
6323
|
#
|
6231
6324
|
# @example Response structure
|
@@ -6382,6 +6475,11 @@ module Aws::QuickSight
|
|
6382
6475
|
# port: 1, # required
|
6383
6476
|
# database: "Database", # required
|
6384
6477
|
# },
|
6478
|
+
# oracle_parameters: {
|
6479
|
+
# host: "Host", # required
|
6480
|
+
# port: 1, # required
|
6481
|
+
# database: "Database", # required
|
6482
|
+
# },
|
6385
6483
|
# postgre_sql_parameters: {
|
6386
6484
|
# host: "Host", # required
|
6387
6485
|
# port: 1, # required
|
@@ -6473,6 +6571,11 @@ module Aws::QuickSight
|
|
6473
6571
|
# port: 1, # required
|
6474
6572
|
# database: "Database", # required
|
6475
6573
|
# },
|
6574
|
+
# oracle_parameters: {
|
6575
|
+
# host: "Host", # required
|
6576
|
+
# port: 1, # required
|
6577
|
+
# database: "Database", # required
|
6578
|
+
# },
|
6476
6579
|
# postgre_sql_parameters: {
|
6477
6580
|
# host: "Host", # required
|
6478
6581
|
# port: 1, # required
|
@@ -6665,14 +6768,14 @@ module Aws::QuickSight
|
|
6665
6768
|
|
6666
6769
|
# Updates an existing IAM policy assignment. This operation updates only
|
6667
6770
|
# the optional parameter or parameters that are specified in the
|
6668
|
-
# request.
|
6771
|
+
# request. This overwrites all of the users included in `Identities`.
|
6669
6772
|
#
|
6670
6773
|
# @option params [required, String] :aws_account_id
|
6671
6774
|
# The ID of the AWS account that contains the IAM policy assignment.
|
6672
6775
|
#
|
6673
6776
|
# @option params [required, String] :assignment_name
|
6674
|
-
# The name of the assignment. This name must be
|
6675
|
-
# account.
|
6777
|
+
# The name of the assignment, also called a rule. This name must be
|
6778
|
+
# unique within an AWS account.
|
6676
6779
|
#
|
6677
6780
|
# @option params [required, String] :namespace
|
6678
6781
|
# The namespace of the assignment.
|
@@ -7309,7 +7412,7 @@ module Aws::QuickSight
|
|
7309
7412
|
params: params,
|
7310
7413
|
config: config)
|
7311
7414
|
context[:gem_name] = 'aws-sdk-quicksight'
|
7312
|
-
context[:gem_version] = '1.
|
7415
|
+
context[:gem_version] = '1.39.0'
|
7313
7416
|
Seahorse::Client::Request.new(handlers, context)
|
7314
7417
|
end
|
7315
7418
|
|
@@ -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')
|
@@ -63,8 +64,11 @@ module Aws::QuickSight
|
|
63
64
|
ColumnGroupSchema = Shapes::StructureShape.new(name: 'ColumnGroupSchema')
|
64
65
|
ColumnGroupSchemaList = Shapes::ListShape.new(name: 'ColumnGroupSchemaList')
|
65
66
|
ColumnId = Shapes::StringShape.new(name: 'ColumnId')
|
67
|
+
ColumnLevelPermissionRule = Shapes::StructureShape.new(name: 'ColumnLevelPermissionRule')
|
68
|
+
ColumnLevelPermissionRuleList = Shapes::ListShape.new(name: 'ColumnLevelPermissionRuleList')
|
66
69
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
67
70
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
71
|
+
ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
|
68
72
|
ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
|
69
73
|
ColumnSchemaList = Shapes::ListShape.new(name: 'ColumnSchemaList')
|
70
74
|
ColumnTag = Shapes::StructureShape.new(name: 'ColumnTag')
|
@@ -225,6 +229,7 @@ module Aws::QuickSight
|
|
225
229
|
Double = Shapes::FloatShape.new(name: 'Double')
|
226
230
|
DoubleList = Shapes::ListShape.new(name: 'DoubleList')
|
227
231
|
Edition = Shapes::StringShape.new(name: 'Edition')
|
232
|
+
EmbeddingIdentityType = Shapes::StringShape.new(name: 'EmbeddingIdentityType')
|
228
233
|
EmbeddingUrl = Shapes::StringShape.new(name: 'EmbeddingUrl')
|
229
234
|
EntryPoint = Shapes::StringShape.new(name: 'EntryPoint')
|
230
235
|
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
@@ -280,6 +285,7 @@ module Aws::QuickSight
|
|
280
285
|
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
281
286
|
JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
|
282
287
|
JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
|
288
|
+
JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
|
283
289
|
JoinType = Shapes::StringShape.new(name: 'JoinType')
|
284
290
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
285
291
|
ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
|
@@ -343,6 +349,7 @@ module Aws::QuickSight
|
|
343
349
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
344
350
|
OnClause = Shapes::StringShape.new(name: 'OnClause')
|
345
351
|
OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
|
352
|
+
OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
|
346
353
|
OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
|
347
354
|
OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
|
348
355
|
Parameters = Shapes::StructureShape.new(name: 'Parameters')
|
@@ -356,6 +363,7 @@ module Aws::QuickSight
|
|
356
363
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
357
364
|
PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
|
358
365
|
Principal = Shapes::StringShape.new(name: 'Principal')
|
366
|
+
PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
|
359
367
|
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
360
368
|
ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
|
361
369
|
Query = Shapes::StringShape.new(name: 'Query')
|
@@ -367,6 +375,7 @@ module Aws::QuickSight
|
|
367
375
|
RegisterUserRequest = Shapes::StructureShape.new(name: 'RegisterUserRequest')
|
368
376
|
RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
|
369
377
|
RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
|
378
|
+
RelationalTableCatalog = Shapes::StringShape.new(name: 'RelationalTableCatalog')
|
370
379
|
RelationalTableName = Shapes::StringShape.new(name: 'RelationalTableName')
|
371
380
|
RelationalTableSchema = Shapes::StringShape.new(name: 'RelationalTableSchema')
|
372
381
|
RenameColumnOperation = Shapes::StructureShape.new(name: 'RenameColumnOperation')
|
@@ -461,6 +470,7 @@ module Aws::QuickSight
|
|
461
470
|
TwitterParameters = Shapes::StructureShape.new(name: 'TwitterParameters')
|
462
471
|
TypeCastFormat = Shapes::StringShape.new(name: 'TypeCastFormat')
|
463
472
|
UIColorPalette = Shapes::StructureShape.new(name: 'UIColorPalette')
|
473
|
+
UnsupportedPricingPlanException = Shapes::StructureShape.new(name: 'UnsupportedPricingPlanException')
|
464
474
|
UnsupportedUserEditionException = Shapes::StructureShape.new(name: 'UnsupportedUserEditionException')
|
465
475
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
466
476
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -545,6 +555,8 @@ module Aws::QuickSight
|
|
545
555
|
AdHocFilteringOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
546
556
|
AdHocFilteringOption.struct_class = Types::AdHocFilteringOption
|
547
557
|
|
558
|
+
AdditionalDashboardIdList.member = Shapes::ShapeRef.new(shape: RestrictiveResourceId)
|
559
|
+
|
548
560
|
AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
549
561
|
AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
|
550
562
|
|
@@ -653,8 +665,16 @@ module Aws::QuickSight
|
|
653
665
|
|
654
666
|
ColumnGroupSchemaList.member = Shapes::ShapeRef.new(shape: ColumnGroupSchema)
|
655
667
|
|
668
|
+
ColumnLevelPermissionRule.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalList, location_name: "Principals"))
|
669
|
+
ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "ColumnNames"))
|
670
|
+
ColumnLevelPermissionRule.struct_class = Types::ColumnLevelPermissionRule
|
671
|
+
|
672
|
+
ColumnLevelPermissionRuleList.member = Shapes::ShapeRef.new(shape: ColumnLevelPermissionRule)
|
673
|
+
|
656
674
|
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
657
675
|
|
676
|
+
ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
|
677
|
+
|
658
678
|
ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
659
679
|
ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
660
680
|
ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
|
@@ -739,6 +759,7 @@ module Aws::QuickSight
|
|
739
759
|
CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
740
760
|
CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
741
761
|
CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
762
|
+
CreateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
742
763
|
CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
743
764
|
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
744
765
|
|
@@ -987,6 +1008,7 @@ module Aws::QuickSight
|
|
987
1008
|
DataSet.add_member(:consumed_spice_capacity_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "ConsumedSpiceCapacityInBytes"))
|
988
1009
|
DataSet.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
989
1010
|
DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
1011
|
+
DataSet.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
990
1012
|
DataSet.struct_class = Types::DataSet
|
991
1013
|
|
992
1014
|
DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
|
@@ -1014,6 +1036,7 @@ module Aws::QuickSight
|
|
1014
1036
|
DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
1015
1037
|
DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
1016
1038
|
DataSetSummary.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
1039
|
+
DataSetSummary.add_member(:column_level_permission_rules_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "ColumnLevelPermissionRulesApplied"))
|
1017
1040
|
DataSetSummary.struct_class = Types::DataSetSummary
|
1018
1041
|
|
1019
1042
|
DataSetSummaryList.member = Shapes::ShapeRef.new(shape: DataSetSummary)
|
@@ -1050,6 +1073,7 @@ module Aws::QuickSight
|
|
1050
1073
|
DataSourceParameters.add_member(:jira_parameters, Shapes::ShapeRef.new(shape: JiraParameters, location_name: "JiraParameters"))
|
1051
1074
|
DataSourceParameters.add_member(:maria_db_parameters, Shapes::ShapeRef.new(shape: MariaDbParameters, location_name: "MariaDbParameters"))
|
1052
1075
|
DataSourceParameters.add_member(:my_sql_parameters, Shapes::ShapeRef.new(shape: MySqlParameters, location_name: "MySqlParameters"))
|
1076
|
+
DataSourceParameters.add_member(:oracle_parameters, Shapes::ShapeRef.new(shape: OracleParameters, location_name: "OracleParameters"))
|
1053
1077
|
DataSourceParameters.add_member(:postgre_sql_parameters, Shapes::ShapeRef.new(shape: PostgreSqlParameters, location_name: "PostgreSqlParameters"))
|
1054
1078
|
DataSourceParameters.add_member(:presto_parameters, Shapes::ShapeRef.new(shape: PrestoParameters, location_name: "PrestoParameters"))
|
1055
1079
|
DataSourceParameters.add_member(:rds_parameters, Shapes::ShapeRef.new(shape: RdsParameters, location_name: "RdsParameters"))
|
@@ -1469,11 +1493,14 @@ module Aws::QuickSight
|
|
1469
1493
|
|
1470
1494
|
GetDashboardEmbedUrlRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1471
1495
|
GetDashboardEmbedUrlRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1472
|
-
GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape:
|
1496
|
+
GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: EmbeddingIdentityType, required: true, location: "querystring", location_name: "creds-type"))
|
1473
1497
|
GetDashboardEmbedUrlRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location: "querystring", location_name: "session-lifetime"))
|
1474
|
-
GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape:
|
1475
|
-
GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape:
|
1498
|
+
GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "undo-redo-disabled"))
|
1499
|
+
GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "reset-disabled"))
|
1500
|
+
GetDashboardEmbedUrlRequest.add_member(:state_persistence_enabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "state-persistence-enabled"))
|
1476
1501
|
GetDashboardEmbedUrlRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "user-arn"))
|
1502
|
+
GetDashboardEmbedUrlRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
1503
|
+
GetDashboardEmbedUrlRequest.add_member(:additional_dashboard_ids, Shapes::ShapeRef.new(shape: AdditionalDashboardIdList, location: "querystring", location_name: "additional-dashboard-ids"))
|
1477
1504
|
GetDashboardEmbedUrlRequest.struct_class = Types::GetDashboardEmbedUrlRequest
|
1478
1505
|
|
1479
1506
|
GetDashboardEmbedUrlResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, location_name: "EmbedUrl"))
|
@@ -1576,10 +1603,15 @@ module Aws::QuickSight
|
|
1576
1603
|
|
1577
1604
|
JoinInstruction.add_member(:left_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "LeftOperand"))
|
1578
1605
|
JoinInstruction.add_member(:right_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "RightOperand"))
|
1606
|
+
JoinInstruction.add_member(:left_join_key_properties, Shapes::ShapeRef.new(shape: JoinKeyProperties, location_name: "LeftJoinKeyProperties"))
|
1607
|
+
JoinInstruction.add_member(:right_join_key_properties, Shapes::ShapeRef.new(shape: JoinKeyProperties, location_name: "RightJoinKeyProperties"))
|
1579
1608
|
JoinInstruction.add_member(:type, Shapes::ShapeRef.new(shape: JoinType, required: true, location_name: "Type"))
|
1580
1609
|
JoinInstruction.add_member(:on_clause, Shapes::ShapeRef.new(shape: OnClause, required: true, location_name: "OnClause"))
|
1581
1610
|
JoinInstruction.struct_class = Types::JoinInstruction
|
1582
1611
|
|
1612
|
+
JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box"=>true}))
|
1613
|
+
JoinKeyProperties.struct_class = Types::JoinKeyProperties
|
1614
|
+
|
1583
1615
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1584
1616
|
LimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
1585
1617
|
LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
@@ -1864,6 +1896,11 @@ module Aws::QuickSight
|
|
1864
1896
|
|
1865
1897
|
Namespaces.member = Shapes::ShapeRef.new(shape: NamespaceInfoV2)
|
1866
1898
|
|
1899
|
+
OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1900
|
+
OracleParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1901
|
+
OracleParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1902
|
+
OracleParameters.struct_class = Types::OracleParameters
|
1903
|
+
|
1867
1904
|
OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
|
1868
1905
|
OutputColumn.add_member(:description, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Description"))
|
1869
1906
|
OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
|
@@ -1899,6 +1936,8 @@ module Aws::QuickSight
|
|
1899
1936
|
PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
1900
1937
|
PrestoParameters.struct_class = Types::PrestoParameters
|
1901
1938
|
|
1939
|
+
PrincipalList.member = Shapes::ShapeRef.new(shape: String)
|
1940
|
+
|
1902
1941
|
ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnList, required: true, location_name: "ProjectedColumns"))
|
1903
1942
|
ProjectOperation.struct_class = Types::ProjectOperation
|
1904
1943
|
|
@@ -1940,6 +1979,7 @@ module Aws::QuickSight
|
|
1940
1979
|
RegisterUserResponse.struct_class = Types::RegisterUserResponse
|
1941
1980
|
|
1942
1981
|
RelationalTable.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
|
1982
|
+
RelationalTable.add_member(:catalog, Shapes::ShapeRef.new(shape: RelationalTableCatalog, location_name: "Catalog"))
|
1943
1983
|
RelationalTable.add_member(:schema, Shapes::ShapeRef.new(shape: RelationalTableSchema, location_name: "Schema"))
|
1944
1984
|
RelationalTable.add_member(:name, Shapes::ShapeRef.new(shape: RelationalTableName, required: true, location_name: "Name"))
|
1945
1985
|
RelationalTable.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
@@ -2254,6 +2294,10 @@ module Aws::QuickSight
|
|
2254
2294
|
UIColorPalette.add_member(:measure_foreground, Shapes::ShapeRef.new(shape: HexColor, location_name: "MeasureForeground"))
|
2255
2295
|
UIColorPalette.struct_class = Types::UIColorPalette
|
2256
2296
|
|
2297
|
+
UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2298
|
+
UnsupportedPricingPlanException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2299
|
+
UnsupportedPricingPlanException.struct_class = Types::UnsupportedPricingPlanException
|
2300
|
+
|
2257
2301
|
UnsupportedUserEditionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
2258
2302
|
UnsupportedUserEditionException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
2259
2303
|
UnsupportedUserEditionException.struct_class = Types::UnsupportedUserEditionException
|
@@ -2378,6 +2422,7 @@ module Aws::QuickSight
|
|
2378
2422
|
UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
2379
2423
|
UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
2380
2424
|
UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
2425
|
+
UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
|
2381
2426
|
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
2382
2427
|
|
2383
2428
|
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -3337,6 +3382,7 @@ module Aws::QuickSight
|
|
3337
3382
|
o.errors << Shapes::ShapeRef.new(shape: IdentityTypeNotSupportedException)
|
3338
3383
|
o.errors << Shapes::ShapeRef.new(shape: SessionLifetimeInMinutesInvalidException)
|
3339
3384
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
3385
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
|
3340
3386
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3341
3387
|
end)
|
3342
3388
|
|