aws-sdk-lexruntimev2 1.28.0 → 1.29.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: 1367fb6766b04e8135a6eea2c652974969b7d9f880cdb3fa7797af23bc119abd
4
- data.tar.gz: 534d2795267a363d69392634764550c44d2f26c248ada80d2b9c5cbae50e76d3
3
+ metadata.gz: 59026ec64e5bfc0676d3cc24bc1af00a107a9ae144eec1c3ce6799f157233d3c
4
+ data.tar.gz: b2d21ddfaf9c2a6ac55f1f95d2293105c179420d01ec62ec247d8a55be492572
5
5
  SHA512:
6
- metadata.gz: 459407cea3693994405560c9d578b355f172866779956f45977ba34f93e631a652240ce09485aef9508bf161567bc1938cc134c6a114de203b6c4f4810dd3941
7
- data.tar.gz: 72640ed414ef83958732271d396bffde4dfac6b13c346f792c58aed9778dbe5411c21762326b762949298887ee0d30a4cc21933393edf80b4669ea11234ffa67
6
+ metadata.gz: d26b85aacf705eaaef863419123f8d8def30d0dce101edf2c64594c8c1c2391157ade6b5ac4878b13f3bdce6d3ed5a7321647752651917e39194329541e87cd9
7
+ data.tar.gz: 36e3d4a30cc59f40db30e31510c18d4889d5e3190e02b0ba09e68778680a331bddd07fe38c86b5932ade8a18e0df88b0d6f6118b1580250a2cb9103264242cd6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.28.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -688,7 +688,7 @@ module Aws::LexRuntimeV2
688
688
  http_response: Seahorse::Client::Http::AsyncResponse.new,
689
689
  config: config)
690
690
  context[:gem_name] = 'aws-sdk-lexruntimev2'
691
- context[:gem_version] = '1.28.0'
691
+ context[:gem_version] = '1.29.0'
692
692
  Seahorse::Client::Request.new(handlers, context)
693
693
  end
694
694
 
@@ -1169,7 +1169,7 @@ module Aws::LexRuntimeV2
1169
1169
  params: params,
1170
1170
  config: config)
1171
1171
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1172
- context[:gem_version] = '1.28.0'
1172
+ context[:gem_version] = '1.29.0'
1173
1173
  Seahorse::Client::Request.new(handlers, context)
1174
1174
  end
1175
1175
 
@@ -25,16 +25,17 @@ module Aws::LexRuntimeV2
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-lexruntimev2/event_streams'
54
54
  # @!group service
55
55
  module Aws::LexRuntimeV2
56
56
 
57
- GEM_VERSION = '1.28.0'
57
+ GEM_VERSION = '1.29.0'
58
58
 
59
59
  end
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.28.0
4
+ version: 1.29.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: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core