aws-sdk-personalizeevents 1.34.0 → 1.35.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: 90da6eccf88681de9b5a0cb0c7e314982a603bc6250c4c9f01802347ea7322b8
4
- data.tar.gz: 59cc7fb43eadd6d8c735fe7ebe4ad56a9a92d5bd159419a2f9ab884b4b682768
3
+ metadata.gz: 60fed3c386858c00eb8f4ee912015ece79279de99b48fcb596b7fd5822646c97
4
+ data.tar.gz: 18e03ef1cb781a6d2950a059a11d493e3778a67d4ce2ea54094d826621d3beb2
5
5
  SHA512:
6
- metadata.gz: aa065c789c5258e620d29d1faec1ca261e6de2b7531c7aefebd76ccd9b6c1801e7575b141d487bae87101ab62b63f80e2f2d52ccd82f21ea4581cae45c9d0958
7
- data.tar.gz: beea847517bedd7e9e88e81efed70ac78d357918d1ce58b8d0360083364f524c2f2d1932ac78db549db9a6947ef4fc3f287e1933c4f833d9ff1bc9be4c04b32c
6
+ metadata.gz: 2f9f74fdb137d6c3ff711716b563098c81bdb9c8d1f6915868f463940600c7d530491ae75aea3337f9b14a8dfb645d7772124325913ca7ffc65de34cd2497265
7
+ data.tar.gz: a148180fec97a65dd2dfbf19aed96adcafd199c7fbd205d879ab317a4c9a49b9810cecb825e1993a33d7223610c89d3fec8c149f15371f8e1ac016942aa95aaf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.34.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
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.34.0'
544
+ context[:gem_version] = '1.35.0'
541
545
  Seahorse::Client::Request.new(handlers, context)
542
546
  end
543
547
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-personalizeevents/customizations'
52
52
  # @!group service
53
53
  module Aws::PersonalizeEvents
54
54
 
55
- GEM_VERSION = '1.34.0'
55
+ GEM_VERSION = '1.35.0'
56
56
 
57
57
  end
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.34.0
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-06 00:00:00.000000000 Z
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