aws-sdk-qbusiness 1.5.0 → 1.6.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: cfd90006fedd19600f18caae518c2d2f321992861de12654adf982499f2f779e
4
- data.tar.gz: ff34d4d4054052b6981bfe70fb2d576d967a8a252f3bc9dd7dc1582587af0aaa
3
+ metadata.gz: c72f351ad0879c64ccb82dbe17b1d2dd901d378a9dfac34bcfc686458c993cf3
4
+ data.tar.gz: 5022da17317b4fabde68dd8a2fe15eb5be87a13ad59d40dbbecd3ec7f69b5176
5
5
  SHA512:
6
- metadata.gz: 6f25edfebd6145e10bbd7c6ba0332b97116c3291a49c133f4c7a312a88a84a355920dbafd95e43d4fbc3badde3b9747406a3953dc83b3720db60500a8b3e8a19
7
- data.tar.gz: e45a933169c428c56b3e49ecbdf55d3cd63a3e6da8e5475d33cc00744c3e43fd8499fb38bbaaf276afe3ffd05391294b41d62364aa51dfbc87b1ae6dbfc023c1
6
+ metadata.gz: 3a7dddaf0af0daaca597b973f3b42c8580d2c4723f1a3aef8f0f6be892ae091804644b57cc1010341dc1d56e0ac7da963e216f4f5ff18319900e002d81660cdd
7
+ data.tar.gz: 564d5e4b8356b7856fa0ddf27d82a40cf9ebc1ec167a8db889ff773e586991e1232fb1c5d9a816b9bd7901676f442607ee19ff019a84b56a6887d1bf7736a682
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2024-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -244,8 +244,9 @@ module Aws::QBusiness
244
244
  #
245
245
  # @option options [String] :sdk_ua_app_id
246
246
  # A unique and opaque application ID that is appended to the
247
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
248
- # maximum length of 50.
247
+ # User-Agent header as app/sdk_ua_app_id. It should have a
248
+ # maximum length of 50. This variable is sourced from environment
249
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
249
250
  #
250
251
  # @option options [String] :secret_access_key
251
252
  #
@@ -572,7 +573,7 @@ module Aws::QBusiness
572
573
  http_response: Seahorse::Client::Http::AsyncResponse.new,
573
574
  config: config)
574
575
  context[:gem_name] = 'aws-sdk-qbusiness'
575
- context[:gem_version] = '1.5.0'
576
+ context[:gem_version] = '1.6.0'
576
577
  Seahorse::Client::Request.new(handlers, context)
577
578
  end
578
579
 
@@ -312,8 +312,9 @@ module Aws::QBusiness
312
312
  #
313
313
  # @option options [String] :sdk_ua_app_id
314
314
  # A unique and opaque application ID that is appended to the
315
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
316
- # maximum length of 50.
315
+ # User-Agent header as app/sdk_ua_app_id. It should have a
316
+ # maximum length of 50. This variable is sourced from environment
317
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
317
318
  #
318
319
  # @option options [String] :secret_access_key
319
320
  #
@@ -3992,7 +3993,7 @@ module Aws::QBusiness
3992
3993
  params: params,
3993
3994
  config: config)
3994
3995
  context[:gem_name] = 'aws-sdk-qbusiness'
3995
- context[:gem_version] = '1.5.0'
3996
+ context[:gem_version] = '1.6.0'
3996
3997
  Seahorse::Client::Request.new(handlers, context)
3997
3998
  end
3998
3999
 
@@ -55,6 +55,6 @@ require_relative 'aws-sdk-qbusiness/event_streams'
55
55
  # @!group service
56
56
  module Aws::QBusiness
57
57
 
58
- GEM_VERSION = '1.5.0'
58
+ GEM_VERSION = '1.6.0'
59
59
 
60
60
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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