@aws-sdk/client-customer-profiles 3.934.0 → 3.936.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.
Files changed (49) hide show
  1. package/dist-cjs/index.js +443 -443
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +420 -0
  4. package/dist-es/models/errors.js +71 -0
  5. package/dist-es/models/models_0.js +1 -487
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
  8. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  9. package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -1
  10. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  11. package/dist-types/commands/SearchProfilesCommand.d.ts +1 -1
  12. package/dist-types/commands/StartUploadJobCommand.d.ts +1 -1
  13. package/dist-types/commands/StopUploadJobCommand.d.ts +1 -1
  14. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  16. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  19. package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
  20. package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
  21. package/dist-types/index.d.ts +3 -1
  22. package/dist-types/models/enums.d.ts +828 -0
  23. package/dist-types/models/errors.d.ts +67 -0
  24. package/dist-types/models/models_0.d.ts +1139 -884
  25. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/StopUploadJobCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/index.d.ts +3 -1
  40. package/dist-types/ts3.4/models/enums.d.ts +500 -0
  41. package/dist-types/ts3.4/models/errors.d.ts +42 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +282 -536
  43. package/package.json +19 -19
  44. package/dist-es/models/index.js +0 -2
  45. package/dist-es/models/models_1.js +0 -4
  46. package/dist-types/models/index.d.ts +0 -2
  47. package/dist-types/models/models_1.d.ts +0 -1150
  48. package/dist-types/ts3.4/models/index.d.ts +0 -2
  49. package/dist-types/ts3.4/models/models_1.d.ts +0 -259
@@ -1,37 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CustomerProfilesServiceException as __BaseException } from "./CustomerProfilesServiceException";
3
- /**
4
- * <p>You do not have sufficient access to perform this action.</p>
5
- * @public
6
- */
7
- export declare class AccessDeniedException extends __BaseException {
8
- readonly name: "AccessDeniedException";
9
- readonly $fault: "client";
10
- Message?: string | undefined;
11
- /**
12
- * @internal
13
- */
14
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
- }
16
- /**
17
- * @public
18
- * @enum
19
- */
20
- export declare const ActionType: {
21
- readonly ADDED_PROFILE_KEY: "ADDED_PROFILE_KEY";
22
- readonly CREATED: "CREATED";
23
- readonly DELETED_BY_CUSTOMER: "DELETED_BY_CUSTOMER";
24
- readonly DELETED_BY_MERGE: "DELETED_BY_MERGE";
25
- readonly DELETED_PROFILE_KEY: "DELETED_PROFILE_KEY";
26
- readonly EXPIRED: "EXPIRED";
27
- readonly INGESTED: "INGESTED";
28
- readonly MERGED: "MERGED";
29
- readonly UPDATED: "UPDATED";
30
- };
31
- /**
32
- * @public
33
- */
34
- export type ActionType = (typeof ActionType)[keyof typeof ActionType];
1
+ import { ActionType, AttributeDimensionType, AttributeMatchingModel, ComparisonOperator, ConflictResolvingModel, ContactType, DataFormat, DataPullMode, DateDimensionType, EstimateStatus, EventStreamDestinationStatus, EventStreamState, EventTriggerLogicalOperator, FieldContentType, FilterDimensionType, Gender, IdentityResolutionJobStatus, Include, IncludeOptions, JobScheduleDayOfTheWeek, LayoutType, LogicalOperator, MarketoConnectorOperator, MatchType, Operator, OperatorPropertiesKeys, PartyType, PeriodUnit, ProfileType, ProfileTypeDimensionType, QueryResult, RangeUnit, ReadinessStatus, RuleBasedMatchingStatus, S3ConnectorOperator, SalesforceConnectorOperator, SegmentSnapshotStatus, ServiceNowConnectorOperator, SourceConnectorType, StandardIdentifier, Statistic, Status, StatusReason, StringDimensionType, TaskType, TriggerType, Type, Unit, UploadJobStatus, WorkflowType, ZendeskConnectorOperator } from "./enums";
35
2
  /**
36
3
  * <p>A data type pair that consists of a <code>KeyName</code> and <code>Values</code> list
37
4
  * that is used in conjunction with the <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-KeyName">KeyName</a> and <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html#customerprofiles-SearchProfiles-request-Values">Values</a> parameters to search for profiles using the <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html">SearchProfiles</a>
@@ -94,58 +61,6 @@ export interface AddProfileKeyResponse {
94
61
  */
95
62
  Values?: string[] | undefined;
96
63
  }
97
- /**
98
- * <p>The input you provided is invalid.</p>
99
- * @public
100
- */
101
- export declare class BadRequestException extends __BaseException {
102
- readonly name: "BadRequestException";
103
- readonly $fault: "client";
104
- Message?: string | undefined;
105
- /**
106
- * @internal
107
- */
108
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
109
- }
110
- /**
111
- * <p>An internal service error occurred.</p>
112
- * @public
113
- */
114
- export declare class InternalServerException extends __BaseException {
115
- readonly name: "InternalServerException";
116
- readonly $fault: "server";
117
- Message?: string | undefined;
118
- /**
119
- * @internal
120
- */
121
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
122
- }
123
- /**
124
- * <p>The requested resource does not exist, or access was denied.</p>
125
- * @public
126
- */
127
- export declare class ResourceNotFoundException extends __BaseException {
128
- readonly name: "ResourceNotFoundException";
129
- readonly $fault: "client";
130
- Message?: string | undefined;
131
- /**
132
- * @internal
133
- */
134
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
135
- }
136
- /**
137
- * <p>You exceeded the maximum number of requests.</p>
138
- * @public
139
- */
140
- export declare class ThrottlingException extends __BaseException {
141
- readonly name: "ThrottlingException";
142
- readonly $fault: "client";
143
- Message?: string | undefined;
144
- /**
145
- * @internal
146
- */
147
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
148
- }
149
64
  /**
150
65
  * <p>A generic address associated with the customer that is not mailing, shipping, or
151
66
  * billing.</p>
@@ -203,21 +118,6 @@ export interface Address {
203
118
  */
204
119
  PostalCode?: string | undefined;
205
120
  }
206
- /**
207
- * @public
208
- * @enum
209
- */
210
- export declare const StringDimensionType: {
211
- readonly BEGINS_WITH: "BEGINS_WITH";
212
- readonly CONTAINS: "CONTAINS";
213
- readonly ENDS_WITH: "ENDS_WITH";
214
- readonly EXCLUSIVE: "EXCLUSIVE";
215
- readonly INCLUSIVE: "INCLUSIVE";
216
- };
217
- /**
218
- * @public
219
- */
220
- export type StringDimensionType = (typeof StringDimensionType)[keyof typeof StringDimensionType];
221
121
  /**
222
122
  * <p>Object to hold the dimensions of a profile's fields to segment on.</p>
223
123
  * @public
@@ -288,21 +188,6 @@ export interface Batch {
288
188
  */
289
189
  EndTime: Date | undefined;
290
190
  }
291
- /**
292
- * @public
293
- * @enum
294
- */
295
- export declare const SourceConnectorType: {
296
- readonly MARKETO: "Marketo";
297
- readonly S3: "S3";
298
- readonly SALESFORCE: "Salesforce";
299
- readonly SERVICENOW: "Servicenow";
300
- readonly ZENDESK: "Zendesk";
301
- };
302
- /**
303
- * @public
304
- */
305
- export type SourceConnectorType = (typeof SourceConnectorType)[keyof typeof SourceConnectorType];
306
191
  /**
307
192
  * <p>Specifies the configuration used when importing incremental records from the
308
193
  * source.</p>
@@ -450,148 +335,6 @@ export interface SourceFlowConfig {
450
335
  */
451
336
  SourceConnectorProperties: SourceConnectorProperties | undefined;
452
337
  }
453
- /**
454
- * @public
455
- * @enum
456
- */
457
- export declare const MarketoConnectorOperator: {
458
- readonly ADDITION: "ADDITION";
459
- readonly BETWEEN: "BETWEEN";
460
- readonly DIVISION: "DIVISION";
461
- readonly GREATER_THAN: "GREATER_THAN";
462
- readonly LESS_THAN: "LESS_THAN";
463
- readonly MASK_ALL: "MASK_ALL";
464
- readonly MASK_FIRST_N: "MASK_FIRST_N";
465
- readonly MASK_LAST_N: "MASK_LAST_N";
466
- readonly MULTIPLICATION: "MULTIPLICATION";
467
- readonly NO_OP: "NO_OP";
468
- readonly PROJECTION: "PROJECTION";
469
- readonly SUBTRACTION: "SUBTRACTION";
470
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
471
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
472
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
473
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
474
- };
475
- /**
476
- * @public
477
- */
478
- export type MarketoConnectorOperator = (typeof MarketoConnectorOperator)[keyof typeof MarketoConnectorOperator];
479
- /**
480
- * @public
481
- * @enum
482
- */
483
- export declare const S3ConnectorOperator: {
484
- readonly ADDITION: "ADDITION";
485
- readonly BETWEEN: "BETWEEN";
486
- readonly DIVISION: "DIVISION";
487
- readonly EQUAL_TO: "EQUAL_TO";
488
- readonly GREATER_THAN: "GREATER_THAN";
489
- readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
490
- readonly LESS_THAN: "LESS_THAN";
491
- readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
492
- readonly MASK_ALL: "MASK_ALL";
493
- readonly MASK_FIRST_N: "MASK_FIRST_N";
494
- readonly MASK_LAST_N: "MASK_LAST_N";
495
- readonly MULTIPLICATION: "MULTIPLICATION";
496
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
497
- readonly NO_OP: "NO_OP";
498
- readonly PROJECTION: "PROJECTION";
499
- readonly SUBTRACTION: "SUBTRACTION";
500
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
501
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
502
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
503
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
504
- };
505
- /**
506
- * @public
507
- */
508
- export type S3ConnectorOperator = (typeof S3ConnectorOperator)[keyof typeof S3ConnectorOperator];
509
- /**
510
- * @public
511
- * @enum
512
- */
513
- export declare const SalesforceConnectorOperator: {
514
- readonly ADDITION: "ADDITION";
515
- readonly BETWEEN: "BETWEEN";
516
- readonly CONTAINS: "CONTAINS";
517
- readonly DIVISION: "DIVISION";
518
- readonly EQUAL_TO: "EQUAL_TO";
519
- readonly GREATER_THAN: "GREATER_THAN";
520
- readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
521
- readonly LESS_THAN: "LESS_THAN";
522
- readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
523
- readonly MASK_ALL: "MASK_ALL";
524
- readonly MASK_FIRST_N: "MASK_FIRST_N";
525
- readonly MASK_LAST_N: "MASK_LAST_N";
526
- readonly MULTIPLICATION: "MULTIPLICATION";
527
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
528
- readonly NO_OP: "NO_OP";
529
- readonly PROJECTION: "PROJECTION";
530
- readonly SUBTRACTION: "SUBTRACTION";
531
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
532
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
533
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
534
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
535
- };
536
- /**
537
- * @public
538
- */
539
- export type SalesforceConnectorOperator = (typeof SalesforceConnectorOperator)[keyof typeof SalesforceConnectorOperator];
540
- /**
541
- * @public
542
- * @enum
543
- */
544
- export declare const ServiceNowConnectorOperator: {
545
- readonly ADDITION: "ADDITION";
546
- readonly BETWEEN: "BETWEEN";
547
- readonly CONTAINS: "CONTAINS";
548
- readonly DIVISION: "DIVISION";
549
- readonly EQUAL_TO: "EQUAL_TO";
550
- readonly GREATER_THAN: "GREATER_THAN";
551
- readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
552
- readonly LESS_THAN: "LESS_THAN";
553
- readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
554
- readonly MASK_ALL: "MASK_ALL";
555
- readonly MASK_FIRST_N: "MASK_FIRST_N";
556
- readonly MASK_LAST_N: "MASK_LAST_N";
557
- readonly MULTIPLICATION: "MULTIPLICATION";
558
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
559
- readonly NO_OP: "NO_OP";
560
- readonly PROJECTION: "PROJECTION";
561
- readonly SUBTRACTION: "SUBTRACTION";
562
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
563
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
564
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
565
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
566
- };
567
- /**
568
- * @public
569
- */
570
- export type ServiceNowConnectorOperator = (typeof ServiceNowConnectorOperator)[keyof typeof ServiceNowConnectorOperator];
571
- /**
572
- * @public
573
- * @enum
574
- */
575
- export declare const ZendeskConnectorOperator: {
576
- readonly ADDITION: "ADDITION";
577
- readonly DIVISION: "DIVISION";
578
- readonly GREATER_THAN: "GREATER_THAN";
579
- readonly MASK_ALL: "MASK_ALL";
580
- readonly MASK_FIRST_N: "MASK_FIRST_N";
581
- readonly MASK_LAST_N: "MASK_LAST_N";
582
- readonly MULTIPLICATION: "MULTIPLICATION";
583
- readonly NO_OP: "NO_OP";
584
- readonly PROJECTION: "PROJECTION";
585
- readonly SUBTRACTION: "SUBTRACTION";
586
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
587
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
588
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
589
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
590
- };
591
- /**
592
- * @public
593
- */
594
- export type ZendeskConnectorOperator = (typeof ZendeskConnectorOperator)[keyof typeof ZendeskConnectorOperator];
595
338
  /**
596
339
  * <p>The operation to be performed on the provided source fields.</p>
597
340
  * @public
@@ -623,47 +366,6 @@ export interface ConnectorOperator {
623
366
  */
624
367
  Zendesk?: ZendeskConnectorOperator | undefined;
625
368
  }
626
- /**
627
- * @public
628
- * @enum
629
- */
630
- export declare const OperatorPropertiesKeys: {
631
- readonly CONCAT_FORMAT: "CONCAT_FORMAT";
632
- readonly DATA_TYPE: "DATA_TYPE";
633
- readonly DESTINATION_DATA_TYPE: "DESTINATION_DATA_TYPE";
634
- readonly LOWER_BOUND: "LOWER_BOUND";
635
- readonly MASK_LENGTH: "MASK_LENGTH";
636
- readonly MASK_VALUE: "MASK_VALUE";
637
- readonly MATH_OPERATION_FIELDS_ORDER: "MATH_OPERATION_FIELDS_ORDER";
638
- readonly SOURCE_DATA_TYPE: "SOURCE_DATA_TYPE";
639
- readonly SUBFIELD_CATEGORY_MAP: "SUBFIELD_CATEGORY_MAP";
640
- readonly TRUNCATE_LENGTH: "TRUNCATE_LENGTH";
641
- readonly UPPER_BOUND: "UPPER_BOUND";
642
- readonly VALIDATION_ACTION: "VALIDATION_ACTION";
643
- readonly VALUE: "VALUE";
644
- readonly VALUES: "VALUES";
645
- };
646
- /**
647
- * @public
648
- */
649
- export type OperatorPropertiesKeys = (typeof OperatorPropertiesKeys)[keyof typeof OperatorPropertiesKeys];
650
- /**
651
- * @public
652
- * @enum
653
- */
654
- export declare const TaskType: {
655
- readonly ARITHMETIC: "Arithmetic";
656
- readonly FILTER: "Filter";
657
- readonly MAP: "Map";
658
- readonly MASK: "Mask";
659
- readonly MERGE: "Merge";
660
- readonly TRUNCATE: "Truncate";
661
- readonly VALIDATE: "Validate";
662
- };
663
- /**
664
- * @public
665
- */
666
- export type TaskType = (typeof TaskType)[keyof typeof TaskType];
667
369
  /**
668
370
  * <p>A class for modeling different type of tasks. Task implementation varies based on the
669
371
  * TaskType.</p>
@@ -698,18 +400,6 @@ export interface Task {
698
400
  */
699
401
  TaskType: TaskType | undefined;
700
402
  }
701
- /**
702
- * @public
703
- * @enum
704
- */
705
- export declare const DataPullMode: {
706
- readonly COMPLETE: "Complete";
707
- readonly INCREMENTAL: "Incremental";
708
- };
709
- /**
710
- * @public
711
- */
712
- export type DataPullMode = (typeof DataPullMode)[keyof typeof DataPullMode];
713
403
  /**
714
404
  * <p>Specifies the configuration details of a scheduled-trigger flow that you define.
715
405
  * Currently, these settings only apply to the scheduled-trigger type.</p>
@@ -769,19 +459,6 @@ export interface TriggerProperties {
769
459
  */
770
460
  Scheduled?: ScheduledTriggerProperties | undefined;
771
461
  }
772
- /**
773
- * @public
774
- * @enum
775
- */
776
- export declare const TriggerType: {
777
- readonly EVENT: "Event";
778
- readonly ONDEMAND: "OnDemand";
779
- readonly SCHEDULED: "Scheduled";
780
- };
781
- /**
782
- * @public
783
- */
784
- export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType];
785
462
  /**
786
463
  * <p>The trigger settings that determine how and when Amazon AppFlow runs the specified
787
464
  * flow.</p>
@@ -904,23 +581,6 @@ export interface AppflowIntegrationWorkflowMetrics {
904
581
  */
905
582
  TotalSteps: number | undefined;
906
583
  }
907
- /**
908
- * @public
909
- * @enum
910
- */
911
- export declare const Status: {
912
- readonly CANCELLED: "CANCELLED";
913
- readonly COMPLETE: "COMPLETE";
914
- readonly FAILED: "FAILED";
915
- readonly IN_PROGRESS: "IN_PROGRESS";
916
- readonly NOT_STARTED: "NOT_STARTED";
917
- readonly RETRY: "RETRY";
918
- readonly SPLIT: "SPLIT";
919
- };
920
- /**
921
- * @public
922
- */
923
- export type Status = (typeof Status)[keyof typeof Status];
924
584
  /**
925
585
  * <p>Workflow step details for <code>APPFLOW_INTEGRATION</code> workflow.</p>
926
586
  * @public
@@ -1005,31 +665,6 @@ export interface AttributeDetails {
1005
665
  */
1006
666
  Expression: string | undefined;
1007
667
  }
1008
- /**
1009
- * @public
1010
- * @enum
1011
- */
1012
- export declare const AttributeDimensionType: {
1013
- readonly AFTER: "AFTER";
1014
- readonly BEFORE: "BEFORE";
1015
- readonly BEGINS_WITH: "BEGINS_WITH";
1016
- readonly BETWEEN: "BETWEEN";
1017
- readonly CONTAINS: "CONTAINS";
1018
- readonly ENDS_WITH: "ENDS_WITH";
1019
- readonly EQUAL: "EQUAL";
1020
- readonly EXCLUSIVE: "EXCLUSIVE";
1021
- readonly GREATER_THAN: "GREATER_THAN";
1022
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
1023
- readonly INCLUSIVE: "INCLUSIVE";
1024
- readonly LESS_THAN: "LESS_THAN";
1025
- readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
1026
- readonly NOT_BETWEEN: "NOT_BETWEEN";
1027
- readonly ON: "ON";
1028
- };
1029
- /**
1030
- * @public
1031
- */
1032
- export type AttributeDimensionType = (typeof AttributeDimensionType)[keyof typeof AttributeDimensionType];
1033
668
  /**
1034
669
  * <p>Object that segments on various Customer Profile's fields.</p>
1035
670
  * @public
@@ -1046,31 +681,6 @@ export interface AttributeDimension {
1046
681
  */
1047
682
  Values: string[] | undefined;
1048
683
  }
1049
- /**
1050
- * @public
1051
- * @enum
1052
- */
1053
- export declare const FilterDimensionType: {
1054
- readonly AFTER: "AFTER";
1055
- readonly BEFORE: "BEFORE";
1056
- readonly BEGINS_WITH: "BEGINS_WITH";
1057
- readonly BETWEEN: "BETWEEN";
1058
- readonly CONTAINS: "CONTAINS";
1059
- readonly ENDS_WITH: "ENDS_WITH";
1060
- readonly EQUAL: "EQUAL";
1061
- readonly EXCLUSIVE: "EXCLUSIVE";
1062
- readonly GREATER_THAN: "GREATER_THAN";
1063
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
1064
- readonly INCLUSIVE: "INCLUSIVE";
1065
- readonly LESS_THAN: "LESS_THAN";
1066
- readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
1067
- readonly NOT_BETWEEN: "NOT_BETWEEN";
1068
- readonly ON: "ON";
1069
- };
1070
- /**
1071
- * @public
1072
- */
1073
- export type FilterDimensionType = (typeof FilterDimensionType)[keyof typeof FilterDimensionType];
1074
684
  /**
1075
685
  * <p>Object that defines how to filter the incoming objects for the calculated
1076
686
  * attribute.</p>
@@ -1088,18 +698,6 @@ export interface FilterAttributeDimension {
1088
698
  */
1089
699
  Values: string[] | undefined;
1090
700
  }
1091
- /**
1092
- * @public
1093
- * @enum
1094
- */
1095
- export declare const AttributeMatchingModel: {
1096
- readonly MANY_TO_MANY: "MANY_TO_MANY";
1097
- readonly ONE_TO_ONE: "ONE_TO_ONE";
1098
- };
1099
- /**
1100
- * @public
1101
- */
1102
- export type AttributeMatchingModel = (typeof AttributeMatchingModel)[keyof typeof AttributeMatchingModel];
1103
701
  /**
1104
702
  * <p>Configuration information about the <code>AttributeTypesSelector </code>where the
1105
703
  * rule-based identity resolution uses to match profiles. You can choose how profiles are
@@ -1202,18 +800,6 @@ export interface AttributeValueItem {
1202
800
  */
1203
801
  Value?: string | undefined;
1204
802
  }
1205
- /**
1206
- * @public
1207
- * @enum
1208
- */
1209
- export declare const ConflictResolvingModel: {
1210
- readonly RECENCY: "RECENCY";
1211
- readonly SOURCE: "SOURCE";
1212
- };
1213
- /**
1214
- * @public
1215
- */
1216
- export type ConflictResolvingModel = (typeof ConflictResolvingModel)[keyof typeof ConflictResolvingModel];
1217
803
  /**
1218
804
  * <p>How the auto-merging process should resolve conflicts between different profiles.</p>
1219
805
  * @public
@@ -1287,17 +873,6 @@ export interface AutoMerging {
1287
873
  */
1288
874
  MinAllowedConfidenceScoreForMerging?: number | undefined;
1289
875
  }
1290
- /**
1291
- * @public
1292
- * @enum
1293
- */
1294
- export declare const RangeUnit: {
1295
- readonly DAYS: "DAYS";
1296
- };
1297
- /**
1298
- * @public
1299
- */
1300
- export type RangeUnit = (typeof RangeUnit)[keyof typeof RangeUnit];
1301
876
  /**
1302
877
  * <p>Overrides the original range on a calculated attribute definition.</p>
1303
878
  * @public
@@ -1473,23 +1048,6 @@ export interface BatchGetProfileError {
1473
1048
  */
1474
1049
  ProfileId: string | undefined;
1475
1050
  }
1476
- /**
1477
- * @public
1478
- * @enum
1479
- */
1480
- export declare const ContactType: {
1481
- readonly BUSINESS_EMAIL_ADDRESS: "BusinessEmailAddress";
1482
- readonly BUSINESS_PHONE_NUMBER: "BusinessPhoneNumber";
1483
- readonly EMAIL_ADDRESS: "EmailAddress";
1484
- readonly HOME_PHONE_NUMBER: "HomePhoneNumber";
1485
- readonly MOBILE_PHONE_NUMBER: "MobilePhoneNumber";
1486
- readonly PERSONAL_EMAIL_ADDRESS: "PersonalEmailAddress";
1487
- readonly PHONE_NUMBER: "PhoneNumber";
1488
- };
1489
- /**
1490
- * @public
1491
- */
1492
- export type ContactType = (typeof ContactType)[keyof typeof ContactType];
1493
1051
  /**
1494
1052
  * <p>Object that defines users contact preference.</p>
1495
1053
  * @public
@@ -1551,44 +1109,6 @@ export interface FoundByKeyValue {
1551
1109
  */
1552
1110
  Values?: string[] | undefined;
1553
1111
  }
1554
- /**
1555
- * @public
1556
- * @enum
1557
- */
1558
- export declare const Gender: {
1559
- readonly FEMALE: "FEMALE";
1560
- readonly MALE: "MALE";
1561
- readonly UNSPECIFIED: "UNSPECIFIED";
1562
- };
1563
- /**
1564
- * @public
1565
- */
1566
- export type Gender = (typeof Gender)[keyof typeof Gender];
1567
- /**
1568
- * @public
1569
- * @enum
1570
- */
1571
- export declare const PartyType: {
1572
- readonly BUSINESS: "BUSINESS";
1573
- readonly INDIVIDUAL: "INDIVIDUAL";
1574
- readonly OTHER: "OTHER";
1575
- };
1576
- /**
1577
- * @public
1578
- */
1579
- export type PartyType = (typeof PartyType)[keyof typeof PartyType];
1580
- /**
1581
- * @public
1582
- * @enum
1583
- */
1584
- export declare const ProfileType: {
1585
- readonly ACCOUNT_PROFILE: "ACCOUNT_PROFILE";
1586
- readonly PROFILE: "PROFILE";
1587
- };
1588
- /**
1589
- * @public
1590
- */
1591
- export type ProfileType = (typeof ProfileType)[keyof typeof ProfileType];
1592
1112
  /**
1593
1113
  * <p>The standard profile of a customer.</p>
1594
1114
  * @public
@@ -1775,20 +1295,6 @@ export interface BatchGetProfileResponse {
1775
1295
  */
1776
1296
  Profiles?: Profile[] | undefined;
1777
1297
  }
1778
- /**
1779
- * @public
1780
- * @enum
1781
- */
1782
- export declare const ReadinessStatus: {
1783
- readonly COMPLETED: "COMPLETED";
1784
- readonly FAILED: "FAILED";
1785
- readonly IN_PROGRESS: "IN_PROGRESS";
1786
- readonly PREPARING: "PREPARING";
1787
- };
1788
- /**
1789
- * @public
1790
- */
1791
- export type ReadinessStatus = (typeof ReadinessStatus)[keyof typeof ReadinessStatus];
1792
1298
  /**
1793
1299
  * <p>The details of a single calculated attribute definition.</p>
1794
1300
  * @public
@@ -1892,42 +1398,6 @@ export interface ListCalculatedAttributeForProfileItem {
1892
1398
  */
1893
1399
  LastObjectTimestamp?: Date | undefined;
1894
1400
  }
1895
- /**
1896
- * @public
1897
- * @enum
1898
- */
1899
- export declare const ComparisonOperator: {
1900
- readonly AFTER: "AFTER";
1901
- readonly BEFORE: "BEFORE";
1902
- readonly BEGINS_WITH: "BEGINS_WITH";
1903
- readonly BETWEEN: "BETWEEN";
1904
- readonly CONTAINS: "CONTAINS";
1905
- readonly ENDS_WITH: "ENDS_WITH";
1906
- readonly EQUAL: "EQUAL";
1907
- readonly EXCLUSIVE: "EXCLUSIVE";
1908
- readonly GREATER_THAN: "GREATER_THAN";
1909
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
1910
- readonly INCLUSIVE: "INCLUSIVE";
1911
- readonly LESS_THAN: "LESS_THAN";
1912
- readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
1913
- readonly NOT_BETWEEN: "NOT_BETWEEN";
1914
- readonly ON: "ON";
1915
- };
1916
- /**
1917
- * @public
1918
- */
1919
- export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
1920
- /**
1921
- * @public
1922
- * @enum
1923
- */
1924
- export declare const Unit: {
1925
- readonly DAYS: "DAYS";
1926
- };
1927
- /**
1928
- * @public
1929
- */
1930
- export type Unit = (typeof Unit)[keyof typeof Unit];
1931
1401
  /**
1932
1402
  * <p>A structure letting customers specify a relative time window over which over which data
1933
1403
  * is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint
@@ -1992,20 +1462,6 @@ export interface Range {
1992
1462
  */
1993
1463
  TimestampFormat?: string | undefined;
1994
1464
  }
1995
- /**
1996
- * @public
1997
- * @enum
1998
- */
1999
- export declare const Operator: {
2000
- readonly EQUAL_TO: "EQUAL_TO";
2001
- readonly GREATER_THAN: "GREATER_THAN";
2002
- readonly LESS_THAN: "LESS_THAN";
2003
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
2004
- };
2005
- /**
2006
- * @public
2007
- */
2008
- export type Operator = (typeof Operator)[keyof typeof Operator];
2009
1465
  /**
2010
1466
  * <p>The threshold for the calculated attribute.</p>
2011
1467
  * @public
@@ -2055,19 +1511,6 @@ export interface FilterDimension {
2055
1511
  */
2056
1512
  Attributes: Record<string, FilterAttributeDimension> | undefined;
2057
1513
  }
2058
- /**
2059
- * @public
2060
- * @enum
2061
- */
2062
- export declare const Type: {
2063
- readonly ALL: "ALL";
2064
- readonly ANY: "ANY";
2065
- readonly NONE: "NONE";
2066
- };
2067
- /**
2068
- * @public
2069
- */
2070
- export type Type = (typeof Type)[keyof typeof Type];
2071
1514
  /**
2072
1515
  * <p>Object that holds the dimensions to filter on.</p>
2073
1516
  * @public
@@ -2084,19 +1527,6 @@ export interface FilterGroup {
2084
1527
  */
2085
1528
  Dimensions: FilterDimension[] | undefined;
2086
1529
  }
2087
- /**
2088
- * @public
2089
- * @enum
2090
- */
2091
- export declare const Include: {
2092
- readonly ALL: "ALL";
2093
- readonly ANY: "ANY";
2094
- readonly NONE: "NONE";
2095
- };
2096
- /**
2097
- * @public
2098
- */
2099
- export type Include = (typeof Include)[keyof typeof Include];
2100
1530
  /**
2101
1531
  * <p>Defines how to filter the objects coming in for calculated attributes.</p>
2102
1532
  * @public
@@ -2114,24 +1544,6 @@ export interface Filter {
2114
1544
  */
2115
1545
  Groups: FilterGroup[] | undefined;
2116
1546
  }
2117
- /**
2118
- * @public
2119
- * @enum
2120
- */
2121
- export declare const Statistic: {
2122
- readonly AVERAGE: "AVERAGE";
2123
- readonly COUNT: "COUNT";
2124
- readonly FIRST_OCCURRENCE: "FIRST_OCCURRENCE";
2125
- readonly LAST_OCCURRENCE: "LAST_OCCURRENCE";
2126
- readonly MAXIMUM: "MAXIMUM";
2127
- readonly MAX_OCCURRENCE: "MAX_OCCURRENCE";
2128
- readonly MINIMUM: "MINIMUM";
2129
- readonly SUM: "SUM";
2130
- };
2131
- /**
2132
- * @public
2133
- */
2134
- export type Statistic = (typeof Statistic)[keyof typeof Statistic];
2135
1547
  /**
2136
1548
  * @public
2137
1549
  */
@@ -2316,23 +1728,6 @@ export interface ExportingConfig {
2316
1728
  */
2317
1729
  S3Exporting?: S3ExportingConfig | undefined;
2318
1730
  }
2319
- /**
2320
- * @public
2321
- * @enum
2322
- */
2323
- export declare const JobScheduleDayOfTheWeek: {
2324
- readonly FRIDAY: "FRIDAY";
2325
- readonly MONDAY: "MONDAY";
2326
- readonly SATURDAY: "SATURDAY";
2327
- readonly SUNDAY: "SUNDAY";
2328
- readonly THURSDAY: "THURSDAY";
2329
- readonly TUESDAY: "TUESDAY";
2330
- readonly WEDNESDAY: "WEDNESDAY";
2331
- };
2332
- /**
2333
- * @public
2334
- */
2335
- export type JobScheduleDayOfTheWeek = (typeof JobScheduleDayOfTheWeek)[keyof typeof JobScheduleDayOfTheWeek];
2336
1731
  /**
2337
1732
  * <p>The day and time when do you want to start the Identity Resolution Job every week.</p>
2338
1733
  * @public
@@ -2578,19 +1973,6 @@ export interface MatchingResponse {
2578
1973
  */
2579
1974
  ExportingConfig?: ExportingConfig | undefined;
2580
1975
  }
2581
- /**
2582
- * @public
2583
- * @enum
2584
- */
2585
- export declare const RuleBasedMatchingStatus: {
2586
- readonly ACTIVE: "ACTIVE";
2587
- readonly IN_PROGRESS: "IN_PROGRESS";
2588
- readonly PENDING: "PENDING";
2589
- };
2590
- /**
2591
- * @public
2592
- */
2593
- export type RuleBasedMatchingStatus = (typeof RuleBasedMatchingStatus)[keyof typeof RuleBasedMatchingStatus];
2594
1976
  /**
2595
1977
  * <p>The response of the Rule-based matching request.</p>
2596
1978
  * @public
@@ -2734,17 +2116,6 @@ export interface CreateDomainResponse {
2734
2116
  */
2735
2117
  Tags?: Record<string, string> | undefined;
2736
2118
  }
2737
- /**
2738
- * @public
2739
- * @enum
2740
- */
2741
- export declare const LayoutType: {
2742
- readonly PROFILE_EXPLORER: "PROFILE_EXPLORER";
2743
- };
2744
- /**
2745
- * @public
2746
- */
2747
- export type LayoutType = (typeof LayoutType)[keyof typeof LayoutType];
2748
2119
  /**
2749
2120
  * @public
2750
2121
  */
@@ -2929,19 +2300,6 @@ export interface EventTriggerDimension {
2929
2300
  */
2930
2301
  ObjectAttributes: ObjectAttribute[] | undefined;
2931
2302
  }
2932
- /**
2933
- * @public
2934
- * @enum
2935
- */
2936
- export declare const EventTriggerLogicalOperator: {
2937
- readonly ALL: "ALL";
2938
- readonly ANY: "ANY";
2939
- readonly NONE: "NONE";
2940
- };
2941
- /**
2942
- * @public
2943
- */
2944
- export type EventTriggerLogicalOperator = (typeof EventTriggerLogicalOperator)[keyof typeof EventTriggerLogicalOperator];
2945
2303
  /**
2946
2304
  * <p>Specifies the circumstances under which the event should trigger the destination.</p>
2947
2305
  * @public
@@ -2958,20 +2316,6 @@ export interface EventTriggerCondition {
2958
2316
  */
2959
2317
  LogicalOperator: EventTriggerLogicalOperator | undefined;
2960
2318
  }
2961
- /**
2962
- * @public
2963
- * @enum
2964
- */
2965
- export declare const PeriodUnit: {
2966
- readonly DAYS: "DAYS";
2967
- readonly HOURS: "HOURS";
2968
- readonly MONTHS: "MONTHS";
2969
- readonly WEEKS: "WEEKS";
2970
- };
2971
- /**
2972
- * @public
2973
- */
2974
- export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
2975
2319
  /**
2976
2320
  * <p>Defines a limit and the time period during which it is enforced.</p>
2977
2321
  * @public
@@ -3127,17 +2471,6 @@ export interface IntegrationConfig {
3127
2471
  */
3128
2472
  AppflowIntegration?: AppflowIntegration | undefined;
3129
2473
  }
3130
- /**
3131
- * @public
3132
- * @enum
3133
- */
3134
- export declare const WorkflowType: {
3135
- readonly APPFLOW_INTEGRATION: "APPFLOW_INTEGRATION";
3136
- };
3137
- /**
3138
- * @public
3139
- */
3140
- export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
3141
2474
  /**
3142
2475
  * @public
3143
2476
  */
@@ -3357,21 +2690,6 @@ export interface ExtraLengthValueProfileDimension {
3357
2690
  */
3358
2691
  Values: string[] | undefined;
3359
2692
  }
3360
- /**
3361
- * @public
3362
- * @enum
3363
- */
3364
- export declare const DateDimensionType: {
3365
- readonly AFTER: "AFTER";
3366
- readonly BEFORE: "BEFORE";
3367
- readonly BETWEEN: "BETWEEN";
3368
- readonly NOT_BETWEEN: "NOT_BETWEEN";
3369
- readonly ON: "ON";
3370
- };
3371
- /**
3372
- * @public
3373
- */
3374
- export type DateDimensionType = (typeof DateDimensionType)[keyof typeof DateDimensionType];
3375
2693
  /**
3376
2694
  * <p>Object that segments on various Customer Profile's date fields.</p>
3377
2695
  * @public
@@ -3388,18 +2706,6 @@ export interface DateDimension {
3388
2706
  */
3389
2707
  Values: string[] | undefined;
3390
2708
  }
3391
- /**
3392
- * @public
3393
- * @enum
3394
- */
3395
- export declare const ProfileTypeDimensionType: {
3396
- readonly EXCLUSIVE: "EXCLUSIVE";
3397
- readonly INCLUSIVE: "INCLUSIVE";
3398
- };
3399
- /**
3400
- * @public
3401
- */
3402
- export type ProfileTypeDimensionType = (typeof ProfileTypeDimensionType)[keyof typeof ProfileTypeDimensionType];
3403
2709
  /**
3404
2710
  * <p>Object to hold the dimension of a profile type field to segment on.</p>
3405
2711
  * @public
@@ -3588,19 +2894,6 @@ export interface SourceSegment {
3588
2894
  */
3589
2895
  SegmentDefinitionName?: string | undefined;
3590
2896
  }
3591
- /**
3592
- * @public
3593
- * @enum
3594
- */
3595
- export declare const IncludeOptions: {
3596
- readonly ALL: "ALL";
3597
- readonly ANY: "ANY";
3598
- readonly NONE: "NONE";
3599
- };
3600
- /**
3601
- * @public
3602
- */
3603
- export type IncludeOptions = (typeof IncludeOptions)[keyof typeof IncludeOptions];
3604
2897
  /**
3605
2898
  * <p>Contains dimensions that determine what to segment on.</p>
3606
2899
  * @public
@@ -3767,19 +3060,6 @@ export interface CreateSegmentEstimateResponse {
3767
3060
  */
3768
3061
  StatusCode?: number | undefined;
3769
3062
  }
3770
- /**
3771
- * @public
3772
- * @enum
3773
- */
3774
- export declare const DataFormat: {
3775
- readonly CSV: "CSV";
3776
- readonly JSONL: "JSONL";
3777
- readonly ORC: "ORC";
3778
- };
3779
- /**
3780
- * @public
3781
- */
3782
- export type DataFormat = (typeof DataFormat)[keyof typeof DataFormat];
3783
3063
  /**
3784
3064
  * @public
3785
3065
  */
@@ -3828,21 +3108,6 @@ export interface CreateSegmentSnapshotResponse {
3828
3108
  */
3829
3109
  SnapshotId: string | undefined;
3830
3110
  }
3831
- /**
3832
- * @public
3833
- * @enum
3834
- */
3835
- export declare const FieldContentType: {
3836
- readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
3837
- readonly NAME: "NAME";
3838
- readonly NUMBER: "NUMBER";
3839
- readonly PHONE_NUMBER: "PHONE_NUMBER";
3840
- readonly STRING: "STRING";
3841
- };
3842
- /**
3843
- * @public
3844
- */
3845
- export type FieldContentType = (typeof FieldContentType)[keyof typeof FieldContentType];
3846
3111
  /**
3847
3112
  * <p>Represents a field in a ProfileObjectType.</p>
3848
3113
  * @public
@@ -4226,34 +3491,6 @@ export interface DetectProfileObjectTypeRequest {
4226
3491
  */
4227
3492
  DomainName: string | undefined;
4228
3493
  }
4229
- /**
4230
- * @public
4231
- * @enum
4232
- */
4233
- export declare const StandardIdentifier: {
4234
- readonly AIR_BOOKING: "AIR_BOOKING";
4235
- readonly AIR_PREFERENCE: "AIR_PREFERENCE";
4236
- readonly AIR_SEGMENT: "AIR_SEGMENT";
4237
- readonly ASSET: "ASSET";
4238
- readonly CASE: "CASE";
4239
- readonly COMMUNICATION_RECORD: "COMMUNICATION_RECORD";
4240
- readonly HOTEL_PREFERENCE: "HOTEL_PREFERENCE";
4241
- readonly HOTEL_RESERVATION: "HOTEL_RESERVATION";
4242
- readonly HOTEL_STAY_REVENUE: "HOTEL_STAY_REVENUE";
4243
- readonly LOOKUP_ONLY: "LOOKUP_ONLY";
4244
- readonly LOYALTY: "LOYALTY";
4245
- readonly LOYALTY_PROMOTION: "LOYALTY_PROMOTION";
4246
- readonly LOYALTY_TRANSACTION: "LOYALTY_TRANSACTION";
4247
- readonly NEW_ONLY: "NEW_ONLY";
4248
- readonly ORDER: "ORDER";
4249
- readonly PROFILE: "PROFILE";
4250
- readonly SECONDARY: "SECONDARY";
4251
- readonly UNIQUE: "UNIQUE";
4252
- };
4253
- /**
4254
- * @public
4255
- */
4256
- export type StandardIdentifier = (typeof StandardIdentifier)[keyof typeof StandardIdentifier];
4257
3494
  /**
4258
3495
  * <p>An object that defines the Key element of a ProfileObject. A Key is a special element
4259
3496
  * that can be used to search for a customer profile.</p>
@@ -4703,19 +3940,7 @@ export interface GetEventStreamRequest {
4703
3940
  EventStreamName: string | undefined;
4704
3941
  }
4705
3942
  /**
4706
- * @public
4707
- * @enum
4708
- */
4709
- export declare const EventStreamDestinationStatus: {
4710
- readonly HEALTHY: "HEALTHY";
4711
- readonly UNHEALTHY: "UNHEALTHY";
4712
- };
4713
- /**
4714
- * @public
4715
- */
4716
- export type EventStreamDestinationStatus = (typeof EventStreamDestinationStatus)[keyof typeof EventStreamDestinationStatus];
4717
- /**
4718
- * <p>Details of the destination being used for the EventStream.</p>
3943
+ * <p>Details of the destination being used for the EventStream.</p>
4719
3944
  * @public
4720
3945
  */
4721
3946
  export interface EventStreamDestinationDetails {
@@ -4742,18 +3967,6 @@ export interface EventStreamDestinationDetails {
4742
3967
  */
4743
3968
  Message?: string | undefined;
4744
3969
  }
4745
- /**
4746
- * @public
4747
- * @enum
4748
- */
4749
- export declare const EventStreamState: {
4750
- readonly RUNNING: "RUNNING";
4751
- readonly STOPPED: "STOPPED";
4752
- };
4753
- /**
4754
- * @public
4755
- */
4756
- export type EventStreamState = (typeof EventStreamState)[keyof typeof EventStreamState];
4757
3970
  /**
4758
3971
  * @public
4759
3972
  */
@@ -4924,23 +4137,6 @@ export interface JobStats {
4924
4137
  */
4925
4138
  NumberOfMergesDone?: number | undefined;
4926
4139
  }
4927
- /**
4928
- * @public
4929
- * @enum
4930
- */
4931
- export declare const IdentityResolutionJobStatus: {
4932
- readonly COMPLETED: "COMPLETED";
4933
- readonly FAILED: "FAILED";
4934
- readonly FIND_MATCHING: "FIND_MATCHING";
4935
- readonly MERGING: "MERGING";
4936
- readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
4937
- readonly PENDING: "PENDING";
4938
- readonly PREPROCESSING: "PREPROCESSING";
4939
- };
4940
- /**
4941
- * @public
4942
- */
4943
- export type IdentityResolutionJobStatus = (typeof IdentityResolutionJobStatus)[keyof typeof IdentityResolutionJobStatus];
4944
4140
  /**
4945
4141
  * @public
4946
4142
  */
@@ -5476,19 +4672,6 @@ export interface GetSegmentEstimateRequest {
5476
4672
  */
5477
4673
  EstimateId: string | undefined;
5478
4674
  }
5479
- /**
5480
- * @public
5481
- * @enum
5482
- */
5483
- export declare const EstimateStatus: {
5484
- readonly FAILED: "FAILED";
5485
- readonly RUNNING: "RUNNING";
5486
- readonly SUCCEEDED: "SUCCEEDED";
5487
- };
5488
- /**
5489
- * @public
5490
- */
5491
- export type EstimateStatus = (typeof EstimateStatus)[keyof typeof EstimateStatus];
5492
4675
  /**
5493
4676
  * @public
5494
4677
  */
@@ -5566,18 +4749,6 @@ export interface ProfileQueryFailures {
5566
4749
  */
5567
4750
  Status?: number | undefined;
5568
4751
  }
5569
- /**
5570
- * @public
5571
- * @enum
5572
- */
5573
- export declare const QueryResult: {
5574
- readonly ABSENT: "ABSENT";
5575
- readonly PRESENT: "PRESENT";
5576
- };
5577
- /**
5578
- * @public
5579
- */
5580
- export type QueryResult = (typeof QueryResult)[keyof typeof QueryResult];
5581
4752
  /**
5582
4753
  * <p>Object that holds the results for membership.</p>
5583
4754
  * @public
@@ -5640,19 +4811,6 @@ export interface GetSegmentSnapshotRequest {
5640
4811
  */
5641
4812
  SnapshotId: string | undefined;
5642
4813
  }
5643
- /**
5644
- * @public
5645
- * @enum
5646
- */
5647
- export declare const SegmentSnapshotStatus: {
5648
- readonly COMPLETED: "COMPLETED";
5649
- readonly FAILED: "FAILED";
5650
- readonly IN_PROGRESS: "IN_PROGRESS";
5651
- };
5652
- /**
5653
- * @public
5654
- */
5655
- export type SegmentSnapshotStatus = (typeof SegmentSnapshotStatus)[keyof typeof SegmentSnapshotStatus];
5656
4814
  /**
5657
4815
  * @public
5658
4816
  */
@@ -5696,18 +4854,6 @@ export interface GetSegmentSnapshotResponse {
5696
4854
  */
5697
4855
  DestinationUri?: string | undefined;
5698
4856
  }
5699
- /**
5700
- * @public
5701
- * @enum
5702
- */
5703
- export declare const MatchType: {
5704
- readonly ML_BASED_MATCHING: "ML_BASED_MATCHING";
5705
- readonly RULE_BASED_MATCHING: "RULE_BASED_MATCHING";
5706
- };
5707
- /**
5708
- * @public
5709
- */
5710
- export type MatchType = (typeof MatchType)[keyof typeof MatchType];
5711
4857
  /**
5712
4858
  * @public
5713
4859
  */
@@ -5822,34 +4968,6 @@ export interface ResultsSummary {
5822
4968
  */
5823
4969
  FailedRecords?: number | undefined;
5824
4970
  }
5825
- /**
5826
- * @public
5827
- * @enum
5828
- */
5829
- export declare const UploadJobStatus: {
5830
- readonly CREATED: "CREATED";
5831
- readonly FAILED: "FAILED";
5832
- readonly IN_PROGRESS: "IN_PROGRESS";
5833
- readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
5834
- readonly STOPPED: "STOPPED";
5835
- readonly SUCCEEDED: "SUCCEEDED";
5836
- };
5837
- /**
5838
- * @public
5839
- */
5840
- export type UploadJobStatus = (typeof UploadJobStatus)[keyof typeof UploadJobStatus];
5841
- /**
5842
- * @public
5843
- * @enum
5844
- */
5845
- export declare const StatusReason: {
5846
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
5847
- readonly VALIDATION_FAILURE: "VALIDATION_FAILURE";
5848
- };
5849
- /**
5850
- * @public
5851
- */
5852
- export type StatusReason = (typeof StatusReason)[keyof typeof StatusReason];
5853
4971
  /**
5854
4972
  * @public
5855
4973
  */
@@ -7630,3 +6748,1140 @@ export interface FieldSourceProfileIds {
7630
6748
  */
7631
6749
  EngagementPreferences?: string | undefined;
7632
6750
  }
6751
+ /**
6752
+ * @public
6753
+ */
6754
+ export interface MergeProfilesRequest {
6755
+ /**
6756
+ * <p>The unique name of the domain.</p>
6757
+ * @public
6758
+ */
6759
+ DomainName: string | undefined;
6760
+ /**
6761
+ * <p>The identifier of the profile to be taken.</p>
6762
+ * @public
6763
+ */
6764
+ MainProfileId: string | undefined;
6765
+ /**
6766
+ * <p>The identifier of the profile to be merged into MainProfileId.</p>
6767
+ * @public
6768
+ */
6769
+ ProfileIdsToBeMerged: string[] | undefined;
6770
+ /**
6771
+ * <p>The identifiers of the fields in the profile that has the information you want to apply
6772
+ * to the merge. For example, say you want to merge EmailAddress from Profile1 into
6773
+ * MainProfile. This would be the identifier of the EmailAddress field in Profile1. </p>
6774
+ * @public
6775
+ */
6776
+ FieldSourceProfileIds?: FieldSourceProfileIds | undefined;
6777
+ }
6778
+ /**
6779
+ * @public
6780
+ */
6781
+ export interface MergeProfilesResponse {
6782
+ /**
6783
+ * <p>A message that indicates the merge request is complete.</p>
6784
+ * @public
6785
+ */
6786
+ Message?: string | undefined;
6787
+ }
6788
+ /**
6789
+ * @public
6790
+ */
6791
+ export interface PutIntegrationRequest {
6792
+ /**
6793
+ * <p>The unique name of the domain.</p>
6794
+ * @public
6795
+ */
6796
+ DomainName: string | undefined;
6797
+ /**
6798
+ * <p>The URI of the S3 bucket or any other type of data source.</p>
6799
+ * @public
6800
+ */
6801
+ Uri?: string | undefined;
6802
+ /**
6803
+ * <p>The name of the profile object type.</p>
6804
+ * @public
6805
+ */
6806
+ ObjectTypeName?: string | undefined;
6807
+ /**
6808
+ * <p>The tags used to organize, track, or control access for this resource.</p>
6809
+ * @public
6810
+ */
6811
+ Tags?: Record<string, string> | undefined;
6812
+ /**
6813
+ * <p>The configuration that controls how Customer Profiles retrieves data from the
6814
+ * source.</p>
6815
+ * @public
6816
+ */
6817
+ FlowDefinition?: FlowDefinition | undefined;
6818
+ /**
6819
+ * <p>A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event.
6820
+ * It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>,
6821
+ * <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>
6822
+ * @public
6823
+ */
6824
+ ObjectTypeNames?: Record<string, string> | undefined;
6825
+ /**
6826
+ * <p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make
6827
+ * Customer Profiles requests on your behalf.</p>
6828
+ * @public
6829
+ */
6830
+ RoleArn?: string | undefined;
6831
+ /**
6832
+ * <p>A list of unique names for active event triggers associated with the integration.</p>
6833
+ * @public
6834
+ */
6835
+ EventTriggerNames?: string[] | undefined;
6836
+ }
6837
+ /**
6838
+ * @public
6839
+ */
6840
+ export interface PutIntegrationResponse {
6841
+ /**
6842
+ * <p>The unique name of the domain.</p>
6843
+ * @public
6844
+ */
6845
+ DomainName: string | undefined;
6846
+ /**
6847
+ * <p>The URI of the S3 bucket or any other type of data source.</p>
6848
+ * @public
6849
+ */
6850
+ Uri: string | undefined;
6851
+ /**
6852
+ * <p>The name of the profile object type.</p>
6853
+ * @public
6854
+ */
6855
+ ObjectTypeName?: string | undefined;
6856
+ /**
6857
+ * <p>The timestamp of when the domain was created.</p>
6858
+ * @public
6859
+ */
6860
+ CreatedAt: Date | undefined;
6861
+ /**
6862
+ * <p>The timestamp of when the domain was most recently edited.</p>
6863
+ * @public
6864
+ */
6865
+ LastUpdatedAt: Date | undefined;
6866
+ /**
6867
+ * <p>The tags used to organize, track, or control access for this resource.</p>
6868
+ * @public
6869
+ */
6870
+ Tags?: Record<string, string> | undefined;
6871
+ /**
6872
+ * <p>A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event.
6873
+ * It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>,
6874
+ * <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.</p>
6875
+ * @public
6876
+ */
6877
+ ObjectTypeNames?: Record<string, string> | undefined;
6878
+ /**
6879
+ * <p>Unique identifier for the workflow.</p>
6880
+ * @public
6881
+ */
6882
+ WorkflowId?: string | undefined;
6883
+ /**
6884
+ * <p>Boolean that shows if the Flow that's associated with the Integration is created in
6885
+ * Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in
6886
+ * flowDefinition.</p>
6887
+ * @public
6888
+ */
6889
+ IsUnstructured?: boolean | undefined;
6890
+ /**
6891
+ * <p>The Amazon Resource Name (ARN) of the IAM role. The Integration uses this role to make
6892
+ * Customer Profiles requests on your behalf.</p>
6893
+ * @public
6894
+ */
6895
+ RoleArn?: string | undefined;
6896
+ /**
6897
+ * <p>A list of unique names for active event triggers associated with the integration. This
6898
+ * list would be empty if no Event Trigger is associated with the integration.</p>
6899
+ * @public
6900
+ */
6901
+ EventTriggerNames?: string[] | undefined;
6902
+ }
6903
+ /**
6904
+ * @public
6905
+ */
6906
+ export interface PutProfileObjectRequest {
6907
+ /**
6908
+ * <p>The name of the profile object type.</p>
6909
+ * @public
6910
+ */
6911
+ ObjectTypeName: string | undefined;
6912
+ /**
6913
+ * <p>A string that is serialized from a JSON object.</p>
6914
+ * @public
6915
+ */
6916
+ Object: string | undefined;
6917
+ /**
6918
+ * <p>The unique name of the domain.</p>
6919
+ * @public
6920
+ */
6921
+ DomainName: string | undefined;
6922
+ }
6923
+ /**
6924
+ * @public
6925
+ */
6926
+ export interface PutProfileObjectResponse {
6927
+ /**
6928
+ * <p>The unique identifier of the profile object generated by the service.</p>
6929
+ * @public
6930
+ */
6931
+ ProfileObjectUniqueKey?: string | undefined;
6932
+ }
6933
+ /**
6934
+ * @public
6935
+ */
6936
+ export interface PutProfileObjectTypeRequest {
6937
+ /**
6938
+ * <p>The unique name of the domain.</p>
6939
+ * @public
6940
+ */
6941
+ DomainName: string | undefined;
6942
+ /**
6943
+ * <p>The name of the profile object type.</p>
6944
+ * @public
6945
+ */
6946
+ ObjectTypeName: string | undefined;
6947
+ /**
6948
+ * <p>Description of the profile object type.</p>
6949
+ * @public
6950
+ */
6951
+ Description: string | undefined;
6952
+ /**
6953
+ * <p>A unique identifier for the object template. For some attributes in the request, the
6954
+ * service will use the default value from the object template when TemplateId is present. If
6955
+ * these attributes are present in the request, the service may return a
6956
+ * <code>BadRequestException</code>. These attributes include: AllowProfileCreation,
6957
+ * SourceLastUpdatedTimestampFormat, Fields, and Keys. For example, if AllowProfileCreation is
6958
+ * set to true when TemplateId is set, the service may return a
6959
+ * <code>BadRequestException</code>.</p>
6960
+ * @public
6961
+ */
6962
+ TemplateId?: string | undefined;
6963
+ /**
6964
+ * <p>The number of days until the data in the object expires.</p>
6965
+ * @public
6966
+ */
6967
+ ExpirationDays?: number | undefined;
6968
+ /**
6969
+ * <p>The customer-provided key to encrypt the profile object that will be created in this
6970
+ * profile object type.</p>
6971
+ * @public
6972
+ */
6973
+ EncryptionKey?: string | undefined;
6974
+ /**
6975
+ * <p>Indicates whether a profile should be created when data is received if one doesn’t exist
6976
+ * for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation
6977
+ * flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and
6978
+ * associate this object with the profile. If it is set to <code>TRUE</code>, and if no match
6979
+ * is found, then the service creates a new standard profile.</p>
6980
+ * @public
6981
+ */
6982
+ AllowProfileCreation?: boolean | undefined;
6983
+ /**
6984
+ * <p>The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up.
6985
+ * </p>
6986
+ * @public
6987
+ */
6988
+ SourceLastUpdatedTimestampFormat?: string | undefined;
6989
+ /**
6990
+ * <p>The amount of profile object max count assigned to the object type</p>
6991
+ * @public
6992
+ */
6993
+ MaxProfileObjectCount?: number | undefined;
6994
+ /**
6995
+ * <p>A map of the name and ObjectType field.</p>
6996
+ * @public
6997
+ */
6998
+ Fields?: Record<string, ObjectTypeField> | undefined;
6999
+ /**
7000
+ * <p>A list of unique keys that can be used to map data to the profile.</p>
7001
+ * @public
7002
+ */
7003
+ Keys?: Record<string, ObjectTypeKey[]> | undefined;
7004
+ /**
7005
+ * <p>The tags used to organize, track, or control access for this resource.</p>
7006
+ * @public
7007
+ */
7008
+ Tags?: Record<string, string> | undefined;
7009
+ }
7010
+ /**
7011
+ * @public
7012
+ */
7013
+ export interface PutProfileObjectTypeResponse {
7014
+ /**
7015
+ * <p>The name of the profile object type.</p>
7016
+ * @public
7017
+ */
7018
+ ObjectTypeName: string | undefined;
7019
+ /**
7020
+ * <p>Description of the profile object type.</p>
7021
+ * @public
7022
+ */
7023
+ Description: string | undefined;
7024
+ /**
7025
+ * <p>A unique identifier for the object template.</p>
7026
+ * @public
7027
+ */
7028
+ TemplateId?: string | undefined;
7029
+ /**
7030
+ * <p>The number of days until the data in the object expires.</p>
7031
+ * @public
7032
+ */
7033
+ ExpirationDays?: number | undefined;
7034
+ /**
7035
+ * <p>The customer-provided key to encrypt the profile object that will be created in this
7036
+ * profile object type.</p>
7037
+ * @public
7038
+ */
7039
+ EncryptionKey?: string | undefined;
7040
+ /**
7041
+ * <p>Indicates whether a profile should be created when data is received if one doesn’t exist
7042
+ * for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation
7043
+ * flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and
7044
+ * associate this object with the profile. If it is set to <code>TRUE</code>, and if no match
7045
+ * is found, then the service creates a new standard profile.</p>
7046
+ * @public
7047
+ */
7048
+ AllowProfileCreation?: boolean | undefined;
7049
+ /**
7050
+ * <p>The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up in
7051
+ * fields that were parsed using <a href="https://docs.oracle.com/javase/10/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat</a>. If you have <code>sourceLastUpdatedTimestamp</code> in your
7052
+ * field, you must set up <code>sourceLastUpdatedTimestampFormat</code>.</p>
7053
+ * @public
7054
+ */
7055
+ SourceLastUpdatedTimestampFormat?: string | undefined;
7056
+ /**
7057
+ * <p>The amount of profile object max count assigned to the object type.</p>
7058
+ * @public
7059
+ */
7060
+ MaxProfileObjectCount?: number | undefined;
7061
+ /**
7062
+ * <p>The amount of provisioned profile object max count available.</p>
7063
+ * @public
7064
+ */
7065
+ MaxAvailableProfileObjectCount?: number | undefined;
7066
+ /**
7067
+ * <p>A map of the name and ObjectType field.</p>
7068
+ * @public
7069
+ */
7070
+ Fields?: Record<string, ObjectTypeField> | undefined;
7071
+ /**
7072
+ * <p>A list of unique keys that can be used to map data to the profile.</p>
7073
+ * @public
7074
+ */
7075
+ Keys?: Record<string, ObjectTypeKey[]> | undefined;
7076
+ /**
7077
+ * <p>The timestamp of when the domain was created.</p>
7078
+ * @public
7079
+ */
7080
+ CreatedAt?: Date | undefined;
7081
+ /**
7082
+ * <p>The timestamp of when the domain was most recently edited.</p>
7083
+ * @public
7084
+ */
7085
+ LastUpdatedAt?: Date | undefined;
7086
+ /**
7087
+ * <p>The tags used to organize, track, or control access for this resource.</p>
7088
+ * @public
7089
+ */
7090
+ Tags?: Record<string, string> | undefined;
7091
+ }
7092
+ /**
7093
+ * @public
7094
+ */
7095
+ export interface SearchProfilesRequest {
7096
+ /**
7097
+ * <p>The pagination token from the previous SearchProfiles API call.</p>
7098
+ * @public
7099
+ */
7100
+ NextToken?: string | undefined;
7101
+ /**
7102
+ * <p>The maximum number of objects returned per page.</p>
7103
+ * <p>The default is 20 if this parameter is not included in the request.</p>
7104
+ * @public
7105
+ */
7106
+ MaxResults?: number | undefined;
7107
+ /**
7108
+ * <p>The unique name of the domain.</p>
7109
+ * @public
7110
+ */
7111
+ DomainName: string | undefined;
7112
+ /**
7113
+ * <p>A searchable identifier of a customer profile. The predefined keys you can use to search include: _account, _profileId,
7114
+ * _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId,
7115
+ * _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId,
7116
+ * _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId,
7117
+ * _segmentUserId, _shopifyCustomerId, _shopifyOrderId.</p>
7118
+ * @public
7119
+ */
7120
+ KeyName: string | undefined;
7121
+ /**
7122
+ * <p>A list of key values.</p>
7123
+ * @public
7124
+ */
7125
+ Values: string[] | undefined;
7126
+ /**
7127
+ * <p>A list of <code>AdditionalSearchKey</code> objects that are each searchable identifiers
7128
+ * of a profile. Each <code>AdditionalSearchKey</code> object contains a <code>KeyName</code>
7129
+ * and a list of <code>Values</code> associated with that specific key (i.e., a key-value(s)
7130
+ * pair). These additional search keys will be used in conjunction with the
7131
+ * <code>LogicalOperator</code> and the required <code>KeyName</code> and
7132
+ * <code>Values</code> parameters to search for profiles that satisfy the search criteria.
7133
+ * </p>
7134
+ * @public
7135
+ */
7136
+ AdditionalSearchKeys?: AdditionalSearchKey[] | undefined;
7137
+ /**
7138
+ * <p>Relationship between all specified search keys that will be used to search for profiles.
7139
+ * This includes the required <code>KeyName</code> and <code>Values</code> parameters as well
7140
+ * as any key-value(s) pairs specified in the <code>AdditionalSearchKeys</code> list.</p>
7141
+ * <p>This parameter influences which profiles will be returned in the response in the
7142
+ * following manner:</p>
7143
+ * <ul>
7144
+ * <li>
7145
+ * <p>
7146
+ * <code>AND</code> - The response only includes profiles that match all of the
7147
+ * search keys.</p>
7148
+ * </li>
7149
+ * <li>
7150
+ * <p>
7151
+ * <code>OR</code> - The response includes profiles that match at least one of the
7152
+ * search keys.</p>
7153
+ * </li>
7154
+ * </ul>
7155
+ * <p>The <code>OR</code> relationship is the default behavior if this parameter is not
7156
+ * included in the request.</p>
7157
+ * @public
7158
+ */
7159
+ LogicalOperator?: LogicalOperator | undefined;
7160
+ }
7161
+ /**
7162
+ * @public
7163
+ */
7164
+ export interface SearchProfilesResponse {
7165
+ /**
7166
+ * <p>The list of Profiles matching the search criteria.</p>
7167
+ * @public
7168
+ */
7169
+ Items?: Profile[] | undefined;
7170
+ /**
7171
+ * <p>The pagination token from the previous SearchProfiles API call.</p>
7172
+ * @public
7173
+ */
7174
+ NextToken?: string | undefined;
7175
+ }
7176
+ /**
7177
+ * @public
7178
+ */
7179
+ export interface StartUploadJobRequest {
7180
+ /**
7181
+ * <p>The unique name of the domain containing the upload job to start. </p>
7182
+ * @public
7183
+ */
7184
+ DomainName: string | undefined;
7185
+ /**
7186
+ * <p>The unique identifier of the upload job to start. </p>
7187
+ * @public
7188
+ */
7189
+ JobId: string | undefined;
7190
+ }
7191
+ /**
7192
+ * @public
7193
+ */
7194
+ export interface StartUploadJobResponse {
7195
+ }
7196
+ /**
7197
+ * @public
7198
+ */
7199
+ export interface StopUploadJobRequest {
7200
+ /**
7201
+ * <p>The unique name of the domain containing the upload job to stop. </p>
7202
+ * @public
7203
+ */
7204
+ DomainName: string | undefined;
7205
+ /**
7206
+ * <p>The unique identifier of the upload job to stop. </p>
7207
+ * @public
7208
+ */
7209
+ JobId: string | undefined;
7210
+ }
7211
+ /**
7212
+ * @public
7213
+ */
7214
+ export interface StopUploadJobResponse {
7215
+ }
7216
+ /**
7217
+ * @public
7218
+ */
7219
+ export interface TagResourceRequest {
7220
+ /**
7221
+ * <p>The ARN of the resource that you're adding tags to.</p>
7222
+ * @public
7223
+ */
7224
+ resourceArn: string | undefined;
7225
+ /**
7226
+ * <p>The tags used to organize, track, or control access for this resource.</p>
7227
+ * @public
7228
+ */
7229
+ tags: Record<string, string> | undefined;
7230
+ }
7231
+ /**
7232
+ * @public
7233
+ */
7234
+ export interface TagResourceResponse {
7235
+ }
7236
+ /**
7237
+ * @public
7238
+ */
7239
+ export interface UntagResourceRequest {
7240
+ /**
7241
+ * <p>The ARN of the resource from which you are removing tags.</p>
7242
+ * @public
7243
+ */
7244
+ resourceArn: string | undefined;
7245
+ /**
7246
+ * <p>The list of tag keys to remove from the resource.</p>
7247
+ * @public
7248
+ */
7249
+ tagKeys: string[] | undefined;
7250
+ }
7251
+ /**
7252
+ * @public
7253
+ */
7254
+ export interface UntagResourceResponse {
7255
+ }
7256
+ /**
7257
+ * @public
7258
+ */
7259
+ export interface UpdateCalculatedAttributeDefinitionRequest {
7260
+ /**
7261
+ * <p>The unique name of the domain.</p>
7262
+ * @public
7263
+ */
7264
+ DomainName: string | undefined;
7265
+ /**
7266
+ * <p>The unique name of the calculated attribute.</p>
7267
+ * @public
7268
+ */
7269
+ CalculatedAttributeName: string | undefined;
7270
+ /**
7271
+ * <p>The display name of the calculated attribute.</p>
7272
+ * @public
7273
+ */
7274
+ DisplayName?: string | undefined;
7275
+ /**
7276
+ * <p>The description of the calculated attribute.</p>
7277
+ * @public
7278
+ */
7279
+ Description?: string | undefined;
7280
+ /**
7281
+ * <p>The conditions including range, object count, and threshold for the calculated
7282
+ * attribute.</p>
7283
+ * @public
7284
+ */
7285
+ Conditions?: Conditions | undefined;
7286
+ }
7287
+ /**
7288
+ * @public
7289
+ */
7290
+ export interface UpdateCalculatedAttributeDefinitionResponse {
7291
+ /**
7292
+ * <p>The unique name of the calculated attribute.</p>
7293
+ * @public
7294
+ */
7295
+ CalculatedAttributeName?: string | undefined;
7296
+ /**
7297
+ * <p>The display name of the calculated attribute.</p>
7298
+ * @public
7299
+ */
7300
+ DisplayName?: string | undefined;
7301
+ /**
7302
+ * <p>The description of the calculated attribute.</p>
7303
+ * @public
7304
+ */
7305
+ Description?: string | undefined;
7306
+ /**
7307
+ * <p>The timestamp of when the calculated attribute definition was created.</p>
7308
+ * @public
7309
+ */
7310
+ CreatedAt?: Date | undefined;
7311
+ /**
7312
+ * <p>The timestamp of when the calculated attribute definition was most recently
7313
+ * edited.</p>
7314
+ * @public
7315
+ */
7316
+ LastUpdatedAt?: Date | undefined;
7317
+ /**
7318
+ * <p>The aggregation operation to perform for the calculated attribute.</p>
7319
+ * @public
7320
+ */
7321
+ Statistic?: Statistic | undefined;
7322
+ /**
7323
+ * <p>The conditions including range, object count, and threshold for the calculated
7324
+ * attribute.</p>
7325
+ * @public
7326
+ */
7327
+ Conditions?: Conditions | undefined;
7328
+ /**
7329
+ * <p>The mathematical expression and a list of attribute items specified in that
7330
+ * expression.</p>
7331
+ * @public
7332
+ */
7333
+ AttributeDetails?: AttributeDetails | undefined;
7334
+ /**
7335
+ * <p>Whether historical data ingested before the Calculated Attribute was created should be
7336
+ * included in calculations.</p>
7337
+ * @public
7338
+ */
7339
+ UseHistoricalData?: boolean | undefined;
7340
+ /**
7341
+ * <p>Status of the Calculated Attribute creation (whether all historical data has been
7342
+ * indexed.)</p>
7343
+ * @public
7344
+ */
7345
+ Status?: ReadinessStatus | undefined;
7346
+ /**
7347
+ * <p>Information indicating if the Calculated Attribute is ready for use by confirming all
7348
+ * historical data has been processed and reflected.</p>
7349
+ * @public
7350
+ */
7351
+ Readiness?: Readiness | undefined;
7352
+ /**
7353
+ * <p>The tags used to organize, track, or control access for this resource.</p>
7354
+ * @public
7355
+ */
7356
+ Tags?: Record<string, string> | undefined;
7357
+ }
7358
+ /**
7359
+ * @public
7360
+ */
7361
+ export interface UpdateDomainRequest {
7362
+ /**
7363
+ * <p>The unique name of the domain.</p>
7364
+ * @public
7365
+ */
7366
+ DomainName: string | undefined;
7367
+ /**
7368
+ * <p>The default number of days until the data within the domain expires.</p>
7369
+ * @public
7370
+ */
7371
+ DefaultExpirationDays?: number | undefined;
7372
+ /**
7373
+ * <p>The default encryption key, which is an AWS managed key, is used when no specific type
7374
+ * of encryption key is specified. It is used to encrypt all data before it is placed in
7375
+ * permanent or semi-permanent storage. If specified as an empty string, it will clear any
7376
+ * existing value.</p>
7377
+ * @public
7378
+ */
7379
+ DefaultEncryptionKey?: string | undefined;
7380
+ /**
7381
+ * <p>The URL of the SQS dead letter queue, which is used for reporting errors associated with
7382
+ * ingesting data from third party applications. If specified as an empty string, it will
7383
+ * clear any existing value. You must set up a policy on the DeadLetterQueue for the
7384
+ * SendMessage operation to enable Amazon Connect Customer Profiles to send messages to the
7385
+ * DeadLetterQueue.</p>
7386
+ * @public
7387
+ */
7388
+ DeadLetterQueueUrl?: string | undefined;
7389
+ /**
7390
+ * <p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, Amazon Connect Customer Profiles starts a weekly
7391
+ * 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
7392
+ * Saturday at 12AM UTC to detect duplicate profiles in your domains. </p>
7393
+ * <p>After the Identity Resolution Job completes, use the
7394
+ * <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html">GetMatches</a>
7395
+ * API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from
7396
+ * S3.</p>
7397
+ * @public
7398
+ */
7399
+ Matching?: MatchingRequest | undefined;
7400
+ /**
7401
+ * <p>The process of matching duplicate profiles using the rule-Based matching. If
7402
+ * <code>RuleBasedMatching</code> = true, Amazon Connect Customer Profiles will start
7403
+ * to match and merge your profiles according to your configuration in the
7404
+ * <code>RuleBasedMatchingRequest</code>. You can use the <code>ListRuleBasedMatches</code>
7405
+ * and <code>GetSimilarProfiles</code> API to return and review the results. Also, if you have
7406
+ * configured <code>ExportingConfig</code> in the <code>RuleBasedMatchingRequest</code>, you
7407
+ * can download the results from S3.</p>
7408
+ * @public
7409
+ */
7410
+ RuleBasedMatching?: RuleBasedMatchingRequest | undefined;
7411
+ /**
7412
+ * <p>The tags used to organize, track, or control access for this resource.</p>
7413
+ * @public
7414
+ */
7415
+ Tags?: Record<string, string> | undefined;
7416
+ }
7417
+ /**
7418
+ * @public
7419
+ */
7420
+ export interface UpdateDomainResponse {
7421
+ /**
7422
+ * <p>The unique name of the domain.</p>
7423
+ * @public
7424
+ */
7425
+ DomainName: string | undefined;
7426
+ /**
7427
+ * <p>The default number of days until the data within the domain expires.</p>
7428
+ * @public
7429
+ */
7430
+ DefaultExpirationDays?: number | undefined;
7431
+ /**
7432
+ * <p>The default encryption key, which is an AWS managed key, is used when no specific type
7433
+ * of encryption key is specified. It is used to encrypt all data before it is placed in
7434
+ * permanent or semi-permanent storage.</p>
7435
+ * @public
7436
+ */
7437
+ DefaultEncryptionKey?: string | undefined;
7438
+ /**
7439
+ * <p>The URL of the SQS dead letter queue, which is used for reporting errors associated with
7440
+ * ingesting data from third party applications.</p>
7441
+ * @public
7442
+ */
7443
+ DeadLetterQueueUrl?: string | undefined;
7444
+ /**
7445
+ * <p>The process of matching duplicate profiles. If <code>Matching</code> = <code>true</code>, Amazon Connect Customer Profiles starts a weekly
7446
+ * 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
7447
+ * Saturday at 12AM UTC to detect duplicate profiles in your domains. </p>
7448
+ * <p>After the Identity Resolution Job completes, use the
7449
+ * <a href="https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetMatches.html">GetMatches</a>
7450
+ * API to return and review the results. Or, if you have configured <code>ExportingConfig</code> in the <code>MatchingRequest</code>, you can download the results from
7451
+ * S3.</p>
7452
+ * @public
7453
+ */
7454
+ Matching?: MatchingResponse | undefined;
7455
+ /**
7456
+ * <p>The process of matching duplicate profiles using the rule-Based matching. If
7457
+ * <code>RuleBasedMatching</code> = true, Amazon Connect Customer Profiles will start
7458
+ * to match and merge your profiles according to your configuration in the
7459
+ * <code>RuleBasedMatchingRequest</code>. You can use the <code>ListRuleBasedMatches</code>
7460
+ * and <code>GetSimilarProfiles</code> API to return and review the results. Also, if you have
7461
+ * configured <code>ExportingConfig</code> in the <code>RuleBasedMatchingRequest</code>, you
7462
+ * can download the results from S3.</p>
7463
+ * @public
7464
+ */
7465
+ RuleBasedMatching?: RuleBasedMatchingResponse | undefined;
7466
+ /**
7467
+ * <p>The timestamp of when the domain was created.</p>
7468
+ * @public
7469
+ */
7470
+ CreatedAt: Date | undefined;
7471
+ /**
7472
+ * <p>The timestamp of when the domain was most recently edited.</p>
7473
+ * @public
7474
+ */
7475
+ LastUpdatedAt: Date | undefined;
7476
+ /**
7477
+ * <p>The tags used to organize, track, or control access for this resource.</p>
7478
+ * @public
7479
+ */
7480
+ Tags?: Record<string, string> | undefined;
7481
+ }
7482
+ /**
7483
+ * @public
7484
+ */
7485
+ export interface UpdateDomainLayoutRequest {
7486
+ /**
7487
+ * <p>The unique name of the domain.</p>
7488
+ * @public
7489
+ */
7490
+ DomainName: string | undefined;
7491
+ /**
7492
+ * <p>The unique name of the layout.</p>
7493
+ * @public
7494
+ */
7495
+ LayoutDefinitionName: string | undefined;
7496
+ /**
7497
+ * <p>The description of the layout</p>
7498
+ * @public
7499
+ */
7500
+ Description?: string | undefined;
7501
+ /**
7502
+ * <p>The display name of the layout</p>
7503
+ * @public
7504
+ */
7505
+ DisplayName?: string | undefined;
7506
+ /**
7507
+ * <p>If set to true for a layout, this layout will be used by default to view data. If set to
7508
+ * false, then the layout will not be used by default, but it can be used to view data by
7509
+ * explicitly selecting it in the console.</p>
7510
+ * @public
7511
+ */
7512
+ IsDefault?: boolean | undefined;
7513
+ /**
7514
+ * <p>The type of layout that can be used to view data under a Customer Profiles domain.</p>
7515
+ * @public
7516
+ */
7517
+ LayoutType?: LayoutType | undefined;
7518
+ /**
7519
+ * <p>A customizable layout that can be used to view data under a Customer Profiles domain.</p>
7520
+ * @public
7521
+ */
7522
+ Layout?: string | undefined;
7523
+ }
7524
+ /**
7525
+ * @public
7526
+ */
7527
+ export interface UpdateDomainLayoutResponse {
7528
+ /**
7529
+ * <p>The unique name of the layout.</p>
7530
+ * @public
7531
+ */
7532
+ LayoutDefinitionName?: string | undefined;
7533
+ /**
7534
+ * <p>The description of the layout</p>
7535
+ * @public
7536
+ */
7537
+ Description?: string | undefined;
7538
+ /**
7539
+ * <p>The display name of the layout</p>
7540
+ * @public
7541
+ */
7542
+ DisplayName?: string | undefined;
7543
+ /**
7544
+ * <p>If set to true for a layout, this layout will be used by default to view data. If set to
7545
+ * false, then the layout will not be used by default, but it can be used to view data by
7546
+ * explicitly selecting it in the console.</p>
7547
+ * @public
7548
+ */
7549
+ IsDefault?: boolean | undefined;
7550
+ /**
7551
+ * <p>The type of layout that can be used to view data under a Customer Profiles domain.</p>
7552
+ * @public
7553
+ */
7554
+ LayoutType?: LayoutType | undefined;
7555
+ /**
7556
+ * <p>A customizable layout that can be used to view data under a Customer Profiles domain.</p>
7557
+ * @public
7558
+ */
7559
+ Layout?: string | undefined;
7560
+ /**
7561
+ * <p>The version used to create layout.</p>
7562
+ * @public
7563
+ */
7564
+ Version?: string | undefined;
7565
+ /**
7566
+ * <p>The timestamp of when the layout was created.</p>
7567
+ * @public
7568
+ */
7569
+ CreatedAt?: Date | undefined;
7570
+ /**
7571
+ * <p>The timestamp of when the layout was most recently updated.</p>
7572
+ * @public
7573
+ */
7574
+ LastUpdatedAt?: Date | undefined;
7575
+ /**
7576
+ * <p>The tags used to organize, track, or control access for this resource.</p>
7577
+ * @public
7578
+ */
7579
+ Tags?: Record<string, string> | undefined;
7580
+ }
7581
+ /**
7582
+ * @public
7583
+ */
7584
+ export interface UpdateEventTriggerRequest {
7585
+ /**
7586
+ * <p>The unique name of the domain.</p>
7587
+ * @public
7588
+ */
7589
+ DomainName: string | undefined;
7590
+ /**
7591
+ * <p>The unique name of the event trigger.</p>
7592
+ * @public
7593
+ */
7594
+ EventTriggerName: string | undefined;
7595
+ /**
7596
+ * <p>The unique name of the object type.</p>
7597
+ * @public
7598
+ */
7599
+ ObjectTypeName?: string | undefined;
7600
+ /**
7601
+ * <p>The description of the event trigger.</p>
7602
+ * @public
7603
+ */
7604
+ Description?: string | undefined;
7605
+ /**
7606
+ * <p>A list of conditions that determine when an event should trigger the destination.</p>
7607
+ * @public
7608
+ */
7609
+ EventTriggerConditions?: EventTriggerCondition[] | undefined;
7610
+ /**
7611
+ * <p>The destination is triggered only for profiles that meet the criteria of a segment
7612
+ * definition.</p>
7613
+ * @public
7614
+ */
7615
+ SegmentFilter?: string | undefined;
7616
+ /**
7617
+ * <p>Defines limits controlling whether an event triggers the destination, based on ingestion
7618
+ * latency and the number of invocations per profile over specific time periods.</p>
7619
+ * @public
7620
+ */
7621
+ EventTriggerLimits?: EventTriggerLimits | undefined;
7622
+ }
7623
+ /**
7624
+ * @public
7625
+ */
7626
+ export interface UpdateEventTriggerResponse {
7627
+ /**
7628
+ * <p>The unique name of the event trigger.</p>
7629
+ * @public
7630
+ */
7631
+ EventTriggerName?: string | undefined;
7632
+ /**
7633
+ * <p>The unique name of the object type.</p>
7634
+ * @public
7635
+ */
7636
+ ObjectTypeName?: string | undefined;
7637
+ /**
7638
+ * <p>The description of the event trigger.</p>
7639
+ * @public
7640
+ */
7641
+ Description?: string | undefined;
7642
+ /**
7643
+ * <p>A list of conditions that determine when an event should trigger the destination.</p>
7644
+ * @public
7645
+ */
7646
+ EventTriggerConditions?: EventTriggerCondition[] | undefined;
7647
+ /**
7648
+ * <p>The destination is triggered only for profiles that meet the criteria of a segment
7649
+ * definition.</p>
7650
+ * @public
7651
+ */
7652
+ SegmentFilter?: string | undefined;
7653
+ /**
7654
+ * <p>Defines limits controlling whether an event triggers the destination, based on ingestion
7655
+ * latency and the number of invocations per profile over specific time periods.</p>
7656
+ * @public
7657
+ */
7658
+ EventTriggerLimits?: EventTriggerLimits | undefined;
7659
+ /**
7660
+ * <p>The timestamp of when the event trigger was created.</p>
7661
+ * @public
7662
+ */
7663
+ CreatedAt?: Date | undefined;
7664
+ /**
7665
+ * <p>The timestamp of when the event trigger was most recently updated.</p>
7666
+ * @public
7667
+ */
7668
+ LastUpdatedAt?: Date | undefined;
7669
+ /**
7670
+ * <p>An array of key-value pairs to apply to this resource.</p>
7671
+ * @public
7672
+ */
7673
+ Tags?: Record<string, string> | undefined;
7674
+ }
7675
+ /**
7676
+ * <p>Updates associated with the address properties of a customer profile.</p>
7677
+ * @public
7678
+ */
7679
+ export interface UpdateAddress {
7680
+ /**
7681
+ * <p>The first line of a customer address.</p>
7682
+ * @public
7683
+ */
7684
+ Address1?: string | undefined;
7685
+ /**
7686
+ * <p>The second line of a customer address.</p>
7687
+ * @public
7688
+ */
7689
+ Address2?: string | undefined;
7690
+ /**
7691
+ * <p>The third line of a customer address.</p>
7692
+ * @public
7693
+ */
7694
+ Address3?: string | undefined;
7695
+ /**
7696
+ * <p>The fourth line of a customer address.</p>
7697
+ * @public
7698
+ */
7699
+ Address4?: string | undefined;
7700
+ /**
7701
+ * <p>The city in which a customer lives.</p>
7702
+ * @public
7703
+ */
7704
+ City?: string | undefined;
7705
+ /**
7706
+ * <p>The county in which a customer lives.</p>
7707
+ * @public
7708
+ */
7709
+ County?: string | undefined;
7710
+ /**
7711
+ * <p>The state in which a customer lives.</p>
7712
+ * @public
7713
+ */
7714
+ State?: string | undefined;
7715
+ /**
7716
+ * <p>The province in which a customer lives.</p>
7717
+ * @public
7718
+ */
7719
+ Province?: string | undefined;
7720
+ /**
7721
+ * <p>The country in which a customer lives.</p>
7722
+ * @public
7723
+ */
7724
+ Country?: string | undefined;
7725
+ /**
7726
+ * <p>The postal code of a customer address.</p>
7727
+ * @public
7728
+ */
7729
+ PostalCode?: string | undefined;
7730
+ }
7731
+ /**
7732
+ * @public
7733
+ */
7734
+ export interface UpdateProfileRequest {
7735
+ /**
7736
+ * <p>The unique name of the domain.</p>
7737
+ * @public
7738
+ */
7739
+ DomainName: string | undefined;
7740
+ /**
7741
+ * <p>The unique identifier of a customer profile.</p>
7742
+ * @public
7743
+ */
7744
+ ProfileId: string | undefined;
7745
+ /**
7746
+ * <p>Any additional information relevant to the customer’s profile.</p>
7747
+ * @public
7748
+ */
7749
+ AdditionalInformation?: string | undefined;
7750
+ /**
7751
+ * <p>An account number that you have assigned to the customer.</p>
7752
+ * @public
7753
+ */
7754
+ AccountNumber?: string | undefined;
7755
+ /**
7756
+ * <p>The type of profile used to describe the customer.</p>
7757
+ *
7758
+ * @deprecated deprecated
7759
+ * @public
7760
+ */
7761
+ PartyType?: PartyType | undefined;
7762
+ /**
7763
+ * <p>The name of the customer’s business.</p>
7764
+ * @public
7765
+ */
7766
+ BusinessName?: string | undefined;
7767
+ /**
7768
+ * <p>The customer’s first name.</p>
7769
+ * @public
7770
+ */
7771
+ FirstName?: string | undefined;
7772
+ /**
7773
+ * <p>The customer’s middle name.</p>
7774
+ * @public
7775
+ */
7776
+ MiddleName?: string | undefined;
7777
+ /**
7778
+ * <p>The customer’s last name.</p>
7779
+ * @public
7780
+ */
7781
+ LastName?: string | undefined;
7782
+ /**
7783
+ * <p>The customer’s birth date. </p>
7784
+ * @public
7785
+ */
7786
+ BirthDate?: string | undefined;
7787
+ /**
7788
+ * <p>The gender with which the customer identifies. </p>
7789
+ *
7790
+ * @deprecated deprecated
7791
+ * @public
7792
+ */
7793
+ Gender?: Gender | undefined;
7794
+ /**
7795
+ * <p>The customer’s phone number, which has not been specified as a mobile, home, or business
7796
+ * number. </p>
7797
+ * @public
7798
+ */
7799
+ PhoneNumber?: string | undefined;
7800
+ /**
7801
+ * <p>The customer’s mobile phone number.</p>
7802
+ * @public
7803
+ */
7804
+ MobilePhoneNumber?: string | undefined;
7805
+ /**
7806
+ * <p>The customer’s home phone number.</p>
7807
+ * @public
7808
+ */
7809
+ HomePhoneNumber?: string | undefined;
7810
+ /**
7811
+ * <p>The customer’s business phone number.</p>
7812
+ * @public
7813
+ */
7814
+ BusinessPhoneNumber?: string | undefined;
7815
+ /**
7816
+ * <p>The customer’s email address, which has not been specified as a personal or business
7817
+ * address. </p>
7818
+ * @public
7819
+ */
7820
+ EmailAddress?: string | undefined;
7821
+ /**
7822
+ * <p>The customer’s personal email address.</p>
7823
+ * @public
7824
+ */
7825
+ PersonalEmailAddress?: string | undefined;
7826
+ /**
7827
+ * <p>The customer’s business email address.</p>
7828
+ * @public
7829
+ */
7830
+ BusinessEmailAddress?: string | undefined;
7831
+ /**
7832
+ * <p>A generic address associated with the customer that is not mailing, shipping, or
7833
+ * billing.</p>
7834
+ * @public
7835
+ */
7836
+ Address?: UpdateAddress | undefined;
7837
+ /**
7838
+ * <p>The customer’s shipping address.</p>
7839
+ * @public
7840
+ */
7841
+ ShippingAddress?: UpdateAddress | undefined;
7842
+ /**
7843
+ * <p>The customer’s mailing address.</p>
7844
+ * @public
7845
+ */
7846
+ MailingAddress?: UpdateAddress | undefined;
7847
+ /**
7848
+ * <p>The customer’s billing address.</p>
7849
+ * @public
7850
+ */
7851
+ BillingAddress?: UpdateAddress | undefined;
7852
+ /**
7853
+ * <p>A key value pair of attributes of a customer profile.</p>
7854
+ * @public
7855
+ */
7856
+ Attributes?: Record<string, string> | undefined;
7857
+ /**
7858
+ * <p>An alternative to <code>PartyType</code> which accepts any string as input.</p>
7859
+ * @public
7860
+ */
7861
+ PartyTypeString?: string | undefined;
7862
+ /**
7863
+ * <p>An alternative to <code>Gender</code> which accepts any string as input.</p>
7864
+ * @public
7865
+ */
7866
+ GenderString?: string | undefined;
7867
+ /**
7868
+ * <p>Determines the type of the profile.</p>
7869
+ * @public
7870
+ */
7871
+ ProfileType?: ProfileType | undefined;
7872
+ /**
7873
+ * <p>Object that defines users preferred methods of engagement.</p>
7874
+ * @public
7875
+ */
7876
+ EngagementPreferences?: EngagementPreferences | undefined;
7877
+ }
7878
+ /**
7879
+ * @public
7880
+ */
7881
+ export interface UpdateProfileResponse {
7882
+ /**
7883
+ * <p>The unique identifier of a customer profile.</p>
7884
+ * @public
7885
+ */
7886
+ ProfileId: string | undefined;
7887
+ }