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.
@@ -79,6 +79,9 @@ module Aws::EntityResolution
79
79
  IdMappingJobMetrics = Shapes::StructureShape.new(name: 'IdMappingJobMetrics')
80
80
  IdMappingJobOutputSource = Shapes::StructureShape.new(name: 'IdMappingJobOutputSource')
81
81
  IdMappingJobOutputSourceConfig = Shapes::ListShape.new(name: 'IdMappingJobOutputSourceConfig')
82
+ IdMappingRoleArn = Shapes::StringShape.new(name: 'IdMappingRoleArn')
83
+ IdMappingRuleBasedProperties = Shapes::StructureShape.new(name: 'IdMappingRuleBasedProperties')
84
+ IdMappingRuleBasedPropertiesRulesList = Shapes::ListShape.new(name: 'IdMappingRuleBasedPropertiesRulesList')
82
85
  IdMappingTechniques = Shapes::StructureShape.new(name: 'IdMappingTechniques')
83
86
  IdMappingType = Shapes::StringShape.new(name: 'IdMappingType')
84
87
  IdMappingWorkflowArn = Shapes::StringShape.new(name: 'IdMappingWorkflowArn')
@@ -88,8 +91,12 @@ module Aws::EntityResolution
88
91
  IdMappingWorkflowList = Shapes::ListShape.new(name: 'IdMappingWorkflowList')
89
92
  IdMappingWorkflowOutputSource = Shapes::StructureShape.new(name: 'IdMappingWorkflowOutputSource')
90
93
  IdMappingWorkflowOutputSourceConfig = Shapes::ListShape.new(name: 'IdMappingWorkflowOutputSourceConfig')
94
+ IdMappingWorkflowRuleDefinitionType = Shapes::StringShape.new(name: 'IdMappingWorkflowRuleDefinitionType')
95
+ IdMappingWorkflowRuleDefinitionTypeList = Shapes::ListShape.new(name: 'IdMappingWorkflowRuleDefinitionTypeList')
91
96
  IdMappingWorkflowSummary = Shapes::StructureShape.new(name: 'IdMappingWorkflowSummary')
92
97
  IdNamespaceArn = Shapes::StringShape.new(name: 'IdNamespaceArn')
98
+ IdNamespaceIdMappingWorkflowMetadata = Shapes::StructureShape.new(name: 'IdNamespaceIdMappingWorkflowMetadata')
99
+ IdNamespaceIdMappingWorkflowMetadataList = Shapes::ListShape.new(name: 'IdNamespaceIdMappingWorkflowMetadataList')
93
100
  IdNamespaceIdMappingWorkflowProperties = Shapes::StructureShape.new(name: 'IdNamespaceIdMappingWorkflowProperties')
94
101
  IdNamespaceIdMappingWorkflowPropertiesList = Shapes::ListShape.new(name: 'IdNamespaceIdMappingWorkflowPropertiesList')
95
102
  IdNamespaceInputSource = Shapes::StructureShape.new(name: 'IdNamespaceInputSource')
@@ -137,10 +144,13 @@ module Aws::EntityResolution
137
144
  ListSchemaMappingsOutput = Shapes::StructureShape.new(name: 'ListSchemaMappingsOutput')
138
145
  ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
139
146
  ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
147
+ MatchPurpose = Shapes::StringShape.new(name: 'MatchPurpose')
140
148
  MatchingWorkflowArn = Shapes::StringShape.new(name: 'MatchingWorkflowArn')
141
149
  MatchingWorkflowList = Shapes::ListShape.new(name: 'MatchingWorkflowList')
142
150
  MatchingWorkflowSummary = Shapes::StructureShape.new(name: 'MatchingWorkflowSummary')
143
151
  NamespaceProviderProperties = Shapes::StructureShape.new(name: 'NamespaceProviderProperties')
152
+ NamespaceRuleBasedProperties = Shapes::StructureShape.new(name: 'NamespaceRuleBasedProperties')
153
+ NamespaceRuleBasedPropertiesRulesList = Shapes::ListShape.new(name: 'NamespaceRuleBasedPropertiesRulesList')
144
154
  NextToken = Shapes::StringShape.new(name: 'NextToken')
145
155
  OutputAttribute = Shapes::StructureShape.new(name: 'OutputAttribute')
146
156
  OutputSource = Shapes::StructureShape.new(name: 'OutputSource')
@@ -165,6 +175,8 @@ module Aws::EntityResolution
165
175
  RecordAttributeMap = Shapes::MapShape.new(name: 'RecordAttributeMap')
166
176
  RecordAttributeMapKeyString = Shapes::StringShape.new(name: 'RecordAttributeMapKeyString')
167
177
  RecordAttributeMapValueString = Shapes::StringShape.new(name: 'RecordAttributeMapValueString')
178
+ RecordMatchingModel = Shapes::StringShape.new(name: 'RecordMatchingModel')
179
+ RecordMatchingModelList = Shapes::ListShape.new(name: 'RecordMatchingModelList')
168
180
  RequiredBucketActionsList = Shapes::ListShape.new(name: 'RequiredBucketActionsList')
169
181
  ResolutionTechniques = Shapes::StructureShape.new(name: 'ResolutionTechniques')
170
182
  ResolutionType = Shapes::StringShape.new(name: 'ResolutionType')
@@ -256,7 +268,7 @@ module Aws::EntityResolution
256
268
  CreateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
257
269
  CreateIdMappingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
258
270
  CreateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
259
- CreateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
271
+ CreateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
260
272
  CreateIdMappingWorkflowInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
261
273
  CreateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
262
274
  CreateIdMappingWorkflowInput.struct_class = Types::CreateIdMappingWorkflowInput
@@ -265,7 +277,7 @@ module Aws::EntityResolution
265
277
  CreateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
266
278
  CreateIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
267
279
  CreateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
268
- CreateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
280
+ CreateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
269
281
  CreateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
270
282
  CreateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
271
283
  CreateIdMappingWorkflowOutput.struct_class = Types::CreateIdMappingWorkflowOutput
@@ -398,7 +410,7 @@ module Aws::EntityResolution
398
410
  GetIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
399
411
  GetIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
400
412
  GetIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
401
- GetIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
413
+ GetIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
402
414
  GetIdMappingWorkflowOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
403
415
  GetIdMappingWorkflowOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
404
416
  GetIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
@@ -500,6 +512,9 @@ module Aws::EntityResolution
500
512
 
501
513
  IdMappingJobMetrics.add_member(:input_records, Shapes::ShapeRef.new(shape: Integer, location_name: "inputRecords"))
502
514
  IdMappingJobMetrics.add_member(:records_not_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "recordsNotProcessed"))
515
+ IdMappingJobMetrics.add_member(:total_mapped_records, Shapes::ShapeRef.new(shape: Integer, location_name: "totalMappedRecords"))
516
+ IdMappingJobMetrics.add_member(:total_mapped_source_records, Shapes::ShapeRef.new(shape: Integer, location_name: "totalMappedSourceRecords"))
517
+ IdMappingJobMetrics.add_member(:total_mapped_target_records, Shapes::ShapeRef.new(shape: Integer, location_name: "totalMappedTargetRecords"))
503
518
  IdMappingJobMetrics.add_member(:total_records_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRecordsProcessed"))
504
519
  IdMappingJobMetrics.struct_class = Types::IdMappingJobMetrics
505
520
 
@@ -510,8 +525,17 @@ module Aws::EntityResolution
510
525
 
511
526
  IdMappingJobOutputSourceConfig.member = Shapes::ShapeRef.new(shape: IdMappingJobOutputSource)
512
527
 
528
+ IdMappingRuleBasedProperties.add_member(:attribute_matching_model, Shapes::ShapeRef.new(shape: AttributeMatchingModel, required: true, location_name: "attributeMatchingModel"))
529
+ IdMappingRuleBasedProperties.add_member(:record_matching_model, Shapes::ShapeRef.new(shape: RecordMatchingModel, required: true, location_name: "recordMatchingModel"))
530
+ IdMappingRuleBasedProperties.add_member(:rule_definition_type, Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionType, required: true, location_name: "ruleDefinitionType"))
531
+ IdMappingRuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: IdMappingRuleBasedPropertiesRulesList, location_name: "rules"))
532
+ IdMappingRuleBasedProperties.struct_class = Types::IdMappingRuleBasedProperties
533
+
534
+ IdMappingRuleBasedPropertiesRulesList.member = Shapes::ShapeRef.new(shape: Rule)
535
+
513
536
  IdMappingTechniques.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
514
537
  IdMappingTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
538
+ IdMappingTechniques.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: IdMappingRuleBasedProperties, location_name: "ruleBasedProperties"))
515
539
  IdMappingTechniques.struct_class = Types::IdMappingTechniques
516
540
 
517
541
  IdMappingWorkflowInputSource.add_member(:input_source_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceInputSourceARNString, required: true, location_name: "inputSourceARN"))
@@ -529,14 +553,22 @@ module Aws::EntityResolution
529
553
 
530
554
  IdMappingWorkflowOutputSourceConfig.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSource)
531
555
 
556
+ IdMappingWorkflowRuleDefinitionTypeList.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionType)
557
+
532
558
  IdMappingWorkflowSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
533
559
  IdMappingWorkflowSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
534
560
  IdMappingWorkflowSummary.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
535
561
  IdMappingWorkflowSummary.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
536
562
  IdMappingWorkflowSummary.struct_class = Types::IdMappingWorkflowSummary
537
563
 
564
+ IdNamespaceIdMappingWorkflowMetadata.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
565
+ IdNamespaceIdMappingWorkflowMetadata.struct_class = Types::IdNamespaceIdMappingWorkflowMetadata
566
+
567
+ IdNamespaceIdMappingWorkflowMetadataList.member = Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowMetadata)
568
+
538
569
  IdNamespaceIdMappingWorkflowProperties.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
539
570
  IdNamespaceIdMappingWorkflowProperties.add_member(:provider_properties, Shapes::ShapeRef.new(shape: NamespaceProviderProperties, location_name: "providerProperties"))
571
+ IdNamespaceIdMappingWorkflowProperties.add_member(:rule_based_properties, Shapes::ShapeRef.new(shape: NamespaceRuleBasedProperties, location_name: "ruleBasedProperties"))
540
572
  IdNamespaceIdMappingWorkflowProperties.struct_class = Types::IdNamespaceIdMappingWorkflowProperties
541
573
 
542
574
  IdNamespaceIdMappingWorkflowPropertiesList.member = Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowProperties)
@@ -551,6 +583,7 @@ module Aws::EntityResolution
551
583
 
552
584
  IdNamespaceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
553
585
  IdNamespaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
586
+ IdNamespaceSummary.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowMetadataList, location_name: "idMappingWorkflowProperties"))
554
587
  IdNamespaceSummary.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
555
588
  IdNamespaceSummary.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
556
589
  IdNamespaceSummary.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
@@ -672,6 +705,14 @@ module Aws::EntityResolution
672
705
  NamespaceProviderProperties.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
673
706
  NamespaceProviderProperties.struct_class = Types::NamespaceProviderProperties
674
707
 
708
+ NamespaceRuleBasedProperties.add_member(:attribute_matching_model, Shapes::ShapeRef.new(shape: AttributeMatchingModel, location_name: "attributeMatchingModel"))
709
+ NamespaceRuleBasedProperties.add_member(:record_matching_models, Shapes::ShapeRef.new(shape: RecordMatchingModelList, location_name: "recordMatchingModels"))
710
+ NamespaceRuleBasedProperties.add_member(:rule_definition_types, Shapes::ShapeRef.new(shape: IdMappingWorkflowRuleDefinitionTypeList, location_name: "ruleDefinitionTypes"))
711
+ NamespaceRuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: NamespaceRuleBasedPropertiesRulesList, location_name: "rules"))
712
+ NamespaceRuleBasedProperties.struct_class = Types::NamespaceRuleBasedProperties
713
+
714
+ NamespaceRuleBasedPropertiesRulesList.member = Shapes::ShapeRef.new(shape: Rule)
715
+
675
716
  OutputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
676
717
  OutputAttribute.add_member(:name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "name"))
677
718
  OutputAttribute.struct_class = Types::OutputAttribute
@@ -746,6 +787,8 @@ module Aws::EntityResolution
746
787
  RecordAttributeMap.key = Shapes::ShapeRef.new(shape: RecordAttributeMapKeyString)
747
788
  RecordAttributeMap.value = Shapes::ShapeRef.new(shape: RecordAttributeMapValueString)
748
789
 
790
+ RecordMatchingModelList.member = Shapes::ShapeRef.new(shape: RecordMatchingModel)
791
+
749
792
  RequiredBucketActionsList.member = Shapes::ShapeRef.new(shape: String)
750
793
 
751
794
  ResolutionTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
@@ -761,6 +804,7 @@ module Aws::EntityResolution
761
804
  Rule.struct_class = Types::Rule
762
805
 
763
806
  RuleBasedProperties.add_member(:attribute_matching_model, Shapes::ShapeRef.new(shape: AttributeMatchingModel, required: true, location_name: "attributeMatchingModel"))
807
+ RuleBasedProperties.add_member(:match_purpose, Shapes::ShapeRef.new(shape: MatchPurpose, location_name: "matchPurpose"))
764
808
  RuleBasedProperties.add_member(:rules, Shapes::ShapeRef.new(shape: RuleBasedPropertiesRulesList, required: true, location_name: "rules"))
765
809
  RuleBasedProperties.struct_class = Types::RuleBasedProperties
766
810
 
@@ -770,6 +814,7 @@ module Aws::EntityResolution
770
814
 
771
815
  SchemaInputAttribute.add_member(:field_name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "fieldName"))
772
816
  SchemaInputAttribute.add_member(:group_name, Shapes::ShapeRef.new(shape: AttributeName, location_name: "groupName"))
817
+ SchemaInputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
773
818
  SchemaInputAttribute.add_member(:match_key, Shapes::ShapeRef.new(shape: AttributeName, location_name: "matchKey"))
774
819
  SchemaInputAttribute.add_member(:sub_type, Shapes::ShapeRef.new(shape: AttributeName, location_name: "subType"))
775
820
  SchemaInputAttribute.add_member(:type, Shapes::ShapeRef.new(shape: SchemaAttributeType, required: true, location_name: "type"))
@@ -834,7 +879,7 @@ module Aws::EntityResolution
834
879
  UpdateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
835
880
  UpdateIdMappingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
836
881
  UpdateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
837
- UpdateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
882
+ UpdateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
838
883
  UpdateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
839
884
  UpdateIdMappingWorkflowInput.struct_class = Types::UpdateIdMappingWorkflowInput
840
885
 
@@ -842,7 +887,7 @@ module Aws::EntityResolution
842
887
  UpdateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
843
888
  UpdateIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
844
889
  UpdateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
845
- UpdateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
890
+ UpdateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IdMappingRoleArn, location_name: "roleArn"))
846
891
  UpdateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
847
892
  UpdateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
848
893
  UpdateIdMappingWorkflowOutput.struct_class = Types::UpdateIdMappingWorkflowOutput
@@ -905,9 +950,11 @@ module Aws::EntityResolution
905
950
 
906
951
  api.metadata = {
907
952
  "apiVersion" => "2018-05-10",
953
+ "auth" => ["aws.auth#sigv4"],
908
954
  "endpointPrefix" => "entityresolution",
909
955
  "jsonVersion" => "1.1",
910
956
  "protocol" => "rest-json",
957
+ "protocols" => ["rest-json"],
911
958
  "serviceAbbreviation" => "AWSEntityResolution",
912
959
  "serviceFullName" => "AWS EntityResolution",
913
960
  "serviceId" => "EntityResolution",