aws-sdk 2.1421.0 → 2.1422.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.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/billingconductor-2021-07-30.min.json +96 -68
- package/apis/customer-profiles-2020-08-15.min.json +253 -57
- package/apis/datasync-2018-11-09.min.json +198 -102
- package/apis/ec2-2016-11-15.min.json +300 -278
- package/apis/emr-serverless-2021-07-13.min.json +25 -3
- package/apis/rds-2014-10-31.min.json +2 -1
- package/apis/sagemaker-2017-07-24.min.json +4 -0
- package/apis/securityhub-2018-10-26.min.json +145 -108
- package/apis/sts-2011-06-15.min.json +21 -11
- package/apis/transfer-2018-11-05.min.json +117 -73
- package/apis/wisdom-2020-10-19.min.json +77 -59
- package/clients/billingconductor.d.ts +102 -69
- package/clients/customerprofiles.d.ts +204 -4
- package/clients/datasync.d.ts +171 -27
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ec2.d.ts +26 -0
- package/clients/emrserverless.d.ts +33 -2
- package/clients/lambda.d.ts +1 -1
- package/clients/rds.d.ts +14 -10
- package/clients/sagemaker.d.ts +4 -4
- package/clients/securityhub.d.ts +69 -10
- package/clients/sts.d.ts +17 -1
- package/clients/transfer.d.ts +85 -19
- package/clients/wisdom.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +326 -293
- package/dist/aws-sdk.min.js +67 -67
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +2 -2
- package/package.json +1 -1
@@ -28,11 +28,11 @@ declare class CustomerProfiles extends Service {
|
|
28
28
|
*/
|
29
29
|
createCalculatedAttributeDefinition(callback?: (err: AWSError, data: CustomerProfiles.Types.CreateCalculatedAttributeDefinitionResponse) => void): Request<CustomerProfiles.Types.CreateCalculatedAttributeDefinitionResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true.
|
31
|
+
* Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
|
32
32
|
*/
|
33
33
|
createDomain(params: CustomerProfiles.Types.CreateDomainRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.CreateDomainResponse) => void): Request<CustomerProfiles.Types.CreateDomainResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true.
|
35
|
+
* Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply.
|
36
36
|
*/
|
37
37
|
createDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.CreateDomainResponse) => void): Request<CustomerProfiles.Types.CreateDomainResponse, AWSError>;
|
38
38
|
/**
|
@@ -211,6 +211,14 @@ declare class CustomerProfiles extends Service {
|
|
211
211
|
* Returns the template information for a specific object type. A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template.
|
212
212
|
*/
|
213
213
|
getProfileObjectTypeTemplate(callback?: (err: AWSError, data: CustomerProfiles.Types.GetProfileObjectTypeTemplateResponse) => void): Request<CustomerProfiles.Types.GetProfileObjectTypeTemplateResponse, AWSError>;
|
214
|
+
/**
|
215
|
+
* Returns a set of profiles that belong to the same matching group using the matchId or profileId. You can also specify the type of matching that you want for finding similar profiles using either RULE_BASED_MATCHING or ML_BASED_MATCHING.
|
216
|
+
*/
|
217
|
+
getSimilarProfiles(params: CustomerProfiles.Types.GetSimilarProfilesRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.GetSimilarProfilesResponse) => void): Request<CustomerProfiles.Types.GetSimilarProfilesResponse, AWSError>;
|
218
|
+
/**
|
219
|
+
* Returns a set of profiles that belong to the same matching group using the matchId or profileId. You can also specify the type of matching that you want for finding similar profiles using either RULE_BASED_MATCHING or ML_BASED_MATCHING.
|
220
|
+
*/
|
221
|
+
getSimilarProfiles(callback?: (err: AWSError, data: CustomerProfiles.Types.GetSimilarProfilesResponse) => void): Request<CustomerProfiles.Types.GetSimilarProfilesResponse, AWSError>;
|
214
222
|
/**
|
215
223
|
* Get details of specified workflow.
|
216
224
|
*/
|
@@ -307,6 +315,14 @@ declare class CustomerProfiles extends Service {
|
|
307
315
|
* Returns a list of objects associated with a profile of a given ProfileObjectType.
|
308
316
|
*/
|
309
317
|
listProfileObjects(callback?: (err: AWSError, data: CustomerProfiles.Types.ListProfileObjectsResponse) => void): Request<CustomerProfiles.Types.ListProfileObjectsResponse, AWSError>;
|
318
|
+
/**
|
319
|
+
* Returns a set of MatchIds that belong to the given domain.
|
320
|
+
*/
|
321
|
+
listRuleBasedMatches(params: CustomerProfiles.Types.ListRuleBasedMatchesRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.ListRuleBasedMatchesResponse) => void): Request<CustomerProfiles.Types.ListRuleBasedMatchesResponse, AWSError>;
|
322
|
+
/**
|
323
|
+
* Returns a set of MatchIds that belong to the given domain.
|
324
|
+
*/
|
325
|
+
listRuleBasedMatches(callback?: (err: AWSError, data: CustomerProfiles.Types.ListRuleBasedMatchesResponse) => void): Request<CustomerProfiles.Types.ListRuleBasedMatchesResponse, AWSError>;
|
310
326
|
/**
|
311
327
|
* Displays the tags associated with an Amazon Connect Customer Profiles resource. In Connect Customer Profiles, domains, profile object types, and integrations can be tagged.
|
312
328
|
*/
|
@@ -388,11 +404,11 @@ declare class CustomerProfiles extends Service {
|
|
388
404
|
*/
|
389
405
|
updateCalculatedAttributeDefinition(callback?: (err: AWSError, data: CustomerProfiles.Types.UpdateCalculatedAttributeDefinitionResponse) => void): Request<CustomerProfiles.Types.UpdateCalculatedAttributeDefinitionResponse, AWSError>;
|
390
406
|
/**
|
391
|
-
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true.
|
407
|
+
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. To add or remove tags on an existing Domain, see TagResource/UntagResource.
|
392
408
|
*/
|
393
409
|
updateDomain(params: CustomerProfiles.Types.UpdateDomainRequest, callback?: (err: AWSError, data: CustomerProfiles.Types.UpdateDomainResponse) => void): Request<CustomerProfiles.Types.UpdateDomainResponse, AWSError>;
|
394
410
|
/**
|
395
|
-
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true.
|
411
|
+
* Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key. After a domain is created, the name can’t be changed. Use this API or CreateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. To add or remove tags on an existing Domain, see TagResource/UntagResource.
|
396
412
|
*/
|
397
413
|
updateDomain(callback?: (err: AWSError, data: CustomerProfiles.Types.UpdateDomainResponse) => void): Request<CustomerProfiles.Types.UpdateDomainResponse, AWSError>;
|
398
414
|
/**
|
@@ -486,6 +502,7 @@ declare namespace CustomerProfiles {
|
|
486
502
|
*/
|
487
503
|
PostalCode?: string1To255;
|
488
504
|
}
|
505
|
+
export type AddressList = string1To255[];
|
489
506
|
export interface AppflowIntegration {
|
490
507
|
FlowDefinition: FlowDefinition;
|
491
508
|
/**
|
@@ -572,7 +589,26 @@ declare namespace CustomerProfiles {
|
|
572
589
|
Name: attributeName;
|
573
590
|
}
|
574
591
|
export type AttributeList = AttributeItem[];
|
592
|
+
export type AttributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY"|string;
|
575
593
|
export type AttributeSourceIdMap = {[key: string]: uuid};
|
594
|
+
export interface AttributeTypesSelector {
|
595
|
+
/**
|
596
|
+
* Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.
|
597
|
+
*/
|
598
|
+
AttributeMatchingModel: AttributeMatchingModel;
|
599
|
+
/**
|
600
|
+
* The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress. You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.
|
601
|
+
*/
|
602
|
+
Address?: AddressList;
|
603
|
+
/**
|
604
|
+
* The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber. You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.
|
605
|
+
*/
|
606
|
+
PhoneNumber?: PhoneNumberList;
|
607
|
+
/**
|
608
|
+
* The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress. You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.
|
609
|
+
*/
|
610
|
+
EmailAddress?: EmailList;
|
611
|
+
}
|
576
612
|
export type Attributes = {[key: string]: string1To255};
|
577
613
|
export interface AutoMerging {
|
578
614
|
/**
|
@@ -754,6 +790,10 @@ declare namespace CustomerProfiles {
|
|
754
790
|
* The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains. After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.
|
755
791
|
*/
|
756
792
|
Matching?: MatchingRequest;
|
793
|
+
/**
|
794
|
+
* The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
|
795
|
+
*/
|
796
|
+
RuleBasedMatching?: RuleBasedMatchingRequest;
|
757
797
|
/**
|
758
798
|
* The tags used to organize, track, or control access for this resource.
|
759
799
|
*/
|
@@ -780,6 +820,10 @@ declare namespace CustomerProfiles {
|
|
780
820
|
* The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains. After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.
|
781
821
|
*/
|
782
822
|
Matching?: MatchingResponse;
|
823
|
+
/**
|
824
|
+
* The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
|
825
|
+
*/
|
826
|
+
RuleBasedMatching?: RuleBasedMatchingResponse;
|
783
827
|
/**
|
784
828
|
* The timestamp of when the domain was created.
|
785
829
|
*/
|
@@ -1144,6 +1188,7 @@ declare namespace CustomerProfiles {
|
|
1144
1188
|
}
|
1145
1189
|
export type Double = number;
|
1146
1190
|
export type Double0To1 = number;
|
1191
|
+
export type EmailList = string1To255[];
|
1147
1192
|
export interface EventStreamDestinationDetails {
|
1148
1193
|
/**
|
1149
1194
|
* The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
|
@@ -1482,6 +1527,10 @@ declare namespace CustomerProfiles {
|
|
1482
1527
|
* The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains. After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.
|
1483
1528
|
*/
|
1484
1529
|
Matching?: MatchingResponse;
|
1530
|
+
/**
|
1531
|
+
* The process of matching duplicate profiles using the Rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
|
1532
|
+
*/
|
1533
|
+
RuleBasedMatching?: RuleBasedMatchingResponse;
|
1485
1534
|
/**
|
1486
1535
|
* The timestamp of when the domain was created.
|
1487
1536
|
*/
|
@@ -1767,6 +1816,58 @@ declare namespace CustomerProfiles {
|
|
1767
1816
|
*/
|
1768
1817
|
Keys?: KeyMap;
|
1769
1818
|
}
|
1819
|
+
export interface GetSimilarProfilesRequest {
|
1820
|
+
/**
|
1821
|
+
* The pagination token from the previous GetSimilarProfiles API call.
|
1822
|
+
*/
|
1823
|
+
NextToken?: token;
|
1824
|
+
/**
|
1825
|
+
* The maximum number of objects returned per page.
|
1826
|
+
*/
|
1827
|
+
MaxResults?: maxSize100;
|
1828
|
+
/**
|
1829
|
+
* The unique name of the domain.
|
1830
|
+
*/
|
1831
|
+
DomainName: name;
|
1832
|
+
/**
|
1833
|
+
* Specify the type of matching to get similar profiles for.
|
1834
|
+
*/
|
1835
|
+
MatchType: MatchType;
|
1836
|
+
/**
|
1837
|
+
* The string indicating the search key to be used.
|
1838
|
+
*/
|
1839
|
+
SearchKey: string1To255;
|
1840
|
+
/**
|
1841
|
+
* The string based on SearchKey to be searched for similar profiles.
|
1842
|
+
*/
|
1843
|
+
SearchValue: string1To255;
|
1844
|
+
}
|
1845
|
+
export interface GetSimilarProfilesResponse {
|
1846
|
+
/**
|
1847
|
+
* Set of profileIds that belong to the same matching group.
|
1848
|
+
*/
|
1849
|
+
ProfileIds?: ProfileIdList;
|
1850
|
+
/**
|
1851
|
+
* The string matchId that the similar profiles belong to.
|
1852
|
+
*/
|
1853
|
+
MatchId?: string1To255;
|
1854
|
+
/**
|
1855
|
+
* Specify the type of matching to get similar profiles for.
|
1856
|
+
*/
|
1857
|
+
MatchType?: MatchType;
|
1858
|
+
/**
|
1859
|
+
* The integer rule level that the profiles matched on.
|
1860
|
+
*/
|
1861
|
+
RuleLevel?: RuleLevel;
|
1862
|
+
/**
|
1863
|
+
* It only has value when the MatchType is ML_BASED_MATCHING.A number between 0 and 1, where a higher score means higher similarity. Examining match confidence scores lets you distinguish between groups of similar records in which the system is highly confident (which you may decide to merge), groups of similar records about which the system is uncertain (which you may decide to have reviewed by a human), and groups of similar records that the system deems to be unlikely (which you may decide to reject). Given confidence scores vary as per the data input, it should not be used as an absolute measure of matching quality.
|
1864
|
+
*/
|
1865
|
+
ConfidenceScore?: Double;
|
1866
|
+
/**
|
1867
|
+
* The pagination token from the previous GetSimilarProfiles API call.
|
1868
|
+
*/
|
1869
|
+
NextToken?: token;
|
1870
|
+
}
|
1770
1871
|
export interface GetWorkflowRequest {
|
1771
1872
|
/**
|
1772
1873
|
* The unique name of the domain.
|
@@ -2330,6 +2431,30 @@ declare namespace CustomerProfiles {
|
|
2330
2431
|
*/
|
2331
2432
|
NextToken?: token;
|
2332
2433
|
}
|
2434
|
+
export interface ListRuleBasedMatchesRequest {
|
2435
|
+
/**
|
2436
|
+
* The pagination token from the previous ListRuleBasedMatches API call.
|
2437
|
+
*/
|
2438
|
+
NextToken?: token;
|
2439
|
+
/**
|
2440
|
+
* The maximum number of MatchIds returned per page.
|
2441
|
+
*/
|
2442
|
+
MaxResults?: maxSize100;
|
2443
|
+
/**
|
2444
|
+
* The unique name of the domain.
|
2445
|
+
*/
|
2446
|
+
DomainName: name;
|
2447
|
+
}
|
2448
|
+
export interface ListRuleBasedMatchesResponse {
|
2449
|
+
/**
|
2450
|
+
* The list of MatchIds for the given domain.
|
2451
|
+
*/
|
2452
|
+
MatchIds?: MatchIdList;
|
2453
|
+
/**
|
2454
|
+
* The pagination token from the previous ListRuleBasedMatches API call.
|
2455
|
+
*/
|
2456
|
+
NextToken?: token;
|
2457
|
+
}
|
2333
2458
|
export interface ListTagsForResourceRequest {
|
2334
2459
|
/**
|
2335
2460
|
* The ARN of the resource for which you want to view tags.
|
@@ -2415,6 +2540,7 @@ declare namespace CustomerProfiles {
|
|
2415
2540
|
*/
|
2416
2541
|
Object: Object;
|
2417
2542
|
}
|
2543
|
+
export type MatchIdList = string1To255[];
|
2418
2544
|
export interface MatchItem {
|
2419
2545
|
/**
|
2420
2546
|
* The unique identifiers for this group of profiles that match.
|
@@ -2429,6 +2555,7 @@ declare namespace CustomerProfiles {
|
|
2429
2555
|
*/
|
2430
2556
|
ConfidenceScore?: Double;
|
2431
2557
|
}
|
2558
|
+
export type MatchType = "RULE_BASED_MATCHING"|"ML_BASED_MATCHING"|string;
|
2432
2559
|
export type MatchesList = MatchItem[];
|
2433
2560
|
export type MatchingAttributes = string1To255[];
|
2434
2561
|
export type MatchingAttributesList = MatchingAttributes[];
|
@@ -2468,6 +2595,16 @@ declare namespace CustomerProfiles {
|
|
2468
2595
|
*/
|
2469
2596
|
ExportingConfig?: ExportingConfig;
|
2470
2597
|
}
|
2598
|
+
export interface MatchingRule {
|
2599
|
+
/**
|
2600
|
+
* A single rule level of the MatchRules. Configures how the rule-based matching process should match profiles.
|
2601
|
+
*/
|
2602
|
+
Rule: MatchingRuleAttributeList;
|
2603
|
+
}
|
2604
|
+
export type MatchingRuleAttributeList = string1To255[];
|
2605
|
+
export type MatchingRules = MatchingRule[];
|
2606
|
+
export type MaxAllowedRuleLevelForMatching = number;
|
2607
|
+
export type MaxAllowedRuleLevelForMerging = number;
|
2471
2608
|
export interface MergeProfilesRequest {
|
2472
2609
|
/**
|
2473
2610
|
* The unique name of the domain.
|
@@ -2533,6 +2670,7 @@ declare namespace CustomerProfiles {
|
|
2533
2670
|
export type Operator = "EQUAL_TO"|"GREATER_THAN"|"LESS_THAN"|"NOT_EQUAL_TO"|string;
|
2534
2671
|
export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|string;
|
2535
2672
|
export type PartyType = "INDIVIDUAL"|"BUSINESS"|"OTHER"|string;
|
2673
|
+
export type PhoneNumberList = string1To255[];
|
2536
2674
|
export interface Profile {
|
2537
2675
|
/**
|
2538
2676
|
* The unique identifier of a customer profile.
|
@@ -2833,6 +2971,60 @@ declare namespace CustomerProfiles {
|
|
2833
2971
|
Unit: Unit;
|
2834
2972
|
}
|
2835
2973
|
export type RoleArn = string;
|
2974
|
+
export interface RuleBasedMatchingRequest {
|
2975
|
+
/**
|
2976
|
+
* The flag that enables the rule-based matching process of duplicate profiles.
|
2977
|
+
*/
|
2978
|
+
Enabled: optionalBoolean;
|
2979
|
+
/**
|
2980
|
+
* Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.
|
2981
|
+
*/
|
2982
|
+
MatchingRules?: MatchingRules;
|
2983
|
+
/**
|
2984
|
+
* MatchingRule
|
2985
|
+
*/
|
2986
|
+
MaxAllowedRuleLevelForMerging?: MaxAllowedRuleLevelForMerging;
|
2987
|
+
/**
|
2988
|
+
* Indicates the maximum allowed rule level.
|
2989
|
+
*/
|
2990
|
+
MaxAllowedRuleLevelForMatching?: MaxAllowedRuleLevelForMatching;
|
2991
|
+
/**
|
2992
|
+
* Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.
|
2993
|
+
*/
|
2994
|
+
AttributeTypesSelector?: AttributeTypesSelector;
|
2995
|
+
ConflictResolution?: ConflictResolution;
|
2996
|
+
ExportingConfig?: ExportingConfig;
|
2997
|
+
}
|
2998
|
+
export interface RuleBasedMatchingResponse {
|
2999
|
+
/**
|
3000
|
+
* The flag that enables the rule-based matching process of duplicate profiles.
|
3001
|
+
*/
|
3002
|
+
Enabled?: optionalBoolean;
|
3003
|
+
/**
|
3004
|
+
* Configures how the rule-based matching process should match profiles. You can have up to 15 MatchingRule in the MatchingRules.
|
3005
|
+
*/
|
3006
|
+
MatchingRules?: MatchingRules;
|
3007
|
+
/**
|
3008
|
+
* PENDING The first status after configuration a rule-based matching rule. If it is an existing domain, the rule-based Identity Resolution waits one hour before creating the matching rule. If it is a new domain, the system will skip the PENDING stage. IN_PROGRESS The system is creating the rule-based matching rule. Under this status, the system is evaluating the existing data and you can no longer change the Rule-based matching configuration. ACTIVE The rule is ready to use. You can change the rule a day after the status is in ACTIVE.
|
3009
|
+
*/
|
3010
|
+
Status?: RuleBasedMatchingStatus;
|
3011
|
+
/**
|
3012
|
+
* MatchingRule
|
3013
|
+
*/
|
3014
|
+
MaxAllowedRuleLevelForMerging?: MaxAllowedRuleLevelForMerging;
|
3015
|
+
/**
|
3016
|
+
* Indicates the maximum allowed rule level.
|
3017
|
+
*/
|
3018
|
+
MaxAllowedRuleLevelForMatching?: MaxAllowedRuleLevelForMatching;
|
3019
|
+
/**
|
3020
|
+
* Configures information about the AttributeTypesSelector where the rule-based identity resolution uses to match profiles.
|
3021
|
+
*/
|
3022
|
+
AttributeTypesSelector?: AttributeTypesSelector;
|
3023
|
+
ConflictResolution?: ConflictResolution;
|
3024
|
+
ExportingConfig?: ExportingConfig;
|
3025
|
+
}
|
3026
|
+
export type RuleBasedMatchingStatus = "PENDING"|"IN_PROGRESS"|"ACTIVE"|string;
|
3027
|
+
export type RuleLevel = number;
|
2836
3028
|
export type S3ConnectorOperator = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
|
2837
3029
|
export interface S3ExportingConfig {
|
2838
3030
|
/**
|
@@ -3211,6 +3403,10 @@ declare namespace CustomerProfiles {
|
|
3211
3403
|
* The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains. After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.
|
3212
3404
|
*/
|
3213
3405
|
Matching?: MatchingRequest;
|
3406
|
+
/**
|
3407
|
+
* The process of matching duplicate profiles using the rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
|
3408
|
+
*/
|
3409
|
+
RuleBasedMatching?: RuleBasedMatchingRequest;
|
3214
3410
|
/**
|
3215
3411
|
* The tags used to organize, track, or control access for this resource.
|
3216
3412
|
*/
|
@@ -3237,6 +3433,10 @@ declare namespace CustomerProfiles {
|
|
3237
3433
|
* The process of matching duplicate profiles. If Matching = true, Amazon Connect Customer Profiles starts a weekly batch process called Identity Resolution Job. If you do not specify a date and time for Identity Resolution Job to run, by default it runs every Saturday at 12AM UTC to detect duplicate profiles in your domains. After the Identity Resolution Job completes, use the GetMatches API to return and review the results. Or, if you have configured ExportingConfig in the MatchingRequest, you can download the results from S3.
|
3238
3434
|
*/
|
3239
3435
|
Matching?: MatchingResponse;
|
3436
|
+
/**
|
3437
|
+
* The process of matching duplicate profiles using the rule-Based matching. If RuleBasedMatching = true, Amazon Connect Customer Profiles will start to match and merge your profiles according to your configuration in the RuleBasedMatchingRequest. You can use the ListRuleBasedMatches and GetSimilarProfiles API to return and review the results. Also, if you have configured ExportingConfig in the RuleBasedMatchingRequest, you can download the results from S3.
|
3438
|
+
*/
|
3439
|
+
RuleBasedMatching?: RuleBasedMatchingResponse;
|
3240
3440
|
/**
|
3241
3441
|
* The timestamp of when the domain was created.
|
3242
3442
|
*/
|