aws-sdk-quicksight 1.179.0 → 1.180.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: affb054ccf563815022ee5f3382c504e4f87561b64c6b199dbbb36ddf1fd5ea4
4
- data.tar.gz: e4047746fac76ebc0cd9cb8e62320b0b560d48b985693d086cbe5f898612056c
3
+ metadata.gz: a32ebbc28b7e6ce7aa6053dfb0907389020a7e5dc117ee1133f9c3ff425e86f9
4
+ data.tar.gz: 45d296feac95618eef0f54762721e4c7badbb5b7d820d651bd019bd3c79b9452
5
5
  SHA512:
6
- metadata.gz: d2073acdbb3d0dad36e21c19c6a4f2824fd0ba70129500a46b45a728a89aa2475350f7abd9807864a7f51a634f9fdb76a2319ebd5b13cb59dedf4a07b0a8e267
7
- data.tar.gz: 57fadc6ccea6a093e6a5d9c49c38679e90a9d490521843501e08e2d0e773b7afe83dadb2c389d0f1980ef21ac7009491a05642a5c8b3890abfe890c65f3ac572
6
+ metadata.gz: 6b3f3490ba3f16ff0f26771bd11adf8b2f95e923e34cf1f299b82aaa03ed0661e3499399c0a093145142a9fc25a796cb12679712677aa26cfaa3ba243b2675e4
7
+ data.tar.gz: e7194b96bcac7e1cd4522dd517ce81a0045624b8218e496e5ee17e55cde39de56f5bcf440cb191c0c5ce0435b5801e900d414898d6770665050890704233c8ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.180.0 (2026-05-13)
5
+ ------------------
6
+
7
+ * Feature - Adds five new custom permission option for Quick Apps so that these capabilities can be controlled by public SDK and CLI.
8
+
4
9
  1.179.0 (2026-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.179.0
1
+ 1.180.0
@@ -2226,6 +2226,11 @@ module Aws::QuickSight
2226
2226
  # analysis: "DENY", # accepts DENY
2227
2227
  # automate: "DENY", # accepts DENY
2228
2228
  # flow: "DENY", # accepts DENY
2229
+ # apps: "DENY", # accepts DENY
2230
+ # create_and_update_apps: "DENY", # accepts DENY
2231
+ # share_apps: "DENY", # accepts DENY
2232
+ # invoke_apps_ai_inference: "DENY", # accepts DENY
2233
+ # access_apps_native_data_store: "DENY", # accepts DENY
2229
2234
  # publish_without_approval: "DENY", # accepts DENY
2230
2235
  # use_bedrock_models: "DENY", # accepts DENY
2231
2236
  # perform_flow_ui_task: "DENY", # accepts DENY
@@ -8072,6 +8077,11 @@ module Aws::QuickSight
8072
8077
  # resp.custom_permissions.capabilities.analysis #=> String, one of "DENY"
8073
8078
  # resp.custom_permissions.capabilities.automate #=> String, one of "DENY"
8074
8079
  # resp.custom_permissions.capabilities.flow #=> String, one of "DENY"
8080
+ # resp.custom_permissions.capabilities.apps #=> String, one of "DENY"
8081
+ # resp.custom_permissions.capabilities.create_and_update_apps #=> String, one of "DENY"
8082
+ # resp.custom_permissions.capabilities.share_apps #=> String, one of "DENY"
8083
+ # resp.custom_permissions.capabilities.invoke_apps_ai_inference #=> String, one of "DENY"
8084
+ # resp.custom_permissions.capabilities.access_apps_native_data_store #=> String, one of "DENY"
8075
8085
  # resp.custom_permissions.capabilities.publish_without_approval #=> String, one of "DENY"
8076
8086
  # resp.custom_permissions.capabilities.use_bedrock_models #=> String, one of "DENY"
8077
8087
  # resp.custom_permissions.capabilities.perform_flow_ui_task #=> String, one of "DENY"
@@ -12538,6 +12548,11 @@ module Aws::QuickSight
12538
12548
  # resp.custom_permissions_list[0].capabilities.analysis #=> String, one of "DENY"
12539
12549
  # resp.custom_permissions_list[0].capabilities.automate #=> String, one of "DENY"
12540
12550
  # resp.custom_permissions_list[0].capabilities.flow #=> String, one of "DENY"
12551
+ # resp.custom_permissions_list[0].capabilities.apps #=> String, one of "DENY"
12552
+ # resp.custom_permissions_list[0].capabilities.create_and_update_apps #=> String, one of "DENY"
12553
+ # resp.custom_permissions_list[0].capabilities.share_apps #=> String, one of "DENY"
12554
+ # resp.custom_permissions_list[0].capabilities.invoke_apps_ai_inference #=> String, one of "DENY"
12555
+ # resp.custom_permissions_list[0].capabilities.access_apps_native_data_store #=> String, one of "DENY"
12541
12556
  # resp.custom_permissions_list[0].capabilities.publish_without_approval #=> String, one of "DENY"
12542
12557
  # resp.custom_permissions_list[0].capabilities.use_bedrock_models #=> String, one of "DENY"
12543
12558
  # resp.custom_permissions_list[0].capabilities.perform_flow_ui_task #=> String, one of "DENY"
@@ -18124,6 +18139,11 @@ module Aws::QuickSight
18124
18139
  # analysis: "DENY", # accepts DENY
18125
18140
  # automate: "DENY", # accepts DENY
18126
18141
  # flow: "DENY", # accepts DENY
18142
+ # apps: "DENY", # accepts DENY
18143
+ # create_and_update_apps: "DENY", # accepts DENY
18144
+ # share_apps: "DENY", # accepts DENY
18145
+ # invoke_apps_ai_inference: "DENY", # accepts DENY
18146
+ # access_apps_native_data_store: "DENY", # accepts DENY
18127
18147
  # publish_without_approval: "DENY", # accepts DENY
18128
18148
  # use_bedrock_models: "DENY", # accepts DENY
18129
18149
  # perform_flow_ui_task: "DENY", # accepts DENY
@@ -22162,7 +22182,7 @@ module Aws::QuickSight
22162
22182
  tracer: tracer
22163
22183
  )
22164
22184
  context[:gem_name] = 'aws-sdk-quicksight'
22165
- context[:gem_version] = '1.179.0'
22185
+ context[:gem_version] = '1.180.0'
22166
22186
  Seahorse::Client::Request.new(handlers, context)
22167
22187
  end
22168
22188
 
@@ -3506,6 +3506,11 @@ module Aws::QuickSight
3506
3506
  Capabilities.add_member(:analysis, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Analysis"))
3507
3507
  Capabilities.add_member(:automate, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Automate"))
3508
3508
  Capabilities.add_member(:flow, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Flow"))
3509
+ Capabilities.add_member(:apps, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Apps"))
3510
+ Capabilities.add_member(:create_and_update_apps, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "CreateAndUpdateApps"))
3511
+ Capabilities.add_member(:share_apps, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ShareApps"))
3512
+ Capabilities.add_member(:invoke_apps_ai_inference, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "InvokeAppsAIInference"))
3513
+ Capabilities.add_member(:access_apps_native_data_store, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "AccessAppsNativeDataStore"))
3509
3514
  Capabilities.add_member(:publish_without_approval, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "PublishWithoutApproval"))
3510
3515
  Capabilities.add_member(:use_bedrock_models, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "UseBedrockModels"))
3511
3516
  Capabilities.add_member(:perform_flow_ui_task, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "PerformFlowUiTask"))
@@ -4656,6 +4656,27 @@ module Aws::QuickSight
4656
4656
  # The ability to perform flow-related actions.
4657
4657
  # @return [String]
4658
4658
  #
4659
+ # @!attribute [rw] apps
4660
+ # The ability to perform apps-related actions.
4661
+ # @return [String]
4662
+ #
4663
+ # @!attribute [rw] create_and_update_apps
4664
+ # The ability to create or update apps.
4665
+ # @return [String]
4666
+ #
4667
+ # @!attribute [rw] share_apps
4668
+ # The ability to share apps with other users.
4669
+ # @return [String]
4670
+ #
4671
+ # @!attribute [rw] invoke_apps_ai_inference
4672
+ # The ability to add and invoke AI inference in new and existing apps.
4673
+ # @return [String]
4674
+ #
4675
+ # @!attribute [rw] access_apps_native_data_store
4676
+ # The ability to access the native data store for new and existing
4677
+ # apps.
4678
+ # @return [String]
4679
+ #
4659
4680
  # @!attribute [rw] publish_without_approval
4660
4681
  # The ability to enable approvals for flow share.
4661
4682
  # @return [String]
@@ -5495,6 +5516,11 @@ module Aws::QuickSight
5495
5516
  :analysis,
5496
5517
  :automate,
5497
5518
  :flow,
5519
+ :apps,
5520
+ :create_and_update_apps,
5521
+ :share_apps,
5522
+ :invoke_apps_ai_inference,
5523
+ :access_apps_native_data_store,
5498
5524
  :publish_without_approval,
5499
5525
  :use_bedrock_models,
5500
5526
  :perform_flow_ui_task,
@@ -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.179.0'
57
+ GEM_VERSION = '1.180.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -74804,6 +74804,11 @@ module Aws
74804
74804
  analysis: ("DENY")?,
74805
74805
  automate: ("DENY")?,
74806
74806
  flow: ("DENY")?,
74807
+ apps: ("DENY")?,
74808
+ create_and_update_apps: ("DENY")?,
74809
+ share_apps: ("DENY")?,
74810
+ invoke_apps_ai_inference: ("DENY")?,
74811
+ access_apps_native_data_store: ("DENY")?,
74807
74812
  publish_without_approval: ("DENY")?,
74808
74813
  use_bedrock_models: ("DENY")?,
74809
74814
  perform_flow_ui_task: ("DENY")?,
@@ -301348,6 +301353,11 @@ module Aws
301348
301353
  analysis: ("DENY")?,
301349
301354
  automate: ("DENY")?,
301350
301355
  flow: ("DENY")?,
301356
+ apps: ("DENY")?,
301357
+ create_and_update_apps: ("DENY")?,
301358
+ share_apps: ("DENY")?,
301359
+ invoke_apps_ai_inference: ("DENY")?,
301360
+ access_apps_native_data_store: ("DENY")?,
301351
301361
  publish_without_approval: ("DENY")?,
301352
301362
  use_bedrock_models: ("DENY")?,
301353
301363
  perform_flow_ui_task: ("DENY")?,
data/sig/types.rbs CHANGED
@@ -1212,6 +1212,11 @@ module Aws::QuickSight
1212
1212
  attr_accessor analysis: ("DENY")
1213
1213
  attr_accessor automate: ("DENY")
1214
1214
  attr_accessor flow: ("DENY")
1215
+ attr_accessor apps: ("DENY")
1216
+ attr_accessor create_and_update_apps: ("DENY")
1217
+ attr_accessor share_apps: ("DENY")
1218
+ attr_accessor invoke_apps_ai_inference: ("DENY")
1219
+ attr_accessor access_apps_native_data_store: ("DENY")
1215
1220
  attr_accessor publish_without_approval: ("DENY")
1216
1221
  attr_accessor use_bedrock_models: ("DENY")
1217
1222
  attr_accessor perform_flow_ui_task: ("DENY")
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.179.0
4
+ version: 1.180.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.244.0
21
+ version: 3.247.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.244.0
31
+ version: 3.247.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement