aws-sdk-personalizeevents 1.48.0 → 1.49.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-personalizeevents/client.rb +1 -1
- data/lib/aws-sdk-personalizeevents/types.rb +3 -3
- 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: 292caabc92ef0990f71346646d50320d50a244b2b76aa5212a845992937b10ec
|
|
4
|
+
data.tar.gz: a31660f5256bcaf01c9f3544c94ccdd2af2d79e00521639be644252e789d7c02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1f4babf99614e8be50ccf946b221503ed57654ca52ec65bd617fd4a92d38a2293f7d056d6f45a8c09071fb186ba439bafc08e0534ea31b75335e5cbc9617f33
|
|
7
|
+
data.tar.gz: a4214562d455e8aa0adc31aef1363c9ae4e72d77f805ced2ab571f8d91aae54a0f209ce66588865c1aaeb947bf13991cdbec908c1f9280b3ea4c517ca577e697
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
|
@@ -672,7 +672,7 @@ module Aws::PersonalizeEvents
|
|
|
672
672
|
params: params,
|
|
673
673
|
config: config)
|
|
674
674
|
context[:gem_name] = 'aws-sdk-personalizeevents'
|
|
675
|
-
context[:gem_version] = '1.
|
|
675
|
+
context[:gem_version] = '1.49.0'
|
|
676
676
|
Seahorse::Client::Request.new(handlers, context)
|
|
677
677
|
end
|
|
678
678
|
|
|
@@ -140,7 +140,7 @@ module Aws::PersonalizeEvents
|
|
|
140
140
|
:recommendation_id,
|
|
141
141
|
:impression,
|
|
142
142
|
:properties)
|
|
143
|
-
SENSITIVE = [:action_id, :user_id, :properties]
|
|
143
|
+
SENSITIVE = [:action_id, :user_id, :impression, :properties]
|
|
144
144
|
include Aws::Structure
|
|
145
145
|
end
|
|
146
146
|
|
|
@@ -259,7 +259,7 @@ module Aws::PersonalizeEvents
|
|
|
259
259
|
:recommendation_id,
|
|
260
260
|
:impression,
|
|
261
261
|
:metric_attribution)
|
|
262
|
-
SENSITIVE = [:item_id, :properties]
|
|
262
|
+
SENSITIVE = [:item_id, :properties, :impression]
|
|
263
263
|
include Aws::Structure
|
|
264
264
|
end
|
|
265
265
|
|
|
@@ -408,7 +408,7 @@ module Aws::PersonalizeEvents
|
|
|
408
408
|
:user_id,
|
|
409
409
|
:session_id,
|
|
410
410
|
:event_list)
|
|
411
|
-
SENSITIVE = [:user_id]
|
|
411
|
+
SENSITIVE = [:user_id, :event_list]
|
|
412
412
|
include Aws::Structure
|
|
413
413
|
end
|
|
414
414
|
|
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.49.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-07-
|
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|