aws-sdk-entityresolution 1.14.0 → 1.15.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-entityresolution/client.rb +136 -19
- data/lib/aws-sdk-entityresolution/client_api.rb +52 -5
- data/lib/aws-sdk-entityresolution/types.rb +241 -53
- data/lib/aws-sdk-entityresolution.rb +1 -1
- data/sig/client.rbs +54 -6
- data/sig/types.rbs +31 -2
- metadata +4 -4
@@ -10,8 +10,7 @@
|
|
10
10
|
module Aws::EntityResolution
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# You do not have sufficient access to perform this action.
|
14
|
-
# Code: 403`
|
13
|
+
# You do not have sufficient access to perform this action.
|
15
14
|
#
|
16
15
|
# @!attribute [rw] message
|
17
16
|
# @return [String]
|
@@ -43,6 +42,11 @@ module Aws::EntityResolution
|
|
43
42
|
# @!attribute [rw] effect
|
44
43
|
# Determines whether the permissions specified in the policy are to be
|
45
44
|
# allowed (`Allow`) or denied (`Deny`).
|
45
|
+
#
|
46
|
+
# If you set the value of the `effect` parameter to `Deny` for the
|
47
|
+
# `AddPolicyStatement` operation, you must also set the value of the
|
48
|
+
# `effect` parameter in the `policy` to `Deny` for the `PutPolicy`
|
49
|
+
# operation.
|
46
50
|
# @return [String]
|
47
51
|
#
|
48
52
|
# @!attribute [rw] principal
|
@@ -142,8 +146,7 @@ module Aws::EntityResolution
|
|
142
146
|
|
143
147
|
# The request could not be processed because of conflict in the current
|
144
148
|
# state of the resource. Example: Workflow already exists, Schema
|
145
|
-
# already exists, Workflow is currently running, etc.
|
146
|
-
# 400`
|
149
|
+
# already exists, Workflow is currently running, etc.
|
147
150
|
#
|
148
151
|
# @!attribute [rw] message
|
149
152
|
# @return [String]
|
@@ -161,8 +164,8 @@ module Aws::EntityResolution
|
|
161
164
|
# @return [String]
|
162
165
|
#
|
163
166
|
# @!attribute [rw] id_mapping_techniques
|
164
|
-
# An object which defines the
|
165
|
-
#
|
167
|
+
# An object which defines the ID mapping technique and any additional
|
168
|
+
# configurations.
|
166
169
|
# @return [Types::IdMappingTechniques]
|
167
170
|
#
|
168
171
|
# @!attribute [rw] input_source_config
|
@@ -210,8 +213,8 @@ module Aws::EntityResolution
|
|
210
213
|
# @return [String]
|
211
214
|
#
|
212
215
|
# @!attribute [rw] id_mapping_techniques
|
213
|
-
# An object which defines the
|
214
|
-
#
|
216
|
+
# An object which defines the ID mapping technique and any additional
|
217
|
+
# configurations.
|
215
218
|
# @return [Types::IdMappingTechniques]
|
216
219
|
#
|
217
220
|
# @!attribute [rw] input_source_config
|
@@ -731,7 +734,7 @@ module Aws::EntityResolution
|
|
731
734
|
|
732
735
|
# The request was rejected because it attempted to create resources
|
733
736
|
# beyond the current Entity Resolution account limits. The error message
|
734
|
-
# describes the limit exceeded.
|
737
|
+
# describes the limit exceeded.
|
735
738
|
#
|
736
739
|
# @!attribute [rw] message
|
737
740
|
# @return [String]
|
@@ -835,8 +838,8 @@ module Aws::EntityResolution
|
|
835
838
|
# @return [String]
|
836
839
|
#
|
837
840
|
# @!attribute [rw] id_mapping_techniques
|
838
|
-
# An object which defines the
|
839
|
-
#
|
841
|
+
# An object which defines the ID mapping technique and any additional
|
842
|
+
# configurations.
|
840
843
|
# @return [Types::IdMappingTechniques]
|
841
844
|
#
|
842
845
|
# @!attribute [rw] input_source_config
|
@@ -1353,19 +1356,32 @@ module Aws::EntityResolution
|
|
1353
1356
|
include Aws::Structure
|
1354
1357
|
end
|
1355
1358
|
|
1356
|
-
# An object containing `InputRecords`, `
|
1357
|
-
# `
|
1359
|
+
# An object containing `InputRecords`, `RecordsNotProcessed`,
|
1360
|
+
# `TotalRecordsProcessed`, `TotalMappedRecords`,
|
1361
|
+
# `TotalMappedSourceRecords`, and `TotalMappedTargetRecords`.
|
1358
1362
|
#
|
1359
1363
|
# @!attribute [rw] input_records
|
1360
|
-
# The total number of input
|
1364
|
+
# The total number of records that were input for processing.
|
1361
1365
|
# @return [Integer]
|
1362
1366
|
#
|
1363
1367
|
# @!attribute [rw] records_not_processed
|
1364
1368
|
# The total number of records that did not get processed.
|
1365
1369
|
# @return [Integer]
|
1366
1370
|
#
|
1371
|
+
# @!attribute [rw] total_mapped_records
|
1372
|
+
# The total number of records that were mapped.
|
1373
|
+
# @return [Integer]
|
1374
|
+
#
|
1375
|
+
# @!attribute [rw] total_mapped_source_records
|
1376
|
+
# The total number of mapped source records.
|
1377
|
+
# @return [Integer]
|
1378
|
+
#
|
1379
|
+
# @!attribute [rw] total_mapped_target_records
|
1380
|
+
# The total number of distinct mapped target records.
|
1381
|
+
# @return [Integer]
|
1382
|
+
#
|
1367
1383
|
# @!attribute [rw] total_records_processed
|
1368
|
-
# The total number of records processed.
|
1384
|
+
# The total number of records that were processed.
|
1369
1385
|
# @return [Integer]
|
1370
1386
|
#
|
1371
1387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdMappingJobMetrics AWS API Documentation
|
@@ -1373,6 +1389,9 @@ module Aws::EntityResolution
|
|
1373
1389
|
class IdMappingJobMetrics < Struct.new(
|
1374
1390
|
:input_records,
|
1375
1391
|
:records_not_processed,
|
1392
|
+
:total_mapped_records,
|
1393
|
+
:total_mapped_source_records,
|
1394
|
+
:total_mapped_target_records,
|
1376
1395
|
:total_records_processed)
|
1377
1396
|
SENSITIVE = []
|
1378
1397
|
include Aws::Structure
|
@@ -1405,7 +1424,59 @@ module Aws::EntityResolution
|
|
1405
1424
|
include Aws::Structure
|
1406
1425
|
end
|
1407
1426
|
|
1408
|
-
# An object
|
1427
|
+
# An object that defines the list of matching rules to run in an ID
|
1428
|
+
# mapping workflow.
|
1429
|
+
#
|
1430
|
+
# @!attribute [rw] attribute_matching_model
|
1431
|
+
# The comparison type. You can either choose `ONE_TO_ONE` or
|
1432
|
+
# `MANY_TO_MANY` as the `attributeMatchingModel`.
|
1433
|
+
#
|
1434
|
+
# If you choose `MANY_TO_MANY`, the system can match attributes across
|
1435
|
+
# the sub-types of an attribute type. For example, if the value of the
|
1436
|
+
# `Email` field of Profile A matches the value of the `BusinessEmail`
|
1437
|
+
# field of Profile B, the two profiles are matched on the `Email`
|
1438
|
+
# attribute type.
|
1439
|
+
#
|
1440
|
+
# If you choose `ONE_TO_ONE`, the system can only match attributes if
|
1441
|
+
# the sub-types are an exact match. For example, for the `Email`
|
1442
|
+
# attribute type, the system will only consider it a match if the
|
1443
|
+
# value of the `Email` field of Profile A matches the value of the
|
1444
|
+
# `Email` field of Profile B.
|
1445
|
+
# @return [String]
|
1446
|
+
#
|
1447
|
+
# @!attribute [rw] record_matching_model
|
1448
|
+
# The type of matching record that is allowed to be used in an ID
|
1449
|
+
# mapping workflow.
|
1450
|
+
#
|
1451
|
+
# If the value is set to `ONE_SOURCE_TO_ONE_TARGET`, only one record
|
1452
|
+
# in the source can be matched to the same record in the target.
|
1453
|
+
#
|
1454
|
+
# If the value is set to `MANY_SOURCE_TO_ONE_TARGET`, multiple records
|
1455
|
+
# in the source can be matched to one record in the target.
|
1456
|
+
# @return [String]
|
1457
|
+
#
|
1458
|
+
# @!attribute [rw] rule_definition_type
|
1459
|
+
# The set of rules you can use in an ID mapping workflow. The
|
1460
|
+
# limitations specified for the source or target to define the match
|
1461
|
+
# rules must be compatible.
|
1462
|
+
# @return [String]
|
1463
|
+
#
|
1464
|
+
# @!attribute [rw] rules
|
1465
|
+
# The rules that can be used for ID mapping.
|
1466
|
+
# @return [Array<Types::Rule>]
|
1467
|
+
#
|
1468
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdMappingRuleBasedProperties AWS API Documentation
|
1469
|
+
#
|
1470
|
+
class IdMappingRuleBasedProperties < Struct.new(
|
1471
|
+
:attribute_matching_model,
|
1472
|
+
:record_matching_model,
|
1473
|
+
:rule_definition_type,
|
1474
|
+
:rules)
|
1475
|
+
SENSITIVE = []
|
1476
|
+
include Aws::Structure
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
# An object which defines the ID mapping technique and any additional
|
1409
1480
|
# configurations.
|
1410
1481
|
#
|
1411
1482
|
# @!attribute [rw] id_mapping_type
|
@@ -1417,11 +1488,17 @@ module Aws::EntityResolution
|
|
1417
1488
|
# the provider service.
|
1418
1489
|
# @return [Types::ProviderProperties]
|
1419
1490
|
#
|
1491
|
+
# @!attribute [rw] rule_based_properties
|
1492
|
+
# An object which defines any additional configurations required by
|
1493
|
+
# rule-based matching.
|
1494
|
+
# @return [Types::IdMappingRuleBasedProperties]
|
1495
|
+
#
|
1420
1496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdMappingTechniques AWS API Documentation
|
1421
1497
|
#
|
1422
1498
|
class IdMappingTechniques < Struct.new(
|
1423
1499
|
:id_mapping_type,
|
1424
|
-
:provider_properties
|
1500
|
+
:provider_properties,
|
1501
|
+
:rule_based_properties)
|
1425
1502
|
SENSITIVE = []
|
1426
1503
|
include Aws::Structure
|
1427
1504
|
end
|
@@ -1429,7 +1506,8 @@ module Aws::EntityResolution
|
|
1429
1506
|
# An object containing `InputSourceARN`, `SchemaName`, and `Type`.
|
1430
1507
|
#
|
1431
1508
|
# @!attribute [rw] input_source_arn
|
1432
|
-
# An Glue table ARN
|
1509
|
+
# An Glue table Amazon Resource Name (ARN) or a matching workflow ARN
|
1510
|
+
# for the input source table.
|
1433
1511
|
# @return [String]
|
1434
1512
|
#
|
1435
1513
|
# @!attribute [rw] schema_name
|
@@ -1443,7 +1521,7 @@ module Aws::EntityResolution
|
|
1443
1521
|
# The `SOURCE` contains configurations for `sourceId` data that will
|
1444
1522
|
# be processed in an ID mapping workflow.
|
1445
1523
|
#
|
1446
|
-
# The `TARGET` contains a configuration of `targetId`
|
1524
|
+
# The `TARGET` contains a configuration of `targetId` which all
|
1447
1525
|
# `sourceIds` will resolve to.
|
1448
1526
|
# @return [String]
|
1449
1527
|
#
|
@@ -1509,7 +1587,22 @@ module Aws::EntityResolution
|
|
1509
1587
|
include Aws::Structure
|
1510
1588
|
end
|
1511
1589
|
|
1512
|
-
#
|
1590
|
+
# The settings for the ID namespace for the ID mapping workflow job.
|
1591
|
+
#
|
1592
|
+
# @!attribute [rw] id_mapping_type
|
1593
|
+
# The type of ID mapping.
|
1594
|
+
# @return [String]
|
1595
|
+
#
|
1596
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdNamespaceIdMappingWorkflowMetadata AWS API Documentation
|
1597
|
+
#
|
1598
|
+
class IdNamespaceIdMappingWorkflowMetadata < Struct.new(
|
1599
|
+
:id_mapping_type)
|
1600
|
+
SENSITIVE = []
|
1601
|
+
include Aws::Structure
|
1602
|
+
end
|
1603
|
+
|
1604
|
+
# An object containing `IdMappingType`, `ProviderProperties`, and
|
1605
|
+
# `RuleBasedProperties`.
|
1513
1606
|
#
|
1514
1607
|
# @!attribute [rw] id_mapping_type
|
1515
1608
|
# The type of ID mapping.
|
@@ -1520,11 +1613,17 @@ module Aws::EntityResolution
|
|
1520
1613
|
# the provider service.
|
1521
1614
|
# @return [Types::NamespaceProviderProperties]
|
1522
1615
|
#
|
1616
|
+
# @!attribute [rw] rule_based_properties
|
1617
|
+
# An object which defines any additional configurations required by
|
1618
|
+
# rule-based matching.
|
1619
|
+
# @return [Types::NamespaceRuleBasedProperties]
|
1620
|
+
#
|
1523
1621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdNamespaceIdMappingWorkflowProperties AWS API Documentation
|
1524
1622
|
#
|
1525
1623
|
class IdNamespaceIdMappingWorkflowProperties < Struct.new(
|
1526
1624
|
:id_mapping_type,
|
1527
|
-
:provider_properties
|
1625
|
+
:provider_properties,
|
1626
|
+
:rule_based_properties)
|
1528
1627
|
SENSITIVE = []
|
1529
1628
|
include Aws::Structure
|
1530
1629
|
end
|
@@ -1532,7 +1631,8 @@ module Aws::EntityResolution
|
|
1532
1631
|
# An object containing `InputSourceARN` and `SchemaName`.
|
1533
1632
|
#
|
1534
1633
|
# @!attribute [rw] input_source_arn
|
1535
|
-
# An Glue table ARN
|
1634
|
+
# An Glue table Amazon Resource Name (ARN) or a matching workflow ARN
|
1635
|
+
# for the input source table.
|
1536
1636
|
# @return [String]
|
1537
1637
|
#
|
1538
1638
|
# @!attribute [rw] schema_name
|
@@ -1558,6 +1658,11 @@ module Aws::EntityResolution
|
|
1558
1658
|
# The description of the ID namespace.
|
1559
1659
|
# @return [String]
|
1560
1660
|
#
|
1661
|
+
# @!attribute [rw] id_mapping_workflow_properties
|
1662
|
+
# An object which defines any additional configurations required by
|
1663
|
+
# the ID mapping workflow.
|
1664
|
+
# @return [Array<Types::IdNamespaceIdMappingWorkflowMetadata>]
|
1665
|
+
#
|
1561
1666
|
# @!attribute [rw] id_namespace_arn
|
1562
1667
|
# The Amazon Resource Name (ARN) of the ID namespace.
|
1563
1668
|
# @return [String]
|
@@ -1573,7 +1678,7 @@ module Aws::EntityResolution
|
|
1573
1678
|
# The `SOURCE` contains configurations for `sourceId` data that will
|
1574
1679
|
# be processed in an ID mapping workflow.
|
1575
1680
|
#
|
1576
|
-
# The `TARGET` contains a configuration of `targetId`
|
1681
|
+
# The `TARGET` contains a configuration of `targetId` which all
|
1577
1682
|
# `sourceIds` will resolve to.
|
1578
1683
|
# @return [String]
|
1579
1684
|
#
|
@@ -1586,6 +1691,7 @@ module Aws::EntityResolution
|
|
1586
1691
|
class IdNamespaceSummary < Struct.new(
|
1587
1692
|
:created_at,
|
1588
1693
|
:description,
|
1694
|
+
:id_mapping_workflow_properties,
|
1589
1695
|
:id_namespace_arn,
|
1590
1696
|
:id_namespace_name,
|
1591
1697
|
:type,
|
@@ -1621,7 +1727,7 @@ module Aws::EntityResolution
|
|
1621
1727
|
# @return [Boolean]
|
1622
1728
|
#
|
1623
1729
|
# @!attribute [rw] input_source_arn
|
1624
|
-
# An Glue table ARN for the input source table.
|
1730
|
+
# An Glue table Amazon Resource Name (ARN) for the input source table.
|
1625
1731
|
# @return [String]
|
1626
1732
|
#
|
1627
1733
|
# @!attribute [rw] schema_name
|
@@ -1655,7 +1761,7 @@ module Aws::EntityResolution
|
|
1655
1761
|
end
|
1656
1762
|
|
1657
1763
|
# This exception occurs when there is an internal failure in the Entity
|
1658
|
-
# Resolution service.
|
1764
|
+
# Resolution service.
|
1659
1765
|
#
|
1660
1766
|
# @!attribute [rw] message
|
1661
1767
|
# @return [String]
|
@@ -2095,6 +2201,57 @@ module Aws::EntityResolution
|
|
2095
2201
|
include Aws::Structure
|
2096
2202
|
end
|
2097
2203
|
|
2204
|
+
# The rule-based properties of an ID namespace. These properties define
|
2205
|
+
# how the ID namespace can be used in an ID mapping workflow.
|
2206
|
+
#
|
2207
|
+
# @!attribute [rw] attribute_matching_model
|
2208
|
+
# The comparison type. You can either choose `ONE_TO_ONE` or
|
2209
|
+
# `MANY_TO_MANY` as the `attributeMatchingModel`.
|
2210
|
+
#
|
2211
|
+
# If you choose `MANY_TO_MANY`, the system can match attributes across
|
2212
|
+
# the sub-types of an attribute type. For example, if the value of the
|
2213
|
+
# `Email` field of Profile A matches the value of `BusinessEmail`
|
2214
|
+
# field of Profile B, the two profiles are matched on the `Email`
|
2215
|
+
# attribute type.
|
2216
|
+
#
|
2217
|
+
# If you choose `ONE_TO_ONE`, the system can only match attributes if
|
2218
|
+
# the sub-types are an exact match. For example, for the `Email`
|
2219
|
+
# attribute type, the system will only consider it a match if the
|
2220
|
+
# value of the `Email` field of Profile A matches the value of the
|
2221
|
+
# `Email` field of Profile B.
|
2222
|
+
# @return [String]
|
2223
|
+
#
|
2224
|
+
# @!attribute [rw] record_matching_models
|
2225
|
+
# The type of matching record that is allowed to be used in an ID
|
2226
|
+
# mapping workflow.
|
2227
|
+
#
|
2228
|
+
# If the value is set to `ONE_SOURCE_TO_ONE_TARGET`, only one record
|
2229
|
+
# in the source is matched to one record in the target.
|
2230
|
+
#
|
2231
|
+
# If the value is set to `MANY_SOURCE_TO_ONE_TARGET`, all matching
|
2232
|
+
# records in the source are matched to one record in the target.
|
2233
|
+
# @return [Array<String>]
|
2234
|
+
#
|
2235
|
+
# @!attribute [rw] rule_definition_types
|
2236
|
+
# The sets of rules you can use in an ID mapping workflow. The
|
2237
|
+
# limitations specified for the source and target must be compatible.
|
2238
|
+
# @return [Array<String>]
|
2239
|
+
#
|
2240
|
+
# @!attribute [rw] rules
|
2241
|
+
# The rules for the ID namespace.
|
2242
|
+
# @return [Array<Types::Rule>]
|
2243
|
+
#
|
2244
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/NamespaceRuleBasedProperties AWS API Documentation
|
2245
|
+
#
|
2246
|
+
class NamespaceRuleBasedProperties < Struct.new(
|
2247
|
+
:attribute_matching_model,
|
2248
|
+
:record_matching_models,
|
2249
|
+
:rule_definition_types,
|
2250
|
+
:rules)
|
2251
|
+
SENSITIVE = []
|
2252
|
+
include Aws::Structure
|
2253
|
+
end
|
2254
|
+
|
2098
2255
|
# A list of `OutputAttribute` objects, each of which have the fields
|
2099
2256
|
# `Name` and `Hashed`. Each of these objects selects a column to be
|
2100
2257
|
# included in the output table, and whether the values of the column
|
@@ -2371,6 +2528,11 @@ module Aws::EntityResolution
|
|
2371
2528
|
#
|
2372
2529
|
# @!attribute [rw] policy
|
2373
2530
|
# The resource-based policy.
|
2531
|
+
#
|
2532
|
+
# If you set the value of the `effect` parameter in the `policy` to
|
2533
|
+
# `Deny` for the `PutPolicy` operation, you must also set the value of
|
2534
|
+
# the `effect` parameter to `Deny` for the `AddPolicyStatement`
|
2535
|
+
# operation.
|
2374
2536
|
# @return [String]
|
2375
2537
|
#
|
2376
2538
|
# @!attribute [rw] token
|
@@ -2436,7 +2598,7 @@ module Aws::EntityResolution
|
|
2436
2598
|
include Aws::Structure
|
2437
2599
|
end
|
2438
2600
|
|
2439
|
-
# The resource could not be found.
|
2601
|
+
# The resource could not be found.
|
2440
2602
|
#
|
2441
2603
|
# @!attribute [rw] message
|
2442
2604
|
# @return [String]
|
@@ -2470,20 +2632,35 @@ module Aws::EntityResolution
|
|
2470
2632
|
include Aws::Structure
|
2471
2633
|
end
|
2472
2634
|
|
2473
|
-
# An object which defines the list of matching rules to run
|
2474
|
-
#
|
2635
|
+
# An object which defines the list of matching rules to run in a
|
2636
|
+
# matching workflow. RuleBasedProperties contain a `Rules` field, which
|
2637
|
+
# is a list of rule objects.
|
2475
2638
|
#
|
2476
2639
|
# @!attribute [rw] attribute_matching_model
|
2477
2640
|
# The comparison type. You can either choose `ONE_TO_ONE` or
|
2478
|
-
# `MANY_TO_MANY` as the
|
2479
|
-
#
|
2480
|
-
#
|
2481
|
-
# of
|
2482
|
-
#
|
2483
|
-
#
|
2484
|
-
#
|
2485
|
-
#
|
2486
|
-
#
|
2641
|
+
# `MANY_TO_MANY` as the `attributeMatchingModel`.
|
2642
|
+
#
|
2643
|
+
# If you choose `MANY_TO_MANY`, the system can match attributes across
|
2644
|
+
# the sub-types of an attribute type. For example, if the value of the
|
2645
|
+
# `Email` field of Profile A and the value of `BusinessEmail` field of
|
2646
|
+
# Profile B matches, the two profiles are matched on the `Email`
|
2647
|
+
# attribute type.
|
2648
|
+
#
|
2649
|
+
# If you choose `ONE_TO_ONE`, the system can only match attributes if
|
2650
|
+
# the sub-types are an exact match. For example, for the `Email`
|
2651
|
+
# attribute type, the system will only consider it a match if the
|
2652
|
+
# value of the `Email` field of Profile A matches the value of the
|
2653
|
+
# `Email` field of Profile B.
|
2654
|
+
# @return [String]
|
2655
|
+
#
|
2656
|
+
# @!attribute [rw] match_purpose
|
2657
|
+
# An indicator of whether to generate IDs and index the data or not.
|
2658
|
+
#
|
2659
|
+
# If you choose `IDENTIFIER_GENERATION`, the process generates IDs and
|
2660
|
+
# indexes the data.
|
2661
|
+
#
|
2662
|
+
# If you choose `INDEXING`, the process indexes the data without
|
2663
|
+
# generating IDs.
|
2487
2664
|
# @return [String]
|
2488
2665
|
#
|
2489
2666
|
# @!attribute [rw] rules
|
@@ -2495,13 +2672,14 @@ module Aws::EntityResolution
|
|
2495
2672
|
#
|
2496
2673
|
class RuleBasedProperties < Struct.new(
|
2497
2674
|
:attribute_matching_model,
|
2675
|
+
:match_purpose,
|
2498
2676
|
:rules)
|
2499
2677
|
SENSITIVE = []
|
2500
2678
|
include Aws::Structure
|
2501
2679
|
end
|
2502
2680
|
|
2503
|
-
# An object containing `FieldName`, `Type`, `GroupName`, `MatchKey`,
|
2504
|
-
# `SubType`.
|
2681
|
+
# An object containing `FieldName`, `Type`, `GroupName`, `MatchKey`,
|
2682
|
+
# `Hashing`, and `SubType`.
|
2505
2683
|
#
|
2506
2684
|
# @!attribute [rw] field_name
|
2507
2685
|
# A string containing the field name.
|
@@ -2517,15 +2695,25 @@ module Aws::EntityResolution
|
|
2517
2695
|
# value.
|
2518
2696
|
# @return [String]
|
2519
2697
|
#
|
2698
|
+
# @!attribute [rw] hashed
|
2699
|
+
# Indicates if the column values are hashed in the schema input. If
|
2700
|
+
# the value is set to `TRUE`, the column values are hashed. If the
|
2701
|
+
# value is set to `FALSE`, the column values are cleartext.
|
2702
|
+
# @return [Boolean]
|
2703
|
+
#
|
2520
2704
|
# @!attribute [rw] match_key
|
2521
2705
|
# A key that allows grouping of multiple input attributes into a
|
2522
|
-
# unified matching group.
|
2523
|
-
#
|
2524
|
-
#
|
2525
|
-
#
|
2526
|
-
#
|
2527
|
-
#
|
2528
|
-
#
|
2706
|
+
# unified matching group.
|
2707
|
+
#
|
2708
|
+
# For example, consider a scenario where the source table contains
|
2709
|
+
# various addresses, such as `business_address` and
|
2710
|
+
# `shipping_address`. By assigning a `matchKey` called `address` to
|
2711
|
+
# both attributes, Entity Resolution will match records across these
|
2712
|
+
# fields to create a consolidated matching group.
|
2713
|
+
#
|
2714
|
+
# If no `matchKey` is specified for a column, it won't be utilized
|
2715
|
+
# for matching purposes but will still be included in the output
|
2716
|
+
# table.
|
2529
2717
|
# @return [String]
|
2530
2718
|
#
|
2531
2719
|
# @!attribute [rw] sub_type
|
@@ -2541,6 +2729,7 @@ module Aws::EntityResolution
|
|
2541
2729
|
class SchemaInputAttribute < Struct.new(
|
2542
2730
|
:field_name,
|
2543
2731
|
:group_name,
|
2732
|
+
:hashed,
|
2544
2733
|
:match_key,
|
2545
2734
|
:sub_type,
|
2546
2735
|
:type)
|
@@ -2664,8 +2853,7 @@ module Aws::EntityResolution
|
|
2664
2853
|
#
|
2665
2854
|
class TagResourceOutput < Aws::EmptyStructure; end
|
2666
2855
|
|
2667
|
-
# The request was denied due to request throttling.
|
2668
|
-
# 429`
|
2856
|
+
# The request was denied due to request throttling.
|
2669
2857
|
#
|
2670
2858
|
# @!attribute [rw] message
|
2671
2859
|
# @return [String]
|
@@ -2704,8 +2892,8 @@ module Aws::EntityResolution
|
|
2704
2892
|
# @return [String]
|
2705
2893
|
#
|
2706
2894
|
# @!attribute [rw] id_mapping_techniques
|
2707
|
-
# An object which defines the
|
2708
|
-
#
|
2895
|
+
# An object which defines the ID mapping technique and any additional
|
2896
|
+
# configurations.
|
2709
2897
|
# @return [Types::IdMappingTechniques]
|
2710
2898
|
#
|
2711
2899
|
# @!attribute [rw] input_source_config
|
@@ -2746,8 +2934,8 @@ module Aws::EntityResolution
|
|
2746
2934
|
# @return [String]
|
2747
2935
|
#
|
2748
2936
|
# @!attribute [rw] id_mapping_techniques
|
2749
|
-
# An object which defines the
|
2750
|
-
#
|
2937
|
+
# An object which defines the ID mapping technique and any additional
|
2938
|
+
# configurations.
|
2751
2939
|
# @return [Types::IdMappingTechniques]
|
2752
2940
|
#
|
2753
2941
|
# @!attribute [rw] input_source_config
|
@@ -3041,7 +3229,7 @@ module Aws::EntityResolution
|
|
3041
3229
|
end
|
3042
3230
|
|
3043
3231
|
# The input fails to satisfy the constraints specified by Entity
|
3044
|
-
# Resolution.
|
3232
|
+
# Resolution.
|
3045
3233
|
#
|
3046
3234
|
# @!attribute [rw] message
|
3047
3235
|
# @return [String]
|