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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +5 -1
- data/lib/aws-sdk-quicksight/client_api.rb +1 -0
- data/lib/aws-sdk-quicksight/types.rb +11 -1
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 663292ad3ab70f40eaf7c143e13dd05ef7afde09572836ab6b0355a132fe8f10
|
|
4
|
+
data.tar.gz: fbaa6740d009202b95307a621cf25e26a0e4bf9d42652bea0107a83f6a161f17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87174f01e1825f2cc3bf9b2c1b67ca28d138398af9a07195eb00915ff6a52f8d77e300f61722b5a432483b05ced6687766c3ffb365b6bbf10f52143aad1dd533
|
|
7
|
+
data.tar.gz: 2c476c88eb42dbf9497a97cbfa8504117cb46f5793dd9b0740c231e27bd52f64b4a6da8df9c5b2605cf7a3659c2d6b6f3e03de1046b7aa3fafd349c80b6ecb74
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
data/lib/aws-sdk-quicksight.rb
CHANGED
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