@aws-sdk/client-customer-profiles 3.933.0 → 3.935.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 +12 -12
  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,25 +1,56 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CustomerProfilesServiceException as __BaseException } from "./CustomerProfilesServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
10
- }
11
- export declare const ActionType: {
12
- readonly ADDED_PROFILE_KEY: "ADDED_PROFILE_KEY";
13
- readonly CREATED: "CREATED";
14
- readonly DELETED_BY_CUSTOMER: "DELETED_BY_CUSTOMER";
15
- readonly DELETED_BY_MERGE: "DELETED_BY_MERGE";
16
- readonly DELETED_PROFILE_KEY: "DELETED_PROFILE_KEY";
17
- readonly EXPIRED: "EXPIRED";
18
- readonly INGESTED: "INGESTED";
19
- readonly MERGED: "MERGED";
20
- readonly UPDATED: "UPDATED";
21
- };
22
- export type ActionType = (typeof ActionType)[keyof typeof ActionType];
1
+ import {
2
+ ActionType,
3
+ AttributeDimensionType,
4
+ AttributeMatchingModel,
5
+ ComparisonOperator,
6
+ ConflictResolvingModel,
7
+ ContactType,
8
+ DataFormat,
9
+ DataPullMode,
10
+ DateDimensionType,
11
+ EstimateStatus,
12
+ EventStreamDestinationStatus,
13
+ EventStreamState,
14
+ EventTriggerLogicalOperator,
15
+ FieldContentType,
16
+ FilterDimensionType,
17
+ Gender,
18
+ IdentityResolutionJobStatus,
19
+ Include,
20
+ IncludeOptions,
21
+ JobScheduleDayOfTheWeek,
22
+ LayoutType,
23
+ LogicalOperator,
24
+ MarketoConnectorOperator,
25
+ MatchType,
26
+ Operator,
27
+ OperatorPropertiesKeys,
28
+ PartyType,
29
+ PeriodUnit,
30
+ ProfileType,
31
+ ProfileTypeDimensionType,
32
+ QueryResult,
33
+ RangeUnit,
34
+ ReadinessStatus,
35
+ RuleBasedMatchingStatus,
36
+ S3ConnectorOperator,
37
+ SalesforceConnectorOperator,
38
+ SegmentSnapshotStatus,
39
+ ServiceNowConnectorOperator,
40
+ SourceConnectorType,
41
+ StandardIdentifier,
42
+ Statistic,
43
+ Status,
44
+ StatusReason,
45
+ StringDimensionType,
46
+ TaskType,
47
+ TriggerType,
48
+ Type,
49
+ Unit,
50
+ UploadJobStatus,
51
+ WorkflowType,
52
+ ZendeskConnectorOperator,
53
+ } from "./enums";
23
54
  export interface AdditionalSearchKey {
24
55
  KeyName: string | undefined;
25
56
  Values: string[] | undefined;
@@ -34,38 +65,6 @@ export interface AddProfileKeyResponse {
34
65
  KeyName?: string | undefined;
35
66
  Values?: string[] | undefined;
36
67
  }
37
- export declare class BadRequestException extends __BaseException {
38
- readonly name: "BadRequestException";
39
- readonly $fault: "client";
40
- Message?: string | undefined;
41
- constructor(
42
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
43
- );
44
- }
45
- export declare class InternalServerException extends __BaseException {
46
- readonly name: "InternalServerException";
47
- readonly $fault: "server";
48
- Message?: string | undefined;
49
- constructor(
50
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
51
- );
52
- }
53
- export declare class ResourceNotFoundException extends __BaseException {
54
- readonly name: "ResourceNotFoundException";
55
- readonly $fault: "client";
56
- Message?: string | undefined;
57
- constructor(
58
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
59
- );
60
- }
61
- export declare class ThrottlingException extends __BaseException {
62
- readonly name: "ThrottlingException";
63
- readonly $fault: "client";
64
- Message?: string | undefined;
65
- constructor(
66
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
67
- );
68
- }
69
68
  export interface Address {
70
69
  Address1?: string | undefined;
71
70
  Address2?: string | undefined;
@@ -78,15 +77,6 @@ export interface Address {
78
77
  Country?: string | undefined;
79
78
  PostalCode?: string | undefined;
80
79
  }
81
- export declare const StringDimensionType: {
82
- readonly BEGINS_WITH: "BEGINS_WITH";
83
- readonly CONTAINS: "CONTAINS";
84
- readonly ENDS_WITH: "ENDS_WITH";
85
- readonly EXCLUSIVE: "EXCLUSIVE";
86
- readonly INCLUSIVE: "INCLUSIVE";
87
- };
88
- export type StringDimensionType =
89
- (typeof StringDimensionType)[keyof typeof StringDimensionType];
90
80
  export interface ProfileDimension {
91
81
  DimensionType: StringDimensionType | undefined;
92
82
  Values: string[] | undefined;
@@ -103,15 +93,6 @@ export interface Batch {
103
93
  StartTime: Date | undefined;
104
94
  EndTime: Date | undefined;
105
95
  }
106
- export declare const SourceConnectorType: {
107
- readonly MARKETO: "Marketo";
108
- readonly S3: "S3";
109
- readonly SALESFORCE: "Salesforce";
110
- readonly SERVICENOW: "Servicenow";
111
- readonly ZENDESK: "Zendesk";
112
- };
113
- export type SourceConnectorType =
114
- (typeof SourceConnectorType)[keyof typeof SourceConnectorType];
115
96
  export interface IncrementalPullConfig {
116
97
  DatetimeTypeFieldName?: string | undefined;
117
98
  }
@@ -146,118 +127,6 @@ export interface SourceFlowConfig {
146
127
  IncrementalPullConfig?: IncrementalPullConfig | undefined;
147
128
  SourceConnectorProperties: SourceConnectorProperties | undefined;
148
129
  }
149
- export declare const MarketoConnectorOperator: {
150
- readonly ADDITION: "ADDITION";
151
- readonly BETWEEN: "BETWEEN";
152
- readonly DIVISION: "DIVISION";
153
- readonly GREATER_THAN: "GREATER_THAN";
154
- readonly LESS_THAN: "LESS_THAN";
155
- readonly MASK_ALL: "MASK_ALL";
156
- readonly MASK_FIRST_N: "MASK_FIRST_N";
157
- readonly MASK_LAST_N: "MASK_LAST_N";
158
- readonly MULTIPLICATION: "MULTIPLICATION";
159
- readonly NO_OP: "NO_OP";
160
- readonly PROJECTION: "PROJECTION";
161
- readonly SUBTRACTION: "SUBTRACTION";
162
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
163
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
164
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
165
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
166
- };
167
- export type MarketoConnectorOperator =
168
- (typeof MarketoConnectorOperator)[keyof typeof MarketoConnectorOperator];
169
- export declare const S3ConnectorOperator: {
170
- readonly ADDITION: "ADDITION";
171
- readonly BETWEEN: "BETWEEN";
172
- readonly DIVISION: "DIVISION";
173
- readonly EQUAL_TO: "EQUAL_TO";
174
- readonly GREATER_THAN: "GREATER_THAN";
175
- readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
176
- readonly LESS_THAN: "LESS_THAN";
177
- readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
178
- readonly MASK_ALL: "MASK_ALL";
179
- readonly MASK_FIRST_N: "MASK_FIRST_N";
180
- readonly MASK_LAST_N: "MASK_LAST_N";
181
- readonly MULTIPLICATION: "MULTIPLICATION";
182
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
183
- readonly NO_OP: "NO_OP";
184
- readonly PROJECTION: "PROJECTION";
185
- readonly SUBTRACTION: "SUBTRACTION";
186
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
187
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
188
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
189
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
190
- };
191
- export type S3ConnectorOperator =
192
- (typeof S3ConnectorOperator)[keyof typeof S3ConnectorOperator];
193
- export declare const SalesforceConnectorOperator: {
194
- readonly ADDITION: "ADDITION";
195
- readonly BETWEEN: "BETWEEN";
196
- readonly CONTAINS: "CONTAINS";
197
- readonly DIVISION: "DIVISION";
198
- readonly EQUAL_TO: "EQUAL_TO";
199
- readonly GREATER_THAN: "GREATER_THAN";
200
- readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
201
- readonly LESS_THAN: "LESS_THAN";
202
- readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
203
- readonly MASK_ALL: "MASK_ALL";
204
- readonly MASK_FIRST_N: "MASK_FIRST_N";
205
- readonly MASK_LAST_N: "MASK_LAST_N";
206
- readonly MULTIPLICATION: "MULTIPLICATION";
207
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
208
- readonly NO_OP: "NO_OP";
209
- readonly PROJECTION: "PROJECTION";
210
- readonly SUBTRACTION: "SUBTRACTION";
211
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
212
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
213
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
214
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
215
- };
216
- export type SalesforceConnectorOperator =
217
- (typeof SalesforceConnectorOperator)[keyof typeof SalesforceConnectorOperator];
218
- export declare const ServiceNowConnectorOperator: {
219
- readonly ADDITION: "ADDITION";
220
- readonly BETWEEN: "BETWEEN";
221
- readonly CONTAINS: "CONTAINS";
222
- readonly DIVISION: "DIVISION";
223
- readonly EQUAL_TO: "EQUAL_TO";
224
- readonly GREATER_THAN: "GREATER_THAN";
225
- readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
226
- readonly LESS_THAN: "LESS_THAN";
227
- readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
228
- readonly MASK_ALL: "MASK_ALL";
229
- readonly MASK_FIRST_N: "MASK_FIRST_N";
230
- readonly MASK_LAST_N: "MASK_LAST_N";
231
- readonly MULTIPLICATION: "MULTIPLICATION";
232
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
233
- readonly NO_OP: "NO_OP";
234
- readonly PROJECTION: "PROJECTION";
235
- readonly SUBTRACTION: "SUBTRACTION";
236
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
237
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
238
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
239
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
240
- };
241
- export type ServiceNowConnectorOperator =
242
- (typeof ServiceNowConnectorOperator)[keyof typeof ServiceNowConnectorOperator];
243
- export declare const ZendeskConnectorOperator: {
244
- readonly ADDITION: "ADDITION";
245
- readonly DIVISION: "DIVISION";
246
- readonly GREATER_THAN: "GREATER_THAN";
247
- readonly MASK_ALL: "MASK_ALL";
248
- readonly MASK_FIRST_N: "MASK_FIRST_N";
249
- readonly MASK_LAST_N: "MASK_LAST_N";
250
- readonly MULTIPLICATION: "MULTIPLICATION";
251
- readonly NO_OP: "NO_OP";
252
- readonly PROJECTION: "PROJECTION";
253
- readonly SUBTRACTION: "SUBTRACTION";
254
- readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
255
- readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
256
- readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
257
- readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
258
- };
259
- export type ZendeskConnectorOperator =
260
- (typeof ZendeskConnectorOperator)[keyof typeof ZendeskConnectorOperator];
261
130
  export interface ConnectorOperator {
262
131
  Marketo?: MarketoConnectorOperator | undefined;
263
132
  S3?: S3ConnectorOperator | undefined;
@@ -265,34 +134,6 @@ export interface ConnectorOperator {
265
134
  ServiceNow?: ServiceNowConnectorOperator | undefined;
266
135
  Zendesk?: ZendeskConnectorOperator | undefined;
267
136
  }
268
- export declare const OperatorPropertiesKeys: {
269
- readonly CONCAT_FORMAT: "CONCAT_FORMAT";
270
- readonly DATA_TYPE: "DATA_TYPE";
271
- readonly DESTINATION_DATA_TYPE: "DESTINATION_DATA_TYPE";
272
- readonly LOWER_BOUND: "LOWER_BOUND";
273
- readonly MASK_LENGTH: "MASK_LENGTH";
274
- readonly MASK_VALUE: "MASK_VALUE";
275
- readonly MATH_OPERATION_FIELDS_ORDER: "MATH_OPERATION_FIELDS_ORDER";
276
- readonly SOURCE_DATA_TYPE: "SOURCE_DATA_TYPE";
277
- readonly SUBFIELD_CATEGORY_MAP: "SUBFIELD_CATEGORY_MAP";
278
- readonly TRUNCATE_LENGTH: "TRUNCATE_LENGTH";
279
- readonly UPPER_BOUND: "UPPER_BOUND";
280
- readonly VALIDATION_ACTION: "VALIDATION_ACTION";
281
- readonly VALUE: "VALUE";
282
- readonly VALUES: "VALUES";
283
- };
284
- export type OperatorPropertiesKeys =
285
- (typeof OperatorPropertiesKeys)[keyof typeof OperatorPropertiesKeys];
286
- export declare const TaskType: {
287
- readonly ARITHMETIC: "Arithmetic";
288
- readonly FILTER: "Filter";
289
- readonly MAP: "Map";
290
- readonly MASK: "Mask";
291
- readonly MERGE: "Merge";
292
- readonly TRUNCATE: "Truncate";
293
- readonly VALIDATE: "Validate";
294
- };
295
- export type TaskType = (typeof TaskType)[keyof typeof TaskType];
296
137
  export interface Task {
297
138
  ConnectorOperator?: ConnectorOperator | undefined;
298
139
  DestinationField?: string | undefined;
@@ -300,11 +141,6 @@ export interface Task {
300
141
  TaskProperties?: Partial<Record<OperatorPropertiesKeys, string>> | undefined;
301
142
  TaskType: TaskType | undefined;
302
143
  }
303
- export declare const DataPullMode: {
304
- readonly COMPLETE: "Complete";
305
- readonly INCREMENTAL: "Incremental";
306
- };
307
- export type DataPullMode = (typeof DataPullMode)[keyof typeof DataPullMode];
308
144
  export interface ScheduledTriggerProperties {
309
145
  ScheduleExpression: string | undefined;
310
146
  DataPullMode?: DataPullMode | undefined;
@@ -317,12 +153,6 @@ export interface ScheduledTriggerProperties {
317
153
  export interface TriggerProperties {
318
154
  Scheduled?: ScheduledTriggerProperties | undefined;
319
155
  }
320
- export declare const TriggerType: {
321
- readonly EVENT: "Event";
322
- readonly ONDEMAND: "OnDemand";
323
- readonly SCHEDULED: "Scheduled";
324
- };
325
- export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType];
326
156
  export interface TriggerConfig {
327
157
  TriggerType: TriggerType | undefined;
328
158
  TriggerProperties?: TriggerProperties | undefined;
@@ -349,16 +179,6 @@ export interface AppflowIntegrationWorkflowMetrics {
349
179
  StepsCompleted: number | undefined;
350
180
  TotalSteps: number | undefined;
351
181
  }
352
- export declare const Status: {
353
- readonly CANCELLED: "CANCELLED";
354
- readonly COMPLETE: "COMPLETE";
355
- readonly FAILED: "FAILED";
356
- readonly IN_PROGRESS: "IN_PROGRESS";
357
- readonly NOT_STARTED: "NOT_STARTED";
358
- readonly RETRY: "RETRY";
359
- readonly SPLIT: "SPLIT";
360
- };
361
- export type Status = (typeof Status)[keyof typeof Status];
362
182
  export interface AppflowIntegrationWorkflowStep {
363
183
  FlowName: string | undefined;
364
184
  Status: Status | undefined;
@@ -376,58 +196,14 @@ export interface AttributeDetails {
376
196
  Attributes: AttributeItem[] | undefined;
377
197
  Expression: string | undefined;
378
198
  }
379
- export declare const AttributeDimensionType: {
380
- readonly AFTER: "AFTER";
381
- readonly BEFORE: "BEFORE";
382
- readonly BEGINS_WITH: "BEGINS_WITH";
383
- readonly BETWEEN: "BETWEEN";
384
- readonly CONTAINS: "CONTAINS";
385
- readonly ENDS_WITH: "ENDS_WITH";
386
- readonly EQUAL: "EQUAL";
387
- readonly EXCLUSIVE: "EXCLUSIVE";
388
- readonly GREATER_THAN: "GREATER_THAN";
389
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
390
- readonly INCLUSIVE: "INCLUSIVE";
391
- readonly LESS_THAN: "LESS_THAN";
392
- readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
393
- readonly NOT_BETWEEN: "NOT_BETWEEN";
394
- readonly ON: "ON";
395
- };
396
- export type AttributeDimensionType =
397
- (typeof AttributeDimensionType)[keyof typeof AttributeDimensionType];
398
199
  export interface AttributeDimension {
399
200
  DimensionType: AttributeDimensionType | undefined;
400
201
  Values: string[] | undefined;
401
202
  }
402
- export declare const FilterDimensionType: {
403
- readonly AFTER: "AFTER";
404
- readonly BEFORE: "BEFORE";
405
- readonly BEGINS_WITH: "BEGINS_WITH";
406
- readonly BETWEEN: "BETWEEN";
407
- readonly CONTAINS: "CONTAINS";
408
- readonly ENDS_WITH: "ENDS_WITH";
409
- readonly EQUAL: "EQUAL";
410
- readonly EXCLUSIVE: "EXCLUSIVE";
411
- readonly GREATER_THAN: "GREATER_THAN";
412
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
413
- readonly INCLUSIVE: "INCLUSIVE";
414
- readonly LESS_THAN: "LESS_THAN";
415
- readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
416
- readonly NOT_BETWEEN: "NOT_BETWEEN";
417
- readonly ON: "ON";
418
- };
419
- export type FilterDimensionType =
420
- (typeof FilterDimensionType)[keyof typeof FilterDimensionType];
421
203
  export interface FilterAttributeDimension {
422
204
  DimensionType: FilterDimensionType | undefined;
423
205
  Values: string[] | undefined;
424
206
  }
425
- export declare const AttributeMatchingModel: {
426
- readonly MANY_TO_MANY: "MANY_TO_MANY";
427
- readonly ONE_TO_ONE: "ONE_TO_ONE";
428
- };
429
- export type AttributeMatchingModel =
430
- (typeof AttributeMatchingModel)[keyof typeof AttributeMatchingModel];
431
207
  export interface AttributeTypesSelector {
432
208
  AttributeMatchingModel: AttributeMatchingModel | undefined;
433
209
  Address?: string[] | undefined;
@@ -437,12 +213,6 @@ export interface AttributeTypesSelector {
437
213
  export interface AttributeValueItem {
438
214
  Value?: string | undefined;
439
215
  }
440
- export declare const ConflictResolvingModel: {
441
- readonly RECENCY: "RECENCY";
442
- readonly SOURCE: "SOURCE";
443
- };
444
- export type ConflictResolvingModel =
445
- (typeof ConflictResolvingModel)[keyof typeof ConflictResolvingModel];
446
216
  export interface ConflictResolution {
447
217
  ConflictResolvingModel: ConflictResolvingModel | undefined;
448
218
  SourceName?: string | undefined;
@@ -456,10 +226,6 @@ export interface AutoMerging {
456
226
  ConflictResolution?: ConflictResolution | undefined;
457
227
  MinAllowedConfidenceScoreForMerging?: number | undefined;
458
228
  }
459
- export declare const RangeUnit: {
460
- readonly DAYS: "DAYS";
461
- };
462
- export type RangeUnit = (typeof RangeUnit)[keyof typeof RangeUnit];
463
229
  export interface RangeOverride {
464
230
  Start: number | undefined;
465
231
  End?: number | undefined;
@@ -501,16 +267,6 @@ export interface BatchGetProfileError {
501
267
  Message: string | undefined;
502
268
  ProfileId: string | undefined;
503
269
  }
504
- export declare const ContactType: {
505
- readonly BUSINESS_EMAIL_ADDRESS: "BusinessEmailAddress";
506
- readonly BUSINESS_PHONE_NUMBER: "BusinessPhoneNumber";
507
- readonly EMAIL_ADDRESS: "EmailAddress";
508
- readonly HOME_PHONE_NUMBER: "HomePhoneNumber";
509
- readonly MOBILE_PHONE_NUMBER: "MobilePhoneNumber";
510
- readonly PERSONAL_EMAIL_ADDRESS: "PersonalEmailAddress";
511
- readonly PHONE_NUMBER: "PhoneNumber";
512
- };
513
- export type ContactType = (typeof ContactType)[keyof typeof ContactType];
514
270
  export interface ContactPreference {
515
271
  KeyName?: string | undefined;
516
272
  KeyValue?: string | undefined;
@@ -525,23 +281,6 @@ export interface FoundByKeyValue {
525
281
  KeyName?: string | undefined;
526
282
  Values?: string[] | undefined;
527
283
  }
528
- export declare const Gender: {
529
- readonly FEMALE: "FEMALE";
530
- readonly MALE: "MALE";
531
- readonly UNSPECIFIED: "UNSPECIFIED";
532
- };
533
- export type Gender = (typeof Gender)[keyof typeof Gender];
534
- export declare const PartyType: {
535
- readonly BUSINESS: "BUSINESS";
536
- readonly INDIVIDUAL: "INDIVIDUAL";
537
- readonly OTHER: "OTHER";
538
- };
539
- export type PartyType = (typeof PartyType)[keyof typeof PartyType];
540
- export declare const ProfileType: {
541
- readonly ACCOUNT_PROFILE: "ACCOUNT_PROFILE";
542
- readonly PROFILE: "PROFILE";
543
- };
544
- export type ProfileType = (typeof ProfileType)[keyof typeof ProfileType];
545
284
  export interface Profile {
546
285
  ProfileId?: string | undefined;
547
286
  AccountNumber?: string | undefined;
@@ -575,14 +314,6 @@ export interface BatchGetProfileResponse {
575
314
  Errors?: BatchGetProfileError[] | undefined;
576
315
  Profiles?: Profile[] | undefined;
577
316
  }
578
- export declare const ReadinessStatus: {
579
- readonly COMPLETED: "COMPLETED";
580
- readonly FAILED: "FAILED";
581
- readonly IN_PROGRESS: "IN_PROGRESS";
582
- readonly PREPARING: "PREPARING";
583
- };
584
- export type ReadinessStatus =
585
- (typeof ReadinessStatus)[keyof typeof ReadinessStatus];
586
317
  export interface ListCalculatedAttributeDefinitionItem {
587
318
  CalculatedAttributeName?: string | undefined;
588
319
  DisplayName?: string | undefined;
@@ -605,29 +336,6 @@ export interface ListCalculatedAttributeForProfileItem {
605
336
  Value?: string | undefined;
606
337
  LastObjectTimestamp?: Date | undefined;
607
338
  }
608
- export declare const ComparisonOperator: {
609
- readonly AFTER: "AFTER";
610
- readonly BEFORE: "BEFORE";
611
- readonly BEGINS_WITH: "BEGINS_WITH";
612
- readonly BETWEEN: "BETWEEN";
613
- readonly CONTAINS: "CONTAINS";
614
- readonly ENDS_WITH: "ENDS_WITH";
615
- readonly EQUAL: "EQUAL";
616
- readonly EXCLUSIVE: "EXCLUSIVE";
617
- readonly GREATER_THAN: "GREATER_THAN";
618
- readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
619
- readonly INCLUSIVE: "INCLUSIVE";
620
- readonly LESS_THAN: "LESS_THAN";
621
- readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
622
- readonly NOT_BETWEEN: "NOT_BETWEEN";
623
- readonly ON: "ON";
624
- };
625
- export type ComparisonOperator =
626
- (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
627
- export declare const Unit: {
628
- readonly DAYS: "DAYS";
629
- };
630
- export type Unit = (typeof Unit)[keyof typeof Unit];
631
339
  export interface ValueRange {
632
340
  Start: number | undefined;
633
341
  End: number | undefined;
@@ -639,13 +347,6 @@ export interface Range {
639
347
  TimestampSource?: string | undefined;
640
348
  TimestampFormat?: string | undefined;
641
349
  }
642
- export declare const Operator: {
643
- readonly EQUAL_TO: "EQUAL_TO";
644
- readonly GREATER_THAN: "GREATER_THAN";
645
- readonly LESS_THAN: "LESS_THAN";
646
- readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
647
- };
648
- export type Operator = (typeof Operator)[keyof typeof Operator];
649
350
  export interface Threshold {
650
351
  Value: string | undefined;
651
352
  Operator: Operator | undefined;
@@ -658,37 +359,14 @@ export interface Conditions {
658
359
  export interface FilterDimension {
659
360
  Attributes: Record<string, FilterAttributeDimension> | undefined;
660
361
  }
661
- export declare const Type: {
662
- readonly ALL: "ALL";
663
- readonly ANY: "ANY";
664
- readonly NONE: "NONE";
665
- };
666
- export type Type = (typeof Type)[keyof typeof Type];
667
362
  export interface FilterGroup {
668
363
  Type: Type | undefined;
669
364
  Dimensions: FilterDimension[] | undefined;
670
365
  }
671
- export declare const Include: {
672
- readonly ALL: "ALL";
673
- readonly ANY: "ANY";
674
- readonly NONE: "NONE";
675
- };
676
- export type Include = (typeof Include)[keyof typeof Include];
677
366
  export interface Filter {
678
367
  Include: Include | undefined;
679
368
  Groups: FilterGroup[] | undefined;
680
369
  }
681
- export declare const Statistic: {
682
- readonly AVERAGE: "AVERAGE";
683
- readonly COUNT: "COUNT";
684
- readonly FIRST_OCCURRENCE: "FIRST_OCCURRENCE";
685
- readonly LAST_OCCURRENCE: "LAST_OCCURRENCE";
686
- readonly MAXIMUM: "MAXIMUM";
687
- readonly MAX_OCCURRENCE: "MAX_OCCURRENCE";
688
- readonly MINIMUM: "MINIMUM";
689
- readonly SUM: "SUM";
690
- };
691
- export type Statistic = (typeof Statistic)[keyof typeof Statistic];
692
370
  export interface CreateCalculatedAttributeDefinitionRequest {
693
371
  DomainName: string | undefined;
694
372
  CalculatedAttributeName: string | undefined;
@@ -727,17 +405,6 @@ export interface S3ExportingConfig {
727
405
  export interface ExportingConfig {
728
406
  S3Exporting?: S3ExportingConfig | undefined;
729
407
  }
730
- export declare const JobScheduleDayOfTheWeek: {
731
- readonly FRIDAY: "FRIDAY";
732
- readonly MONDAY: "MONDAY";
733
- readonly SATURDAY: "SATURDAY";
734
- readonly SUNDAY: "SUNDAY";
735
- readonly THURSDAY: "THURSDAY";
736
- readonly TUESDAY: "TUESDAY";
737
- readonly WEDNESDAY: "WEDNESDAY";
738
- };
739
- export type JobScheduleDayOfTheWeek =
740
- (typeof JobScheduleDayOfTheWeek)[keyof typeof JobScheduleDayOfTheWeek];
741
408
  export interface JobSchedule {
742
409
  DayOfTheWeek: JobScheduleDayOfTheWeek | undefined;
743
410
  Time: string | undefined;
@@ -775,13 +442,6 @@ export interface MatchingResponse {
775
442
  AutoMerging?: AutoMerging | undefined;
776
443
  ExportingConfig?: ExportingConfig | undefined;
777
444
  }
778
- export declare const RuleBasedMatchingStatus: {
779
- readonly ACTIVE: "ACTIVE";
780
- readonly IN_PROGRESS: "IN_PROGRESS";
781
- readonly PENDING: "PENDING";
782
- };
783
- export type RuleBasedMatchingStatus =
784
- (typeof RuleBasedMatchingStatus)[keyof typeof RuleBasedMatchingStatus];
785
445
  export interface RuleBasedMatchingResponse {
786
446
  Enabled?: boolean | undefined;
787
447
  MatchingRules?: MatchingRule[] | undefined;
@@ -803,10 +463,6 @@ export interface CreateDomainResponse {
803
463
  LastUpdatedAt: Date | undefined;
804
464
  Tags?: Record<string, string> | undefined;
805
465
  }
806
- export declare const LayoutType: {
807
- readonly PROFILE_EXPLORER: "PROFILE_EXPLORER";
808
- };
809
- export type LayoutType = (typeof LayoutType)[keyof typeof LayoutType];
810
466
  export interface CreateDomainLayoutRequest {
811
467
  DomainName: string | undefined;
812
468
  LayoutDefinitionName: string | undefined;
@@ -848,24 +504,10 @@ export interface ObjectAttribute {
848
504
  export interface EventTriggerDimension {
849
505
  ObjectAttributes: ObjectAttribute[] | undefined;
850
506
  }
851
- export declare const EventTriggerLogicalOperator: {
852
- readonly ALL: "ALL";
853
- readonly ANY: "ANY";
854
- readonly NONE: "NONE";
855
- };
856
- export type EventTriggerLogicalOperator =
857
- (typeof EventTriggerLogicalOperator)[keyof typeof EventTriggerLogicalOperator];
858
507
  export interface EventTriggerCondition {
859
508
  EventTriggerDimensions: EventTriggerDimension[] | undefined;
860
509
  LogicalOperator: EventTriggerLogicalOperator | undefined;
861
510
  }
862
- export declare const PeriodUnit: {
863
- readonly DAYS: "DAYS";
864
- readonly HOURS: "HOURS";
865
- readonly MONTHS: "MONTHS";
866
- readonly WEEKS: "WEEKS";
867
- };
868
- export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
869
511
  export interface Period {
870
512
  Unit: PeriodUnit | undefined;
871
513
  Value: number | undefined;
@@ -900,10 +542,6 @@ export interface CreateEventTriggerResponse {
900
542
  export interface IntegrationConfig {
901
543
  AppflowIntegration?: AppflowIntegration | undefined;
902
544
  }
903
- export declare const WorkflowType: {
904
- readonly APPFLOW_INTEGRATION: "APPFLOW_INTEGRATION";
905
- };
906
- export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
907
545
  export interface CreateIntegrationWorkflowRequest {
908
546
  DomainName: string | undefined;
909
547
  WorkflowType: WorkflowType | undefined;
@@ -951,25 +589,10 @@ export interface ExtraLengthValueProfileDimension {
951
589
  DimensionType: StringDimensionType | undefined;
952
590
  Values: string[] | undefined;
953
591
  }
954
- export declare const DateDimensionType: {
955
- readonly AFTER: "AFTER";
956
- readonly BEFORE: "BEFORE";
957
- readonly BETWEEN: "BETWEEN";
958
- readonly NOT_BETWEEN: "NOT_BETWEEN";
959
- readonly ON: "ON";
960
- };
961
- export type DateDimensionType =
962
- (typeof DateDimensionType)[keyof typeof DateDimensionType];
963
592
  export interface DateDimension {
964
593
  DimensionType: DateDimensionType | undefined;
965
594
  Values: string[] | undefined;
966
595
  }
967
- export declare const ProfileTypeDimensionType: {
968
- readonly EXCLUSIVE: "EXCLUSIVE";
969
- readonly INCLUSIVE: "INCLUSIVE";
970
- };
971
- export type ProfileTypeDimensionType =
972
- (typeof ProfileTypeDimensionType)[keyof typeof ProfileTypeDimensionType];
973
596
  export interface ProfileTypeDimension {
974
597
  DimensionType: ProfileTypeDimensionType | undefined;
975
598
  Values: ProfileType[] | undefined;
@@ -1029,13 +652,6 @@ export declare namespace Dimension {
1029
652
  export interface SourceSegment {
1030
653
  SegmentDefinitionName?: string | undefined;
1031
654
  }
1032
- export declare const IncludeOptions: {
1033
- readonly ALL: "ALL";
1034
- readonly ANY: "ANY";
1035
- readonly NONE: "NONE";
1036
- };
1037
- export type IncludeOptions =
1038
- (typeof IncludeOptions)[keyof typeof IncludeOptions];
1039
655
  export interface Group {
1040
656
  Dimensions?: Dimension[] | undefined;
1041
657
  SourceSegments?: SourceSegment[] | undefined;
@@ -1075,12 +691,6 @@ export interface CreateSegmentEstimateResponse {
1075
691
  EstimateId?: string | undefined;
1076
692
  StatusCode?: number | undefined;
1077
693
  }
1078
- export declare const DataFormat: {
1079
- readonly CSV: "CSV";
1080
- readonly JSONL: "JSONL";
1081
- readonly ORC: "ORC";
1082
- };
1083
- export type DataFormat = (typeof DataFormat)[keyof typeof DataFormat];
1084
694
  export interface CreateSegmentSnapshotRequest {
1085
695
  DomainName: string | undefined;
1086
696
  SegmentDefinitionName: string | undefined;
@@ -1092,15 +702,6 @@ export interface CreateSegmentSnapshotRequest {
1092
702
  export interface CreateSegmentSnapshotResponse {
1093
703
  SnapshotId: string | undefined;
1094
704
  }
1095
- export declare const FieldContentType: {
1096
- readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
1097
- readonly NAME: "NAME";
1098
- readonly NUMBER: "NUMBER";
1099
- readonly PHONE_NUMBER: "PHONE_NUMBER";
1100
- readonly STRING: "STRING";
1101
- };
1102
- export type FieldContentType =
1103
- (typeof FieldContentType)[keyof typeof FieldContentType];
1104
705
  export interface ObjectTypeField {
1105
706
  Source?: string | undefined;
1106
707
  Target?: string | undefined;
@@ -1201,28 +802,6 @@ export interface DetectProfileObjectTypeRequest {
1201
802
  Objects: string[] | undefined;
1202
803
  DomainName: string | undefined;
1203
804
  }
1204
- export declare const StandardIdentifier: {
1205
- readonly AIR_BOOKING: "AIR_BOOKING";
1206
- readonly AIR_PREFERENCE: "AIR_PREFERENCE";
1207
- readonly AIR_SEGMENT: "AIR_SEGMENT";
1208
- readonly ASSET: "ASSET";
1209
- readonly CASE: "CASE";
1210
- readonly COMMUNICATION_RECORD: "COMMUNICATION_RECORD";
1211
- readonly HOTEL_PREFERENCE: "HOTEL_PREFERENCE";
1212
- readonly HOTEL_RESERVATION: "HOTEL_RESERVATION";
1213
- readonly HOTEL_STAY_REVENUE: "HOTEL_STAY_REVENUE";
1214
- readonly LOOKUP_ONLY: "LOOKUP_ONLY";
1215
- readonly LOYALTY: "LOYALTY";
1216
- readonly LOYALTY_PROMOTION: "LOYALTY_PROMOTION";
1217
- readonly LOYALTY_TRANSACTION: "LOYALTY_TRANSACTION";
1218
- readonly NEW_ONLY: "NEW_ONLY";
1219
- readonly ORDER: "ORDER";
1220
- readonly PROFILE: "PROFILE";
1221
- readonly SECONDARY: "SECONDARY";
1222
- readonly UNIQUE: "UNIQUE";
1223
- };
1224
- export type StandardIdentifier =
1225
- (typeof StandardIdentifier)[keyof typeof StandardIdentifier];
1226
805
  export interface ObjectTypeKey {
1227
806
  StandardIdentifiers?: StandardIdentifier[] | undefined;
1228
807
  FieldNames?: string[] | undefined;
@@ -1319,24 +898,12 @@ export interface GetEventStreamRequest {
1319
898
  DomainName: string | undefined;
1320
899
  EventStreamName: string | undefined;
1321
900
  }
1322
- export declare const EventStreamDestinationStatus: {
1323
- readonly HEALTHY: "HEALTHY";
1324
- readonly UNHEALTHY: "UNHEALTHY";
1325
- };
1326
- export type EventStreamDestinationStatus =
1327
- (typeof EventStreamDestinationStatus)[keyof typeof EventStreamDestinationStatus];
1328
901
  export interface EventStreamDestinationDetails {
1329
902
  Uri: string | undefined;
1330
903
  Status: EventStreamDestinationStatus | undefined;
1331
904
  UnhealthySince?: Date | undefined;
1332
905
  Message?: string | undefined;
1333
906
  }
1334
- export declare const EventStreamState: {
1335
- readonly RUNNING: "RUNNING";
1336
- readonly STOPPED: "STOPPED";
1337
- };
1338
- export type EventStreamState =
1339
- (typeof EventStreamState)[keyof typeof EventStreamState];
1340
907
  export interface GetEventStreamResponse {
1341
908
  DomainName: string | undefined;
1342
909
  EventStreamArn: string | undefined;
@@ -1377,17 +944,6 @@ export interface JobStats {
1377
944
  NumberOfMatchesFound?: number | undefined;
1378
945
  NumberOfMergesDone?: number | undefined;
1379
946
  }
1380
- export declare const IdentityResolutionJobStatus: {
1381
- readonly COMPLETED: "COMPLETED";
1382
- readonly FAILED: "FAILED";
1383
- readonly FIND_MATCHING: "FIND_MATCHING";
1384
- readonly MERGING: "MERGING";
1385
- readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
1386
- readonly PENDING: "PENDING";
1387
- readonly PREPROCESSING: "PREPROCESSING";
1388
- };
1389
- export type IdentityResolutionJobStatus =
1390
- (typeof IdentityResolutionJobStatus)[keyof typeof IdentityResolutionJobStatus];
1391
947
  export interface GetIdentityResolutionJobResponse {
1392
948
  DomainName?: string | undefined;
1393
949
  JobId?: string | undefined;
@@ -1498,13 +1054,6 @@ export interface GetSegmentEstimateRequest {
1498
1054
  DomainName: string | undefined;
1499
1055
  EstimateId: string | undefined;
1500
1056
  }
1501
- export declare const EstimateStatus: {
1502
- readonly FAILED: "FAILED";
1503
- readonly RUNNING: "RUNNING";
1504
- readonly SUCCEEDED: "SUCCEEDED";
1505
- };
1506
- export type EstimateStatus =
1507
- (typeof EstimateStatus)[keyof typeof EstimateStatus];
1508
1057
  export interface GetSegmentEstimateResponse {
1509
1058
  DomainName?: string | undefined;
1510
1059
  EstimateId?: string | undefined;
@@ -1523,11 +1072,6 @@ export interface ProfileQueryFailures {
1523
1072
  Message: string | undefined;
1524
1073
  Status?: number | undefined;
1525
1074
  }
1526
- export declare const QueryResult: {
1527
- readonly ABSENT: "ABSENT";
1528
- readonly PRESENT: "PRESENT";
1529
- };
1530
- export type QueryResult = (typeof QueryResult)[keyof typeof QueryResult];
1531
1075
  export interface ProfileQueryResult {
1532
1076
  ProfileId: string | undefined;
1533
1077
  QueryResult: QueryResult | undefined;
@@ -1543,13 +1087,6 @@ export interface GetSegmentSnapshotRequest {
1543
1087
  SegmentDefinitionName: string | undefined;
1544
1088
  SnapshotId: string | undefined;
1545
1089
  }
1546
- export declare const SegmentSnapshotStatus: {
1547
- readonly COMPLETED: "COMPLETED";
1548
- readonly FAILED: "FAILED";
1549
- readonly IN_PROGRESS: "IN_PROGRESS";
1550
- };
1551
- export type SegmentSnapshotStatus =
1552
- (typeof SegmentSnapshotStatus)[keyof typeof SegmentSnapshotStatus];
1553
1090
  export interface GetSegmentSnapshotResponse {
1554
1091
  SnapshotId: string | undefined;
1555
1092
  Status: SegmentSnapshotStatus | undefined;
@@ -1559,11 +1096,6 @@ export interface GetSegmentSnapshotResponse {
1559
1096
  RoleArn?: string | undefined;
1560
1097
  DestinationUri?: string | undefined;
1561
1098
  }
1562
- export declare const MatchType: {
1563
- readonly ML_BASED_MATCHING: "ML_BASED_MATCHING";
1564
- readonly RULE_BASED_MATCHING: "RULE_BASED_MATCHING";
1565
- };
1566
- export type MatchType = (typeof MatchType)[keyof typeof MatchType];
1567
1099
  export interface GetSimilarProfilesRequest {
1568
1100
  NextToken?: string | undefined;
1569
1101
  MaxResults?: number | undefined;
@@ -1589,21 +1121,6 @@ export interface ResultsSummary {
1589
1121
  CreatedRecords?: number | undefined;
1590
1122
  FailedRecords?: number | undefined;
1591
1123
  }
1592
- export declare const UploadJobStatus: {
1593
- readonly CREATED: "CREATED";
1594
- readonly FAILED: "FAILED";
1595
- readonly IN_PROGRESS: "IN_PROGRESS";
1596
- readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
1597
- readonly STOPPED: "STOPPED";
1598
- readonly SUCCEEDED: "SUCCEEDED";
1599
- };
1600
- export type UploadJobStatus =
1601
- (typeof UploadJobStatus)[keyof typeof UploadJobStatus];
1602
- export declare const StatusReason: {
1603
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
1604
- readonly VALIDATION_FAILURE: "VALIDATION_FAILURE";
1605
- };
1606
- export type StatusReason = (typeof StatusReason)[keyof typeof StatusReason];
1607
1124
  export interface GetUploadJobResponse {
1608
1125
  JobId?: string | undefined;
1609
1126
  DisplayName?: string | undefined;
@@ -1998,3 +1515,232 @@ export interface FieldSourceProfileIds {
1998
1515
  ProfileType?: string | undefined;
1999
1516
  EngagementPreferences?: string | undefined;
2000
1517
  }
1518
+ export interface MergeProfilesRequest {
1519
+ DomainName: string | undefined;
1520
+ MainProfileId: string | undefined;
1521
+ ProfileIdsToBeMerged: string[] | undefined;
1522
+ FieldSourceProfileIds?: FieldSourceProfileIds | undefined;
1523
+ }
1524
+ export interface MergeProfilesResponse {
1525
+ Message?: string | undefined;
1526
+ }
1527
+ export interface PutIntegrationRequest {
1528
+ DomainName: string | undefined;
1529
+ Uri?: string | undefined;
1530
+ ObjectTypeName?: string | undefined;
1531
+ Tags?: Record<string, string> | undefined;
1532
+ FlowDefinition?: FlowDefinition | undefined;
1533
+ ObjectTypeNames?: Record<string, string> | undefined;
1534
+ RoleArn?: string | undefined;
1535
+ EventTriggerNames?: string[] | undefined;
1536
+ }
1537
+ export interface PutIntegrationResponse {
1538
+ DomainName: string | undefined;
1539
+ Uri: string | undefined;
1540
+ ObjectTypeName?: string | undefined;
1541
+ CreatedAt: Date | undefined;
1542
+ LastUpdatedAt: Date | undefined;
1543
+ Tags?: Record<string, string> | undefined;
1544
+ ObjectTypeNames?: Record<string, string> | undefined;
1545
+ WorkflowId?: string | undefined;
1546
+ IsUnstructured?: boolean | undefined;
1547
+ RoleArn?: string | undefined;
1548
+ EventTriggerNames?: string[] | undefined;
1549
+ }
1550
+ export interface PutProfileObjectRequest {
1551
+ ObjectTypeName: string | undefined;
1552
+ Object: string | undefined;
1553
+ DomainName: string | undefined;
1554
+ }
1555
+ export interface PutProfileObjectResponse {
1556
+ ProfileObjectUniqueKey?: string | undefined;
1557
+ }
1558
+ export interface PutProfileObjectTypeRequest {
1559
+ DomainName: string | undefined;
1560
+ ObjectTypeName: string | undefined;
1561
+ Description: string | undefined;
1562
+ TemplateId?: string | undefined;
1563
+ ExpirationDays?: number | undefined;
1564
+ EncryptionKey?: string | undefined;
1565
+ AllowProfileCreation?: boolean | undefined;
1566
+ SourceLastUpdatedTimestampFormat?: string | undefined;
1567
+ MaxProfileObjectCount?: number | undefined;
1568
+ Fields?: Record<string, ObjectTypeField> | undefined;
1569
+ Keys?: Record<string, ObjectTypeKey[]> | undefined;
1570
+ Tags?: Record<string, string> | undefined;
1571
+ }
1572
+ export interface PutProfileObjectTypeResponse {
1573
+ ObjectTypeName: string | undefined;
1574
+ Description: string | undefined;
1575
+ TemplateId?: string | undefined;
1576
+ ExpirationDays?: number | undefined;
1577
+ EncryptionKey?: string | undefined;
1578
+ AllowProfileCreation?: boolean | undefined;
1579
+ SourceLastUpdatedTimestampFormat?: string | undefined;
1580
+ MaxProfileObjectCount?: number | undefined;
1581
+ MaxAvailableProfileObjectCount?: number | undefined;
1582
+ Fields?: Record<string, ObjectTypeField> | undefined;
1583
+ Keys?: Record<string, ObjectTypeKey[]> | undefined;
1584
+ CreatedAt?: Date | undefined;
1585
+ LastUpdatedAt?: Date | undefined;
1586
+ Tags?: Record<string, string> | undefined;
1587
+ }
1588
+ export interface SearchProfilesRequest {
1589
+ NextToken?: string | undefined;
1590
+ MaxResults?: number | undefined;
1591
+ DomainName: string | undefined;
1592
+ KeyName: string | undefined;
1593
+ Values: string[] | undefined;
1594
+ AdditionalSearchKeys?: AdditionalSearchKey[] | undefined;
1595
+ LogicalOperator?: LogicalOperator | undefined;
1596
+ }
1597
+ export interface SearchProfilesResponse {
1598
+ Items?: Profile[] | undefined;
1599
+ NextToken?: string | undefined;
1600
+ }
1601
+ export interface StartUploadJobRequest {
1602
+ DomainName: string | undefined;
1603
+ JobId: string | undefined;
1604
+ }
1605
+ export interface StartUploadJobResponse {}
1606
+ export interface StopUploadJobRequest {
1607
+ DomainName: string | undefined;
1608
+ JobId: string | undefined;
1609
+ }
1610
+ export interface StopUploadJobResponse {}
1611
+ export interface TagResourceRequest {
1612
+ resourceArn: string | undefined;
1613
+ tags: Record<string, string> | undefined;
1614
+ }
1615
+ export interface TagResourceResponse {}
1616
+ export interface UntagResourceRequest {
1617
+ resourceArn: string | undefined;
1618
+ tagKeys: string[] | undefined;
1619
+ }
1620
+ export interface UntagResourceResponse {}
1621
+ export interface UpdateCalculatedAttributeDefinitionRequest {
1622
+ DomainName: string | undefined;
1623
+ CalculatedAttributeName: string | undefined;
1624
+ DisplayName?: string | undefined;
1625
+ Description?: string | undefined;
1626
+ Conditions?: Conditions | undefined;
1627
+ }
1628
+ export interface UpdateCalculatedAttributeDefinitionResponse {
1629
+ CalculatedAttributeName?: string | undefined;
1630
+ DisplayName?: string | undefined;
1631
+ Description?: string | undefined;
1632
+ CreatedAt?: Date | undefined;
1633
+ LastUpdatedAt?: Date | undefined;
1634
+ Statistic?: Statistic | undefined;
1635
+ Conditions?: Conditions | undefined;
1636
+ AttributeDetails?: AttributeDetails | undefined;
1637
+ UseHistoricalData?: boolean | undefined;
1638
+ Status?: ReadinessStatus | undefined;
1639
+ Readiness?: Readiness | undefined;
1640
+ Tags?: Record<string, string> | undefined;
1641
+ }
1642
+ export interface UpdateDomainRequest {
1643
+ DomainName: string | undefined;
1644
+ DefaultExpirationDays?: number | undefined;
1645
+ DefaultEncryptionKey?: string | undefined;
1646
+ DeadLetterQueueUrl?: string | undefined;
1647
+ Matching?: MatchingRequest | undefined;
1648
+ RuleBasedMatching?: RuleBasedMatchingRequest | undefined;
1649
+ Tags?: Record<string, string> | undefined;
1650
+ }
1651
+ export interface UpdateDomainResponse {
1652
+ DomainName: string | undefined;
1653
+ DefaultExpirationDays?: number | undefined;
1654
+ DefaultEncryptionKey?: string | undefined;
1655
+ DeadLetterQueueUrl?: string | undefined;
1656
+ Matching?: MatchingResponse | undefined;
1657
+ RuleBasedMatching?: RuleBasedMatchingResponse | undefined;
1658
+ CreatedAt: Date | undefined;
1659
+ LastUpdatedAt: Date | undefined;
1660
+ Tags?: Record<string, string> | undefined;
1661
+ }
1662
+ export interface UpdateDomainLayoutRequest {
1663
+ DomainName: string | undefined;
1664
+ LayoutDefinitionName: string | undefined;
1665
+ Description?: string | undefined;
1666
+ DisplayName?: string | undefined;
1667
+ IsDefault?: boolean | undefined;
1668
+ LayoutType?: LayoutType | undefined;
1669
+ Layout?: string | undefined;
1670
+ }
1671
+ export interface UpdateDomainLayoutResponse {
1672
+ LayoutDefinitionName?: string | undefined;
1673
+ Description?: string | undefined;
1674
+ DisplayName?: string | undefined;
1675
+ IsDefault?: boolean | undefined;
1676
+ LayoutType?: LayoutType | undefined;
1677
+ Layout?: string | undefined;
1678
+ Version?: string | undefined;
1679
+ CreatedAt?: Date | undefined;
1680
+ LastUpdatedAt?: Date | undefined;
1681
+ Tags?: Record<string, string> | undefined;
1682
+ }
1683
+ export interface UpdateEventTriggerRequest {
1684
+ DomainName: string | undefined;
1685
+ EventTriggerName: string | undefined;
1686
+ ObjectTypeName?: string | undefined;
1687
+ Description?: string | undefined;
1688
+ EventTriggerConditions?: EventTriggerCondition[] | undefined;
1689
+ SegmentFilter?: string | undefined;
1690
+ EventTriggerLimits?: EventTriggerLimits | undefined;
1691
+ }
1692
+ export interface UpdateEventTriggerResponse {
1693
+ EventTriggerName?: string | undefined;
1694
+ ObjectTypeName?: string | undefined;
1695
+ Description?: string | undefined;
1696
+ EventTriggerConditions?: EventTriggerCondition[] | undefined;
1697
+ SegmentFilter?: string | undefined;
1698
+ EventTriggerLimits?: EventTriggerLimits | undefined;
1699
+ CreatedAt?: Date | undefined;
1700
+ LastUpdatedAt?: Date | undefined;
1701
+ Tags?: Record<string, string> | undefined;
1702
+ }
1703
+ export interface UpdateAddress {
1704
+ Address1?: string | undefined;
1705
+ Address2?: string | undefined;
1706
+ Address3?: string | undefined;
1707
+ Address4?: string | undefined;
1708
+ City?: string | undefined;
1709
+ County?: string | undefined;
1710
+ State?: string | undefined;
1711
+ Province?: string | undefined;
1712
+ Country?: string | undefined;
1713
+ PostalCode?: string | undefined;
1714
+ }
1715
+ export interface UpdateProfileRequest {
1716
+ DomainName: string | undefined;
1717
+ ProfileId: string | undefined;
1718
+ AdditionalInformation?: string | undefined;
1719
+ AccountNumber?: string | undefined;
1720
+ PartyType?: PartyType | undefined;
1721
+ BusinessName?: string | undefined;
1722
+ FirstName?: string | undefined;
1723
+ MiddleName?: string | undefined;
1724
+ LastName?: string | undefined;
1725
+ BirthDate?: string | undefined;
1726
+ Gender?: Gender | undefined;
1727
+ PhoneNumber?: string | undefined;
1728
+ MobilePhoneNumber?: string | undefined;
1729
+ HomePhoneNumber?: string | undefined;
1730
+ BusinessPhoneNumber?: string | undefined;
1731
+ EmailAddress?: string | undefined;
1732
+ PersonalEmailAddress?: string | undefined;
1733
+ BusinessEmailAddress?: string | undefined;
1734
+ Address?: UpdateAddress | undefined;
1735
+ ShippingAddress?: UpdateAddress | undefined;
1736
+ MailingAddress?: UpdateAddress | undefined;
1737
+ BillingAddress?: UpdateAddress | undefined;
1738
+ Attributes?: Record<string, string> | undefined;
1739
+ PartyTypeString?: string | undefined;
1740
+ GenderString?: string | undefined;
1741
+ ProfileType?: ProfileType | undefined;
1742
+ EngagementPreferences?: EngagementPreferences | undefined;
1743
+ }
1744
+ export interface UpdateProfileResponse {
1745
+ ProfileId: string | undefined;
1746
+ }