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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a43c43b83d42857f16c81624e21459f620b67a29463560d0d123f9aa12f265c
4
- data.tar.gz: 1f5e0f532308f92f90808d5a5f8800857dea9defb54ad1f49d01fb916b9b5d17
3
+ metadata.gz: 9fa231293f88a05eeadd1f386419dfe64ee04c3b74369453addd4ebe77179c90
4
+ data.tar.gz: 3fc7697c7740a19f272d40a63bb272fc18cd2073af40e0fe549760c3a8692eab
5
5
  SHA512:
6
- metadata.gz: 53193c6126ead67aad70bbdfed17b455bbaedb5e820d175f1cbe5408477b69615122f6fa4a1c306b416b611895c3504e1db301b37390b8e316261ef6115dc3e5
7
- data.tar.gz: d92d37ce550278a6ad69db19f75b61eef036f8dd338e1fac3c40ebc6a967845251e29390eb05a756bab6b6cfd2f51b027da26a032f1c4df30f4dfa020ef3f40a
6
+ metadata.gz: 0c97cd5bd96b0283635e0e31e9c0482e8e97cbd32aaa2675ac9068fc99c25ed13d90d9754e738875945e7d7f0568044b17a92048e2a8a04da4a101fac00c9cdd
7
+ data.tar.gz: dcc40de7cc7bfb6a57c7a1b5ccd37398391f5ca1944f40235abf8383d82ca910cc5b6e2b0325a904516fdf90043c749fa08d3549fb29b0d33f28fdcc5dd05014
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
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
- # Set to true to disable SDK automatically adding host prefix
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.23.0'
2328
+ context[:gem_version] = '1.24.0'
2330
2329
  Seahorse::Client::Request.new(handlers, context)
2331
2330
  end
2332
2331
 
@@ -54,7 +54,7 @@ module Aws::Chatbot
54
54
  autoload :EndpointProvider, 'aws-sdk-chatbot/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chatbot/endpoints'
56
56
 
57
- GEM_VERSION = '1.23.0'
57
+ GEM_VERSION = '1.24.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chatbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services