aws-sdk-personalizeruntime 1.44.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95fdb2eea021c7bd6a7db99aba515cd5e520d5d56fec875b413edb8e1c17339e
4
- data.tar.gz: 66d62d7249fcf83927c0dafda1191aa5a50f54f89ccc4b026fb787a327be4003
3
+ metadata.gz: 521dd610899e31770096c350f40b2accbf601081d527281437262efbd0503701
4
+ data.tar.gz: 8fce2543ac6d219074071dc99f305f8b0b7f5f8196919c381e4550c9a9218d31
5
5
  SHA512:
6
- metadata.gz: 8f88660b729e63fdf72e6edf0558d7e37c3a195338aed18aa6263c1cdd77f59e40a32caac88617b41277de53ade8378607f5df1af73333b747108ef3c15b0779
7
- data.tar.gz: 166fbaec04411d3e60e5aaa17ca153a9592404b3c005a0b83c26a4c002aaab9eb6352639b45c31f84b31b6e05055bd30172874a50a34d7129206e2040aecff2b
6
+ metadata.gz: ca959a25d9b0e8087a25fd0fc7ff23304d76e7947c4c4585cf705a1294f454847259f6b4c64c2106661b5e68cc2dd73feca5729baae4d9167019b63e4fc2ffd1
7
+ data.tar.gz: d58a7b71bca21d50532e07cce88b02e4ba088aac27119c45a9639990bce050ea5ac65c7e49633fc3666fb3f67d88c884218b21fb6b1c66bd47264dea53b0fff7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.45.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.44.0 (2023-11-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.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.44.0'
764
+ context[:gem_version] = '1.46.0'
765
765
  Seahorse::Client::Request.new(handlers, context)
766
766
  end
767
767
 
@@ -25,16 +25,17 @@ module Aws::PersonalizeRuntime
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.44.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.44.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-27 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: []