aws-sdk-quicksight 1.191.0 → 1.192.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 +21 -1
- data/lib/aws-sdk-quicksight/client_api.rb +5 -0
- data/lib/aws-sdk-quicksight/types.rb +28 -0
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/params.rbs +5 -0
- data/sig/types.rbs +5 -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: eaedee8cddc0ea24d666b38beeb9ede44f24e5f7bc3e82a158fbd3239cbe0c90
|
|
4
|
+
data.tar.gz: 871085ffceecf7270e3612db68e1163a2baff196efa9809563575716d2dc0e5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1811d2e10227442fcd6021c98051ddd3a9d3981b4de5bb1980c25c0b97fe6c0e24a6340a452e2351b84b4a362ea55d88bd8c00ded06e3a8ad36ac9e98ebd8acd
|
|
7
|
+
data.tar.gz: 466e6187bdef335cb3928c5fef99394a4a177e56a180aeae2bc689d26192dd6f2f07c31c9f28f8d5c7e4dbad3769ba0c51f4393519da1f3e0a4f7184ded5fa7a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.192.0 (2026-07-23)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added new capabilities to custom permissions profiles to control access to Amazon Quick through the browser extension and Microsoft Word, Outlook, Excel, and PowerPoint add-ins.
|
|
8
|
+
|
|
4
9
|
1.191.0 (2026-07-20)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.192.0
|
|
@@ -2558,6 +2558,11 @@ module Aws::QuickSight
|
|
|
2558
2558
|
# research: "DENY", # accepts DENY
|
|
2559
2559
|
# self_upgrade_user_role: "DENY", # accepts DENY
|
|
2560
2560
|
# extension: "DENY", # accepts DENY
|
|
2561
|
+
# use_browser_extension: "DENY", # accepts DENY
|
|
2562
|
+
# use_word_add_in_extension: "DENY", # accepts DENY
|
|
2563
|
+
# use_outlook_add_in_extension: "DENY", # accepts DENY
|
|
2564
|
+
# use_excel_add_in_extension: "DENY", # accepts DENY
|
|
2565
|
+
# use_powerpoint_add_in_extension: "DENY", # accepts DENY
|
|
2561
2566
|
# manage_shared_folders: "DENY", # accepts DENY
|
|
2562
2567
|
# generate_analyses: "DENY", # accepts DENY
|
|
2563
2568
|
# story: "DENY", # accepts DENY
|
|
@@ -9155,6 +9160,11 @@ module Aws::QuickSight
|
|
|
9155
9160
|
# resp.custom_permissions.capabilities.research #=> String, one of "DENY"
|
|
9156
9161
|
# resp.custom_permissions.capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
9157
9162
|
# resp.custom_permissions.capabilities.extension #=> String, one of "DENY"
|
|
9163
|
+
# resp.custom_permissions.capabilities.use_browser_extension #=> String, one of "DENY"
|
|
9164
|
+
# resp.custom_permissions.capabilities.use_word_add_in_extension #=> String, one of "DENY"
|
|
9165
|
+
# resp.custom_permissions.capabilities.use_outlook_add_in_extension #=> String, one of "DENY"
|
|
9166
|
+
# resp.custom_permissions.capabilities.use_excel_add_in_extension #=> String, one of "DENY"
|
|
9167
|
+
# resp.custom_permissions.capabilities.use_powerpoint_add_in_extension #=> String, one of "DENY"
|
|
9158
9168
|
# resp.custom_permissions.capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
9159
9169
|
# resp.custom_permissions.capabilities.generate_analyses #=> String, one of "DENY"
|
|
9160
9170
|
# resp.custom_permissions.capabilities.story #=> String, one of "DENY"
|
|
@@ -14036,6 +14046,11 @@ module Aws::QuickSight
|
|
|
14036
14046
|
# resp.custom_permissions_list[0].capabilities.research #=> String, one of "DENY"
|
|
14037
14047
|
# resp.custom_permissions_list[0].capabilities.self_upgrade_user_role #=> String, one of "DENY"
|
|
14038
14048
|
# resp.custom_permissions_list[0].capabilities.extension #=> String, one of "DENY"
|
|
14049
|
+
# resp.custom_permissions_list[0].capabilities.use_browser_extension #=> String, one of "DENY"
|
|
14050
|
+
# resp.custom_permissions_list[0].capabilities.use_word_add_in_extension #=> String, one of "DENY"
|
|
14051
|
+
# resp.custom_permissions_list[0].capabilities.use_outlook_add_in_extension #=> String, one of "DENY"
|
|
14052
|
+
# resp.custom_permissions_list[0].capabilities.use_excel_add_in_extension #=> String, one of "DENY"
|
|
14053
|
+
# resp.custom_permissions_list[0].capabilities.use_powerpoint_add_in_extension #=> String, one of "DENY"
|
|
14039
14054
|
# resp.custom_permissions_list[0].capabilities.manage_shared_folders #=> String, one of "DENY"
|
|
14040
14055
|
# resp.custom_permissions_list[0].capabilities.generate_analyses #=> String, one of "DENY"
|
|
14041
14056
|
# resp.custom_permissions_list[0].capabilities.story #=> String, one of "DENY"
|
|
@@ -20335,6 +20350,11 @@ module Aws::QuickSight
|
|
|
20335
20350
|
# research: "DENY", # accepts DENY
|
|
20336
20351
|
# self_upgrade_user_role: "DENY", # accepts DENY
|
|
20337
20352
|
# extension: "DENY", # accepts DENY
|
|
20353
|
+
# use_browser_extension: "DENY", # accepts DENY
|
|
20354
|
+
# use_word_add_in_extension: "DENY", # accepts DENY
|
|
20355
|
+
# use_outlook_add_in_extension: "DENY", # accepts DENY
|
|
20356
|
+
# use_excel_add_in_extension: "DENY", # accepts DENY
|
|
20357
|
+
# use_powerpoint_add_in_extension: "DENY", # accepts DENY
|
|
20338
20358
|
# manage_shared_folders: "DENY", # accepts DENY
|
|
20339
20359
|
# generate_analyses: "DENY", # accepts DENY
|
|
20340
20360
|
# story: "DENY", # accepts DENY
|
|
@@ -24748,7 +24768,7 @@ module Aws::QuickSight
|
|
|
24748
24768
|
tracer: tracer
|
|
24749
24769
|
)
|
|
24750
24770
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
24751
|
-
context[:gem_version] = '1.
|
|
24771
|
+
context[:gem_version] = '1.192.0'
|
|
24752
24772
|
Seahorse::Client::Request.new(handlers, context)
|
|
24753
24773
|
end
|
|
24754
24774
|
|
|
@@ -4022,6 +4022,11 @@ module Aws::QuickSight
|
|
|
4022
4022
|
Capabilities.add_member(:research, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Research"))
|
|
4023
4023
|
Capabilities.add_member(:self_upgrade_user_role, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "SelfUpgradeUserRole"))
|
|
4024
4024
|
Capabilities.add_member(:extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Extension"))
|
|
4025
|
+
Capabilities.add_member(:use_browser_extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseBrowserExtension"))
|
|
4026
|
+
Capabilities.add_member(:use_word_add_in_extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseWordAddInExtension"))
|
|
4027
|
+
Capabilities.add_member(:use_outlook_add_in_extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseOutlookAddInExtension"))
|
|
4028
|
+
Capabilities.add_member(:use_excel_add_in_extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseExcelAddInExtension"))
|
|
4029
|
+
Capabilities.add_member(:use_powerpoint_add_in_extension, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UsePowerpointAddInExtension"))
|
|
4025
4030
|
Capabilities.add_member(:manage_shared_folders, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ManageSharedFolders"))
|
|
4026
4031
|
Capabilities.add_member(:generate_analyses, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "GenerateAnalyses"))
|
|
4027
4032
|
Capabilities.add_member(:story, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Story"))
|
|
@@ -5765,6 +5765,29 @@ module Aws::QuickSight
|
|
|
5765
5765
|
# The ability to perform Extension-related actions.
|
|
5766
5766
|
# @return [String]
|
|
5767
5767
|
#
|
|
5768
|
+
# @!attribute [rw] use_browser_extension
|
|
5769
|
+
# The ability to use Amazon Quick through the browser extension for
|
|
5770
|
+
# Chrome, Firefox, and Edge.
|
|
5771
|
+
# @return [String]
|
|
5772
|
+
#
|
|
5773
|
+
# @!attribute [rw] use_word_add_in_extension
|
|
5774
|
+
# The ability to use Amazon Quick through the Microsoft Word add-in.
|
|
5775
|
+
# @return [String]
|
|
5776
|
+
#
|
|
5777
|
+
# @!attribute [rw] use_outlook_add_in_extension
|
|
5778
|
+
# The ability to use Amazon Quick through the Microsoft Outlook
|
|
5779
|
+
# add-in.
|
|
5780
|
+
# @return [String]
|
|
5781
|
+
#
|
|
5782
|
+
# @!attribute [rw] use_excel_add_in_extension
|
|
5783
|
+
# The ability to use Amazon Quick through the Microsoft Excel add-in.
|
|
5784
|
+
# @return [String]
|
|
5785
|
+
#
|
|
5786
|
+
# @!attribute [rw] use_powerpoint_add_in_extension
|
|
5787
|
+
# The ability to use Amazon Quick through the Microsoft PowerPoint
|
|
5788
|
+
# add-in.
|
|
5789
|
+
# @return [String]
|
|
5790
|
+
#
|
|
5768
5791
|
# @!attribute [rw] manage_shared_folders
|
|
5769
5792
|
# The ability to create, update, delete and view shared folders (both
|
|
5770
5793
|
# restricted and unrestricted), ability to add any asset to shared
|
|
@@ -6033,6 +6056,11 @@ module Aws::QuickSight
|
|
|
6033
6056
|
:research,
|
|
6034
6057
|
:self_upgrade_user_role,
|
|
6035
6058
|
:extension,
|
|
6059
|
+
:use_browser_extension,
|
|
6060
|
+
:use_word_add_in_extension,
|
|
6061
|
+
:use_outlook_add_in_extension,
|
|
6062
|
+
:use_excel_add_in_extension,
|
|
6063
|
+
:use_powerpoint_add_in_extension,
|
|
6036
6064
|
:manage_shared_folders,
|
|
6037
6065
|
:generate_analyses,
|
|
6038
6066
|
:story,
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/params.rbs
CHANGED
|
@@ -5207,6 +5207,11 @@ module Aws
|
|
|
5207
5207
|
research: ("DENY")?,
|
|
5208
5208
|
self_upgrade_user_role: ("DENY")?,
|
|
5209
5209
|
extension: ("DENY")?,
|
|
5210
|
+
use_browser_extension: ("DENY")?,
|
|
5211
|
+
use_word_add_in_extension: ("DENY")?,
|
|
5212
|
+
use_outlook_add_in_extension: ("DENY")?,
|
|
5213
|
+
use_excel_add_in_extension: ("DENY")?,
|
|
5214
|
+
use_powerpoint_add_in_extension: ("DENY")?,
|
|
5210
5215
|
manage_shared_folders: ("DENY")?,
|
|
5211
5216
|
generate_analyses: ("DENY")?,
|
|
5212
5217
|
story: ("DENY")?,
|
data/sig/types.rbs
CHANGED
|
@@ -1489,6 +1489,11 @@ module Aws::QuickSight
|
|
|
1489
1489
|
attr_accessor research: ("DENY")
|
|
1490
1490
|
attr_accessor self_upgrade_user_role: ("DENY")
|
|
1491
1491
|
attr_accessor extension: ("DENY")
|
|
1492
|
+
attr_accessor use_browser_extension: ("DENY")
|
|
1493
|
+
attr_accessor use_word_add_in_extension: ("DENY")
|
|
1494
|
+
attr_accessor use_outlook_add_in_extension: ("DENY")
|
|
1495
|
+
attr_accessor use_excel_add_in_extension: ("DENY")
|
|
1496
|
+
attr_accessor use_powerpoint_add_in_extension: ("DENY")
|
|
1492
1497
|
attr_accessor manage_shared_folders: ("DENY")
|
|
1493
1498
|
attr_accessor generate_analyses: ("DENY")
|
|
1494
1499
|
attr_accessor story: ("DENY")
|