aws-sdk-personalizeevents 1.60.0 → 1.62.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: cc001759ad53e09588bc45b1735edf548d37ca91651cab2e4c0a65f6e37c1411
4
- data.tar.gz: c267d37c2ac1c9f9b746b9e7484431384442e50574a572edbff9deeb370bf88c
3
+ metadata.gz: 8b82d6f24d69e8dd760e9009086ee79cf702d95d31732ada420aeb966eb557c9
4
+ data.tar.gz: 227dfdeb7503484829b31eff175f3dfdefaed68bcdf6af1a2a1b6bc46d9d96ba
5
5
  SHA512:
6
- metadata.gz: 2e09f5e6aed854886e10a236887838b1c633819e4fe61a9cd5d6041aafc492e5733652a27430ce3d375960df0d55aa24477ef470b8dbae119a7297adb0726951
7
- data.tar.gz: f8859cb6bdc188d455d0b44f409962405916e48b0077d79cf225b2d95a542130bf835b8585751ae6f23da9596539d1a13508e93471bbc13ca4c46af0602c5450
6
+ metadata.gz: 37d8feed8b0f87f429c80da200b4ee8189bbc70bd7267043cf0f3be71b59ce907067a633b5cc34f454e64b0d2af7a473c3a8e44644baa5ad29708af5668568c5
7
+ data.tar.gz: f5bee152341e27302c77b3b76fd8287b38019e48095c88734c713c18e2979f24b35dec1c5133193b2822531354a18bf97b8f0208728a69d4afa177e314ecd4d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.61.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.60.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.62.0
@@ -200,8 +200,7 @@ module Aws::PersonalizeEvents
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -722,7 +721,7 @@ module Aws::PersonalizeEvents
722
721
  tracer: tracer
723
722
  )
724
723
  context[:gem_name] = 'aws-sdk-personalizeevents'
725
- context[:gem_version] = '1.60.0'
724
+ context[:gem_version] = '1.62.0'
726
725
  Seahorse::Client::Request.new(handlers, context)
727
726
  end
728
727
 
@@ -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)
@@ -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.60.0'
57
+ GEM_VERSION = '1.62.0'
58
58
 
59
59
  end
60
60
 
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.60.0
4
+ version: 1.62.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: 2025-02-18 00:00:00.000000000 Z
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.4.10
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: []