aws-sdk-personalizeruntime 1.57.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab73d5a4722c762489ebd4b3aff8fb68c2043d7a5524fc4499b2d46276342086
4
- data.tar.gz: 8fa464192c4c3185bc869d159bafe7f5dbad1d6359a9a5e4c559f602e815286b
3
+ metadata.gz: 2457e7c6bba0c523eb1e127ca9b32fdac4873cbbea848288a00a613aad3b4646
4
+ data.tar.gz: 52c36ed2508494575472f59b436c634403fa59264f9fa2296da0fa41e52460b7
5
5
  SHA512:
6
- metadata.gz: 5d9fbc610596ecbcff3d3490c2f137122bd27332401246e550a0ce2aa31208b74b255d5a63f2c9484c6693c5b95000308761a8d2c675673e206ec468517f7b19
7
- data.tar.gz: 6b449791ab87b7b717bdf5159e845ef3b2ee599ccbf14f093a1bd9c875ade1a5461a22548b4995cd529978e5da41043b17f27b02e96c05af114aec2d5579d382
6
+ metadata.gz: efaf2a7402d0e5f140903d0fcd5109b62372e6836cbd5b4029a6c527803538a24ad353b82c2e7d7233186e1bb2c4b318a5614727ad8846e2d8405d463897abdf
7
+ data.tar.gz: ff52abac4ae9f2388087d295f82239c52c1de98872b73676996aafaadaf880daee300cf6a8d7154cc32a724531446899affc98ca0be06cebcdc1634069015d72
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.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.57.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -425,6 +425,12 @@ module Aws::PersonalizeRuntime
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
  #
@@ -819,7 +825,7 @@ module Aws::PersonalizeRuntime
819
825
  tracer: tracer
820
826
  )
821
827
  context[:gem_name] = 'aws-sdk-personalizeruntime'
822
- context[:gem_version] = '1.57.0'
828
+ context[:gem_version] = '1.58.0'
823
829
  Seahorse::Client::Request.new(handlers, context)
824
830
  end
825
831
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-personalizeruntime/customizations'
52
52
  # @!group service
53
53
  module Aws::PersonalizeRuntime
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-personalizeruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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