aws-sdk-personalizeevents 1.75.0 → 1.76.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: 0e1a6e8d524007c60caaa3cadf27cf6a03bc460d2d2f922ae389a7a6dc5de55e
4
- data.tar.gz: f7bfa70ff1dd31b17ee27533879355aeae1cbc7169d068f81e938304871e596d
3
+ metadata.gz: 34d34c1c1ece8d452ff37f3ac227cde377cbc2d2064a8b3e8dde3c49f1cc42d5
4
+ data.tar.gz: 23d49aa35f0bbd363ceb927b01798a4b34fa8efb72e81ef0651ff261ed8e69e3
5
5
  SHA512:
6
- metadata.gz: eea8bf9843709c9010f19ddc2090cc0f29d6c15812c89b7ea27ca3bce93ae7688030a0f81b57da78614c3a31679a2930d070653bb1919cd670a61aed9ac41e56
7
- data.tar.gz: fa7634fe70224e3d572c80ccc6135ee94bda0f684142b574f0fc49ed673eaaed6f9b9d027b49b02419be192eb54a072c4737de41c25d9fb40b16f929363e4326
6
+ metadata.gz: 9b81b852f83cc320cbe913acdd1f16fefe654734e868d81c771b4b3880a9fb7d19fd513ab44efbbaa54daec0fb7dd0146d13535903e9ffdd3afba1bdb50e64cb
7
+ data.tar.gz: f86c44acc8a46c7ceea559c8e35e0d9454631cd9c704e2fa3baf12a9dd605d87a1a61e59ba9461b67858261af29c3b7b7a976e434d4c42f7947c388cdc5599b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.75.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -728,7 +728,7 @@ module Aws::PersonalizeEvents
728
728
  tracer: tracer
729
729
  )
730
730
  context[:gem_name] = 'aws-sdk-personalizeevents'
731
- context[:gem_version] = '1.75.0'
731
+ context[:gem_version] = '1.76.0'
732
732
  Seahorse::Client::Request.new(handlers, context)
733
733
  end
734
734
 
@@ -54,7 +54,7 @@ module Aws::PersonalizeEvents
54
54
  autoload :EndpointProvider, 'aws-sdk-personalizeevents/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-personalizeevents/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -92,7 +92,7 @@ module Aws
92
92
  recommendation_id: ::String?,
93
93
  impression: Array[::String]?,
94
94
  properties: ::String?
95
- },
95
+ }
96
96
  ]
97
97
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
98
98
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -104,7 +104,7 @@ module Aws
104
104
  {
105
105
  action_id: ::String,
106
106
  properties: ::String?
107
- },
107
+ }
108
108
  ]
109
109
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
110
110
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -127,7 +127,7 @@ module Aws
127
127
  metric_attribution: {
128
128
  event_attribution_source: ::String
129
129
  }?
130
- },
130
+ }
131
131
  ]
132
132
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
133
133
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -139,7 +139,7 @@ module Aws
139
139
  {
140
140
  item_id: ::String,
141
141
  properties: ::String?
142
- },
142
+ }
143
143
  ]
144
144
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
145
145
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -151,7 +151,7 @@ module Aws
151
151
  {
152
152
  user_id: ::String,
153
153
  properties: ::String?
154
- },
154
+ }
155
155
  ]
156
156
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
157
157
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-personalizeevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services