aws-sdk-entityresolution 1.51.0 → 1.52.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: 0acdff8aa7df3b2c203196e871eb3d4ba92becd9418808576eb928a49276b1d9
4
- data.tar.gz: fb562ff806f0257f60b39a0539f7ba47af97b4e876d2a88b0ad0379cf6731d69
3
+ metadata.gz: b2c06e74fbc48c8ddcedb4c1501ec045fe2b9c85d256bb3841b96109d6972f08
4
+ data.tar.gz: 9c1486d7e2d580124f20043ef617917358b4a2ac45643340a470f3ca068f665c
5
5
  SHA512:
6
- metadata.gz: 847557d4bc87a455f285fb451115317e1303d7d2415cade6deecc9122e3bd408cc226ab5e1f8153b8e10d327bc939b210b0b30aa55cd80695ee79fe80f86008b
7
- data.tar.gz: bc8af1c523c4811eeffa05f203229407e49cb27e533b5b3a2bdc305f64b3a1fed7aaeff694bcba666a12136a3448e640f40d59a45d3f81a21fde526a0324e6a4
6
+ metadata.gz: b0c2d9718520ff712868261fd58b2d25d74ffb3bf3482613e0f258d2d7d615e34f6f833cfdac1df9ebe92147f0d4c9ad1d04c055728602568472a45883ed631a
7
+ data.tar.gz: 4151da76f1eec11cc35d256a90c10f34726508591ae5d4f1d01147392f753d94ee660c428819b6d7373062502ecb12a701971bbc9e39ebb061325c2409d18a78
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2026-07-21)
5
+ ------------------
6
+
7
+ * Feature - Add support for real time matching with AWS Entity Resolution matching workflows with advanced rule sets.
8
+
4
9
  1.51.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -844,8 +844,8 @@ module Aws::EntityResolution
844
844
  # processing job. The workflow name must be unique. To modify an
845
845
  # existing workflow, use `UpdateMatchingWorkflow`.
846
846
  #
847
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
848
- # incremental processing is not supported.
847
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
848
+ # processing is not supported.
849
849
  #
850
850
  # @option params [required, String] :workflow_name
851
851
  # The name of the workflow. There can't be multiple `MatchingWorkflows`
@@ -871,8 +871,8 @@ module Aws::EntityResolution
871
871
  # contains only the `incrementalRunType` field, which appears as
872
872
  # "Automatic" in the console.
873
873
  #
874
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
875
- # incremental processing is not supported.
874
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
875
+ # processing is not supported.
876
876
  #
877
877
  # @option params [required, String] :role_arn
878
878
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
@@ -945,6 +945,7 @@ module Aws::EntityResolution
945
945
  # enable_transitive_matching: false,
946
946
  # },
947
947
  # },
948
+ # enable_real_time_matching: false,
948
949
  # provider_properties: {
949
950
  # provider_service_arn: "ProviderServiceArn", # required
950
951
  # provider_configuration: {
@@ -992,6 +993,7 @@ module Aws::EntityResolution
992
993
  # resp.resolution_techniques.rule_condition_properties.rules[0].rule_name #=> String
993
994
  # resp.resolution_techniques.rule_condition_properties.rules[0].condition #=> String
994
995
  # resp.resolution_techniques.rule_condition_properties.matching_config.enable_transitive_matching #=> Boolean
996
+ # resp.resolution_techniques.enable_real_time_matching #=> Boolean
995
997
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
996
998
  # resp.resolution_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
997
999
  # resp.incremental_run_config.incremental_run_type #=> String, one of "IMMEDIATE"
@@ -1269,6 +1271,10 @@ module Aws::EntityResolution
1269
1271
  # updates processed asynchronously. Provides fastest response time but
1270
1272
  # should only be used for records known to be unique.
1271
1273
  #
1274
+ # <note markdown="1"> Advanced matching workflows don't support the `processingType` field.
1275
+ #
1276
+ # </note>
1277
+ #
1272
1278
  # @return [Types::GenerateMatchIdOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1273
1279
  #
1274
1280
  # * {Types::GenerateMatchIdOutput#match_groups #match_groups} => Array&lt;Types::MatchGroup&gt;
@@ -1652,6 +1658,7 @@ module Aws::EntityResolution
1652
1658
  # resp.resolution_techniques.rule_condition_properties.rules[0].rule_name #=> String
1653
1659
  # resp.resolution_techniques.rule_condition_properties.rules[0].condition #=> String
1654
1660
  # resp.resolution_techniques.rule_condition_properties.matching_config.enable_transitive_matching #=> Boolean
1661
+ # resp.resolution_techniques.enable_real_time_matching #=> Boolean
1655
1662
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
1656
1663
  # resp.resolution_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
1657
1664
  # resp.created_at #=> Time
@@ -2587,8 +2594,8 @@ module Aws::EntityResolution
2587
2594
  # Updates an existing matching workflow. The workflow must already exist
2588
2595
  # for this operation to succeed.
2589
2596
  #
2590
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
2591
- # incremental processing is not supported.
2597
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
2598
+ # processing is not supported.
2592
2599
  #
2593
2600
  # @option params [required, String] :workflow_name
2594
2601
  # The name of the workflow to be retrieved.
@@ -2613,8 +2620,8 @@ module Aws::EntityResolution
2613
2620
  # contains only the `incrementalRunType` field, which appears as
2614
2621
  # "Automatic" in the console.
2615
2622
  #
2616
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
2617
- # incremental processing is not supported.
2623
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
2624
+ # processing is not supported.
2618
2625
  #
2619
2626
  # @option params [required, String] :role_arn
2620
2627
  # The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
@@ -2683,6 +2690,7 @@ module Aws::EntityResolution
2683
2690
  # enable_transitive_matching: false,
2684
2691
  # },
2685
2692
  # },
2693
+ # enable_real_time_matching: false,
2686
2694
  # provider_properties: {
2687
2695
  # provider_service_arn: "ProviderServiceArn", # required
2688
2696
  # provider_configuration: {
@@ -2726,6 +2734,7 @@ module Aws::EntityResolution
2726
2734
  # resp.resolution_techniques.rule_condition_properties.rules[0].rule_name #=> String
2727
2735
  # resp.resolution_techniques.rule_condition_properties.rules[0].condition #=> String
2728
2736
  # resp.resolution_techniques.rule_condition_properties.matching_config.enable_transitive_matching #=> Boolean
2737
+ # resp.resolution_techniques.enable_real_time_matching #=> Boolean
2729
2738
  # resp.resolution_techniques.provider_properties.provider_service_arn #=> String
2730
2739
  # resp.resolution_techniques.provider_properties.intermediate_source_configuration.intermediate_s3_path #=> String
2731
2740
  # resp.incremental_run_config.incremental_run_type #=> String, one of "IMMEDIATE"
@@ -2824,7 +2833,7 @@ module Aws::EntityResolution
2824
2833
  tracer: tracer
2825
2834
  )
2826
2835
  context[:gem_name] = 'aws-sdk-entityresolution'
2827
- context[:gem_version] = '1.51.0'
2836
+ context[:gem_version] = '1.52.0'
2828
2837
  Seahorse::Client::Request.new(handlers, context)
2829
2838
  end
2830
2839
 
@@ -885,6 +885,7 @@ module Aws::EntityResolution
885
885
  ResolutionTechniques.add_member(:resolution_type, Shapes::ShapeRef.new(shape: ResolutionType, required: true, location_name: "resolutionType"))
886
886
  ResolutionTechniques.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: RuleBasedProperties, location_name: "ruleBasedProperties"))
887
887
  ResolutionTechniques.add_member(:rule_condition_properties, Shapes::ShapeRef.new(shape: RuleConditionProperties, location_name: "ruleConditionProperties"))
888
+ ResolutionTechniques.add_member(:enable_real_time_matching, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableRealTimeMatching"))
888
889
  ResolutionTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
889
890
  ResolutionTechniques.struct_class = Types::ResolutionTechniques
890
891
 
@@ -418,8 +418,8 @@ module Aws::EntityResolution
418
418
  # object contains only the `incrementalRunType` field, which appears
419
419
  # as "Automatic" in the console.
420
420
  #
421
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
422
- # incremental processing is not supported.
421
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
422
+ # processing is not supported.
423
423
  # @return [Types::IncrementalRunConfig]
424
424
  #
425
425
  # @!attribute [rw] role_arn
@@ -855,6 +855,11 @@ module Aws::EntityResolution
855
855
  # console): Generates new match IDs without checking existing matches,
856
856
  # with updates processed asynchronously. Provides fastest response
857
857
  # time but should only be used for records known to be unique.
858
+ #
859
+ # <note markdown="1"> Advanced matching workflows don't support the `processingType`
860
+ # field.
861
+ #
862
+ # </note>
858
863
  # @return [String]
859
864
  #
860
865
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GenerateMatchIdInput AWS API Documentation
@@ -1930,15 +1935,15 @@ module Aws::EntityResolution
1930
1935
  # contains only the `incrementalRunType` field, which appears as
1931
1936
  # "Automatic" in the console.
1932
1937
  #
1933
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
1934
- # incremental processing is not supported.
1938
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
1939
+ # processing is not supported.
1935
1940
  #
1936
1941
  # @!attribute [rw] incremental_run_type
1937
1942
  # The type of incremental run. The only valid value is `IMMEDIATE`.
1938
1943
  # This appears as "Automatic" in the console.
1939
1944
  #
1940
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
1941
- # incremental processing is not supported.
1945
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
1946
+ # processing is not supported.
1942
1947
  # @return [String]
1943
1948
  #
1944
1949
  # @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IncrementalRunConfig AWS API Documentation
@@ -2944,6 +2949,12 @@ module Aws::EntityResolution
2944
2949
  # An object containing the `rules` for a matching workflow.
2945
2950
  # @return [Types::RuleConditionProperties]
2946
2951
  #
2952
+ # @!attribute [rw] enable_real_time_matching
2953
+ # Specifies whether real-time matching is enabled for the rule-based
2954
+ # matching workflow. When you enable real-time matching, you can use
2955
+ # the `GenerateMatchId` operation with the workflow.
2956
+ # @return [Boolean]
2957
+ #
2947
2958
  # @!attribute [rw] provider_properties
2948
2959
  # The properties of the provider service.
2949
2960
  # @return [Types::ProviderProperties]
@@ -2954,6 +2965,7 @@ module Aws::EntityResolution
2954
2965
  :resolution_type,
2955
2966
  :rule_based_properties,
2956
2967
  :rule_condition_properties,
2968
+ :enable_real_time_matching,
2957
2969
  :provider_properties)
2958
2970
  SENSITIVE = []
2959
2971
  include Aws::Structure
@@ -3602,8 +3614,8 @@ module Aws::EntityResolution
3602
3614
  # object contains only the `incrementalRunType` field, which appears
3603
3615
  # as "Automatic" in the console.
3604
3616
  #
3605
- # For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER`,
3606
- # incremental processing is not supported.
3617
+ # For workflows where `resolutionType` is `PROVIDER`, incremental
3618
+ # processing is not supported.
3607
3619
  # @return [Types::IncrementalRunConfig]
3608
3620
  #
3609
3621
  # @!attribute [rw] role_arn
@@ -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.51.0'
57
+ GEM_VERSION = '1.52.0'
58
58
 
59
59
  end
60
60
 
data/sig/params.rbs CHANGED
@@ -100,6 +100,7 @@ module Aws
100
100
  resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER"),
101
101
  rule_based_properties: Params::rule_based_properties?,
102
102
  rule_condition_properties: Params::rule_condition_properties?,
103
+ enable_real_time_matching: bool?,
103
104
  provider_properties: Params::provider_properties?
104
105
  }
105
106
 
data/sig/types.rbs CHANGED
@@ -782,6 +782,7 @@ module Aws::EntityResolution
782
782
  attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
783
783
  attr_accessor rule_based_properties: Types::RuleBasedProperties
784
784
  attr_accessor rule_condition_properties: Types::RuleConditionProperties
785
+ attr_accessor enable_real_time_matching: bool
785
786
  attr_accessor provider_properties: Types::ProviderProperties
786
787
  SENSITIVE: []
787
788
  end
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.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services