aws-sdk-lexmodelbuildingservice 1.95.0 → 1.96.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: 58e9838f6947c6801a966bd786cef5356c57d6ce9d3fcb0453d40176409d9d1e
4
- data.tar.gz: e6f032742dd643c79864549974ffad6a274e59a7d42b17dac211042a036cce55
3
+ metadata.gz: d802e9d6956298b9d5e6bb8e126634536bc7c6c6259af65fa73d3feb205a5234
4
+ data.tar.gz: a6725d3e0ab79b9c55d08ac030648f726afc84a7e394e6b0598b70de339803ae
5
5
  SHA512:
6
- metadata.gz: 8359e6e99446c8f67f04f46555c18d936622d2b4169b101b0da6cbfa65aa27c0eed64fd24b6bdfedebf659fd3ed6c9aa73b9d3370752f605d0213323f2549d42
7
- data.tar.gz: 6b38db7d4adef1e7ef312b97ceac4d590a25c4e14c1d2b670727dbbc9ea0419eb289aea533340c5327fb95eb460a52d01d05a4aa40747053f145b028c5be0822
6
+ metadata.gz: fbd539eed414abe90f4f5dc50002c3892c3cad5fec0fd8a6a29ca382ce876e44bbd6b2169ec774bfaff153faea5cdb865bff572ff86dddbad20792504d8cb43b
7
+ data.tar.gz: 45f845cc8ae9abda144be13ca27bb3d0b470394d819a7631414367612e6cae9341fe16296311f4d7711fa93330c283bc0441c41b9f9a057291b86b46511b7c32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.95.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -4523,7 +4523,7 @@ module Aws::LexModelBuildingService
4523
4523
  tracer: tracer
4524
4524
  )
4525
4525
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
4526
- context[:gem_version] = '1.95.0'
4526
+ context[:gem_version] = '1.96.0'
4527
4527
  Seahorse::Client::Request.new(handlers, context)
4528
4528
  end
4529
4529
 
@@ -13,22 +13,22 @@ module Aws::LexModelBuildingService
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,
@@ -54,7 +54,7 @@ module Aws::LexModelBuildingService
54
54
  autoload :EndpointProvider, 'aws-sdk-lexmodelbuildingservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lexmodelbuildingservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.95.0'
57
+ GEM_VERSION = '1.96.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-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.95.0
4
+ version: 1.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services