aws-sdk-lex 1.55.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 588a26005cbb57f55ac841ac701d53fc99058cf077852a0c342dc3e92d826f59
4
- data.tar.gz: fcfd9cb1337fd161ba4ad6a75787a05525f8accbfe1e16c0ea21435fd8f0240c
3
+ metadata.gz: 9290f1ab2c4463f614ff04e14b19eca0dd4b92659d916f46472c92421f3b99e5
4
+ data.tar.gz: 2922733abec7d5522ee77f37290a5fff2ef1f02cda7d94525fa6f0e7a9f4c64b
5
5
  SHA512:
6
- metadata.gz: de8af9bd49b07d79daa92bfc069c531c42e45e6cb9adf7830a6bd77aab55c28ea098e30073ce7f02e36da7bdfd49d25f3096d2b87136c675a67a3b85740f44b0
7
- data.tar.gz: 37730748a871cbdaeb37b7aa5d8da41df406d207eb795370c81de54ceddae32df7eb1172a1b2bbf9b0218c4e6ac1fff2cce8bac4f0feb4808e58b39edca8cfc7
6
+ metadata.gz: 59fb5e1590e05fc11d29123cb7eb3b181600cb25764ac89556f9bd5699cd8ee7bd5a3de24a3fa055209901b9fe24a3f9e379837ff5d65dbd596af2c31c33e623
7
+ data.tar.gz: cbafdb55908ecc0b6891f5d2f1cc0c377803a88588ed1c738f418f8676690f6d7103354cf7ddb3b45adad73741a2063a883d6b49e9c8ead945522095d76f3a38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.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.55.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -1189,7 +1189,7 @@ module Aws::Lex
1189
1189
  params: params,
1190
1190
  config: config)
1191
1191
  context[:gem_name] = 'aws-sdk-lex'
1192
- context[:gem_version] = '1.55.0'
1192
+ context[:gem_version] = '1.56.0'
1193
1193
  Seahorse::Client::Request.new(handlers, context)
1194
1194
  end
1195
1195
 
@@ -25,16 +25,17 @@ module Aws::Lex
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
 
data/lib/aws-sdk-lex.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lex/customizations'
52
52
  # @!group service
53
53
  module Aws::Lex
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.56.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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-22 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