aws-sdk-quicksight 1.132.0 → 1.134.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +8 -8
- data/lib/aws-sdk-quicksight/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-quicksight/endpoints.rb +2 -1989
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +1 -368
- data/lib/aws-sdk-quicksight/types.rb +9 -9
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d7704da6ab4d19f130f77d9db5048dcb717209afbdd089fee328bd40cc79ccd
|
4
|
+
data.tar.gz: 3293f790c352dfb07ab12460fba1bb06fdfb8e46eb504e5b10bf33ae235e57bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c19910637724ff85156ff84ede1fe171b9584c9f4b92875fea43fd0164c794c873cf9eea43e8229fc3175f36410bdf5031782199ee397baa5e0635dab52e875c
|
7
|
+
data.tar.gz: 74ccdf8a7ba38585f21b33c8b78c3112df1f037729c2a8225bf4c34775b659bfe89ad91829edd9a7b66ffbc1f1fcce76d5ed8fe300b61fa8fce3f735f2275984
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.134.0 (2024-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.133.0 (2024-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.132.0 (2024-10-17)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.134.0
|
@@ -1396,11 +1396,11 @@ module Aws::QuickSight
|
|
1396
1396
|
#
|
1397
1397
|
# For example, you can add a default theme by setting
|
1398
1398
|
# `AccountCustomization` to the midnight theme: `"AccountCustomization":
|
1399
|
-
#
|
1400
|
-
#
|
1399
|
+
# { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }`. Or, you
|
1400
|
+
# can add a custom theme by specifying `"AccountCustomization": {
|
1401
1401
|
# "DefaultTheme":
|
1402
1402
|
# "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
|
1403
|
-
#
|
1403
|
+
# }`.
|
1404
1404
|
#
|
1405
1405
|
# @option params [Array<Types::Tag>] :tags
|
1406
1406
|
# A list of the tags that you want to attach to this resource.
|
@@ -11283,9 +11283,9 @@ module Aws::QuickSight
|
|
11283
11283
|
#
|
11284
11284
|
# @option params [required, Array<Types::DashboardSearchFilter>] :filters
|
11285
11285
|
# The filters to apply to the search. Currently, you can search only by
|
11286
|
-
# user name, for example, `"Filters": [
|
11286
|
+
# user name, for example, `"Filters": [ { "Name": "QUICKSIGHT_USER",
|
11287
11287
|
# "Operator": "StringEquals", "Value":
|
11288
|
-
# "arn:aws:quicksight:us-east-1:1:user/default/UserName1"
|
11288
|
+
# "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]`
|
11289
11289
|
#
|
11290
11290
|
# @option params [String] :next_token
|
11291
11291
|
# The token for the next set of results, or null if there are no more
|
@@ -11477,9 +11477,9 @@ module Aws::QuickSight
|
|
11477
11477
|
#
|
11478
11478
|
# @option params [required, Array<Types::FolderSearchFilter>] :filters
|
11479
11479
|
# The filters to apply to the search. Currently, you can search only by
|
11480
|
-
# the parent folder ARN. For example, `"Filters": [
|
11480
|
+
# the parent folder ARN. For example, `"Filters": [ { "Name":
|
11481
11481
|
# "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value":
|
11482
|
-
# "arn:aws:quicksight:us-east-1:1:folder/folderId"
|
11482
|
+
# "arn:aws:quicksight:us-east-1:1:folder/folderId" } ]`.
|
11483
11483
|
#
|
11484
11484
|
# @option params [String] :next_token
|
11485
11485
|
# The token for the next set of results, or null if there are no more
|
@@ -15549,7 +15549,7 @@ module Aws::QuickSight
|
|
15549
15549
|
tracer: tracer
|
15550
15550
|
)
|
15551
15551
|
context[:gem_name] = 'aws-sdk-quicksight'
|
15552
|
-
context[:gem_version] = '1.
|
15552
|
+
context[:gem_version] = '1.134.0'
|
15553
15553
|
Seahorse::Client::Request.new(handlers, context)
|
15554
15554
|
end
|
15555
15555
|
|
@@ -52,15 +52,18 @@ module Aws::QuickSight
|
|
52
52
|
self[:region] = options[:region]
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
|
-
if self[:use_dual_stack].nil?
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
57
|
-
end
|
58
55
|
self[:use_fips] = options[:use_fips]
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
60
|
-
if self[:use_fips].nil?
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
62
|
-
end
|
63
57
|
self[:endpoint] = options[:endpoint]
|
64
58
|
end
|
59
|
+
|
60
|
+
def self.create(config, options={})
|
61
|
+
new({
|
62
|
+
region: config.region,
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
64
|
+
use_fips: config.use_fips_endpoint,
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
66
|
+
}.merge(options))
|
67
|
+
end
|
65
68
|
end
|
66
69
|
end
|