@aws-sdk/client-customer-profiles 3.168.0 → 3.170.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 (62) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +7 -0
  3. package/dist-es/protocols/Aws_restJson1.js +7 -0
  4. package/dist-types/CustomerProfiles.d.ts +10 -4
  5. package/dist-types/commands/AddProfileKeyCommand.d.ts +1 -1
  6. package/dist-types/commands/PutIntegrationCommand.d.ts +3 -0
  7. package/dist-types/commands/PutProfileObjectCommand.d.ts +3 -3
  8. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -0
  9. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
  10. package/dist-types/models/models_0.d.ts +15 -0
  11. package/dist-types/ts3.4/CustomerProfiles.d.ts +688 -195
  12. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +358 -111
  13. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +5 -5
  54. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1946 -1824
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  62. package/package.json +34 -34
@@ -1,1824 +1,1946 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { CustomerProfilesServiceException as __BaseException } from "./CustomerProfilesServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
- export interface AddProfileKeyRequest {
12
-
13
- ProfileId: string | undefined;
14
-
15
- KeyName: string | undefined;
16
-
17
- Values: string[] | undefined;
18
-
19
- DomainName: string | undefined;
20
- }
21
- export interface AddProfileKeyResponse {
22
-
23
- KeyName?: string;
24
-
25
- Values?: string[];
26
- }
27
-
28
- export declare class BadRequestException extends __BaseException {
29
- readonly name: "BadRequestException";
30
- readonly $fault: "client";
31
- Message?: string;
32
-
33
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
34
- }
35
-
36
- export declare class InternalServerException extends __BaseException {
37
- readonly name: "InternalServerException";
38
- readonly $fault: "server";
39
- Message?: string;
40
-
41
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
42
- }
43
-
44
- export declare class ResourceNotFoundException extends __BaseException {
45
- readonly name: "ResourceNotFoundException";
46
- readonly $fault: "client";
47
- Message?: string;
48
-
49
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
50
- }
51
-
52
- export declare class ThrottlingException extends __BaseException {
53
- readonly name: "ThrottlingException";
54
- readonly $fault: "client";
55
- Message?: string;
56
-
57
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
58
- }
59
-
60
- export interface Address {
61
-
62
- Address1?: string;
63
-
64
- Address2?: string;
65
-
66
- Address3?: string;
67
-
68
- Address4?: string;
69
-
70
- City?: string;
71
-
72
- County?: string;
73
-
74
- State?: string;
75
-
76
- Province?: string;
77
-
78
- Country?: string;
79
-
80
- PostalCode?: string;
81
- }
82
-
83
- export interface Batch {
84
-
85
- StartTime: Date | undefined;
86
-
87
- EndTime: Date | undefined;
88
- }
89
- export declare enum SourceConnectorType {
90
- MARKETO = "Marketo",
91
- S3 = "S3",
92
- SALESFORCE = "Salesforce",
93
- SERVICENOW = "Servicenow",
94
- ZENDESK = "Zendesk"
95
- }
96
-
97
- export interface IncrementalPullConfig {
98
-
99
- DatetimeTypeFieldName?: string;
100
- }
101
-
102
- export interface MarketoSourceProperties {
103
-
104
- Object: string | undefined;
105
- }
106
-
107
- export interface S3SourceProperties {
108
-
109
- BucketName: string | undefined;
110
-
111
- BucketPrefix?: string;
112
- }
113
-
114
- export interface SalesforceSourceProperties {
115
-
116
- Object: string | undefined;
117
-
118
- EnableDynamicFieldUpdate?: boolean;
119
-
120
- IncludeDeletedRecords?: boolean;
121
- }
122
-
123
- export interface ServiceNowSourceProperties {
124
-
125
- Object: string | undefined;
126
- }
127
-
128
- export interface ZendeskSourceProperties {
129
-
130
- Object: string | undefined;
131
- }
132
-
133
- export interface SourceConnectorProperties {
134
-
135
- Marketo?: MarketoSourceProperties;
136
-
137
- S3?: S3SourceProperties;
138
-
139
- Salesforce?: SalesforceSourceProperties;
140
-
141
- ServiceNow?: ServiceNowSourceProperties;
142
-
143
- Zendesk?: ZendeskSourceProperties;
144
- }
145
-
146
- export interface SourceFlowConfig {
147
-
148
- ConnectorProfileName?: string;
149
-
150
- ConnectorType: SourceConnectorType | string | undefined;
151
-
152
- IncrementalPullConfig?: IncrementalPullConfig;
153
-
154
- SourceConnectorProperties: SourceConnectorProperties | undefined;
155
- }
156
- export declare enum MarketoConnectorOperator {
157
- ADDITION = "ADDITION",
158
- BETWEEN = "BETWEEN",
159
- DIVISION = "DIVISION",
160
- GREATER_THAN = "GREATER_THAN",
161
- LESS_THAN = "LESS_THAN",
162
- MASK_ALL = "MASK_ALL",
163
- MASK_FIRST_N = "MASK_FIRST_N",
164
- MASK_LAST_N = "MASK_LAST_N",
165
- MULTIPLICATION = "MULTIPLICATION",
166
- NO_OP = "NO_OP",
167
- PROJECTION = "PROJECTION",
168
- SUBTRACTION = "SUBTRACTION",
169
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
170
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
171
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
172
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
173
- }
174
- export declare enum S3ConnectorOperator {
175
- ADDITION = "ADDITION",
176
- BETWEEN = "BETWEEN",
177
- DIVISION = "DIVISION",
178
- EQUAL_TO = "EQUAL_TO",
179
- GREATER_THAN = "GREATER_THAN",
180
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
181
- LESS_THAN = "LESS_THAN",
182
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
183
- MASK_ALL = "MASK_ALL",
184
- MASK_FIRST_N = "MASK_FIRST_N",
185
- MASK_LAST_N = "MASK_LAST_N",
186
- MULTIPLICATION = "MULTIPLICATION",
187
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
188
- NO_OP = "NO_OP",
189
- PROJECTION = "PROJECTION",
190
- SUBTRACTION = "SUBTRACTION",
191
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
192
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
193
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
194
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
195
- }
196
- export declare enum SalesforceConnectorOperator {
197
- ADDITION = "ADDITION",
198
- BETWEEN = "BETWEEN",
199
- CONTAINS = "CONTAINS",
200
- DIVISION = "DIVISION",
201
- EQUAL_TO = "EQUAL_TO",
202
- GREATER_THAN = "GREATER_THAN",
203
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
204
- LESS_THAN = "LESS_THAN",
205
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
206
- MASK_ALL = "MASK_ALL",
207
- MASK_FIRST_N = "MASK_FIRST_N",
208
- MASK_LAST_N = "MASK_LAST_N",
209
- MULTIPLICATION = "MULTIPLICATION",
210
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
211
- NO_OP = "NO_OP",
212
- PROJECTION = "PROJECTION",
213
- SUBTRACTION = "SUBTRACTION",
214
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
215
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
216
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
217
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
218
- }
219
- export declare enum ServiceNowConnectorOperator {
220
- ADDITION = "ADDITION",
221
- BETWEEN = "BETWEEN",
222
- CONTAINS = "CONTAINS",
223
- DIVISION = "DIVISION",
224
- EQUAL_TO = "EQUAL_TO",
225
- GREATER_THAN = "GREATER_THAN",
226
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
227
- LESS_THAN = "LESS_THAN",
228
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
229
- MASK_ALL = "MASK_ALL",
230
- MASK_FIRST_N = "MASK_FIRST_N",
231
- MASK_LAST_N = "MASK_LAST_N",
232
- MULTIPLICATION = "MULTIPLICATION",
233
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
234
- NO_OP = "NO_OP",
235
- PROJECTION = "PROJECTION",
236
- SUBTRACTION = "SUBTRACTION",
237
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
238
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
239
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
240
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
241
- }
242
- export declare enum ZendeskConnectorOperator {
243
- ADDITION = "ADDITION",
244
- DIVISION = "DIVISION",
245
- GREATER_THAN = "GREATER_THAN",
246
- MASK_ALL = "MASK_ALL",
247
- MASK_FIRST_N = "MASK_FIRST_N",
248
- MASK_LAST_N = "MASK_LAST_N",
249
- MULTIPLICATION = "MULTIPLICATION",
250
- NO_OP = "NO_OP",
251
- PROJECTION = "PROJECTION",
252
- SUBTRACTION = "SUBTRACTION",
253
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
254
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
255
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
256
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
257
- }
258
-
259
- export interface ConnectorOperator {
260
-
261
- Marketo?: MarketoConnectorOperator | string;
262
-
263
- S3?: S3ConnectorOperator | string;
264
-
265
- Salesforce?: SalesforceConnectorOperator | string;
266
-
267
- ServiceNow?: ServiceNowConnectorOperator | string;
268
-
269
- Zendesk?: ZendeskConnectorOperator | string;
270
- }
271
- export declare enum OperatorPropertiesKeys {
272
- CONCAT_FORMAT = "CONCAT_FORMAT",
273
- DATA_TYPE = "DATA_TYPE",
274
- DESTINATION_DATA_TYPE = "DESTINATION_DATA_TYPE",
275
- LOWER_BOUND = "LOWER_BOUND",
276
- MASK_LENGTH = "MASK_LENGTH",
277
- MASK_VALUE = "MASK_VALUE",
278
- MATH_OPERATION_FIELDS_ORDER = "MATH_OPERATION_FIELDS_ORDER",
279
- SOURCE_DATA_TYPE = "SOURCE_DATA_TYPE",
280
- SUBFIELD_CATEGORY_MAP = "SUBFIELD_CATEGORY_MAP",
281
- TRUNCATE_LENGTH = "TRUNCATE_LENGTH",
282
- UPPER_BOUND = "UPPER_BOUND",
283
- VALIDATION_ACTION = "VALIDATION_ACTION",
284
- VALUE = "VALUE",
285
- VALUES = "VALUES"
286
- }
287
- export declare enum TaskType {
288
- ARITHMETIC = "Arithmetic",
289
- FILTER = "Filter",
290
- MAP = "Map",
291
- MASK = "Mask",
292
- MERGE = "Merge",
293
- TRUNCATE = "Truncate",
294
- VALIDATE = "Validate"
295
- }
296
-
297
- export interface Task {
298
-
299
- ConnectorOperator?: ConnectorOperator;
300
-
301
- DestinationField?: string;
302
-
303
- SourceFields: string[] | undefined;
304
-
305
- TaskProperties?: Record<string, string>;
306
-
307
- TaskType: TaskType | string | undefined;
308
- }
309
- export declare enum DataPullMode {
310
- COMPLETE = "Complete",
311
- INCREMENTAL = "Incremental"
312
- }
313
-
314
- export interface ScheduledTriggerProperties {
315
-
316
- ScheduleExpression: string | undefined;
317
-
318
- DataPullMode?: DataPullMode | string;
319
-
320
- ScheduleStartTime?: Date;
321
-
322
- ScheduleEndTime?: Date;
323
-
324
- Timezone?: string;
325
-
326
- ScheduleOffset?: number;
327
-
328
- FirstExecutionFrom?: Date;
329
- }
330
-
331
- export interface TriggerProperties {
332
-
333
- Scheduled?: ScheduledTriggerProperties;
334
- }
335
- export declare enum TriggerType {
336
- EVENT = "Event",
337
- ONDEMAND = "OnDemand",
338
- SCHEDULED = "Scheduled"
339
- }
340
-
341
- export interface TriggerConfig {
342
-
343
- TriggerType: TriggerType | string | undefined;
344
-
345
- TriggerProperties?: TriggerProperties;
346
- }
347
-
348
- export interface FlowDefinition {
349
-
350
- Description?: string;
351
-
352
- FlowName: string | undefined;
353
-
354
- KmsArn: string | undefined;
355
-
356
- SourceFlowConfig: SourceFlowConfig | undefined;
357
-
358
- Tasks: Task[] | undefined;
359
-
360
- TriggerConfig: TriggerConfig | undefined;
361
- }
362
-
363
- export interface AppflowIntegration {
364
-
365
- FlowDefinition: FlowDefinition | undefined;
366
-
367
- Batches?: Batch[];
368
- }
369
-
370
- export interface AppflowIntegrationWorkflowAttributes {
371
-
372
- SourceConnectorType: SourceConnectorType | string | undefined;
373
-
374
- ConnectorProfileName: string | undefined;
375
-
376
- RoleArn?: string;
377
- }
378
-
379
- export interface AppflowIntegrationWorkflowMetrics {
380
-
381
- RecordsProcessed: number | undefined;
382
-
383
- StepsCompleted: number | undefined;
384
-
385
- TotalSteps: number | undefined;
386
- }
387
- export declare enum Status {
388
- CANCELLED = "CANCELLED",
389
- COMPLETE = "COMPLETE",
390
- FAILED = "FAILED",
391
- IN_PROGRESS = "IN_PROGRESS",
392
- NOT_STARTED = "NOT_STARTED",
393
- RETRY = "RETRY",
394
- SPLIT = "SPLIT"
395
- }
396
-
397
- export interface AppflowIntegrationWorkflowStep {
398
-
399
- FlowName: string | undefined;
400
-
401
- Status: Status | string | undefined;
402
-
403
- ExecutionMessage: string | undefined;
404
-
405
- RecordsProcessed: number | undefined;
406
-
407
- BatchRecordsStartTime: string | undefined;
408
-
409
- BatchRecordsEndTime: string | undefined;
410
-
411
- CreatedAt: Date | undefined;
412
-
413
- LastUpdatedAt: Date | undefined;
414
- }
415
- export declare enum ConflictResolvingModel {
416
- RECENCY = "RECENCY",
417
- SOURCE = "SOURCE"
418
- }
419
-
420
- export interface ConflictResolution {
421
-
422
- ConflictResolvingModel: ConflictResolvingModel | string | undefined;
423
-
424
- SourceName?: string;
425
- }
426
-
427
- export interface Consolidation {
428
-
429
- MatchingAttributesList: string[][] | undefined;
430
- }
431
-
432
- export interface AutoMerging {
433
-
434
- Enabled: boolean | undefined;
435
-
436
- Consolidation?: Consolidation;
437
-
438
- ConflictResolution?: ConflictResolution;
439
-
440
- MinAllowedConfidenceScoreForMerging?: number;
441
- }
442
-
443
- export interface S3ExportingConfig {
444
-
445
- S3BucketName: string | undefined;
446
-
447
- S3KeyName?: string;
448
- }
449
-
450
- export interface ExportingConfig {
451
-
452
- S3Exporting?: S3ExportingConfig;
453
- }
454
- export declare enum JobScheduleDayOfTheWeek {
455
- FRIDAY = "FRIDAY",
456
- MONDAY = "MONDAY",
457
- SATURDAY = "SATURDAY",
458
- SUNDAY = "SUNDAY",
459
- THURSDAY = "THURSDAY",
460
- TUESDAY = "TUESDAY",
461
- WEDNESDAY = "WEDNESDAY"
462
- }
463
-
464
- export interface JobSchedule {
465
-
466
- DayOfTheWeek: JobScheduleDayOfTheWeek | string | undefined;
467
-
468
- Time: string | undefined;
469
- }
470
-
471
- export interface MatchingRequest {
472
-
473
- Enabled: boolean | undefined;
474
-
475
- JobSchedule?: JobSchedule;
476
-
477
- AutoMerging?: AutoMerging;
478
-
479
- ExportingConfig?: ExportingConfig;
480
- }
481
- export interface CreateDomainRequest {
482
-
483
- DomainName: string | undefined;
484
-
485
- DefaultExpirationDays: number | undefined;
486
-
487
- DefaultEncryptionKey?: string;
488
-
489
- DeadLetterQueueUrl?: string;
490
-
491
- Matching?: MatchingRequest;
492
-
493
- Tags?: Record<string, string>;
494
- }
495
-
496
- export interface MatchingResponse {
497
-
498
- Enabled?: boolean;
499
-
500
- JobSchedule?: JobSchedule;
501
-
502
- AutoMerging?: AutoMerging;
503
-
504
- ExportingConfig?: ExportingConfig;
505
- }
506
- export interface CreateDomainResponse {
507
-
508
- DomainName: string | undefined;
509
-
510
- DefaultExpirationDays: number | undefined;
511
-
512
- DefaultEncryptionKey?: string;
513
-
514
- DeadLetterQueueUrl?: string;
515
-
516
- Matching?: MatchingResponse;
517
-
518
- CreatedAt: Date | undefined;
519
-
520
- LastUpdatedAt: Date | undefined;
521
-
522
- Tags?: Record<string, string>;
523
- }
524
-
525
- export interface IntegrationConfig {
526
-
527
- AppflowIntegration?: AppflowIntegration;
528
- }
529
- export declare enum WorkflowType {
530
- APPFLOW_INTEGRATION = "APPFLOW_INTEGRATION"
531
- }
532
- export interface CreateIntegrationWorkflowRequest {
533
-
534
- DomainName: string | undefined;
535
-
536
- WorkflowType: WorkflowType | string | undefined;
537
-
538
- IntegrationConfig: IntegrationConfig | undefined;
539
-
540
- ObjectTypeName: string | undefined;
541
-
542
- RoleArn: string | undefined;
543
-
544
- Tags?: Record<string, string>;
545
- }
546
- export interface CreateIntegrationWorkflowResponse {
547
-
548
- WorkflowId: string | undefined;
549
-
550
- Message: string | undefined;
551
- }
552
- export declare enum Gender {
553
- FEMALE = "FEMALE",
554
- MALE = "MALE",
555
- UNSPECIFIED = "UNSPECIFIED"
556
- }
557
- export declare enum PartyType {
558
- BUSINESS = "BUSINESS",
559
- INDIVIDUAL = "INDIVIDUAL",
560
- OTHER = "OTHER"
561
- }
562
- export interface CreateProfileRequest {
563
-
564
- DomainName: string | undefined;
565
-
566
- AccountNumber?: string;
567
-
568
- AdditionalInformation?: string;
569
-
570
- PartyType?: PartyType | string;
571
-
572
- BusinessName?: string;
573
-
574
- FirstName?: string;
575
-
576
- MiddleName?: string;
577
-
578
- LastName?: string;
579
-
580
- BirthDate?: string;
581
-
582
- Gender?: Gender | string;
583
-
584
- PhoneNumber?: string;
585
-
586
- MobilePhoneNumber?: string;
587
-
588
- HomePhoneNumber?: string;
589
-
590
- BusinessPhoneNumber?: string;
591
-
592
- EmailAddress?: string;
593
-
594
- PersonalEmailAddress?: string;
595
-
596
- BusinessEmailAddress?: string;
597
-
598
- Address?: Address;
599
-
600
- ShippingAddress?: Address;
601
-
602
- MailingAddress?: Address;
603
-
604
- BillingAddress?: Address;
605
-
606
- Attributes?: Record<string, string>;
607
- }
608
- export interface CreateProfileResponse {
609
-
610
- ProfileId: string | undefined;
611
- }
612
- export interface DeleteDomainRequest {
613
-
614
- DomainName: string | undefined;
615
- }
616
- export interface DeleteDomainResponse {
617
-
618
- Message: string | undefined;
619
- }
620
- export interface DeleteIntegrationRequest {
621
-
622
- DomainName: string | undefined;
623
-
624
- Uri: string | undefined;
625
- }
626
- export interface DeleteIntegrationResponse {
627
-
628
- Message: string | undefined;
629
- }
630
- export interface DeleteProfileRequest {
631
-
632
- ProfileId: string | undefined;
633
-
634
- DomainName: string | undefined;
635
- }
636
- export interface DeleteProfileResponse {
637
-
638
- Message?: string;
639
- }
640
- export interface DeleteProfileKeyRequest {
641
-
642
- ProfileId: string | undefined;
643
-
644
- KeyName: string | undefined;
645
-
646
- Values: string[] | undefined;
647
-
648
- DomainName: string | undefined;
649
- }
650
- export interface DeleteProfileKeyResponse {
651
-
652
- Message?: string;
653
- }
654
- export interface DeleteProfileObjectRequest {
655
-
656
- ProfileId: string | undefined;
657
-
658
- ProfileObjectUniqueKey: string | undefined;
659
-
660
- ObjectTypeName: string | undefined;
661
-
662
- DomainName: string | undefined;
663
- }
664
- export interface DeleteProfileObjectResponse {
665
-
666
- Message?: string;
667
- }
668
- export interface DeleteProfileObjectTypeRequest {
669
-
670
- DomainName: string | undefined;
671
-
672
- ObjectTypeName: string | undefined;
673
- }
674
- export interface DeleteProfileObjectTypeResponse {
675
-
676
- Message: string | undefined;
677
- }
678
- export interface DeleteWorkflowRequest {
679
-
680
- DomainName: string | undefined;
681
-
682
- WorkflowId: string | undefined;
683
- }
684
- export interface DeleteWorkflowResponse {
685
- }
686
- export interface GetAutoMergingPreviewRequest {
687
-
688
- DomainName: string | undefined;
689
-
690
- Consolidation: Consolidation | undefined;
691
-
692
- ConflictResolution: ConflictResolution | undefined;
693
-
694
- MinAllowedConfidenceScoreForMerging?: number;
695
- }
696
- export interface GetAutoMergingPreviewResponse {
697
-
698
- DomainName: string | undefined;
699
-
700
- NumberOfMatchesInSample?: number;
701
-
702
- NumberOfProfilesInSample?: number;
703
-
704
- NumberOfProfilesWillBeMerged?: number;
705
- }
706
- export interface GetDomainRequest {
707
-
708
- DomainName: string | undefined;
709
- }
710
-
711
- export interface DomainStats {
712
-
713
- ProfileCount?: number;
714
-
715
- MeteringProfileCount?: number;
716
-
717
- ObjectCount?: number;
718
-
719
- TotalSize?: number;
720
- }
721
- export interface GetDomainResponse {
722
-
723
- DomainName: string | undefined;
724
-
725
- DefaultExpirationDays?: number;
726
-
727
- DefaultEncryptionKey?: string;
728
-
729
- DeadLetterQueueUrl?: string;
730
-
731
- Stats?: DomainStats;
732
-
733
- Matching?: MatchingResponse;
734
-
735
- CreatedAt: Date | undefined;
736
-
737
- LastUpdatedAt: Date | undefined;
738
-
739
- Tags?: Record<string, string>;
740
- }
741
- export interface GetIdentityResolutionJobRequest {
742
-
743
- DomainName: string | undefined;
744
-
745
- JobId: string | undefined;
746
- }
747
-
748
- export interface S3ExportingLocation {
749
-
750
- S3BucketName?: string;
751
-
752
- S3KeyName?: string;
753
- }
754
-
755
- export interface ExportingLocation {
756
-
757
- S3Exporting?: S3ExportingLocation;
758
- }
759
-
760
- export interface JobStats {
761
-
762
- NumberOfProfilesReviewed?: number;
763
-
764
- NumberOfMatchesFound?: number;
765
-
766
- NumberOfMergesDone?: number;
767
- }
768
- export declare enum IdentityResolutionJobStatus {
769
- COMPLETED = "COMPLETED",
770
- FAILED = "FAILED",
771
- FIND_MATCHING = "FIND_MATCHING",
772
- MERGING = "MERGING",
773
- PARTIAL_SUCCESS = "PARTIAL_SUCCESS",
774
- PENDING = "PENDING",
775
- PREPROCESSING = "PREPROCESSING"
776
- }
777
- export interface GetIdentityResolutionJobResponse {
778
-
779
- DomainName?: string;
780
-
781
- JobId?: string;
782
-
783
- Status?: IdentityResolutionJobStatus | string;
784
-
785
- Message?: string;
786
-
787
- JobStartTime?: Date;
788
-
789
- JobEndTime?: Date;
790
-
791
- LastUpdatedAt?: Date;
792
-
793
- JobExpirationTime?: Date;
794
-
795
- AutoMerging?: AutoMerging;
796
-
797
- ExportingLocation?: ExportingLocation;
798
-
799
- JobStats?: JobStats;
800
- }
801
- export interface GetIntegrationRequest {
802
-
803
- DomainName: string | undefined;
804
-
805
- Uri: string | undefined;
806
- }
807
- export interface GetIntegrationResponse {
808
-
809
- DomainName: string | undefined;
810
-
811
- Uri: string | undefined;
812
-
813
- ObjectTypeName?: string;
814
-
815
- CreatedAt: Date | undefined;
816
-
817
- LastUpdatedAt: Date | undefined;
818
-
819
- Tags?: Record<string, string>;
820
-
821
- ObjectTypeNames?: Record<string, string>;
822
-
823
- WorkflowId?: string;
824
- }
825
- export interface GetMatchesRequest {
826
-
827
- NextToken?: string;
828
-
829
- MaxResults?: number;
830
-
831
- DomainName: string | undefined;
832
- }
833
-
834
- export interface MatchItem {
835
-
836
- MatchId?: string;
837
-
838
- ProfileIds?: string[];
839
-
840
- ConfidenceScore?: number;
841
- }
842
- export interface GetMatchesResponse {
843
-
844
- NextToken?: string;
845
-
846
- MatchGenerationDate?: Date;
847
-
848
- PotentialMatches?: number;
849
-
850
- Matches?: MatchItem[];
851
- }
852
- export interface GetProfileObjectTypeRequest {
853
-
854
- DomainName: string | undefined;
855
-
856
- ObjectTypeName: string | undefined;
857
- }
858
- export declare enum FieldContentType {
859
- EMAIL_ADDRESS = "EMAIL_ADDRESS",
860
- NAME = "NAME",
861
- NUMBER = "NUMBER",
862
- PHONE_NUMBER = "PHONE_NUMBER",
863
- STRING = "STRING"
864
- }
865
-
866
- export interface ObjectTypeField {
867
-
868
- Source?: string;
869
-
870
- Target?: string;
871
-
872
- ContentType?: FieldContentType | string;
873
- }
874
- export declare enum StandardIdentifier {
875
- ASSET = "ASSET",
876
- CASE = "CASE",
877
- LOOKUP_ONLY = "LOOKUP_ONLY",
878
- NEW_ONLY = "NEW_ONLY",
879
- ORDER = "ORDER",
880
- PROFILE = "PROFILE",
881
- SECONDARY = "SECONDARY",
882
- UNIQUE = "UNIQUE"
883
- }
884
-
885
- export interface ObjectTypeKey {
886
-
887
- StandardIdentifiers?: (StandardIdentifier | string)[];
888
-
889
- FieldNames?: string[];
890
- }
891
- export interface GetProfileObjectTypeResponse {
892
-
893
- ObjectTypeName: string | undefined;
894
-
895
- Description: string | undefined;
896
-
897
- TemplateId?: string;
898
-
899
- ExpirationDays?: number;
900
-
901
- EncryptionKey?: string;
902
-
903
- AllowProfileCreation?: boolean;
904
-
905
- SourceLastUpdatedTimestampFormat?: string;
906
-
907
- Fields?: Record<string, ObjectTypeField>;
908
-
909
- Keys?: Record<string, ObjectTypeKey[]>;
910
-
911
- CreatedAt?: Date;
912
-
913
- LastUpdatedAt?: Date;
914
-
915
- Tags?: Record<string, string>;
916
- }
917
- export interface GetProfileObjectTypeTemplateRequest {
918
-
919
- TemplateId: string | undefined;
920
- }
921
- export interface GetProfileObjectTypeTemplateResponse {
922
-
923
- TemplateId?: string;
924
-
925
- SourceName?: string;
926
-
927
- SourceObject?: string;
928
-
929
- AllowProfileCreation?: boolean;
930
-
931
- SourceLastUpdatedTimestampFormat?: string;
932
-
933
- Fields?: Record<string, ObjectTypeField>;
934
-
935
- Keys?: Record<string, ObjectTypeKey[]>;
936
- }
937
- export interface GetWorkflowRequest {
938
-
939
- DomainName: string | undefined;
940
-
941
- WorkflowId: string | undefined;
942
- }
943
-
944
- export interface WorkflowAttributes {
945
-
946
- AppflowIntegration?: AppflowIntegrationWorkflowAttributes;
947
- }
948
-
949
- export interface WorkflowMetrics {
950
-
951
- AppflowIntegration?: AppflowIntegrationWorkflowMetrics;
952
- }
953
- export interface GetWorkflowResponse {
954
-
955
- WorkflowId?: string;
956
-
957
- WorkflowType?: WorkflowType | string;
958
-
959
- Status?: Status | string;
960
-
961
- ErrorDescription?: string;
962
-
963
- StartDate?: Date;
964
-
965
- LastUpdatedAt?: Date;
966
-
967
- Attributes?: WorkflowAttributes;
968
-
969
- Metrics?: WorkflowMetrics;
970
- }
971
- export interface GetWorkflowStepsRequest {
972
-
973
- DomainName: string | undefined;
974
-
975
- WorkflowId: string | undefined;
976
-
977
- NextToken?: string;
978
-
979
- MaxResults?: number;
980
- }
981
-
982
- export interface WorkflowStepItem {
983
-
984
- AppflowIntegration?: AppflowIntegrationWorkflowStep;
985
- }
986
- export interface GetWorkflowStepsResponse {
987
-
988
- WorkflowId?: string;
989
-
990
- WorkflowType?: WorkflowType | string;
991
-
992
- Items?: WorkflowStepItem[];
993
-
994
- NextToken?: string;
995
- }
996
- export interface ListAccountIntegrationsRequest {
997
-
998
- Uri: string | undefined;
999
-
1000
- NextToken?: string;
1001
-
1002
- MaxResults?: number;
1003
-
1004
- IncludeHidden?: boolean;
1005
- }
1006
-
1007
- export interface ListIntegrationItem {
1008
-
1009
- DomainName: string | undefined;
1010
-
1011
- Uri: string | undefined;
1012
-
1013
- ObjectTypeName?: string;
1014
-
1015
- CreatedAt: Date | undefined;
1016
-
1017
- LastUpdatedAt: Date | undefined;
1018
-
1019
- Tags?: Record<string, string>;
1020
-
1021
- ObjectTypeNames?: Record<string, string>;
1022
-
1023
- WorkflowId?: string;
1024
- }
1025
- export interface ListAccountIntegrationsResponse {
1026
-
1027
- Items?: ListIntegrationItem[];
1028
-
1029
- NextToken?: string;
1030
- }
1031
- export interface ListDomainsRequest {
1032
-
1033
- NextToken?: string;
1034
-
1035
- MaxResults?: number;
1036
- }
1037
-
1038
- export interface ListDomainItem {
1039
-
1040
- DomainName: string | undefined;
1041
-
1042
- CreatedAt: Date | undefined;
1043
-
1044
- LastUpdatedAt: Date | undefined;
1045
-
1046
- Tags?: Record<string, string>;
1047
- }
1048
- export interface ListDomainsResponse {
1049
-
1050
- Items?: ListDomainItem[];
1051
-
1052
- NextToken?: string;
1053
- }
1054
- export interface ListIdentityResolutionJobsRequest {
1055
-
1056
- DomainName: string | undefined;
1057
-
1058
- NextToken?: string;
1059
-
1060
- MaxResults?: number;
1061
- }
1062
-
1063
- export interface IdentityResolutionJob {
1064
-
1065
- DomainName?: string;
1066
-
1067
- JobId?: string;
1068
-
1069
- Status?: IdentityResolutionJobStatus | string;
1070
-
1071
- JobStartTime?: Date;
1072
-
1073
- JobEndTime?: Date;
1074
-
1075
- JobStats?: JobStats;
1076
-
1077
- ExportingLocation?: ExportingLocation;
1078
-
1079
- Message?: string;
1080
- }
1081
- export interface ListIdentityResolutionJobsResponse {
1082
-
1083
- IdentityResolutionJobsList?: IdentityResolutionJob[];
1084
-
1085
- NextToken?: string;
1086
- }
1087
- export interface ListIntegrationsRequest {
1088
-
1089
- DomainName: string | undefined;
1090
-
1091
- NextToken?: string;
1092
-
1093
- MaxResults?: number;
1094
-
1095
- IncludeHidden?: boolean;
1096
- }
1097
- export interface ListIntegrationsResponse {
1098
-
1099
- Items?: ListIntegrationItem[];
1100
-
1101
- NextToken?: string;
1102
- }
1103
-
1104
- export interface ObjectFilter {
1105
-
1106
- KeyName: string | undefined;
1107
-
1108
- Values: string[] | undefined;
1109
- }
1110
- export interface ListProfileObjectsRequest {
1111
-
1112
- NextToken?: string;
1113
-
1114
- MaxResults?: number;
1115
-
1116
- DomainName: string | undefined;
1117
-
1118
- ObjectTypeName: string | undefined;
1119
-
1120
- ProfileId: string | undefined;
1121
-
1122
- ObjectFilter?: ObjectFilter;
1123
- }
1124
-
1125
- export interface ListProfileObjectsItem {
1126
-
1127
- ObjectTypeName?: string;
1128
-
1129
- ProfileObjectUniqueKey?: string;
1130
-
1131
- Object?: string;
1132
- }
1133
- export interface ListProfileObjectsResponse {
1134
-
1135
- Items?: ListProfileObjectsItem[];
1136
-
1137
- NextToken?: string;
1138
- }
1139
- export interface ListProfileObjectTypesRequest {
1140
-
1141
- DomainName: string | undefined;
1142
-
1143
- NextToken?: string;
1144
-
1145
- MaxResults?: number;
1146
- }
1147
-
1148
- export interface ListProfileObjectTypeItem {
1149
-
1150
- ObjectTypeName: string | undefined;
1151
-
1152
- Description: string | undefined;
1153
-
1154
- CreatedAt?: Date;
1155
-
1156
- LastUpdatedAt?: Date;
1157
-
1158
- Tags?: Record<string, string>;
1159
- }
1160
- export interface ListProfileObjectTypesResponse {
1161
-
1162
- Items?: ListProfileObjectTypeItem[];
1163
-
1164
- NextToken?: string;
1165
- }
1166
- export interface ListProfileObjectTypeTemplatesRequest {
1167
-
1168
- NextToken?: string;
1169
-
1170
- MaxResults?: number;
1171
- }
1172
-
1173
- export interface ListProfileObjectTypeTemplateItem {
1174
-
1175
- TemplateId?: string;
1176
-
1177
- SourceName?: string;
1178
-
1179
- SourceObject?: string;
1180
- }
1181
- export interface ListProfileObjectTypeTemplatesResponse {
1182
-
1183
- Items?: ListProfileObjectTypeTemplateItem[];
1184
-
1185
- NextToken?: string;
1186
- }
1187
- export interface ListTagsForResourceRequest {
1188
-
1189
- resourceArn: string | undefined;
1190
- }
1191
- export interface ListTagsForResourceResponse {
1192
-
1193
- tags?: Record<string, string>;
1194
- }
1195
- export interface ListWorkflowsRequest {
1196
-
1197
- DomainName: string | undefined;
1198
-
1199
- WorkflowType?: WorkflowType | string;
1200
-
1201
- Status?: Status | string;
1202
-
1203
- QueryStartDate?: Date;
1204
-
1205
- QueryEndDate?: Date;
1206
-
1207
- NextToken?: string;
1208
-
1209
- MaxResults?: number;
1210
- }
1211
-
1212
- export interface ListWorkflowsItem {
1213
-
1214
- WorkflowType: WorkflowType | string | undefined;
1215
-
1216
- WorkflowId: string | undefined;
1217
-
1218
- Status: Status | string | undefined;
1219
-
1220
- StatusDescription: string | undefined;
1221
-
1222
- CreatedAt: Date | undefined;
1223
-
1224
- LastUpdatedAt: Date | undefined;
1225
- }
1226
- export interface ListWorkflowsResponse {
1227
-
1228
- Items?: ListWorkflowsItem[];
1229
-
1230
- NextToken?: string;
1231
- }
1232
-
1233
- export interface FieldSourceProfileIds {
1234
-
1235
- AccountNumber?: string;
1236
-
1237
- AdditionalInformation?: string;
1238
-
1239
- PartyType?: string;
1240
-
1241
- BusinessName?: string;
1242
-
1243
- FirstName?: string;
1244
-
1245
- MiddleName?: string;
1246
-
1247
- LastName?: string;
1248
-
1249
- BirthDate?: string;
1250
-
1251
- Gender?: string;
1252
-
1253
- PhoneNumber?: string;
1254
-
1255
- MobilePhoneNumber?: string;
1256
-
1257
- HomePhoneNumber?: string;
1258
-
1259
- BusinessPhoneNumber?: string;
1260
-
1261
- EmailAddress?: string;
1262
-
1263
- PersonalEmailAddress?: string;
1264
-
1265
- BusinessEmailAddress?: string;
1266
-
1267
- Address?: string;
1268
-
1269
- ShippingAddress?: string;
1270
-
1271
- MailingAddress?: string;
1272
-
1273
- BillingAddress?: string;
1274
-
1275
- Attributes?: Record<string, string>;
1276
- }
1277
- export interface MergeProfilesRequest {
1278
-
1279
- DomainName: string | undefined;
1280
-
1281
- MainProfileId: string | undefined;
1282
-
1283
- ProfileIdsToBeMerged: string[] | undefined;
1284
-
1285
- FieldSourceProfileIds?: FieldSourceProfileIds;
1286
- }
1287
- export interface MergeProfilesResponse {
1288
-
1289
- Message?: string;
1290
- }
1291
- export interface PutIntegrationRequest {
1292
-
1293
- DomainName: string | undefined;
1294
-
1295
- Uri?: string;
1296
-
1297
- ObjectTypeName?: string;
1298
-
1299
- Tags?: Record<string, string>;
1300
-
1301
- FlowDefinition?: FlowDefinition;
1302
-
1303
- ObjectTypeNames?: Record<string, string>;
1304
- }
1305
- export interface PutIntegrationResponse {
1306
-
1307
- DomainName: string | undefined;
1308
-
1309
- Uri: string | undefined;
1310
-
1311
- ObjectTypeName?: string;
1312
-
1313
- CreatedAt: Date | undefined;
1314
-
1315
- LastUpdatedAt: Date | undefined;
1316
-
1317
- Tags?: Record<string, string>;
1318
-
1319
- ObjectTypeNames?: Record<string, string>;
1320
-
1321
- WorkflowId?: string;
1322
- }
1323
- export interface PutProfileObjectRequest {
1324
-
1325
- ObjectTypeName: string | undefined;
1326
-
1327
- Object: string | undefined;
1328
-
1329
- DomainName: string | undefined;
1330
- }
1331
- export interface PutProfileObjectResponse {
1332
-
1333
- ProfileObjectUniqueKey?: string;
1334
- }
1335
- export interface PutProfileObjectTypeRequest {
1336
-
1337
- DomainName: string | undefined;
1338
-
1339
- ObjectTypeName: string | undefined;
1340
-
1341
- Description: string | undefined;
1342
-
1343
- TemplateId?: string;
1344
-
1345
- ExpirationDays?: number;
1346
-
1347
- EncryptionKey?: string;
1348
-
1349
- AllowProfileCreation?: boolean;
1350
-
1351
- SourceLastUpdatedTimestampFormat?: string;
1352
-
1353
- Fields?: Record<string, ObjectTypeField>;
1354
-
1355
- Keys?: Record<string, ObjectTypeKey[]>;
1356
-
1357
- Tags?: Record<string, string>;
1358
- }
1359
- export interface PutProfileObjectTypeResponse {
1360
-
1361
- ObjectTypeName: string | undefined;
1362
-
1363
- Description: string | undefined;
1364
-
1365
- TemplateId?: string;
1366
-
1367
- ExpirationDays?: number;
1368
-
1369
- EncryptionKey?: string;
1370
-
1371
- AllowProfileCreation?: boolean;
1372
-
1373
- SourceLastUpdatedTimestampFormat?: string;
1374
-
1375
- Fields?: Record<string, ObjectTypeField>;
1376
-
1377
- Keys?: Record<string, ObjectTypeKey[]>;
1378
-
1379
- CreatedAt?: Date;
1380
-
1381
- LastUpdatedAt?: Date;
1382
-
1383
- Tags?: Record<string, string>;
1384
- }
1385
- export interface SearchProfilesRequest {
1386
-
1387
- NextToken?: string;
1388
-
1389
- MaxResults?: number;
1390
-
1391
- DomainName: string | undefined;
1392
-
1393
- KeyName: string | undefined;
1394
-
1395
- Values: string[] | undefined;
1396
- }
1397
-
1398
- export interface Profile {
1399
-
1400
- ProfileId?: string;
1401
-
1402
- AccountNumber?: string;
1403
-
1404
- AdditionalInformation?: string;
1405
-
1406
- PartyType?: PartyType | string;
1407
-
1408
- BusinessName?: string;
1409
-
1410
- FirstName?: string;
1411
-
1412
- MiddleName?: string;
1413
-
1414
- LastName?: string;
1415
-
1416
- BirthDate?: string;
1417
-
1418
- Gender?: Gender | string;
1419
-
1420
- PhoneNumber?: string;
1421
-
1422
- MobilePhoneNumber?: string;
1423
-
1424
- HomePhoneNumber?: string;
1425
-
1426
- BusinessPhoneNumber?: string;
1427
-
1428
- EmailAddress?: string;
1429
-
1430
- PersonalEmailAddress?: string;
1431
-
1432
- BusinessEmailAddress?: string;
1433
-
1434
- Address?: Address;
1435
-
1436
- ShippingAddress?: Address;
1437
-
1438
- MailingAddress?: Address;
1439
-
1440
- BillingAddress?: Address;
1441
-
1442
- Attributes?: Record<string, string>;
1443
- }
1444
- export interface SearchProfilesResponse {
1445
-
1446
- Items?: Profile[];
1447
-
1448
- NextToken?: string;
1449
- }
1450
- export interface TagResourceRequest {
1451
-
1452
- resourceArn: string | undefined;
1453
-
1454
- tags: Record<string, string> | undefined;
1455
- }
1456
- export interface TagResourceResponse {
1457
- }
1458
- export interface UntagResourceRequest {
1459
-
1460
- resourceArn: string | undefined;
1461
-
1462
- tagKeys: string[] | undefined;
1463
- }
1464
- export interface UntagResourceResponse {
1465
- }
1466
- export interface UpdateDomainRequest {
1467
-
1468
- DomainName: string | undefined;
1469
-
1470
- DefaultExpirationDays?: number;
1471
-
1472
- DefaultEncryptionKey?: string;
1473
-
1474
- DeadLetterQueueUrl?: string;
1475
-
1476
- Matching?: MatchingRequest;
1477
-
1478
- Tags?: Record<string, string>;
1479
- }
1480
- export interface UpdateDomainResponse {
1481
-
1482
- DomainName: string | undefined;
1483
-
1484
- DefaultExpirationDays?: number;
1485
-
1486
- DefaultEncryptionKey?: string;
1487
-
1488
- DeadLetterQueueUrl?: string;
1489
-
1490
- Matching?: MatchingResponse;
1491
-
1492
- CreatedAt: Date | undefined;
1493
-
1494
- LastUpdatedAt: Date | undefined;
1495
-
1496
- Tags?: Record<string, string>;
1497
- }
1498
-
1499
- export interface UpdateAddress {
1500
-
1501
- Address1?: string;
1502
-
1503
- Address2?: string;
1504
-
1505
- Address3?: string;
1506
-
1507
- Address4?: string;
1508
-
1509
- City?: string;
1510
-
1511
- County?: string;
1512
-
1513
- State?: string;
1514
-
1515
- Province?: string;
1516
-
1517
- Country?: string;
1518
-
1519
- PostalCode?: string;
1520
- }
1521
- export interface UpdateProfileRequest {
1522
-
1523
- DomainName: string | undefined;
1524
-
1525
- ProfileId: string | undefined;
1526
-
1527
- AdditionalInformation?: string;
1528
-
1529
- AccountNumber?: string;
1530
-
1531
- PartyType?: PartyType | string;
1532
-
1533
- BusinessName?: string;
1534
-
1535
- FirstName?: string;
1536
-
1537
- MiddleName?: string;
1538
-
1539
- LastName?: string;
1540
-
1541
- BirthDate?: string;
1542
-
1543
- Gender?: Gender | string;
1544
-
1545
- PhoneNumber?: string;
1546
-
1547
- MobilePhoneNumber?: string;
1548
-
1549
- HomePhoneNumber?: string;
1550
-
1551
- BusinessPhoneNumber?: string;
1552
-
1553
- EmailAddress?: string;
1554
-
1555
- PersonalEmailAddress?: string;
1556
-
1557
- BusinessEmailAddress?: string;
1558
-
1559
- Address?: UpdateAddress;
1560
-
1561
- ShippingAddress?: UpdateAddress;
1562
-
1563
- MailingAddress?: UpdateAddress;
1564
-
1565
- BillingAddress?: UpdateAddress;
1566
-
1567
- Attributes?: Record<string, string>;
1568
- }
1569
- export interface UpdateProfileResponse {
1570
-
1571
- ProfileId: string | undefined;
1572
- }
1573
-
1574
- export declare const AddProfileKeyRequestFilterSensitiveLog: (obj: AddProfileKeyRequest) => any;
1575
-
1576
- export declare const AddProfileKeyResponseFilterSensitiveLog: (obj: AddProfileKeyResponse) => any;
1577
-
1578
- export declare const AddressFilterSensitiveLog: (obj: Address) => any;
1579
-
1580
- export declare const BatchFilterSensitiveLog: (obj: Batch) => any;
1581
-
1582
- export declare const IncrementalPullConfigFilterSensitiveLog: (obj: IncrementalPullConfig) => any;
1583
-
1584
- export declare const MarketoSourcePropertiesFilterSensitiveLog: (obj: MarketoSourceProperties) => any;
1585
-
1586
- export declare const S3SourcePropertiesFilterSensitiveLog: (obj: S3SourceProperties) => any;
1587
-
1588
- export declare const SalesforceSourcePropertiesFilterSensitiveLog: (obj: SalesforceSourceProperties) => any;
1589
-
1590
- export declare const ServiceNowSourcePropertiesFilterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
1591
-
1592
- export declare const ZendeskSourcePropertiesFilterSensitiveLog: (obj: ZendeskSourceProperties) => any;
1593
-
1594
- export declare const SourceConnectorPropertiesFilterSensitiveLog: (obj: SourceConnectorProperties) => any;
1595
-
1596
- export declare const SourceFlowConfigFilterSensitiveLog: (obj: SourceFlowConfig) => any;
1597
-
1598
- export declare const ConnectorOperatorFilterSensitiveLog: (obj: ConnectorOperator) => any;
1599
-
1600
- export declare const TaskFilterSensitiveLog: (obj: Task) => any;
1601
-
1602
- export declare const ScheduledTriggerPropertiesFilterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
1603
-
1604
- export declare const TriggerPropertiesFilterSensitiveLog: (obj: TriggerProperties) => any;
1605
-
1606
- export declare const TriggerConfigFilterSensitiveLog: (obj: TriggerConfig) => any;
1607
-
1608
- export declare const FlowDefinitionFilterSensitiveLog: (obj: FlowDefinition) => any;
1609
-
1610
- export declare const AppflowIntegrationFilterSensitiveLog: (obj: AppflowIntegration) => any;
1611
-
1612
- export declare const AppflowIntegrationWorkflowAttributesFilterSensitiveLog: (obj: AppflowIntegrationWorkflowAttributes) => any;
1613
-
1614
- export declare const AppflowIntegrationWorkflowMetricsFilterSensitiveLog: (obj: AppflowIntegrationWorkflowMetrics) => any;
1615
-
1616
- export declare const AppflowIntegrationWorkflowStepFilterSensitiveLog: (obj: AppflowIntegrationWorkflowStep) => any;
1617
-
1618
- export declare const ConflictResolutionFilterSensitiveLog: (obj: ConflictResolution) => any;
1619
-
1620
- export declare const ConsolidationFilterSensitiveLog: (obj: Consolidation) => any;
1621
-
1622
- export declare const AutoMergingFilterSensitiveLog: (obj: AutoMerging) => any;
1623
-
1624
- export declare const S3ExportingConfigFilterSensitiveLog: (obj: S3ExportingConfig) => any;
1625
-
1626
- export declare const ExportingConfigFilterSensitiveLog: (obj: ExportingConfig) => any;
1627
-
1628
- export declare const JobScheduleFilterSensitiveLog: (obj: JobSchedule) => any;
1629
-
1630
- export declare const MatchingRequestFilterSensitiveLog: (obj: MatchingRequest) => any;
1631
-
1632
- export declare const CreateDomainRequestFilterSensitiveLog: (obj: CreateDomainRequest) => any;
1633
-
1634
- export declare const MatchingResponseFilterSensitiveLog: (obj: MatchingResponse) => any;
1635
-
1636
- export declare const CreateDomainResponseFilterSensitiveLog: (obj: CreateDomainResponse) => any;
1637
-
1638
- export declare const IntegrationConfigFilterSensitiveLog: (obj: IntegrationConfig) => any;
1639
-
1640
- export declare const CreateIntegrationWorkflowRequestFilterSensitiveLog: (obj: CreateIntegrationWorkflowRequest) => any;
1641
-
1642
- export declare const CreateIntegrationWorkflowResponseFilterSensitiveLog: (obj: CreateIntegrationWorkflowResponse) => any;
1643
-
1644
- export declare const CreateProfileRequestFilterSensitiveLog: (obj: CreateProfileRequest) => any;
1645
-
1646
- export declare const CreateProfileResponseFilterSensitiveLog: (obj: CreateProfileResponse) => any;
1647
-
1648
- export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
1649
-
1650
- export declare const DeleteDomainResponseFilterSensitiveLog: (obj: DeleteDomainResponse) => any;
1651
-
1652
- export declare const DeleteIntegrationRequestFilterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
1653
-
1654
- export declare const DeleteIntegrationResponseFilterSensitiveLog: (obj: DeleteIntegrationResponse) => any;
1655
-
1656
- export declare const DeleteProfileRequestFilterSensitiveLog: (obj: DeleteProfileRequest) => any;
1657
-
1658
- export declare const DeleteProfileResponseFilterSensitiveLog: (obj: DeleteProfileResponse) => any;
1659
-
1660
- export declare const DeleteProfileKeyRequestFilterSensitiveLog: (obj: DeleteProfileKeyRequest) => any;
1661
-
1662
- export declare const DeleteProfileKeyResponseFilterSensitiveLog: (obj: DeleteProfileKeyResponse) => any;
1663
-
1664
- export declare const DeleteProfileObjectRequestFilterSensitiveLog: (obj: DeleteProfileObjectRequest) => any;
1665
-
1666
- export declare const DeleteProfileObjectResponseFilterSensitiveLog: (obj: DeleteProfileObjectResponse) => any;
1667
-
1668
- export declare const DeleteProfileObjectTypeRequestFilterSensitiveLog: (obj: DeleteProfileObjectTypeRequest) => any;
1669
-
1670
- export declare const DeleteProfileObjectTypeResponseFilterSensitiveLog: (obj: DeleteProfileObjectTypeResponse) => any;
1671
-
1672
- export declare const DeleteWorkflowRequestFilterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
1673
-
1674
- export declare const DeleteWorkflowResponseFilterSensitiveLog: (obj: DeleteWorkflowResponse) => any;
1675
-
1676
- export declare const GetAutoMergingPreviewRequestFilterSensitiveLog: (obj: GetAutoMergingPreviewRequest) => any;
1677
-
1678
- export declare const GetAutoMergingPreviewResponseFilterSensitiveLog: (obj: GetAutoMergingPreviewResponse) => any;
1679
-
1680
- export declare const GetDomainRequestFilterSensitiveLog: (obj: GetDomainRequest) => any;
1681
-
1682
- export declare const DomainStatsFilterSensitiveLog: (obj: DomainStats) => any;
1683
-
1684
- export declare const GetDomainResponseFilterSensitiveLog: (obj: GetDomainResponse) => any;
1685
-
1686
- export declare const GetIdentityResolutionJobRequestFilterSensitiveLog: (obj: GetIdentityResolutionJobRequest) => any;
1687
-
1688
- export declare const S3ExportingLocationFilterSensitiveLog: (obj: S3ExportingLocation) => any;
1689
-
1690
- export declare const ExportingLocationFilterSensitiveLog: (obj: ExportingLocation) => any;
1691
-
1692
- export declare const JobStatsFilterSensitiveLog: (obj: JobStats) => any;
1693
-
1694
- export declare const GetIdentityResolutionJobResponseFilterSensitiveLog: (obj: GetIdentityResolutionJobResponse) => any;
1695
-
1696
- export declare const GetIntegrationRequestFilterSensitiveLog: (obj: GetIntegrationRequest) => any;
1697
-
1698
- export declare const GetIntegrationResponseFilterSensitiveLog: (obj: GetIntegrationResponse) => any;
1699
-
1700
- export declare const GetMatchesRequestFilterSensitiveLog: (obj: GetMatchesRequest) => any;
1701
-
1702
- export declare const MatchItemFilterSensitiveLog: (obj: MatchItem) => any;
1703
-
1704
- export declare const GetMatchesResponseFilterSensitiveLog: (obj: GetMatchesResponse) => any;
1705
-
1706
- export declare const GetProfileObjectTypeRequestFilterSensitiveLog: (obj: GetProfileObjectTypeRequest) => any;
1707
-
1708
- export declare const ObjectTypeFieldFilterSensitiveLog: (obj: ObjectTypeField) => any;
1709
-
1710
- export declare const ObjectTypeKeyFilterSensitiveLog: (obj: ObjectTypeKey) => any;
1711
-
1712
- export declare const GetProfileObjectTypeResponseFilterSensitiveLog: (obj: GetProfileObjectTypeResponse) => any;
1713
-
1714
- export declare const GetProfileObjectTypeTemplateRequestFilterSensitiveLog: (obj: GetProfileObjectTypeTemplateRequest) => any;
1715
-
1716
- export declare const GetProfileObjectTypeTemplateResponseFilterSensitiveLog: (obj: GetProfileObjectTypeTemplateResponse) => any;
1717
-
1718
- export declare const GetWorkflowRequestFilterSensitiveLog: (obj: GetWorkflowRequest) => any;
1719
-
1720
- export declare const WorkflowAttributesFilterSensitiveLog: (obj: WorkflowAttributes) => any;
1721
-
1722
- export declare const WorkflowMetricsFilterSensitiveLog: (obj: WorkflowMetrics) => any;
1723
-
1724
- export declare const GetWorkflowResponseFilterSensitiveLog: (obj: GetWorkflowResponse) => any;
1725
-
1726
- export declare const GetWorkflowStepsRequestFilterSensitiveLog: (obj: GetWorkflowStepsRequest) => any;
1727
-
1728
- export declare const WorkflowStepItemFilterSensitiveLog: (obj: WorkflowStepItem) => any;
1729
-
1730
- export declare const GetWorkflowStepsResponseFilterSensitiveLog: (obj: GetWorkflowStepsResponse) => any;
1731
-
1732
- export declare const ListAccountIntegrationsRequestFilterSensitiveLog: (obj: ListAccountIntegrationsRequest) => any;
1733
-
1734
- export declare const ListIntegrationItemFilterSensitiveLog: (obj: ListIntegrationItem) => any;
1735
-
1736
- export declare const ListAccountIntegrationsResponseFilterSensitiveLog: (obj: ListAccountIntegrationsResponse) => any;
1737
-
1738
- export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
1739
-
1740
- export declare const ListDomainItemFilterSensitiveLog: (obj: ListDomainItem) => any;
1741
-
1742
- export declare const ListDomainsResponseFilterSensitiveLog: (obj: ListDomainsResponse) => any;
1743
-
1744
- export declare const ListIdentityResolutionJobsRequestFilterSensitiveLog: (obj: ListIdentityResolutionJobsRequest) => any;
1745
-
1746
- export declare const IdentityResolutionJobFilterSensitiveLog: (obj: IdentityResolutionJob) => any;
1747
-
1748
- export declare const ListIdentityResolutionJobsResponseFilterSensitiveLog: (obj: ListIdentityResolutionJobsResponse) => any;
1749
-
1750
- export declare const ListIntegrationsRequestFilterSensitiveLog: (obj: ListIntegrationsRequest) => any;
1751
-
1752
- export declare const ListIntegrationsResponseFilterSensitiveLog: (obj: ListIntegrationsResponse) => any;
1753
-
1754
- export declare const ObjectFilterFilterSensitiveLog: (obj: ObjectFilter) => any;
1755
-
1756
- export declare const ListProfileObjectsRequestFilterSensitiveLog: (obj: ListProfileObjectsRequest) => any;
1757
-
1758
- export declare const ListProfileObjectsItemFilterSensitiveLog: (obj: ListProfileObjectsItem) => any;
1759
-
1760
- export declare const ListProfileObjectsResponseFilterSensitiveLog: (obj: ListProfileObjectsResponse) => any;
1761
-
1762
- export declare const ListProfileObjectTypesRequestFilterSensitiveLog: (obj: ListProfileObjectTypesRequest) => any;
1763
-
1764
- export declare const ListProfileObjectTypeItemFilterSensitiveLog: (obj: ListProfileObjectTypeItem) => any;
1765
-
1766
- export declare const ListProfileObjectTypesResponseFilterSensitiveLog: (obj: ListProfileObjectTypesResponse) => any;
1767
-
1768
- export declare const ListProfileObjectTypeTemplatesRequestFilterSensitiveLog: (obj: ListProfileObjectTypeTemplatesRequest) => any;
1769
-
1770
- export declare const ListProfileObjectTypeTemplateItemFilterSensitiveLog: (obj: ListProfileObjectTypeTemplateItem) => any;
1771
-
1772
- export declare const ListProfileObjectTypeTemplatesResponseFilterSensitiveLog: (obj: ListProfileObjectTypeTemplatesResponse) => any;
1773
-
1774
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1775
-
1776
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1777
-
1778
- export declare const ListWorkflowsRequestFilterSensitiveLog: (obj: ListWorkflowsRequest) => any;
1779
-
1780
- export declare const ListWorkflowsItemFilterSensitiveLog: (obj: ListWorkflowsItem) => any;
1781
-
1782
- export declare const ListWorkflowsResponseFilterSensitiveLog: (obj: ListWorkflowsResponse) => any;
1783
-
1784
- export declare const FieldSourceProfileIdsFilterSensitiveLog: (obj: FieldSourceProfileIds) => any;
1785
-
1786
- export declare const MergeProfilesRequestFilterSensitiveLog: (obj: MergeProfilesRequest) => any;
1787
-
1788
- export declare const MergeProfilesResponseFilterSensitiveLog: (obj: MergeProfilesResponse) => any;
1789
-
1790
- export declare const PutIntegrationRequestFilterSensitiveLog: (obj: PutIntegrationRequest) => any;
1791
-
1792
- export declare const PutIntegrationResponseFilterSensitiveLog: (obj: PutIntegrationResponse) => any;
1793
-
1794
- export declare const PutProfileObjectRequestFilterSensitiveLog: (obj: PutProfileObjectRequest) => any;
1795
-
1796
- export declare const PutProfileObjectResponseFilterSensitiveLog: (obj: PutProfileObjectResponse) => any;
1797
-
1798
- export declare const PutProfileObjectTypeRequestFilterSensitiveLog: (obj: PutProfileObjectTypeRequest) => any;
1799
-
1800
- export declare const PutProfileObjectTypeResponseFilterSensitiveLog: (obj: PutProfileObjectTypeResponse) => any;
1801
-
1802
- export declare const SearchProfilesRequestFilterSensitiveLog: (obj: SearchProfilesRequest) => any;
1803
-
1804
- export declare const ProfileFilterSensitiveLog: (obj: Profile) => any;
1805
-
1806
- export declare const SearchProfilesResponseFilterSensitiveLog: (obj: SearchProfilesResponse) => any;
1807
-
1808
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1809
-
1810
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1811
-
1812
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1813
-
1814
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1815
-
1816
- export declare const UpdateDomainRequestFilterSensitiveLog: (obj: UpdateDomainRequest) => any;
1817
-
1818
- export declare const UpdateDomainResponseFilterSensitiveLog: (obj: UpdateDomainResponse) => any;
1819
-
1820
- export declare const UpdateAddressFilterSensitiveLog: (obj: UpdateAddress) => any;
1821
-
1822
- export declare const UpdateProfileRequestFilterSensitiveLog: (obj: UpdateProfileRequest) => any;
1823
-
1824
- export declare const UpdateProfileResponseFilterSensitiveLog: (obj: UpdateProfileResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CustomerProfilesServiceException as __BaseException } from "./CustomerProfilesServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+ Message?: string;
8
+
9
+ constructor(
10
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
+ );
12
+ }
13
+ export interface AddProfileKeyRequest {
14
+ ProfileId: string | undefined;
15
+
16
+ KeyName: string | undefined;
17
+
18
+ Values: string[] | undefined;
19
+
20
+ DomainName: string | undefined;
21
+ }
22
+ export interface AddProfileKeyResponse {
23
+ KeyName?: string;
24
+
25
+ Values?: string[];
26
+ }
27
+
28
+ export declare class BadRequestException extends __BaseException {
29
+ readonly name: "BadRequestException";
30
+ readonly $fault: "client";
31
+ Message?: string;
32
+
33
+ constructor(
34
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
35
+ );
36
+ }
37
+
38
+ export declare class InternalServerException extends __BaseException {
39
+ readonly name: "InternalServerException";
40
+ readonly $fault: "server";
41
+ Message?: string;
42
+
43
+ constructor(
44
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
45
+ );
46
+ }
47
+
48
+ export declare class ResourceNotFoundException extends __BaseException {
49
+ readonly name: "ResourceNotFoundException";
50
+ readonly $fault: "client";
51
+ Message?: string;
52
+
53
+ constructor(
54
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
55
+ );
56
+ }
57
+
58
+ export declare class ThrottlingException extends __BaseException {
59
+ readonly name: "ThrottlingException";
60
+ readonly $fault: "client";
61
+ Message?: string;
62
+
63
+ constructor(
64
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
65
+ );
66
+ }
67
+
68
+ export interface Address {
69
+ Address1?: string;
70
+
71
+ Address2?: string;
72
+
73
+ Address3?: string;
74
+
75
+ Address4?: string;
76
+
77
+ City?: string;
78
+
79
+ County?: string;
80
+
81
+ State?: string;
82
+
83
+ Province?: string;
84
+
85
+ Country?: string;
86
+
87
+ PostalCode?: string;
88
+ }
89
+
90
+ export interface Batch {
91
+ StartTime: Date | undefined;
92
+
93
+ EndTime: Date | undefined;
94
+ }
95
+ export declare enum SourceConnectorType {
96
+ MARKETO = "Marketo",
97
+ S3 = "S3",
98
+ SALESFORCE = "Salesforce",
99
+ SERVICENOW = "Servicenow",
100
+ ZENDESK = "Zendesk",
101
+ }
102
+
103
+ export interface IncrementalPullConfig {
104
+ DatetimeTypeFieldName?: string;
105
+ }
106
+
107
+ export interface MarketoSourceProperties {
108
+ Object: string | undefined;
109
+ }
110
+
111
+ export interface S3SourceProperties {
112
+ BucketName: string | undefined;
113
+
114
+ BucketPrefix?: string;
115
+ }
116
+
117
+ export interface SalesforceSourceProperties {
118
+ Object: string | undefined;
119
+
120
+ EnableDynamicFieldUpdate?: boolean;
121
+
122
+ IncludeDeletedRecords?: boolean;
123
+ }
124
+
125
+ export interface ServiceNowSourceProperties {
126
+ Object: string | undefined;
127
+ }
128
+
129
+ export interface ZendeskSourceProperties {
130
+ Object: string | undefined;
131
+ }
132
+
133
+ export interface SourceConnectorProperties {
134
+ Marketo?: MarketoSourceProperties;
135
+
136
+ S3?: S3SourceProperties;
137
+
138
+ Salesforce?: SalesforceSourceProperties;
139
+
140
+ ServiceNow?: ServiceNowSourceProperties;
141
+
142
+ Zendesk?: ZendeskSourceProperties;
143
+ }
144
+
145
+ export interface SourceFlowConfig {
146
+ ConnectorProfileName?: string;
147
+
148
+ ConnectorType: SourceConnectorType | string | undefined;
149
+
150
+ IncrementalPullConfig?: IncrementalPullConfig;
151
+
152
+ SourceConnectorProperties: SourceConnectorProperties | undefined;
153
+ }
154
+ export declare enum MarketoConnectorOperator {
155
+ ADDITION = "ADDITION",
156
+ BETWEEN = "BETWEEN",
157
+ DIVISION = "DIVISION",
158
+ GREATER_THAN = "GREATER_THAN",
159
+ LESS_THAN = "LESS_THAN",
160
+ MASK_ALL = "MASK_ALL",
161
+ MASK_FIRST_N = "MASK_FIRST_N",
162
+ MASK_LAST_N = "MASK_LAST_N",
163
+ MULTIPLICATION = "MULTIPLICATION",
164
+ NO_OP = "NO_OP",
165
+ PROJECTION = "PROJECTION",
166
+ SUBTRACTION = "SUBTRACTION",
167
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
168
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
169
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
170
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC",
171
+ }
172
+ export declare enum S3ConnectorOperator {
173
+ ADDITION = "ADDITION",
174
+ BETWEEN = "BETWEEN",
175
+ DIVISION = "DIVISION",
176
+ EQUAL_TO = "EQUAL_TO",
177
+ GREATER_THAN = "GREATER_THAN",
178
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
179
+ LESS_THAN = "LESS_THAN",
180
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
181
+ MASK_ALL = "MASK_ALL",
182
+ MASK_FIRST_N = "MASK_FIRST_N",
183
+ MASK_LAST_N = "MASK_LAST_N",
184
+ MULTIPLICATION = "MULTIPLICATION",
185
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
186
+ NO_OP = "NO_OP",
187
+ PROJECTION = "PROJECTION",
188
+ SUBTRACTION = "SUBTRACTION",
189
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
190
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
191
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
192
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC",
193
+ }
194
+ export declare enum SalesforceConnectorOperator {
195
+ ADDITION = "ADDITION",
196
+ BETWEEN = "BETWEEN",
197
+ CONTAINS = "CONTAINS",
198
+ DIVISION = "DIVISION",
199
+ EQUAL_TO = "EQUAL_TO",
200
+ GREATER_THAN = "GREATER_THAN",
201
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
202
+ LESS_THAN = "LESS_THAN",
203
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
204
+ MASK_ALL = "MASK_ALL",
205
+ MASK_FIRST_N = "MASK_FIRST_N",
206
+ MASK_LAST_N = "MASK_LAST_N",
207
+ MULTIPLICATION = "MULTIPLICATION",
208
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
209
+ NO_OP = "NO_OP",
210
+ PROJECTION = "PROJECTION",
211
+ SUBTRACTION = "SUBTRACTION",
212
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
213
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
214
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
215
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC",
216
+ }
217
+ export declare enum ServiceNowConnectorOperator {
218
+ ADDITION = "ADDITION",
219
+ BETWEEN = "BETWEEN",
220
+ CONTAINS = "CONTAINS",
221
+ DIVISION = "DIVISION",
222
+ EQUAL_TO = "EQUAL_TO",
223
+ GREATER_THAN = "GREATER_THAN",
224
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
225
+ LESS_THAN = "LESS_THAN",
226
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
227
+ MASK_ALL = "MASK_ALL",
228
+ MASK_FIRST_N = "MASK_FIRST_N",
229
+ MASK_LAST_N = "MASK_LAST_N",
230
+ MULTIPLICATION = "MULTIPLICATION",
231
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
232
+ NO_OP = "NO_OP",
233
+ PROJECTION = "PROJECTION",
234
+ SUBTRACTION = "SUBTRACTION",
235
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
236
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
237
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
238
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC",
239
+ }
240
+ export declare enum ZendeskConnectorOperator {
241
+ ADDITION = "ADDITION",
242
+ DIVISION = "DIVISION",
243
+ GREATER_THAN = "GREATER_THAN",
244
+ MASK_ALL = "MASK_ALL",
245
+ MASK_FIRST_N = "MASK_FIRST_N",
246
+ MASK_LAST_N = "MASK_LAST_N",
247
+ MULTIPLICATION = "MULTIPLICATION",
248
+ NO_OP = "NO_OP",
249
+ PROJECTION = "PROJECTION",
250
+ SUBTRACTION = "SUBTRACTION",
251
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
252
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
253
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
254
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC",
255
+ }
256
+
257
+ export interface ConnectorOperator {
258
+ Marketo?: MarketoConnectorOperator | string;
259
+
260
+ S3?: S3ConnectorOperator | string;
261
+
262
+ Salesforce?: SalesforceConnectorOperator | string;
263
+
264
+ ServiceNow?: ServiceNowConnectorOperator | string;
265
+
266
+ Zendesk?: ZendeskConnectorOperator | string;
267
+ }
268
+ export declare enum OperatorPropertiesKeys {
269
+ CONCAT_FORMAT = "CONCAT_FORMAT",
270
+ DATA_TYPE = "DATA_TYPE",
271
+ DESTINATION_DATA_TYPE = "DESTINATION_DATA_TYPE",
272
+ LOWER_BOUND = "LOWER_BOUND",
273
+ MASK_LENGTH = "MASK_LENGTH",
274
+ MASK_VALUE = "MASK_VALUE",
275
+ MATH_OPERATION_FIELDS_ORDER = "MATH_OPERATION_FIELDS_ORDER",
276
+ SOURCE_DATA_TYPE = "SOURCE_DATA_TYPE",
277
+ SUBFIELD_CATEGORY_MAP = "SUBFIELD_CATEGORY_MAP",
278
+ TRUNCATE_LENGTH = "TRUNCATE_LENGTH",
279
+ UPPER_BOUND = "UPPER_BOUND",
280
+ VALIDATION_ACTION = "VALIDATION_ACTION",
281
+ VALUE = "VALUE",
282
+ VALUES = "VALUES",
283
+ }
284
+ export declare enum TaskType {
285
+ ARITHMETIC = "Arithmetic",
286
+ FILTER = "Filter",
287
+ MAP = "Map",
288
+ MASK = "Mask",
289
+ MERGE = "Merge",
290
+ TRUNCATE = "Truncate",
291
+ VALIDATE = "Validate",
292
+ }
293
+
294
+ export interface Task {
295
+ ConnectorOperator?: ConnectorOperator;
296
+
297
+ DestinationField?: string;
298
+
299
+ SourceFields: string[] | undefined;
300
+
301
+ TaskProperties?: Record<string, string>;
302
+
303
+ TaskType: TaskType | string | undefined;
304
+ }
305
+ export declare enum DataPullMode {
306
+ COMPLETE = "Complete",
307
+ INCREMENTAL = "Incremental",
308
+ }
309
+
310
+ export interface ScheduledTriggerProperties {
311
+ ScheduleExpression: string | undefined;
312
+
313
+ DataPullMode?: DataPullMode | string;
314
+
315
+ ScheduleStartTime?: Date;
316
+
317
+ ScheduleEndTime?: Date;
318
+
319
+ Timezone?: string;
320
+
321
+ ScheduleOffset?: number;
322
+
323
+ FirstExecutionFrom?: Date;
324
+ }
325
+
326
+ export interface TriggerProperties {
327
+ Scheduled?: ScheduledTriggerProperties;
328
+ }
329
+ export declare enum TriggerType {
330
+ EVENT = "Event",
331
+ ONDEMAND = "OnDemand",
332
+ SCHEDULED = "Scheduled",
333
+ }
334
+
335
+ export interface TriggerConfig {
336
+ TriggerType: TriggerType | string | undefined;
337
+
338
+ TriggerProperties?: TriggerProperties;
339
+ }
340
+
341
+ export interface FlowDefinition {
342
+ Description?: string;
343
+
344
+ FlowName: string | undefined;
345
+
346
+ KmsArn: string | undefined;
347
+
348
+ SourceFlowConfig: SourceFlowConfig | undefined;
349
+
350
+ Tasks: Task[] | undefined;
351
+
352
+ TriggerConfig: TriggerConfig | undefined;
353
+ }
354
+
355
+ export interface AppflowIntegration {
356
+ FlowDefinition: FlowDefinition | undefined;
357
+
358
+ Batches?: Batch[];
359
+ }
360
+
361
+ export interface AppflowIntegrationWorkflowAttributes {
362
+ SourceConnectorType: SourceConnectorType | string | undefined;
363
+
364
+ ConnectorProfileName: string | undefined;
365
+
366
+ RoleArn?: string;
367
+ }
368
+
369
+ export interface AppflowIntegrationWorkflowMetrics {
370
+ RecordsProcessed: number | undefined;
371
+
372
+ StepsCompleted: number | undefined;
373
+
374
+ TotalSteps: number | undefined;
375
+ }
376
+ export declare enum Status {
377
+ CANCELLED = "CANCELLED",
378
+ COMPLETE = "COMPLETE",
379
+ FAILED = "FAILED",
380
+ IN_PROGRESS = "IN_PROGRESS",
381
+ NOT_STARTED = "NOT_STARTED",
382
+ RETRY = "RETRY",
383
+ SPLIT = "SPLIT",
384
+ }
385
+
386
+ export interface AppflowIntegrationWorkflowStep {
387
+ FlowName: string | undefined;
388
+
389
+ Status: Status | string | undefined;
390
+
391
+ ExecutionMessage: string | undefined;
392
+
393
+ RecordsProcessed: number | undefined;
394
+
395
+ BatchRecordsStartTime: string | undefined;
396
+
397
+ BatchRecordsEndTime: string | undefined;
398
+
399
+ CreatedAt: Date | undefined;
400
+
401
+ LastUpdatedAt: Date | undefined;
402
+ }
403
+ export declare enum ConflictResolvingModel {
404
+ RECENCY = "RECENCY",
405
+ SOURCE = "SOURCE",
406
+ }
407
+
408
+ export interface ConflictResolution {
409
+ ConflictResolvingModel: ConflictResolvingModel | string | undefined;
410
+
411
+ SourceName?: string;
412
+ }
413
+
414
+ export interface Consolidation {
415
+ MatchingAttributesList: string[][] | undefined;
416
+ }
417
+
418
+ export interface AutoMerging {
419
+ Enabled: boolean | undefined;
420
+
421
+ Consolidation?: Consolidation;
422
+
423
+ ConflictResolution?: ConflictResolution;
424
+
425
+ MinAllowedConfidenceScoreForMerging?: number;
426
+ }
427
+
428
+ export interface S3ExportingConfig {
429
+ S3BucketName: string | undefined;
430
+
431
+ S3KeyName?: string;
432
+ }
433
+
434
+ export interface ExportingConfig {
435
+ S3Exporting?: S3ExportingConfig;
436
+ }
437
+ export declare enum JobScheduleDayOfTheWeek {
438
+ FRIDAY = "FRIDAY",
439
+ MONDAY = "MONDAY",
440
+ SATURDAY = "SATURDAY",
441
+ SUNDAY = "SUNDAY",
442
+ THURSDAY = "THURSDAY",
443
+ TUESDAY = "TUESDAY",
444
+ WEDNESDAY = "WEDNESDAY",
445
+ }
446
+
447
+ export interface JobSchedule {
448
+ DayOfTheWeek: JobScheduleDayOfTheWeek | string | undefined;
449
+
450
+ Time: string | undefined;
451
+ }
452
+
453
+ export interface MatchingRequest {
454
+ Enabled: boolean | undefined;
455
+
456
+ JobSchedule?: JobSchedule;
457
+
458
+ AutoMerging?: AutoMerging;
459
+
460
+ ExportingConfig?: ExportingConfig;
461
+ }
462
+ export interface CreateDomainRequest {
463
+ DomainName: string | undefined;
464
+
465
+ DefaultExpirationDays: number | undefined;
466
+
467
+ DefaultEncryptionKey?: string;
468
+
469
+ DeadLetterQueueUrl?: string;
470
+
471
+ Matching?: MatchingRequest;
472
+
473
+ Tags?: Record<string, string>;
474
+ }
475
+
476
+ export interface MatchingResponse {
477
+ Enabled?: boolean;
478
+
479
+ JobSchedule?: JobSchedule;
480
+
481
+ AutoMerging?: AutoMerging;
482
+
483
+ ExportingConfig?: ExportingConfig;
484
+ }
485
+ export interface CreateDomainResponse {
486
+ DomainName: string | undefined;
487
+
488
+ DefaultExpirationDays: number | undefined;
489
+
490
+ DefaultEncryptionKey?: string;
491
+
492
+ DeadLetterQueueUrl?: string;
493
+
494
+ Matching?: MatchingResponse;
495
+
496
+ CreatedAt: Date | undefined;
497
+
498
+ LastUpdatedAt: Date | undefined;
499
+
500
+ Tags?: Record<string, string>;
501
+ }
502
+
503
+ export interface IntegrationConfig {
504
+ AppflowIntegration?: AppflowIntegration;
505
+ }
506
+ export declare enum WorkflowType {
507
+ APPFLOW_INTEGRATION = "APPFLOW_INTEGRATION",
508
+ }
509
+ export interface CreateIntegrationWorkflowRequest {
510
+ DomainName: string | undefined;
511
+
512
+ WorkflowType: WorkflowType | string | undefined;
513
+
514
+ IntegrationConfig: IntegrationConfig | undefined;
515
+
516
+ ObjectTypeName: string | undefined;
517
+
518
+ RoleArn: string | undefined;
519
+
520
+ Tags?: Record<string, string>;
521
+ }
522
+ export interface CreateIntegrationWorkflowResponse {
523
+ WorkflowId: string | undefined;
524
+
525
+ Message: string | undefined;
526
+ }
527
+ export declare enum Gender {
528
+ FEMALE = "FEMALE",
529
+ MALE = "MALE",
530
+ UNSPECIFIED = "UNSPECIFIED",
531
+ }
532
+ export declare enum PartyType {
533
+ BUSINESS = "BUSINESS",
534
+ INDIVIDUAL = "INDIVIDUAL",
535
+ OTHER = "OTHER",
536
+ }
537
+ export interface CreateProfileRequest {
538
+ DomainName: string | undefined;
539
+
540
+ AccountNumber?: string;
541
+
542
+ AdditionalInformation?: string;
543
+
544
+ PartyType?: PartyType | string;
545
+
546
+ BusinessName?: string;
547
+
548
+ FirstName?: string;
549
+
550
+ MiddleName?: string;
551
+
552
+ LastName?: string;
553
+
554
+ BirthDate?: string;
555
+
556
+ Gender?: Gender | string;
557
+
558
+ PhoneNumber?: string;
559
+
560
+ MobilePhoneNumber?: string;
561
+
562
+ HomePhoneNumber?: string;
563
+
564
+ BusinessPhoneNumber?: string;
565
+
566
+ EmailAddress?: string;
567
+
568
+ PersonalEmailAddress?: string;
569
+
570
+ BusinessEmailAddress?: string;
571
+
572
+ Address?: Address;
573
+
574
+ ShippingAddress?: Address;
575
+
576
+ MailingAddress?: Address;
577
+
578
+ BillingAddress?: Address;
579
+
580
+ Attributes?: Record<string, string>;
581
+ }
582
+ export interface CreateProfileResponse {
583
+ ProfileId: string | undefined;
584
+ }
585
+ export interface DeleteDomainRequest {
586
+ DomainName: string | undefined;
587
+ }
588
+ export interface DeleteDomainResponse {
589
+ Message: string | undefined;
590
+ }
591
+ export interface DeleteIntegrationRequest {
592
+ DomainName: string | undefined;
593
+
594
+ Uri: string | undefined;
595
+ }
596
+ export interface DeleteIntegrationResponse {
597
+ Message: string | undefined;
598
+ }
599
+ export interface DeleteProfileRequest {
600
+ ProfileId: string | undefined;
601
+
602
+ DomainName: string | undefined;
603
+ }
604
+ export interface DeleteProfileResponse {
605
+ Message?: string;
606
+ }
607
+ export interface DeleteProfileKeyRequest {
608
+ ProfileId: string | undefined;
609
+
610
+ KeyName: string | undefined;
611
+
612
+ Values: string[] | undefined;
613
+
614
+ DomainName: string | undefined;
615
+ }
616
+ export interface DeleteProfileKeyResponse {
617
+ Message?: string;
618
+ }
619
+ export interface DeleteProfileObjectRequest {
620
+ ProfileId: string | undefined;
621
+
622
+ ProfileObjectUniqueKey: string | undefined;
623
+
624
+ ObjectTypeName: string | undefined;
625
+
626
+ DomainName: string | undefined;
627
+ }
628
+ export interface DeleteProfileObjectResponse {
629
+ Message?: string;
630
+ }
631
+ export interface DeleteProfileObjectTypeRequest {
632
+ DomainName: string | undefined;
633
+
634
+ ObjectTypeName: string | undefined;
635
+ }
636
+ export interface DeleteProfileObjectTypeResponse {
637
+ Message: string | undefined;
638
+ }
639
+ export interface DeleteWorkflowRequest {
640
+ DomainName: string | undefined;
641
+
642
+ WorkflowId: string | undefined;
643
+ }
644
+ export interface DeleteWorkflowResponse {}
645
+ export interface GetAutoMergingPreviewRequest {
646
+ DomainName: string | undefined;
647
+
648
+ Consolidation: Consolidation | undefined;
649
+
650
+ ConflictResolution: ConflictResolution | undefined;
651
+
652
+ MinAllowedConfidenceScoreForMerging?: number;
653
+ }
654
+ export interface GetAutoMergingPreviewResponse {
655
+ DomainName: string | undefined;
656
+
657
+ NumberOfMatchesInSample?: number;
658
+
659
+ NumberOfProfilesInSample?: number;
660
+
661
+ NumberOfProfilesWillBeMerged?: number;
662
+ }
663
+ export interface GetDomainRequest {
664
+ DomainName: string | undefined;
665
+ }
666
+
667
+ export interface DomainStats {
668
+ ProfileCount?: number;
669
+
670
+ MeteringProfileCount?: number;
671
+
672
+ ObjectCount?: number;
673
+
674
+ TotalSize?: number;
675
+ }
676
+ export interface GetDomainResponse {
677
+ DomainName: string | undefined;
678
+
679
+ DefaultExpirationDays?: number;
680
+
681
+ DefaultEncryptionKey?: string;
682
+
683
+ DeadLetterQueueUrl?: string;
684
+
685
+ Stats?: DomainStats;
686
+
687
+ Matching?: MatchingResponse;
688
+
689
+ CreatedAt: Date | undefined;
690
+
691
+ LastUpdatedAt: Date | undefined;
692
+
693
+ Tags?: Record<string, string>;
694
+ }
695
+ export interface GetIdentityResolutionJobRequest {
696
+ DomainName: string | undefined;
697
+
698
+ JobId: string | undefined;
699
+ }
700
+
701
+ export interface S3ExportingLocation {
702
+ S3BucketName?: string;
703
+
704
+ S3KeyName?: string;
705
+ }
706
+
707
+ export interface ExportingLocation {
708
+ S3Exporting?: S3ExportingLocation;
709
+ }
710
+
711
+ export interface JobStats {
712
+ NumberOfProfilesReviewed?: number;
713
+
714
+ NumberOfMatchesFound?: number;
715
+
716
+ NumberOfMergesDone?: number;
717
+ }
718
+ export declare enum IdentityResolutionJobStatus {
719
+ COMPLETED = "COMPLETED",
720
+ FAILED = "FAILED",
721
+ FIND_MATCHING = "FIND_MATCHING",
722
+ MERGING = "MERGING",
723
+ PARTIAL_SUCCESS = "PARTIAL_SUCCESS",
724
+ PENDING = "PENDING",
725
+ PREPROCESSING = "PREPROCESSING",
726
+ }
727
+ export interface GetIdentityResolutionJobResponse {
728
+ DomainName?: string;
729
+
730
+ JobId?: string;
731
+
732
+ Status?: IdentityResolutionJobStatus | string;
733
+
734
+ Message?: string;
735
+
736
+ JobStartTime?: Date;
737
+
738
+ JobEndTime?: Date;
739
+
740
+ LastUpdatedAt?: Date;
741
+
742
+ JobExpirationTime?: Date;
743
+
744
+ AutoMerging?: AutoMerging;
745
+
746
+ ExportingLocation?: ExportingLocation;
747
+
748
+ JobStats?: JobStats;
749
+ }
750
+ export interface GetIntegrationRequest {
751
+ DomainName: string | undefined;
752
+
753
+ Uri: string | undefined;
754
+ }
755
+ export interface GetIntegrationResponse {
756
+ DomainName: string | undefined;
757
+
758
+ Uri: string | undefined;
759
+
760
+ ObjectTypeName?: string;
761
+
762
+ CreatedAt: Date | undefined;
763
+
764
+ LastUpdatedAt: Date | undefined;
765
+
766
+ Tags?: Record<string, string>;
767
+
768
+ ObjectTypeNames?: Record<string, string>;
769
+
770
+ WorkflowId?: string;
771
+
772
+ IsUnstructured?: boolean;
773
+ }
774
+ export interface GetMatchesRequest {
775
+ NextToken?: string;
776
+
777
+ MaxResults?: number;
778
+
779
+ DomainName: string | undefined;
780
+ }
781
+
782
+ export interface MatchItem {
783
+ MatchId?: string;
784
+
785
+ ProfileIds?: string[];
786
+
787
+ ConfidenceScore?: number;
788
+ }
789
+ export interface GetMatchesResponse {
790
+ NextToken?: string;
791
+
792
+ MatchGenerationDate?: Date;
793
+
794
+ PotentialMatches?: number;
795
+
796
+ Matches?: MatchItem[];
797
+ }
798
+ export interface GetProfileObjectTypeRequest {
799
+ DomainName: string | undefined;
800
+
801
+ ObjectTypeName: string | undefined;
802
+ }
803
+ export declare enum FieldContentType {
804
+ EMAIL_ADDRESS = "EMAIL_ADDRESS",
805
+ NAME = "NAME",
806
+ NUMBER = "NUMBER",
807
+ PHONE_NUMBER = "PHONE_NUMBER",
808
+ STRING = "STRING",
809
+ }
810
+
811
+ export interface ObjectTypeField {
812
+ Source?: string;
813
+
814
+ Target?: string;
815
+
816
+ ContentType?: FieldContentType | string;
817
+ }
818
+ export declare enum StandardIdentifier {
819
+ ASSET = "ASSET",
820
+ CASE = "CASE",
821
+ LOOKUP_ONLY = "LOOKUP_ONLY",
822
+ NEW_ONLY = "NEW_ONLY",
823
+ ORDER = "ORDER",
824
+ PROFILE = "PROFILE",
825
+ SECONDARY = "SECONDARY",
826
+ UNIQUE = "UNIQUE",
827
+ }
828
+
829
+ export interface ObjectTypeKey {
830
+ StandardIdentifiers?: (StandardIdentifier | string)[];
831
+
832
+ FieldNames?: string[];
833
+ }
834
+ export interface GetProfileObjectTypeResponse {
835
+ ObjectTypeName: string | undefined;
836
+
837
+ Description: string | undefined;
838
+
839
+ TemplateId?: string;
840
+
841
+ ExpirationDays?: number;
842
+
843
+ EncryptionKey?: string;
844
+
845
+ AllowProfileCreation?: boolean;
846
+
847
+ SourceLastUpdatedTimestampFormat?: string;
848
+
849
+ Fields?: Record<string, ObjectTypeField>;
850
+
851
+ Keys?: Record<string, ObjectTypeKey[]>;
852
+
853
+ CreatedAt?: Date;
854
+
855
+ LastUpdatedAt?: Date;
856
+
857
+ Tags?: Record<string, string>;
858
+ }
859
+ export interface GetProfileObjectTypeTemplateRequest {
860
+ TemplateId: string | undefined;
861
+ }
862
+ export interface GetProfileObjectTypeTemplateResponse {
863
+ TemplateId?: string;
864
+
865
+ SourceName?: string;
866
+
867
+ SourceObject?: string;
868
+
869
+ AllowProfileCreation?: boolean;
870
+
871
+ SourceLastUpdatedTimestampFormat?: string;
872
+
873
+ Fields?: Record<string, ObjectTypeField>;
874
+
875
+ Keys?: Record<string, ObjectTypeKey[]>;
876
+ }
877
+ export interface GetWorkflowRequest {
878
+ DomainName: string | undefined;
879
+
880
+ WorkflowId: string | undefined;
881
+ }
882
+
883
+ export interface WorkflowAttributes {
884
+ AppflowIntegration?: AppflowIntegrationWorkflowAttributes;
885
+ }
886
+
887
+ export interface WorkflowMetrics {
888
+ AppflowIntegration?: AppflowIntegrationWorkflowMetrics;
889
+ }
890
+ export interface GetWorkflowResponse {
891
+ WorkflowId?: string;
892
+
893
+ WorkflowType?: WorkflowType | string;
894
+
895
+ Status?: Status | string;
896
+
897
+ ErrorDescription?: string;
898
+
899
+ StartDate?: Date;
900
+
901
+ LastUpdatedAt?: Date;
902
+
903
+ Attributes?: WorkflowAttributes;
904
+
905
+ Metrics?: WorkflowMetrics;
906
+ }
907
+ export interface GetWorkflowStepsRequest {
908
+ DomainName: string | undefined;
909
+
910
+ WorkflowId: string | undefined;
911
+
912
+ NextToken?: string;
913
+
914
+ MaxResults?: number;
915
+ }
916
+
917
+ export interface WorkflowStepItem {
918
+ AppflowIntegration?: AppflowIntegrationWorkflowStep;
919
+ }
920
+ export interface GetWorkflowStepsResponse {
921
+ WorkflowId?: string;
922
+
923
+ WorkflowType?: WorkflowType | string;
924
+
925
+ Items?: WorkflowStepItem[];
926
+
927
+ NextToken?: string;
928
+ }
929
+ export interface ListAccountIntegrationsRequest {
930
+ Uri: string | undefined;
931
+
932
+ NextToken?: string;
933
+
934
+ MaxResults?: number;
935
+
936
+ IncludeHidden?: boolean;
937
+ }
938
+
939
+ export interface ListIntegrationItem {
940
+ DomainName: string | undefined;
941
+
942
+ Uri: string | undefined;
943
+
944
+ ObjectTypeName?: string;
945
+
946
+ CreatedAt: Date | undefined;
947
+
948
+ LastUpdatedAt: Date | undefined;
949
+
950
+ Tags?: Record<string, string>;
951
+
952
+ ObjectTypeNames?: Record<string, string>;
953
+
954
+ WorkflowId?: string;
955
+
956
+ IsUnstructured?: boolean;
957
+ }
958
+ export interface ListAccountIntegrationsResponse {
959
+ Items?: ListIntegrationItem[];
960
+
961
+ NextToken?: string;
962
+ }
963
+ export interface ListDomainsRequest {
964
+ NextToken?: string;
965
+
966
+ MaxResults?: number;
967
+ }
968
+
969
+ export interface ListDomainItem {
970
+ DomainName: string | undefined;
971
+
972
+ CreatedAt: Date | undefined;
973
+
974
+ LastUpdatedAt: Date | undefined;
975
+
976
+ Tags?: Record<string, string>;
977
+ }
978
+ export interface ListDomainsResponse {
979
+ Items?: ListDomainItem[];
980
+
981
+ NextToken?: string;
982
+ }
983
+ export interface ListIdentityResolutionJobsRequest {
984
+ DomainName: string | undefined;
985
+
986
+ NextToken?: string;
987
+
988
+ MaxResults?: number;
989
+ }
990
+
991
+ export interface IdentityResolutionJob {
992
+ DomainName?: string;
993
+
994
+ JobId?: string;
995
+
996
+ Status?: IdentityResolutionJobStatus | string;
997
+
998
+ JobStartTime?: Date;
999
+
1000
+ JobEndTime?: Date;
1001
+
1002
+ JobStats?: JobStats;
1003
+
1004
+ ExportingLocation?: ExportingLocation;
1005
+
1006
+ Message?: string;
1007
+ }
1008
+ export interface ListIdentityResolutionJobsResponse {
1009
+ IdentityResolutionJobsList?: IdentityResolutionJob[];
1010
+
1011
+ NextToken?: string;
1012
+ }
1013
+ export interface ListIntegrationsRequest {
1014
+ DomainName: string | undefined;
1015
+
1016
+ NextToken?: string;
1017
+
1018
+ MaxResults?: number;
1019
+
1020
+ IncludeHidden?: boolean;
1021
+ }
1022
+ export interface ListIntegrationsResponse {
1023
+ Items?: ListIntegrationItem[];
1024
+
1025
+ NextToken?: string;
1026
+ }
1027
+
1028
+ export interface ObjectFilter {
1029
+ KeyName: string | undefined;
1030
+
1031
+ Values: string[] | undefined;
1032
+ }
1033
+ export interface ListProfileObjectsRequest {
1034
+ NextToken?: string;
1035
+
1036
+ MaxResults?: number;
1037
+
1038
+ DomainName: string | undefined;
1039
+
1040
+ ObjectTypeName: string | undefined;
1041
+
1042
+ ProfileId: string | undefined;
1043
+
1044
+ ObjectFilter?: ObjectFilter;
1045
+ }
1046
+
1047
+ export interface ListProfileObjectsItem {
1048
+ ObjectTypeName?: string;
1049
+
1050
+ ProfileObjectUniqueKey?: string;
1051
+
1052
+ Object?: string;
1053
+ }
1054
+ export interface ListProfileObjectsResponse {
1055
+ Items?: ListProfileObjectsItem[];
1056
+
1057
+ NextToken?: string;
1058
+ }
1059
+ export interface ListProfileObjectTypesRequest {
1060
+ DomainName: string | undefined;
1061
+
1062
+ NextToken?: string;
1063
+
1064
+ MaxResults?: number;
1065
+ }
1066
+
1067
+ export interface ListProfileObjectTypeItem {
1068
+ ObjectTypeName: string | undefined;
1069
+
1070
+ Description: string | undefined;
1071
+
1072
+ CreatedAt?: Date;
1073
+
1074
+ LastUpdatedAt?: Date;
1075
+
1076
+ Tags?: Record<string, string>;
1077
+ }
1078
+ export interface ListProfileObjectTypesResponse {
1079
+ Items?: ListProfileObjectTypeItem[];
1080
+
1081
+ NextToken?: string;
1082
+ }
1083
+ export interface ListProfileObjectTypeTemplatesRequest {
1084
+ NextToken?: string;
1085
+
1086
+ MaxResults?: number;
1087
+ }
1088
+
1089
+ export interface ListProfileObjectTypeTemplateItem {
1090
+ TemplateId?: string;
1091
+
1092
+ SourceName?: string;
1093
+
1094
+ SourceObject?: string;
1095
+ }
1096
+ export interface ListProfileObjectTypeTemplatesResponse {
1097
+ Items?: ListProfileObjectTypeTemplateItem[];
1098
+
1099
+ NextToken?: string;
1100
+ }
1101
+ export interface ListTagsForResourceRequest {
1102
+ resourceArn: string | undefined;
1103
+ }
1104
+ export interface ListTagsForResourceResponse {
1105
+ tags?: Record<string, string>;
1106
+ }
1107
+ export interface ListWorkflowsRequest {
1108
+ DomainName: string | undefined;
1109
+
1110
+ WorkflowType?: WorkflowType | string;
1111
+
1112
+ Status?: Status | string;
1113
+
1114
+ QueryStartDate?: Date;
1115
+
1116
+ QueryEndDate?: Date;
1117
+
1118
+ NextToken?: string;
1119
+
1120
+ MaxResults?: number;
1121
+ }
1122
+
1123
+ export interface ListWorkflowsItem {
1124
+ WorkflowType: WorkflowType | string | undefined;
1125
+
1126
+ WorkflowId: string | undefined;
1127
+
1128
+ Status: Status | string | undefined;
1129
+
1130
+ StatusDescription: string | undefined;
1131
+
1132
+ CreatedAt: Date | undefined;
1133
+
1134
+ LastUpdatedAt: Date | undefined;
1135
+ }
1136
+ export interface ListWorkflowsResponse {
1137
+ Items?: ListWorkflowsItem[];
1138
+
1139
+ NextToken?: string;
1140
+ }
1141
+
1142
+ export interface FieldSourceProfileIds {
1143
+ AccountNumber?: string;
1144
+
1145
+ AdditionalInformation?: string;
1146
+
1147
+ PartyType?: string;
1148
+
1149
+ BusinessName?: string;
1150
+
1151
+ FirstName?: string;
1152
+
1153
+ MiddleName?: string;
1154
+
1155
+ LastName?: string;
1156
+
1157
+ BirthDate?: string;
1158
+
1159
+ Gender?: string;
1160
+
1161
+ PhoneNumber?: string;
1162
+
1163
+ MobilePhoneNumber?: string;
1164
+
1165
+ HomePhoneNumber?: string;
1166
+
1167
+ BusinessPhoneNumber?: string;
1168
+
1169
+ EmailAddress?: string;
1170
+
1171
+ PersonalEmailAddress?: string;
1172
+
1173
+ BusinessEmailAddress?: string;
1174
+
1175
+ Address?: string;
1176
+
1177
+ ShippingAddress?: string;
1178
+
1179
+ MailingAddress?: string;
1180
+
1181
+ BillingAddress?: string;
1182
+
1183
+ Attributes?: Record<string, string>;
1184
+ }
1185
+ export interface MergeProfilesRequest {
1186
+ DomainName: string | undefined;
1187
+
1188
+ MainProfileId: string | undefined;
1189
+
1190
+ ProfileIdsToBeMerged: string[] | undefined;
1191
+
1192
+ FieldSourceProfileIds?: FieldSourceProfileIds;
1193
+ }
1194
+ export interface MergeProfilesResponse {
1195
+ Message?: string;
1196
+ }
1197
+ export interface PutIntegrationRequest {
1198
+ DomainName: string | undefined;
1199
+
1200
+ Uri?: string;
1201
+
1202
+ ObjectTypeName?: string;
1203
+
1204
+ Tags?: Record<string, string>;
1205
+
1206
+ FlowDefinition?: FlowDefinition;
1207
+
1208
+ ObjectTypeNames?: Record<string, string>;
1209
+ }
1210
+ export interface PutIntegrationResponse {
1211
+ DomainName: string | undefined;
1212
+
1213
+ Uri: string | undefined;
1214
+
1215
+ ObjectTypeName?: string;
1216
+
1217
+ CreatedAt: Date | undefined;
1218
+
1219
+ LastUpdatedAt: Date | undefined;
1220
+
1221
+ Tags?: Record<string, string>;
1222
+
1223
+ ObjectTypeNames?: Record<string, string>;
1224
+
1225
+ WorkflowId?: string;
1226
+
1227
+ IsUnstructured?: boolean;
1228
+ }
1229
+ export interface PutProfileObjectRequest {
1230
+ ObjectTypeName: string | undefined;
1231
+
1232
+ Object: string | undefined;
1233
+
1234
+ DomainName: string | undefined;
1235
+ }
1236
+ export interface PutProfileObjectResponse {
1237
+ ProfileObjectUniqueKey?: string;
1238
+ }
1239
+ export interface PutProfileObjectTypeRequest {
1240
+ DomainName: string | undefined;
1241
+
1242
+ ObjectTypeName: string | undefined;
1243
+
1244
+ Description: string | undefined;
1245
+
1246
+ TemplateId?: string;
1247
+
1248
+ ExpirationDays?: number;
1249
+
1250
+ EncryptionKey?: string;
1251
+
1252
+ AllowProfileCreation?: boolean;
1253
+
1254
+ SourceLastUpdatedTimestampFormat?: string;
1255
+
1256
+ Fields?: Record<string, ObjectTypeField>;
1257
+
1258
+ Keys?: Record<string, ObjectTypeKey[]>;
1259
+
1260
+ Tags?: Record<string, string>;
1261
+ }
1262
+ export interface PutProfileObjectTypeResponse {
1263
+ ObjectTypeName: string | undefined;
1264
+
1265
+ Description: string | undefined;
1266
+
1267
+ TemplateId?: string;
1268
+
1269
+ ExpirationDays?: number;
1270
+
1271
+ EncryptionKey?: string;
1272
+
1273
+ AllowProfileCreation?: boolean;
1274
+
1275
+ SourceLastUpdatedTimestampFormat?: string;
1276
+
1277
+ Fields?: Record<string, ObjectTypeField>;
1278
+
1279
+ Keys?: Record<string, ObjectTypeKey[]>;
1280
+
1281
+ CreatedAt?: Date;
1282
+
1283
+ LastUpdatedAt?: Date;
1284
+
1285
+ Tags?: Record<string, string>;
1286
+ }
1287
+ export interface SearchProfilesRequest {
1288
+ NextToken?: string;
1289
+
1290
+ MaxResults?: number;
1291
+
1292
+ DomainName: string | undefined;
1293
+
1294
+ KeyName: string | undefined;
1295
+
1296
+ Values: string[] | undefined;
1297
+ }
1298
+
1299
+ export interface Profile {
1300
+ ProfileId?: string;
1301
+
1302
+ AccountNumber?: string;
1303
+
1304
+ AdditionalInformation?: string;
1305
+
1306
+ PartyType?: PartyType | string;
1307
+
1308
+ BusinessName?: string;
1309
+
1310
+ FirstName?: string;
1311
+
1312
+ MiddleName?: string;
1313
+
1314
+ LastName?: string;
1315
+
1316
+ BirthDate?: string;
1317
+
1318
+ Gender?: Gender | string;
1319
+
1320
+ PhoneNumber?: string;
1321
+
1322
+ MobilePhoneNumber?: string;
1323
+
1324
+ HomePhoneNumber?: string;
1325
+
1326
+ BusinessPhoneNumber?: string;
1327
+
1328
+ EmailAddress?: string;
1329
+
1330
+ PersonalEmailAddress?: string;
1331
+
1332
+ BusinessEmailAddress?: string;
1333
+
1334
+ Address?: Address;
1335
+
1336
+ ShippingAddress?: Address;
1337
+
1338
+ MailingAddress?: Address;
1339
+
1340
+ BillingAddress?: Address;
1341
+
1342
+ Attributes?: Record<string, string>;
1343
+ }
1344
+ export interface SearchProfilesResponse {
1345
+ Items?: Profile[];
1346
+
1347
+ NextToken?: string;
1348
+ }
1349
+ export interface TagResourceRequest {
1350
+ resourceArn: string | undefined;
1351
+
1352
+ tags: Record<string, string> | undefined;
1353
+ }
1354
+ export interface TagResourceResponse {}
1355
+ export interface UntagResourceRequest {
1356
+ resourceArn: string | undefined;
1357
+
1358
+ tagKeys: string[] | undefined;
1359
+ }
1360
+ export interface UntagResourceResponse {}
1361
+ export interface UpdateDomainRequest {
1362
+ DomainName: string | undefined;
1363
+
1364
+ DefaultExpirationDays?: number;
1365
+
1366
+ DefaultEncryptionKey?: string;
1367
+
1368
+ DeadLetterQueueUrl?: string;
1369
+
1370
+ Matching?: MatchingRequest;
1371
+
1372
+ Tags?: Record<string, string>;
1373
+ }
1374
+ export interface UpdateDomainResponse {
1375
+ DomainName: string | undefined;
1376
+
1377
+ DefaultExpirationDays?: number;
1378
+
1379
+ DefaultEncryptionKey?: string;
1380
+
1381
+ DeadLetterQueueUrl?: string;
1382
+
1383
+ Matching?: MatchingResponse;
1384
+
1385
+ CreatedAt: Date | undefined;
1386
+
1387
+ LastUpdatedAt: Date | undefined;
1388
+
1389
+ Tags?: Record<string, string>;
1390
+ }
1391
+
1392
+ export interface UpdateAddress {
1393
+ Address1?: string;
1394
+
1395
+ Address2?: string;
1396
+
1397
+ Address3?: string;
1398
+
1399
+ Address4?: string;
1400
+
1401
+ City?: string;
1402
+
1403
+ County?: string;
1404
+
1405
+ State?: string;
1406
+
1407
+ Province?: string;
1408
+
1409
+ Country?: string;
1410
+
1411
+ PostalCode?: string;
1412
+ }
1413
+ export interface UpdateProfileRequest {
1414
+ DomainName: string | undefined;
1415
+
1416
+ ProfileId: string | undefined;
1417
+
1418
+ AdditionalInformation?: string;
1419
+
1420
+ AccountNumber?: string;
1421
+
1422
+ PartyType?: PartyType | string;
1423
+
1424
+ BusinessName?: string;
1425
+
1426
+ FirstName?: string;
1427
+
1428
+ MiddleName?: string;
1429
+
1430
+ LastName?: string;
1431
+
1432
+ BirthDate?: string;
1433
+
1434
+ Gender?: Gender | string;
1435
+
1436
+ PhoneNumber?: string;
1437
+
1438
+ MobilePhoneNumber?: string;
1439
+
1440
+ HomePhoneNumber?: string;
1441
+
1442
+ BusinessPhoneNumber?: string;
1443
+
1444
+ EmailAddress?: string;
1445
+
1446
+ PersonalEmailAddress?: string;
1447
+
1448
+ BusinessEmailAddress?: string;
1449
+
1450
+ Address?: UpdateAddress;
1451
+
1452
+ ShippingAddress?: UpdateAddress;
1453
+
1454
+ MailingAddress?: UpdateAddress;
1455
+
1456
+ BillingAddress?: UpdateAddress;
1457
+
1458
+ Attributes?: Record<string, string>;
1459
+ }
1460
+ export interface UpdateProfileResponse {
1461
+ ProfileId: string | undefined;
1462
+ }
1463
+
1464
+ export declare const AddProfileKeyRequestFilterSensitiveLog: (
1465
+ obj: AddProfileKeyRequest
1466
+ ) => any;
1467
+
1468
+ export declare const AddProfileKeyResponseFilterSensitiveLog: (
1469
+ obj: AddProfileKeyResponse
1470
+ ) => any;
1471
+
1472
+ export declare const AddressFilterSensitiveLog: (obj: Address) => any;
1473
+
1474
+ export declare const BatchFilterSensitiveLog: (obj: Batch) => any;
1475
+
1476
+ export declare const IncrementalPullConfigFilterSensitiveLog: (
1477
+ obj: IncrementalPullConfig
1478
+ ) => any;
1479
+
1480
+ export declare const MarketoSourcePropertiesFilterSensitiveLog: (
1481
+ obj: MarketoSourceProperties
1482
+ ) => any;
1483
+
1484
+ export declare const S3SourcePropertiesFilterSensitiveLog: (
1485
+ obj: S3SourceProperties
1486
+ ) => any;
1487
+
1488
+ export declare const SalesforceSourcePropertiesFilterSensitiveLog: (
1489
+ obj: SalesforceSourceProperties
1490
+ ) => any;
1491
+
1492
+ export declare const ServiceNowSourcePropertiesFilterSensitiveLog: (
1493
+ obj: ServiceNowSourceProperties
1494
+ ) => any;
1495
+
1496
+ export declare const ZendeskSourcePropertiesFilterSensitiveLog: (
1497
+ obj: ZendeskSourceProperties
1498
+ ) => any;
1499
+
1500
+ export declare const SourceConnectorPropertiesFilterSensitiveLog: (
1501
+ obj: SourceConnectorProperties
1502
+ ) => any;
1503
+
1504
+ export declare const SourceFlowConfigFilterSensitiveLog: (
1505
+ obj: SourceFlowConfig
1506
+ ) => any;
1507
+
1508
+ export declare const ConnectorOperatorFilterSensitiveLog: (
1509
+ obj: ConnectorOperator
1510
+ ) => any;
1511
+
1512
+ export declare const TaskFilterSensitiveLog: (obj: Task) => any;
1513
+
1514
+ export declare const ScheduledTriggerPropertiesFilterSensitiveLog: (
1515
+ obj: ScheduledTriggerProperties
1516
+ ) => any;
1517
+
1518
+ export declare const TriggerPropertiesFilterSensitiveLog: (
1519
+ obj: TriggerProperties
1520
+ ) => any;
1521
+
1522
+ export declare const TriggerConfigFilterSensitiveLog: (
1523
+ obj: TriggerConfig
1524
+ ) => any;
1525
+
1526
+ export declare const FlowDefinitionFilterSensitiveLog: (
1527
+ obj: FlowDefinition
1528
+ ) => any;
1529
+
1530
+ export declare const AppflowIntegrationFilterSensitiveLog: (
1531
+ obj: AppflowIntegration
1532
+ ) => any;
1533
+
1534
+ export declare const AppflowIntegrationWorkflowAttributesFilterSensitiveLog: (
1535
+ obj: AppflowIntegrationWorkflowAttributes
1536
+ ) => any;
1537
+
1538
+ export declare const AppflowIntegrationWorkflowMetricsFilterSensitiveLog: (
1539
+ obj: AppflowIntegrationWorkflowMetrics
1540
+ ) => any;
1541
+
1542
+ export declare const AppflowIntegrationWorkflowStepFilterSensitiveLog: (
1543
+ obj: AppflowIntegrationWorkflowStep
1544
+ ) => any;
1545
+
1546
+ export declare const ConflictResolutionFilterSensitiveLog: (
1547
+ obj: ConflictResolution
1548
+ ) => any;
1549
+
1550
+ export declare const ConsolidationFilterSensitiveLog: (
1551
+ obj: Consolidation
1552
+ ) => any;
1553
+
1554
+ export declare const AutoMergingFilterSensitiveLog: (obj: AutoMerging) => any;
1555
+
1556
+ export declare const S3ExportingConfigFilterSensitiveLog: (
1557
+ obj: S3ExportingConfig
1558
+ ) => any;
1559
+
1560
+ export declare const ExportingConfigFilterSensitiveLog: (
1561
+ obj: ExportingConfig
1562
+ ) => any;
1563
+
1564
+ export declare const JobScheduleFilterSensitiveLog: (obj: JobSchedule) => any;
1565
+
1566
+ export declare const MatchingRequestFilterSensitiveLog: (
1567
+ obj: MatchingRequest
1568
+ ) => any;
1569
+
1570
+ export declare const CreateDomainRequestFilterSensitiveLog: (
1571
+ obj: CreateDomainRequest
1572
+ ) => any;
1573
+
1574
+ export declare const MatchingResponseFilterSensitiveLog: (
1575
+ obj: MatchingResponse
1576
+ ) => any;
1577
+
1578
+ export declare const CreateDomainResponseFilterSensitiveLog: (
1579
+ obj: CreateDomainResponse
1580
+ ) => any;
1581
+
1582
+ export declare const IntegrationConfigFilterSensitiveLog: (
1583
+ obj: IntegrationConfig
1584
+ ) => any;
1585
+
1586
+ export declare const CreateIntegrationWorkflowRequestFilterSensitiveLog: (
1587
+ obj: CreateIntegrationWorkflowRequest
1588
+ ) => any;
1589
+
1590
+ export declare const CreateIntegrationWorkflowResponseFilterSensitiveLog: (
1591
+ obj: CreateIntegrationWorkflowResponse
1592
+ ) => any;
1593
+
1594
+ export declare const CreateProfileRequestFilterSensitiveLog: (
1595
+ obj: CreateProfileRequest
1596
+ ) => any;
1597
+
1598
+ export declare const CreateProfileResponseFilterSensitiveLog: (
1599
+ obj: CreateProfileResponse
1600
+ ) => any;
1601
+
1602
+ export declare const DeleteDomainRequestFilterSensitiveLog: (
1603
+ obj: DeleteDomainRequest
1604
+ ) => any;
1605
+
1606
+ export declare const DeleteDomainResponseFilterSensitiveLog: (
1607
+ obj: DeleteDomainResponse
1608
+ ) => any;
1609
+
1610
+ export declare const DeleteIntegrationRequestFilterSensitiveLog: (
1611
+ obj: DeleteIntegrationRequest
1612
+ ) => any;
1613
+
1614
+ export declare const DeleteIntegrationResponseFilterSensitiveLog: (
1615
+ obj: DeleteIntegrationResponse
1616
+ ) => any;
1617
+
1618
+ export declare const DeleteProfileRequestFilterSensitiveLog: (
1619
+ obj: DeleteProfileRequest
1620
+ ) => any;
1621
+
1622
+ export declare const DeleteProfileResponseFilterSensitiveLog: (
1623
+ obj: DeleteProfileResponse
1624
+ ) => any;
1625
+
1626
+ export declare const DeleteProfileKeyRequestFilterSensitiveLog: (
1627
+ obj: DeleteProfileKeyRequest
1628
+ ) => any;
1629
+
1630
+ export declare const DeleteProfileKeyResponseFilterSensitiveLog: (
1631
+ obj: DeleteProfileKeyResponse
1632
+ ) => any;
1633
+
1634
+ export declare const DeleteProfileObjectRequestFilterSensitiveLog: (
1635
+ obj: DeleteProfileObjectRequest
1636
+ ) => any;
1637
+
1638
+ export declare const DeleteProfileObjectResponseFilterSensitiveLog: (
1639
+ obj: DeleteProfileObjectResponse
1640
+ ) => any;
1641
+
1642
+ export declare const DeleteProfileObjectTypeRequestFilterSensitiveLog: (
1643
+ obj: DeleteProfileObjectTypeRequest
1644
+ ) => any;
1645
+
1646
+ export declare const DeleteProfileObjectTypeResponseFilterSensitiveLog: (
1647
+ obj: DeleteProfileObjectTypeResponse
1648
+ ) => any;
1649
+
1650
+ export declare const DeleteWorkflowRequestFilterSensitiveLog: (
1651
+ obj: DeleteWorkflowRequest
1652
+ ) => any;
1653
+
1654
+ export declare const DeleteWorkflowResponseFilterSensitiveLog: (
1655
+ obj: DeleteWorkflowResponse
1656
+ ) => any;
1657
+
1658
+ export declare const GetAutoMergingPreviewRequestFilterSensitiveLog: (
1659
+ obj: GetAutoMergingPreviewRequest
1660
+ ) => any;
1661
+
1662
+ export declare const GetAutoMergingPreviewResponseFilterSensitiveLog: (
1663
+ obj: GetAutoMergingPreviewResponse
1664
+ ) => any;
1665
+
1666
+ export declare const GetDomainRequestFilterSensitiveLog: (
1667
+ obj: GetDomainRequest
1668
+ ) => any;
1669
+
1670
+ export declare const DomainStatsFilterSensitiveLog: (obj: DomainStats) => any;
1671
+
1672
+ export declare const GetDomainResponseFilterSensitiveLog: (
1673
+ obj: GetDomainResponse
1674
+ ) => any;
1675
+
1676
+ export declare const GetIdentityResolutionJobRequestFilterSensitiveLog: (
1677
+ obj: GetIdentityResolutionJobRequest
1678
+ ) => any;
1679
+
1680
+ export declare const S3ExportingLocationFilterSensitiveLog: (
1681
+ obj: S3ExportingLocation
1682
+ ) => any;
1683
+
1684
+ export declare const ExportingLocationFilterSensitiveLog: (
1685
+ obj: ExportingLocation
1686
+ ) => any;
1687
+
1688
+ export declare const JobStatsFilterSensitiveLog: (obj: JobStats) => any;
1689
+
1690
+ export declare const GetIdentityResolutionJobResponseFilterSensitiveLog: (
1691
+ obj: GetIdentityResolutionJobResponse
1692
+ ) => any;
1693
+
1694
+ export declare const GetIntegrationRequestFilterSensitiveLog: (
1695
+ obj: GetIntegrationRequest
1696
+ ) => any;
1697
+
1698
+ export declare const GetIntegrationResponseFilterSensitiveLog: (
1699
+ obj: GetIntegrationResponse
1700
+ ) => any;
1701
+
1702
+ export declare const GetMatchesRequestFilterSensitiveLog: (
1703
+ obj: GetMatchesRequest
1704
+ ) => any;
1705
+
1706
+ export declare const MatchItemFilterSensitiveLog: (obj: MatchItem) => any;
1707
+
1708
+ export declare const GetMatchesResponseFilterSensitiveLog: (
1709
+ obj: GetMatchesResponse
1710
+ ) => any;
1711
+
1712
+ export declare const GetProfileObjectTypeRequestFilterSensitiveLog: (
1713
+ obj: GetProfileObjectTypeRequest
1714
+ ) => any;
1715
+
1716
+ export declare const ObjectTypeFieldFilterSensitiveLog: (
1717
+ obj: ObjectTypeField
1718
+ ) => any;
1719
+
1720
+ export declare const ObjectTypeKeyFilterSensitiveLog: (
1721
+ obj: ObjectTypeKey
1722
+ ) => any;
1723
+
1724
+ export declare const GetProfileObjectTypeResponseFilterSensitiveLog: (
1725
+ obj: GetProfileObjectTypeResponse
1726
+ ) => any;
1727
+
1728
+ export declare const GetProfileObjectTypeTemplateRequestFilterSensitiveLog: (
1729
+ obj: GetProfileObjectTypeTemplateRequest
1730
+ ) => any;
1731
+
1732
+ export declare const GetProfileObjectTypeTemplateResponseFilterSensitiveLog: (
1733
+ obj: GetProfileObjectTypeTemplateResponse
1734
+ ) => any;
1735
+
1736
+ export declare const GetWorkflowRequestFilterSensitiveLog: (
1737
+ obj: GetWorkflowRequest
1738
+ ) => any;
1739
+
1740
+ export declare const WorkflowAttributesFilterSensitiveLog: (
1741
+ obj: WorkflowAttributes
1742
+ ) => any;
1743
+
1744
+ export declare const WorkflowMetricsFilterSensitiveLog: (
1745
+ obj: WorkflowMetrics
1746
+ ) => any;
1747
+
1748
+ export declare const GetWorkflowResponseFilterSensitiveLog: (
1749
+ obj: GetWorkflowResponse
1750
+ ) => any;
1751
+
1752
+ export declare const GetWorkflowStepsRequestFilterSensitiveLog: (
1753
+ obj: GetWorkflowStepsRequest
1754
+ ) => any;
1755
+
1756
+ export declare const WorkflowStepItemFilterSensitiveLog: (
1757
+ obj: WorkflowStepItem
1758
+ ) => any;
1759
+
1760
+ export declare const GetWorkflowStepsResponseFilterSensitiveLog: (
1761
+ obj: GetWorkflowStepsResponse
1762
+ ) => any;
1763
+
1764
+ export declare const ListAccountIntegrationsRequestFilterSensitiveLog: (
1765
+ obj: ListAccountIntegrationsRequest
1766
+ ) => any;
1767
+
1768
+ export declare const ListIntegrationItemFilterSensitiveLog: (
1769
+ obj: ListIntegrationItem
1770
+ ) => any;
1771
+
1772
+ export declare const ListAccountIntegrationsResponseFilterSensitiveLog: (
1773
+ obj: ListAccountIntegrationsResponse
1774
+ ) => any;
1775
+
1776
+ export declare const ListDomainsRequestFilterSensitiveLog: (
1777
+ obj: ListDomainsRequest
1778
+ ) => any;
1779
+
1780
+ export declare const ListDomainItemFilterSensitiveLog: (
1781
+ obj: ListDomainItem
1782
+ ) => any;
1783
+
1784
+ export declare const ListDomainsResponseFilterSensitiveLog: (
1785
+ obj: ListDomainsResponse
1786
+ ) => any;
1787
+
1788
+ export declare const ListIdentityResolutionJobsRequestFilterSensitiveLog: (
1789
+ obj: ListIdentityResolutionJobsRequest
1790
+ ) => any;
1791
+
1792
+ export declare const IdentityResolutionJobFilterSensitiveLog: (
1793
+ obj: IdentityResolutionJob
1794
+ ) => any;
1795
+
1796
+ export declare const ListIdentityResolutionJobsResponseFilterSensitiveLog: (
1797
+ obj: ListIdentityResolutionJobsResponse
1798
+ ) => any;
1799
+
1800
+ export declare const ListIntegrationsRequestFilterSensitiveLog: (
1801
+ obj: ListIntegrationsRequest
1802
+ ) => any;
1803
+
1804
+ export declare const ListIntegrationsResponseFilterSensitiveLog: (
1805
+ obj: ListIntegrationsResponse
1806
+ ) => any;
1807
+
1808
+ export declare const ObjectFilterFilterSensitiveLog: (obj: ObjectFilter) => any;
1809
+
1810
+ export declare const ListProfileObjectsRequestFilterSensitiveLog: (
1811
+ obj: ListProfileObjectsRequest
1812
+ ) => any;
1813
+
1814
+ export declare const ListProfileObjectsItemFilterSensitiveLog: (
1815
+ obj: ListProfileObjectsItem
1816
+ ) => any;
1817
+
1818
+ export declare const ListProfileObjectsResponseFilterSensitiveLog: (
1819
+ obj: ListProfileObjectsResponse
1820
+ ) => any;
1821
+
1822
+ export declare const ListProfileObjectTypesRequestFilterSensitiveLog: (
1823
+ obj: ListProfileObjectTypesRequest
1824
+ ) => any;
1825
+
1826
+ export declare const ListProfileObjectTypeItemFilterSensitiveLog: (
1827
+ obj: ListProfileObjectTypeItem
1828
+ ) => any;
1829
+
1830
+ export declare const ListProfileObjectTypesResponseFilterSensitiveLog: (
1831
+ obj: ListProfileObjectTypesResponse
1832
+ ) => any;
1833
+
1834
+ export declare const ListProfileObjectTypeTemplatesRequestFilterSensitiveLog: (
1835
+ obj: ListProfileObjectTypeTemplatesRequest
1836
+ ) => any;
1837
+
1838
+ export declare const ListProfileObjectTypeTemplateItemFilterSensitiveLog: (
1839
+ obj: ListProfileObjectTypeTemplateItem
1840
+ ) => any;
1841
+
1842
+ export declare const ListProfileObjectTypeTemplatesResponseFilterSensitiveLog: (
1843
+ obj: ListProfileObjectTypeTemplatesResponse
1844
+ ) => any;
1845
+
1846
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1847
+ obj: ListTagsForResourceRequest
1848
+ ) => any;
1849
+
1850
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1851
+ obj: ListTagsForResourceResponse
1852
+ ) => any;
1853
+
1854
+ export declare const ListWorkflowsRequestFilterSensitiveLog: (
1855
+ obj: ListWorkflowsRequest
1856
+ ) => any;
1857
+
1858
+ export declare const ListWorkflowsItemFilterSensitiveLog: (
1859
+ obj: ListWorkflowsItem
1860
+ ) => any;
1861
+
1862
+ export declare const ListWorkflowsResponseFilterSensitiveLog: (
1863
+ obj: ListWorkflowsResponse
1864
+ ) => any;
1865
+
1866
+ export declare const FieldSourceProfileIdsFilterSensitiveLog: (
1867
+ obj: FieldSourceProfileIds
1868
+ ) => any;
1869
+
1870
+ export declare const MergeProfilesRequestFilterSensitiveLog: (
1871
+ obj: MergeProfilesRequest
1872
+ ) => any;
1873
+
1874
+ export declare const MergeProfilesResponseFilterSensitiveLog: (
1875
+ obj: MergeProfilesResponse
1876
+ ) => any;
1877
+
1878
+ export declare const PutIntegrationRequestFilterSensitiveLog: (
1879
+ obj: PutIntegrationRequest
1880
+ ) => any;
1881
+
1882
+ export declare const PutIntegrationResponseFilterSensitiveLog: (
1883
+ obj: PutIntegrationResponse
1884
+ ) => any;
1885
+
1886
+ export declare const PutProfileObjectRequestFilterSensitiveLog: (
1887
+ obj: PutProfileObjectRequest
1888
+ ) => any;
1889
+
1890
+ export declare const PutProfileObjectResponseFilterSensitiveLog: (
1891
+ obj: PutProfileObjectResponse
1892
+ ) => any;
1893
+
1894
+ export declare const PutProfileObjectTypeRequestFilterSensitiveLog: (
1895
+ obj: PutProfileObjectTypeRequest
1896
+ ) => any;
1897
+
1898
+ export declare const PutProfileObjectTypeResponseFilterSensitiveLog: (
1899
+ obj: PutProfileObjectTypeResponse
1900
+ ) => any;
1901
+
1902
+ export declare const SearchProfilesRequestFilterSensitiveLog: (
1903
+ obj: SearchProfilesRequest
1904
+ ) => any;
1905
+
1906
+ export declare const ProfileFilterSensitiveLog: (obj: Profile) => any;
1907
+
1908
+ export declare const SearchProfilesResponseFilterSensitiveLog: (
1909
+ obj: SearchProfilesResponse
1910
+ ) => any;
1911
+
1912
+ export declare const TagResourceRequestFilterSensitiveLog: (
1913
+ obj: TagResourceRequest
1914
+ ) => any;
1915
+
1916
+ export declare const TagResourceResponseFilterSensitiveLog: (
1917
+ obj: TagResourceResponse
1918
+ ) => any;
1919
+
1920
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1921
+ obj: UntagResourceRequest
1922
+ ) => any;
1923
+
1924
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1925
+ obj: UntagResourceResponse
1926
+ ) => any;
1927
+
1928
+ export declare const UpdateDomainRequestFilterSensitiveLog: (
1929
+ obj: UpdateDomainRequest
1930
+ ) => any;
1931
+
1932
+ export declare const UpdateDomainResponseFilterSensitiveLog: (
1933
+ obj: UpdateDomainResponse
1934
+ ) => any;
1935
+
1936
+ export declare const UpdateAddressFilterSensitiveLog: (
1937
+ obj: UpdateAddress
1938
+ ) => any;
1939
+
1940
+ export declare const UpdateProfileRequestFilterSensitiveLog: (
1941
+ obj: UpdateProfileRequest
1942
+ ) => any;
1943
+
1944
+ export declare const UpdateProfileResponseFilterSensitiveLog: (
1945
+ obj: UpdateProfileResponse
1946
+ ) => any;