aws-sdk-quicksight 1.110.0 → 1.111.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e76bec96f986655a1fe2924c4ea72026bd54ab406f1142d76e5d6d5968c72876
4
- data.tar.gz: 5641f27c4b330e5cdd0eb572eeb5b9366251e83110feb35229027dba885c534a
3
+ metadata.gz: c0d6aadfd41912849635ac129e2c79681e3776ea6decf0a1830806a791d13d90
4
+ data.tar.gz: 18e1b5a7d8ee8014818e142ded16f12a1a6304f147b14fa73b124979b4cd1f7b
5
5
  SHA512:
6
- metadata.gz: 023167a692186dfe4880c2ff5ebdd44a6d11afa7583816833779e309e3409f670b59b3ffedd6f1d6e1596dfc364978cad5c02d47daf2b019d1182cb9a9f5d596
7
- data.tar.gz: 2f6f158b73a1f5b00f0728ccecfc09db5a80b294e5fd3313c5cb32a71d6e0730705a8e1fb8b3b0b8b866eabf8144f8fea644f5f7b7788a8a8cdd4c0a38264bcc
6
+ metadata.gz: 9967e0f072652528630dc2d906a8d3b15455b7cfb31bfd88a25f0a79345b5253761db3eeb1e34f40b9a4b70471214f3535339fe96367a610d6bbad82399f67ef
7
+ data.tar.gz: a66d001cef92a44ffd9bcae5b7946779f3aa0bde312f13cc59bf87d59ded93fe7258080e244d6d31ff6727d6b750ac38280809813118ccbc2f8fc1572d9e1f4e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.110.0 (2024-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
@@ -301,8 +301,9 @@ module Aws::QuickSight
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -13787,7 +13788,7 @@ module Aws::QuickSight
13787
13788
  params: params,
13788
13789
  config: config)
13789
13790
  context[:gem_name] = 'aws-sdk-quicksight'
13790
- context[:gem_version] = '1.110.0'
13791
+ context[:gem_version] = '1.111.0'
13791
13792
  Seahorse::Client::Request.new(handlers, context)
13792
13793
  end
13793
13794
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.110.0'
55
+ GEM_VERSION = '1.111.0'
56
56
 
57
57
  end
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.110.0
4
+ version: 1.111.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-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core