aws-sdk-quicksight 1.190.0 → 1.191.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: 8765fca23b85199fb95521b8caed321cf2a7d9c46bfd65a75252fa24a93e3556
4
- data.tar.gz: ab34b62d9557b18db8f16a23642b417e9ae6b221192088a8d9ce486f152f766d
3
+ metadata.gz: 5e504f2f0b268506d263dccd9bdb1323ea9370373ae45a841372cca4df0621a5
4
+ data.tar.gz: 6fb22d8088eac96e117c9096e4a053646027f87a256e4a71b97243149a2d2ed3
5
5
  SHA512:
6
- metadata.gz: aef79ff3032b1680d6a7d3e4d9f7ae7e299e4de478822caa2d9a7c125f9c4856fa28763ce8a0ac8ef3b4d8ab1d24ee5c46b660e02e07294a77273e96891522b2
7
- data.tar.gz: 5e0fcdfd6f4586f883e9bb4cb8a1cb2f88b1448abc52fed7a80e987c43dd62d03fe527619363d31642a99d858216588bba7a8005edcc0439cac33b5ab06f9bfb
6
+ metadata.gz: e301b7c4a7493d3cc88fb1d06e47f616bf35479cdd49e6bd3f5fa804e4e62e10169addf513c344f88d04eb154aed78b31fc99fbeeeaaee6293efcbf5a0115ba0
7
+ data.tar.gz: 690989425fe6291b77aa5a407f0db47d5c8b3bab95dc5621c389d6083a6bbb3ad44a3ef4747a114b927de766667abbe5b565bbef2062db3c3a1690bedf0418af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.191.0 (2026-07-20)
5
+ ------------------
6
+
7
+ * Feature - Adds support for custom permissions for Triggers, allowing administrators to control user access to Schedule, Inbound Email and Quick Event triggers.
8
+
4
9
  1.190.0 (2026-07-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.190.0
1
+ 1.191.0
@@ -2562,6 +2562,10 @@ module Aws::QuickSight
2562
2562
  # generate_analyses: "DENY", # accepts DENY
2563
2563
  # story: "DENY", # accepts DENY
2564
2564
  # scenario: "DENY", # accepts DENY
2565
+ # trigger: "DENY", # accepts DENY
2566
+ # schedule_trigger: "DENY", # accepts DENY
2567
+ # inbound_email_trigger: "DENY", # accepts DENY
2568
+ # quick_event_trigger: "DENY", # accepts DENY
2565
2569
  # },
2566
2570
  # tags: [
2567
2571
  # {
@@ -6806,7 +6810,7 @@ module Aws::QuickSight
6806
6810
  #
6807
6811
  # resp = client.delete_identity_propagation_config({
6808
6812
  # aws_account_id: "AwsAccountId", # required
6809
- # service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA
6813
+ # service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA, GLUE_DATA_CATALOG
6810
6814
  # })
6811
6815
  #
6812
6816
  # @example Response structure
@@ -9155,6 +9159,10 @@ module Aws::QuickSight
9155
9159
  # resp.custom_permissions.capabilities.generate_analyses #=> String, one of "DENY"
9156
9160
  # resp.custom_permissions.capabilities.story #=> String, one of "DENY"
9157
9161
  # resp.custom_permissions.capabilities.scenario #=> String, one of "DENY"
9162
+ # resp.custom_permissions.capabilities.trigger #=> String, one of "DENY"
9163
+ # resp.custom_permissions.capabilities.schedule_trigger #=> String, one of "DENY"
9164
+ # resp.custom_permissions.capabilities.inbound_email_trigger #=> String, one of "DENY"
9165
+ # resp.custom_permissions.capabilities.quick_event_trigger #=> String, one of "DENY"
9158
9166
  # resp.request_id #=> String
9159
9167
  #
9160
9168
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeCustomPermissions AWS API Documentation
@@ -14032,6 +14040,10 @@ module Aws::QuickSight
14032
14040
  # resp.custom_permissions_list[0].capabilities.generate_analyses #=> String, one of "DENY"
14033
14041
  # resp.custom_permissions_list[0].capabilities.story #=> String, one of "DENY"
14034
14042
  # resp.custom_permissions_list[0].capabilities.scenario #=> String, one of "DENY"
14043
+ # resp.custom_permissions_list[0].capabilities.trigger #=> String, one of "DENY"
14044
+ # resp.custom_permissions_list[0].capabilities.schedule_trigger #=> String, one of "DENY"
14045
+ # resp.custom_permissions_list[0].capabilities.inbound_email_trigger #=> String, one of "DENY"
14046
+ # resp.custom_permissions_list[0].capabilities.quick_event_trigger #=> String, one of "DENY"
14035
14047
  # resp.next_token #=> String
14036
14048
  # resp.request_id #=> String
14037
14049
  #
@@ -14991,7 +15003,7 @@ module Aws::QuickSight
14991
15003
  # @example Response structure
14992
15004
  #
14993
15005
  # resp.services #=> Array
14994
- # resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS", "ATHENA"
15006
+ # resp.services[0].service #=> String, one of "REDSHIFT", "QBUSINESS", "ATHENA", "GLUE_DATA_CATALOG"
14995
15007
  # resp.services[0].authorized_targets #=> Array
14996
15008
  # resp.services[0].authorized_targets[0] #=> String
14997
15009
  # resp.next_token #=> String
@@ -20327,6 +20339,10 @@ module Aws::QuickSight
20327
20339
  # generate_analyses: "DENY", # accepts DENY
20328
20340
  # story: "DENY", # accepts DENY
20329
20341
  # scenario: "DENY", # accepts DENY
20342
+ # trigger: "DENY", # accepts DENY
20343
+ # schedule_trigger: "DENY", # accepts DENY
20344
+ # inbound_email_trigger: "DENY", # accepts DENY
20345
+ # quick_event_trigger: "DENY", # accepts DENY
20330
20346
  # },
20331
20347
  # })
20332
20348
  #
@@ -22579,7 +22595,7 @@ module Aws::QuickSight
22579
22595
  #
22580
22596
  # resp = client.update_identity_propagation_config({
22581
22597
  # aws_account_id: "AwsAccountId", # required
22582
- # service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA
22598
+ # service: "REDSHIFT", # required, accepts REDSHIFT, QBUSINESS, ATHENA, GLUE_DATA_CATALOG
22583
22599
  # authorized_targets: ["String"],
22584
22600
  # })
22585
22601
  #
@@ -24732,7 +24748,7 @@ module Aws::QuickSight
24732
24748
  tracer: tracer
24733
24749
  )
24734
24750
  context[:gem_name] = 'aws-sdk-quicksight'
24735
- context[:gem_version] = '1.190.0'
24751
+ context[:gem_version] = '1.191.0'
24736
24752
  Seahorse::Client::Request.new(handlers, context)
24737
24753
  end
24738
24754
 
@@ -4026,6 +4026,10 @@ module Aws::QuickSight
4026
4026
  Capabilities.add_member(:generate_analyses, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "GenerateAnalyses"))
4027
4027
  Capabilities.add_member(:story, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Story"))
4028
4028
  Capabilities.add_member(:scenario, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Scenario"))
4029
+ Capabilities.add_member(:trigger, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "Trigger"))
4030
+ Capabilities.add_member(:schedule_trigger, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "ScheduleTrigger"))
4031
+ Capabilities.add_member(:inbound_email_trigger, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "InboundEmailTrigger"))
4032
+ Capabilities.add_member(:quick_event_trigger, Shapes::ShapeRef.new(shape: CapabilityState, location_name: "QuickEventTrigger"))
4029
4033
  Capabilities.struct_class = Types::Capabilities
4030
4034
 
4031
4035
  CapacityBytesRangeFilter.add_member(:min_bytes, Shapes::ShapeRef.new(shape: CapacityBytesRangeFilterMinBytesLong, location_name: "minBytes"))
@@ -5786,6 +5786,26 @@ module Aws::QuickSight
5786
5786
  # The ability to perform Scenario-related actions.
5787
5787
  # @return [String]
5788
5788
  #
5789
+ # @!attribute [rw] trigger
5790
+ # The ability to manage trigger-related settings for flows and
5791
+ # automations.
5792
+ # @return [String]
5793
+ #
5794
+ # @!attribute [rw] schedule_trigger
5795
+ # The ability to create, view, edit, delete, and run schedule triggers
5796
+ # for flows and automations.
5797
+ # @return [String]
5798
+ #
5799
+ # @!attribute [rw] inbound_email_trigger
5800
+ # The ability to create, view, edit, delete, and run inbound email
5801
+ # triggers for flows and automations.
5802
+ # @return [String]
5803
+ #
5804
+ # @!attribute [rw] quick_event_trigger
5805
+ # The ability to create, view, edit, delete, and run Quick event
5806
+ # triggers for flows and automations.
5807
+ # @return [String]
5808
+ #
5789
5809
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Capabilities AWS API Documentation
5790
5810
  #
5791
5811
  class Capabilities < Struct.new(
@@ -6016,7 +6036,11 @@ module Aws::QuickSight
6016
6036
  :manage_shared_folders,
6017
6037
  :generate_analyses,
6018
6038
  :story,
6019
- :scenario)
6039
+ :scenario,
6040
+ :trigger,
6041
+ :schedule_trigger,
6042
+ :inbound_email_trigger,
6043
+ :quick_event_trigger)
6020
6044
  SENSITIVE = []
6021
6045
  include Aws::Structure
6022
6046
  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.190.0'
57
+ GEM_VERSION = '1.191.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1221,7 +1221,7 @@ module Aws
1221
1221
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#delete_identity_propagation_config-instance_method
1222
1222
  def delete_identity_propagation_config: (
1223
1223
  aws_account_id: ::String,
1224
- service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
1224
+ service: ("REDSHIFT" | "QBUSINESS" | "ATHENA" | "GLUE_DATA_CATALOG")
1225
1225
  ) -> _DeleteIdentityPropagationConfigResponseSuccess
1226
1226
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdentityPropagationConfigResponseSuccess
1227
1227
 
@@ -4705,7 +4705,7 @@ module Aws
4705
4705
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#update_identity_propagation_config-instance_method
4706
4706
  def update_identity_propagation_config: (
4707
4707
  aws_account_id: ::String,
4708
- service: ("REDSHIFT" | "QBUSINESS" | "ATHENA"),
4708
+ service: ("REDSHIFT" | "QBUSINESS" | "ATHENA" | "GLUE_DATA_CATALOG"),
4709
4709
  ?authorized_targets: Array[::String]
4710
4710
  ) -> _UpdateIdentityPropagationConfigResponseSuccess
4711
4711
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdentityPropagationConfigResponseSuccess
data/sig/params.rbs CHANGED
@@ -5210,7 +5210,11 @@ module Aws
5210
5210
  manage_shared_folders: ("DENY")?,
5211
5211
  generate_analyses: ("DENY")?,
5212
5212
  story: ("DENY")?,
5213
- scenario: ("DENY")?
5213
+ scenario: ("DENY")?,
5214
+ trigger: ("DENY")?,
5215
+ schedule_trigger: ("DENY")?,
5216
+ inbound_email_trigger: ("DENY")?,
5217
+ quick_event_trigger: ("DENY")?
5214
5218
  }
5215
5219
 
5216
5220
  type dashboard_source_entity = {
data/sig/types.rbs CHANGED
@@ -821,7 +821,7 @@ module Aws::QuickSight
821
821
  end
822
822
 
823
823
  class AuthorizedTargetsByService
824
- attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
824
+ attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA" | "GLUE_DATA_CATALOG")
825
825
  attr_accessor authorized_targets: ::Array[::String]
826
826
  SENSITIVE: []
827
827
  end
@@ -1493,6 +1493,10 @@ module Aws::QuickSight
1493
1493
  attr_accessor generate_analyses: ("DENY")
1494
1494
  attr_accessor story: ("DENY")
1495
1495
  attr_accessor scenario: ("DENY")
1496
+ attr_accessor trigger: ("DENY")
1497
+ attr_accessor schedule_trigger: ("DENY")
1498
+ attr_accessor inbound_email_trigger: ("DENY")
1499
+ attr_accessor quick_event_trigger: ("DENY")
1496
1500
  SENSITIVE: []
1497
1501
  end
1498
1502
 
@@ -3887,7 +3891,7 @@ module Aws::QuickSight
3887
3891
 
3888
3892
  class DeleteIdentityPropagationConfigRequest
3889
3893
  attr_accessor aws_account_id: ::String
3890
- attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
3894
+ attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA" | "GLUE_DATA_CATALOG")
3891
3895
  SENSITIVE: []
3892
3896
  end
3893
3897
 
@@ -12094,7 +12098,7 @@ module Aws::QuickSight
12094
12098
 
12095
12099
  class UpdateIdentityPropagationConfigRequest
12096
12100
  attr_accessor aws_account_id: ::String
12097
- attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA")
12101
+ attr_accessor service: ("REDSHIFT" | "QBUSINESS" | "ATHENA" | "GLUE_DATA_CATALOG")
12098
12102
  attr_accessor authorized_targets: ::Array[::String]
12099
12103
  SENSITIVE: []
12100
12104
  end
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.190.0
4
+ version: 1.191.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services