aws-sdk-personalize 1.0.0 → 1.1.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
  SHA1:
3
- metadata.gz: cc3fbadfee2b93d8ff496de705d732ce54604a5d
4
- data.tar.gz: 40a930efd02c08a81312aaed5a82b1c7ff1cd20a
3
+ metadata.gz: 70d8293427a6460baedaf9182479ab747e3c585f
4
+ data.tar.gz: ad9a71b5f0d8f64809df0ce0d6ade3391d85a477
5
5
  SHA512:
6
- metadata.gz: 2218a233b6c3e04c548d82323b7885b730d1adffd1bd674e475505ad835c2519a0e573c6b8b88aa797e57d564f9e8cd16e44aabe9c2bf9186a1e8859cfcf5912
7
- data.tar.gz: cd517885936ec7166f2b37ff5f9a08aed13892e36cc8d8f3b4ea28c07df50216b30a8e78f59007448855351c58ac349cbbe2edc27943ac33af11ec61fc553e80
6
+ metadata.gz: 66f05ee210f46d17d59e2609ea23a48ccbba4bcf089b44034885639c2b85b153fa9177979d9133bf67646319914fdac39a09a57a25217c932f4ca61e39751125
7
+ data.tar.gz: 91244d966583c568d29eabba503963df2b4ea3a5aba03e02fad172d746b07392a22364167fb42c8fa1e25b15d5a12860d295859b29d0d11fcac1be5332a7f66d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-personalize/customizations'
42
42
  # @service
43
43
  module Aws::Personalize
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -2122,7 +2122,7 @@ module Aws::Personalize
2122
2122
  params: params,
2123
2123
  config: config)
2124
2124
  context[:gem_name] = 'aws-sdk-personalize'
2125
- context[:gem_version] = '1.0.0'
2125
+ context[:gem_version] = '1.1.0'
2126
2126
  Seahorse::Client::Request.new(handlers, context)
2127
2127
  end
2128
2128
 
@@ -2648,7 +2648,7 @@ module Aws::Personalize
2648
2648
  # @!attribute [rw] recipe_type
2649
2649
  # One of the following values:
2650
2650
  #
2651
- # * SEARCH\_PERSONALIZATION
2651
+ # * PERSONALIZED\_RANKING
2652
2652
  #
2653
2653
  # * RELATED\_ITEMS
2654
2654
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-personalize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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: 2019-06-10 00:00:00.000000000 Z
11
+ date: 2019-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core