aws-sdk-personalizeevents 1.60.0 → 1.61.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/client_api.rb +5 -5
- data/lib/aws-sdk-personalizeevents.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15f77411d0366bc193e23fada20b144ec6090f1799ead5be3e7e05b209983a14
|
4
|
+
data.tar.gz: 153f703cadba318c25d914a836e9da5d13f69373f568f83f54e699ff8e194a64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8e8e96602f80ceda38e39c1dd4067cc3952491caacb953783b3d29b3875cde00dc9245e4e3c2bd42df804cfa3681a6fb8fb9fbdbef63acfb927407d46e0638f
|
7
|
+
data.tar.gz: 2a1eff1d0a7ac24e5fe784620d8d436b5e1d80fb78ddbc6e4b45139e08e13ba7b7b372a33b1fff0671e04b83a13bf3573fa1b22d1ba9aa4226cecc8667653f4d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.61.0
|
@@ -52,7 +52,7 @@ module Aws::PersonalizeEvents
|
|
52
52
|
UserProperties = Shapes::StringShape.new(name: 'UserProperties')
|
53
53
|
|
54
54
|
Action.add_member(:action_id, Shapes::ShapeRef.new(shape: StringType, required: true, location_name: "actionId"))
|
55
|
-
Action.add_member(:properties, Shapes::ShapeRef.new(shape: ActionProperties, location_name: "properties", metadata: {"jsonvalue"=>true}))
|
55
|
+
Action.add_member(:properties, Shapes::ShapeRef.new(shape: ActionProperties, location_name: "properties", metadata: {"jsonvalue" => true}))
|
56
56
|
Action.struct_class = Types::Action
|
57
57
|
|
58
58
|
ActionImpression.member = Shapes::ShapeRef.new(shape: ActionId)
|
@@ -65,7 +65,7 @@ module Aws::PersonalizeEvents
|
|
65
65
|
ActionInteraction.add_member(:event_id, Shapes::ShapeRef.new(shape: StringType, location_name: "eventId"))
|
66
66
|
ActionInteraction.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: RecommendationId, location_name: "recommendationId"))
|
67
67
|
ActionInteraction.add_member(:impression, Shapes::ShapeRef.new(shape: ActionImpression, location_name: "impression"))
|
68
|
-
ActionInteraction.add_member(:properties, Shapes::ShapeRef.new(shape: ActionInteractionProperties, location_name: "properties", metadata: {"jsonvalue"=>true}))
|
68
|
+
ActionInteraction.add_member(:properties, Shapes::ShapeRef.new(shape: ActionInteractionProperties, location_name: "properties", metadata: {"jsonvalue" => true}))
|
69
69
|
ActionInteraction.struct_class = Types::ActionInteraction
|
70
70
|
|
71
71
|
ActionInteractionsList.member = Shapes::ShapeRef.new(shape: ActionInteraction)
|
@@ -76,7 +76,7 @@ module Aws::PersonalizeEvents
|
|
76
76
|
Event.add_member(:event_type, Shapes::ShapeRef.new(shape: StringType, required: true, location_name: "eventType"))
|
77
77
|
Event.add_member(:event_value, Shapes::ShapeRef.new(shape: FloatType, location_name: "eventValue"))
|
78
78
|
Event.add_member(:item_id, Shapes::ShapeRef.new(shape: ItemId, location_name: "itemId"))
|
79
|
-
Event.add_member(:properties, Shapes::ShapeRef.new(shape: EventPropertiesJSON, location_name: "properties", metadata: {"jsonvalue"=>true}))
|
79
|
+
Event.add_member(:properties, Shapes::ShapeRef.new(shape: EventPropertiesJSON, location_name: "properties", metadata: {"jsonvalue" => true}))
|
80
80
|
Event.add_member(:sent_at, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "sentAt"))
|
81
81
|
Event.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: RecommendationId, location_name: "recommendationId"))
|
82
82
|
Event.add_member(:impression, Shapes::ShapeRef.new(shape: Impression, location_name: "impression"))
|
@@ -91,7 +91,7 @@ module Aws::PersonalizeEvents
|
|
91
91
|
InvalidInputException.struct_class = Types::InvalidInputException
|
92
92
|
|
93
93
|
Item.add_member(:item_id, Shapes::ShapeRef.new(shape: StringType, required: true, location_name: "itemId"))
|
94
|
-
Item.add_member(:properties, Shapes::ShapeRef.new(shape: ItemProperties, location_name: "properties", metadata: {"jsonvalue"=>true}))
|
94
|
+
Item.add_member(:properties, Shapes::ShapeRef.new(shape: ItemProperties, location_name: "properties", metadata: {"jsonvalue" => true}))
|
95
95
|
Item.struct_class = Types::Item
|
96
96
|
|
97
97
|
ItemList.member = Shapes::ShapeRef.new(shape: Item)
|
@@ -128,7 +128,7 @@ module Aws::PersonalizeEvents
|
|
128
128
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
129
129
|
|
130
130
|
User.add_member(:user_id, Shapes::ShapeRef.new(shape: StringType, required: true, location_name: "userId"))
|
131
|
-
User.add_member(:properties, Shapes::ShapeRef.new(shape: UserProperties, location_name: "properties", metadata: {"jsonvalue"=>true}))
|
131
|
+
User.add_member(:properties, Shapes::ShapeRef.new(shape: UserProperties, location_name: "properties", metadata: {"jsonvalue" => true}))
|
132
132
|
User.struct_class = Types::User
|
133
133
|
|
134
134
|
UserList.member = Shapes::ShapeRef.new(shape: User)
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.61.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeevents
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeevents/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon Personalize Events
|
99
96
|
test_files: []
|