aws-sdk-lexruntimev2 1.43.0 → 1.44.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: 31226168d5f7747052447bab9e8c4f568d2dfd100dc895d2275cf71db0ca0739
4
- data.tar.gz: 26d0393bf06d96930ce07c2b881b63846960e4095cc82f9c799032e387be9772
3
+ metadata.gz: fa8a839d042f1c8230946c70f45b59074660d5e7aa8b481a71faf501b44ccc48
4
+ data.tar.gz: ff9ba06895c3fce921bc852aee0c4c88a8c212b26669de8e27c3339cb82aea9e
5
5
  SHA512:
6
- metadata.gz: '081400dfbc7373bdd49c4f11b7ba22aafb6a2a7c2f8989d6466605ba7bbd0b59a28272a36e3076bb498ae6e1bfcba1fd6b77e6c42d5239d06f66c609b6a94b9f'
7
- data.tar.gz: 1dd4fc9c0cd6371d5076679dde39a0ae7f663b54c3a75e07beb67be68dbd043ac836dc0b9e8326fa011e2d12d676d8efa7da29da09b74af78706906e302ea356
6
+ metadata.gz: 4d5b0af22f49c4e7e9e9f18f354d2e9cfd5211f0618c18b796907c92dd65073de9b7d7cabdce6667584debcdd7a6928e48cd6d5189853e1e76ce354df766f889
7
+ data.tar.gz: e1cc4208978298dfd0976196c2b94b081e58e2024154155f752873e63b3614aaf87f0649792834b3ce4075d3a9c6c4723c67df15c15212b036dd4d7ff747f5f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -765,7 +765,7 @@ module Aws::LexRuntimeV2
765
765
  tracer: tracer
766
766
  )
767
767
  context[:gem_name] = 'aws-sdk-lexruntimev2'
768
- context[:gem_version] = '1.43.0'
768
+ context[:gem_version] = '1.44.0'
769
769
  Seahorse::Client::Request.new(handlers, context)
770
770
  end
771
771
 
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:lexruntimev2)
41
-
42
40
  module Aws::LexRuntimeV2
43
41
  # An API client for LexRuntimeV2. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -1235,7 +1233,7 @@ module Aws::LexRuntimeV2
1235
1233
  tracer: tracer
1236
1234
  )
1237
1235
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1238
- context[:gem_version] = '1.43.0'
1236
+ context[:gem_version] = '1.44.0'
1239
1237
  Seahorse::Client::Request.new(handlers, context)
1240
1238
  end
1241
1239
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:lexruntimev2)
15
+
14
16
  # This module provides support for Amazon Lex Runtime V2. This module is available in the
15
17
  # `aws-sdk-lexruntimev2` gem.
16
18
  #
@@ -54,7 +56,7 @@ module Aws::LexRuntimeV2
54
56
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
55
57
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
56
58
 
57
- GEM_VERSION = '1.43.0'
59
+ GEM_VERSION = '1.44.0'
58
60
 
59
61
  end
60
62
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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-23 00:00:00.000000000 Z
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