aws-sdk-chatbot 1.23.0 → 1.24.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chatbot/client.rb +2 -3
- data/lib/aws-sdk-chatbot.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fa231293f88a05eeadd1f386419dfe64ee04c3b74369453addd4ebe77179c90
|
4
|
+
data.tar.gz: 3fc7697c7740a19f272d40a63bb272fc18cd2073af40e0fe549760c3a8692eab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c97cd5bd96b0283635e0e31e9c0482e8e97cbd32aaa2675ac9068fc99c25ed13d90d9754e738875945e7d7f0568044b17a92048e2a8a04da4a101fac00c9cdd
|
7
|
+
data.tar.gz: dcc40de7cc7bfb6a57c7a1b5ccd37398391f5ca1944f40235abf8383d82ca910cc5b6e2b0325a904516fdf90043c749fa08d3549fb29b0d33f28fdcc5dd05014
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
@@ -200,8 +200,7 @@ module Aws::Chatbot
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -2326,7 +2325,7 @@ module Aws::Chatbot
|
|
2326
2325
|
tracer: tracer
|
2327
2326
|
)
|
2328
2327
|
context[:gem_name] = 'aws-sdk-chatbot'
|
2329
|
-
context[:gem_version] = '1.
|
2328
|
+
context[:gem_version] = '1.24.0'
|
2330
2329
|
Seahorse::Client::Request.new(handlers, context)
|
2331
2330
|
end
|
2332
2331
|
|
data/lib/aws-sdk-chatbot.rb
CHANGED