aws-sdk-lex 1.85.0 → 1.86.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: 2ce8a1c9aefdc88f2457a541d55e0e34a97ad7f9da7b0a2fd529deab5b74aa60
4
- data.tar.gz: 682f25e2dea8690049ced03feb053e7a44b692163cecf80e058f808d02168285
3
+ metadata.gz: 162f49d1b0e32891fb18350ea8c18f60ab8d9ac8610ff888114e823294e84bef
4
+ data.tar.gz: 72a65aeba6b4cee0b7359c1a9dfdbcbfe9a890fad2ecee11d733afdbcf959de4
5
5
  SHA512:
6
- metadata.gz: 4f67dc5d004446c49e562c224a51da5572110636c87ac361122778f611f9afe4b11147f56f234802c55051505c299739828caf55212abd94e689551a2e7b39d7
7
- data.tar.gz: 1ab912e6bf1437d331a5abb657a0f5aa387341491c6a6fe7cadf2ab48d5b37cdcac887632401cf0225f5cb7a9f7a47984029f13f92f9d72ba26fc27a1c78e045
6
+ metadata.gz: 774d33bf8462c603946331ffd26b9cb2c674d8bbc24c25ff560f6d2d6a6a44e1f04d6b0db63b63f2a9c471c66760ef6523370c47c92f0a5cc424e87f2ff231c9
7
+ data.tar.gz: 8f50a906cd79930f35e5032d1ea4430c820a540fa950b1b6d57766f601dbec94e425342a1ca370aa1cb41cab9a5a8b73f14d872b9b4cef5f5df454139d7dc2d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.85.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -1278,7 +1278,7 @@ module Aws::Lex
1278
1278
  tracer: tracer
1279
1279
  )
1280
1280
  context[:gem_name] = 'aws-sdk-lex'
1281
- context[:gem_version] = '1.85.0'
1281
+ context[:gem_version] = '1.86.0'
1282
1282
  Seahorse::Client::Request.new(handlers, context)
1283
1283
  end
1284
1284
 
@@ -13,22 +13,22 @@ module Aws::Lex
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
data/lib/aws-sdk-lex.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Lex
54
54
  autoload :EndpointProvider, 'aws-sdk-lex/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lex/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services