aws-sdk-entityresolution 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-entityresolution/client.rb +7 -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: 8530b02e8579426655d354d589c433fe832479ddfba7e2afd2ed2806b30aa3f6
|
4
|
+
data.tar.gz: 9fa564948be57db88f5973861fa0377f83b46e34d5135163d977150373cc42e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca101a62f32dadfc5fe156cf10f390ed2efc816dc3d8bd05c484d83509062d334c577aa6b431ab937c283d5ef5a2d69c1b926ea7535abd00c82a581258b92c87
|
7
|
+
data.tar.gz: 834dd7c6a528f02ad465e5848d1deb67bc43a15a9b72c27588dce071e7df179f0e6efe7af0660308381ee800805030c8f795f6b100166264f24813530803f2d3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.18.0
|
@@ -425,6 +425,12 @@ module Aws::EntityResolution
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
427
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
428
434
|
# @option options [Float] :ssl_timeout
|
429
435
|
# Sets the SSL timeout in seconds
|
430
436
|
#
|
@@ -2589,7 +2595,7 @@ module Aws::EntityResolution
|
|
2589
2595
|
tracer: tracer
|
2590
2596
|
)
|
2591
2597
|
context[:gem_name] = 'aws-sdk-entityresolution'
|
2592
|
-
context[:gem_version] = '1.
|
2598
|
+
context[:gem_version] = '1.18.0'
|
2593
2599
|
Seahorse::Client::Request.new(handlers, context)
|
2594
2600
|
end
|
2595
2601
|
|
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.18.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-09-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|