aws-sdk-personalizeruntime 1.55.0 → 1.56.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: bf32a8d5eecc41a58766b620810ecd9e6d08cb0e8f98fb692014c48b463e43bb
4
- data.tar.gz: 33e1de02689278e44e187c5dd819c6d4c7e0b44e209b63e000afe85da186ac32
3
+ metadata.gz: a4876f204e2b24ff8042349ca749f0a7fa65d73a2e1158309d48276e1ed46e4f
4
+ data.tar.gz: f96ac1ca5289d130a382fba23db17f982cdbaafbc505025cd472feb89ea8f720
5
5
  SHA512:
6
- metadata.gz: 8c2d99b6fc6110d8e0670578b5e0b77872653540f6f4136021ec3c01ebe3b0f52fd329555c6e550a7aec67b107d7339512cf78d25f64361456aba81216eeb7ac
7
- data.tar.gz: abc9870af582a42291bb7285fcfcd6991accc48f51d539e1e133dca990678bfc3671368d9c100490eedd40abcbc39f67a676f706aea73ba13394542fc93dcb68
6
+ metadata.gz: 68d8626193ff42f5fa32b0d384fcda4b620b1189386ec170b08ed96f3e40d00281152c81f3a870550549315770dbaf6eaaae3bf4942b8a0ae0198f9afc41be51
7
+ data.tar.gz: 8d37a1ca5730e59ec84ab500fac1431f5c98591d52d9a527c74db04702715e64a80f5c0e7dec1e2357fb4807b376b93402c5a6a508dafe955d1e928d94a5bf04
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.55.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
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.55.0'
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
 
@@ -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.55.0'
55
+ GEM_VERSION = '1.56.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.55.0
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-02 00:00:00.000000000 Z
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