aws-sdk-entityresolution 1.38.0 → 1.39.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: 16c18beef7adad20b1d05caa347dbf20f4aacdf1c2895e47a55ffb2240eaf08a
4
- data.tar.gz: 86775bd8ff42d14a7b8293ea77e14287f38cf6a4443007f4769921dfe4b3d6d1
3
+ metadata.gz: 117c0359c60652b8cb306da7834ce37df751f2c648d1edf210aea0e3f8652ee7
4
+ data.tar.gz: 51882a3d6ab464db066db17daf1ac7e66261a355b08106528ceecd45c82f29fd
5
5
  SHA512:
6
- metadata.gz: 57660543b471e5cc5628b32430b9aae1dd03ef1c94ae91e49480410f9e2b5ba4654ff6e575915ada3c5bff0c2cefba8ad2d81c80178ee48753dba1f582c3780b
7
- data.tar.gz: 00fa58a1e40837850636ec21012e142721ff71f21ce691630afd1a6098150ab57407624399a63c87b920b49029d1bd46cbdb7232136486538dba9408d8fb217a
6
+ metadata.gz: 0b66c1b2de7ac075d1c8096a6956cd8bbba831c1016cffdef7c1aa8709188de746082f1f20b358ae6c79905ed0d30bb1084e4e35f6f48325e6ef01de22b525d2
7
+ data.tar.gz: 2fa731ae026c10f93d0b999e31bc205168d6e3de31288e238fe652286ed7ca3cfd081462e476f2d646de95dc02d3086d6202962273f1e35b108dc8662d2ceacb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.38.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -2803,7 +2803,7 @@ module Aws::EntityResolution
2803
2803
  tracer: tracer
2804
2804
  )
2805
2805
  context[:gem_name] = 'aws-sdk-entityresolution'
2806
- context[:gem_version] = '1.38.0'
2806
+ context[:gem_version] = '1.39.0'
2807
2807
  Seahorse::Client::Request.new(handlers, context)
2808
2808
  end
2809
2809
 
@@ -13,22 +13,22 @@ module Aws::EntityResolution
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::EntityResolution
54
54
  autoload :EndpointProvider, 'aws-sdk-entityresolution/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-entityresolution/endpoints'
56
56
 
57
- GEM_VERSION = '1.38.0'
57
+ GEM_VERSION = '1.39.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-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services