aws-sdk-entityresolution 1.15.0 → 1.16.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-entityresolution/client.rb +1 -1
- data/lib/aws-sdk-entityresolution.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 382565b43dab9a0dc61363c222ab67a548ab01c65d2c6f223283477f376f482a
|
|
4
|
+
data.tar.gz: 5d2ed05ff27bbe2c3dde51c3a046604a0b9f41673ce050c4dc18277d0e17b7dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5567b7af3645455ef7f33b96a25db87f674f004ef6faf959a617b02abdd91589e57583b82222a6fa76fca3bffc8951a00913cf6525451f272184481d079570f
|
|
7
|
+
data.tar.gz: 3ec0a882d0c7de0447c93772981ba147f8a0db9327d4b602a659fcf1897315476cf14428e26895d7e98963f8f8ce1aae51efb96c9a5467ac1fbea23a29015db5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
|
@@ -2572,7 +2572,7 @@ module Aws::EntityResolution
|
|
|
2572
2572
|
params: params,
|
|
2573
2573
|
config: config)
|
|
2574
2574
|
context[:gem_name] = 'aws-sdk-entityresolution'
|
|
2575
|
-
context[:gem_version] = '1.
|
|
2575
|
+
context[:gem_version] = '1.16.0'
|
|
2576
2576
|
Seahorse::Client::Request.new(handlers, context)
|
|
2577
2577
|
end
|
|
2578
2578
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-entityresolution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.16.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: 2024-
|
|
11
|
+
date: 2024-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|