@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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +7 -0
- package/dist-types/CustomerProfiles.d.ts +10 -4
- package/dist-types/commands/AddProfileKeyCommand.d.ts +1 -1
- package/dist-types/commands/PutIntegrationCommand.d.ts +3 -0
- package/dist-types/commands/PutProfileObjectCommand.d.ts +3 -3
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +15 -0
- package/dist-types/ts3.4/CustomerProfiles.d.ts +688 -195
- package/dist-types/ts3.4/CustomerProfilesClient.d.ts +358 -111
- package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1946 -1824
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- 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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export declare class BadRequestException extends __BaseException {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
export interface
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
export interface SourceConnectorProperties {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
export
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
export interface
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
export
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
}
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
}
|
|
616
|
-
export interface
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
export interface
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
}
|
|
654
|
-
export interface
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
export interface
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
export interface
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
export interface
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
export interface
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
}
|
|
1054
|
-
export interface
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
export interface
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
}
|
|
1287
|
-
export interface
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
export
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
export
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
export declare const
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
export declare const
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
export declare const
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
export declare const
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
export declare const
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
export declare const
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
export declare const
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
export declare const
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
export declare const
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
export declare const
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
export declare const
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
export declare const
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
export declare const
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
export declare const
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
export declare const
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
export declare const
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
export declare const
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
export declare const
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
export declare const
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
export declare const
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
export declare const
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
export declare const
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
export declare const
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
export declare const
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
export declare const
|
|
1671
|
-
|
|
1672
|
-
export declare const
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
export declare const
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
export declare const
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
export declare const
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
export declare const
|
|
1689
|
-
|
|
1690
|
-
export declare const
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
export declare const
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
export declare const GetIntegrationResponseFilterSensitiveLog: (
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
export declare const
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
export declare const
|
|
1707
|
-
|
|
1708
|
-
export declare const
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
export declare const
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
export declare const
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
export declare const
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
export declare const
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
export declare const
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
export declare const
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
export declare const
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
export declare const
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
export declare const
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
export declare const
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
export declare const
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
export declare const
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
export declare const
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
export declare const
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
export declare const
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
export declare const
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
export declare const
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
export declare const
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
export declare const
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
export declare const
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
export declare const
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
export declare const
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
export declare const
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
export declare const
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
export declare const
|
|
1809
|
-
|
|
1810
|
-
export declare const
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
export declare const
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
export declare const
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
export declare const
|
|
1823
|
-
|
|
1824
|
-
|
|
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;
|