aws-sdk-quicksight 1.44.0 → 1.45.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: ff2a07aae6713ace65653b24425d9d50a42a9ba435f7a84436a07c946c581582
4
- data.tar.gz: 8b20959dde03186980aa8f611c27ba316014eb090c9972580bad534bb9bdc478
3
+ metadata.gz: 31c924f1a8acdfefaa939af38a788ac6d8f7681ffd64aceea2dc6da45d3afc68
4
+ data.tar.gz: f4bbe757b8d97ca4c4776adc9cc03aa48e8382324e3ef60bd2d078bcc0fef7bc
5
5
  SHA512:
6
- metadata.gz: 25f144c780e796aebf02b97c1be68a2482cf417a5f63b350bda7a0783be835982f44c77bf128a0cf2514093df1b8be11107ec929a0c69d17127523983262e0d1
7
- data.tar.gz: 2316b1a5cc26229db9541c640c75cfcd78913d0c6320a98d18679f6fba0875258fbb37a91ea97ad6c84d0fe3db2c78055c02cecf4fd7b5966b4cbf2f729a6f61
6
+ metadata.gz: ab4442ca5d26a112813cb0633cb78ffa10f028be3fd36313667349a42a46713a6395805f1edc236f9f99f6b60d8bc20217ec86658d0b9a957da2757fd05dede9
7
+ data.tar.gz: d6dd6294892907fcc5c87df77d51c0fba08f8dc0634625e7ceba39bf97d3578ab366e141613f390d8bb1e5763c52e45262a36f3208dc852a40b45edef25c8a79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2021-05-20)
5
+ ------------------
6
+
7
+ * Feature - Add ARN based Row Level Security support to CreateDataSet/UpdateDataSet APIs.
8
+
4
9
  1.44.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -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.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
@@ -945,6 +945,7 @@ module Aws::QuickSight
945
945
  # namespace: "Namespace",
946
946
  # arn: "Arn", # required
947
947
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
948
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
948
949
  # },
949
950
  # column_level_permission_rules: [
950
951
  # {
@@ -3022,6 +3023,7 @@ module Aws::QuickSight
3022
3023
  # resp.data_set.row_level_permission_data_set.namespace #=> String
3023
3024
  # resp.data_set.row_level_permission_data_set.arn #=> String
3024
3025
  # resp.data_set.row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
3026
+ # resp.data_set.row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
3025
3027
  # resp.data_set.column_level_permission_rules #=> Array
3026
3028
  # resp.data_set.column_level_permission_rules[0].principals #=> Array
3027
3029
  # resp.data_set.column_level_permission_rules[0].principals[0] #=> String
@@ -4279,6 +4281,7 @@ module Aws::QuickSight
4279
4281
  # resp.data_set_summaries[0].row_level_permission_data_set.namespace #=> String
4280
4282
  # resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
4281
4283
  # resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
4284
+ # resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
4282
4285
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
4283
4286
  # resp.next_token #=> String
4284
4287
  # resp.request_id #=> String
@@ -6343,6 +6346,7 @@ module Aws::QuickSight
6343
6346
  # namespace: "Namespace",
6344
6347
  # arn: "Arn", # required
6345
6348
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
6349
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
6346
6350
  # },
6347
6351
  # column_level_permission_rules: [
6348
6352
  # {
@@ -7443,7 +7447,7 @@ module Aws::QuickSight
7443
7447
  params: params,
7444
7448
  config: config)
7445
7449
  context[:gem_name] = 'aws-sdk-quicksight'
7446
- context[:gem_version] = '1.44.0'
7450
+ context[:gem_version] = '1.45.0'
7447
7451
  Seahorse::Client::Request.new(handlers, context)
7448
7452
  end
7449
7453
 
@@ -399,6 +399,7 @@ module Aws::QuickSight
399
399
  RoleSessionName = Shapes::StringShape.new(name: 'RoleSessionName')
400
400
  RowInfo = Shapes::StructureShape.new(name: 'RowInfo')
401
401
  RowLevelPermissionDataSet = Shapes::StructureShape.new(name: 'RowLevelPermissionDataSet')
402
+ RowLevelPermissionFormatVersion = Shapes::StringShape.new(name: 'RowLevelPermissionFormatVersion')
402
403
  RowLevelPermissionPolicy = Shapes::StringShape.new(name: 'RowLevelPermissionPolicy')
403
404
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
404
405
  S3Key = Shapes::StringShape.new(name: 'S3Key')
@@ -2043,6 +2044,7 @@ module Aws::QuickSight
2043
2044
  RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
2044
2045
  RowLevelPermissionDataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
2045
2046
  RowLevelPermissionDataSet.add_member(:permission_policy, Shapes::ShapeRef.new(shape: RowLevelPermissionPolicy, required: true, location_name: "PermissionPolicy"))
2047
+ RowLevelPermissionDataSet.add_member(:format_version, Shapes::ShapeRef.new(shape: RowLevelPermissionFormatVersion, location_name: "FormatVersion"))
2046
2048
  RowLevelPermissionDataSet.struct_class = Types::RowLevelPermissionDataSet
2047
2049
 
2048
2050
  S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
@@ -1444,6 +1444,7 @@ module Aws::QuickSight
1444
1444
  # namespace: "Namespace",
1445
1445
  # arn: "Arn", # required
1446
1446
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
1447
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
1447
1448
  # },
1448
1449
  # column_level_permission_rules: [
1449
1450
  # {
@@ -9281,6 +9282,7 @@ module Aws::QuickSight
9281
9282
  # namespace: "Namespace",
9282
9283
  # arn: "Arn", # required
9283
9284
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
9285
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
9284
9286
  # }
9285
9287
  #
9286
9288
  # @!attribute [rw] namespace
@@ -9298,12 +9300,23 @@ module Aws::QuickSight
9298
9300
  # for RLS. `DENY_ACCESS` is included for backward compatibility only.
9299
9301
  # @return [String]
9300
9302
  #
9303
+ # @!attribute [rw] format_version
9304
+ # The user or group rules associated with the dataset that contains
9305
+ # permissions for RLS.
9306
+ #
9307
+ # By default, `FormatVersion` is `VERSION_1`. When `FormatVersion` is
9308
+ # `VERSION_1`, `UserName` and `GroupName` are required. When
9309
+ # `FormatVersion` is `VERSION_2`, `UserARN` and `GroupARN` are
9310
+ # required, and `Namespace` must not exist.
9311
+ # @return [String]
9312
+ #
9301
9313
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RowLevelPermissionDataSet AWS API Documentation
9302
9314
  #
9303
9315
  class RowLevelPermissionDataSet < Struct.new(
9304
9316
  :namespace,
9305
9317
  :arn,
9306
- :permission_policy)
9318
+ :permission_policy,
9319
+ :format_version)
9307
9320
  SENSITIVE = []
9308
9321
  include Aws::Structure
9309
9322
  end
@@ -11808,6 +11821,7 @@ module Aws::QuickSight
11808
11821
  # namespace: "Namespace",
11809
11822
  # arn: "Arn", # required
11810
11823
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
11824
+ # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
11811
11825
  # },
11812
11826
  # column_level_permission_rules: [
11813
11827
  # {
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.44.0
4
+ version: 1.45.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-quicksight
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-quicksight/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Amazon QuickSight