aws-sdk-personalizeevents 1.54.0 → 1.55.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: '04598328224f1ab71ac24c6fa3c470d2ae1678734d74c4ceffde2093ff89919e'
4
- data.tar.gz: 751dd7833c5292a00bf111d6b4021e546f21b43289a5519c0031a15517c7661e
3
+ metadata.gz: f9cb2730aa56697505273a7dc7cae25322a942520e3786b0bc5c8ac72024df8c
4
+ data.tar.gz: afccf07955ae27dda87fa1271905438c933076b1046698957c76a641e19c129a
5
5
  SHA512:
6
- metadata.gz: '039705c47f67b2026a6b88d5a31d90b5a559a72e000bc894b5261fad5e6fa48cc5330310f3ace65a3ebebd28601ea7e2bffd2964b136f6d44b9d16bd184a25d8'
7
- data.tar.gz: 62be7afd27bad7ef852490375986a191878ebf4a876d8f5e2762b96207eb0e3887a963a39c4554d181ff555927b858b01abb1c098a309a35d28ea38a2c0920cd
6
+ metadata.gz: '057827b034d987984c3a88b7eb0b4a41bbb67fcb6ed3da93acda73aba269d7c1c8a2b5f28edd18aa0dc2337d6ba9264c828c5c1c5344ac2c1f9769f165c5fa0b'
7
+ data.tar.gz: 44755ecc1bb6f0efc27f9b3db26e3b0c5ca6890438618ff13dbb8c9e17c00a035b26b30ba2c0218efa81d91a6114425ddf034408a0746a4c3b2680b46378ab40
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:personalizeevents)
40
-
41
39
  module Aws::PersonalizeEvents
42
40
  # An API client for PersonalizeEvents. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -701,7 +699,7 @@ module Aws::PersonalizeEvents
701
699
  tracer: tracer
702
700
  )
703
701
  context[:gem_name] = 'aws-sdk-personalizeevents'
704
- context[:gem_version] = '1.54.0'
702
+ context[:gem_version] = '1.55.0'
705
703
  Seahorse::Client::Request.new(handlers, context)
706
704
  end
707
705
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:personalizeevents)
15
+
14
16
  # This module provides support for Amazon Personalize Events. This module is available in the
15
17
  # `aws-sdk-personalizeevents` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::PersonalizeEvents
52
54
  autoload :EndpointProvider, 'aws-sdk-personalizeevents/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-personalizeevents/endpoints'
54
56
 
55
- GEM_VERSION = '1.54.0'
57
+ GEM_VERSION = '1.55.0'
56
58
 
57
59
  end
58
60
 
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.54.0
4
+ version: 1.55.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-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core