aws-sdk-personalizeevents 1.50.0 → 1.51.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-personalizeevents/client.rb +7 -1
- data/lib/aws-sdk-personalizeevents.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: b5c0598aa46ec5b5d77bf7bbdd191351d406c6ebbe55407a3d8f6320c81ce3b4
|
4
|
+
data.tar.gz: 593f288e14fa861de12c3a9a0ee3534c4a8549e3b9b1c12dc83a2f5fd76f6113
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b394a85d9fcf7d68f241180a7b56d15ccecbb544628a2b9dcd330f4641cfaa70377d0f618b672767a0898953f0d892348e338934fa9687dd3c8accc7b7824cd
|
7
|
+
data.tar.gz: 9b11ae617640a7c4b9f75137e28bfe64bb5b27367615ef95fa6c722ef47d0e967c617fe5015ef42c6db09eb8e841b53a4684b7e78b33a3c35964b90ac0558247
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
@@ -425,6 +425,12 @@ module Aws::PersonalizeEvents
|
|
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
|
#
|
@@ -689,7 +695,7 @@ module Aws::PersonalizeEvents
|
|
689
695
|
tracer: tracer
|
690
696
|
)
|
691
697
|
context[:gem_name] = 'aws-sdk-personalizeevents'
|
692
|
-
context[:gem_version] = '1.
|
698
|
+
context[:gem_version] = '1.51.0'
|
693
699
|
Seahorse::Client::Request.new(handlers, context)
|
694
700
|
end
|
695
701
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-personalizeevents
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.51.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
|