aws-sdk-entityresolution 1.32.0 → 1.34.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: c454975777120c74152080e196a4df2d2efa6e5a9270593ec8c72a08d5ea0698
4
- data.tar.gz: 91411f71a6480c2c1d07133b5e1a7c0ad29a20d7c2f523da354c1eaf005be146
3
+ metadata.gz: c16e2f4b836a5ee98d3e0cdddbdde1712e5be58fdab05912420b842b398a8533
4
+ data.tar.gz: 035516d75a84ec765888079780daafc8deb921b00d9899d0d40f41465fbe71b7
5
5
  SHA512:
6
- metadata.gz: 67ef735cc14edad848a33b5139abc807aee4d160f6c7f7f0de5c60116f175d2170b549306d5d0137f753b7ee0a3405b565e7dc5a7cf3b988bacc5dabf1a1940c
7
- data.tar.gz: 5b4cd14cfd6e9b0e229f0692ef7230033649bfe63166903bbeadfc7a540312f0b69d3f4684f3b92f59ccda43b4227e291ec92cd2d5594a698486aeacb3e3af05
6
+ metadata.gz: 760b8c4b5de8c6b74978655449bcb086c7dcce90cf3693a83145441407077e79eeffbe66907b6ffcbaa7521b527b81d70cb5b57bdfb28cf05a857bff028591ce
7
+ data.tar.gz: 421fef090f2e9e87ca9bea9231c2cd3fa31cd9e138ed9d35bd1f53aee428c8eb21d59171a1b9dbcdf8261f306e3c625aa09448841692ccdb394a3b04712942bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.33.0 (2025-07-31)
10
+ ------------------
11
+
12
+ * Feature - Add support for creating advanced rule-based matching workflows in AWS Entity Resolution.
13
+
4
14
  1.32.0 (2025-07-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.34.0
@@ -95,8 +95,8 @@ module Aws::EntityResolution
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::EntityResolution
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::EntityResolution
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::EntityResolution
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -593,7 +590,7 @@ module Aws::EntityResolution
593
590
  # Creates an `IdMappingWorkflow` object which stores the configuration
594
591
  # of the data processing job to be run. Each `IdMappingWorkflow` must
595
592
  # have a unique workflow name. To modify an existing workflow, use the
596
- # `UpdateIdMappingWorkflow` API.
593
+ # UpdateIdMappingWorkflow API.
597
594
  #
598
595
  # @option params [required, String] :workflow_name
599
596
  # The name of the workflow. There can't be multiple
@@ -608,7 +605,7 @@ module Aws::EntityResolution
608
605
  #
609
606
  # @option params [Array<Types::IdMappingWorkflowOutputSource>] :output_source_config
610
607
  # A list of `IdMappingWorkflowOutputSource` objects, each of which
611
- # contains fields `OutputS3Path` and `Output`.
608
+ # contains fields `outputS3Path` and `KMSArn`.
612
609
  #
613
610
  # @option params [required, Types::IdMappingTechniques] :id_mapping_techniques
614
611
  # An object which defines the ID mapping technique and any additional
@@ -714,7 +711,7 @@ module Aws::EntityResolution
714
711
  # Creates an ID namespace object which will help customers provide
715
712
  # metadata explaining their dataset and how to use it. Each ID namespace
716
713
  # must have a unique name. To modify an existing ID namespace, use the
717
- # `UpdateIdNamespace` API.
714
+ # UpdateIdNamespace API.
718
715
  #
719
716
  # @option params [required, String] :id_namespace_name
720
717
  # The name of the ID namespace.
@@ -835,10 +832,12 @@ module Aws::EntityResolution
835
832
  req.send_request(options)
836
833
  end
837
834
 
838
- # Creates a `MatchingWorkflow` object which stores the configuration of
839
- # the data processing job to be run. It is important to note that there
840
- # should not be a pre-existing `MatchingWorkflow` with the same name. To
841
- # modify an existing workflow, utilize the `UpdateMatchingWorkflow` API.
835
+ # Creates a matching workflow that defines the configuration for a data
836
+ # processing job. The workflow name must be unique. To modify an
837
+ # existing workflow, use `UpdateMatchingWorkflow`.
838
+ #
839
+ # For workflows where `resolutionType` is ML\_MATCHING, incremental
840
+ # processing is not supported.
842
841
  #
843
842
  # @option params [required, String] :workflow_name
844
843
  # The name of the workflow. There can't be multiple `MatchingWorkflows`
@@ -853,15 +852,19 @@ module Aws::EntityResolution
853
852
  #
854
853
  # @option params [required, Array<Types::OutputSource>] :output_source_config
855
854
  # A list of `OutputSource` objects, each of which contains fields
856
- # `OutputS3Path`, `ApplyNormalization`, and `Output`.
855
+ # `outputS3Path`, `applyNormalization`, `KMSArn`, and `output`.
857
856
  #
858
857
  # @option params [required, Types::ResolutionTechniques] :resolution_techniques
859
858
  # An object which defines the `resolutionType` and the
860
859
  # `ruleBasedProperties`.
861
860
  #
862
861
  # @option params [Types::IncrementalRunConfig] :incremental_run_config
863
- # An object which defines an incremental run type and has only
864
- # `incrementalRunType` as a field.
862
+ # Optional. An object that defines the incremental run type. This object
863
+ # contains only the `incrementalRunType` field, which appears as
864
+ # "Automatic" in the console.
865
+ #
866
+ # For workflows where `resolutionType` is `ML_MATCHING`, incremental
867
+ # processing is not supported.
865
868
  #
866
869
  # @option params [required, String] :role_arn
867
870
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
@@ -919,6 +922,14 @@ module Aws::EntityResolution
919
922
  # attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
920
923
  # match_purpose: "IDENTIFIER_GENERATION", # accepts IDENTIFIER_GENERATION, INDEXING
921
924
  # },
925
+ # rule_condition_properties: {
926
+ # rules: [ # required
927
+ # {
928
+ # rule_name: "RuleConditionRuleNameString", # required
929
+ # condition: "RuleConditionConditionString", # required
930
+ # },
931
+ # ],
932
+ # },
922
933
  # provider_properties: {
923
934
  # provider_service_arn: "ProviderServiceArn", # required
924
935
  # provider_configuration: {
@@ -960,6 +971,9 @@ module Aws::EntityResolution
960
971
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
961
972
  # resp.resolution_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
962
973
  # resp.resolution_techniques.rule_based_properties.match_purpose #=> String, one of "IDENTIFIER_GENERATION", "INDEXING"
974
+ # resp.resolution_techniques.rule_condition_properties.rules #=> Array
975
+ # resp.resolution_techniques.rule_condition_properties.rules[0].rule_name #=> String
976
+ # resp.resolution_techniques.rule_condition_properties.rules[0].condition #=> String
963
977
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
964
978
  # resp.resolution_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
965
979
  # resp.incremental_run_config.incremental_run_type #=> String, one of "IMMEDIATE"
@@ -1602,6 +1616,9 @@ module Aws::EntityResolution
1602
1616
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
1603
1617
  # resp.resolution_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
1604
1618
  # resp.resolution_techniques.rule_based_properties.match_purpose #=> String, one of "IDENTIFIER_GENERATION", "INDEXING"
1619
+ # resp.resolution_techniques.rule_condition_properties.rules #=> Array
1620
+ # resp.resolution_techniques.rule_condition_properties.rules[0].rule_name #=> String
1621
+ # resp.resolution_techniques.rule_condition_properties.rules[0].condition #=> String
1605
1622
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
1606
1623
  # resp.resolution_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
1607
1624
  # resp.created_at #=> Time
@@ -2290,9 +2307,9 @@ module Aws::EntityResolution
2290
2307
  end
2291
2308
 
2292
2309
  # Updates an existing `IdMappingWorkflow`. This method is identical to
2293
- # `CreateIdMappingWorkflow`, except it uses an HTTP `PUT` request
2294
- # instead of a `POST` request, and the `IdMappingWorkflow` must already
2295
- # exist for the method to succeed.
2310
+ # CreateIdMappingWorkflow, except it uses an HTTP `PUT` request instead
2311
+ # of a `POST` request, and the `IdMappingWorkflow` must already exist
2312
+ # for the method to succeed.
2296
2313
  #
2297
2314
  # @option params [required, String] :workflow_name
2298
2315
  # The name of the workflow.
@@ -2306,7 +2323,7 @@ module Aws::EntityResolution
2306
2323
  #
2307
2324
  # @option params [Array<Types::IdMappingWorkflowOutputSource>] :output_source_config
2308
2325
  # A list of `OutputSource` objects, each of which contains fields
2309
- # `OutputS3Path` and `KMSArn`.
2326
+ # `outputS3Path` and `KMSArn`.
2310
2327
  #
2311
2328
  # @option params [required, Types::IdMappingTechniques] :id_mapping_techniques
2312
2329
  # An object which defines the ID mapping technique and any additional
@@ -2505,10 +2522,11 @@ module Aws::EntityResolution
2505
2522
  req.send_request(options)
2506
2523
  end
2507
2524
 
2508
- # Updates an existing `MatchingWorkflow`. This method is identical to
2509
- # `CreateMatchingWorkflow`, except it uses an HTTP `PUT` request instead
2510
- # of a `POST` request, and the `MatchingWorkflow` must already exist for
2511
- # the method to succeed.
2525
+ # Updates an existing matching workflow. The workflow must already exist
2526
+ # for this operation to succeed.
2527
+ #
2528
+ # For workflows where `resolutionType` is ML\_MATCHING, incremental
2529
+ # processing is not supported.
2512
2530
  #
2513
2531
  # @option params [required, String] :workflow_name
2514
2532
  # The name of the workflow to be retrieved.
@@ -2522,15 +2540,19 @@ module Aws::EntityResolution
2522
2540
  #
2523
2541
  # @option params [required, Array<Types::OutputSource>] :output_source_config
2524
2542
  # A list of `OutputSource` objects, each of which contains fields
2525
- # `OutputS3Path`, `ApplyNormalization`, and `Output`.
2543
+ # `outputS3Path`, `applyNormalization`, `KMSArn`, and `output`.
2526
2544
  #
2527
2545
  # @option params [required, Types::ResolutionTechniques] :resolution_techniques
2528
2546
  # An object which defines the `resolutionType` and the
2529
2547
  # `ruleBasedProperties`.
2530
2548
  #
2531
2549
  # @option params [Types::IncrementalRunConfig] :incremental_run_config
2532
- # An object which defines an incremental run type and has only
2533
- # `incrementalRunType` as a field.
2550
+ # Optional. An object that defines the incremental run type. This object
2551
+ # contains only the `incrementalRunType` field, which appears as
2552
+ # "Automatic" in the console.
2553
+ #
2554
+ # For workflows where `resolutionType` is `ML_MATCHING`, incremental
2555
+ # processing is not supported.
2534
2556
  #
2535
2557
  # @option params [required, String] :role_arn
2536
2558
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
@@ -2584,6 +2606,14 @@ module Aws::EntityResolution
2584
2606
  # attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
2585
2607
  # match_purpose: "IDENTIFIER_GENERATION", # accepts IDENTIFIER_GENERATION, INDEXING
2586
2608
  # },
2609
+ # rule_condition_properties: {
2610
+ # rules: [ # required
2611
+ # {
2612
+ # rule_name: "RuleConditionRuleNameString", # required
2613
+ # condition: "RuleConditionConditionString", # required
2614
+ # },
2615
+ # ],
2616
+ # },
2587
2617
  # provider_properties: {
2588
2618
  # provider_service_arn: "ProviderServiceArn", # required
2589
2619
  # provider_configuration: {
@@ -2621,6 +2651,9 @@ module Aws::EntityResolution
2621
2651
  # resp.resolution_techniques.rule_based_properties.rules[0].matching_keys[0] #=> String
2622
2652
  # resp.resolution_techniques.rule_based_properties.attribute_matching_model #=> String, one of "ONE_TO_ONE", "MANY_TO_MANY"
2623
2653
  # resp.resolution_techniques.rule_based_properties.match_purpose #=> String, one of "IDENTIFIER_GENERATION", "INDEXING"
2654
+ # resp.resolution_techniques.rule_condition_properties.rules #=> Array
2655
+ # resp.resolution_techniques.rule_condition_properties.rules[0].rule_name #=> String
2656
+ # resp.resolution_techniques.rule_condition_properties.rules[0].condition #=> String
2624
2657
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
2625
2658
  # resp.resolution_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
2626
2659
  # resp.incremental_run_config.incremental_run_type #=> String, one of "IMMEDIATE"
@@ -2719,7 +2752,7 @@ module Aws::EntityResolution
2719
2752
  tracer: tracer
2720
2753
  )
2721
2754
  context[:gem_name] = 'aws-sdk-entityresolution'
2722
- context[:gem_version] = '1.32.0'
2755
+ context[:gem_version] = '1.34.0'
2723
2756
  Seahorse::Client::Request.new(handlers, context)
2724
2757
  end
2725
2758
 
@@ -204,6 +204,11 @@ module Aws::EntityResolution
204
204
  Rule = Shapes::StructureShape.new(name: 'Rule')
205
205
  RuleBasedProperties = Shapes::StructureShape.new(name: 'RuleBasedProperties')
206
206
  RuleBasedPropertiesRulesList = Shapes::ListShape.new(name: 'RuleBasedPropertiesRulesList')
207
+ RuleCondition = Shapes::StructureShape.new(name: 'RuleCondition')
208
+ RuleConditionConditionString = Shapes::StringShape.new(name: 'RuleConditionConditionString')
209
+ RuleConditionProperties = Shapes::StructureShape.new(name: 'RuleConditionProperties')
210
+ RuleConditionPropertiesRulesList = Shapes::ListShape.new(name: 'RuleConditionPropertiesRulesList')
211
+ RuleConditionRuleNameString = Shapes::StringShape.new(name: 'RuleConditionRuleNameString')
207
212
  RuleMatchingKeysList = Shapes::ListShape.new(name: 'RuleMatchingKeysList')
208
213
  RuleRuleNameString = Shapes::StringShape.new(name: 'RuleRuleNameString')
209
214
  S3Path = Shapes::StringShape.new(name: 'S3Path')
@@ -852,6 +857,7 @@ module Aws::EntityResolution
852
857
 
853
858
  ResolutionTechniques.add_member(:resolution_type, Shapes::ShapeRef.new(shape: ResolutionType, required: true, location_name: "resolutionType"))
854
859
  ResolutionTechniques.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: RuleBasedProperties, location_name: "ruleBasedProperties"))
860
+ ResolutionTechniques.add_member(:rule_condition_properties, Shapes::ShapeRef.new(shape: RuleConditionProperties, location_name: "ruleConditionProperties"))
855
861
  ResolutionTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
856
862
  ResolutionTechniques.struct_class = Types::ResolutionTechniques
857
863
 
@@ -869,6 +875,15 @@ module Aws::EntityResolution
869
875
 
870
876
  RuleBasedPropertiesRulesList.member = Shapes::ShapeRef.new(shape: Rule)
871
877
 
878
+ RuleCondition.add_member(:rule_name, Shapes::ShapeRef.new(shape: RuleConditionRuleNameString, required: true, location_name: "ruleName"))
879
+ RuleCondition.add_member(:condition, Shapes::ShapeRef.new(shape: RuleConditionConditionString, required: true, location_name: "condition"))
880
+ RuleCondition.struct_class = Types::RuleCondition
881
+
882
+ RuleConditionProperties.add_member(:rules, Shapes::ShapeRef.new(shape: RuleConditionPropertiesRulesList, required: true, location_name: "rules"))
883
+ RuleConditionProperties.struct_class = Types::RuleConditionProperties
884
+
885
+ RuleConditionPropertiesRulesList.member = Shapes::ShapeRef.new(shape: RuleCondition)
886
+
872
887
  RuleMatchingKeysList.member = Shapes::ShapeRef.new(shape: AttributeName)
873
888
 
874
889
  SchemaInputAttribute.add_member(:field_name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "fieldName"))
@@ -175,7 +175,7 @@ module Aws::EntityResolution
175
175
  #
176
176
  # @!attribute [rw] output_source_config
177
177
  # A list of `IdMappingWorkflowOutputSource` objects, each of which
178
- # contains fields `OutputS3Path` and `Output`.
178
+ # contains fields `outputS3Path` and `KMSArn`.
179
179
  # @return [Array<Types::IdMappingWorkflowOutputSource>]
180
180
  #
181
181
  # @!attribute [rw] id_mapping_techniques
@@ -228,7 +228,7 @@ module Aws::EntityResolution
228
228
  #
229
229
  # @!attribute [rw] output_source_config
230
230
  # A list of `IdMappingWorkflowOutputSource` objects, each of which
231
- # contains fields `OutputS3Path` and `Output`.
231
+ # contains fields `outputS3Path` and `KMSArn`.
232
232
  # @return [Array<Types::IdMappingWorkflowOutputSource>]
233
233
  #
234
234
  # @!attribute [rw] id_mapping_techniques
@@ -395,7 +395,7 @@ module Aws::EntityResolution
395
395
  #
396
396
  # @!attribute [rw] output_source_config
397
397
  # A list of `OutputSource` objects, each of which contains fields
398
- # `OutputS3Path`, `ApplyNormalization`, and `Output`.
398
+ # `outputS3Path`, `applyNormalization`, `KMSArn`, and `output`.
399
399
  # @return [Array<Types::OutputSource>]
400
400
  #
401
401
  # @!attribute [rw] resolution_techniques
@@ -404,8 +404,12 @@ module Aws::EntityResolution
404
404
  # @return [Types::ResolutionTechniques]
405
405
  #
406
406
  # @!attribute [rw] incremental_run_config
407
- # An object which defines an incremental run type and has only
408
- # `incrementalRunType` as a field.
407
+ # Optional. An object that defines the incremental run type. This
408
+ # object contains only the `incrementalRunType` field, which appears
409
+ # as "Automatic" in the console.
410
+ #
411
+ # For workflows where `resolutionType` is `ML_MATCHING`, incremental
412
+ # processing is not supported.
409
413
  # @return [Types::IncrementalRunConfig]
410
414
  #
411
415
  # @!attribute [rw] role_arn
@@ -454,7 +458,7 @@ module Aws::EntityResolution
454
458
  #
455
459
  # @!attribute [rw] output_source_config
456
460
  # A list of `OutputSource` objects, each of which contains fields
457
- # `OutputS3Path`, `ApplyNormalization`, and `Output`.
461
+ # `outputS3Path`, `applyNormalization`, `KMSArn`, and `output`.
458
462
  # @return [Array<Types::OutputSource>]
459
463
  #
460
464
  # @!attribute [rw] resolution_techniques
@@ -930,7 +934,7 @@ module Aws::EntityResolution
930
934
  #
931
935
  # @!attribute [rw] output_source_config
932
936
  # A list of `OutputSource` objects, each of which contains fields
933
- # `OutputS3Path` and `KMSArn`.
937
+ # `outputS3Path` and `KMSArn`.
934
938
  # @return [Array<Types::IdMappingWorkflowOutputSource>]
935
939
  #
936
940
  # @!attribute [rw] id_mapping_techniques
@@ -1190,7 +1194,7 @@ module Aws::EntityResolution
1190
1194
  #
1191
1195
  # @!attribute [rw] output_source_config
1192
1196
  # A list of `OutputSource` objects, each of which contains fields
1193
- # `OutputS3Path`, `ApplyNormalization`, and `Output`.
1197
+ # `outputS3Path`, `applyNormalization`, `KMSArn`, and `output`.
1194
1198
  # @return [Array<Types::OutputSource>]
1195
1199
  #
1196
1200
  # @!attribute [rw] resolution_techniques
@@ -1489,7 +1493,7 @@ module Aws::EntityResolution
1489
1493
  include Aws::Structure
1490
1494
  end
1491
1495
 
1492
- # An object containing `KMSArn`, `OutputS3Path`, and `RoleARN`.
1496
+ # An object containing `KMSArn`, `outputS3Path`, and `roleARN`.
1493
1497
  #
1494
1498
  # @!attribute [rw] role_arn
1495
1499
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
@@ -1533,17 +1537,17 @@ module Aws::EntityResolution
1533
1537
  # The comparison type. You can either choose `ONE_TO_ONE` or
1534
1538
  # `MANY_TO_MANY` as the `attributeMatchingModel`.
1535
1539
  #
1536
- # If you choose `MANY_TO_MANY`, the system can match attributes across
1537
- # the sub-types of an attribute type. For example, if the value of the
1538
- # `Email` field of Profile A matches the value of the `BusinessEmail`
1539
- # field of Profile B, the two profiles are matched on the `Email`
1540
- # attribute type.
1541
- #
1542
1540
  # If you choose `ONE_TO_ONE`, the system can only match attributes if
1543
1541
  # the sub-types are an exact match. For example, for the `Email`
1544
1542
  # attribute type, the system will only consider it a match if the
1545
1543
  # value of the `Email` field of Profile A matches the value of the
1546
1544
  # `Email` field of Profile B.
1545
+ #
1546
+ # If you choose `MANY_TO_MANY`, the system can match attributes across
1547
+ # the sub-types of an attribute type. For example, if the value of the
1548
+ # `Email` field of Profile A matches the value of the `BusinessEmail`
1549
+ # field of Profile B, the two profiles are matched on the `Email`
1550
+ # attribute type.
1547
1551
  # @return [String]
1548
1552
  #
1549
1553
  # @!attribute [rw] record_matching_model
@@ -1595,7 +1599,7 @@ module Aws::EntityResolution
1595
1599
  include Aws::Structure
1596
1600
  end
1597
1601
 
1598
- # An object containing `InputSourceARN`, `SchemaName`, and `Type`.
1602
+ # An object containing `inputSourceARN`, `schemaName`, and `type`.
1599
1603
  #
1600
1604
  # @!attribute [rw] input_source_arn
1601
1605
  # An Glue table Amazon Resource Name (ARN) or a matching workflow ARN
@@ -1693,8 +1697,8 @@ module Aws::EntityResolution
1693
1697
  include Aws::Structure
1694
1698
  end
1695
1699
 
1696
- # An object containing `IdMappingType`, `ProviderProperties`, and
1697
- # `RuleBasedProperties`.
1700
+ # An object containing `idMappingType`, `providerProperties`, and
1701
+ # `ruleBasedProperties`.
1698
1702
  #
1699
1703
  # @!attribute [rw] id_mapping_type
1700
1704
  # The type of ID mapping.
@@ -1720,7 +1724,7 @@ module Aws::EntityResolution
1720
1724
  include Aws::Structure
1721
1725
  end
1722
1726
 
1723
- # An object containing `InputSourceARN` and `SchemaName`.
1727
+ # An object containing `inputSourceARN` and `schemaName`.
1724
1728
  #
1725
1729
  # @!attribute [rw] input_source_arn
1726
1730
  # An Glue table Amazon Resource Name (ARN) or a matching workflow ARN
@@ -1792,11 +1796,19 @@ module Aws::EntityResolution
1792
1796
  include Aws::Structure
1793
1797
  end
1794
1798
 
1795
- # An object which defines an incremental run type and has only
1796
- # `incrementalRunType` as a field.
1799
+ # Optional. An object that defines the incremental run type. This object
1800
+ # contains only the `incrementalRunType` field, which appears as
1801
+ # "Automatic" in the console.
1802
+ #
1803
+ # For workflows where `resolutionType` is `ML_MATCHING`, incremental
1804
+ # processing is not supported.
1797
1805
  #
1798
1806
  # @!attribute [rw] incremental_run_type
1799
- # The type of incremental run. It takes only one value: `IMMEDIATE`.
1807
+ # The type of incremental run. The only valid value is `IMMEDIATE`.
1808
+ # This appears as "Automatic" in the console.
1809
+ #
1810
+ # For workflows where `resolutionType` is `ML_MATCHING`, incremental
1811
+ # processing is not supported.
1800
1812
  # @return [String]
1801
1813
  #
1802
1814
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IncrementalRunConfig AWS API Documentation
@@ -1807,8 +1819,8 @@ module Aws::EntityResolution
1807
1819
  include Aws::Structure
1808
1820
  end
1809
1821
 
1810
- # An object containing `InputSourceARN`, `SchemaName`, and
1811
- # `ApplyNormalization`.
1822
+ # An object containing `inputSourceARN`, `schemaName`, and
1823
+ # `applyNormalization`.
1812
1824
  #
1813
1825
  # @!attribute [rw] input_source_arn
1814
1826
  # An Glue table Amazon Resource Name (ARN) for the input source table.
@@ -1866,8 +1878,8 @@ module Aws::EntityResolution
1866
1878
  include Aws::Structure
1867
1879
  end
1868
1880
 
1869
- # An object containing `InputRecords`, `TotalRecordsProcessed`,
1870
- # `MatchIDs`, and `RecordsNotProcessed`.
1881
+ # An object containing `inputRecords`, `totalRecordsProcessed`,
1882
+ # `matchIDs`, and `recordsNotProcessed`.
1871
1883
  #
1872
1884
  # @!attribute [rw] input_records
1873
1885
  # The total number of input records.
@@ -1896,7 +1908,7 @@ module Aws::EntityResolution
1896
1908
  include Aws::Structure
1897
1909
  end
1898
1910
 
1899
- # An object containing `KMSArn`, `OutputS3Path`, and `RoleArn`.
1911
+ # An object containing `KMSArn`, `outputS3Path`, and `roleArn`.
1900
1912
  #
1901
1913
  # @!attribute [rw] role_arn
1902
1914
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
@@ -1923,7 +1935,7 @@ module Aws::EntityResolution
1923
1935
  include Aws::Structure
1924
1936
  end
1925
1937
 
1926
- # An object containing the `JobId`, `Status`, `StartTime`, and `EndTime`
1938
+ # An object containing the `jobId`, `status`, `startTime`, and `endTime`
1927
1939
  # of a job.
1928
1940
  #
1929
1941
  # @!attribute [rw] job_id
@@ -2119,8 +2131,8 @@ module Aws::EntityResolution
2119
2131
 
2120
2132
  # @!attribute [rw] workflow_summaries
2121
2133
  # A list of `MatchingWorkflowSummary` objects, each of which contain
2122
- # the fields `WorkflowName`, `WorkflowArn`, `CreatedAt`, and
2123
- # `UpdatedAt`.
2134
+ # the fields `workflowName`, `workflowArn`, `resolutionType`,
2135
+ # `createdAt`, and `updatedAt`.
2124
2136
  # @return [Array<Types::MatchingWorkflowSummary>]
2125
2137
  #
2126
2138
  # @!attribute [rw] next_token
@@ -2279,7 +2291,8 @@ module Aws::EntityResolution
2279
2291
  end
2280
2292
 
2281
2293
  # A list of `MatchingWorkflowSummary` objects, each of which contain the
2282
- # fields `WorkflowName`, `WorkflowArn`, `CreatedAt`, `UpdatedAt`.
2294
+ # fields `workflowName`, `workflowArn`, `resolutionType`, `createdAt`,
2295
+ # `updatedAt`.
2283
2296
  #
2284
2297
  # @!attribute [rw] workflow_name
2285
2298
  # The name of the workflow.
@@ -2316,7 +2329,7 @@ module Aws::EntityResolution
2316
2329
  include Aws::Structure
2317
2330
  end
2318
2331
 
2319
- # An object containing `ProviderConfiguration` and `ProviderServiceArn`.
2332
+ # An object containing `providerConfiguration` and `providerServiceArn`.
2320
2333
  #
2321
2334
  # @!attribute [rw] provider_service_arn
2322
2335
  # The Amazon Resource Name (ARN) of the provider service.
@@ -2352,17 +2365,17 @@ module Aws::EntityResolution
2352
2365
  # The comparison type. You can either choose `ONE_TO_ONE` or
2353
2366
  # `MANY_TO_MANY` as the `attributeMatchingModel`.
2354
2367
  #
2355
- # If you choose `MANY_TO_MANY`, the system can match attributes across
2356
- # the sub-types of an attribute type. For example, if the value of the
2357
- # `Email` field of Profile A matches the value of `BusinessEmail`
2358
- # field of Profile B, the two profiles are matched on the `Email`
2359
- # attribute type.
2360
- #
2361
2368
  # If you choose `ONE_TO_ONE`, the system can only match attributes if
2362
2369
  # the sub-types are an exact match. For example, for the `Email`
2363
2370
  # attribute type, the system will only consider it a match if the
2364
2371
  # value of the `Email` field of Profile A matches the value of the
2365
2372
  # `Email` field of Profile B.
2373
+ #
2374
+ # If you choose `MANY_TO_MANY`, the system can match attributes across
2375
+ # the sub-types of an attribute type. For example, if the value of the
2376
+ # `Email` field of Profile A matches the value of `BusinessEmail`
2377
+ # field of Profile B, the two profiles are matched on the `Email`
2378
+ # attribute type.
2366
2379
  # @return [String]
2367
2380
  #
2368
2381
  # @!attribute [rw] record_matching_models
@@ -2754,9 +2767,13 @@ module Aws::EntityResolution
2754
2767
  #
2755
2768
  # @!attribute [rw] rule_based_properties
2756
2769
  # An object which defines the list of matching rules to run and has a
2757
- # field `Rules`, which is a list of rule objects.
2770
+ # field `rules`, which is a list of rule objects.
2758
2771
  # @return [Types::RuleBasedProperties]
2759
2772
  #
2773
+ # @!attribute [rw] rule_condition_properties
2774
+ # An object containing the `rules` for a matching workflow.
2775
+ # @return [Types::RuleConditionProperties]
2776
+ #
2760
2777
  # @!attribute [rw] provider_properties
2761
2778
  # The properties of the provider service.
2762
2779
  # @return [Types::ProviderProperties]
@@ -2766,6 +2783,7 @@ module Aws::EntityResolution
2766
2783
  class ResolutionTechniques < Struct.new(
2767
2784
  :resolution_type,
2768
2785
  :rule_based_properties,
2786
+ :rule_condition_properties,
2769
2787
  :provider_properties)
2770
2788
  SENSITIVE = []
2771
2789
  include Aws::Structure
@@ -2784,7 +2802,7 @@ module Aws::EntityResolution
2784
2802
  include Aws::Structure
2785
2803
  end
2786
2804
 
2787
- # An object containing `RuleName`, and `MatchingKeys`.
2805
+ # An object containing the `ruleName` and `matchingKeys`.
2788
2806
  #
2789
2807
  # @!attribute [rw] rule_name
2790
2808
  # A name for the matching rule.
@@ -2806,8 +2824,7 @@ module Aws::EntityResolution
2806
2824
  end
2807
2825
 
2808
2826
  # An object which defines the list of matching rules to run in a
2809
- # matching workflow. RuleBasedProperties contain a `Rules` field, which
2810
- # is a list of rule objects.
2827
+ # matching workflow.
2811
2828
  #
2812
2829
  # @!attribute [rw] rules
2813
2830
  # A list of `Rule` objects, each of which have fields `RuleName` and
@@ -2815,20 +2832,20 @@ module Aws::EntityResolution
2815
2832
  # @return [Array<Types::Rule>]
2816
2833
  #
2817
2834
  # @!attribute [rw] attribute_matching_model
2818
- # The comparison type. You can either choose `ONE_TO_ONE` or
2819
- # `MANY_TO_MANY` as the `attributeMatchingModel`.
2820
- #
2821
- # If you choose `MANY_TO_MANY`, the system can match attributes across
2822
- # the sub-types of an attribute type. For example, if the value of the
2823
- # `Email` field of Profile A and the value of `BusinessEmail` field of
2824
- # Profile B matches, the two profiles are matched on the `Email`
2825
- # attribute type.
2835
+ # The comparison type. You can choose `ONE_TO_ONE` or `MANY_TO_MANY`
2836
+ # as the `attributeMatchingModel`.
2826
2837
  #
2827
2838
  # If you choose `ONE_TO_ONE`, the system can only match attributes if
2828
2839
  # the sub-types are an exact match. For example, for the `Email`
2829
2840
  # attribute type, the system will only consider it a match if the
2830
2841
  # value of the `Email` field of Profile A matches the value of the
2831
2842
  # `Email` field of Profile B.
2843
+ #
2844
+ # If you choose `MANY_TO_MANY`, the system can match attributes across
2845
+ # the sub-types of an attribute type. For example, if the value of the
2846
+ # `Email` field of Profile A and the value of `BusinessEmail` field of
2847
+ # Profile B matches, the two profiles are matched on the `Email`
2848
+ # attribute type.
2832
2849
  # @return [String]
2833
2850
  #
2834
2851
  # @!attribute [rw] match_purpose
@@ -2851,6 +2868,56 @@ module Aws::EntityResolution
2851
2868
  include Aws::Structure
2852
2869
  end
2853
2870
 
2871
+ # An object that defines the `ruleCondition` and the `ruleName` to use
2872
+ # in a matching workflow.
2873
+ #
2874
+ # @!attribute [rw] rule_name
2875
+ # A name for the matching rule.
2876
+ #
2877
+ # For example: `Rule1`
2878
+ # @return [String]
2879
+ #
2880
+ # @!attribute [rw] condition
2881
+ # A statement that specifies the conditions for a matching rule.
2882
+ #
2883
+ # If your data is accurate, use an Exact matching function: `Exact` or
2884
+ # `ExactManyToMany`.
2885
+ #
2886
+ # If your data has variations in spelling or pronunciation, use a
2887
+ # Fuzzy matching function: `Cosine`, `Levenshtein`, or `Soundex`.
2888
+ #
2889
+ # Use operators if you want to combine (`AND`), separate (`OR`), or
2890
+ # group matching functions `(...)`.
2891
+ #
2892
+ # For example: `(Cosine(a, 10) AND Exact(b, true)) OR
2893
+ # ExactManyToMany(c, d)`
2894
+ # @return [String]
2895
+ #
2896
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/RuleCondition AWS API Documentation
2897
+ #
2898
+ class RuleCondition < Struct.new(
2899
+ :rule_name,
2900
+ :condition)
2901
+ SENSITIVE = []
2902
+ include Aws::Structure
2903
+ end
2904
+
2905
+ # The properties of a rule condition that provides the ability to use
2906
+ # more complex syntax.
2907
+ #
2908
+ # @!attribute [rw] rules
2909
+ # A list of rule objects, each of which have fields `ruleName` and
2910
+ # `condition`.
2911
+ # @return [Array<Types::RuleCondition>]
2912
+ #
2913
+ # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/RuleConditionProperties AWS API Documentation
2914
+ #
2915
+ class RuleConditionProperties < Struct.new(
2916
+ :rules)
2917
+ SENSITIVE = []
2918
+ include Aws::Structure
2919
+ end
2920
+
2854
2921
  # A configuration object for defining input data fields in Entity
2855
2922
  # Resolution. The `SchemaInputAttribute` specifies how individual fields
2856
2923
  # in your input data should be processed and matched.
@@ -2944,8 +3011,8 @@ module Aws::EntityResolution
2944
3011
  include Aws::Structure
2945
3012
  end
2946
3013
 
2947
- # An object containing `SchemaName`, `SchemaArn`, `CreatedAt`,
2948
- # and`UpdatedAt`.
3014
+ # An object containing `schemaName`, `schemaArn`, `createdAt`,
3015
+ # `updatedAt`, and `hasWorkflows`.
2949
3016
  #
2950
3017
  # @!attribute [rw] schema_name
2951
3018
  # The name of the schema.
@@ -3109,7 +3176,7 @@ module Aws::EntityResolution
3109
3176
  #
3110
3177
  # @!attribute [rw] output_source_config
3111
3178
  # A list of `OutputSource` objects, each of which contains fields
3112
- # `OutputS3Path` and `KMSArn`.
3179
+ # `outputS3Path` and `KMSArn`.
3113
3180
  # @return [Array<Types::IdMappingWorkflowOutputSource>]
3114
3181
  #
3115
3182
  # @!attribute [rw] id_mapping_techniques
@@ -3157,7 +3224,7 @@ module Aws::EntityResolution
3157
3224
  #
3158
3225
  # @!attribute [rw] output_source_config
3159
3226
  # A list of `OutputSource` objects, each of which contains fields
3160
- # `OutputS3Path` and `KMSArn`.
3227
+ # `outputS3Path` and `KMSArn`.
3161
3228
  # @return [Array<Types::IdMappingWorkflowOutputSource>]
3162
3229
  #
3163
3230
  # @!attribute [rw] id_mapping_techniques
@@ -3299,7 +3366,7 @@ module Aws::EntityResolution
3299
3366
  #
3300
3367
  # @!attribute [rw] output_source_config
3301
3368
  # A list of `OutputSource` objects, each of which contains fields
3302
- # `OutputS3Path`, `ApplyNormalization`, and `Output`.
3369
+ # `outputS3Path`, `applyNormalization`, `KMSArn`, and `output`.
3303
3370
  # @return [Array<Types::OutputSource>]
3304
3371
  #
3305
3372
  # @!attribute [rw] resolution_techniques
@@ -3308,8 +3375,12 @@ module Aws::EntityResolution
3308
3375
  # @return [Types::ResolutionTechniques]
3309
3376
  #
3310
3377
  # @!attribute [rw] incremental_run_config
3311
- # An object which defines an incremental run type and has only
3312
- # `incrementalRunType` as a field.
3378
+ # Optional. An object that defines the incremental run type. This
3379
+ # object contains only the `incrementalRunType` field, which appears
3380
+ # as "Automatic" in the console.
3381
+ #
3382
+ # For workflows where `resolutionType` is `ML_MATCHING`, incremental
3383
+ # processing is not supported.
3313
3384
  # @return [Types::IncrementalRunConfig]
3314
3385
  #
3315
3386
  # @!attribute [rw] role_arn
@@ -3347,7 +3418,7 @@ module Aws::EntityResolution
3347
3418
  #
3348
3419
  # @!attribute [rw] output_source_config
3349
3420
  # A list of `OutputSource` objects, each of which contains fields
3350
- # `OutputS3Path`, `ApplyNormalization`, and `Output`.
3421
+ # `outputS3Path`, `applyNormalization`, `KMSArn`, and `output`.
3351
3422
  # @return [Array<Types::OutputSource>]
3352
3423
  #
3353
3424
  # @!attribute [rw] resolution_techniques
@@ -54,7 +54,7 @@ module Aws::EntityResolution
54
54
  autoload :EndpointProvider, 'aws-sdk-entityresolution/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-entityresolution/endpoints'
56
56
 
57
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.34.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -261,6 +261,14 @@ module Aws
261
261
  attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
262
262
  match_purpose: ("IDENTIFIER_GENERATION" | "INDEXING")?
263
263
  }?,
264
+ rule_condition_properties: {
265
+ rules: Array[
266
+ {
267
+ rule_name: ::String,
268
+ condition: ::String
269
+ },
270
+ ]
271
+ }?,
264
272
  provider_properties: {
265
273
  provider_service_arn: ::String,
266
274
  provider_configuration: {
@@ -837,6 +845,14 @@ module Aws
837
845
  attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
838
846
  match_purpose: ("IDENTIFIER_GENERATION" | "INDEXING")?
839
847
  }?,
848
+ rule_condition_properties: {
849
+ rules: Array[
850
+ {
851
+ rule_name: ::String,
852
+ condition: ::String
853
+ },
854
+ ]
855
+ }?,
840
856
  provider_properties: {
841
857
  provider_service_arn: ::String,
842
858
  provider_configuration: {
data/sig/types.rbs CHANGED
@@ -751,6 +751,7 @@ module Aws::EntityResolution
751
751
  class ResolutionTechniques
752
752
  attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
753
753
  attr_accessor rule_based_properties: Types::RuleBasedProperties
754
+ attr_accessor rule_condition_properties: Types::RuleConditionProperties
754
755
  attr_accessor provider_properties: Types::ProviderProperties
755
756
  SENSITIVE: []
756
757
  end
@@ -773,6 +774,17 @@ module Aws::EntityResolution
773
774
  SENSITIVE: []
774
775
  end
775
776
 
777
+ class RuleCondition
778
+ attr_accessor rule_name: ::String
779
+ attr_accessor condition: ::String
780
+ SENSITIVE: []
781
+ end
782
+
783
+ class RuleConditionProperties
784
+ attr_accessor rules: ::Array[Types::RuleCondition]
785
+ SENSITIVE: []
786
+ end
787
+
776
788
  class SchemaInputAttribute
777
789
  attr_accessor field_name: ::String
778
790
  attr_accessor type: ("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" | "IPV4" | "IPV6" | "MAID")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.34.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.227.0
21
+ version: 3.228.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.227.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement