aws-sdk-lexruntimev2 1.51.0 → 1.52.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: 5a9bb1e2432e47223a4008fc3444c5e9db1ba27bb5cd8e972b20b7f2d0cd8e35
4
- data.tar.gz: 38d695025ded22af20d4611abe76dbcf8b847cf67acd25d7ee1d7c6cb5bf2cf9
3
+ metadata.gz: 11388dcf4fc65a9228fbbc6557a4e118a3fc4a4dbb101c9adc896f6fc3ced5f6
4
+ data.tar.gz: '04208b544fdc7a3773176f23a663512e32818581239eb662d54cf4659035438a'
5
5
  SHA512:
6
- metadata.gz: d885e87ee921d7badfa6328bad1d2514c798e4b77c3563d33e2534474fe2f65a80584f0eb7992fc4199eb27c239b70757385768283eaf40fe964092b69d375d6
7
- data.tar.gz: bd93e2eaf88e87335450609b4172b6c6f5729bdbdb2d078a3b5e75157462b940dd00d77cde396e2180f086eb2e9fe520d64107ab5c8909d04fcab8faf0e414cf
6
+ metadata.gz: d92ce0484b53892e2b14f9e65f855be3724fd6ff67bd64faf6ed013f68addee5ca8c3ab35f7040f81df66192b0871d40e6519f64e2312e36dbee058e940418e4
7
+ data.tar.gz: 985f31cade9bf8533437df09ff2ad1420c5bbce2382f30857bd8e39194b6e3b49fa2c6a366042b8f18394bf48a64ec33210c214f469ef6eaccc36f27ea999f66
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.51.0 (2025-04-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -818,7 +818,7 @@ module Aws::LexRuntimeV2
818
818
  tracer: tracer
819
819
  )
820
820
  context[:gem_name] = 'aws-sdk-lexruntimev2'
821
- context[:gem_version] = '1.51.0'
821
+ context[:gem_version] = '1.52.0'
822
822
  Seahorse::Client::Request.new(handlers, context)
823
823
  end
824
824
 
@@ -1254,7 +1254,7 @@ module Aws::LexRuntimeV2
1254
1254
  tracer: tracer
1255
1255
  )
1256
1256
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1257
- context[:gem_version] = '1.51.0'
1257
+ context[:gem_version] = '1.52.0'
1258
1258
  Seahorse::Client::Request.new(handlers, context)
1259
1259
  end
1260
1260
 
@@ -463,7 +463,7 @@ module Aws::LexRuntimeV2
463
463
  "endpointPrefix" => "runtime-v2-lex",
464
464
  "jsonVersion" => "1.1",
465
465
  "protocol" => "rest-json",
466
- "protocolSettings" => {"h2"=>"eventstream"},
466
+ "protocolSettings" => {"h2" => "eventstream"},
467
467
  "protocols" => ["rest-json"],
468
468
  "serviceAbbreviation" => "Lex Runtime V2",
469
469
  "serviceFullName" => "Amazon Lex Runtime V2",
@@ -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.51.0'
59
+ GEM_VERSION = '1.52.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -80,7 +79,6 @@ licenses:
80
79
  metadata:
81
80
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lexruntimev2
82
81
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lexruntimev2/CHANGELOG.md
83
- post_install_message:
84
82
  rdoc_options: []
85
83
  require_paths:
86
84
  - lib
@@ -95,8 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
93
  - !ruby/object:Gem::Version
96
94
  version: '0'
97
95
  requirements: []
98
- rubygems_version: 3.4.10
99
- signing_key:
96
+ rubygems_version: 3.6.7
100
97
  specification_version: 4
101
98
  summary: AWS SDK for Ruby - Lex Runtime V2
102
99
  test_files: []