aws-sdk-personalizeevents 1.34.0 → 1.35.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 +5 -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: 60fed3c386858c00eb8f4ee912015ece79279de99b48fcb596b7fd5822646c97
|
4
|
+
data.tar.gz: 18e03ef1cb781a6d2950a059a11d493e3778a67d4ce2ea54094d826621d3beb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f9f74fdb137d6c3ff711716b563098c81bdb9c8d1f6915868f463940600c7d530491ae75aea3337f9b14a8dfb645d7772124325913ca7ffc65de34cd2497265
|
7
|
+
data.tar.gz: a148180fec97a65dd2dfbf19aed96adcafd199c7fbd205d879ab317a4c9a49b9810cecb825e1993a33d7223610c89d3fec8c149f15371f8e1ac016942aa95aaf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.0
|
@@ -216,6 +216,10 @@ module Aws::PersonalizeEvents
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -537,7 +541,7 @@ module Aws::PersonalizeEvents
|
|
537
541
|
params: params,
|
538
542
|
config: config)
|
539
543
|
context[:gem_name] = 'aws-sdk-personalizeevents'
|
540
|
-
context[:gem_version] = '1.
|
544
|
+
context[:gem_version] = '1.35.0'
|
541
545
|
Seahorse::Client::Request.new(handlers, context)
|
542
546
|
end
|
543
547
|
|
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.35.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|