aws-sdk-quicksight 1.133.0 → 1.134.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 +8 -8
- data/lib/aws-sdk-quicksight/types.rb +9 -9
- 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: 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
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
|
|
@@ -4951,12 +4951,12 @@ module Aws::QuickSight
|
|
4951
4951
|
#
|
4952
4952
|
# For example, you can add a default theme by setting
|
4953
4953
|
# `AccountCustomization` to the midnight theme:
|
4954
|
-
# `"AccountCustomization":
|
4955
|
-
# "arn:aws:quicksight::aws:theme/MIDNIGHT"
|
4956
|
-
# custom theme by specifying `"AccountCustomization":
|
4954
|
+
# `"AccountCustomization": { "DefaultTheme":
|
4955
|
+
# "arn:aws:quicksight::aws:theme/MIDNIGHT" }`. Or, you can add a
|
4956
|
+
# custom theme by specifying `"AccountCustomization": {
|
4957
4957
|
# "DefaultTheme":
|
4958
4958
|
# "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
|
4959
|
-
#
|
4959
|
+
# }`.
|
4960
4960
|
# @return [Types::AccountCustomization]
|
4961
4961
|
#
|
4962
4962
|
# @!attribute [rw] tags
|
@@ -11664,7 +11664,7 @@ module Aws::QuickSight
|
|
11664
11664
|
# `DescribeAssetBundleExportJob` again for a fresh URL if needed.
|
11665
11665
|
#
|
11666
11666
|
# The downloaded asset bundle is a zip file named
|
11667
|
-
# `assetbundle
|
11667
|
+
# `assetbundle-{jobId}.qs`. The file has a `.qs` extension.
|
11668
11668
|
#
|
11669
11669
|
# This URL can't be used in a `StartAssetBundleImportJob` API call
|
11670
11670
|
# and should only be used for download purposes.
|
@@ -26311,9 +26311,9 @@ module Aws::QuickSight
|
|
26311
26311
|
#
|
26312
26312
|
# @!attribute [rw] filters
|
26313
26313
|
# The filters to apply to the search. Currently, you can search only
|
26314
|
-
# by user name, for example, `"Filters": [
|
26314
|
+
# by user name, for example, `"Filters": [ { "Name":
|
26315
26315
|
# "QUICKSIGHT_USER", "Operator": "StringEquals", "Value":
|
26316
|
-
# "arn:aws:quicksight:us-east-1:1:user/default/UserName1"
|
26316
|
+
# "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]`
|
26317
26317
|
# @return [Array<Types::DashboardSearchFilter>]
|
26318
26318
|
#
|
26319
26319
|
# @!attribute [rw] next_token
|
@@ -26480,9 +26480,9 @@ module Aws::QuickSight
|
|
26480
26480
|
#
|
26481
26481
|
# @!attribute [rw] filters
|
26482
26482
|
# The filters to apply to the search. Currently, you can search only
|
26483
|
-
# by the parent folder ARN. For example, `"Filters": [
|
26483
|
+
# by the parent folder ARN. For example, `"Filters": [ { "Name":
|
26484
26484
|
# "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value":
|
26485
|
-
# "arn:aws:quicksight:us-east-1:1:folder/folderId"
|
26485
|
+
# "arn:aws:quicksight:us-east-1:1:folder/folderId" } ]`.
|
26486
26486
|
# @return [Array<Types::FolderSearchFilter>]
|
26487
26487
|
#
|
26488
26488
|
# @!attribute [rw] next_token
|
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.134.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
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|