aws-sdk-quicksight 1.136.0 → 1.137.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bab5c2cf2b6952292fcf5b97180ab8f19d246b1adba4c23de97a87fe06141a6
4
- data.tar.gz: f6f921670a465838d01a8d1cb54ffec0fd8493d2835dfee8aed1a39c4be7666f
3
+ metadata.gz: b30bc0afb552032f536cdabca331b627e1b752704fc73dade5c08fb26b295fab
4
+ data.tar.gz: 4b0f7d5c34db6b6c583ecc746e66e71cb7f19ad81b08510672b5bed328b839d2
5
5
  SHA512:
6
- metadata.gz: c91e364b1d387f377791751bdac5750e7e817b970bff91f479747050d44f69706cb11bfb900c33e103791a027cdd4a2c0f233b06637d0619df382f862e5dfbe5
7
- data.tar.gz: 32e851a284fd70d4a9a92b93a2df85edb2a2224eaf6391e4ff29861f51a8ffde2a01910210957a11e318aed3cf05ac6b345f566f4758fe5f8756fdf34e7b4a68
6
+ metadata.gz: 85ec812e5a2a81d8ce3fe0a37108974e9681f41c66bf35f68359b8694be8b567baab125a7445f07c969c76a63b8589e6d6475cb1d12cef2189d84fb3c066da3e
7
+ data.tar.gz: f115c3b0a9cd0849a6bfa311968acae28bda8bdd0e1b859700499af247da96bfba1e8c14d4922fd4287f035b7b674eaaa8b44c3c764ac143359854ab5d0af564
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.137.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.136.0 (2024-11-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.136.0
1
+ 1.137.0
@@ -5504,7 +5504,6 @@ module Aws::QuickSight
5504
5504
  # * Run `aws configure` to change your default Amazon Web Services
5505
5505
  # Region. Use Enter to key the same settings for your keys. For more
5506
5506
  # information, see [Configuring the CLI][3].
5507
- #
5508
5507
  # * `Namespace` - A QuickSight namespace is a partition that contains
5509
5508
  # users and assets (data sources, datasets, dashboards, and so on). To
5510
5509
  # access assets that are in a specific namespace, users and groups
@@ -16072,7 +16071,6 @@ module Aws::QuickSight
16072
16071
  # * `"quicksight:ListThemeAliases"`
16073
16072
  #
16074
16073
  # * `"quicksight:ListThemeVersions"`
16075
- #
16076
16074
  # * Owner
16077
16075
  #
16078
16076
  # * `"quicksight:DescribeTheme"`
@@ -16096,7 +16094,6 @@ module Aws::QuickSight
16096
16094
  # * `"quicksight:UpdateThemePermissions"`
16097
16095
  #
16098
16096
  # * `"quicksight:DescribeThemePermissions"`
16099
- #
16100
16097
  # * To specify no permissions, omit the permissions list.
16101
16098
  #
16102
16099
  # @option params [required, String] :aws_account_id
@@ -16829,7 +16826,7 @@ module Aws::QuickSight
16829
16826
  tracer: tracer
16830
16827
  )
16831
16828
  context[:gem_name] = 'aws-sdk-quicksight'
16832
- context[:gem_version] = '1.136.0'
16829
+ context[:gem_version] = '1.137.0'
16833
16830
  Seahorse::Client::Request.new(handlers, context)
16834
16831
  end
16835
16832
 
@@ -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.136.0'
57
+ GEM_VERSION = '1.137.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.136.0
4
+ version: 1.137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-14 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core