aws-sdk-entityresolution 1.17.0 → 1.18.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: f166f19166cf7722b6d13e2b455b49635e6568ec2aea93f760911b311d912d60
4
- data.tar.gz: 57126b8a15e84dc71b4e4d8cfd2fbe2c25ae1141c882aabb378394a392a6367d
3
+ metadata.gz: 8530b02e8579426655d354d589c433fe832479ddfba7e2afd2ed2806b30aa3f6
4
+ data.tar.gz: 9fa564948be57db88f5973861fa0377f83b46e34d5135163d977150373cc42e2
5
5
  SHA512:
6
- metadata.gz: d002e1ce56becee2ecff257260b4069b9b128753943c4d5f0da45f6c4591c3b7c37a140149d315407a75a4a584761626138062e6a586ee48919b9c7733ddf387
7
- data.tar.gz: 650000e067e0660869add1f1becf5e4925abad712c99f59e9e85ee27a784407e93a97f2bfe8b0cbeb16d3ebc3a2c0d0c885ccd71e46e9568220d7bd99acbc83e
6
+ metadata.gz: ca101a62f32dadfc5fe156cf10f390ed2efc816dc3d8bd05c484d83509062d334c577aa6b431ab937c283d5ef5a2d69c1b926ea7535abd00c82a581258b92c87
7
+ data.tar.gz: 834dd7c6a528f02ad465e5848d1deb67bc43a15a9b72c27588dce071e7df179f0e6efe7af0660308381ee800805030c8f795f6b100166264f24813530803f2d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.17.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
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.17.0'
2598
+ context[:gem_version] = '1.18.0'
2593
2599
  Seahorse::Client::Request.new(handlers, context)
2594
2600
  end
2595
2601
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-entityresolution/customizations'
52
52
  # @!group service
53
53
  module Aws::EntityResolution
54
54
 
55
- GEM_VERSION = '1.17.0'
55
+ GEM_VERSION = '1.18.0'
56
56
 
57
57
  end
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.17.0
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-03 00:00:00.000000000 Z
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