aws-sdk-customerprofiles 1.86.0 → 1.88.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +32 -16
- 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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2107db10e7ed6acefe3c08da92713425b6f21fd71e0723163e56f612ea93ff54
|
|
4
|
+
data.tar.gz: 7f30e653af9562e9ece86ed4025fbd3029b1a4d9441d344a0ced3326ab6988fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c9c6e5b7c43d29a52d2d157ab8f0d467b95ebf2eaccbe94f9d8c80c86c426b30ba9ffdf00964067d8c556e8ae78eeb235af039bdb3919ba366480d3e304ab23
|
|
7
|
+
data.tar.gz: 0cd2f35d8ad7255ffe7ed6f9d1178af631c916864d355fcf3ebab70907773866c18c0df16ea6c70f9c331eddee6b75791106c8213c52794aa147f827fde93e17
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.88.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.87.0 (2026-05-20)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* 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.
|
|
13
|
+
|
|
4
14
|
1.86.0 (2026-05-19)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.88.0
|
|
@@ -199,7 +199,7 @@ module Aws::CustomerProfiles
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::CustomerProfiles
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -873,8 +871,8 @@ module Aws::CustomerProfiles
|
|
|
873
871
|
# encryption keys. You can create multiple domains, and each domain can
|
|
874
872
|
# have multiple third-party integrations.
|
|
875
873
|
#
|
|
876
|
-
# Each
|
|
877
|
-
# Multiple
|
|
874
|
+
# Each Connect Customer instance can be associated with only one domain.
|
|
875
|
+
# Multiple Connect Customer instances can be associated with one domain.
|
|
878
876
|
#
|
|
879
877
|
# Use this API or [UpdateDomain][1] to enable [identity resolution][2]:
|
|
880
878
|
# set `Matching` to true.
|
|
@@ -937,7 +935,7 @@ module Aws::CustomerProfiles
|
|
|
937
935
|
#
|
|
938
936
|
# @option params [Types::RuleBasedMatchingRequest] :rule_based_matching
|
|
939
937
|
# The process of matching duplicate profiles using the Rule-Based
|
|
940
|
-
# matching. If `RuleBasedMatching` = true,
|
|
938
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
941
939
|
# Profiles will start to match and merge your profiles according to your
|
|
942
940
|
# configuration in the `RuleBasedMatchingRequest`. You can use the
|
|
943
941
|
# `ListRuleBasedMatches` and `GetSimilarProfiles` API to return and
|
|
@@ -1167,7 +1165,7 @@ module Aws::CustomerProfiles
|
|
|
1167
1165
|
end
|
|
1168
1166
|
|
|
1169
1167
|
# Creates an event stream, which is a subscription to real-time events,
|
|
1170
|
-
# such as when profiles are created and updated through
|
|
1168
|
+
# such as when profiles are created and updated through Connect Customer
|
|
1171
1169
|
# Customer Profiles.
|
|
1172
1170
|
#
|
|
1173
1171
|
# Each event stream can be associated with only one Kinesis Data Stream
|
|
@@ -1719,6 +1717,9 @@ module Aws::CustomerProfiles
|
|
|
1719
1717
|
# included_columns: {
|
|
1720
1718
|
# "String" => ["text"],
|
|
1721
1719
|
# },
|
|
1720
|
+
# excluded_columns: {
|
|
1721
|
+
# "String" => ["text"],
|
|
1722
|
+
# },
|
|
1722
1723
|
# },
|
|
1723
1724
|
# description: "sensitiveText",
|
|
1724
1725
|
# recommender_schema_name: "name",
|
|
@@ -1812,8 +1813,8 @@ module Aws::CustomerProfiles
|
|
|
1812
1813
|
#
|
|
1813
1814
|
# @option params [required, Hash<String,Array>] :fields
|
|
1814
1815
|
# A map of dataset type to column definitions that specifies which data
|
|
1815
|
-
# columns to include in the schema.
|
|
1816
|
-
#
|
|
1816
|
+
# columns to include in the schema. The `_webAnalytics` and
|
|
1817
|
+
# `_catalogItem` keys are supported.
|
|
1817
1818
|
#
|
|
1818
1819
|
# @option params [Hash<String,String>] :tags
|
|
1819
1820
|
# The tags used to organize, track, or control access for this resource.
|
|
@@ -2430,7 +2431,7 @@ module Aws::CustomerProfiles
|
|
|
2430
2431
|
#
|
|
2431
2432
|
# @option params [String] :destination_uri
|
|
2432
2433
|
# The destination to which the segment will be exported. This field must
|
|
2433
|
-
# be provided if the request is not submitted from the
|
|
2434
|
+
# be provided if the request is not submitted from the Connect Customer
|
|
2434
2435
|
# Admin Website.
|
|
2435
2436
|
#
|
|
2436
2437
|
# @return [Types::CreateSegmentSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -4166,6 +4167,9 @@ module Aws::CustomerProfiles
|
|
|
4166
4167
|
# resp.recommender_config.included_columns #=> Hash
|
|
4167
4168
|
# resp.recommender_config.included_columns["String"] #=> Array
|
|
4168
4169
|
# resp.recommender_config.included_columns["String"][0] #=> String
|
|
4170
|
+
# resp.recommender_config.excluded_columns #=> Hash
|
|
4171
|
+
# resp.recommender_config.excluded_columns["String"] #=> Array
|
|
4172
|
+
# resp.recommender_config.excluded_columns["String"][0] #=> String
|
|
4169
4173
|
# resp.description #=> String
|
|
4170
4174
|
# resp.status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
4171
4175
|
# resp.last_updated_at #=> Time
|
|
@@ -4180,6 +4184,9 @@ module Aws::CustomerProfiles
|
|
|
4180
4184
|
# resp.latest_recommender_update.recommender_config.included_columns #=> Hash
|
|
4181
4185
|
# resp.latest_recommender_update.recommender_config.included_columns["String"] #=> Array
|
|
4182
4186
|
# resp.latest_recommender_update.recommender_config.included_columns["String"][0] #=> String
|
|
4187
|
+
# resp.latest_recommender_update.recommender_config.excluded_columns #=> Hash
|
|
4188
|
+
# resp.latest_recommender_update.recommender_config.excluded_columns["String"] #=> Array
|
|
4189
|
+
# resp.latest_recommender_update.recommender_config.excluded_columns["String"][0] #=> String
|
|
4183
4190
|
# resp.latest_recommender_update.status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
4184
4191
|
# resp.latest_recommender_update.created_at #=> Time
|
|
4185
4192
|
# resp.latest_recommender_update.last_updated_at #=> Time
|
|
@@ -6001,6 +6008,9 @@ module Aws::CustomerProfiles
|
|
|
6001
6008
|
# resp.recommenders[0].recommender_config.included_columns #=> Hash
|
|
6002
6009
|
# resp.recommenders[0].recommender_config.included_columns["String"] #=> Array
|
|
6003
6010
|
# resp.recommenders[0].recommender_config.included_columns["String"][0] #=> String
|
|
6011
|
+
# resp.recommenders[0].recommender_config.excluded_columns #=> Hash
|
|
6012
|
+
# resp.recommenders[0].recommender_config.excluded_columns["String"] #=> Array
|
|
6013
|
+
# resp.recommenders[0].recommender_config.excluded_columns["String"][0] #=> String
|
|
6004
6014
|
# resp.recommenders[0].created_at #=> Time
|
|
6005
6015
|
# resp.recommenders[0].description #=> String
|
|
6006
6016
|
# resp.recommenders[0].status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
@@ -6017,6 +6027,9 @@ module Aws::CustomerProfiles
|
|
|
6017
6027
|
# resp.recommenders[0].latest_recommender_update.recommender_config.included_columns #=> Hash
|
|
6018
6028
|
# resp.recommenders[0].latest_recommender_update.recommender_config.included_columns["String"] #=> Array
|
|
6019
6029
|
# resp.recommenders[0].latest_recommender_update.recommender_config.included_columns["String"][0] #=> String
|
|
6030
|
+
# resp.recommenders[0].latest_recommender_update.recommender_config.excluded_columns #=> Hash
|
|
6031
|
+
# resp.recommenders[0].latest_recommender_update.recommender_config.excluded_columns["String"] #=> Array
|
|
6032
|
+
# resp.recommenders[0].latest_recommender_update.recommender_config.excluded_columns["String"][0] #=> String
|
|
6020
6033
|
# resp.recommenders[0].latest_recommender_update.status #=> String, one of "PENDING", "IN_PROGRESS", "ACTIVE", "FAILED", "STOPPING", "INACTIVE", "STARTING", "DELETING"
|
|
6021
6034
|
# resp.recommenders[0].latest_recommender_update.created_at #=> Time
|
|
6022
6035
|
# resp.recommenders[0].latest_recommender_update.last_updated_at #=> Time
|
|
@@ -7328,7 +7341,7 @@ module Aws::CustomerProfiles
|
|
|
7328
7341
|
#
|
|
7329
7342
|
# @option params [Types::RuleBasedMatchingRequest] :rule_based_matching
|
|
7330
7343
|
# The process of matching duplicate profiles using the rule-Based
|
|
7331
|
-
# matching. If `RuleBasedMatching` = true,
|
|
7344
|
+
# matching. If `RuleBasedMatching` = true, Connect Customer Customer
|
|
7332
7345
|
# Profiles will start to match and merge your profiles according to your
|
|
7333
7346
|
# configuration in the `RuleBasedMatchingRequest`. You can use the
|
|
7334
7347
|
# `ListRuleBasedMatches` and `GetSimilarProfiles` API to return and
|
|
@@ -7909,6 +7922,9 @@ module Aws::CustomerProfiles
|
|
|
7909
7922
|
# included_columns: {
|
|
7910
7923
|
# "String" => ["text"],
|
|
7911
7924
|
# },
|
|
7925
|
+
# excluded_columns: {
|
|
7926
|
+
# "String" => ["text"],
|
|
7927
|
+
# },
|
|
7912
7928
|
# },
|
|
7913
7929
|
# })
|
|
7914
7930
|
#
|
|
@@ -7943,7 +7959,7 @@ module Aws::CustomerProfiles
|
|
|
7943
7959
|
tracer: tracer
|
|
7944
7960
|
)
|
|
7945
7961
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
|
7946
|
-
context[:gem_version] = '1.
|
|
7962
|
+
context[:gem_version] = '1.88.0'
|
|
7947
7963
|
Seahorse::Client::Request.new(handlers, context)
|
|
7948
7964
|
end
|
|
7949
7965
|
|
|
@@ -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
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-customerprofiles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.88.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|