aws-sdk-entityresolution 1.40.0 → 1.41.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 -11
- data/lib/aws-sdk-entityresolution/client_api.rb +11 -2
- data/lib/aws-sdk-entityresolution/types.rb +46 -12
- data/lib/aws-sdk-entityresolution.rb +1 -1
- data/sig/client.rbs +16 -8
- data/sig/types.rbs +9 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9edfd0fad10c52e187a17650e07e42176bdcb13af9bfdfce9ba7ba8dd37a767
|
|
4
|
+
data.tar.gz: 29afd29c3a88ade1fff76df81683b322b9d2147d2de670260f6f90b13dd8bb2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 650e75fb7375ac88c11f3bea5da2bd51031d1aa962f5bc275e48feba123127aa13c81cce36febe67ac9806a79e63da3e78f1557a5cc6db78a015ad5c3d8b2205
|
|
7
|
+
data.tar.gz: 81ec2ac9be2805468514a5cb1903b3bbdc11660f80a5ad1facc0d7030efe1832319e386e6da329e96c0e0fed82afd6be8663bdb0adc12ceca7d57bbcb817d5e0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.41.0
|
|
@@ -649,8 +649,8 @@ module Aws::EntityResolution
|
|
|
649
649
|
# ],
|
|
650
650
|
# output_source_config: [
|
|
651
651
|
# {
|
|
652
|
-
# output_s3_path: "S3Path", # required
|
|
653
652
|
# kms_arn: "KMSArn",
|
|
653
|
+
# output_s3_path: "S3Path", # required
|
|
654
654
|
# },
|
|
655
655
|
# ],
|
|
656
656
|
# id_mapping_techniques: { # required
|
|
@@ -694,8 +694,8 @@ module Aws::EntityResolution
|
|
|
694
694
|
# resp.input_source_config[0].schema_name #=> String
|
|
695
695
|
# resp.input_source_config[0].type #=> String, one of "SOURCE", "TARGET"
|
|
696
696
|
# resp.output_source_config #=> Array
|
|
697
|
-
# resp.output_source_config[0].output_s3_path #=> String
|
|
698
697
|
# resp.output_source_config[0].kms_arn #=> String
|
|
698
|
+
# resp.output_source_config[0].output_s3_path #=> String
|
|
699
699
|
# resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
|
|
700
700
|
# resp.id_mapping_techniques.rule_based_properties.rules #=> Array
|
|
701
701
|
# resp.id_mapping_techniques.rule_based_properties.rules[0].rule_name #=> String
|
|
@@ -909,8 +909,8 @@ module Aws::EntityResolution
|
|
|
909
909
|
# ],
|
|
910
910
|
# output_source_config: [ # required
|
|
911
911
|
# {
|
|
912
|
-
# output_s3_path: "S3Path", # required
|
|
913
912
|
# kms_arn: "KMSArn",
|
|
913
|
+
# output_s3_path: "OptionalS3Path",
|
|
914
914
|
# output: [ # required
|
|
915
915
|
# {
|
|
916
916
|
# name: "AttributeName", # required
|
|
@@ -918,6 +918,10 @@ module Aws::EntityResolution
|
|
|
918
918
|
# },
|
|
919
919
|
# ],
|
|
920
920
|
# apply_normalization: false,
|
|
921
|
+
# customer_profiles_integration_config: {
|
|
922
|
+
# domain_arn: "CustomerProfilesDomainArn", # required
|
|
923
|
+
# object_type_arn: "CustomerProfilesObjectTypeArn", # required
|
|
924
|
+
# },
|
|
921
925
|
# },
|
|
922
926
|
# ],
|
|
923
927
|
# resolution_techniques: { # required
|
|
@@ -968,12 +972,14 @@ module Aws::EntityResolution
|
|
|
968
972
|
# resp.input_source_config[0].schema_name #=> String
|
|
969
973
|
# resp.input_source_config[0].apply_normalization #=> Boolean
|
|
970
974
|
# resp.output_source_config #=> Array
|
|
971
|
-
# resp.output_source_config[0].output_s3_path #=> String
|
|
972
975
|
# resp.output_source_config[0].kms_arn #=> String
|
|
976
|
+
# resp.output_source_config[0].output_s3_path #=> String
|
|
973
977
|
# resp.output_source_config[0].output #=> Array
|
|
974
978
|
# resp.output_source_config[0].output[0].name #=> String
|
|
975
979
|
# resp.output_source_config[0].output[0].hashed #=> Boolean
|
|
976
980
|
# resp.output_source_config[0].apply_normalization #=> Boolean
|
|
981
|
+
# resp.output_source_config[0].customer_profiles_integration_config.domain_arn #=> String
|
|
982
|
+
# resp.output_source_config[0].customer_profiles_integration_config.object_type_arn #=> String
|
|
977
983
|
# resp.resolution_techniques.resolution_type #=> String, one of "RULE_MATCHING", "ML_MATCHING", "PROVIDER"
|
|
978
984
|
# resp.resolution_techniques.rule_based_properties.rules #=> Array
|
|
979
985
|
# resp.resolution_techniques.rule_based_properties.rules[0].rule_name #=> String
|
|
@@ -1403,8 +1409,8 @@ module Aws::EntityResolution
|
|
|
1403
1409
|
# resp.input_source_config[0].schema_name #=> String
|
|
1404
1410
|
# resp.input_source_config[0].type #=> String, one of "SOURCE", "TARGET"
|
|
1405
1411
|
# resp.output_source_config #=> Array
|
|
1406
|
-
# resp.output_source_config[0].output_s3_path #=> String
|
|
1407
1412
|
# resp.output_source_config[0].kms_arn #=> String
|
|
1413
|
+
# resp.output_source_config[0].output_s3_path #=> String
|
|
1408
1414
|
# resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
|
|
1409
1415
|
# resp.id_mapping_techniques.rule_based_properties.rules #=> Array
|
|
1410
1416
|
# resp.id_mapping_techniques.rule_based_properties.rules[0].rule_name #=> String
|
|
@@ -1625,12 +1631,14 @@ module Aws::EntityResolution
|
|
|
1625
1631
|
# resp.input_source_config[0].schema_name #=> String
|
|
1626
1632
|
# resp.input_source_config[0].apply_normalization #=> Boolean
|
|
1627
1633
|
# resp.output_source_config #=> Array
|
|
1628
|
-
# resp.output_source_config[0].output_s3_path #=> String
|
|
1629
1634
|
# resp.output_source_config[0].kms_arn #=> String
|
|
1635
|
+
# resp.output_source_config[0].output_s3_path #=> String
|
|
1630
1636
|
# resp.output_source_config[0].output #=> Array
|
|
1631
1637
|
# resp.output_source_config[0].output[0].name #=> String
|
|
1632
1638
|
# resp.output_source_config[0].output[0].hashed #=> Boolean
|
|
1633
1639
|
# resp.output_source_config[0].apply_normalization #=> Boolean
|
|
1640
|
+
# resp.output_source_config[0].customer_profiles_integration_config.domain_arn #=> String
|
|
1641
|
+
# resp.output_source_config[0].customer_profiles_integration_config.object_type_arn #=> String
|
|
1634
1642
|
# resp.resolution_techniques.resolution_type #=> String, one of "RULE_MATCHING", "ML_MATCHING", "PROVIDER"
|
|
1635
1643
|
# resp.resolution_techniques.rule_based_properties.rules #=> Array
|
|
1636
1644
|
# resp.resolution_techniques.rule_based_properties.rules[0].rule_name #=> String
|
|
@@ -2405,8 +2413,8 @@ module Aws::EntityResolution
|
|
|
2405
2413
|
# ],
|
|
2406
2414
|
# output_source_config: [
|
|
2407
2415
|
# {
|
|
2408
|
-
# output_s3_path: "S3Path", # required
|
|
2409
2416
|
# kms_arn: "KMSArn",
|
|
2417
|
+
# output_s3_path: "S3Path", # required
|
|
2410
2418
|
# },
|
|
2411
2419
|
# ],
|
|
2412
2420
|
# id_mapping_techniques: { # required
|
|
@@ -2447,8 +2455,8 @@ module Aws::EntityResolution
|
|
|
2447
2455
|
# resp.input_source_config[0].schema_name #=> String
|
|
2448
2456
|
# resp.input_source_config[0].type #=> String, one of "SOURCE", "TARGET"
|
|
2449
2457
|
# resp.output_source_config #=> Array
|
|
2450
|
-
# resp.output_source_config[0].output_s3_path #=> String
|
|
2451
2458
|
# resp.output_source_config[0].kms_arn #=> String
|
|
2459
|
+
# resp.output_source_config[0].output_s3_path #=> String
|
|
2452
2460
|
# resp.id_mapping_techniques.id_mapping_type #=> String, one of "PROVIDER", "RULE_BASED"
|
|
2453
2461
|
# resp.id_mapping_techniques.rule_based_properties.rules #=> Array
|
|
2454
2462
|
# resp.id_mapping_techniques.rule_based_properties.rules[0].rule_name #=> String
|
|
@@ -2634,8 +2642,8 @@ module Aws::EntityResolution
|
|
|
2634
2642
|
# ],
|
|
2635
2643
|
# output_source_config: [ # required
|
|
2636
2644
|
# {
|
|
2637
|
-
# output_s3_path: "S3Path", # required
|
|
2638
2645
|
# kms_arn: "KMSArn",
|
|
2646
|
+
# output_s3_path: "OptionalS3Path",
|
|
2639
2647
|
# output: [ # required
|
|
2640
2648
|
# {
|
|
2641
2649
|
# name: "AttributeName", # required
|
|
@@ -2643,6 +2651,10 @@ module Aws::EntityResolution
|
|
|
2643
2651
|
# },
|
|
2644
2652
|
# ],
|
|
2645
2653
|
# apply_normalization: false,
|
|
2654
|
+
# customer_profiles_integration_config: {
|
|
2655
|
+
# domain_arn: "CustomerProfilesDomainArn", # required
|
|
2656
|
+
# object_type_arn: "CustomerProfilesObjectTypeArn", # required
|
|
2657
|
+
# },
|
|
2646
2658
|
# },
|
|
2647
2659
|
# ],
|
|
2648
2660
|
# resolution_techniques: { # required
|
|
@@ -2689,12 +2701,14 @@ module Aws::EntityResolution
|
|
|
2689
2701
|
# resp.input_source_config[0].schema_name #=> String
|
|
2690
2702
|
# resp.input_source_config[0].apply_normalization #=> Boolean
|
|
2691
2703
|
# resp.output_source_config #=> Array
|
|
2692
|
-
# resp.output_source_config[0].output_s3_path #=> String
|
|
2693
2704
|
# resp.output_source_config[0].kms_arn #=> String
|
|
2705
|
+
# resp.output_source_config[0].output_s3_path #=> String
|
|
2694
2706
|
# resp.output_source_config[0].output #=> Array
|
|
2695
2707
|
# resp.output_source_config[0].output[0].name #=> String
|
|
2696
2708
|
# resp.output_source_config[0].output[0].hashed #=> Boolean
|
|
2697
2709
|
# resp.output_source_config[0].apply_normalization #=> Boolean
|
|
2710
|
+
# resp.output_source_config[0].customer_profiles_integration_config.domain_arn #=> String
|
|
2711
|
+
# resp.output_source_config[0].customer_profiles_integration_config.object_type_arn #=> String
|
|
2698
2712
|
# resp.resolution_techniques.resolution_type #=> String, one of "RULE_MATCHING", "ML_MATCHING", "PROVIDER"
|
|
2699
2713
|
# resp.resolution_techniques.rule_based_properties.rules #=> Array
|
|
2700
2714
|
# resp.resolution_techniques.rule_based_properties.rules[0].rule_name #=> String
|
|
@@ -2803,7 +2817,7 @@ module Aws::EntityResolution
|
|
|
2803
2817
|
tracer: tracer
|
|
2804
2818
|
)
|
|
2805
2819
|
context[:gem_name] = 'aws-sdk-entityresolution'
|
|
2806
|
-
context[:gem_version] = '1.
|
|
2820
|
+
context[:gem_version] = '1.41.0'
|
|
2807
2821
|
Seahorse::Client::Request.new(handlers, context)
|
|
2808
2822
|
end
|
|
2809
2823
|
|
|
@@ -34,6 +34,9 @@ module Aws::EntityResolution
|
|
|
34
34
|
CreateMatchingWorkflowOutput = Shapes::StructureShape.new(name: 'CreateMatchingWorkflowOutput')
|
|
35
35
|
CreateSchemaMappingInput = Shapes::StructureShape.new(name: 'CreateSchemaMappingInput')
|
|
36
36
|
CreateSchemaMappingOutput = Shapes::StructureShape.new(name: 'CreateSchemaMappingOutput')
|
|
37
|
+
CustomerProfilesDomainArn = Shapes::StringShape.new(name: 'CustomerProfilesDomainArn')
|
|
38
|
+
CustomerProfilesIntegrationConfig = Shapes::StructureShape.new(name: 'CustomerProfilesIntegrationConfig')
|
|
39
|
+
CustomerProfilesObjectTypeArn = Shapes::StringShape.new(name: 'CustomerProfilesObjectTypeArn')
|
|
37
40
|
DeleteIdMappingWorkflowInput = Shapes::StructureShape.new(name: 'DeleteIdMappingWorkflowInput')
|
|
38
41
|
DeleteIdMappingWorkflowOutput = Shapes::StructureShape.new(name: 'DeleteIdMappingWorkflowOutput')
|
|
39
42
|
DeleteIdNamespaceInput = Shapes::StructureShape.new(name: 'DeleteIdNamespaceInput')
|
|
@@ -164,6 +167,7 @@ module Aws::EntityResolution
|
|
|
164
167
|
NamespaceRuleBasedProperties = Shapes::StructureShape.new(name: 'NamespaceRuleBasedProperties')
|
|
165
168
|
NamespaceRuleBasedPropertiesRulesList = Shapes::ListShape.new(name: 'NamespaceRuleBasedPropertiesRulesList')
|
|
166
169
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
170
|
+
OptionalS3Path = Shapes::StringShape.new(name: 'OptionalS3Path')
|
|
167
171
|
OutputAttribute = Shapes::StructureShape.new(name: 'OutputAttribute')
|
|
168
172
|
OutputSource = Shapes::StructureShape.new(name: 'OutputSource')
|
|
169
173
|
OutputSourceConfig = Shapes::ListShape.new(name: 'OutputSourceConfig')
|
|
@@ -359,6 +363,10 @@ module Aws::EntityResolution
|
|
|
359
363
|
CreateSchemaMappingOutput.add_member(:mapped_input_fields, Shapes::ShapeRef.new(shape: SchemaInputAttributes, required: true, location_name: "mappedInputFields"))
|
|
360
364
|
CreateSchemaMappingOutput.struct_class = Types::CreateSchemaMappingOutput
|
|
361
365
|
|
|
366
|
+
CustomerProfilesIntegrationConfig.add_member(:domain_arn, Shapes::ShapeRef.new(shape: CustomerProfilesDomainArn, required: true, location_name: "domainArn"))
|
|
367
|
+
CustomerProfilesIntegrationConfig.add_member(:object_type_arn, Shapes::ShapeRef.new(shape: CustomerProfilesObjectTypeArn, required: true, location_name: "objectTypeArn"))
|
|
368
|
+
CustomerProfilesIntegrationConfig.struct_class = Types::CustomerProfilesIntegrationConfig
|
|
369
|
+
|
|
362
370
|
DeleteIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
|
|
363
371
|
DeleteIdMappingWorkflowInput.struct_class = Types::DeleteIdMappingWorkflowInput
|
|
364
372
|
|
|
@@ -603,8 +611,8 @@ module Aws::EntityResolution
|
|
|
603
611
|
|
|
604
612
|
IdMappingWorkflowList.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowSummary)
|
|
605
613
|
|
|
606
|
-
IdMappingWorkflowOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
|
607
614
|
IdMappingWorkflowOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
|
615
|
+
IdMappingWorkflowOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
|
608
616
|
IdMappingWorkflowOutputSource.struct_class = Types::IdMappingWorkflowOutputSource
|
|
609
617
|
|
|
610
618
|
IdMappingWorkflowOutputSourceConfig.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSource)
|
|
@@ -787,10 +795,11 @@ module Aws::EntityResolution
|
|
|
787
795
|
OutputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
|
|
788
796
|
OutputAttribute.struct_class = Types::OutputAttribute
|
|
789
797
|
|
|
790
|
-
OutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
|
|
791
798
|
OutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
|
|
799
|
+
OutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: OptionalS3Path, location_name: "outputS3Path"))
|
|
792
800
|
OutputSource.add_member(:output, Shapes::ShapeRef.new(shape: OutputSourceOutputList, required: true, location_name: "output"))
|
|
793
801
|
OutputSource.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
|
|
802
|
+
OutputSource.add_member(:customer_profiles_integration_config, Shapes::ShapeRef.new(shape: CustomerProfilesIntegrationConfig, location_name: "customerProfilesIntegrationConfig"))
|
|
794
803
|
OutputSource.struct_class = Types::OutputSource
|
|
795
804
|
|
|
796
805
|
OutputSourceConfig.member = Shapes::ShapeRef.new(shape: OutputSource)
|
|
@@ -563,6 +563,31 @@ module Aws::EntityResolution
|
|
|
563
563
|
include Aws::Structure
|
|
564
564
|
end
|
|
565
565
|
|
|
566
|
+
# Specifies the configuration for integrating with Customer Profiles.
|
|
567
|
+
# This configuration enables Entity Resolution to send matched output
|
|
568
|
+
# directly to Customer Profiles instead of Amazon S3, creating a unified
|
|
569
|
+
# customer view by automatically updating customer profiles based on
|
|
570
|
+
# match clusters.
|
|
571
|
+
#
|
|
572
|
+
# @!attribute [rw] domain_arn
|
|
573
|
+
# The Amazon Resource Name (ARN) of the Customer Profiles domain where
|
|
574
|
+
# the matched output will be sent.
|
|
575
|
+
# @return [String]
|
|
576
|
+
#
|
|
577
|
+
# @!attribute [rw] object_type_arn
|
|
578
|
+
# The Amazon Resource Name (ARN) of the Customer Profiles object type
|
|
579
|
+
# that defines the structure for the matched customer data.
|
|
580
|
+
# @return [String]
|
|
581
|
+
#
|
|
582
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/CustomerProfilesIntegrationConfig AWS API Documentation
|
|
583
|
+
#
|
|
584
|
+
class CustomerProfilesIntegrationConfig < Struct.new(
|
|
585
|
+
:domain_arn,
|
|
586
|
+
:object_type_arn)
|
|
587
|
+
SENSITIVE = []
|
|
588
|
+
include Aws::Structure
|
|
589
|
+
end
|
|
590
|
+
|
|
566
591
|
# @!attribute [rw] workflow_name
|
|
567
592
|
# The name of the workflow to be deleted.
|
|
568
593
|
# @return [String]
|
|
@@ -1738,20 +1763,20 @@ module Aws::EntityResolution
|
|
|
1738
1763
|
|
|
1739
1764
|
# The output source for the ID mapping workflow.
|
|
1740
1765
|
#
|
|
1741
|
-
# @!attribute [rw] output_s3_path
|
|
1742
|
-
# The S3 path to which Entity Resolution will write the output table.
|
|
1743
|
-
# @return [String]
|
|
1744
|
-
#
|
|
1745
1766
|
# @!attribute [rw] kms_arn
|
|
1746
1767
|
# Customer KMS ARN for encryption at rest. If not provided, system
|
|
1747
1768
|
# will use an Entity Resolution managed KMS key.
|
|
1748
1769
|
# @return [String]
|
|
1749
1770
|
#
|
|
1771
|
+
# @!attribute [rw] output_s3_path
|
|
1772
|
+
# The S3 path to which Entity Resolution will write the output table.
|
|
1773
|
+
# @return [String]
|
|
1774
|
+
#
|
|
1750
1775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/IdMappingWorkflowOutputSource AWS API Documentation
|
|
1751
1776
|
#
|
|
1752
1777
|
class IdMappingWorkflowOutputSource < Struct.new(
|
|
1753
|
-
:
|
|
1754
|
-
:
|
|
1778
|
+
:kms_arn,
|
|
1779
|
+
:output_s3_path)
|
|
1755
1780
|
SENSITIVE = []
|
|
1756
1781
|
include Aws::Structure
|
|
1757
1782
|
end
|
|
@@ -2540,15 +2565,15 @@ module Aws::EntityResolution
|
|
|
2540
2565
|
# included in the output table, and whether the values of the column
|
|
2541
2566
|
# should be hashed.
|
|
2542
2567
|
#
|
|
2543
|
-
# @!attribute [rw] output_s3_path
|
|
2544
|
-
# The S3 path to which Entity Resolution will write the output table.
|
|
2545
|
-
# @return [String]
|
|
2546
|
-
#
|
|
2547
2568
|
# @!attribute [rw] kms_arn
|
|
2548
2569
|
# Customer KMS ARN for encryption at rest. If not provided, system
|
|
2549
2570
|
# will use an Entity Resolution managed KMS key.
|
|
2550
2571
|
# @return [String]
|
|
2551
2572
|
#
|
|
2573
|
+
# @!attribute [rw] output_s3_path
|
|
2574
|
+
# The S3 path to which Entity Resolution will write the output table.
|
|
2575
|
+
# @return [String]
|
|
2576
|
+
#
|
|
2552
2577
|
# @!attribute [rw] output
|
|
2553
2578
|
# A list of `OutputAttribute` objects, each of which have the fields
|
|
2554
2579
|
# `Name` and `Hashed`. Each of these objects selects a column to be
|
|
@@ -2564,13 +2589,22 @@ module Aws::EntityResolution
|
|
|
2564
2589
|
# output to (123)-456-7890.
|
|
2565
2590
|
# @return [Boolean]
|
|
2566
2591
|
#
|
|
2592
|
+
# @!attribute [rw] customer_profiles_integration_config
|
|
2593
|
+
# Specifies the Customer Profiles integration configuration for
|
|
2594
|
+
# sending matched output directly to Customer Profiles. When
|
|
2595
|
+
# configured, Entity Resolution automatically creates and updates
|
|
2596
|
+
# customer profiles based on match clusters, eliminating the need for
|
|
2597
|
+
# manual Amazon S3 integration setup.
|
|
2598
|
+
# @return [Types::CustomerProfilesIntegrationConfig]
|
|
2599
|
+
#
|
|
2567
2600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/OutputSource AWS API Documentation
|
|
2568
2601
|
#
|
|
2569
2602
|
class OutputSource < Struct.new(
|
|
2570
|
-
:output_s3_path,
|
|
2571
2603
|
:kms_arn,
|
|
2604
|
+
:output_s3_path,
|
|
2572
2605
|
:output,
|
|
2573
|
-
:apply_normalization
|
|
2606
|
+
:apply_normalization,
|
|
2607
|
+
:customer_profiles_integration_config)
|
|
2574
2608
|
SENSITIVE = []
|
|
2575
2609
|
include Aws::Structure
|
|
2576
2610
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -134,8 +134,8 @@ module Aws
|
|
|
134
134
|
],
|
|
135
135
|
?output_source_config: Array[
|
|
136
136
|
{
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
kms_arn: ::String?,
|
|
138
|
+
output_s3_path: ::String
|
|
139
139
|
},
|
|
140
140
|
],
|
|
141
141
|
id_mapping_techniques: {
|
|
@@ -242,15 +242,19 @@ module Aws
|
|
|
242
242
|
],
|
|
243
243
|
output_source_config: Array[
|
|
244
244
|
{
|
|
245
|
-
output_s3_path: ::String,
|
|
246
245
|
kms_arn: ::String?,
|
|
246
|
+
output_s3_path: ::String?,
|
|
247
247
|
output: Array[
|
|
248
248
|
{
|
|
249
249
|
name: ::String,
|
|
250
250
|
hashed: bool?
|
|
251
251
|
},
|
|
252
252
|
],
|
|
253
|
-
apply_normalization: bool
|
|
253
|
+
apply_normalization: bool?,
|
|
254
|
+
customer_profiles_integration_config: {
|
|
255
|
+
domain_arn: ::String,
|
|
256
|
+
object_type_arn: ::String
|
|
257
|
+
}?
|
|
254
258
|
},
|
|
255
259
|
],
|
|
256
260
|
resolution_techniques: {
|
|
@@ -731,8 +735,8 @@ module Aws
|
|
|
731
735
|
],
|
|
732
736
|
?output_source_config: Array[
|
|
733
737
|
{
|
|
734
|
-
|
|
735
|
-
|
|
738
|
+
kms_arn: ::String?,
|
|
739
|
+
output_s3_path: ::String
|
|
736
740
|
},
|
|
737
741
|
],
|
|
738
742
|
id_mapping_techniques: {
|
|
@@ -834,15 +838,19 @@ module Aws
|
|
|
834
838
|
],
|
|
835
839
|
output_source_config: Array[
|
|
836
840
|
{
|
|
837
|
-
output_s3_path: ::String,
|
|
838
841
|
kms_arn: ::String?,
|
|
842
|
+
output_s3_path: ::String?,
|
|
839
843
|
output: Array[
|
|
840
844
|
{
|
|
841
845
|
name: ::String,
|
|
842
846
|
hashed: bool?
|
|
843
847
|
},
|
|
844
848
|
],
|
|
845
|
-
apply_normalization: bool
|
|
849
|
+
apply_normalization: bool?,
|
|
850
|
+
customer_profiles_integration_config: {
|
|
851
|
+
domain_arn: ::String,
|
|
852
|
+
object_type_arn: ::String
|
|
853
|
+
}?
|
|
846
854
|
},
|
|
847
855
|
],
|
|
848
856
|
resolution_techniques: {
|
data/sig/types.rbs
CHANGED
|
@@ -139,6 +139,12 @@ module Aws::EntityResolution
|
|
|
139
139
|
SENSITIVE: []
|
|
140
140
|
end
|
|
141
141
|
|
|
142
|
+
class CustomerProfilesIntegrationConfig
|
|
143
|
+
attr_accessor domain_arn: ::String
|
|
144
|
+
attr_accessor object_type_arn: ::String
|
|
145
|
+
SENSITIVE: []
|
|
146
|
+
end
|
|
147
|
+
|
|
142
148
|
class DeleteIdMappingWorkflowInput
|
|
143
149
|
attr_accessor workflow_name: ::String
|
|
144
150
|
SENSITIVE: []
|
|
@@ -448,8 +454,8 @@ module Aws::EntityResolution
|
|
|
448
454
|
end
|
|
449
455
|
|
|
450
456
|
class IdMappingWorkflowOutputSource
|
|
451
|
-
attr_accessor output_s3_path: ::String
|
|
452
457
|
attr_accessor kms_arn: ::String
|
|
458
|
+
attr_accessor output_s3_path: ::String
|
|
453
459
|
SENSITIVE: []
|
|
454
460
|
end
|
|
455
461
|
|
|
@@ -676,10 +682,11 @@ module Aws::EntityResolution
|
|
|
676
682
|
end
|
|
677
683
|
|
|
678
684
|
class OutputSource
|
|
679
|
-
attr_accessor output_s3_path: ::String
|
|
680
685
|
attr_accessor kms_arn: ::String
|
|
686
|
+
attr_accessor output_s3_path: ::String
|
|
681
687
|
attr_accessor output: ::Array[Types::OutputAttribute]
|
|
682
688
|
attr_accessor apply_normalization: bool
|
|
689
|
+
attr_accessor customer_profiles_integration_config: Types::CustomerProfilesIntegrationConfig
|
|
683
690
|
SENSITIVE: []
|
|
684
691
|
end
|
|
685
692
|
|