aws-sdk-quicksight 1.174.0 → 1.175.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38772df39de8e67c63273b7db436572a5f5d57dc8371173ffdbc73b5f9ca1cb2
4
- data.tar.gz: 2e26b63c061256f18ef3afaa8b13cdadbce6a6a8c24e15c55c35cb6f91141669
3
+ metadata.gz: 663292ad3ab70f40eaf7c143e13dd05ef7afde09572836ab6b0355a132fe8f10
4
+ data.tar.gz: fbaa6740d009202b95307a621cf25e26a0e4bf9d42652bea0107a83f6a161f17
5
5
  SHA512:
6
- metadata.gz: 7cde8fa7a58c97c44b2586387e6692286bae4cd0d1bbedf9aa49c0abf35e4cd945570a3e3b29d6206ab818ac59fe9ac49e35a3d1407fdd44d3c18cab2725bad1
7
- data.tar.gz: 26592a6886257eeffe4ec9ca4023f0e475daa17bee7fe34fd816811efecf1c4353cd09d660e992bd1898fd33b847eb3cdbe6108a47456dc4833fb715f446c8fa
6
+ metadata.gz: 87174f01e1825f2cc3bf9b2c1b67ca28d138398af9a07195eb00915ff6a52f8d77e300f61722b5a432483b05ced6687766c3ffb365b6bbf10f52143aad1dd533
7
+ data.tar.gz: 2c476c88eb42dbf9497a97cbfa8504117cb46f5793dd9b0740c231e27bd52f64b4a6da8df9c5b2605cf7a3659c2d6b6f3e03de1046b7aa3fafd349c80b6ecb74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.175.0 (2026-03-13)
5
+ ------------------
6
+
7
+ * Feature - The change adds a new capability named ManageSharedFolders in Custom Permissions
8
+
4
9
  1.174.0 (2026-03-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.174.0
1
+ 1.175.0
@@ -2415,6 +2415,7 @@ module Aws::QuickSight
2415
2415
  # research: "DENY", # accepts DENY
2416
2416
  # self_upgrade_user_role: "DENY", # accepts DENY
2417
2417
  # extension: "DENY", # accepts DENY
2418
+ # manage_shared_folders: "DENY", # accepts DENY
2418
2419
  # },
2419
2420
  # tags: [
2420
2421
  # {
@@ -8148,6 +8149,7 @@ module Aws::QuickSight
8148
8149
  # resp.custom_permissions.capabilities.research #=> String, one of "DENY"
8149
8150
  # resp.custom_permissions.capabilities.self_upgrade_user_role #=> String, one of "DENY"
8150
8151
  # resp.custom_permissions.capabilities.extension #=> String, one of "DENY"
8152
+ # resp.custom_permissions.capabilities.manage_shared_folders #=> String, one of "DENY"
8151
8153
  # resp.request_id #=> String
8152
8154
  #
8153
8155
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
@@ -12560,6 +12562,7 @@ module Aws::QuickSight
12560
12562
  # resp.custom_permissions_list[0].capabilities.research #=> String, one of "DENY"
12561
12563
  # resp.custom_permissions_list[0].capabilities.self_upgrade_user_role #=> String, one of "DENY"
12562
12564
  # resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY"
12565
+ # resp.custom_permissions_list[0].capabilities.manage_shared_folders #=> String, one of "DENY"
12563
12566
  # resp.next_token #=> String
12564
12567
  # resp.request_id #=> String
12565
12568
  #
@@ -18077,6 +18080,7 @@ module Aws::QuickSight
18077
18080
  # research: "DENY", # accepts DENY
18078
18081
  # self_upgrade_user_role: "DENY", # accepts DENY
18079
18082
  # extension: "DENY", # accepts DENY
18083
+ # manage_shared_folders: "DENY", # accepts DENY
18080
18084
  # },
18081
18085
  # })
18082
18086
  #
@@ -21886,7 +21890,7 @@ module Aws::QuickSight
21886
21890
  tracer: tracer
21887
21891
  )
21888
21892
  context[:gem_name] = 'aws-sdk-quicksight'
21889
- context[:gem_version] = '1.174.0'
21893
+ context[:gem_version] = '1.175.0'
21890
21894
  Seahorse::Client::Request.new(handlers, context)
21891
21895
  end
21892
21896
 
@@ -3660,6 +3660,7 @@ module Aws::QuickSight
3660
3660
  Capabilities.add_member(:research, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Research"))
3661
3661
  Capabilities.add_member(:self_upgrade_user_role, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "SelfUpgradeUserRole"))
3662
3662
  Capabilities.add_member(:extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Extension"))
3663
+ Capabilities.add_member(:manage_shared_folders, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ManageSharedFolders"))
3663
3664
  Capabilities.struct_class = Types::Capabilities
3664
3665
 
3665
3666
  CascadingControlConfiguration.add_member(:source_controls, Shapes::ShapeRef.new(shape: CascadingControlSourceList, location_name: "SourceControls"))
@@ -5415,6 +5415,15 @@ module Aws::QuickSight
5415
5415
  # The ability to perform Extension-related actions.
5416
5416
  # @return [String]
5417
5417
  #
5418
+ # @!attribute [rw] manage_shared_folders
5419
+ # The ability to create, update, delete and view shared folders (both
5420
+ # restricted and unrestricted), ability to add any asset to shared
5421
+ # folders, and ability to share the folders.
5422
+ #
5423
+ # **Note:** This does *not* prevent inheriting access to assets that
5424
+ # others share with them through folder membership.
5425
+ # @return [String]
5426
+ #
5418
5427
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Capabilities AWS API Documentation
5419
5428
  #
5420
5429
  class Capabilities < Struct.new(
@@ -5633,7 +5642,8 @@ module Aws::QuickSight
5633
5642
  :create_chat_agents,
5634
5643
  :research,
5635
5644
  :self_upgrade_user_role,
5636
- :extension)
5645
+ :extension,
5646
+ :manage_shared_folders)
5637
5647
  SENSITIVE = []
5638
5648
  include Aws::Structure
5639
5649
  end
@@ -54,7 +54,7 @@ module Aws::QuickSight
54
54
  autoload :EndpointProvider, 'aws-sdk-quicksight/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-quicksight/endpoints'
56
56
 
57
- GEM_VERSION = '1.174.0'
57
+ GEM_VERSION = '1.175.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -38986,7 +38986,8 @@ module Aws
38986
38986
  create_chat_agents: ("DENY")?,
38987
38987
  research: ("DENY")?,
38988
38988
  self_upgrade_user_role: ("DENY")?,
38989
- extension: ("DENY")?
38989
+ extension: ("DENY")?,
38990
+ manage_shared_folders: ("DENY")?
38990
38991
  },
38991
38992
  ?tags: Array[
38992
38993
  {
@@ -157415,7 +157416,8 @@ module Aws
157415
157416
  create_chat_agents: ("DENY")?,
157416
157417
  research: ("DENY")?,
157417
157418
  self_upgrade_user_role: ("DENY")?,
157418
- extension: ("DENY")?
157419
+ extension: ("DENY")?,
157420
+ manage_shared_folders: ("DENY")?
157419
157421
  }
157420
157422
  ) -> _UpdateCustomPermissionsResponseSuccess
157421
157423
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomPermissionsResponseSuccess
data/sig/types.rbs CHANGED
@@ -1399,6 +1399,7 @@ module Aws::QuickSight
1399
1399
  attr_accessor research: ("DENY")
1400
1400
  attr_accessor self_upgrade_user_role: ("DENY")
1401
1401
  attr_accessor extension: ("DENY")
1402
+ attr_accessor manage_shared_folders: ("DENY")
1402
1403
  SENSITIVE: []
1403
1404
  end
1404
1405
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.174.0
4
+ version: 1.175.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services