aws-sdk-personalizeevents 1.17.0 → 1.18.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: 9da77e4bcbe4a6338142a48eeb4b398be58a4118e1b6e0882e8309b6567d1ad6
4
- data.tar.gz: 56b027d73492990e4cfc2fc51ec36162894a43b4ab61a31baaf46e76578fc511
3
+ metadata.gz: 78b60cba9efd39346c34f776d68bf8831cf0e5b50046438e78798ba0c5ba3579
4
+ data.tar.gz: 359153e6815ac37f60a1846164b6a21d39aca051ab7b82f32626eb0774552402
5
5
  SHA512:
6
- metadata.gz: 9e15034777fa90b90280069539411139af27a8b0657448be9a37603abe94a1051af7bd611d5481b998bf1f6e2abaae6986bb68e94a209b7a48285adf7a1f4ef3
7
- data.tar.gz: '0139846002cc4c2156d3eab5a14cedb6e951fcc2a60f1b852e82ca2a0a9c9236b888699190cf261f6549ea50136e487352350f8ab4379156e1e4d1295941f16a'
6
+ metadata.gz: c0a9d8afec3358ee02b2f9a4c213362c52bf83187e7c55fa935599e4c6ef1687826346d5cadd98fb4636e37fe5cb7cdd8efa060b54f9b779878e611cae61bcab
7
+ data.tar.gz: 894d43a9d97b06f042464c07fe7fb5d08018edef3734520713ec0ea2574e231cea36118adfa5e39d15bfba2141bd1e7f6815ce983f052c4de933931005f0d976
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2021-06-09)
5
+ ------------------
6
+
7
+ * Feature - Support for unstructured text inputs in the items dataset to to automatically extract key information from product/content description as an input when creating solution versions.
8
+
4
9
  1.17.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-personalizeevents/customizations'
48
48
  # @!group service
49
49
  module Aws::PersonalizeEvents
50
50
 
51
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.18.0'
52
52
 
53
53
  end
@@ -477,7 +477,7 @@ module Aws::PersonalizeEvents
477
477
  params: params,
478
478
  config: config)
479
479
  context[:gem_name] = 'aws-sdk-personalizeevents'
480
- context[:gem_version] = '1.17.0'
480
+ context[:gem_version] = '1.18.0'
481
481
  Seahorse::Client::Request.new(handlers, context)
482
482
  end
483
483
 
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.17.0
4
+ version: 1.18.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-personalizeevents
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-personalizeevents/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeevents
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeevents/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Amazon Personalize Events