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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1 -4
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b30bc0afb552032f536cdabca331b627e1b752704fc73dade5c08fb26b295fab
|
4
|
+
data.tar.gz: 4b0f7d5c34db6b6c583ecc746e66e71cb7f19ad81b08510672b5bed328b839d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85ec812e5a2a81d8ce3fe0a37108974e9681f41c66bf35f68359b8694be8b567baab125a7445f07c969c76a63b8589e6d6475cb1d12cef2189d84fb3c066da3e
|
7
|
+
data.tar.gz: f115c3b0a9cd0849a6bfa311968acae28bda8bdd0e1b859700499af247da96bfba1e8c14d4922fd4287f035b7b674eaaa8b44c3c764ac143359854ab5d0af564
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
16829
|
+
context[:gem_version] = '1.137.0'
|
16833
16830
|
Seahorse::Client::Request.new(handlers, context)
|
16834
16831
|
end
|
16835
16832
|
|
data/lib/aws-sdk-quicksight.rb
CHANGED
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.
|
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-
|
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
|