aws-sdk-personalizeruntime 1.45.0 → 1.46.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-personalizeruntime/client.rb +4 -4
- data/lib/aws-sdk-personalizeruntime/types.rb +3 -3
- data/lib/aws-sdk-personalizeruntime.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 521dd610899e31770096c350f40b2accbf601081d527281437262efbd0503701
|
|
4
|
+
data.tar.gz: 8fce2543ac6d219074071dc99f305f8b0b7f5f8196919c381e4550c9a9218d31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca959a25d9b0e8087a25fd0fc7ff23304d76e7947c4c4585cf705a1294f454847259f6b4c64c2106661b5e68cc2dd73feca5729baae4d9167019b63e4fc2ffd1
|
|
7
|
+
data.tar.gz: d58a7b71bca21d50532e07cce88b02e4ba088aac27119c45a9639990bce050ea5ac65c7e49633fc3666fb3f67d88c884218b21fb6b1c66bd47264dea53b0fff7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.46.0
|
|
@@ -545,7 +545,7 @@ module Aws::PersonalizeRuntime
|
|
|
545
545
|
#
|
|
546
546
|
#
|
|
547
547
|
#
|
|
548
|
-
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata
|
|
548
|
+
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata
|
|
549
549
|
#
|
|
550
550
|
# @return [Types::GetPersonalizedRankingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
551
551
|
#
|
|
@@ -691,8 +691,8 @@ module Aws::PersonalizeRuntime
|
|
|
691
691
|
#
|
|
692
692
|
#
|
|
693
693
|
#
|
|
694
|
-
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata
|
|
695
|
-
# [2]: https://docs.aws.amazon.com/personalize/latest/dg/create-recommender-return-metadata
|
|
694
|
+
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata
|
|
695
|
+
# [2]: https://docs.aws.amazon.com/personalize/latest/dg/creating-recommenders.html#create-recommender-return-metadata
|
|
696
696
|
#
|
|
697
697
|
# @return [Types::GetRecommendationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
698
698
|
#
|
|
@@ -761,7 +761,7 @@ module Aws::PersonalizeRuntime
|
|
|
761
761
|
params: params,
|
|
762
762
|
config: config)
|
|
763
763
|
context[:gem_name] = 'aws-sdk-personalizeruntime'
|
|
764
|
-
context[:gem_version] = '1.
|
|
764
|
+
context[:gem_version] = '1.46.0'
|
|
765
765
|
Seahorse::Client::Request.new(handlers, context)
|
|
766
766
|
end
|
|
767
767
|
|
|
@@ -161,7 +161,7 @@ module Aws::PersonalizeRuntime
|
|
|
161
161
|
#
|
|
162
162
|
#
|
|
163
163
|
#
|
|
164
|
-
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata
|
|
164
|
+
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata
|
|
165
165
|
# @return [Hash<String,Array<String>>]
|
|
166
166
|
#
|
|
167
167
|
# @see http://docs.aws.amazon.com/goto/WebAPI/personalize-runtime-2018-05-22/GetPersonalizedRankingRequest AWS API Documentation
|
|
@@ -285,8 +285,8 @@ module Aws::PersonalizeRuntime
|
|
|
285
285
|
#
|
|
286
286
|
#
|
|
287
287
|
#
|
|
288
|
-
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata
|
|
289
|
-
# [2]: https://docs.aws.amazon.com/personalize/latest/dg/create-recommender-return-metadata
|
|
288
|
+
# [1]: https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata
|
|
289
|
+
# [2]: https://docs.aws.amazon.com/personalize/latest/dg/creating-recommenders.html#create-recommender-return-metadata
|
|
290
290
|
# @return [Hash<String,Array<String>>]
|
|
291
291
|
#
|
|
292
292
|
# @see http://docs.aws.amazon.com/goto/WebAPI/personalize-runtime-2018-05-22/GetRecommendationsRequest AWS API Documentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-personalizeruntime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.46.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -72,7 +72,7 @@ licenses:
|
|
|
72
72
|
metadata:
|
|
73
73
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeruntime
|
|
74
74
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-personalizeruntime/CHANGELOG.md
|
|
75
|
-
post_install_message:
|
|
75
|
+
post_install_message:
|
|
76
76
|
rdoc_options: []
|
|
77
77
|
require_paths:
|
|
78
78
|
- lib
|
|
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
89
|
requirements: []
|
|
90
|
-
rubygems_version: 3.
|
|
91
|
-
signing_key:
|
|
90
|
+
rubygems_version: 3.4.10
|
|
91
|
+
signing_key:
|
|
92
92
|
specification_version: 4
|
|
93
93
|
summary: AWS SDK for Ruby - Amazon Personalize Runtime
|
|
94
94
|
test_files: []
|