aws-sdk-quicksight 1.33.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 981e8055e88be8ba97985e11e937beb9ac5ac931b56288ee3e4ca1a86c99d4a1
4
- data.tar.gz: b639120042c2d764dfa8bc5c7170a8878ad5e1f2bca54aa0ebd042a27481b6c9
3
+ metadata.gz: b509bb44e1d8d5e141cb1e2e0714db29849ef46332b841b84129e270d3e7c847
4
+ data.tar.gz: 69db9427266af3cb812e8a8f29a043b91f58f0b5d17b1d4b55567f91dc4074fe
5
5
  SHA512:
6
- metadata.gz: ba5953796d50652402b1a5dd835cca44a3a7707afc07c0831f11d33c0ccd9ad1ec26d6b05079caa3cf5255c2680305504aa24273569141349d4e2149c162b846
7
- data.tar.gz: dd93f636b5ed79a70fd68786a34500b6ff502dc15588ae75ba60a379969fd3a8640aee3db7e4b8b107e41d52bf8f84aeacff287837c603adab7832132cc61ad4
6
+ metadata.gz: 80a7ebce36cab01a792a08a45fab7d263f3b2e3275d79dd7a9568672a1d12384044fd8424b4a6c7c882022b354e136cafa02a28fd79945fe5c5140b9776adb35
7
+ data.tar.gz: a21200db3901e31782e2c57914b5cf70030c90b3ee2c2aba621d7e867939ee022b16205c963892ba19345845ea74e86440795ed1ac81e5f8b037a0c570d70f14
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
48
48
  # @!group service
49
49
  module Aws::QuickSight
50
50
 
51
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.38.0'
52
52
 
53
53
  end
@@ -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
  # },
@@ -895,6 +901,12 @@ module Aws::QuickSight
895
901
  # join_instruction: {
896
902
  # left_operand: "LogicalTableId", # required
897
903
  # right_operand: "LogicalTableId", # required
904
+ # left_join_key_properties: {
905
+ # unique_key: false,
906
+ # },
907
+ # right_join_key_properties: {
908
+ # unique_key: false,
909
+ # },
898
910
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
899
911
  # on_clause: "OnClause", # required
900
912
  # },
@@ -923,6 +935,12 @@ module Aws::QuickSight
923
935
  # arn: "Arn", # required
924
936
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
925
937
  # },
938
+ # column_level_permission_rules: [
939
+ # {
940
+ # principals: ["String"],
941
+ # column_names: ["String"],
942
+ # },
943
+ # ],
926
944
  # tags: [
927
945
  # {
928
946
  # key: "TagKey", # required
@@ -1005,7 +1023,7 @@ module Aws::QuickSight
1005
1023
  # aws_account_id: "AwsAccountId", # required
1006
1024
  # data_source_id: "ResourceId", # required
1007
1025
  # 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, TIMESTREAM
1026
+ # 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
1027
  # data_source_parameters: {
1010
1028
  # amazon_elasticsearch_parameters: {
1011
1029
  # domain: "Domain", # required
@@ -1039,6 +1057,11 @@ module Aws::QuickSight
1039
1057
  # port: 1, # required
1040
1058
  # database: "Database", # required
1041
1059
  # },
1060
+ # oracle_parameters: {
1061
+ # host: "Host", # required
1062
+ # port: 1, # required
1063
+ # database: "Database", # required
1064
+ # },
1042
1065
  # postgre_sql_parameters: {
1043
1066
  # host: "Host", # required
1044
1067
  # port: 1, # required
@@ -1130,6 +1153,11 @@ module Aws::QuickSight
1130
1153
  # port: 1, # required
1131
1154
  # database: "Database", # required
1132
1155
  # },
1156
+ # oracle_parameters: {
1157
+ # host: "Host", # required
1158
+ # port: 1, # required
1159
+ # database: "Database", # required
1160
+ # },
1133
1161
  # postgre_sql_parameters: {
1134
1162
  # host: "Host", # required
1135
1163
  # port: 1, # required
@@ -1327,16 +1355,18 @@ module Aws::QuickSight
1327
1355
  end
1328
1356
 
1329
1357
  # Creates an assignment with one specified IAM policy, identified by its
1330
- # Amazon Resource Name (ARN). This policy will be assigned to specified
1331
- # groups or users of Amazon QuickSight. The users and groups need to be
1332
- # in the same namespace.
1358
+ # Amazon Resource Name (ARN). This policy assignment is attached to the
1359
+ # specified groups or users of Amazon QuickSight. Assignment names are
1360
+ # unique per AWS account. To avoid overwriting rules in other
1361
+ # namespaces, use assignment names that are unique.
1333
1362
  #
1334
1363
  # @option params [required, String] :aws_account_id
1335
1364
  # The ID of the AWS account where you want to assign an IAM policy to
1336
1365
  # QuickSight users or groups.
1337
1366
  #
1338
1367
  # @option params [required, String] :assignment_name
1339
- # The name of the assignment. It must be unique within an AWS account.
1368
+ # The name of the assignment, also called a rule. It must be unique
1369
+ # within an AWS account.
1340
1370
  #
1341
1371
  # @option params [required, String] :assignment_status
1342
1372
  # The status of the assignment. Possible values are as follows:
@@ -2951,13 +2981,17 @@ module Aws::QuickSight
2951
2981
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.column_name #=> String
2952
2982
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags #=> Array
2953
2983
  # 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"
2984
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_description.text #=> String
2954
2985
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_operand #=> String
2955
2986
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_operand #=> String
2987
+ # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_join_key_properties.unique_key #=> Boolean
2988
+ # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_join_key_properties.unique_key #=> Boolean
2956
2989
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
2957
2990
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.on_clause #=> String
2958
2991
  # resp.data_set.logical_table_map["LogicalTableId"].source.physical_table_id #=> String
2959
2992
  # resp.data_set.output_columns #=> Array
2960
2993
  # resp.data_set.output_columns[0].name #=> String
2994
+ # resp.data_set.output_columns[0].description #=> String
2961
2995
  # resp.data_set.output_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME"
2962
2996
  # resp.data_set.import_mode #=> String, one of "SPICE", "DIRECT_QUERY"
2963
2997
  # resp.data_set.consumed_spice_capacity_in_bytes #=> Integer
@@ -2969,6 +3003,11 @@ module Aws::QuickSight
2969
3003
  # resp.data_set.row_level_permission_data_set.namespace #=> String
2970
3004
  # resp.data_set.row_level_permission_data_set.arn #=> String
2971
3005
  # resp.data_set.row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
3006
+ # resp.data_set.column_level_permission_rules #=> Array
3007
+ # resp.data_set.column_level_permission_rules[0].principals #=> Array
3008
+ # resp.data_set.column_level_permission_rules[0].principals[0] #=> String
3009
+ # resp.data_set.column_level_permission_rules[0].column_names #=> Array
3010
+ # resp.data_set.column_level_permission_rules[0].column_names[0] #=> String
2972
3011
  # resp.request_id #=> String
2973
3012
  # resp.status #=> Integer
2974
3013
  #
@@ -3055,7 +3094,7 @@ module Aws::QuickSight
3055
3094
  # resp.data_source.arn #=> String
3056
3095
  # resp.data_source.data_source_id #=> String
3057
3096
  # 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", "TIMESTREAM"
3097
+ # 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
3098
  # resp.data_source.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
3060
3099
  # resp.data_source.created_time #=> Time
3061
3100
  # resp.data_source.last_updated_time #=> Time
@@ -3075,6 +3114,9 @@ module Aws::QuickSight
3075
3114
  # resp.data_source.data_source_parameters.my_sql_parameters.host #=> String
3076
3115
  # resp.data_source.data_source_parameters.my_sql_parameters.port #=> Integer
3077
3116
  # resp.data_source.data_source_parameters.my_sql_parameters.database #=> String
3117
+ # resp.data_source.data_source_parameters.oracle_parameters.host #=> String
3118
+ # resp.data_source.data_source_parameters.oracle_parameters.port #=> Integer
3119
+ # resp.data_source.data_source_parameters.oracle_parameters.database #=> String
3078
3120
  # resp.data_source.data_source_parameters.postgre_sql_parameters.host #=> String
3079
3121
  # resp.data_source.data_source_parameters.postgre_sql_parameters.port #=> Integer
3080
3122
  # resp.data_source.data_source_parameters.postgre_sql_parameters.database #=> String
@@ -3120,6 +3162,9 @@ module Aws::QuickSight
3120
3162
  # resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.host #=> String
3121
3163
  # resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
3122
3164
  # resp.data_source.alternate_data_source_parameters[0].my_sql_parameters.database #=> String
3165
+ # resp.data_source.alternate_data_source_parameters[0].oracle_parameters.host #=> String
3166
+ # resp.data_source.alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
3167
+ # resp.data_source.alternate_data_source_parameters[0].oracle_parameters.database #=> String
3123
3168
  # resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
3124
3169
  # resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
3125
3170
  # resp.data_source.alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
@@ -3262,7 +3307,7 @@ module Aws::QuickSight
3262
3307
  # to describe.
3263
3308
  #
3264
3309
  # @option params [required, String] :assignment_name
3265
- # The name of the assignment.
3310
+ # The name of the assignment, also called a rule.
3266
3311
  #
3267
3312
  # @option params [required, String] :namespace
3268
3313
  # The namespace that contains the assignment.
@@ -3837,6 +3882,16 @@ module Aws::QuickSight
3837
3882
  # Remove the reset button on the embedded dashboard. The default is
3838
3883
  # FALSE, which enables the reset button.
3839
3884
  #
3885
+ # @option params [Boolean] :state_persistence_enabled
3886
+ # Adds persistence of state for the user session in an embedded
3887
+ # dashboard. Persistence applies to the sheet and the parameter
3888
+ # settings. These are control settings that the dashboard subscriber
3889
+ # (QuickSight reader) chooses while viewing the dashboard. If this is
3890
+ # set to `TRUE`, the settings are the same when the the subscriber
3891
+ # reopens the same dashboard URL. The state is stored in QuickSight, not
3892
+ # in a browser cookie. If this is set to FALSE, the state of the user
3893
+ # session is not persisted. The default is `FALSE`.
3894
+ #
3840
3895
  # @option params [String] :user_arn
3841
3896
  # The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
3842
3897
  # `QUICKSIGHT` identity type. You can use this for any Amazon QuickSight
@@ -3854,6 +3909,19 @@ module Aws::QuickSight
3854
3909
  # Omit this parameter for users in the third group – IAM users and IAM
3855
3910
  # role-based sessions.
3856
3911
  #
3912
+ # @option params [String] :namespace
3913
+ # The QuickSight namespace that contains the dashboard IDs in this
3914
+ # request. If you're not using a custom namespace, set this to
3915
+ # "`default`".
3916
+ #
3917
+ # @option params [Array<String>] :additional_dashboard_ids
3918
+ # A list of one or more dashboard ids that you want to add to a session
3919
+ # that includes anonymous authorizations. `IdentityType` must be set to
3920
+ # ANONYMOUS for this to work, because other identity types authenticate
3921
+ # as QuickSight users. For example, if you set "`--dashboard-id
3922
+ # dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS`",
3923
+ # the session can access all three dashboards.
3924
+ #
3857
3925
  # @return [Types::GetDashboardEmbedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3858
3926
  #
3859
3927
  # * {Types::GetDashboardEmbedUrlResponse#embed_url #embed_url} => String
@@ -3865,11 +3933,14 @@ module Aws::QuickSight
3865
3933
  # resp = client.get_dashboard_embed_url({
3866
3934
  # aws_account_id: "AwsAccountId", # required
3867
3935
  # dashboard_id: "RestrictiveResourceId", # required
3868
- # identity_type: "IAM", # required, accepts IAM, QUICKSIGHT
3936
+ # identity_type: "IAM", # required, accepts IAM, QUICKSIGHT, ANONYMOUS
3869
3937
  # session_lifetime_in_minutes: 1,
3870
3938
  # undo_redo_disabled: false,
3871
3939
  # reset_disabled: false,
3940
+ # state_persistence_enabled: false,
3872
3941
  # user_arn: "Arn",
3942
+ # namespace: "Namespace",
3943
+ # additional_dashboard_ids: ["RestrictiveResourceId"],
3873
3944
  # })
3874
3945
  #
3875
3946
  # @example Response structure
@@ -4187,6 +4258,7 @@ module Aws::QuickSight
4187
4258
  # resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
4188
4259
  # resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
4189
4260
  # resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
4261
+ # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
4190
4262
  # resp.next_token #=> String
4191
4263
  # resp.request_id #=> String
4192
4264
  # resp.status #=> Integer
@@ -4236,7 +4308,7 @@ module Aws::QuickSight
4236
4308
  # resp.data_sources[0].arn #=> String
4237
4309
  # resp.data_sources[0].data_source_id #=> String
4238
4310
  # 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", "TIMESTREAM"
4311
+ # 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
4312
  # resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
4241
4313
  # resp.data_sources[0].created_time #=> Time
4242
4314
  # resp.data_sources[0].last_updated_time #=> Time
@@ -4256,6 +4328,9 @@ module Aws::QuickSight
4256
4328
  # resp.data_sources[0].data_source_parameters.my_sql_parameters.host #=> String
4257
4329
  # resp.data_sources[0].data_source_parameters.my_sql_parameters.port #=> Integer
4258
4330
  # resp.data_sources[0].data_source_parameters.my_sql_parameters.database #=> String
4331
+ # resp.data_sources[0].data_source_parameters.oracle_parameters.host #=> String
4332
+ # resp.data_sources[0].data_source_parameters.oracle_parameters.port #=> Integer
4333
+ # resp.data_sources[0].data_source_parameters.oracle_parameters.database #=> String
4259
4334
  # resp.data_sources[0].data_source_parameters.postgre_sql_parameters.host #=> String
4260
4335
  # resp.data_sources[0].data_source_parameters.postgre_sql_parameters.port #=> Integer
4261
4336
  # resp.data_sources[0].data_source_parameters.postgre_sql_parameters.database #=> String
@@ -4301,6 +4376,9 @@ module Aws::QuickSight
4301
4376
  # resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.host #=> String
4302
4377
  # resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.port #=> Integer
4303
4378
  # resp.data_sources[0].alternate_data_source_parameters[0].my_sql_parameters.database #=> String
4379
+ # resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.host #=> String
4380
+ # resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.port #=> Integer
4381
+ # resp.data_sources[0].alternate_data_source_parameters[0].oracle_parameters.database #=> String
4304
4382
  # resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.host #=> String
4305
4383
  # resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.port #=> Integer
4306
4384
  # resp.data_sources[0].alternate_data_source_parameters[0].postgre_sql_parameters.database #=> String
@@ -6096,6 +6174,9 @@ module Aws::QuickSight
6096
6174
  # @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
6097
6175
  # The row-level security configuration for the data you want to create.
6098
6176
  #
6177
+ # @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
6178
+ # A set of one or more definitions of a ` ColumnLevelPermissionRule `.
6179
+ #
6099
6180
  # @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6100
6181
  #
6101
6182
  # * {Types::UpdateDataSetResponse#arn #arn} => String
@@ -6187,6 +6268,9 @@ module Aws::QuickSight
6187
6268
  # tags: [ # required
6188
6269
  # {
6189
6270
  # column_geographic_role: "COUNTRY", # accepts COUNTRY, STATE, COUNTY, CITY, POSTCODE, LONGITUDE, LATITUDE
6271
+ # column_description: {
6272
+ # text: "ColumnDescriptiveText",
6273
+ # },
6190
6274
  # },
6191
6275
  # ],
6192
6276
  # },
@@ -6196,6 +6280,12 @@ module Aws::QuickSight
6196
6280
  # join_instruction: {
6197
6281
  # left_operand: "LogicalTableId", # required
6198
6282
  # right_operand: "LogicalTableId", # required
6283
+ # left_join_key_properties: {
6284
+ # unique_key: false,
6285
+ # },
6286
+ # right_join_key_properties: {
6287
+ # unique_key: false,
6288
+ # },
6199
6289
  # type: "INNER", # required, accepts INNER, OUTER, LEFT, RIGHT
6200
6290
  # on_clause: "OnClause", # required
6201
6291
  # },
@@ -6218,6 +6308,12 @@ module Aws::QuickSight
6218
6308
  # arn: "Arn", # required
6219
6309
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
6220
6310
  # },
6311
+ # column_level_permission_rules: [
6312
+ # {
6313
+ # principals: ["String"],
6314
+ # column_names: ["String"],
6315
+ # },
6316
+ # ],
6221
6317
  # })
6222
6318
  #
6223
6319
  # @example Response structure
@@ -6374,6 +6470,11 @@ module Aws::QuickSight
6374
6470
  # port: 1, # required
6375
6471
  # database: "Database", # required
6376
6472
  # },
6473
+ # oracle_parameters: {
6474
+ # host: "Host", # required
6475
+ # port: 1, # required
6476
+ # database: "Database", # required
6477
+ # },
6377
6478
  # postgre_sql_parameters: {
6378
6479
  # host: "Host", # required
6379
6480
  # port: 1, # required
@@ -6465,6 +6566,11 @@ module Aws::QuickSight
6465
6566
  # port: 1, # required
6466
6567
  # database: "Database", # required
6467
6568
  # },
6569
+ # oracle_parameters: {
6570
+ # host: "Host", # required
6571
+ # port: 1, # required
6572
+ # database: "Database", # required
6573
+ # },
6468
6574
  # postgre_sql_parameters: {
6469
6575
  # host: "Host", # required
6470
6576
  # port: 1, # required
@@ -6657,14 +6763,14 @@ module Aws::QuickSight
6657
6763
 
6658
6764
  # Updates an existing IAM policy assignment. This operation updates only
6659
6765
  # the optional parameter or parameters that are specified in the
6660
- # request.
6766
+ # request. This overwrites all of the users included in `Identities`.
6661
6767
  #
6662
6768
  # @option params [required, String] :aws_account_id
6663
6769
  # The ID of the AWS account that contains the IAM policy assignment.
6664
6770
  #
6665
6771
  # @option params [required, String] :assignment_name
6666
- # The name of the assignment. This name must be unique within an AWS
6667
- # account.
6772
+ # The name of the assignment, also called a rule. This name must be
6773
+ # unique within an AWS account.
6668
6774
  #
6669
6775
  # @option params [required, String] :namespace
6670
6776
  # The namespace of the assignment.
@@ -7301,7 +7407,7 @@ module Aws::QuickSight
7301
7407
  params: params,
7302
7408
  config: config)
7303
7409
  context[:gem_name] = 'aws-sdk-quicksight'
7304
- context[:gem_version] = '1.33.0'
7410
+ context[:gem_version] = '1.38.0'
7305
7411
  Seahorse::Client::Request.new(handlers, context)
7306
7412
  end
7307
7413
 
@@ -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')
@@ -278,6 +285,7 @@ module Aws::QuickSight
278
285
  InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
279
286
  JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
280
287
  JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
288
+ JoinKeyProperties = Shapes::StructureShape.new(name: 'JoinKeyProperties')
281
289
  JoinType = Shapes::StringShape.new(name: 'JoinType')
282
290
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
283
291
  ListAnalysesRequest = Shapes::StructureShape.new(name: 'ListAnalysesRequest')
@@ -341,6 +349,7 @@ module Aws::QuickSight
341
349
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
342
350
  OnClause = Shapes::StringShape.new(name: 'OnClause')
343
351
  OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
352
+ OracleParameters = Shapes::StructureShape.new(name: 'OracleParameters')
344
353
  OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
345
354
  OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
346
355
  Parameters = Shapes::StructureShape.new(name: 'Parameters')
@@ -354,6 +363,7 @@ module Aws::QuickSight
354
363
  PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
355
364
  PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
356
365
  Principal = Shapes::StringShape.new(name: 'Principal')
366
+ PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
357
367
  ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
358
368
  ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
359
369
  Query = Shapes::StringShape.new(name: 'Query')
@@ -459,6 +469,7 @@ module Aws::QuickSight
459
469
  TwitterParameters = Shapes::StructureShape.new(name: 'TwitterParameters')
460
470
  TypeCastFormat = Shapes::StringShape.new(name: 'TypeCastFormat')
461
471
  UIColorPalette = Shapes::StructureShape.new(name: 'UIColorPalette')
472
+ UnsupportedPricingPlanException = Shapes::StructureShape.new(name: 'UnsupportedPricingPlanException')
462
473
  UnsupportedUserEditionException = Shapes::StructureShape.new(name: 'UnsupportedUserEditionException')
463
474
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
464
475
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
@@ -543,6 +554,8 @@ module Aws::QuickSight
543
554
  AdHocFilteringOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
544
555
  AdHocFilteringOption.struct_class = Types::AdHocFilteringOption
545
556
 
557
+ AdditionalDashboardIdList.member = Shapes::ShapeRef.new(shape: RestrictiveResourceId)
558
+
546
559
  AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
547
560
  AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
548
561
 
@@ -632,6 +645,9 @@ module Aws::QuickSight
632
645
 
633
646
  ColorList.member = Shapes::ShapeRef.new(shape: HexColor)
634
647
 
648
+ ColumnDescription.add_member(:text, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Text"))
649
+ ColumnDescription.struct_class = Types::ColumnDescription
650
+
635
651
  ColumnGroup.add_member(:geo_spatial_column_group, Shapes::ShapeRef.new(shape: GeoSpatialColumnGroup, location_name: "GeoSpatialColumnGroup"))
636
652
  ColumnGroup.struct_class = Types::ColumnGroup
637
653
 
@@ -648,8 +664,16 @@ module Aws::QuickSight
648
664
 
649
665
  ColumnGroupSchemaList.member = Shapes::ShapeRef.new(shape: ColumnGroupSchema)
650
666
 
667
+ ColumnLevelPermissionRule.add_member(:principals, Shapes::ShapeRef.new(shape: PrincipalList, location_name: "Principals"))
668
+ ColumnLevelPermissionRule.add_member(:column_names, Shapes::ShapeRef.new(shape: ColumnNameList, location_name: "ColumnNames"))
669
+ ColumnLevelPermissionRule.struct_class = Types::ColumnLevelPermissionRule
670
+
671
+ ColumnLevelPermissionRuleList.member = Shapes::ShapeRef.new(shape: ColumnLevelPermissionRule)
672
+
651
673
  ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
652
674
 
675
+ ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
676
+
653
677
  ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
654
678
  ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
655
679
  ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
@@ -658,6 +682,7 @@ module Aws::QuickSight
658
682
  ColumnSchemaList.member = Shapes::ShapeRef.new(shape: ColumnSchema)
659
683
 
660
684
  ColumnTag.add_member(:column_geographic_role, Shapes::ShapeRef.new(shape: GeoSpatialDataRole, location_name: "ColumnGeographicRole"))
685
+ ColumnTag.add_member(:column_description, Shapes::ShapeRef.new(shape: ColumnDescription, location_name: "ColumnDescription"))
661
686
  ColumnTag.struct_class = Types::ColumnTag
662
687
 
663
688
  ColumnTagList.member = Shapes::ShapeRef.new(shape: ColumnTag)
@@ -733,6 +758,7 @@ module Aws::QuickSight
733
758
  CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
734
759
  CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
735
760
  CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
761
+ CreateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
736
762
  CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
737
763
  CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
738
764
 
@@ -981,6 +1007,7 @@ module Aws::QuickSight
981
1007
  DataSet.add_member(:consumed_spice_capacity_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "ConsumedSpiceCapacityInBytes"))
982
1008
  DataSet.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
983
1009
  DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
1010
+ DataSet.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
984
1011
  DataSet.struct_class = Types::DataSet
985
1012
 
986
1013
  DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
@@ -1008,6 +1035,7 @@ module Aws::QuickSight
1008
1035
  DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
1009
1036
  DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
1010
1037
  DataSetSummary.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
1038
+ DataSetSummary.add_member(:column_level_permission_rules_applied, Shapes::ShapeRef.new(shape: Boolean, location_name: "ColumnLevelPermissionRulesApplied"))
1011
1039
  DataSetSummary.struct_class = Types::DataSetSummary
1012
1040
 
1013
1041
  DataSetSummaryList.member = Shapes::ShapeRef.new(shape: DataSetSummary)
@@ -1044,6 +1072,7 @@ module Aws::QuickSight
1044
1072
  DataSourceParameters.add_member(:jira_parameters, Shapes::ShapeRef.new(shape: JiraParameters, location_name: "JiraParameters"))
1045
1073
  DataSourceParameters.add_member(:maria_db_parameters, Shapes::ShapeRef.new(shape: MariaDbParameters, location_name: "MariaDbParameters"))
1046
1074
  DataSourceParameters.add_member(:my_sql_parameters, Shapes::ShapeRef.new(shape: MySqlParameters, location_name: "MySqlParameters"))
1075
+ DataSourceParameters.add_member(:oracle_parameters, Shapes::ShapeRef.new(shape: OracleParameters, location_name: "OracleParameters"))
1047
1076
  DataSourceParameters.add_member(:postgre_sql_parameters, Shapes::ShapeRef.new(shape: PostgreSqlParameters, location_name: "PostgreSqlParameters"))
1048
1077
  DataSourceParameters.add_member(:presto_parameters, Shapes::ShapeRef.new(shape: PrestoParameters, location_name: "PrestoParameters"))
1049
1078
  DataSourceParameters.add_member(:rds_parameters, Shapes::ShapeRef.new(shape: RdsParameters, location_name: "RdsParameters"))
@@ -1463,11 +1492,14 @@ module Aws::QuickSight
1463
1492
 
1464
1493
  GetDashboardEmbedUrlRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
1465
1494
  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: IdentityType, required: true, location: "querystring", location_name: "creds-type"))
1495
+ GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: EmbeddingIdentityType, required: true, location: "querystring", location_name: "creds-type"))
1467
1496
  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: boolean, location: "querystring", location_name: "undo-redo-disabled"))
1469
- GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "reset-disabled"))
1497
+ GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "undo-redo-disabled"))
1498
+ GetDashboardEmbedUrlRequest.add_member(:reset_disabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "reset-disabled"))
1499
+ GetDashboardEmbedUrlRequest.add_member(:state_persistence_enabled, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "state-persistence-enabled"))
1470
1500
  GetDashboardEmbedUrlRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: Arn, location: "querystring", location_name: "user-arn"))
1501
+ GetDashboardEmbedUrlRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
1502
+ GetDashboardEmbedUrlRequest.add_member(:additional_dashboard_ids, Shapes::ShapeRef.new(shape: AdditionalDashboardIdList, location: "querystring", location_name: "additional-dashboard-ids"))
1471
1503
  GetDashboardEmbedUrlRequest.struct_class = Types::GetDashboardEmbedUrlRequest
1472
1504
 
1473
1505
  GetDashboardEmbedUrlResponse.add_member(:embed_url, Shapes::ShapeRef.new(shape: EmbeddingUrl, location_name: "EmbedUrl"))
@@ -1570,10 +1602,15 @@ module Aws::QuickSight
1570
1602
 
1571
1603
  JoinInstruction.add_member(:left_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "LeftOperand"))
1572
1604
  JoinInstruction.add_member(:right_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "RightOperand"))
1605
+ JoinInstruction.add_member(:left_join_key_properties, Shapes::ShapeRef.new(shape: JoinKeyProperties, location_name: "LeftJoinKeyProperties"))
1606
+ JoinInstruction.add_member(:right_join_key_properties, Shapes::ShapeRef.new(shape: JoinKeyProperties, location_name: "RightJoinKeyProperties"))
1573
1607
  JoinInstruction.add_member(:type, Shapes::ShapeRef.new(shape: JoinType, required: true, location_name: "Type"))
1574
1608
  JoinInstruction.add_member(:on_clause, Shapes::ShapeRef.new(shape: OnClause, required: true, location_name: "OnClause"))
1575
1609
  JoinInstruction.struct_class = Types::JoinInstruction
1576
1610
 
1611
+ JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box"=>true}))
1612
+ JoinKeyProperties.struct_class = Types::JoinKeyProperties
1613
+
1577
1614
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1578
1615
  LimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
1579
1616
  LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
@@ -1858,7 +1895,13 @@ module Aws::QuickSight
1858
1895
 
1859
1896
  Namespaces.member = Shapes::ShapeRef.new(shape: NamespaceInfoV2)
1860
1897
 
1898
+ OracleParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
1899
+ OracleParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
1900
+ OracleParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
1901
+ OracleParameters.struct_class = Types::OracleParameters
1902
+
1861
1903
  OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
1904
+ OutputColumn.add_member(:description, Shapes::ShapeRef.new(shape: ColumnDescriptiveText, location_name: "Description"))
1862
1905
  OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
1863
1906
  OutputColumn.struct_class = Types::OutputColumn
1864
1907
 
@@ -1892,6 +1935,8 @@ module Aws::QuickSight
1892
1935
  PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
1893
1936
  PrestoParameters.struct_class = Types::PrestoParameters
1894
1937
 
1938
+ PrincipalList.member = Shapes::ShapeRef.new(shape: String)
1939
+
1895
1940
  ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnList, required: true, location_name: "ProjectedColumns"))
1896
1941
  ProjectOperation.struct_class = Types::ProjectOperation
1897
1942
 
@@ -2247,6 +2292,10 @@ module Aws::QuickSight
2247
2292
  UIColorPalette.add_member(:measure_foreground, Shapes::ShapeRef.new(shape: HexColor, location_name: "MeasureForeground"))
2248
2293
  UIColorPalette.struct_class = Types::UIColorPalette
2249
2294
 
2295
+ UnsupportedPricingPlanException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2296
+ UnsupportedPricingPlanException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2297
+ UnsupportedPricingPlanException.struct_class = Types::UnsupportedPricingPlanException
2298
+
2250
2299
  UnsupportedUserEditionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2251
2300
  UnsupportedUserEditionException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
2252
2301
  UnsupportedUserEditionException.struct_class = Types::UnsupportedUserEditionException
@@ -2371,6 +2420,7 @@ module Aws::QuickSight
2371
2420
  UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
2372
2421
  UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
2373
2422
  UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
2423
+ UpdateDataSetRequest.add_member(:column_level_permission_rules, Shapes::ShapeRef.new(shape: ColumnLevelPermissionRuleList, location_name: "ColumnLevelPermissionRules"))
2374
2424
  UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
2375
2425
 
2376
2426
  UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -3330,6 +3380,7 @@ module Aws::QuickSight
3330
3380
  o.errors << Shapes::ShapeRef.new(shape: IdentityTypeNotSupportedException)
3331
3381
  o.errors << Shapes::ShapeRef.new(shape: SessionLifetimeInMinutesInvalidException)
3332
3382
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
3383
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedPricingPlanException)
3333
3384
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
3334
3385
  end)
3335
3386