aws-sdk-lexruntimev2 1.57.0 → 1.58.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: 81204c43ce144a1e53139bcec092f097aa008c4fef8bcaf59c7a05db18449bd0
4
- data.tar.gz: 389f4b4dcdd6ae3fe556ed7311dbad35061604b35262b1105728c475bf90d477
3
+ metadata.gz: e3b92b35fd46835c71da3a185e5f644f77ce642d19bce2f7f10178033a668a84
4
+ data.tar.gz: 90ad3c1a1fc0c133ee5139e076fb1d59613b1352fc4f191a2edd315596fce526
5
5
  SHA512:
6
- metadata.gz: 4acaf290d6b4bca10c53423c506cf56306700f8d895f33db0c7c54147ab074f89844408a38b358e4c5b2ee2d586ffbc02218524c4eda93d5a85e989fc239cbc2
7
- data.tar.gz: 30c90223743dbeb3d89647617cc22f6141c6d697bf43aadf3780672dcc20f6ee99fb0f98377a2bb0c3f047856f0e5a64af79a809a52ec4d5586e96c0cb7a9282
6
+ metadata.gz: b3c4d32a79569aa11dd55c663fac81a84e3f3aa44dc4988e4f73b7cfcc4f4809866e94c511039660da40a4dff45e2d8433d732b9a41693c35e389fd5f49e9263
7
+ data.tar.gz: 107a0365c16ced75e67a1ac3e587028cc89c86b5b4971d4876e33d0e5ed6b041822ec44923b1d76e04415d3e79e17f22d9408d11926d00af6c7d42b13d6ab2ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.57.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -825,7 +825,7 @@ module Aws::LexRuntimeV2
825
825
  tracer: tracer
826
826
  )
827
827
  context[:gem_name] = 'aws-sdk-lexruntimev2'
828
- context[:gem_version] = '1.57.0'
828
+ context[:gem_version] = '1.58.0'
829
829
  Seahorse::Client::Request.new(handlers, context)
830
830
  end
831
831
 
@@ -1260,7 +1260,7 @@ module Aws::LexRuntimeV2
1260
1260
  tracer: tracer
1261
1261
  )
1262
1262
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1263
- context[:gem_version] = '1.57.0'
1263
+ context[:gem_version] = '1.58.0'
1264
1264
  Seahorse::Client::Request.new(handlers, context)
1265
1265
  end
1266
1266
 
@@ -56,7 +56,7 @@ module Aws::LexRuntimeV2
56
56
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
57
57
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
58
58
 
59
- GEM_VERSION = '1.57.0'
59
+ GEM_VERSION = '1.58.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services