aws-sdk-personalizeruntime 1.54.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-personalizeruntime/client.rb +10 -1
- data/lib/aws-sdk-personalizeruntime/types.rb +4 -4
- data/lib/aws-sdk-personalizeruntime.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- 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: a4876f204e2b24ff8042349ca749f0a7fa65d73a2e1158309d48276e1ed46e4f
|
4
|
+
data.tar.gz: f96ac1ca5289d130a382fba23db17f982cdbaafbc505025cd472feb89ea8f720
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68d8626193ff42f5fa32b0d384fcda4b620b1189386ec170b08ed96f3e40d00281152c81f3a870550549315770dbaf6eaaae3bf4942b8a0ae0198f9afc41be51
|
7
|
+
data.tar.gz: 8d37a1ca5730e59ec84ab500fac1431f5c98591d52d9a527c74db04702715e64a80f5c0e7dec1e2357fb4807b376b93402c5a6a508dafe955d1e928d94a5bf04
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2024-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.55.0 (2024-07-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.54.0 (2024-06-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -312,6 +312,15 @@ module Aws::PersonalizeRuntime
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
316
325
|
# Causes the client to return stubbed responses. By default
|
317
326
|
# fake responses are generated and returned. You can specify
|
@@ -793,7 +802,7 @@ module Aws::PersonalizeRuntime
|
|
793
802
|
params: params,
|
794
803
|
config: config)
|
795
804
|
context[:gem_name] = 'aws-sdk-personalizeruntime'
|
796
|
-
context[:gem_version] = '1.
|
805
|
+
context[:gem_version] = '1.56.0'
|
797
806
|
Seahorse::Client::Request.new(handlers, context)
|
798
807
|
end
|
799
808
|
|
@@ -66,7 +66,7 @@ module Aws::PersonalizeRuntime
|
|
66
66
|
:num_results,
|
67
67
|
:filter_arn,
|
68
68
|
:filter_values)
|
69
|
-
SENSITIVE = []
|
69
|
+
SENSITIVE = [:filter_values]
|
70
70
|
include Aws::Structure
|
71
71
|
end
|
72
72
|
|
@@ -174,7 +174,7 @@ module Aws::PersonalizeRuntime
|
|
174
174
|
:filter_arn,
|
175
175
|
:filter_values,
|
176
176
|
:metadata_columns)
|
177
|
-
SENSITIVE = []
|
177
|
+
SENSITIVE = [:context, :filter_values]
|
178
178
|
include Aws::Structure
|
179
179
|
end
|
180
180
|
|
@@ -302,7 +302,7 @@ module Aws::PersonalizeRuntime
|
|
302
302
|
:recommender_arn,
|
303
303
|
:promotions,
|
304
304
|
:metadata_columns)
|
305
|
-
SENSITIVE = []
|
305
|
+
SENSITIVE = [:context, :filter_values]
|
306
306
|
include Aws::Structure
|
307
307
|
end
|
308
308
|
|
@@ -474,7 +474,7 @@ module Aws::PersonalizeRuntime
|
|
474
474
|
:percent_promoted_items,
|
475
475
|
:filter_arn,
|
476
476
|
:filter_values)
|
477
|
-
SENSITIVE = []
|
477
|
+
SENSITIVE = [:filter_values]
|
478
478
|
include Aws::Structure
|
479
479
|
end
|
480
480
|
|
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
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.56.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: 2024-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Amazon Personalize Runtime. This gem is part
|
48
48
|
of the AWS SDK for Ruby.
|
49
49
|
email:
|