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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qbusiness/async_client.rb +1 -1
- data/lib/aws-sdk-qbusiness/client.rb +1 -3
- data/lib/aws-sdk-qbusiness.rb +3 -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: df3576af5283dffd73b157ecacc3f5cde5b84401d9bbba5d0628573129ed472d
|
4
|
+
data.tar.gz: 9fd56c3da1bfa1449133ab60a0d487217fd14b8ed937f81532e17dfe3e85d124
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd130046675717a416b6f4044c99b4fa2eb07baed206736271f8ffe606fa7c6808b3f79149689034017ab227d0368f2b45c9a802bc1a4517057c24e9ba6299e3
|
7
|
+
data.tar.gz: a7ff74732774fbd571caafe7a10c316ab0b8415e37493cb550d6ddda53273bc1bf511d25779a39863307c9e2db3cb889c163980606e6be379ff3d771414a20ed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|
@@ -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.
|
4158
|
+
context[:gem_version] = '1.18.0'
|
4161
4159
|
Seahorse::Client::Request.new(handlers, context)
|
4162
4160
|
end
|
4163
4161
|
|
data/lib/aws-sdk-qbusiness.rb
CHANGED
@@ -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.
|
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.
|
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-
|
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
|