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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33c99f57f13e36ecd2b2321ad81329e711f1782abf8e1248e09b670db335a0c3
4
- data.tar.gz: decf2b1f7e345e6f5e708373c75f4d225ba8ef4cbb9e7ad1fb7585618aedef27
3
+ metadata.gz: ecdbda9153ff1d3975401234539b1aedbc8d29d45761dda8386a7463a7db3ece
4
+ data.tar.gz: f1e4a09f6221980e8fd298b647ec64400a6f002f59660a304b9e659047af1908
5
5
  SHA512:
6
- metadata.gz: 1ebd8090101dfff4f2678fceaccfb689a0006c448dd7b11b9ca304f96036d8e6c045976765f56cb1cfb0a7a929489f599fe197e34370820117786ead864e6ce1
7
- data.tar.gz: 204f9ec8259e6a31c8bc5a703c672c63c0a5ae0e0c10bd003a0c7e8b224afd5817cee6087f4b93c54aecdda0974a99c4085a5e8df19e3bc3b35f20aecc27333c
6
+ metadata.gz: a48707446ff31739d3d1764ce9be8c4634aa95b4d338da956254e5960a76f69e7dc4b70597784ce8ed349bf89099c6d551b40a01cc5a6d75e2f192d5091ba34f
7
+ data.tar.gz: b4a6bf6bafa4b931142b0e3285b3c8f009312058bd72c0a44cb56ccf225205c570fcc001f21de0019cb95a1b8a5d03bea373d61aa645a660232762f3b3e67ba8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.56.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -699,7 +699,7 @@ module Aws::PersonalizeEvents
699
699
  tracer: tracer
700
700
  )
701
701
  context[:gem_name] = 'aws-sdk-personalizeevents'
702
- context[:gem_version] = '1.56.0'
702
+ context[:gem_version] = '1.57.0'
703
703
  Seahorse::Client::Request.new(handlers, context)
704
704
  end
705
705
 
@@ -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, `\{"value": "100"\}`.
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
- # `\{"numberOfActions": "12"\}`
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
- # `\{"numberOfRatings": "12"\}`
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, `\{"numberOfRatings":
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
- # `\{"numberOfVideosWatched": "45"\}`.
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
@@ -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.56.0'
57
+ GEM_VERSION = '1.57.0'
58
58
 
59
59
  end
60
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.56.0
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-10-18 00:00:00.000000000 Z
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