aws-sdk-personalizeevents 1.56.0 → 1.57.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 +1 -1
- data/lib/aws-sdk-personalizeevents/types.rb +6 -6
- 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: ecdbda9153ff1d3975401234539b1aedbc8d29d45761dda8386a7463a7db3ece
|
4
|
+
data.tar.gz: f1e4a09f6221980e8fd298b647ec64400a6f002f59660a304b9e659047af1908
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a48707446ff31739d3d1764ce9be8c4634aa95b4d338da956254e5960a76f69e7dc4b70597784ce8ed349bf89099c6d551b40a01cc5a6d75e2f192d5091ba34f
|
7
|
+
data.tar.gz: b4a6bf6bafa4b931142b0e3285b3c8f009312058bd72c0a44cb56ccf225205c570fcc001f21de0019cb95a1b8a5d03bea373d61aa645a660232762f3b3e67ba8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
@@ -24,7 +24,7 @@ module Aws::PersonalizeEvents
|
|
24
24
|
#
|
25
25
|
# @!attribute [rw] properties
|
26
26
|
# A string map of action-specific metadata. Each element in the map
|
27
|
-
# consists of a key-value pair. For example,
|
27
|
+
# consists of a key-value pair. For example, `{"value": "100"}`.
|
28
28
|
#
|
29
29
|
# The keys use camel case names that match the fields in the schema
|
30
30
|
# for the Actions dataset. In the previous example, the `value`
|
@@ -105,7 +105,7 @@ module Aws::PersonalizeEvents
|
|
105
105
|
#
|
106
106
|
# Each item in the map consists of a key-value pair. For example,
|
107
107
|
#
|
108
|
-
#
|
108
|
+
# `{"numberOfActions": "12"}`
|
109
109
|
#
|
110
110
|
# The keys use camel case names that match the fields in the Action
|
111
111
|
# interactions schema. In the above example, the `numberOfActions`
|
@@ -180,7 +180,7 @@ module Aws::PersonalizeEvents
|
|
180
180
|
#
|
181
181
|
# Each item in the map consists of a key-value pair. For example,
|
182
182
|
#
|
183
|
-
#
|
183
|
+
# `{"numberOfRatings": "12"}`
|
184
184
|
#
|
185
185
|
# The keys use camel case names that match the fields in the Item
|
186
186
|
# interactions dataset's schema. In the above example, the
|
@@ -290,8 +290,8 @@ module Aws::PersonalizeEvents
|
|
290
290
|
#
|
291
291
|
# @!attribute [rw] properties
|
292
292
|
# A string map of item-specific metadata. Each element in the map
|
293
|
-
# consists of a key-value pair. For example,
|
294
|
-
# "12"
|
293
|
+
# consists of a key-value pair. For example, `{"numberOfRatings":
|
294
|
+
# "12"}`.
|
295
295
|
#
|
296
296
|
# The keys use camel case names that match the fields in the schema
|
297
297
|
# for the Items dataset. In the previous example, the
|
@@ -488,7 +488,7 @@ module Aws::PersonalizeEvents
|
|
488
488
|
# @!attribute [rw] properties
|
489
489
|
# A string map of user-specific metadata. Each element in the map
|
490
490
|
# consists of a key-value pair. For example,
|
491
|
-
#
|
491
|
+
# `{"numberOfVideosWatched": "45"}`.
|
492
492
|
#
|
493
493
|
# The keys use camel case names that match the fields in the schema
|
494
494
|
# for the Users dataset. In the previous example, the
|
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.57.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|