aws-sdk-lexruntimev2 1.59.0 → 1.60.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: 1ff2001b73f4b8650c8d9f205ab2d0a2bd6cf07f0d82016432ac56c39a9382e0
4
- data.tar.gz: 4018780cf5cd275af7b42b51c19d7fc40572fcc0e71389a0d4ea2a812da402b4
3
+ metadata.gz: 5f11e5f0680832516450fc89960df57343b7352e34f960ee4824abfe706facda
4
+ data.tar.gz: 0ba1029bb7b77c04acc6565524248862ea6c1f57f1add6551875daf25a7ea674
5
5
  SHA512:
6
- metadata.gz: 0b1b728b7870e03f761956f455c716bba0c3e9a75a9048f4a92945f68ccd8a1eb3f45137f71efe361ae7b046508ec0e8235e2c845d64451d613049c1c62a61dc
7
- data.tar.gz: 833ad8d538d67974ad7fc931bd7baae62a3d27d7408cc94f5e4afe7c90842df5a1c85137f3e97178c9300a37deee6e1e5a0ad6fcf08d707e90cb47c13eb431d9
6
+ metadata.gz: a44da2f92a88d5c6444d8c6ef6429f9ae8861b0c4ddbf9d099b41aa5db9ea020e0ca73977c38d9e24e92de1db7fafd64aaaae7739df164aed872c7641b89646a
7
+ data.tar.gz: 0c1c8198a72134e3d2d884fd153fcbfe3503aad7c481b09cb4b4a8f107623fe8716f0415e3f6f0f0370da2d3e8a00d46b2820217da86656791579f4304258c2c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.59.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -825,7 +825,7 @@ module Aws::LexRuntimeV2
825
825
  tracer: tracer
826
826
  )
827
827
  context[:gem_name] = 'aws-sdk-lexruntimev2'
828
- context[:gem_version] = '1.59.0'
828
+ context[:gem_version] = '1.60.0'
829
829
  Seahorse::Client::Request.new(handlers, context)
830
830
  end
831
831
 
@@ -1260,7 +1260,7 @@ module Aws::LexRuntimeV2
1260
1260
  tracer: tracer
1261
1261
  )
1262
1262
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1263
- context[:gem_version] = '1.59.0'
1263
+ context[:gem_version] = '1.60.0'
1264
1264
  Seahorse::Client::Request.new(handlers, context)
1265
1265
  end
1266
1266
 
@@ -13,22 +13,22 @@ module Aws::LexRuntimeV2
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,
@@ -56,7 +56,7 @@ module Aws::LexRuntimeV2
56
56
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
57
57
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
58
58
 
59
- GEM_VERSION = '1.59.0'
59
+ GEM_VERSION = '1.60.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services