aws-sdk-entityresolution 1.13.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bd47483d455a78079c8796597a8fe10ffa8123495c9a774606078e8266299a1
4
- data.tar.gz: b39edd484795c3c59f9e3c0904feee9f0b934d327b633014d361612aa6e7e9c8
3
+ metadata.gz: 9d215321bd244f040a4a30e0edeebc6331448e8b2fbe5e9fe8d79f1479a37a80
4
+ data.tar.gz: 8b1d40fbbfb22934b15412eb0d967f2a1319866c5e36c7f8862b8d07872ad23f
5
5
  SHA512:
6
- metadata.gz: 3f1d92e0991efcb7a72cca51928c917a81ed58084d7997f924b677afbda09d85fa378e3060ea2fa3c59812e0c3407cb77f9b7370b97d597c332263c45ae50907
7
- data.tar.gz: 0f0c6cb1918fad7757fdedda3b9992f2e8618d43d7333ec40c0a5378514d38e6823a7febffa8538a5f2d4c241f9fd3e26174f91859844343621161c13fbf8f68
6
+ metadata.gz: 11186f41c2aa8114fba5d0c5344d3883405c9439f88bc88038fe240f8afe3c905c2af2a56f256b8bac220030c17c420077d780432bfc1e1fd8218adba2087621
7
+ data.tar.gz: 057cfc8bcab354ece9152e4e6afae657f1c575f92f1d74a4694aaf35a355550abaf9b1ff5a9e45493222ce60250ce8fb49407fb4d27db6c2f3aad5c0daba1c69
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-07-23)
5
+ ------------------
6
+
7
+ * Feature - Support First Party ID Mapping
8
+
9
+ 1.14.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.13.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.15.0
@@ -312,6 +312,15 @@ module Aws::EntityResolution
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -436,6 +445,11 @@ module Aws::EntityResolution
436
445
  # Determines whether the permissions specified in the policy are to be
437
446
  # allowed (`Allow`) or denied (`Deny`).
438
447
  #
448
+ # If you set the value of the `effect` parameter to `Deny` for the
449
+ # `AddPolicyStatement` operation, you must also set the value of the
450
+ # `effect` parameter in the `policy` to `Deny` for the `PutPolicy`
451
+ # operation.
452
+ #
439
453
  # @option params [required, Array<String>] :principal
440
454
  # The Amazon Web Services service or Amazon Web Services account that
441
455
  # can access the resource defined as ARN.
@@ -531,8 +545,8 @@ module Aws::EntityResolution
531
545
  # A description of the workflow.
532
546
  #
533
547
  # @option params [required, Types::IdMappingTechniques] :id_mapping_techniques
534
- # An object which defines the `idMappingType` and the
535
- # `providerProperties`.
548
+ # An object which defines the ID mapping technique and any additional
549
+ # configurations.
536
550
  #
537
551
  # @option params [required, Array<Types::IdMappingWorkflowInputSource>] :input_source_config
538
552
  # A list of `InputSource` objects, which have the fields
@@ -542,7 +556,7 @@ module Aws::EntityResolution
542
556
  # A list of `IdMappingWorkflowOutputSource` objects, each of which
543
557
  # contains fields `OutputS3Path` and `Output`.
544
558
  #
545
- # @option params [required, String] :role_arn
559
+ # @option params [String] :role_arn
546
560
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
547
561
  # assumes this role to create resources on your behalf as part of
548
562
  # workflow execution.
@@ -569,7 +583,7 @@ module Aws::EntityResolution
569
583
  # resp = client.create_id_mapping_workflow({
570
584
  # description: "Description",
571
585
  # id_mapping_techniques: { # required
572
- # id_mapping_type: "PROVIDER", # required, accepts PROVIDER
586
+ # id_mapping_type: "PROVIDER", # required, accepts PROVIDER, RULE_BASED
573
587
  # provider_properties: {
574
588
  # intermediate_source_configuration: {
575
589
  # intermediate_s3_path: "S3Path", # required
@@ -578,6 +592,17 @@ module Aws::EntityResolution
578
592
  # },
579
593
  # provider_service_arn: "ProviderServiceArn", # required
580
594
  # },
595
+ # rule_based_properties: {
596
+ # attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
597
+ # record_matching_model: "ONE_SOURCE_TO_ONE_TARGET", # required, accepts ONE_SOURCE_TO_ONE_TARGET, MANY_SOURCE_TO_ONE_TARGET
598
+ # rule_definition_type: "SOURCE", # required, accepts SOURCE, TARGET
599
+ # rules: [
600
+ # {
601
+ # matching_keys: ["AttributeName"], # required
602
+ # rule_name: "RuleRuleNameString", # required
603
+ # },
604
+ # ],
605
+ # },
581
606
  # },
582
607
  # input_source_config: [ # required
583
608
  # {
@@ -592,7 +617,7 @@ module Aws::EntityResolution
592
617
  # output_s3_path: "S3Path", # required
593
618
  # },
594
619
  # ],
595
- # role_arn: "RoleArn", # required
620
+ # role_arn: "IdMappingRoleArn",
596
621
  # tags: {
597
622
  # "TagKey" => "TagValue",
598
623
  # },
@@ -602,9 +627,16 @@ module Aws::EntityResolution
602
627
  # @example Response structure
603
628
  #
604
629
  # resp.description #=> String
605
- # resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER"
630
+ # resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
606
631
  # resp.id_mapping_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
607
632
  # resp.id_mapping_techniques.provider_properties.provider_service_arn #=> String
633
+ # resp.id_mapping_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
634
+ # resp.id_mapping_techniques.rule_based_properties.record_matching_model #=> String, one of "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
635
+ # resp.id_mapping_techniques.rule_based_properties.rule_definition_type #=> String, one of "SOURCE", "TARGET"
636
+ # resp.id_mapping_techniques.rule_based_properties.rules #=> Array
637
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].matching_keys #=> Array
638
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
639
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].rule_name #=> String
608
640
  # resp.input_source_config #=> Array
609
641
  # resp.input_source_config[0].input_source_arn #=> String
610
642
  # resp.input_source_config[0].schema_name #=> String
@@ -680,12 +712,23 @@ module Aws::EntityResolution
680
712
  # description: "Description",
681
713
  # id_mapping_workflow_properties: [
682
714
  # {
683
- # id_mapping_type: "PROVIDER", # required, accepts PROVIDER
715
+ # id_mapping_type: "PROVIDER", # required, accepts PROVIDER, RULE_BASED
684
716
  # provider_properties: {
685
717
  # provider_configuration: {
686
718
  # },
687
719
  # provider_service_arn: "ProviderServiceArn", # required
688
720
  # },
721
+ # rule_based_properties: {
722
+ # attribute_matching_model: "ONE_TO_ONE", # accepts ONE_TO_ONE, MANY_TO_MANY
723
+ # record_matching_models: ["ONE_SOURCE_TO_ONE_TARGET"], # accepts ONE_SOURCE_TO_ONE_TARGET, MANY_SOURCE_TO_ONE_TARGET
724
+ # rule_definition_types: ["SOURCE"], # accepts SOURCE, TARGET
725
+ # rules: [
726
+ # {
727
+ # matching_keys: ["AttributeName"], # required
728
+ # rule_name: "RuleRuleNameString", # required
729
+ # },
730
+ # ],
731
+ # },
689
732
  # },
690
733
  # ],
691
734
  # id_namespace_name: "EntityName", # required
@@ -707,8 +750,17 @@ module Aws::EntityResolution
707
750
  # resp.created_at #=> Time
708
751
  # resp.description #=> String
709
752
  # resp.id_mapping_workflow_properties #=> Array
710
- # resp.id_mapping_workflow_properties[0].id_mapping_type #=> String, one of "PROVIDER"
753
+ # resp.id_mapping_workflow_properties[0].id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
711
754
  # resp.id_mapping_workflow_properties[0].provider_properties.provider_service_arn #=> String
755
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
756
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.record_matching_models #=> Array
757
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.record_matching_models[0] #=> String, one of "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
758
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rule_definition_types #=> Array
759
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rule_definition_types[0] #=> String, one of "SOURCE", "TARGET"
760
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules #=> Array
761
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].matching_keys #=> Array
762
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].matching_keys[0] #=> String
763
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].rule_name #=> String
712
764
  # resp.id_namespace_arn #=> String
713
765
  # resp.id_namespace_name #=> String
714
766
  # resp.input_source_config #=> Array
@@ -815,6 +867,7 @@ module Aws::EntityResolution
815
867
  # resolution_type: "RULE_MATCHING", # required, accepts RULE_MATCHING, ML_MATCHING, PROVIDER
816
868
  # rule_based_properties: {
817
869
  # attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
870
+ # match_purpose: "IDENTIFIER_GENERATION", # accepts IDENTIFIER_GENERATION, INDEXING
818
871
  # rules: [ # required
819
872
  # {
820
873
  # matching_keys: ["AttributeName"], # required
@@ -849,6 +902,7 @@ module Aws::EntityResolution
849
902
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
850
903
  # resp.resolution_techniques.resolution_type #=> String, one of "RULE_MATCHING", "ML_MATCHING", "PROVIDER"
851
904
  # resp.resolution_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
905
+ # resp.resolution_techniques.rule_based_properties.match_purpose #=> String, one of "IDENTIFIER_GENERATION", "INDEXING"
852
906
  # resp.resolution_techniques.rule_based_properties.rules #=> Array
853
907
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys #=> Array
854
908
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
@@ -901,6 +955,7 @@ module Aws::EntityResolution
901
955
  # {
902
956
  # field_name: "AttributeName", # required
903
957
  # group_name: "AttributeName",
958
+ # hashed: false,
904
959
  # match_key: "AttributeName",
905
960
  # sub_type: "AttributeName",
906
961
  # type: "NAME", # required, accepts NAME, NAME_FIRST, NAME_MIDDLE, NAME_LAST, ADDRESS, ADDRESS_STREET1, ADDRESS_STREET2, ADDRESS_STREET3, ADDRESS_CITY, ADDRESS_STATE, ADDRESS_COUNTRY, ADDRESS_POSTALCODE, PHONE, PHONE_NUMBER, PHONE_COUNTRYCODE, EMAIL_ADDRESS, UNIQUE_ID, DATE, STRING, PROVIDER_ID
@@ -918,6 +973,7 @@ module Aws::EntityResolution
918
973
  # resp.mapped_input_fields #=> Array
919
974
  # resp.mapped_input_fields[0].field_name #=> String
920
975
  # resp.mapped_input_fields[0].group_name #=> String
976
+ # resp.mapped_input_fields[0].hashed #=> Boolean
921
977
  # resp.mapped_input_fields[0].match_key #=> String
922
978
  # resp.mapped_input_fields[0].sub_type #=> String
923
979
  # resp.mapped_input_fields[0].type #=> String, one of "NAME", "NAME_FIRST", "NAME_MIDDLE", "NAME_LAST", "ADDRESS", "ADDRESS_STREET1", "ADDRESS_STREET2", "ADDRESS_STREET3", "ADDRESS_CITY", "ADDRESS_STATE", "ADDRESS_COUNTRY", "ADDRESS_POSTALCODE", "PHONE", "PHONE_NUMBER", "PHONE_COUNTRYCODE", "EMAIL_ADDRESS", "UNIQUE_ID", "DATE", "STRING", "PROVIDER_ID"
@@ -1120,6 +1176,9 @@ module Aws::EntityResolution
1120
1176
  # resp.job_id #=> String
1121
1177
  # resp.metrics.input_records #=> Integer
1122
1178
  # resp.metrics.records_not_processed #=> Integer
1179
+ # resp.metrics.total_mapped_records #=> Integer
1180
+ # resp.metrics.total_mapped_source_records #=> Integer
1181
+ # resp.metrics.total_mapped_target_records #=> Integer
1123
1182
  # resp.metrics.total_records_processed #=> Integer
1124
1183
  # resp.output_source_config #=> Array
1125
1184
  # resp.output_source_config[0].kms_arn #=> String
@@ -1165,9 +1224,16 @@ module Aws::EntityResolution
1165
1224
  #
1166
1225
  # resp.created_at #=> Time
1167
1226
  # resp.description #=> String
1168
- # resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER"
1227
+ # resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
1169
1228
  # resp.id_mapping_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
1170
1229
  # resp.id_mapping_techniques.provider_properties.provider_service_arn #=> String
1230
+ # resp.id_mapping_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
1231
+ # resp.id_mapping_techniques.rule_based_properties.record_matching_model #=> String, one of "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
1232
+ # resp.id_mapping_techniques.rule_based_properties.rule_definition_type #=> String, one of "SOURCE", "TARGET"
1233
+ # resp.id_mapping_techniques.rule_based_properties.rules #=> Array
1234
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].matching_keys #=> Array
1235
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
1236
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].rule_name #=> String
1171
1237
  # resp.input_source_config #=> Array
1172
1238
  # resp.input_source_config[0].input_source_arn #=> String
1173
1239
  # resp.input_source_config[0].schema_name #=> String
@@ -1220,8 +1286,17 @@ module Aws::EntityResolution
1220
1286
  # resp.created_at #=> Time
1221
1287
  # resp.description #=> String
1222
1288
  # resp.id_mapping_workflow_properties #=> Array
1223
- # resp.id_mapping_workflow_properties[0].id_mapping_type #=> String, one of "PROVIDER"
1289
+ # resp.id_mapping_workflow_properties[0].id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
1224
1290
  # resp.id_mapping_workflow_properties[0].provider_properties.provider_service_arn #=> String
1291
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
1292
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.record_matching_models #=> Array
1293
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.record_matching_models[0] #=> String, one of "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
1294
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rule_definition_types #=> Array
1295
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rule_definition_types[0] #=> String, one of "SOURCE", "TARGET"
1296
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules #=> Array
1297
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].matching_keys #=> Array
1298
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].matching_keys[0] #=> String
1299
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].rule_name #=> String
1225
1300
  # resp.id_namespace_arn #=> String
1226
1301
  # resp.id_namespace_name #=> String
1227
1302
  # resp.input_source_config #=> Array
@@ -1382,6 +1457,7 @@ module Aws::EntityResolution
1382
1457
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
1383
1458
  # resp.resolution_techniques.resolution_type #=> String, one of "RULE_MATCHING", "ML_MATCHING", "PROVIDER"
1384
1459
  # resp.resolution_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
1460
+ # resp.resolution_techniques.rule_based_properties.match_purpose #=> String, one of "IDENTIFIER_GENERATION", "INDEXING"
1385
1461
  # resp.resolution_techniques.rule_based_properties.rules #=> Array
1386
1462
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys #=> Array
1387
1463
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
@@ -1532,6 +1608,7 @@ module Aws::EntityResolution
1532
1608
  # resp.mapped_input_fields #=> Array
1533
1609
  # resp.mapped_input_fields[0].field_name #=> String
1534
1610
  # resp.mapped_input_fields[0].group_name #=> String
1611
+ # resp.mapped_input_fields[0].hashed #=> Boolean
1535
1612
  # resp.mapped_input_fields[0].match_key #=> String
1536
1613
  # resp.mapped_input_fields[0].sub_type #=> String
1537
1614
  # resp.mapped_input_fields[0].type #=> String, one of "NAME", "NAME_FIRST", "NAME_MIDDLE", "NAME_LAST", "ADDRESS", "ADDRESS_STREET1", "ADDRESS_STREET2", "ADDRESS_STREET3", "ADDRESS_CITY", "ADDRESS_STATE", "ADDRESS_COUNTRY", "ADDRESS_POSTALCODE", "PHONE", "PHONE_NUMBER", "PHONE_COUNTRYCODE", "EMAIL_ADDRESS", "UNIQUE_ID", "DATE", "STRING", "PROVIDER_ID"
@@ -1662,6 +1739,8 @@ module Aws::EntityResolution
1662
1739
  # resp.id_namespace_summaries #=> Array
1663
1740
  # resp.id_namespace_summaries[0].created_at #=> Time
1664
1741
  # resp.id_namespace_summaries[0].description #=> String
1742
+ # resp.id_namespace_summaries[0].id_mapping_workflow_properties #=> Array
1743
+ # resp.id_namespace_summaries[0].id_mapping_workflow_properties[0].id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
1665
1744
  # resp.id_namespace_summaries[0].id_namespace_arn #=> String
1666
1745
  # resp.id_namespace_summaries[0].id_namespace_name #=> String
1667
1746
  # resp.id_namespace_summaries[0].type #=> String, one of "SOURCE", "TARGET"
@@ -1891,6 +1970,11 @@ module Aws::EntityResolution
1891
1970
  # @option params [required, String] :policy
1892
1971
  # The resource-based policy.
1893
1972
  #
1973
+ # If you set the value of the `effect` parameter in the `policy` to
1974
+ # `Deny` for the `PutPolicy` operation, you must also set the value of
1975
+ # the `effect` parameter to `Deny` for the `AddPolicyStatement`
1976
+ # operation.
1977
+ #
1894
1978
  # @option params [String] :token
1895
1979
  # A unique identifier for the current revision of the policy.
1896
1980
  #
@@ -2072,8 +2156,8 @@ module Aws::EntityResolution
2072
2156
  # A description of the workflow.
2073
2157
  #
2074
2158
  # @option params [required, Types::IdMappingTechniques] :id_mapping_techniques
2075
- # An object which defines the `idMappingType` and the
2076
- # `providerProperties`.
2159
+ # An object which defines the ID mapping technique and any additional
2160
+ # configurations.
2077
2161
  #
2078
2162
  # @option params [required, Array<Types::IdMappingWorkflowInputSource>] :input_source_config
2079
2163
  # A list of `InputSource` objects, which have the fields
@@ -2083,7 +2167,7 @@ module Aws::EntityResolution
2083
2167
  # A list of `OutputSource` objects, each of which contains fields
2084
2168
  # `OutputS3Path` and `KMSArn`.
2085
2169
  #
2086
- # @option params [required, String] :role_arn
2170
+ # @option params [String] :role_arn
2087
2171
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
2088
2172
  # assumes this role to access Amazon Web Services resources on your
2089
2173
  # behalf.
@@ -2106,7 +2190,7 @@ module Aws::EntityResolution
2106
2190
  # resp = client.update_id_mapping_workflow({
2107
2191
  # description: "Description",
2108
2192
  # id_mapping_techniques: { # required
2109
- # id_mapping_type: "PROVIDER", # required, accepts PROVIDER
2193
+ # id_mapping_type: "PROVIDER", # required, accepts PROVIDER, RULE_BASED
2110
2194
  # provider_properties: {
2111
2195
  # intermediate_source_configuration: {
2112
2196
  # intermediate_s3_path: "S3Path", # required
@@ -2115,6 +2199,17 @@ module Aws::EntityResolution
2115
2199
  # },
2116
2200
  # provider_service_arn: "ProviderServiceArn", # required
2117
2201
  # },
2202
+ # rule_based_properties: {
2203
+ # attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
2204
+ # record_matching_model: "ONE_SOURCE_TO_ONE_TARGET", # required, accepts ONE_SOURCE_TO_ONE_TARGET, MANY_SOURCE_TO_ONE_TARGET
2205
+ # rule_definition_type: "SOURCE", # required, accepts SOURCE, TARGET
2206
+ # rules: [
2207
+ # {
2208
+ # matching_keys: ["AttributeName"], # required
2209
+ # rule_name: "RuleRuleNameString", # required
2210
+ # },
2211
+ # ],
2212
+ # },
2118
2213
  # },
2119
2214
  # input_source_config: [ # required
2120
2215
  # {
@@ -2129,16 +2224,23 @@ module Aws::EntityResolution
2129
2224
  # output_s3_path: "S3Path", # required
2130
2225
  # },
2131
2226
  # ],
2132
- # role_arn: "RoleArn", # required
2227
+ # role_arn: "IdMappingRoleArn",
2133
2228
  # workflow_name: "EntityName", # required
2134
2229
  # })
2135
2230
  #
2136
2231
  # @example Response structure
2137
2232
  #
2138
2233
  # resp.description #=> String
2139
- # resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER"
2234
+ # resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
2140
2235
  # resp.id_mapping_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
2141
2236
  # resp.id_mapping_techniques.provider_properties.provider_service_arn #=> String
2237
+ # resp.id_mapping_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
2238
+ # resp.id_mapping_techniques.rule_based_properties.record_matching_model #=> String, one of "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
2239
+ # resp.id_mapping_techniques.rule_based_properties.rule_definition_type #=> String, one of "SOURCE", "TARGET"
2240
+ # resp.id_mapping_techniques.rule_based_properties.rules #=> Array
2241
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].matching_keys #=> Array
2242
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
2243
+ # resp.id_mapping_techniques.rule_based_properties.rules[0].rule_name #=> String
2142
2244
  # resp.input_source_config #=> Array
2143
2245
  # resp.input_source_config[0].input_source_arn #=> String
2144
2246
  # resp.input_source_config[0].schema_name #=> String
@@ -2198,12 +2300,23 @@ module Aws::EntityResolution
2198
2300
  # description: "Description",
2199
2301
  # id_mapping_workflow_properties: [
2200
2302
  # {
2201
- # id_mapping_type: "PROVIDER", # required, accepts PROVIDER
2303
+ # id_mapping_type: "PROVIDER", # required, accepts PROVIDER, RULE_BASED
2202
2304
  # provider_properties: {
2203
2305
  # provider_configuration: {
2204
2306
  # },
2205
2307
  # provider_service_arn: "ProviderServiceArn", # required
2206
2308
  # },
2309
+ # rule_based_properties: {
2310
+ # attribute_matching_model: "ONE_TO_ONE", # accepts ONE_TO_ONE, MANY_TO_MANY
2311
+ # record_matching_models: ["ONE_SOURCE_TO_ONE_TARGET"], # accepts ONE_SOURCE_TO_ONE_TARGET, MANY_SOURCE_TO_ONE_TARGET
2312
+ # rule_definition_types: ["SOURCE"], # accepts SOURCE, TARGET
2313
+ # rules: [
2314
+ # {
2315
+ # matching_keys: ["AttributeName"], # required
2316
+ # rule_name: "RuleRuleNameString", # required
2317
+ # },
2318
+ # ],
2319
+ # },
2207
2320
  # },
2208
2321
  # ],
2209
2322
  # id_namespace_name: "EntityName", # required
@@ -2221,8 +2334,17 @@ module Aws::EntityResolution
2221
2334
  # resp.created_at #=> Time
2222
2335
  # resp.description #=> String
2223
2336
  # resp.id_mapping_workflow_properties #=> Array
2224
- # resp.id_mapping_workflow_properties[0].id_mapping_type #=> String, one of "PROVIDER"
2337
+ # resp.id_mapping_workflow_properties[0].id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
2225
2338
  # resp.id_mapping_workflow_properties[0].provider_properties.provider_service_arn #=> String
2339
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
2340
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.record_matching_models #=> Array
2341
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.record_matching_models[0] #=> String, one of "ONE_SOURCE_TO_ONE_TARGET", "MANY_SOURCE_TO_ONE_TARGET"
2342
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rule_definition_types #=> Array
2343
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rule_definition_types[0] #=> String, one of "SOURCE", "TARGET"
2344
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules #=> Array
2345
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].matching_keys #=> Array
2346
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].matching_keys[0] #=> String
2347
+ # resp.id_mapping_workflow_properties[0].rule_based_properties.rules[0].rule_name #=> String
2226
2348
  # resp.id_namespace_arn #=> String
2227
2349
  # resp.id_namespace_name #=> String
2228
2350
  # resp.input_source_config #=> Array
@@ -2322,6 +2444,7 @@ module Aws::EntityResolution
2322
2444
  # resolution_type: "RULE_MATCHING", # required, accepts RULE_MATCHING, ML_MATCHING, PROVIDER
2323
2445
  # rule_based_properties: {
2324
2446
  # attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
2447
+ # match_purpose: "IDENTIFIER_GENERATION", # accepts IDENTIFIER_GENERATION, INDEXING
2325
2448
  # rules: [ # required
2326
2449
  # {
2327
2450
  # matching_keys: ["AttributeName"], # required
@@ -2353,6 +2476,7 @@ module Aws::EntityResolution
2353
2476
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
2354
2477
  # resp.resolution_techniques.resolution_type #=> String, one of "RULE_MATCHING", "ML_MATCHING", "PROVIDER"
2355
2478
  # resp.resolution_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
2479
+ # resp.resolution_techniques.rule_based_properties.match_purpose #=> String, one of "IDENTIFIER_GENERATION", "INDEXING"
2356
2480
  # resp.resolution_techniques.rule_based_properties.rules #=> Array
2357
2481
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys #=> Array
2358
2482
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
@@ -2404,6 +2528,7 @@ module Aws::EntityResolution
2404
2528
  # {
2405
2529
  # field_name: "AttributeName", # required
2406
2530
  # group_name: "AttributeName",
2531
+ # hashed: false,
2407
2532
  # match_key: "AttributeName",
2408
2533
  # sub_type: "AttributeName",
2409
2534
  # type: "NAME", # required, accepts NAME, NAME_FIRST, NAME_MIDDLE, NAME_LAST, ADDRESS, ADDRESS_STREET1, ADDRESS_STREET2, ADDRESS_STREET3, ADDRESS_CITY, ADDRESS_STATE, ADDRESS_COUNTRY, ADDRESS_POSTALCODE, PHONE, PHONE_NUMBER, PHONE_COUNTRYCODE, EMAIL_ADDRESS, UNIQUE_ID, DATE, STRING, PROVIDER_ID
@@ -2418,6 +2543,7 @@ module Aws::EntityResolution
2418
2543
  # resp.mapped_input_fields #=> Array
2419
2544
  # resp.mapped_input_fields[0].field_name #=> String
2420
2545
  # resp.mapped_input_fields[0].group_name #=> String
2546
+ # resp.mapped_input_fields[0].hashed #=> Boolean
2421
2547
  # resp.mapped_input_fields[0].match_key #=> String
2422
2548
  # resp.mapped_input_fields[0].sub_type #=> String
2423
2549
  # resp.mapped_input_fields[0].type #=> String, one of "NAME", "NAME_FIRST", "NAME_MIDDLE", "NAME_LAST", "ADDRESS", "ADDRESS_STREET1", "ADDRESS_STREET2", "ADDRESS_STREET3", "ADDRESS_CITY", "ADDRESS_STATE", "ADDRESS_COUNTRY", "ADDRESS_POSTALCODE", "PHONE", "PHONE_NUMBER", "PHONE_COUNTRYCODE", "EMAIL_ADDRESS", "UNIQUE_ID", "DATE", "STRING", "PROVIDER_ID"
@@ -2446,7 +2572,7 @@ module Aws::EntityResolution
2446
2572
  params: params,
2447
2573
  config: config)
2448
2574
  context[:gem_name] = 'aws-sdk-entityresolution'
2449
- context[:gem_version] = '1.13.0'
2575
+ context[:gem_version] = '1.15.0'
2450
2576
  Seahorse::Client::Request.new(handlers, context)
2451
2577
  end
2452
2578