aws-sdk-qbusiness 1.17.0 → 1.18.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: eba54c316519e372438b600883b80f8b3240cfb0f5834297b1f769478e8b09bd
4
- data.tar.gz: 227daa497e5ed37c1c22fc12b170cf60c75b9c61ffa3ede29ff2854f64d5558b
3
+ metadata.gz: df3576af5283dffd73b157ecacc3f5cde5b84401d9bbba5d0628573129ed472d
4
+ data.tar.gz: 9fd56c3da1bfa1449133ab60a0d487217fd14b8ed937f81532e17dfe3e85d124
5
5
  SHA512:
6
- metadata.gz: 3bd22f3db529815bd17ac6d8405d1978e270bf72854fd7b4a770b61e44e47b480c62b3838b0bf1b11655dab5599245df70d699dffad51567a43fd289868584f3
7
- data.tar.gz: 9467188c10d3d0ebecba01021e0c26cad6a744fe3c361fdc792bf1501561132e0abc15992bfd9a5c77b8b9401a3d5db478ab2bf4c44d983ea9101b56e4b545ed
6
+ metadata.gz: fd130046675717a416b6f4044c99b4fa2eb07baed206736271f8ffe606fa7c6808b3f79149689034017ab227d0368f2b45c9a802bc1a4517057c24e9ba6299e3
7
+ data.tar.gz: a7ff74732774fbd571caafe7a10c316ab0b8415e37493cb550d6ddda53273bc1bf511d25779a39863307c9e2db3cb889c163980606e6be379ff3d771414a20ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.17.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -603,7 +603,7 @@ module Aws::QBusiness
603
603
  tracer: tracer
604
604
  )
605
605
  context[:gem_name] = 'aws-sdk-qbusiness'
606
- context[:gem_version] = '1.17.0'
606
+ context[:gem_version] = '1.18.0'
607
607
  Seahorse::Client::Request.new(handlers, context)
608
608
  end
609
609
 
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:qbusiness)
41
-
42
40
  module Aws::QBusiness
43
41
  # An API client for QBusiness. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -4157,7 +4155,7 @@ module Aws::QBusiness
4157
4155
  tracer: tracer
4158
4156
  )
4159
4157
  context[:gem_name] = 'aws-sdk-qbusiness'
4160
- context[:gem_version] = '1.17.0'
4158
+ context[:gem_version] = '1.18.0'
4161
4159
  Seahorse::Client::Request.new(handlers, context)
4162
4160
  end
4163
4161
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:qbusiness)
15
+
14
16
  # This module provides support for QBusiness. This module is available in the
15
17
  # `aws-sdk-qbusiness` gem.
16
18
  #
@@ -55,7 +57,7 @@ module Aws::QBusiness
55
57
  autoload :AsyncClient, 'aws-sdk-qbusiness/async_client'
56
58
  autoload :EventStreams, 'aws-sdk-qbusiness/event_streams'
57
59
 
58
- GEM_VERSION = '1.17.0'
60
+ GEM_VERSION = '1.18.0'
59
61
 
60
62
  end
61
63
 
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.17.0
4
+ version: 1.18.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core