aws-sdk-chatbot 1.15.0 → 1.16.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-chatbot/client.rb +1 -3
- data/lib/aws-sdk-chatbot.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: adb0a3323526a2a964abe6054bcaad89361ed59aefbb03ae336e93fefc9bfc66
|
4
|
+
data.tar.gz: bbcd9288d1730f7fcffb6d46dc61d7a3fdd8ec9e7892a4f8f3abda2ed6f14a7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b64b809f96b28117d89a11af4cc0ce189e71fa5044e0e4d632604e6f5eb40d0951d6e26a06c4dcc9e16b20e7c18c6d07fb2be931b3db441b53267eef016c442
|
7
|
+
data.tar.gz: 0b7c03405525684882af5efa69d80ace8fa61afe30d63b6e4109832bdfc24a8d768133aae1dac4a54f25679735fd7cfe1684694d0156bcef0dd64edc4dc868f2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:chatbot)
|
40
|
-
|
41
39
|
module Aws::Chatbot
|
42
40
|
# An API client for Chatbot. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1787,7 +1785,7 @@ module Aws::Chatbot
|
|
1787
1785
|
tracer: tracer
|
1788
1786
|
)
|
1789
1787
|
context[:gem_name] = 'aws-sdk-chatbot'
|
1790
|
-
context[:gem_version] = '1.
|
1788
|
+
context[:gem_version] = '1.16.0'
|
1791
1789
|
Seahorse::Client::Request.new(handlers, context)
|
1792
1790
|
end
|
1793
1791
|
|
data/lib/aws-sdk-chatbot.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(:chatbot)
|
15
|
+
|
14
16
|
# This module provides support for AWS Chatbot. This module is available in the
|
15
17
|
# `aws-sdk-chatbot` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::Chatbot
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-chatbot/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-chatbot/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.16.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-chatbot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.16.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
|