aws-sdk-customerprofiles 1.10.0 → 1.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d08270ee45732b3861cd2b3d6f649c34b5e0025c6335b5266274cc363a3b973f
4
- data.tar.gz: 9c070744ed8e28f7c2e2c5138edeb822cfbf65f5a65e1da8dc3a88d2973547aa
3
+ metadata.gz: e740e587892a7b167cd001e7d6b60848fd5247572e5c6602975652b88ee3d658
4
+ data.tar.gz: 6a516381a0fc24265ef180cf54fe96103992667ee5c247e50bb3e97747a46899
5
5
  SHA512:
6
- metadata.gz: 89effe39941773b84ebdf628675adb04260b2a45ceebd6dc1d6d05d0872d26e8d5ff611833669afbdbcc2c7707464c91d714a1f724d8c6d00b0a4456905f53ff
7
- data.tar.gz: 3085171dd3999f03434fc035db404f53b22e00af341ab74a7cba654e87375936c300cdf58246d5627078aff204d6eb81c183981d26b5253c5774904e82ad3478
6
+ metadata.gz: 6a52db5f65db9c96938d352be54a21c4488bb208c3220b1fcd48143af20f3f770e420f7f78506ef7a65f01adbf9075a0015c36bd82ff09ed9e9b3386283bb27c
7
+ data.tar.gz: 6e68b5cc05db16169408137847e07020770c61bf16bbc13f6f1ca97b704bf2d2f5b81614fe68a8d01d9ba3420938119cd9c6292504f7ec921d3cd3ac48302440
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2021-11-24)
5
+ ------------------
6
+
7
+ * Feature - This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
8
+
9
+ 1.13.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.12.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.11.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.10.0 (2021-08-13)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.14.0
@@ -275,6 +275,15 @@ module Aws::CustomerProfiles
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -386,10 +395,15 @@ module Aws::CustomerProfiles
386
395
  # Use this API or [UpdateDomain][1] to enable [identity resolution][2]\:
387
396
  # set `Matching` to true.
388
397
  #
398
+ # To prevent cross-service impersonation when you call this API, see
399
+ # [Cross-service confused deputy prevention][3] for sample policies that
400
+ # you should apply.
401
+ #
389
402
  #
390
403
  #
391
404
  # [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UpdateDomain.html
392
405
  # [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html
406
+ # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html
393
407
  #
394
408
  # @option params [required, String] :domain_name
395
409
  # The unique name of the domain.
@@ -410,11 +424,16 @@ module Aws::CustomerProfiles
410
424
  # to the DeadLetterQueue.
411
425
  #
412
426
  # @option params [Types::MatchingRequest] :matching
413
- # The process of matching duplicate profiles. If Matching = true, Amazon
414
- # Connect Customer Profiles starts a weekly batch process every Saturday
415
- # at 12AM UTC to detect duplicate profiles in your domains. After that
416
- # batch process completes, use the [GetMatches][1] API to return and
417
- # review the results.
427
+ # The process of matching duplicate profiles. If `Matching` = `true`,
428
+ # Amazon Connect Customer Profiles starts a weekly batch process called
429
+ # Identity Resolution Job. If you do not specify a date and time for
430
+ # Identity Resolution Job to run, by default it runs every Saturday at
431
+ # 12AM UTC to detect duplicate profiles in your domains.
432
+ #
433
+ # After the Identity Resolution Job completes, use the [GetMatches][1]
434
+ # API to return and review the results. Or, if you have configured
435
+ # `ExportingConfig` in the `MatchingRequest`, you can download the
436
+ # results from S3.
418
437
  #
419
438
  #
420
439
  #
@@ -443,6 +462,28 @@ module Aws::CustomerProfiles
443
462
  # dead_letter_queue_url: "sqsQueueUrl",
444
463
  # matching: {
445
464
  # enabled: false, # required
465
+ # job_schedule: {
466
+ # day_of_the_week: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
467
+ # time: "JobScheduleTime", # required
468
+ # },
469
+ # auto_merging: {
470
+ # enabled: false, # required
471
+ # consolidation: {
472
+ # matching_attributes_list: [ # required
473
+ # ["string1To255"],
474
+ # ],
475
+ # },
476
+ # conflict_resolution: {
477
+ # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
478
+ # source_name: "string1To255",
479
+ # },
480
+ # },
481
+ # exporting_config: {
482
+ # s3_exporting: {
483
+ # s3_bucket_name: "s3BucketName", # required
484
+ # s3_key_name: "s3KeyNameCustomerOutputConfig",
485
+ # },
486
+ # },
446
487
  # },
447
488
  # tags: {
448
489
  # "TagKey" => "TagValue",
@@ -456,6 +497,16 @@ module Aws::CustomerProfiles
456
497
  # resp.default_encryption_key #=> String
457
498
  # resp.dead_letter_queue_url #=> String
458
499
  # resp.matching.enabled #=> Boolean
500
+ # resp.matching.job_schedule.day_of_the_week #=> String, one of "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"
501
+ # resp.matching.job_schedule.time #=> String
502
+ # resp.matching.auto_merging.enabled #=> Boolean
503
+ # resp.matching.auto_merging.consolidation.matching_attributes_list #=> Array
504
+ # resp.matching.auto_merging.consolidation.matching_attributes_list[0] #=> Array
505
+ # resp.matching.auto_merging.consolidation.matching_attributes_list[0][0] #=> String
506
+ # resp.matching.auto_merging.conflict_resolution.conflict_resolving_model #=> String, one of "RECENCY", "SOURCE"
507
+ # resp.matching.auto_merging.conflict_resolution.source_name #=> String
508
+ # resp.matching.exporting_config.s3_exporting.s3_bucket_name #=> String
509
+ # resp.matching.exporting_config.s3_exporting.s3_key_name #=> String
459
510
  # resp.created_at #=> Time
460
511
  # resp.last_updated_at #=> Time
461
512
  # resp.tags #=> Hash
@@ -845,6 +896,71 @@ module Aws::CustomerProfiles
845
896
  req.send_request(options)
846
897
  end
847
898
 
899
+ # Tests the auto-merging settings of your Identity Resolution Job
900
+ # without merging your data. It randomly selects a sample of matching
901
+ # groups from the existing matching results, and applies the automerging
902
+ # settings that you provided. You can then view the number of profiles
903
+ # in the sample, the number of matches, and the number of profiles
904
+ # identified to be merged. This enables you to evaluate the accuracy of
905
+ # the attributes in your matching list.
906
+ #
907
+ # You can't view which profiles are matched and would be merged.
908
+ #
909
+ # We strongly recommend you use this API to do a dry run of the
910
+ # automerging process before running the Identity Resolution Job.
911
+ # Include **at least** two matching attributes. If your matching list
912
+ # includes too few attributes (such as only `FirstName` or only
913
+ # `LastName`), there may be a large number of matches. This increases
914
+ # the chances of erroneous merges.
915
+ #
916
+ # @option params [required, String] :domain_name
917
+ # The unique name of the domain.
918
+ #
919
+ # @option params [required, Types::Consolidation] :consolidation
920
+ # A list of matching attributes that represent matching criteria.
921
+ #
922
+ # @option params [required, Types::ConflictResolution] :conflict_resolution
923
+ # How the auto-merging process should resolve conflicts between
924
+ # different profiles.
925
+ #
926
+ # @return [Types::GetAutoMergingPreviewResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
927
+ #
928
+ # * {Types::GetAutoMergingPreviewResponse#domain_name #domain_name} => String
929
+ # * {Types::GetAutoMergingPreviewResponse#number_of_matches_in_sample #number_of_matches_in_sample} => Integer
930
+ # * {Types::GetAutoMergingPreviewResponse#number_of_profiles_in_sample #number_of_profiles_in_sample} => Integer
931
+ # * {Types::GetAutoMergingPreviewResponse#number_of_profiles_will_be_merged #number_of_profiles_will_be_merged} => Integer
932
+ #
933
+ # @example Request syntax with placeholder values
934
+ #
935
+ # resp = client.get_auto_merging_preview({
936
+ # domain_name: "name", # required
937
+ # consolidation: { # required
938
+ # matching_attributes_list: [ # required
939
+ # ["string1To255"],
940
+ # ],
941
+ # },
942
+ # conflict_resolution: { # required
943
+ # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
944
+ # source_name: "string1To255",
945
+ # },
946
+ # })
947
+ #
948
+ # @example Response structure
949
+ #
950
+ # resp.domain_name #=> String
951
+ # resp.number_of_matches_in_sample #=> Integer
952
+ # resp.number_of_profiles_in_sample #=> Integer
953
+ # resp.number_of_profiles_will_be_merged #=> Integer
954
+ #
955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetAutoMergingPreview AWS API Documentation
956
+ #
957
+ # @overload get_auto_merging_preview(params = {})
958
+ # @param [Hash] params ({})
959
+ def get_auto_merging_preview(params = {}, options = {})
960
+ req = build_request(:get_auto_merging_preview, params)
961
+ req.send_request(options)
962
+ end
963
+
848
964
  # Returns information about a specific domain.
849
965
  #
850
966
  # @option params [required, String] :domain_name
@@ -879,6 +995,16 @@ module Aws::CustomerProfiles
879
995
  # resp.stats.object_count #=> Integer
880
996
  # resp.stats.total_size #=> Integer
881
997
  # resp.matching.enabled #=> Boolean
998
+ # resp.matching.job_schedule.day_of_the_week #=> String, one of "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"
999
+ # resp.matching.job_schedule.time #=> String
1000
+ # resp.matching.auto_merging.enabled #=> Boolean
1001
+ # resp.matching.auto_merging.consolidation.matching_attributes_list #=> Array
1002
+ # resp.matching.auto_merging.consolidation.matching_attributes_list[0] #=> Array
1003
+ # resp.matching.auto_merging.consolidation.matching_attributes_list[0][0] #=> String
1004
+ # resp.matching.auto_merging.conflict_resolution.conflict_resolving_model #=> String, one of "RECENCY", "SOURCE"
1005
+ # resp.matching.auto_merging.conflict_resolution.source_name #=> String
1006
+ # resp.matching.exporting_config.s3_exporting.s3_bucket_name #=> String
1007
+ # resp.matching.exporting_config.s3_exporting.s3_key_name #=> String
882
1008
  # resp.created_at #=> Time
883
1009
  # resp.last_updated_at #=> Time
884
1010
  # resp.tags #=> Hash
@@ -893,6 +1019,75 @@ module Aws::CustomerProfiles
893
1019
  req.send_request(options)
894
1020
  end
895
1021
 
1022
+ # Returns information about an Identity Resolution Job in a specific
1023
+ # domain.
1024
+ #
1025
+ # Identity Resolution Jobs are set up using the Amazon Connect admin
1026
+ # console. For more information, see [Use Identity Resolution to
1027
+ # consolidate similar profiles][1].
1028
+ #
1029
+ #
1030
+ #
1031
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/use-identity-resolution.html
1032
+ #
1033
+ # @option params [required, String] :domain_name
1034
+ # The unique name of the domain.
1035
+ #
1036
+ # @option params [required, String] :job_id
1037
+ # The unique identifier of the Identity Resolution Job.
1038
+ #
1039
+ # @return [Types::GetIdentityResolutionJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1040
+ #
1041
+ # * {Types::GetIdentityResolutionJobResponse#domain_name #domain_name} => String
1042
+ # * {Types::GetIdentityResolutionJobResponse#job_id #job_id} => String
1043
+ # * {Types::GetIdentityResolutionJobResponse#status #status} => String
1044
+ # * {Types::GetIdentityResolutionJobResponse#message #message} => String
1045
+ # * {Types::GetIdentityResolutionJobResponse#job_start_time #job_start_time} => Time
1046
+ # * {Types::GetIdentityResolutionJobResponse#job_end_time #job_end_time} => Time
1047
+ # * {Types::GetIdentityResolutionJobResponse#last_updated_at #last_updated_at} => Time
1048
+ # * {Types::GetIdentityResolutionJobResponse#job_expiration_time #job_expiration_time} => Time
1049
+ # * {Types::GetIdentityResolutionJobResponse#auto_merging #auto_merging} => Types::AutoMerging
1050
+ # * {Types::GetIdentityResolutionJobResponse#exporting_location #exporting_location} => Types::ExportingLocation
1051
+ # * {Types::GetIdentityResolutionJobResponse#job_stats #job_stats} => Types::JobStats
1052
+ #
1053
+ # @example Request syntax with placeholder values
1054
+ #
1055
+ # resp = client.get_identity_resolution_job({
1056
+ # domain_name: "name", # required
1057
+ # job_id: "uuid", # required
1058
+ # })
1059
+ #
1060
+ # @example Response structure
1061
+ #
1062
+ # resp.domain_name #=> String
1063
+ # resp.job_id #=> String
1064
+ # resp.status #=> String, one of "PENDING", "PREPROCESSING", "FIND_MATCHING", "MERGING", "COMPLETED", "PARTIAL_SUCCESS", "FAILED"
1065
+ # resp.message #=> String
1066
+ # resp.job_start_time #=> Time
1067
+ # resp.job_end_time #=> Time
1068
+ # resp.last_updated_at #=> Time
1069
+ # resp.job_expiration_time #=> Time
1070
+ # resp.auto_merging.enabled #=> Boolean
1071
+ # resp.auto_merging.consolidation.matching_attributes_list #=> Array
1072
+ # resp.auto_merging.consolidation.matching_attributes_list[0] #=> Array
1073
+ # resp.auto_merging.consolidation.matching_attributes_list[0][0] #=> String
1074
+ # resp.auto_merging.conflict_resolution.conflict_resolving_model #=> String, one of "RECENCY", "SOURCE"
1075
+ # resp.auto_merging.conflict_resolution.source_name #=> String
1076
+ # resp.exporting_location.s3_exporting.s3_bucket_name #=> String
1077
+ # resp.exporting_location.s3_exporting.s3_key_name #=> String
1078
+ # resp.job_stats.number_of_profiles_reviewed #=> Integer
1079
+ # resp.job_stats.number_of_matches_found #=> Integer
1080
+ # resp.job_stats.number_of_merges_done #=> Integer
1081
+ #
1082
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIdentityResolutionJob AWS API Documentation
1083
+ #
1084
+ # @overload get_identity_resolution_job(params = {})
1085
+ # @param [Hash] params ({})
1086
+ def get_identity_resolution_job(params = {}, options = {})
1087
+ req = build_request(:get_identity_resolution_job, params)
1088
+ req.send_request(options)
1089
+ end
1090
+
896
1091
  # Returns an integration for a domain.
897
1092
  #
898
1093
  # @option params [required, String] :domain_name
@@ -945,9 +1140,16 @@ module Aws::CustomerProfiles
945
1140
  # GetMatches returns potentially matching profiles, based on the results
946
1141
  # of the latest run of a machine learning process.
947
1142
  #
948
- # Amazon Connect starts a batch process every Saturday at 12AM UTC to
949
- # identify matching profiles. The results are returned up to seven days
950
- # after the Saturday run.
1143
+ # The process of matching duplicate profiles. If `Matching` = `true`,
1144
+ # Amazon Connect Customer Profiles starts a weekly batch process called
1145
+ # Identity Resolution Job. If you do not specify a date and time for
1146
+ # Identity Resolution Job to run, by default it runs every Saturday at
1147
+ # 12AM UTC to detect duplicate profiles in your domains.
1148
+ #
1149
+ # After the Identity Resolution Job completes, use the [GetMatches][3]
1150
+ # API to return and review the results. Or, if you have configured
1151
+ # `ExportingConfig` in the `MatchingRequest`, you can download the
1152
+ # results from S3.
951
1153
  #
952
1154
  # Amazon Connect uses the following profile attributes to identify
953
1155
  # matches:
@@ -981,6 +1183,7 @@ module Aws::CustomerProfiles
981
1183
  #
982
1184
  # [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html
983
1185
  # [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_UpdateDomain.html
1186
+ # [3]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html
984
1187
  #
985
1188
  # @option params [String] :next_token
986
1189
  # The token for the next set of results. Use the value returned in the
@@ -1017,6 +1220,7 @@ module Aws::CustomerProfiles
1017
1220
  # resp.matches[0].match_id #=> String
1018
1221
  # resp.matches[0].profile_ids #=> Array
1019
1222
  # resp.matches[0].profile_ids[0] #=> String
1223
+ # resp.matches[0].confidence_score #=> Float
1020
1224
  #
1021
1225
  # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetMatches AWS API Documentation
1022
1226
  #
@@ -1043,6 +1247,7 @@ module Aws::CustomerProfiles
1043
1247
  # * {Types::GetProfileObjectTypeResponse#expiration_days #expiration_days} => Integer
1044
1248
  # * {Types::GetProfileObjectTypeResponse#encryption_key #encryption_key} => String
1045
1249
  # * {Types::GetProfileObjectTypeResponse#allow_profile_creation #allow_profile_creation} => Boolean
1250
+ # * {Types::GetProfileObjectTypeResponse#source_last_updated_timestamp_format #source_last_updated_timestamp_format} => String
1046
1251
  # * {Types::GetProfileObjectTypeResponse#fields #fields} => Hash<String,Types::ObjectTypeField>
1047
1252
  # * {Types::GetProfileObjectTypeResponse#keys #keys} => Hash<String,Array<Types::ObjectTypeKey>>
1048
1253
  # * {Types::GetProfileObjectTypeResponse#created_at #created_at} => Time
@@ -1064,6 +1269,7 @@ module Aws::CustomerProfiles
1064
1269
  # resp.expiration_days #=> Integer
1065
1270
  # resp.encryption_key #=> String
1066
1271
  # resp.allow_profile_creation #=> Boolean
1272
+ # resp.source_last_updated_timestamp_format #=> String
1067
1273
  # resp.fields #=> Hash
1068
1274
  # resp.fields["name"].source #=> String
1069
1275
  # resp.fields["name"].target #=> String
@@ -1105,6 +1311,7 @@ module Aws::CustomerProfiles
1105
1311
  # * {Types::GetProfileObjectTypeTemplateResponse#source_name #source_name} => String
1106
1312
  # * {Types::GetProfileObjectTypeTemplateResponse#source_object #source_object} => String
1107
1313
  # * {Types::GetProfileObjectTypeTemplateResponse#allow_profile_creation #allow_profile_creation} => Boolean
1314
+ # * {Types::GetProfileObjectTypeTemplateResponse#source_last_updated_timestamp_format #source_last_updated_timestamp_format} => String
1108
1315
  # * {Types::GetProfileObjectTypeTemplateResponse#fields #fields} => Hash<String,Types::ObjectTypeField>
1109
1316
  # * {Types::GetProfileObjectTypeTemplateResponse#keys #keys} => Hash<String,Array<Types::ObjectTypeKey>>
1110
1317
  #
@@ -1120,6 +1327,7 @@ module Aws::CustomerProfiles
1120
1327
  # resp.source_name #=> String
1121
1328
  # resp.source_object #=> String
1122
1329
  # resp.allow_profile_creation #=> Boolean
1330
+ # resp.source_last_updated_timestamp_format #=> String
1123
1331
  # resp.fields #=> Hash
1124
1332
  # resp.fields["name"].source #=> String
1125
1333
  # resp.fields["name"].target #=> String
@@ -1227,6 +1435,58 @@ module Aws::CustomerProfiles
1227
1435
  req.send_request(options)
1228
1436
  end
1229
1437
 
1438
+ # Lists all of the Identity Resolution Jobs in your domain. The response
1439
+ # sorts the list by `JobStartTime`.
1440
+ #
1441
+ # @option params [required, String] :domain_name
1442
+ # The unique name of the domain.
1443
+ #
1444
+ # @option params [String] :next_token
1445
+ # The token for the next set of results. Use the value returned in the
1446
+ # previous response in the next request to retrieve the next set of
1447
+ # results.
1448
+ #
1449
+ # @option params [Integer] :max_results
1450
+ # The maximum number of results to return per page.
1451
+ #
1452
+ # @return [Types::ListIdentityResolutionJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1453
+ #
1454
+ # * {Types::ListIdentityResolutionJobsResponse#identity_resolution_jobs_list #identity_resolution_jobs_list} => Array<Types::IdentityResolutionJob>
1455
+ # * {Types::ListIdentityResolutionJobsResponse#next_token #next_token} => String
1456
+ #
1457
+ # @example Request syntax with placeholder values
1458
+ #
1459
+ # resp = client.list_identity_resolution_jobs({
1460
+ # domain_name: "name", # required
1461
+ # next_token: "token",
1462
+ # max_results: 1,
1463
+ # })
1464
+ #
1465
+ # @example Response structure
1466
+ #
1467
+ # resp.identity_resolution_jobs_list #=> Array
1468
+ # resp.identity_resolution_jobs_list[0].domain_name #=> String
1469
+ # resp.identity_resolution_jobs_list[0].job_id #=> String
1470
+ # resp.identity_resolution_jobs_list[0].status #=> String, one of "PENDING", "PREPROCESSING", "FIND_MATCHING", "MERGING", "COMPLETED", "PARTIAL_SUCCESS", "FAILED"
1471
+ # resp.identity_resolution_jobs_list[0].job_start_time #=> Time
1472
+ # resp.identity_resolution_jobs_list[0].job_end_time #=> Time
1473
+ # resp.identity_resolution_jobs_list[0].job_stats.number_of_profiles_reviewed #=> Integer
1474
+ # resp.identity_resolution_jobs_list[0].job_stats.number_of_matches_found #=> Integer
1475
+ # resp.identity_resolution_jobs_list[0].job_stats.number_of_merges_done #=> Integer
1476
+ # resp.identity_resolution_jobs_list[0].exporting_location.s3_exporting.s3_bucket_name #=> String
1477
+ # resp.identity_resolution_jobs_list[0].exporting_location.s3_exporting.s3_key_name #=> String
1478
+ # resp.identity_resolution_jobs_list[0].message #=> String
1479
+ # resp.next_token #=> String
1480
+ #
1481
+ # @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIdentityResolutionJobs AWS API Documentation
1482
+ #
1483
+ # @overload list_identity_resolution_jobs(params = {})
1484
+ # @param [Hash] params ({})
1485
+ def list_identity_resolution_jobs(params = {}, options = {})
1486
+ req = build_request(:list_identity_resolution_jobs, params)
1487
+ req.send_request(options)
1488
+ end
1489
+
1230
1490
  # Lists all of the integrations in your domain.
1231
1491
  #
1232
1492
  # @option params [required, String] :domain_name
@@ -1748,6 +2008,10 @@ module Aws::CustomerProfiles
1748
2008
  # profile. If it is set to `TRUE`, and if no match is found, then the
1749
2009
  # service creates a new standard profile.
1750
2010
  #
2011
+ # @option params [String] :source_last_updated_timestamp_format
2012
+ # The format of your `sourceLastUpdatedTimestamp` that was previously
2013
+ # set up.
2014
+ #
1751
2015
  # @option params [Hash<String,Types::ObjectTypeField>] :fields
1752
2016
  # A map of the name and ObjectType field.
1753
2017
  #
@@ -1765,6 +2029,7 @@ module Aws::CustomerProfiles
1765
2029
  # * {Types::PutProfileObjectTypeResponse#expiration_days #expiration_days} => Integer
1766
2030
  # * {Types::PutProfileObjectTypeResponse#encryption_key #encryption_key} => String
1767
2031
  # * {Types::PutProfileObjectTypeResponse#allow_profile_creation #allow_profile_creation} => Boolean
2032
+ # * {Types::PutProfileObjectTypeResponse#source_last_updated_timestamp_format #source_last_updated_timestamp_format} => String
1768
2033
  # * {Types::PutProfileObjectTypeResponse#fields #fields} => Hash&lt;String,Types::ObjectTypeField&gt;
1769
2034
  # * {Types::PutProfileObjectTypeResponse#keys #keys} => Hash&lt;String,Array&lt;Types::ObjectTypeKey&gt;&gt;
1770
2035
  # * {Types::PutProfileObjectTypeResponse#created_at #created_at} => Time
@@ -1781,6 +2046,7 @@ module Aws::CustomerProfiles
1781
2046
  # expiration_days: 1,
1782
2047
  # encryption_key: "encryptionKey",
1783
2048
  # allow_profile_creation: false,
2049
+ # source_last_updated_timestamp_format: "string1To255",
1784
2050
  # fields: {
1785
2051
  # "name" => {
1786
2052
  # source: "text",
@@ -1809,6 +2075,7 @@ module Aws::CustomerProfiles
1809
2075
  # resp.expiration_days #=> Integer
1810
2076
  # resp.encryption_key #=> String
1811
2077
  # resp.allow_profile_creation #=> Boolean
2078
+ # resp.source_last_updated_timestamp_format #=> String
1812
2079
  # resp.fields #=> Hash
1813
2080
  # resp.fields["name"].source #=> String
1814
2081
  # resp.fields["name"].target #=> String
@@ -2023,10 +2290,15 @@ module Aws::CustomerProfiles
2023
2290
  # Use this API or [CreateDomain][1] to enable [identity resolution][2]\:
2024
2291
  # set `Matching` to true.
2025
2292
  #
2293
+ # To prevent cross-service impersonation when you call this API, see
2294
+ # [Cross-service confused deputy prevention][3] for sample policies that
2295
+ # you should apply.
2296
+ #
2026
2297
  #
2027
2298
  #
2028
2299
  # [1]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateDomain.html
2029
2300
  # [2]: https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html
2301
+ # [3]: https://docs.aws.amazon.com/connect/latest/adminguide/cross-service-confused-deputy-prevention.html
2030
2302
  #
2031
2303
  # @option params [required, String] :domain_name
2032
2304
  # The unique name of the domain.
@@ -2049,11 +2321,16 @@ module Aws::CustomerProfiles
2049
2321
  # to the DeadLetterQueue.
2050
2322
  #
2051
2323
  # @option params [Types::MatchingRequest] :matching
2052
- # The process of matching duplicate profiles. If Matching = true, Amazon
2053
- # Connect Customer Profiles starts a weekly batch process every Saturday
2054
- # at 12AM UTC to detect duplicate profiles in your domains. After that
2055
- # batch process completes, use the [GetMatches][1] API to return and
2056
- # review the results.
2324
+ # The process of matching duplicate profiles. If `Matching` = `true`,
2325
+ # Amazon Connect Customer Profiles starts a weekly batch process called
2326
+ # Identity Resolution Job. If you do not specify a date and time for
2327
+ # Identity Resolution Job to run, by default it runs every Saturday at
2328
+ # 12AM UTC to detect duplicate profiles in your domains.
2329
+ #
2330
+ # After the Identity Resolution Job completes, use the [GetMatches][1]
2331
+ # API to return and review the results. Or, if you have configured
2332
+ # `ExportingConfig` in the `MatchingRequest`, you can download the
2333
+ # results from S3.
2057
2334
  #
2058
2335
  #
2059
2336
  #
@@ -2082,6 +2359,28 @@ module Aws::CustomerProfiles
2082
2359
  # dead_letter_queue_url: "sqsQueueUrl",
2083
2360
  # matching: {
2084
2361
  # enabled: false, # required
2362
+ # job_schedule: {
2363
+ # day_of_the_week: "SUNDAY", # required, accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
2364
+ # time: "JobScheduleTime", # required
2365
+ # },
2366
+ # auto_merging: {
2367
+ # enabled: false, # required
2368
+ # consolidation: {
2369
+ # matching_attributes_list: [ # required
2370
+ # ["string1To255"],
2371
+ # ],
2372
+ # },
2373
+ # conflict_resolution: {
2374
+ # conflict_resolving_model: "RECENCY", # required, accepts RECENCY, SOURCE
2375
+ # source_name: "string1To255",
2376
+ # },
2377
+ # },
2378
+ # exporting_config: {
2379
+ # s3_exporting: {
2380
+ # s3_bucket_name: "s3BucketName", # required
2381
+ # s3_key_name: "s3KeyNameCustomerOutputConfig",
2382
+ # },
2383
+ # },
2085
2384
  # },
2086
2385
  # tags: {
2087
2386
  # "TagKey" => "TagValue",
@@ -2095,6 +2394,16 @@ module Aws::CustomerProfiles
2095
2394
  # resp.default_encryption_key #=> String
2096
2395
  # resp.dead_letter_queue_url #=> String
2097
2396
  # resp.matching.enabled #=> Boolean
2397
+ # resp.matching.job_schedule.day_of_the_week #=> String, one of "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"
2398
+ # resp.matching.job_schedule.time #=> String
2399
+ # resp.matching.auto_merging.enabled #=> Boolean
2400
+ # resp.matching.auto_merging.consolidation.matching_attributes_list #=> Array
2401
+ # resp.matching.auto_merging.consolidation.matching_attributes_list[0] #=> Array
2402
+ # resp.matching.auto_merging.consolidation.matching_attributes_list[0][0] #=> String
2403
+ # resp.matching.auto_merging.conflict_resolution.conflict_resolving_model #=> String, one of "RECENCY", "SOURCE"
2404
+ # resp.matching.auto_merging.conflict_resolution.source_name #=> String
2405
+ # resp.matching.exporting_config.s3_exporting.s3_bucket_name #=> String
2406
+ # resp.matching.exporting_config.s3_exporting.s3_key_name #=> String
2098
2407
  # resp.created_at #=> Time
2099
2408
  # resp.last_updated_at #=> Time
2100
2409
  # resp.tags #=> Hash
@@ -2292,7 +2601,7 @@ module Aws::CustomerProfiles
2292
2601
  params: params,
2293
2602
  config: config)
2294
2603
  context[:gem_name] = 'aws-sdk-customerprofiles'
2295
- context[:gem_version] = '1.10.0'
2604
+ context[:gem_version] = '1.14.0'
2296
2605
  Seahorse::Client::Request.new(handlers, context)
2297
2606
  end
2298
2607