aws-sdk-personalizeruntime 1.55.0 → 1.56.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 +1 -1
- data/lib/aws-sdk-personalizeruntime/types.rb +4 -4
- data/lib/aws-sdk-personalizeruntime.rb +1 -1
- metadata +2 -2
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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.56.0
|
|
@@ -802,7 +802,7 @@ module Aws::PersonalizeRuntime
|
|
|
802
802
|
params: params,
|
|
803
803
|
config: config)
|
|
804
804
|
context[:gem_name] = 'aws-sdk-personalizeruntime'
|
|
805
|
-
context[:gem_version] = '1.
|
|
805
|
+
context[:gem_version] = '1.56.0'
|
|
806
806
|
Seahorse::Client::Request.new(handlers, context)
|
|
807
807
|
end
|
|
808
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
|
|
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-07-
|
|
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
|