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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b877d5be38c464be1a4893997ef5074faca6cf270c79d4dae513e5b00aeeef5c
4
- data.tar.gz: 960243baf521e5ab989bf06b0534457ef8ec079f45f552c22578c5f0e23c6d9b
3
+ metadata.gz: 4d7704da6ab4d19f130f77d9db5048dcb717209afbdd089fee328bd40cc79ccd
4
+ data.tar.gz: 3293f790c352dfb07ab12460fba1bb06fdfb8e46eb504e5b10bf33ae235e57bb
5
5
  SHA512:
6
- metadata.gz: 21c52a7bb865ec2718291f8819f36d5a2262f29272430029636d7a3f3f985fe8f18d9c25cee1c0e07f3c467e7fcf600e9dda1c3b08f68db7ca714d0ebd0a9dd1
7
- data.tar.gz: 1452ec78a49a11cdd94af6736835832bc173ac0c1a642f74f3236a9a55e574817622339f92afcadfb2686df28d85a22aba4979a916427024d8e7176ad2b07d89
6
+ metadata.gz: c19910637724ff85156ff84ede1fe171b9584c9f4b92875fea43fd0164c794c873cf9eea43e8229fc3175f36410bdf5031782199ee397baa5e0635dab52e875c
7
+ data.tar.gz: 74ccdf8a7ba38585f21b33c8b78c3112df1f037729c2a8225bf4c34775b659bfe89ad91829edd9a7b66ffbc1f1fcce76d5ed8fe300b61fa8fce3f735f2275984
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.133.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.133.0
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
- # \{ "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" \}`. Or,
1400
- # you can add a custom theme by specifying `"AccountCustomization": \{
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": [ \{ "Name": "QUICKSIGHT_USER",
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": [ \{ "Name":
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.133.0'
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": \{ "DefaultTheme":
4955
- # "arn:aws:quicksight::aws:theme/MIDNIGHT" \}`. Or, you can add a
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-\{jobId\}.qs`. The file has a `.qs` extension.
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": [ \{ "Name":
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": [ \{ "Name":
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
@@ -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.133.0'
57
+ GEM_VERSION = '1.134.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.133.0
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-10-18 00:00:00.000000000 Z
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