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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73167ee341f290361b6af59a4dfaba141eb7d8851d5f1ad4b32348444ef3258b
4
- data.tar.gz: 3d71148558e4f5f13ccb0c67b8e9590cfc53db4d6f269ed1d8d61bd05238a8d1
3
+ metadata.gz: 521dd610899e31770096c350f40b2accbf601081d527281437262efbd0503701
4
+ data.tar.gz: 8fce2543ac6d219074071dc99f305f8b0b7f5f8196919c381e4550c9a9218d31
5
5
  SHA512:
6
- metadata.gz: 510406771d08dd19d21c85006c9463849a94155328321b151262fa6781529f2f95e68c8d6b6e3c102e37712973b0928d205ac6481c35acbcbf35dc04cd39df20
7
- data.tar.gz: a64dedc12da19caa58871d528e131197dc04eccb45edebbd3a66a9e6c17890881d1cae11ec9602cfb6760493933f108ef65e66443d9138ffe0a87993e4d42533
6
+ metadata.gz: ca959a25d9b0e8087a25fd0fc7ff23304d76e7947c4c4585cf705a1294f454847259f6b4c64c2106661b5e68cc2dd73feca5729baae4d9167019b63e4fc2ffd1
7
+ data.tar.gz: d58a7b71bca21d50532e07cce88b02e4ba088aac27119c45a9639990bce050ea5ac65c7e49633fc3666fb3f67d88c884218b21fb6b1c66bd47264dea53b0fff7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2024-01-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon Personalize
8
+
4
9
  1.45.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
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.html
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.html
695
- # [2]: https://docs.aws.amazon.com/personalize/latest/dg/create-recommender-return-metadata.html
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.45.0'
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.html
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.html
289
- # [2]: https://docs.aws.amazon.com/personalize/latest/dg/create-recommender-return-metadata.html
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-personalizeruntime/customizations'
52
52
  # @!group service
53
53
  module Aws::PersonalizeRuntime
54
54
 
55
- GEM_VERSION = '1.45.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
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.45.0
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: 2023-11-28 00:00:00.000000000 Z
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.1.6
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: []