aws-sdk-customerprofiles 1.27.0 → 1.28.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 +8 -3
- data/lib/aws-sdk-customerprofiles/types.rb +20 -22
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 206a9c41b5bf79cbfcc1c919b9a316a13acf8ce4773e0368e5a04eefe0258692
|
|
4
|
+
data.tar.gz: 281922444e0e0f48f736d7c067373d85057d91889c55a128444263df318db185
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42fa8766629715c3bea5a5bbcc9c473e012e539562de9cce376a2eae1f3f619641968f2ea73f6f32061b663c1870d0533343be4d4dc871379ddf24d4abfc7fb6
|
|
7
|
+
data.tar.gz: ea1485acfb744bfa3fc1499faad19df90a54b48938df07e7801d106bd9cc0bee408dd8c53995a3c62ebdb11623380823cb490dd09cbf33f0be7111d21f270af7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.28.0
|
|
@@ -275,6 +275,11 @@ module Aws::CustomerProfiles
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -430,7 +435,7 @@ module Aws::CustomerProfiles
|
|
|
430
435
|
# Each Amazon Connect instance can be associated with only one domain.
|
|
431
436
|
# Multiple Amazon Connect instances can be associated with one domain.
|
|
432
437
|
#
|
|
433
|
-
# Use this API or [UpdateDomain][1] to enable [identity resolution][2]
|
|
438
|
+
# Use this API or [UpdateDomain][1] to enable [identity resolution][2]:
|
|
434
439
|
# set `Matching` to true.
|
|
435
440
|
#
|
|
436
441
|
# To prevent cross-service impersonation when you call this API, see
|
|
@@ -2777,7 +2782,7 @@ module Aws::CustomerProfiles
|
|
|
2777
2782
|
#
|
|
2778
2783
|
# After a domain is created, the name can’t be changed.
|
|
2779
2784
|
#
|
|
2780
|
-
# Use this API or [CreateDomain][1] to enable [identity resolution][2]
|
|
2785
|
+
# Use this API or [CreateDomain][1] to enable [identity resolution][2]:
|
|
2781
2786
|
# set `Matching` to true.
|
|
2782
2787
|
#
|
|
2783
2788
|
# To prevent cross-service impersonation when you call this API, see
|
|
@@ -3106,7 +3111,7 @@ module Aws::CustomerProfiles
|
|
|
3106
3111
|
params: params,
|
|
3107
3112
|
config: config)
|
|
3108
3113
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
|
3109
|
-
context[:gem_version] = '1.
|
|
3114
|
+
context[:gem_version] = '1.28.0'
|
|
3110
3115
|
Seahorse::Client::Request.new(handlers, context)
|
|
3111
3116
|
end
|
|
3112
3117
|
|
|
@@ -370,9 +370,9 @@ module Aws::CustomerProfiles
|
|
|
370
370
|
# How the auto-merging process should resolve conflicts between
|
|
371
371
|
# different profiles.
|
|
372
372
|
#
|
|
373
|
-
# * `RECENCY
|
|
373
|
+
# * `RECENCY`: Uses the data that was most recently updated.
|
|
374
374
|
#
|
|
375
|
-
# * `SOURCE
|
|
375
|
+
# * `SOURCE`: Uses the data from a specific source. For example, if a
|
|
376
376
|
# company has been aquired or two departments have merged, data from
|
|
377
377
|
# the specified source is used. If two duplicate profiles are from
|
|
378
378
|
# the same source, then `RECENCY` is used again.
|
|
@@ -1405,27 +1405,26 @@ module Aws::CustomerProfiles
|
|
|
1405
1405
|
# @!attribute [rw] status
|
|
1406
1406
|
# The status of the Identity Resolution Job.
|
|
1407
1407
|
#
|
|
1408
|
-
# * `PENDING
|
|
1408
|
+
# * `PENDING`: The Identity Resolution Job is scheduled but has not
|
|
1409
1409
|
# started yet. If you turn off the Identity Resolution feature in
|
|
1410
1410
|
# your domain, jobs in the `PENDING` state are deleted.
|
|
1411
1411
|
#
|
|
1412
|
-
# * `PREPROCESSING
|
|
1413
|
-
# data.
|
|
1412
|
+
# * `PREPROCESSING`: The Identity Resolution Job is loading your data.
|
|
1414
1413
|
#
|
|
1415
|
-
# * `FIND_MATCHING
|
|
1414
|
+
# * `FIND_MATCHING`: The Identity Resolution Job is using the machine
|
|
1416
1415
|
# learning model to identify profiles that belong to the same
|
|
1417
1416
|
# matching group.
|
|
1418
1417
|
#
|
|
1419
|
-
# * `MERGING
|
|
1418
|
+
# * `MERGING`: The Identity Resolution Job is merging duplicate
|
|
1420
1419
|
# profiles.
|
|
1421
1420
|
#
|
|
1422
|
-
# * `COMPLETED
|
|
1421
|
+
# * `COMPLETED`: The Identity Resolution Job completed successfully.
|
|
1423
1422
|
#
|
|
1424
|
-
# * `PARTIAL_SUCCESS
|
|
1425
|
-
#
|
|
1426
|
-
#
|
|
1423
|
+
# * `PARTIAL_SUCCESS`: There's a system error and not all of the data
|
|
1424
|
+
# is merged. The Identity Resolution Job writes a message indicating
|
|
1425
|
+
# the source of the problem.
|
|
1427
1426
|
#
|
|
1428
|
-
# * `FAILED
|
|
1427
|
+
# * `FAILED`: The Identity Resolution Job did not merge any data. It
|
|
1429
1428
|
# writes a message indicating the source of the problem.
|
|
1430
1429
|
# @return [String]
|
|
1431
1430
|
#
|
|
@@ -1902,27 +1901,26 @@ module Aws::CustomerProfiles
|
|
|
1902
1901
|
# @!attribute [rw] status
|
|
1903
1902
|
# The status of the Identity Resolution Job.
|
|
1904
1903
|
#
|
|
1905
|
-
# * `PENDING
|
|
1904
|
+
# * `PENDING`: The Identity Resolution Job is scheduled but has not
|
|
1906
1905
|
# started yet. If you turn off the Identity Resolution feature in
|
|
1907
1906
|
# your domain, jobs in the `PENDING` state are deleted.
|
|
1908
1907
|
#
|
|
1909
|
-
# * `PREPROCESSING
|
|
1910
|
-
# data.
|
|
1908
|
+
# * `PREPROCESSING`: The Identity Resolution Job is loading your data.
|
|
1911
1909
|
#
|
|
1912
|
-
# * `FIND_MATCHING
|
|
1910
|
+
# * `FIND_MATCHING`: The Identity Resolution Job is using the machine
|
|
1913
1911
|
# learning model to identify profiles that belong to the same
|
|
1914
1912
|
# matching group.
|
|
1915
1913
|
#
|
|
1916
|
-
# * `MERGING
|
|
1914
|
+
# * `MERGING`: The Identity Resolution Job is merging duplicate
|
|
1917
1915
|
# profiles.
|
|
1918
1916
|
#
|
|
1919
|
-
# * `COMPLETED
|
|
1917
|
+
# * `COMPLETED`: The Identity Resolution Job completed successfully.
|
|
1920
1918
|
#
|
|
1921
|
-
# * `PARTIAL_SUCCESS
|
|
1922
|
-
#
|
|
1923
|
-
#
|
|
1919
|
+
# * `PARTIAL_SUCCESS`: There's a system error and not all of the data
|
|
1920
|
+
# is merged. The Identity Resolution Job writes a message indicating
|
|
1921
|
+
# the source of the problem.
|
|
1924
1922
|
#
|
|
1925
|
-
# * `FAILED
|
|
1923
|
+
# * `FAILED`: The Identity Resolution Job did not merge any data. It
|
|
1926
1924
|
# writes a message indicating the source of the problem.
|
|
1927
1925
|
# @return [String]
|
|
1928
1926
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.28.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: 2023-
|
|
11
|
+
date: 2023-05-31 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.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|