aws-sdk-customerprofiles 1.86.0 → 1.87.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-customerprofiles/client.rb +27 -9
- data/lib/aws-sdk-customerprofiles/client_api.rb +1 -0
- data/lib/aws-sdk-customerprofiles/types.rb +34 -18
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/params.rbs +2 -1
- data/sig/types.rbs +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c92854d2b5261df2349c31c7424ad85713142eec6b6cfcf5cbfce292fbe7662
|
|
4
|
+
data.tar.gz: eff0cb6141ddc3f87275cc4e7ff60fcecbceb077dfb96f2d5ac98cc051146836
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00fbe1c01a5a6e1396dbb7f1fe5bb0dd2e073adfe3b5468e41f13efd4ebfe411b0ac0efba8fe44a6d60f4d1c71e65c2c4ef4450f4983afa9ed0e9dbec38aeaec
|
|
7
|
+
data.tar.gz: 6f1bc498eccdf8e5314b8c608f7c09cb609e46a250d18947750244274d5c90da7a7b1e77f47de1fc0e596b36d5c7eeb86baaaa319e2b808e56873b0320d931d1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.87.0 (2026-05-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Connect Customer Profiles adds support for item catalog columns in RecommenderSchema, ExcludedColumns in Create and Update Recommender to specify columns to exclude from training, and the ability to disable automatic retraining by setting TrainingFrequency to 0.
|
|
8
|
+
|
|
4
9
|
1.86.0 (2026-05-19)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.87.0
|
|
@@ -873,8 +873,8 @@ module Aws::CustomerProfiles
|
|
|
873
873
|
# encryption keys. You can create multiple domains, and each domain can
|
|
874
874
|
# have multiple third-party integrations.
|
|
875
875
|
#
|
|
876
|
-
# Each
|
|
877
|
-
# Multiple
|
|
876
|
+
# Each Connect Customer instance can be associated with only one domain.
|
|
877
|
+
# Multiple Connect Customer instances can be associated with one domain.
|
|
878
878
|
#
|
|
879
879
|
# Use this API or [UpdateDomain][1] to enable [identity resolution][2]:
|
|
880
880
|
# set `Matching` to true.
|
|
@@ -937,7 +937,7 @@ module Aws::CustomerProfiles
|
|
|
937
937
|
#
|
|
938
938
|
# @option params [Types::RuleBasedMatchingRequest] :rule_based_matching
|
|
939
939
|
# The process of matching duplicate profiles using the Rule-Based
|
|
940
|
-
# matching. If `RuleBasedMatching` = true,
|
|
940
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
941
941
|
# Profiles will start to match and merge your profiles according to your
|
|
942
942
|
# configuration in the `RuleBasedMatchingRequest`. You can use the
|
|
943
943
|
# `ListRuleBasedMatches` and `GetSimilarProfiles` API to return and
|
|
@@ -1167,7 +1167,7 @@ module Aws::CustomerProfiles
|
|
|
1167
1167
|
end
|
|
1168
1168
|
|
|
1169
1169
|
# Creates an event stream, which is a subscription to real-time events,
|
|
1170
|
-
# such as when profiles are created and updated through
|
|
1170
|
+
# such as when profiles are created and updated through Connect Customer
|
|
1171
1171
|
# Customer Profiles.
|
|
1172
1172
|
#
|
|
1173
1173
|
# Each event stream can be associated with only one Kinesis Data Stream
|
|
@@ -1719,6 +1719,9 @@ module Aws::CustomerProfiles
|
|
|
1719
1719
|
# included_columns: {
|
|
1720
1720
|
# "String" => ["text"],
|
|
1721
1721
|
# },
|
|
1722
|
+
# excluded_columns: {
|
|
1723
|
+
# "String" => ["text"],
|
|
1724
|
+
# },
|
|
1722
1725
|
# },
|
|
1723
1726
|
# description: "sensitiveText",
|
|
1724
1727
|
# recommender_schema_name: "name",
|
|
@@ -1812,8 +1815,8 @@ module Aws::CustomerProfiles
|
|
|
1812
1815
|
#
|
|
1813
1816
|
# @option params [required, Hash<String,Array>] :fields
|
|
1814
1817
|
# A map of dataset type to column definitions that specifies which data
|
|
1815
|
-
# columns to include in the schema.
|
|
1816
|
-
#
|
|
1818
|
+
# columns to include in the schema. The `_webAnalytics` and
|
|
1819
|
+
# `_catalogItem` keys are supported.
|
|
1817
1820
|
#
|
|
1818
1821
|
# @option params [Hash<String,String>] :tags
|
|
1819
1822
|
# The tags used to organize, track, or control access for this resource.
|
|
@@ -2430,7 +2433,7 @@ module Aws::CustomerProfiles
|
|
|
2430
2433
|
#
|
|
2431
2434
|
# @option params [String] :destination_uri
|
|
2432
2435
|
# The destination to which the segment will be exported. This field must
|
|
2433
|
-
# be provided if the request is not submitted from the
|
|
2436
|
+
# be provided if the request is not submitted from the Connect Customer
|
|
2434
2437
|
# Admin Website.
|
|
2435
2438
|
#
|
|
2436
2439
|
# @return [Types::CreateSegmentSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -4166,6 +4169,9 @@ module Aws::CustomerProfiles
|
|
|
4166
4169
|
# resp.recommender_config.included_columns #=> Hash
|
|
4167
4170
|
# resp.recommender_config.included_columns["String"] #=> Array
|
|
4168
4171
|
# resp.recommender_config.included_columns["String"][0] #=> String
|
|
4172
|
+
# resp.recommender_config.excluded_columns #=> Hash
|
|
4173
|
+
# resp.recommender_config.excluded_columns["String"] #=> Array
|
|
4174
|
+
# resp.recommender_config.excluded_columns["String"][0] #=> String
|
|
4169
4175
|
# resp.description #=> String
|
|
4170
4176
|
# resp.status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
4171
4177
|
# resp.last_updated_at #=> Time
|
|
@@ -4180,6 +4186,9 @@ module Aws::CustomerProfiles
|
|
|
4180
4186
|
# resp.latest_recommender_update.recommender_config.included_columns #=> Hash
|
|
4181
4187
|
# resp.latest_recommender_update.recommender_config.included_columns["String"] #=> Array
|
|
4182
4188
|
# resp.latest_recommender_update.recommender_config.included_columns["String"][0] #=> String
|
|
4189
|
+
# resp.latest_recommender_update.recommender_config.excluded_columns #=> Hash
|
|
4190
|
+
# resp.latest_recommender_update.recommender_config.excluded_columns["String"] #=> Array
|
|
4191
|
+
# resp.latest_recommender_update.recommender_config.excluded_columns["String"][0] #=> String
|
|
4183
4192
|
# resp.latest_recommender_update.status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
4184
4193
|
# resp.latest_recommender_update.created_at #=> Time
|
|
4185
4194
|
# resp.latest_recommender_update.last_updated_at #=> Time
|
|
@@ -6001,6 +6010,9 @@ module Aws::CustomerProfiles
|
|
|
6001
6010
|
# resp.recommenders[0].recommender_config.included_columns #=> Hash
|
|
6002
6011
|
# resp.recommenders[0].recommender_config.included_columns["String"] #=> Array
|
|
6003
6012
|
# resp.recommenders[0].recommender_config.included_columns["String"][0] #=> String
|
|
6013
|
+
# resp.recommenders[0].recommender_config.excluded_columns #=> Hash
|
|
6014
|
+
# resp.recommenders[0].recommender_config.excluded_columns["String"] #=> Array
|
|
6015
|
+
# resp.recommenders[0].recommender_config.excluded_columns["String"][0] #=> String
|
|
6004
6016
|
# resp.recommenders[0].created_at #=> Time
|
|
6005
6017
|
# resp.recommenders[0].description #=> String
|
|
6006
6018
|
# resp.recommenders[0].status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
@@ -6017,6 +6029,9 @@ module Aws::CustomerProfiles
|
|
|
6017
6029
|
# resp.recommenders[0].latest_recommender_update.recommender_config.included_columns #=> Hash
|
|
6018
6030
|
# resp.recommenders[0].latest_recommender_update.recommender_config.included_columns["String"] #=> Array
|
|
6019
6031
|
# resp.recommenders[0].latest_recommender_update.recommender_config.included_columns["String"][0] #=> String
|
|
6032
|
+
# resp.recommenders[0].latest_recommender_update.recommender_config.excluded_columns #=> Hash
|
|
6033
|
+
# resp.recommenders[0].latest_recommender_update.recommender_config.excluded_columns["String"] #=> Array
|
|
6034
|
+
# resp.recommenders[0].latest_recommender_update.recommender_config.excluded_columns["String"][0] #=> String
|
|
6020
6035
|
# resp.recommenders[0].latest_recommender_update.status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
6021
6036
|
# resp.recommenders[0].latest_recommender_update.created_at #=> Time
|
|
6022
6037
|
# resp.recommenders[0].latest_recommender_update.last_updated_at #=> Time
|
|
@@ -7328,7 +7343,7 @@ module Aws::CustomerProfiles
|
|
|
7328
7343
|
#
|
|
7329
7344
|
# @option params [Types::RuleBasedMatchingRequest] :rule_based_matching
|
|
7330
7345
|
# The process of matching duplicate profiles using the rule-Based
|
|
7331
|
-
# matching. If `RuleBasedMatching` = true,
|
|
7346
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
7332
7347
|
# Profiles will start to match and merge your profiles according to your
|
|
7333
7348
|
# configuration in the `RuleBasedMatchingRequest`. You can use the
|
|
7334
7349
|
# `ListRuleBasedMatches` and `GetSimilarProfiles` API to return and
|
|
@@ -7909,6 +7924,9 @@ module Aws::CustomerProfiles
|
|
|
7909
7924
|
# included_columns: {
|
|
7910
7925
|
# "String" => ["text"],
|
|
7911
7926
|
# },
|
|
7927
|
+
# excluded_columns: {
|
|
7928
|
+
# "String" => ["text"],
|
|
7929
|
+
# },
|
|
7912
7930
|
# },
|
|
7913
7931
|
# })
|
|
7914
7932
|
#
|
|
@@ -7943,7 +7961,7 @@ module Aws::CustomerProfiles
|
|
|
7943
7961
|
tracer: tracer
|
|
7944
7962
|
)
|
|
7945
7963
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
|
7946
|
-
context[:gem_version] = '1.
|
|
7964
|
+
context[:gem_version] = '1.87.0'
|
|
7947
7965
|
Seahorse::Client::Request.new(handlers, context)
|
|
7948
7966
|
end
|
|
7949
7967
|
|
|
@@ -2486,6 +2486,7 @@ module Aws::CustomerProfiles
|
|
|
2486
2486
|
RecommenderConfig.add_member(:training_frequency, Shapes::ShapeRef.new(shape: RecommenderConfigTrainingFrequencyInteger, location_name: "TrainingFrequency"))
|
|
2487
2487
|
RecommenderConfig.add_member(:inference_config, Shapes::ShapeRef.new(shape: InferenceConfig, location_name: "InferenceConfig"))
|
|
2488
2488
|
RecommenderConfig.add_member(:included_columns, Shapes::ShapeRef.new(shape: IncludedColumns, location_name: "IncludedColumns"))
|
|
2489
|
+
RecommenderConfig.add_member(:excluded_columns, Shapes::ShapeRef.new(shape: IncludedColumns, location_name: "ExcludedColumns"))
|
|
2489
2490
|
RecommenderConfig.struct_class = Types::RecommenderConfig
|
|
2490
2491
|
|
|
2491
2492
|
RecommenderContext.key = Shapes::ShapeRef.new(shape: ContextKey)
|
|
@@ -1295,7 +1295,7 @@ module Aws::CustomerProfiles
|
|
|
1295
1295
|
#
|
|
1296
1296
|
# @!attribute [rw] rule_based_matching
|
|
1297
1297
|
# The process of matching duplicate profiles using the Rule-Based
|
|
1298
|
-
# matching. If `RuleBasedMatching` = true,
|
|
1298
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
1299
1299
|
# Profiles will start to match and merge your profiles according to
|
|
1300
1300
|
# your configuration in the `RuleBasedMatchingRequest`. You can use
|
|
1301
1301
|
# the `ListRuleBasedMatches` and `GetSimilarProfiles` API to return
|
|
@@ -1367,7 +1367,7 @@ module Aws::CustomerProfiles
|
|
|
1367
1367
|
#
|
|
1368
1368
|
# @!attribute [rw] rule_based_matching
|
|
1369
1369
|
# The process of matching duplicate profiles using the Rule-Based
|
|
1370
|
-
# matching. If `RuleBasedMatching` = true,
|
|
1370
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
1371
1371
|
# Profiles will start to match and merge your profiles according to
|
|
1372
1372
|
# your configuration in the `RuleBasedMatchingRequest`. You can use
|
|
1373
1373
|
# the `ListRuleBasedMatches` and `GetSimilarProfiles` API to return
|
|
@@ -1907,8 +1907,8 @@ module Aws::CustomerProfiles
|
|
|
1907
1907
|
#
|
|
1908
1908
|
# @!attribute [rw] fields
|
|
1909
1909
|
# A map of dataset type to column definitions that specifies which
|
|
1910
|
-
# data columns to include in the schema.
|
|
1911
|
-
# `
|
|
1910
|
+
# data columns to include in the schema. The `_webAnalytics` and
|
|
1911
|
+
# `_catalogItem` keys are supported.
|
|
1912
1912
|
# @return [Hash<String,Array<Types::RecommenderSchemaField>>]
|
|
1913
1913
|
#
|
|
1914
1914
|
# @!attribute [rw] tags
|
|
@@ -2123,8 +2123,8 @@ module Aws::CustomerProfiles
|
|
|
2123
2123
|
#
|
|
2124
2124
|
# @!attribute [rw] destination_uri
|
|
2125
2125
|
# The destination to which the segment will be exported. This field
|
|
2126
|
-
# must be provided if the request is not submitted from the
|
|
2127
|
-
#
|
|
2126
|
+
# must be provided if the request is not submitted from the Connect
|
|
2127
|
+
# Customer Admin Website.
|
|
2128
2128
|
# @return [String]
|
|
2129
2129
|
#
|
|
2130
2130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateSegmentSnapshotRequest AWS API Documentation
|
|
@@ -3874,7 +3874,7 @@ module Aws::CustomerProfiles
|
|
|
3874
3874
|
#
|
|
3875
3875
|
# @!attribute [rw] rule_based_matching
|
|
3876
3876
|
# The process of matching duplicate profiles using the Rule-Based
|
|
3877
|
-
# matching. If `RuleBasedMatching` = true,
|
|
3877
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
3878
3878
|
# Profiles will start to match and merge your profiles according to
|
|
3879
3879
|
# your configuration in the `RuleBasedMatchingRequest`. You can use
|
|
3880
3880
|
# the `ListRuleBasedMatches` and `GetSimilarProfiles` API to return
|
|
@@ -5183,8 +5183,8 @@ module Aws::CustomerProfiles
|
|
|
5183
5183
|
#
|
|
5184
5184
|
# @!attribute [rw] destination_uri
|
|
5185
5185
|
# The destination to which the segment will be exported. This field
|
|
5186
|
-
# must be provided if the request is not submitted from the
|
|
5187
|
-
#
|
|
5186
|
+
# must be provided if the request is not submitted from the Connect
|
|
5187
|
+
# Customer Admin Website.
|
|
5188
5188
|
# @return [String]
|
|
5189
5189
|
#
|
|
5190
5190
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetSegmentSnapshotResponse AWS API Documentation
|
|
@@ -8698,7 +8698,8 @@ module Aws::CustomerProfiles
|
|
|
8698
8698
|
# @return [Types::EventsConfig]
|
|
8699
8699
|
#
|
|
8700
8700
|
# @!attribute [rw] training_frequency
|
|
8701
|
-
# How often the recommender should retrain its model with new data.
|
|
8701
|
+
# How often the recommender should retrain its model with new data. If
|
|
8702
|
+
# set to 0, automatic retraining will not be enabled.
|
|
8702
8703
|
# @return [Integer]
|
|
8703
8704
|
#
|
|
8704
8705
|
# @!attribute [rw] inference_config
|
|
@@ -8708,11 +8709,25 @@ module Aws::CustomerProfiles
|
|
|
8708
8709
|
#
|
|
8709
8710
|
# @!attribute [rw] included_columns
|
|
8710
8711
|
# A map of dataset type to a list of column names to train on. The
|
|
8711
|
-
#
|
|
8712
|
-
#
|
|
8713
|
-
#
|
|
8714
|
-
#
|
|
8715
|
-
# `
|
|
8712
|
+
# `_webAnalytics` and `_catalogItem` keys are supported. The column
|
|
8713
|
+
# names must be a subset of the columns defined in the recommender
|
|
8714
|
+
# schema. If not specified, all columns in the schema are used for
|
|
8715
|
+
# training. The following columns are always included in training and
|
|
8716
|
+
# do not need to be specified: `Item.Id`, `EventTimestamp`, and
|
|
8717
|
+
# `EventType` for `_webAnalytics`; `Id` for `_catalogItem`. Mutually
|
|
8718
|
+
# exclusive with ExcludedColumns — both cannot be specified in the
|
|
8719
|
+
# same request.
|
|
8720
|
+
# @return [Hash<String,Array<String>>]
|
|
8721
|
+
#
|
|
8722
|
+
# @!attribute [rw] excluded_columns
|
|
8723
|
+
# A map of dataset type to a list of column names to exclude from
|
|
8724
|
+
# training. The `_webAnalytics` and `_catalogItem` keys are supported.
|
|
8725
|
+
# The column names must be valid columns defined in the recommender
|
|
8726
|
+
# schema. All columns in the schema except the listed columns will be
|
|
8727
|
+
# used for training. The following columns are mandatory and cannot be
|
|
8728
|
+
# excluded: `Item.Id`, `EventTimestamp`, and `EventType` for
|
|
8729
|
+
# `_webAnalytics`; `Id` for `_catalogItem`. Mutually exclusive with
|
|
8730
|
+
# IncludedColumns — both cannot be specified in the same request.
|
|
8716
8731
|
# @return [Hash<String,Array<String>>]
|
|
8717
8732
|
#
|
|
8718
8733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/RecommenderConfig AWS API Documentation
|
|
@@ -8721,7 +8736,8 @@ module Aws::CustomerProfiles
|
|
|
8721
8736
|
:events_config,
|
|
8722
8737
|
:training_frequency,
|
|
8723
8738
|
:inference_config,
|
|
8724
|
-
:included_columns
|
|
8739
|
+
:included_columns,
|
|
8740
|
+
:excluded_columns)
|
|
8725
8741
|
SENSITIVE = []
|
|
8726
8742
|
include Aws::Structure
|
|
8727
8743
|
end
|
|
@@ -10263,7 +10279,7 @@ module Aws::CustomerProfiles
|
|
|
10263
10279
|
#
|
|
10264
10280
|
# @!attribute [rw] rule_based_matching
|
|
10265
10281
|
# The process of matching duplicate profiles using the rule-Based
|
|
10266
|
-
# matching. If `RuleBasedMatching` = true,
|
|
10282
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
10267
10283
|
# Profiles will start to match and merge your profiles according to
|
|
10268
10284
|
# your configuration in the `RuleBasedMatchingRequest`. You can use
|
|
10269
10285
|
# the `ListRuleBasedMatches` and `GetSimilarProfiles` API to return
|
|
@@ -10335,7 +10351,7 @@ module Aws::CustomerProfiles
|
|
|
10335
10351
|
#
|
|
10336
10352
|
# @!attribute [rw] rule_based_matching
|
|
10337
10353
|
# The process of matching duplicate profiles using the rule-Based
|
|
10338
|
-
# matching. If `RuleBasedMatching` = true,
|
|
10354
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
10339
10355
|
# Profiles will start to match and merge your profiles according to
|
|
10340
10356
|
# your configuration in the `RuleBasedMatchingRequest`. You can use
|
|
10341
10357
|
# the `ListRuleBasedMatches` and `GetSimilarProfiles` API to return
|
data/sig/params.rbs
CHANGED
|
@@ -234,7 +234,8 @@ module Aws
|
|
|
234
234
|
inference_config: {
|
|
235
235
|
min_provisioned_tps: ::Integer?
|
|
236
236
|
}?,
|
|
237
|
-
included_columns: Hash[::String, Array[::String]]
|
|
237
|
+
included_columns: Hash[::String, Array[::String]]?,
|
|
238
|
+
excluded_columns: Hash[::String, Array[::String]]?
|
|
238
239
|
}
|
|
239
240
|
|
|
240
241
|
type group = {
|
data/sig/types.rbs
CHANGED
|
@@ -2281,6 +2281,7 @@ module Aws::CustomerProfiles
|
|
|
2281
2281
|
attr_accessor training_frequency: ::Integer
|
|
2282
2282
|
attr_accessor inference_config: Types::InferenceConfig
|
|
2283
2283
|
attr_accessor included_columns: ::Hash[::String, ::Array[::String]]
|
|
2284
|
+
attr_accessor excluded_columns: ::Hash[::String, ::Array[::String]]
|
|
2284
2285
|
SENSITIVE: []
|
|
2285
2286
|
end
|
|
2286
2287
|
|