aws-sdk-entityresolution 1.0.0 → 1.1.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 +25 -25
- data/lib/aws-sdk-entityresolution/client_api.rb +6 -4
- data/lib/aws-sdk-entityresolution/errors.rb +10 -0
- data/lib/aws-sdk-entityresolution/types.rb +61 -52
- data/lib/aws-sdk-entityresolution.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 531113b13af6bdc0075b96808c295206a7ea6205d511c31ccb14a31e3c816ae8
|
4
|
+
data.tar.gz: 32dbaf8faa3a8b562e1bd4b319d9972f7a03967a24c55bb62be8335444e5d6e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19474d845af03bffced1b0e7264a4a1b179770ba0ad82efd479caadaabc03e4c8e1b97faea694f3ada240584e9ca38221d1e7fb4643fa181d4a8351cad504484
|
7
|
+
data.tar.gz: 29ff8d113bbb1b85c640427d6ff6a87464ef68f1eb534c43525a1ea507ff0e6935418f316cc1b63d7054374468c15e1c0be646d481d418fdbac06bf3a955ebee
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1.0 (2023-09-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
|
8
|
+
|
4
9
|
1.0.0 (2023-07-26)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.0
|
@@ -410,10 +410,10 @@ module Aws::EntityResolution
|
|
410
410
|
#
|
411
411
|
# @option params [required, Types::ResolutionTechniques] :resolution_techniques
|
412
412
|
# An object which defines the `resolutionType` and the
|
413
|
-
# `ruleBasedProperties
|
413
|
+
# `ruleBasedProperties`.
|
414
414
|
#
|
415
415
|
# @option params [required, String] :role_arn
|
416
|
-
# The Amazon Resource Name (ARN) of the IAM role.
|
416
|
+
# The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
|
417
417
|
# assumes this role to create resources on your behalf as part of
|
418
418
|
# workflow execution.
|
419
419
|
#
|
@@ -459,11 +459,11 @@ module Aws::EntityResolution
|
|
459
459
|
# name: "AttributeName", # required
|
460
460
|
# },
|
461
461
|
# ],
|
462
|
-
# output_s3_path: "
|
462
|
+
# output_s3_path: "S3Path", # required
|
463
463
|
# },
|
464
464
|
# ],
|
465
465
|
# resolution_techniques: { # required
|
466
|
-
# resolution_type: "RULE_MATCHING", # accepts RULE_MATCHING, ML_MATCHING
|
466
|
+
# resolution_type: "RULE_MATCHING", # required, accepts RULE_MATCHING, ML_MATCHING
|
467
467
|
# rule_based_properties: {
|
468
468
|
# attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
|
469
469
|
# rules: [ # required
|
@@ -523,7 +523,7 @@ module Aws::EntityResolution
|
|
523
523
|
# @option params [String] :description
|
524
524
|
# A description of the schema.
|
525
525
|
#
|
526
|
-
# @option params [Array<Types::SchemaInputAttribute>] :mapped_input_fields
|
526
|
+
# @option params [required, Array<Types::SchemaInputAttribute>] :mapped_input_fields
|
527
527
|
# A list of `MappedInputFields`. Each `MappedInputField` corresponds to
|
528
528
|
# a column the source data table, and contains column name plus
|
529
529
|
# additional information that Entity Resolution uses for matching.
|
@@ -546,7 +546,7 @@ module Aws::EntityResolution
|
|
546
546
|
#
|
547
547
|
# resp = client.create_schema_mapping({
|
548
548
|
# description: "Description",
|
549
|
-
# mapped_input_fields: [
|
549
|
+
# mapped_input_fields: [ # required
|
550
550
|
# {
|
551
551
|
# field_name: "AttributeName", # required
|
552
552
|
# group_name: "AttributeName",
|
@@ -875,7 +875,7 @@ module Aws::EntityResolution
|
|
875
875
|
end
|
876
876
|
|
877
877
|
# Returns a list of all the `MatchingWorkflows` that have been created
|
878
|
-
# for an
|
878
|
+
# for an Amazon Web Services account.
|
879
879
|
#
|
880
880
|
# @option params [Integer] :max_results
|
881
881
|
# The maximum number of objects returned per page.
|
@@ -916,7 +916,7 @@ module Aws::EntityResolution
|
|
916
916
|
end
|
917
917
|
|
918
918
|
# Returns a list of all the `SchemaMappings` that have been created for
|
919
|
-
# an
|
919
|
+
# an Amazon Web Services account.
|
920
920
|
#
|
921
921
|
# @option params [Integer] :max_results
|
922
922
|
# The maximum number of objects returned per page.
|
@@ -956,8 +956,8 @@ module Aws::EntityResolution
|
|
956
956
|
req.send_request(options)
|
957
957
|
end
|
958
958
|
|
959
|
-
# Displays the tags associated with an
|
960
|
-
#
|
959
|
+
# Displays the tags associated with an Entity Resolution resource. In
|
960
|
+
# Entity Resolution, `SchemaMapping`, and `MatchingWorkflow` can be
|
961
961
|
# tagged.
|
962
962
|
#
|
963
963
|
# @option params [required, String] :resource_arn
|
@@ -1016,18 +1016,18 @@ module Aws::EntityResolution
|
|
1016
1016
|
req.send_request(options)
|
1017
1017
|
end
|
1018
1018
|
|
1019
|
-
# Assigns one or more tags (key-value pairs) to the specified
|
1019
|
+
# Assigns one or more tags (key-value pairs) to the specified Entity
|
1020
1020
|
# Resolution resource. Tags can help you organize and categorize your
|
1021
1021
|
# resources. You can also use them to scope user permissions by granting
|
1022
1022
|
# a user permission to access or change only resources with certain tag
|
1023
|
-
# values. In Entity Resolution, `SchemaMapping
|
1024
|
-
# can be tagged. Tags don't have any semantic meaning to
|
1025
|
-
# interpreted strictly as strings of characters. You
|
1026
|
-
# `TagResource` action with a resource that already has
|
1027
|
-
# specify a new tag key, this tag is appended to the list
|
1028
|
-
# associated with the resource. If you specify a tag key that is
|
1029
|
-
# associated with the resource, the new tag value that you
|
1030
|
-
# replaces the previous value for that tag.
|
1023
|
+
# values. In Entity Resolution, `SchemaMapping` and `MatchingWorkflow`
|
1024
|
+
# can be tagged. Tags don't have any semantic meaning to Amazon Web
|
1025
|
+
# Services and are interpreted strictly as strings of characters. You
|
1026
|
+
# can use the `TagResource` action with a resource that already has
|
1027
|
+
# tags. If you specify a new tag key, this tag is appended to the list
|
1028
|
+
# of tags associated with the resource. If you specify a tag key that is
|
1029
|
+
# already associated with the resource, the new tag value that you
|
1030
|
+
# specify replaces the previous value for that tag.
|
1031
1031
|
#
|
1032
1032
|
# @option params [required, String] :resource_arn
|
1033
1033
|
# The ARN of the resource for which you want to view tags.
|
@@ -1055,7 +1055,7 @@ module Aws::EntityResolution
|
|
1055
1055
|
req.send_request(options)
|
1056
1056
|
end
|
1057
1057
|
|
1058
|
-
# Removes one or more tags from the specified
|
1058
|
+
# Removes one or more tags from the specified Entity Resolution
|
1059
1059
|
# resource. In Entity Resolution, `SchemaMapping`, and
|
1060
1060
|
# `MatchingWorkflow` can be tagged.
|
1061
1061
|
#
|
@@ -1105,10 +1105,10 @@ module Aws::EntityResolution
|
|
1105
1105
|
#
|
1106
1106
|
# @option params [required, Types::ResolutionTechniques] :resolution_techniques
|
1107
1107
|
# An object which defines the `resolutionType` and the
|
1108
|
-
# `ruleBasedProperties
|
1108
|
+
# `ruleBasedProperties`.
|
1109
1109
|
#
|
1110
1110
|
# @option params [required, String] :role_arn
|
1111
|
-
# The Amazon Resource Name (ARN) of the IAM role.
|
1111
|
+
# The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
|
1112
1112
|
# assumes this role to create resources on your behalf as part of
|
1113
1113
|
# workflow execution.
|
1114
1114
|
#
|
@@ -1149,11 +1149,11 @@ module Aws::EntityResolution
|
|
1149
1149
|
# name: "AttributeName", # required
|
1150
1150
|
# },
|
1151
1151
|
# ],
|
1152
|
-
# output_s3_path: "
|
1152
|
+
# output_s3_path: "S3Path", # required
|
1153
1153
|
# },
|
1154
1154
|
# ],
|
1155
1155
|
# resolution_techniques: { # required
|
1156
|
-
# resolution_type: "RULE_MATCHING", # accepts RULE_MATCHING, ML_MATCHING
|
1156
|
+
# resolution_type: "RULE_MATCHING", # required, accepts RULE_MATCHING, ML_MATCHING
|
1157
1157
|
# rule_based_properties: {
|
1158
1158
|
# attribute_matching_model: "ONE_TO_ONE", # required, accepts ONE_TO_ONE, MANY_TO_MANY
|
1159
1159
|
# rules: [ # required
|
@@ -1214,7 +1214,7 @@ module Aws::EntityResolution
|
|
1214
1214
|
params: params,
|
1215
1215
|
config: config)
|
1216
1216
|
context[:gem_name] = 'aws-sdk-entityresolution'
|
1217
|
-
context[:gem_version] = '1.
|
1217
|
+
context[:gem_version] = '1.1.0'
|
1218
1218
|
Seahorse::Client::Request.new(handlers, context)
|
1219
1219
|
end
|
1220
1220
|
|
@@ -71,7 +71,6 @@ module Aws::EntityResolution
|
|
71
71
|
OutputSource = Shapes::StructureShape.new(name: 'OutputSource')
|
72
72
|
OutputSourceConfig = Shapes::ListShape.new(name: 'OutputSourceConfig')
|
73
73
|
OutputSourceOutputList = Shapes::ListShape.new(name: 'OutputSourceOutputList')
|
74
|
-
OutputSourceOutputS3PathString = Shapes::StringShape.new(name: 'OutputSourceOutputS3PathString')
|
75
74
|
RecordAttributeMap = Shapes::MapShape.new(name: 'RecordAttributeMap')
|
76
75
|
RecordAttributeMapKeyString = Shapes::StringShape.new(name: 'RecordAttributeMapKeyString')
|
77
76
|
RecordAttributeMapValueString = Shapes::StringShape.new(name: 'RecordAttributeMapValueString')
|
@@ -83,6 +82,7 @@ module Aws::EntityResolution
|
|
83
82
|
RuleBasedPropertiesRulesList = Shapes::ListShape.new(name: 'RuleBasedPropertiesRulesList')
|
84
83
|
RuleMatchingKeysList = Shapes::ListShape.new(name: 'RuleMatchingKeysList')
|
85
84
|
RuleRuleNameString = Shapes::StringShape.new(name: 'RuleRuleNameString')
|
85
|
+
S3Path = Shapes::StringShape.new(name: 'S3Path')
|
86
86
|
SchemaAttributeType = Shapes::StringShape.new(name: 'SchemaAttributeType')
|
87
87
|
SchemaInputAttribute = Shapes::StructureShape.new(name: 'SchemaInputAttribute')
|
88
88
|
SchemaInputAttributes = Shapes::ListShape.new(name: 'SchemaInputAttributes')
|
@@ -134,7 +134,7 @@ module Aws::EntityResolution
|
|
134
134
|
CreateMatchingWorkflowOutput.struct_class = Types::CreateMatchingWorkflowOutput
|
135
135
|
|
136
136
|
CreateSchemaMappingInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
137
|
-
CreateSchemaMappingInput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, location_name: "mappedInputFields"))
|
137
|
+
CreateSchemaMappingInput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, required: true, location_name: "mappedInputFields"))
|
138
138
|
CreateSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
|
139
139
|
CreateSchemaMappingInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
140
140
|
CreateSchemaMappingInput.struct_class = Types::CreateSchemaMappingInput
|
@@ -161,6 +161,8 @@ module Aws::EntityResolution
|
|
161
161
|
ErrorDetails.struct_class = Types::ErrorDetails
|
162
162
|
|
163
163
|
ExceedsLimitException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
164
|
+
ExceedsLimitException.add_member(:quota_name, Shapes::ShapeRef.new(shape: String, location_name: "quotaName"))
|
165
|
+
ExceedsLimitException.add_member(:quota_value, Shapes::ShapeRef.new(shape: Integer, location_name: "quotaValue"))
|
164
166
|
ExceedsLimitException.struct_class = Types::ExceedsLimitException
|
165
167
|
|
166
168
|
GetMatchIdInput.add_member(:record, Shapes::ShapeRef.new(shape: RecordAttributeMap, required: true, location_name: "record"))
|
@@ -283,7 +285,7 @@ module Aws::EntityResolution
|
|
283
285
|
OutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
284
286
|
OutputSource.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
285
287
|
OutputSource.add_member(:output, Shapes::ShapeRef.new(shape: OutputSourceOutputList, required: true, location_name: "output"))
|
286
|
-
OutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape:
|
288
|
+
OutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
287
289
|
OutputSource.struct_class = Types::OutputSource
|
288
290
|
|
289
291
|
OutputSourceConfig.member = Shapes::ShapeRef.new(shape: OutputSource)
|
@@ -293,7 +295,7 @@ module Aws::EntityResolution
|
|
293
295
|
RecordAttributeMap.key = Shapes::ShapeRef.new(shape: RecordAttributeMapKeyString)
|
294
296
|
RecordAttributeMap.value = Shapes::ShapeRef.new(shape: RecordAttributeMapValueString)
|
295
297
|
|
296
|
-
ResolutionTechniques.add_member(:resolution_type, Shapes::ShapeRef.new(shape: ResolutionType, location_name: "resolutionType"))
|
298
|
+
ResolutionTechniques.add_member(:resolution_type, Shapes::ShapeRef.new(shape: ResolutionType, required: true, location_name: "resolutionType"))
|
297
299
|
ResolutionTechniques.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: RuleBasedProperties, location_name: "ruleBasedProperties"))
|
298
300
|
ResolutionTechniques.struct_class = Types::ResolutionTechniques
|
299
301
|
|
@@ -84,6 +84,16 @@ module Aws::EntityResolution
|
|
84
84
|
def message
|
85
85
|
@message || @data[:message]
|
86
86
|
end
|
87
|
+
|
88
|
+
# @return [String]
|
89
|
+
def quota_name
|
90
|
+
@data[:quota_name]
|
91
|
+
end
|
92
|
+
|
93
|
+
# @return [String]
|
94
|
+
def quota_value
|
95
|
+
@data[:quota_value]
|
96
|
+
end
|
87
97
|
end
|
88
98
|
|
89
99
|
class InternalServerException < ServiceError
|
@@ -61,13 +61,13 @@ module Aws::EntityResolution
|
|
61
61
|
#
|
62
62
|
# @!attribute [rw] resolution_techniques
|
63
63
|
# An object which defines the `resolutionType` and the
|
64
|
-
# `ruleBasedProperties
|
64
|
+
# `ruleBasedProperties`.
|
65
65
|
# @return [Types::ResolutionTechniques]
|
66
66
|
#
|
67
67
|
# @!attribute [rw] role_arn
|
68
|
-
# The Amazon Resource Name (ARN) of the IAM role.
|
69
|
-
#
|
70
|
-
#
|
68
|
+
# The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
|
69
|
+
# assumes this role to create resources on your behalf as part of
|
70
|
+
# workflow execution.
|
71
71
|
# @return [String]
|
72
72
|
#
|
73
73
|
# @!attribute [rw] tags
|
@@ -116,13 +116,13 @@ module Aws::EntityResolution
|
|
116
116
|
#
|
117
117
|
# @!attribute [rw] resolution_techniques
|
118
118
|
# An object which defines the `resolutionType` and the
|
119
|
-
# `ruleBasedProperties
|
119
|
+
# `ruleBasedProperties`.
|
120
120
|
# @return [Types::ResolutionTechniques]
|
121
121
|
#
|
122
122
|
# @!attribute [rw] role_arn
|
123
|
-
# The Amazon Resource Name (ARN) of the IAM role.
|
124
|
-
#
|
125
|
-
#
|
123
|
+
# The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
|
124
|
+
# assumes this role to create resources on your behalf as part of
|
125
|
+
# workflow execution.
|
126
126
|
# @return [String]
|
127
127
|
#
|
128
128
|
# @!attribute [rw] workflow_arn
|
@@ -273,16 +273,26 @@ module Aws::EntityResolution
|
|
273
273
|
end
|
274
274
|
|
275
275
|
# The request was rejected because it attempted to create resources
|
276
|
-
# beyond the current
|
277
|
-
#
|
276
|
+
# beyond the current Entity Resolution account limits. The error message
|
277
|
+
# describes the limit exceeded. `HTTP Status Code: 402`
|
278
278
|
#
|
279
279
|
# @!attribute [rw] message
|
280
280
|
# @return [String]
|
281
281
|
#
|
282
|
+
# @!attribute [rw] quota_name
|
283
|
+
# The name of the quota that has been breached.
|
284
|
+
# @return [String]
|
285
|
+
#
|
286
|
+
# @!attribute [rw] quota_value
|
287
|
+
# The current quota value for the customers.
|
288
|
+
# @return [Integer]
|
289
|
+
#
|
282
290
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ExceedsLimitException AWS API Documentation
|
283
291
|
#
|
284
292
|
class ExceedsLimitException < Struct.new(
|
285
|
-
:message
|
293
|
+
:message,
|
294
|
+
:quota_name,
|
295
|
+
:quota_value)
|
286
296
|
SENSITIVE = []
|
287
297
|
include Aws::Structure
|
288
298
|
end
|
@@ -355,8 +365,7 @@ module Aws::EntityResolution
|
|
355
365
|
# @return [Time]
|
356
366
|
#
|
357
367
|
# @!attribute [rw] status
|
358
|
-
# The current status of the job.
|
359
|
-
# `queued`, or `failed`.
|
368
|
+
# The current status of the job.
|
360
369
|
# @return [String]
|
361
370
|
#
|
362
371
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/GetMatchingJobOutput AWS API Documentation
|
@@ -409,12 +418,12 @@ module Aws::EntityResolution
|
|
409
418
|
#
|
410
419
|
# @!attribute [rw] resolution_techniques
|
411
420
|
# An object which defines the `resolutionType` and the
|
412
|
-
# `ruleBasedProperties
|
421
|
+
# `ruleBasedProperties`.
|
413
422
|
# @return [Types::ResolutionTechniques]
|
414
423
|
#
|
415
424
|
# @!attribute [rw] role_arn
|
416
|
-
# The Amazon Resource Name (ARN) of the IAM role.
|
417
|
-
#
|
425
|
+
# The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
|
426
|
+
# assumes this role to access resources on your behalf.
|
418
427
|
# @return [String]
|
419
428
|
#
|
420
429
|
# @!attribute [rw] tags
|
@@ -555,8 +564,8 @@ module Aws::EntityResolution
|
|
555
564
|
include Aws::Structure
|
556
565
|
end
|
557
566
|
|
558
|
-
# This exception occurs when there is an internal failure in the
|
559
|
-
#
|
567
|
+
# This exception occurs when there is an internal failure in the Entity
|
568
|
+
# Resolution service. `HTTP Status Code: 500`
|
560
569
|
#
|
561
570
|
# @!attribute [rw] message
|
562
571
|
# @return [String]
|
@@ -581,7 +590,7 @@ module Aws::EntityResolution
|
|
581
590
|
# @return [Integer]
|
582
591
|
#
|
583
592
|
# @!attribute [rw] records_not_processed
|
584
|
-
# The total number of records that did not get processed
|
593
|
+
# The total number of records that did not get processed.
|
585
594
|
# @return [Integer]
|
586
595
|
#
|
587
596
|
# @!attribute [rw] total_records_processed
|
@@ -615,8 +624,7 @@ module Aws::EntityResolution
|
|
615
624
|
# @return [Time]
|
616
625
|
#
|
617
626
|
# @!attribute [rw] status
|
618
|
-
# The current status of the job.
|
619
|
-
# `queued`, or `failed`.
|
627
|
+
# The current status of the job.
|
620
628
|
# @return [String]
|
621
629
|
#
|
622
630
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/JobSummary AWS API Documentation
|
@@ -654,8 +662,8 @@ module Aws::EntityResolution
|
|
654
662
|
end
|
655
663
|
|
656
664
|
# @!attribute [rw] jobs
|
657
|
-
# A list of JobSummary objects, each of which contain the ID,
|
658
|
-
# start time, and end time of a job.
|
665
|
+
# A list of `JobSummary` objects, each of which contain the ID,
|
666
|
+
# status, start time, and end time of a job.
|
659
667
|
# @return [Array<Types::JobSummary>]
|
660
668
|
#
|
661
669
|
# @!attribute [rw] next_token
|
@@ -803,9 +811,9 @@ module Aws::EntityResolution
|
|
803
811
|
end
|
804
812
|
|
805
813
|
# A list of `OutputAttribute` objects, each of which have the fields
|
806
|
-
# Name and Hashed
|
807
|
-
# in the output table, and whether the values of the column
|
808
|
-
# hashed.
|
814
|
+
# `Name` and `Hashed`. Each of these objects selects a column to be
|
815
|
+
# included in the output table, and whether the values of the column
|
816
|
+
# should be hashed.
|
809
817
|
#
|
810
818
|
# @!attribute [rw] hashed
|
811
819
|
# Enables the ability to hash the column values in the output.
|
@@ -826,9 +834,9 @@ module Aws::EntityResolution
|
|
826
834
|
end
|
827
835
|
|
828
836
|
# A list of `OutputAttribute` objects, each of which have the fields
|
829
|
-
# Name and Hashed
|
830
|
-
# in the output table, and whether the values of the column
|
831
|
-
# hashed.
|
837
|
+
# `Name` and `Hashed`. Each of these objects selects a column to be
|
838
|
+
# included in the output table, and whether the values of the column
|
839
|
+
# should be hashed.
|
832
840
|
#
|
833
841
|
# @!attribute [rw] kms_arn
|
834
842
|
# Customer KMS ARN for encryption at rest. If not provided, system
|
@@ -845,7 +853,7 @@ module Aws::EntityResolution
|
|
845
853
|
#
|
846
854
|
# @!attribute [rw] output
|
847
855
|
# A list of `OutputAttribute` objects, each of which have the fields
|
848
|
-
# Name and Hashed
|
856
|
+
# `Name` and `Hashed`. Each of these objects selects a column to be
|
849
857
|
# included in the output table, and whether the values of the column
|
850
858
|
# should be hashed.
|
851
859
|
# @return [Array<Types::OutputAttribute>]
|
@@ -866,10 +874,11 @@ module Aws::EntityResolution
|
|
866
874
|
end
|
867
875
|
|
868
876
|
# An object which defines the `resolutionType` and the
|
869
|
-
# `ruleBasedProperties
|
877
|
+
# `ruleBasedProperties`.
|
870
878
|
#
|
871
879
|
# @!attribute [rw] resolution_type
|
872
|
-
# There are two types of matching
|
880
|
+
# The type of matching. There are two types of matching:
|
881
|
+
# `RULE_MATCHING` and `ML_MATCHING`.
|
873
882
|
# @return [String]
|
874
883
|
#
|
875
884
|
# @!attribute [rw] rule_based_properties
|
@@ -924,20 +933,20 @@ module Aws::EntityResolution
|
|
924
933
|
# field `Rules`, which is a list of rule objects.
|
925
934
|
#
|
926
935
|
# @!attribute [rw] attribute_matching_model
|
927
|
-
# You can either choose `ONE_TO_ONE` or
|
928
|
-
# AttributeMatchingModel. When choosing
|
929
|
-
# match
|
930
|
-
# example, if the value of the Email field
|
931
|
-
# of BusinessEmail field of Profile B
|
932
|
-
# matched on the Email type. When
|
933
|
-
# only match if the sub-types
|
934
|
-
#
|
935
|
-
#
|
936
|
-
# the Email type.
|
936
|
+
# The comparison type. You can either choose `ONE_TO_ONE` or
|
937
|
+
# `MANY_TO_MANY` as the AttributeMatchingModel. When choosing
|
938
|
+
# `MANY_TO_MANY`, the system can match attributes across the sub-types
|
939
|
+
# of an attribute type. For example, if the value of the `Email` field
|
940
|
+
# of Profile A and the value of `BusinessEmail` field of Profile B
|
941
|
+
# matches, the two profiles are matched on the `Email` type. When
|
942
|
+
# choosing `ONE_TO_ONE` ,the system can only match if the sub-types
|
943
|
+
# are exact matches. For example, only when the value of the `Email`
|
944
|
+
# field of Profile A and the value of the `Email` field of Profile B
|
945
|
+
# matches, the two profiles are matched on the `Email` type.
|
937
946
|
# @return [String]
|
938
947
|
#
|
939
948
|
# @!attribute [rw] rules
|
940
|
-
# A list of Rule objects, each of which have fields `RuleName` and
|
949
|
+
# A list of `Rule` objects, each of which have fields `RuleName` and
|
941
950
|
# `MatchingKeys`.
|
942
951
|
# @return [Array<Types::Rule>]
|
943
952
|
#
|
@@ -970,7 +979,7 @@ module Aws::EntityResolution
|
|
970
979
|
# unified matching group. For example, let's consider a scenario
|
971
980
|
# where the source table contains various addresses, such as
|
972
981
|
# business\_address and shipping\_address. By assigning the `MatchKey`
|
973
|
-
# *Address*
|
982
|
+
# *Address* to both attributes, Entity Resolution will match records
|
974
983
|
# across these fields to create a consolidated matching group. If no
|
975
984
|
# `MatchKey` is specified for a column, it won't be utilized for
|
976
985
|
# matching purposes but will still be included in the output table.
|
@@ -1124,13 +1133,13 @@ module Aws::EntityResolution
|
|
1124
1133
|
#
|
1125
1134
|
# @!attribute [rw] resolution_techniques
|
1126
1135
|
# An object which defines the `resolutionType` and the
|
1127
|
-
# `ruleBasedProperties
|
1136
|
+
# `ruleBasedProperties`.
|
1128
1137
|
# @return [Types::ResolutionTechniques]
|
1129
1138
|
#
|
1130
1139
|
# @!attribute [rw] role_arn
|
1131
|
-
# The Amazon Resource Name (ARN) of the IAM role.
|
1132
|
-
#
|
1133
|
-
#
|
1140
|
+
# The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
|
1141
|
+
# assumes this role to create resources on your behalf as part of
|
1142
|
+
# workflow execution.
|
1134
1143
|
# @return [String]
|
1135
1144
|
#
|
1136
1145
|
# @!attribute [rw] workflow_name
|
@@ -1176,9 +1185,9 @@ module Aws::EntityResolution
|
|
1176
1185
|
# @return [Types::ResolutionTechniques]
|
1177
1186
|
#
|
1178
1187
|
# @!attribute [rw] role_arn
|
1179
|
-
# The Amazon Resource Name (ARN) of the IAM role.
|
1180
|
-
#
|
1181
|
-
#
|
1188
|
+
# The Amazon Resource Name (ARN) of the IAM role. Entity Resolution
|
1189
|
+
# assumes this role to create resources on your behalf as part of
|
1190
|
+
# workflow execution.
|
1182
1191
|
# @return [String]
|
1183
1192
|
#
|
1184
1193
|
# @!attribute [rw] workflow_name
|
@@ -1199,7 +1208,7 @@ module Aws::EntityResolution
|
|
1199
1208
|
include Aws::Structure
|
1200
1209
|
end
|
1201
1210
|
|
1202
|
-
# The input fails to satisfy the constraints specified by
|
1211
|
+
# The input fails to satisfy the constraints specified by Entity
|
1203
1212
|
# Resolution. `HTTP Status Code: 400`
|
1204
1213
|
#
|
1205
1214
|
# @!attribute [rw] message
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-entityresolution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|