@aws-sdk/client-customer-profiles 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/AddProfileKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +2 -2
- package/dist-cjs/commands/CreateProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileObjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
- package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +2 -2
- package/dist-cjs/commands/GetDomainCommand.js +2 -2
- package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +2 -2
- package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetMatchesCommand.js +2 -2
- package/dist-cjs/commands/GetProfileObjectTypeCommand.js +2 -2
- package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowStepsCommand.js +2 -2
- package/dist-cjs/commands/ListAccountIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListProfileObjectTypesCommand.js +2 -2
- package/dist-cjs/commands/ListProfileObjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
- package/dist-cjs/commands/MergeProfilesCommand.js +2 -2
- package/dist-cjs/commands/PutIntegrationCommand.js +2 -2
- package/dist-cjs/commands/PutProfileObjectCommand.js +2 -2
- package/dist-cjs/commands/PutProfileObjectTypeCommand.js +2 -2
- package/dist-cjs/commands/SearchProfilesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
- package/dist-cjs/commands/UpdateProfileCommand.js +2 -2
- package/dist-cjs/models/models_0.js +507 -759
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AddProfileKeyCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -3
- package/dist-es/commands/CreateProfileCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteIntegrationCommand.js +3 -3
- package/dist-es/commands/DeleteProfileCommand.js +3 -3
- package/dist-es/commands/DeleteProfileKeyCommand.js +3 -3
- package/dist-es/commands/DeleteProfileObjectCommand.js +3 -3
- package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
- package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -3
- package/dist-es/commands/GetDomainCommand.js +3 -3
- package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -3
- package/dist-es/commands/GetIntegrationCommand.js +3 -3
- package/dist-es/commands/GetMatchesCommand.js +3 -3
- package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -3
- package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -3
- package/dist-es/commands/GetWorkflowCommand.js +3 -3
- package/dist-es/commands/GetWorkflowStepsCommand.js +3 -3
- package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -3
- package/dist-es/commands/ListIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -3
- package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -3
- package/dist-es/commands/ListProfileObjectsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkflowsCommand.js +3 -3
- package/dist-es/commands/MergeProfilesCommand.js +3 -3
- package/dist-es/commands/PutIntegrationCommand.js +3 -3
- package/dist-es/commands/PutProfileObjectCommand.js +3 -3
- package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -3
- package/dist-es/commands/SearchProfilesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDomainCommand.js +3 -3
- package/dist-es/commands/UpdateProfileCommand.js +3 -3
- package/dist-es/models/models_0.js +126 -504
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +504 -756
- package/dist-types/ts3.4/models/models_0.d.ts +252 -504
- package/package.json +9 -9
|
@@ -35,12 +35,6 @@ export interface AddProfileKeyRequest {
|
|
|
35
35
|
*/
|
|
36
36
|
DomainName: string | undefined;
|
|
37
37
|
}
|
|
38
|
-
export declare namespace AddProfileKeyRequest {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
const filterSensitiveLog: (obj: AddProfileKeyRequest) => any;
|
|
43
|
-
}
|
|
44
38
|
export interface AddProfileKeyResponse {
|
|
45
39
|
/**
|
|
46
40
|
* <p>A searchable identifier of a customer profile.</p>
|
|
@@ -51,12 +45,6 @@ export interface AddProfileKeyResponse {
|
|
|
51
45
|
*/
|
|
52
46
|
Values?: string[];
|
|
53
47
|
}
|
|
54
|
-
export declare namespace AddProfileKeyResponse {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
const filterSensitiveLog: (obj: AddProfileKeyResponse) => any;
|
|
59
|
-
}
|
|
60
48
|
/**
|
|
61
49
|
* <p>The input you provided is invalid.</p>
|
|
62
50
|
*/
|
|
@@ -151,12 +139,6 @@ export interface Address {
|
|
|
151
139
|
*/
|
|
152
140
|
PostalCode?: string;
|
|
153
141
|
}
|
|
154
|
-
export declare namespace Address {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
const filterSensitiveLog: (obj: Address) => any;
|
|
159
|
-
}
|
|
160
142
|
/**
|
|
161
143
|
* <p>Batch defines the boundaries for ingestion for each step in <code>APPFLOW_INTEGRATION</code> workflow. <code>APPFLOW_INTEGRATION</code> workflow splits ingestion based on these boundaries.</p>
|
|
162
144
|
*/
|
|
@@ -170,12 +152,6 @@ export interface Batch {
|
|
|
170
152
|
*/
|
|
171
153
|
EndTime: Date | undefined;
|
|
172
154
|
}
|
|
173
|
-
export declare namespace Batch {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
const filterSensitiveLog: (obj: Batch) => any;
|
|
178
|
-
}
|
|
179
155
|
export declare enum SourceConnectorType {
|
|
180
156
|
MARKETO = "Marketo",
|
|
181
157
|
S3 = "S3",
|
|
@@ -194,12 +170,6 @@ export interface IncrementalPullConfig {
|
|
|
194
170
|
*/
|
|
195
171
|
DatetimeTypeFieldName?: string;
|
|
196
172
|
}
|
|
197
|
-
export declare namespace IncrementalPullConfig {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
const filterSensitiveLog: (obj: IncrementalPullConfig) => any;
|
|
202
|
-
}
|
|
203
173
|
/**
|
|
204
174
|
* <p>The properties that are applied when Marketo is being used as a source.</p>
|
|
205
175
|
*/
|
|
@@ -209,12 +179,6 @@ export interface MarketoSourceProperties {
|
|
|
209
179
|
*/
|
|
210
180
|
Object: string | undefined;
|
|
211
181
|
}
|
|
212
|
-
export declare namespace MarketoSourceProperties {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
217
|
-
}
|
|
218
182
|
/**
|
|
219
183
|
* <p>The properties that are applied when Amazon S3 is being used as the flow source.</p>
|
|
220
184
|
*/
|
|
@@ -228,12 +192,6 @@ export interface S3SourceProperties {
|
|
|
228
192
|
*/
|
|
229
193
|
BucketPrefix?: string;
|
|
230
194
|
}
|
|
231
|
-
export declare namespace S3SourceProperties {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
const filterSensitiveLog: (obj: S3SourceProperties) => any;
|
|
236
|
-
}
|
|
237
195
|
/**
|
|
238
196
|
* <p>The properties that are applied when Salesforce is being used as a source.</p>
|
|
239
197
|
*/
|
|
@@ -252,12 +210,6 @@ export interface SalesforceSourceProperties {
|
|
|
252
210
|
*/
|
|
253
211
|
IncludeDeletedRecords?: boolean;
|
|
254
212
|
}
|
|
255
|
-
export declare namespace SalesforceSourceProperties {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
const filterSensitiveLog: (obj: SalesforceSourceProperties) => any;
|
|
260
|
-
}
|
|
261
213
|
/**
|
|
262
214
|
* <p>The properties that are applied when ServiceNow is being used as a source.</p>
|
|
263
215
|
*/
|
|
@@ -267,12 +219,6 @@ export interface ServiceNowSourceProperties {
|
|
|
267
219
|
*/
|
|
268
220
|
Object: string | undefined;
|
|
269
221
|
}
|
|
270
|
-
export declare namespace ServiceNowSourceProperties {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
|
-
const filterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
|
|
275
|
-
}
|
|
276
222
|
/**
|
|
277
223
|
* <p>The properties that are applied when using Zendesk as a flow source.</p>
|
|
278
224
|
*/
|
|
@@ -282,12 +228,6 @@ export interface ZendeskSourceProperties {
|
|
|
282
228
|
*/
|
|
283
229
|
Object: string | undefined;
|
|
284
230
|
}
|
|
285
|
-
export declare namespace ZendeskSourceProperties {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
const filterSensitiveLog: (obj: ZendeskSourceProperties) => any;
|
|
290
|
-
}
|
|
291
231
|
/**
|
|
292
232
|
* <p>Specifies the information that is required to query a particular Amazon AppFlow connector.
|
|
293
233
|
* Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.</p>
|
|
@@ -314,12 +254,6 @@ export interface SourceConnectorProperties {
|
|
|
314
254
|
*/
|
|
315
255
|
Zendesk?: ZendeskSourceProperties;
|
|
316
256
|
}
|
|
317
|
-
export declare namespace SourceConnectorProperties {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
|
-
const filterSensitiveLog: (obj: SourceConnectorProperties) => any;
|
|
322
|
-
}
|
|
323
257
|
/**
|
|
324
258
|
* <p>Contains information about the configuration of the source connector used in the
|
|
325
259
|
* flow.</p>
|
|
@@ -346,12 +280,6 @@ export interface SourceFlowConfig {
|
|
|
346
280
|
*/
|
|
347
281
|
SourceConnectorProperties: SourceConnectorProperties | undefined;
|
|
348
282
|
}
|
|
349
|
-
export declare namespace SourceFlowConfig {
|
|
350
|
-
/**
|
|
351
|
-
* @internal
|
|
352
|
-
*/
|
|
353
|
-
const filterSensitiveLog: (obj: SourceFlowConfig) => any;
|
|
354
|
-
}
|
|
355
283
|
export declare enum MarketoConnectorOperator {
|
|
356
284
|
ADDITION = "ADDITION",
|
|
357
285
|
BETWEEN = "BETWEEN",
|
|
@@ -479,12 +407,6 @@ export interface ConnectorOperator {
|
|
|
479
407
|
*/
|
|
480
408
|
Zendesk?: ZendeskConnectorOperator | string;
|
|
481
409
|
}
|
|
482
|
-
export declare namespace ConnectorOperator {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
|
-
const filterSensitiveLog: (obj: ConnectorOperator) => any;
|
|
487
|
-
}
|
|
488
410
|
export declare enum OperatorPropertiesKeys {
|
|
489
411
|
CONCAT_FORMAT = "CONCAT_FORMAT",
|
|
490
412
|
DATA_TYPE = "DATA_TYPE",
|
|
@@ -538,12 +460,6 @@ export interface Task {
|
|
|
538
460
|
*/
|
|
539
461
|
TaskType: TaskType | string | undefined;
|
|
540
462
|
}
|
|
541
|
-
export declare namespace Task {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
|
-
const filterSensitiveLog: (obj: Task) => any;
|
|
546
|
-
}
|
|
547
463
|
export declare enum DataPullMode {
|
|
548
464
|
COMPLETE = "Complete",
|
|
549
465
|
INCREMENTAL = "Incremental"
|
|
@@ -587,12 +503,6 @@ export interface ScheduledTriggerProperties {
|
|
|
587
503
|
*/
|
|
588
504
|
FirstExecutionFrom?: Date;
|
|
589
505
|
}
|
|
590
|
-
export declare namespace ScheduledTriggerProperties {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
|
-
const filterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
|
|
595
|
-
}
|
|
596
506
|
/**
|
|
597
507
|
* <p>Specifies the configuration details that control the trigger for a flow. Currently,
|
|
598
508
|
* these settings only apply to the Scheduled trigger type.</p>
|
|
@@ -603,12 +513,6 @@ export interface TriggerProperties {
|
|
|
603
513
|
*/
|
|
604
514
|
Scheduled?: ScheduledTriggerProperties;
|
|
605
515
|
}
|
|
606
|
-
export declare namespace TriggerProperties {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
|
-
const filterSensitiveLog: (obj: TriggerProperties) => any;
|
|
611
|
-
}
|
|
612
516
|
export declare enum TriggerType {
|
|
613
517
|
EVENT = "Event",
|
|
614
518
|
ONDEMAND = "OnDemand",
|
|
@@ -629,12 +533,6 @@ export interface TriggerConfig {
|
|
|
629
533
|
*/
|
|
630
534
|
TriggerProperties?: TriggerProperties;
|
|
631
535
|
}
|
|
632
|
-
export declare namespace TriggerConfig {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
|
-
const filterSensitiveLog: (obj: TriggerConfig) => any;
|
|
637
|
-
}
|
|
638
536
|
/**
|
|
639
537
|
* <p>The configurations that control how Customer Profiles retrieves data from the source,
|
|
640
538
|
* Amazon AppFlow. Customer Profiles uses this information to create an AppFlow flow on behalf of
|
|
@@ -669,12 +567,6 @@ export interface FlowDefinition {
|
|
|
669
567
|
*/
|
|
670
568
|
TriggerConfig: TriggerConfig | undefined;
|
|
671
569
|
}
|
|
672
|
-
export declare namespace FlowDefinition {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
|
-
const filterSensitiveLog: (obj: FlowDefinition) => any;
|
|
677
|
-
}
|
|
678
570
|
/**
|
|
679
571
|
* <p>Details for workflow of type <code>APPFLOW_INTEGRATION</code>.</p>
|
|
680
572
|
*/
|
|
@@ -690,12 +582,6 @@ export interface AppflowIntegration {
|
|
|
690
582
|
*/
|
|
691
583
|
Batches?: Batch[];
|
|
692
584
|
}
|
|
693
|
-
export declare namespace AppflowIntegration {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
|
-
const filterSensitiveLog: (obj: AppflowIntegration) => any;
|
|
698
|
-
}
|
|
699
585
|
/**
|
|
700
586
|
* <p>Structure holding all <code>APPFLOW_INTEGRATION</code> specific workflow attributes.</p>
|
|
701
587
|
*/
|
|
@@ -713,12 +599,6 @@ export interface AppflowIntegrationWorkflowAttributes {
|
|
|
713
599
|
*/
|
|
714
600
|
RoleArn?: string;
|
|
715
601
|
}
|
|
716
|
-
export declare namespace AppflowIntegrationWorkflowAttributes {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
|
-
const filterSensitiveLog: (obj: AppflowIntegrationWorkflowAttributes) => any;
|
|
721
|
-
}
|
|
722
602
|
/**
|
|
723
603
|
* <p>Workflow specific execution metrics for <code>APPFLOW_INTEGRATION</code> workflow.</p>
|
|
724
604
|
*/
|
|
@@ -736,12 +616,6 @@ export interface AppflowIntegrationWorkflowMetrics {
|
|
|
736
616
|
*/
|
|
737
617
|
TotalSteps: number | undefined;
|
|
738
618
|
}
|
|
739
|
-
export declare namespace AppflowIntegrationWorkflowMetrics {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
const filterSensitiveLog: (obj: AppflowIntegrationWorkflowMetrics) => any;
|
|
744
|
-
}
|
|
745
619
|
export declare enum Status {
|
|
746
620
|
CANCELLED = "CANCELLED",
|
|
747
621
|
COMPLETE = "COMPLETE",
|
|
@@ -788,12 +662,6 @@ export interface AppflowIntegrationWorkflowStep {
|
|
|
788
662
|
*/
|
|
789
663
|
LastUpdatedAt: Date | undefined;
|
|
790
664
|
}
|
|
791
|
-
export declare namespace AppflowIntegrationWorkflowStep {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
|
-
const filterSensitiveLog: (obj: AppflowIntegrationWorkflowStep) => any;
|
|
796
|
-
}
|
|
797
665
|
export declare enum ConflictResolvingModel {
|
|
798
666
|
RECENCY = "RECENCY",
|
|
799
667
|
SOURCE = "SOURCE"
|
|
@@ -825,12 +693,6 @@ export interface ConflictResolution {
|
|
|
825
693
|
*/
|
|
826
694
|
SourceName?: string;
|
|
827
695
|
}
|
|
828
|
-
export declare namespace ConflictResolution {
|
|
829
|
-
/**
|
|
830
|
-
* @internal
|
|
831
|
-
*/
|
|
832
|
-
const filterSensitiveLog: (obj: ConflictResolution) => any;
|
|
833
|
-
}
|
|
834
696
|
/**
|
|
835
697
|
* <p>The matching criteria to be used during the auto-merging process. </p>
|
|
836
698
|
*/
|
|
@@ -840,12 +702,6 @@ export interface Consolidation {
|
|
|
840
702
|
*/
|
|
841
703
|
MatchingAttributesList: string[][] | undefined;
|
|
842
704
|
}
|
|
843
|
-
export declare namespace Consolidation {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
const filterSensitiveLog: (obj: Consolidation) => any;
|
|
848
|
-
}
|
|
849
705
|
/**
|
|
850
706
|
* <p>Configuration settings for how to perform the auto-merging of profiles.</p>
|
|
851
707
|
*/
|
|
@@ -873,12 +729,6 @@ export interface AutoMerging {
|
|
|
873
729
|
*/
|
|
874
730
|
MinAllowedConfidenceScoreForMerging?: number;
|
|
875
731
|
}
|
|
876
|
-
export declare namespace AutoMerging {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
|
-
const filterSensitiveLog: (obj: AutoMerging) => any;
|
|
881
|
-
}
|
|
882
732
|
/**
|
|
883
733
|
* <p>Configuration information about the S3 bucket where Identity Resolution Jobs write result files.</p>
|
|
884
734
|
*/
|
|
@@ -892,12 +742,6 @@ export interface S3ExportingConfig {
|
|
|
892
742
|
*/
|
|
893
743
|
S3KeyName?: string;
|
|
894
744
|
}
|
|
895
|
-
export declare namespace S3ExportingConfig {
|
|
896
|
-
/**
|
|
897
|
-
* @internal
|
|
898
|
-
*/
|
|
899
|
-
const filterSensitiveLog: (obj: S3ExportingConfig) => any;
|
|
900
|
-
}
|
|
901
745
|
/**
|
|
902
746
|
* <p>Configuration information about the S3 bucket where Identity Resolution Jobs writes result files. </p>
|
|
903
747
|
* <note>
|
|
@@ -912,12 +756,6 @@ export interface ExportingConfig {
|
|
|
912
756
|
*/
|
|
913
757
|
S3Exporting?: S3ExportingConfig;
|
|
914
758
|
}
|
|
915
|
-
export declare namespace ExportingConfig {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
const filterSensitiveLog: (obj: ExportingConfig) => any;
|
|
920
|
-
}
|
|
921
759
|
export declare enum JobScheduleDayOfTheWeek {
|
|
922
760
|
FRIDAY = "FRIDAY",
|
|
923
761
|
MONDAY = "MONDAY",
|
|
@@ -940,12 +778,6 @@ export interface JobSchedule {
|
|
|
940
778
|
*/
|
|
941
779
|
Time: string | undefined;
|
|
942
780
|
}
|
|
943
|
-
export declare namespace JobSchedule {
|
|
944
|
-
/**
|
|
945
|
-
* @internal
|
|
946
|
-
*/
|
|
947
|
-
const filterSensitiveLog: (obj: JobSchedule) => any;
|
|
948
|
-
}
|
|
949
781
|
/**
|
|
950
782
|
* <p>The flag that enables the matching process of duplicate profiles.</p>
|
|
951
783
|
*/
|
|
@@ -968,12 +800,6 @@ export interface MatchingRequest {
|
|
|
968
800
|
*/
|
|
969
801
|
ExportingConfig?: ExportingConfig;
|
|
970
802
|
}
|
|
971
|
-
export declare namespace MatchingRequest {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
const filterSensitiveLog: (obj: MatchingRequest) => any;
|
|
976
|
-
}
|
|
977
803
|
export interface CreateDomainRequest {
|
|
978
804
|
/**
|
|
979
805
|
* <p>The unique name of the domain.</p>
|
|
@@ -1011,12 +837,6 @@ export interface CreateDomainRequest {
|
|
|
1011
837
|
*/
|
|
1012
838
|
Tags?: Record<string, string>;
|
|
1013
839
|
}
|
|
1014
|
-
export declare namespace CreateDomainRequest {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
const filterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
1019
|
-
}
|
|
1020
840
|
/**
|
|
1021
841
|
* <p>The flag that enables the matching process of duplicate profiles.</p>
|
|
1022
842
|
*/
|
|
@@ -1039,12 +859,6 @@ export interface MatchingResponse {
|
|
|
1039
859
|
*/
|
|
1040
860
|
ExportingConfig?: ExportingConfig;
|
|
1041
861
|
}
|
|
1042
|
-
export declare namespace MatchingResponse {
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
|
-
const filterSensitiveLog: (obj: MatchingResponse) => any;
|
|
1047
|
-
}
|
|
1048
862
|
export interface CreateDomainResponse {
|
|
1049
863
|
/**
|
|
1050
864
|
* <p>The unique name of the domain.</p>
|
|
@@ -1088,12 +902,6 @@ export interface CreateDomainResponse {
|
|
|
1088
902
|
*/
|
|
1089
903
|
Tags?: Record<string, string>;
|
|
1090
904
|
}
|
|
1091
|
-
export declare namespace CreateDomainResponse {
|
|
1092
|
-
/**
|
|
1093
|
-
* @internal
|
|
1094
|
-
*/
|
|
1095
|
-
const filterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
1096
|
-
}
|
|
1097
905
|
/**
|
|
1098
906
|
* <p>Configuration data for integration workflow.</p>
|
|
1099
907
|
*/
|
|
@@ -1103,12 +911,6 @@ export interface IntegrationConfig {
|
|
|
1103
911
|
*/
|
|
1104
912
|
AppflowIntegration?: AppflowIntegration;
|
|
1105
913
|
}
|
|
1106
|
-
export declare namespace IntegrationConfig {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
|
-
const filterSensitiveLog: (obj: IntegrationConfig) => any;
|
|
1111
|
-
}
|
|
1112
914
|
export declare enum WorkflowType {
|
|
1113
915
|
APPFLOW_INTEGRATION = "APPFLOW_INTEGRATION"
|
|
1114
916
|
}
|
|
@@ -1138,12 +940,6 @@ export interface CreateIntegrationWorkflowRequest {
|
|
|
1138
940
|
*/
|
|
1139
941
|
Tags?: Record<string, string>;
|
|
1140
942
|
}
|
|
1141
|
-
export declare namespace CreateIntegrationWorkflowRequest {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
|
-
const filterSensitiveLog: (obj: CreateIntegrationWorkflowRequest) => any;
|
|
1146
|
-
}
|
|
1147
943
|
export interface CreateIntegrationWorkflowResponse {
|
|
1148
944
|
/**
|
|
1149
945
|
* <p>Unique identifier for the workflow.</p>
|
|
@@ -1154,12 +950,6 @@ export interface CreateIntegrationWorkflowResponse {
|
|
|
1154
950
|
*/
|
|
1155
951
|
Message: string | undefined;
|
|
1156
952
|
}
|
|
1157
|
-
export declare namespace CreateIntegrationWorkflowResponse {
|
|
1158
|
-
/**
|
|
1159
|
-
* @internal
|
|
1160
|
-
*/
|
|
1161
|
-
const filterSensitiveLog: (obj: CreateIntegrationWorkflowResponse) => any;
|
|
1162
|
-
}
|
|
1163
953
|
export declare enum Gender {
|
|
1164
954
|
FEMALE = "FEMALE",
|
|
1165
955
|
MALE = "MALE",
|
|
@@ -1263,48 +1053,24 @@ export interface CreateProfileRequest {
|
|
|
1263
1053
|
*/
|
|
1264
1054
|
Attributes?: Record<string, string>;
|
|
1265
1055
|
}
|
|
1266
|
-
export declare namespace CreateProfileRequest {
|
|
1267
|
-
/**
|
|
1268
|
-
* @internal
|
|
1269
|
-
*/
|
|
1270
|
-
const filterSensitiveLog: (obj: CreateProfileRequest) => any;
|
|
1271
|
-
}
|
|
1272
1056
|
export interface CreateProfileResponse {
|
|
1273
1057
|
/**
|
|
1274
1058
|
* <p>The unique identifier of a customer profile.</p>
|
|
1275
1059
|
*/
|
|
1276
1060
|
ProfileId: string | undefined;
|
|
1277
1061
|
}
|
|
1278
|
-
export declare namespace CreateProfileResponse {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
|
-
const filterSensitiveLog: (obj: CreateProfileResponse) => any;
|
|
1283
|
-
}
|
|
1284
1062
|
export interface DeleteDomainRequest {
|
|
1285
1063
|
/**
|
|
1286
1064
|
* <p>The unique name of the domain.</p>
|
|
1287
1065
|
*/
|
|
1288
1066
|
DomainName: string | undefined;
|
|
1289
1067
|
}
|
|
1290
|
-
export declare namespace DeleteDomainRequest {
|
|
1291
|
-
/**
|
|
1292
|
-
* @internal
|
|
1293
|
-
*/
|
|
1294
|
-
const filterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
1295
|
-
}
|
|
1296
1068
|
export interface DeleteDomainResponse {
|
|
1297
1069
|
/**
|
|
1298
1070
|
* <p>A message that indicates the delete request is done.</p>
|
|
1299
1071
|
*/
|
|
1300
1072
|
Message: string | undefined;
|
|
1301
1073
|
}
|
|
1302
|
-
export declare namespace DeleteDomainResponse {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
const filterSensitiveLog: (obj: DeleteDomainResponse) => any;
|
|
1307
|
-
}
|
|
1308
1074
|
export interface DeleteIntegrationRequest {
|
|
1309
1075
|
/**
|
|
1310
1076
|
* <p>The unique name of the domain.</p>
|
|
@@ -1315,24 +1081,12 @@ export interface DeleteIntegrationRequest {
|
|
|
1315
1081
|
*/
|
|
1316
1082
|
Uri: string | undefined;
|
|
1317
1083
|
}
|
|
1318
|
-
export declare namespace DeleteIntegrationRequest {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
const filterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
1323
|
-
}
|
|
1324
1084
|
export interface DeleteIntegrationResponse {
|
|
1325
1085
|
/**
|
|
1326
1086
|
* <p>A message that indicates the delete request is done.</p>
|
|
1327
1087
|
*/
|
|
1328
1088
|
Message: string | undefined;
|
|
1329
1089
|
}
|
|
1330
|
-
export declare namespace DeleteIntegrationResponse {
|
|
1331
|
-
/**
|
|
1332
|
-
* @internal
|
|
1333
|
-
*/
|
|
1334
|
-
const filterSensitiveLog: (obj: DeleteIntegrationResponse) => any;
|
|
1335
|
-
}
|
|
1336
1090
|
export interface DeleteProfileRequest {
|
|
1337
1091
|
/**
|
|
1338
1092
|
* <p>The unique identifier of a customer profile.</p>
|
|
@@ -1343,24 +1097,12 @@ export interface DeleteProfileRequest {
|
|
|
1343
1097
|
*/
|
|
1344
1098
|
DomainName: string | undefined;
|
|
1345
1099
|
}
|
|
1346
|
-
export declare namespace DeleteProfileRequest {
|
|
1347
|
-
/**
|
|
1348
|
-
* @internal
|
|
1349
|
-
*/
|
|
1350
|
-
const filterSensitiveLog: (obj: DeleteProfileRequest) => any;
|
|
1351
|
-
}
|
|
1352
1100
|
export interface DeleteProfileResponse {
|
|
1353
1101
|
/**
|
|
1354
1102
|
* <p>A message that indicates the delete request is done.</p>
|
|
1355
1103
|
*/
|
|
1356
1104
|
Message?: string;
|
|
1357
1105
|
}
|
|
1358
|
-
export declare namespace DeleteProfileResponse {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
|
-
const filterSensitiveLog: (obj: DeleteProfileResponse) => any;
|
|
1363
|
-
}
|
|
1364
1106
|
export interface DeleteProfileKeyRequest {
|
|
1365
1107
|
/**
|
|
1366
1108
|
* <p>The unique identifier of a customer profile.</p>
|
|
@@ -1379,24 +1121,12 @@ export interface DeleteProfileKeyRequest {
|
|
|
1379
1121
|
*/
|
|
1380
1122
|
DomainName: string | undefined;
|
|
1381
1123
|
}
|
|
1382
|
-
export declare namespace DeleteProfileKeyRequest {
|
|
1383
|
-
/**
|
|
1384
|
-
* @internal
|
|
1385
|
-
*/
|
|
1386
|
-
const filterSensitiveLog: (obj: DeleteProfileKeyRequest) => any;
|
|
1387
|
-
}
|
|
1388
1124
|
export interface DeleteProfileKeyResponse {
|
|
1389
1125
|
/**
|
|
1390
1126
|
* <p>A message that indicates the delete request is done.</p>
|
|
1391
1127
|
*/
|
|
1392
1128
|
Message?: string;
|
|
1393
1129
|
}
|
|
1394
|
-
export declare namespace DeleteProfileKeyResponse {
|
|
1395
|
-
/**
|
|
1396
|
-
* @internal
|
|
1397
|
-
*/
|
|
1398
|
-
const filterSensitiveLog: (obj: DeleteProfileKeyResponse) => any;
|
|
1399
|
-
}
|
|
1400
1130
|
export interface DeleteProfileObjectRequest {
|
|
1401
1131
|
/**
|
|
1402
1132
|
* <p>The unique identifier of a customer profile.</p>
|
|
@@ -1415,24 +1145,12 @@ export interface DeleteProfileObjectRequest {
|
|
|
1415
1145
|
*/
|
|
1416
1146
|
DomainName: string | undefined;
|
|
1417
1147
|
}
|
|
1418
|
-
export declare namespace DeleteProfileObjectRequest {
|
|
1419
|
-
/**
|
|
1420
|
-
* @internal
|
|
1421
|
-
*/
|
|
1422
|
-
const filterSensitiveLog: (obj: DeleteProfileObjectRequest) => any;
|
|
1423
|
-
}
|
|
1424
1148
|
export interface DeleteProfileObjectResponse {
|
|
1425
1149
|
/**
|
|
1426
1150
|
* <p>A message that indicates the delete request is done.</p>
|
|
1427
1151
|
*/
|
|
1428
1152
|
Message?: string;
|
|
1429
1153
|
}
|
|
1430
|
-
export declare namespace DeleteProfileObjectResponse {
|
|
1431
|
-
/**
|
|
1432
|
-
* @internal
|
|
1433
|
-
*/
|
|
1434
|
-
const filterSensitiveLog: (obj: DeleteProfileObjectResponse) => any;
|
|
1435
|
-
}
|
|
1436
1154
|
export interface DeleteProfileObjectTypeRequest {
|
|
1437
1155
|
/**
|
|
1438
1156
|
* <p>The unique name of the domain.</p>
|
|
@@ -1443,24 +1161,12 @@ export interface DeleteProfileObjectTypeRequest {
|
|
|
1443
1161
|
*/
|
|
1444
1162
|
ObjectTypeName: string | undefined;
|
|
1445
1163
|
}
|
|
1446
|
-
export declare namespace DeleteProfileObjectTypeRequest {
|
|
1447
|
-
/**
|
|
1448
|
-
* @internal
|
|
1449
|
-
*/
|
|
1450
|
-
const filterSensitiveLog: (obj: DeleteProfileObjectTypeRequest) => any;
|
|
1451
|
-
}
|
|
1452
1164
|
export interface DeleteProfileObjectTypeResponse {
|
|
1453
1165
|
/**
|
|
1454
1166
|
* <p>A message that indicates the delete request is done.</p>
|
|
1455
1167
|
*/
|
|
1456
1168
|
Message: string | undefined;
|
|
1457
1169
|
}
|
|
1458
|
-
export declare namespace DeleteProfileObjectTypeResponse {
|
|
1459
|
-
/**
|
|
1460
|
-
* @internal
|
|
1461
|
-
*/
|
|
1462
|
-
const filterSensitiveLog: (obj: DeleteProfileObjectTypeResponse) => any;
|
|
1463
|
-
}
|
|
1464
1170
|
export interface DeleteWorkflowRequest {
|
|
1465
1171
|
/**
|
|
1466
1172
|
* <p>The unique name of the domain.</p>
|
|
@@ -1471,20 +1177,8 @@ export interface DeleteWorkflowRequest {
|
|
|
1471
1177
|
*/
|
|
1472
1178
|
WorkflowId: string | undefined;
|
|
1473
1179
|
}
|
|
1474
|
-
export declare namespace DeleteWorkflowRequest {
|
|
1475
|
-
/**
|
|
1476
|
-
* @internal
|
|
1477
|
-
*/
|
|
1478
|
-
const filterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
|
|
1479
|
-
}
|
|
1480
1180
|
export interface DeleteWorkflowResponse {
|
|
1481
1181
|
}
|
|
1482
|
-
export declare namespace DeleteWorkflowResponse {
|
|
1483
|
-
/**
|
|
1484
|
-
* @internal
|
|
1485
|
-
*/
|
|
1486
|
-
const filterSensitiveLog: (obj: DeleteWorkflowResponse) => any;
|
|
1487
|
-
}
|
|
1488
1182
|
export interface GetAutoMergingPreviewRequest {
|
|
1489
1183
|
/**
|
|
1490
1184
|
* <p>The unique name of the domain.</p>
|
|
@@ -1503,12 +1197,6 @@ export interface GetAutoMergingPreviewRequest {
|
|
|
1503
1197
|
*/
|
|
1504
1198
|
MinAllowedConfidenceScoreForMerging?: number;
|
|
1505
1199
|
}
|
|
1506
|
-
export declare namespace GetAutoMergingPreviewRequest {
|
|
1507
|
-
/**
|
|
1508
|
-
* @internal
|
|
1509
|
-
*/
|
|
1510
|
-
const filterSensitiveLog: (obj: GetAutoMergingPreviewRequest) => any;
|
|
1511
|
-
}
|
|
1512
1200
|
export interface GetAutoMergingPreviewResponse {
|
|
1513
1201
|
/**
|
|
1514
1202
|
* <p>The unique name of the domain.</p>
|
|
@@ -1528,24 +1216,12 @@ export interface GetAutoMergingPreviewResponse {
|
|
|
1528
1216
|
*/
|
|
1529
1217
|
NumberOfProfilesWillBeMerged?: number;
|
|
1530
1218
|
}
|
|
1531
|
-
export declare namespace GetAutoMergingPreviewResponse {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
|
-
const filterSensitiveLog: (obj: GetAutoMergingPreviewResponse) => any;
|
|
1536
|
-
}
|
|
1537
1219
|
export interface GetDomainRequest {
|
|
1538
1220
|
/**
|
|
1539
1221
|
* <p>The unique name of the domain.</p>
|
|
1540
1222
|
*/
|
|
1541
1223
|
DomainName: string | undefined;
|
|
1542
1224
|
}
|
|
1543
|
-
export declare namespace GetDomainRequest {
|
|
1544
|
-
/**
|
|
1545
|
-
* @internal
|
|
1546
|
-
*/
|
|
1547
|
-
const filterSensitiveLog: (obj: GetDomainRequest) => any;
|
|
1548
|
-
}
|
|
1549
1225
|
/**
|
|
1550
1226
|
* <p>Usage-specific statistics about the domain.</p>
|
|
1551
1227
|
*/
|
|
@@ -1569,12 +1245,6 @@ export interface DomainStats {
|
|
|
1569
1245
|
*/
|
|
1570
1246
|
TotalSize?: number;
|
|
1571
1247
|
}
|
|
1572
|
-
export declare namespace DomainStats {
|
|
1573
|
-
/**
|
|
1574
|
-
* @internal
|
|
1575
|
-
*/
|
|
1576
|
-
const filterSensitiveLog: (obj: DomainStats) => any;
|
|
1577
|
-
}
|
|
1578
1248
|
export interface GetDomainResponse {
|
|
1579
1249
|
/**
|
|
1580
1250
|
* <p>The unique name of the domain.</p>
|
|
@@ -1622,12 +1292,6 @@ export interface GetDomainResponse {
|
|
|
1622
1292
|
*/
|
|
1623
1293
|
Tags?: Record<string, string>;
|
|
1624
1294
|
}
|
|
1625
|
-
export declare namespace GetDomainResponse {
|
|
1626
|
-
/**
|
|
1627
|
-
* @internal
|
|
1628
|
-
*/
|
|
1629
|
-
const filterSensitiveLog: (obj: GetDomainResponse) => any;
|
|
1630
|
-
}
|
|
1631
1295
|
export interface GetIdentityResolutionJobRequest {
|
|
1632
1296
|
/**
|
|
1633
1297
|
* <p>The unique name of the domain.</p>
|
|
@@ -1638,12 +1302,6 @@ export interface GetIdentityResolutionJobRequest {
|
|
|
1638
1302
|
*/
|
|
1639
1303
|
JobId: string | undefined;
|
|
1640
1304
|
}
|
|
1641
|
-
export declare namespace GetIdentityResolutionJobRequest {
|
|
1642
|
-
/**
|
|
1643
|
-
* @internal
|
|
1644
|
-
*/
|
|
1645
|
-
const filterSensitiveLog: (obj: GetIdentityResolutionJobRequest) => any;
|
|
1646
|
-
}
|
|
1647
1305
|
/**
|
|
1648
1306
|
* <p>The S3 location where Identity Resolution Jobs write result files.</p>
|
|
1649
1307
|
*/
|
|
@@ -1657,12 +1315,6 @@ export interface S3ExportingLocation {
|
|
|
1657
1315
|
*/
|
|
1658
1316
|
S3KeyName?: string;
|
|
1659
1317
|
}
|
|
1660
|
-
export declare namespace S3ExportingLocation {
|
|
1661
|
-
/**
|
|
1662
|
-
* @internal
|
|
1663
|
-
*/
|
|
1664
|
-
const filterSensitiveLog: (obj: S3ExportingLocation) => any;
|
|
1665
|
-
}
|
|
1666
1318
|
/**
|
|
1667
1319
|
* <p>The S3 location where Identity Resolution Jobs write result files.</p>
|
|
1668
1320
|
*/
|
|
@@ -1672,12 +1324,6 @@ export interface ExportingLocation {
|
|
|
1672
1324
|
*/
|
|
1673
1325
|
S3Exporting?: S3ExportingLocation;
|
|
1674
1326
|
}
|
|
1675
|
-
export declare namespace ExportingLocation {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
const filterSensitiveLog: (obj: ExportingLocation) => any;
|
|
1680
|
-
}
|
|
1681
1327
|
/**
|
|
1682
1328
|
* <p>Statistics about the Identity Resolution Job.</p>
|
|
1683
1329
|
*/
|
|
@@ -1695,12 +1341,6 @@ export interface JobStats {
|
|
|
1695
1341
|
*/
|
|
1696
1342
|
NumberOfMergesDone?: number;
|
|
1697
1343
|
}
|
|
1698
|
-
export declare namespace JobStats {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: JobStats) => any;
|
|
1703
|
-
}
|
|
1704
1344
|
export declare enum IdentityResolutionJobStatus {
|
|
1705
1345
|
COMPLETED = "COMPLETED",
|
|
1706
1346
|
FAILED = "FAILED",
|
|
@@ -1791,12 +1431,6 @@ export interface GetIdentityResolutionJobResponse {
|
|
|
1791
1431
|
*/
|
|
1792
1432
|
JobStats?: JobStats;
|
|
1793
1433
|
}
|
|
1794
|
-
export declare namespace GetIdentityResolutionJobResponse {
|
|
1795
|
-
/**
|
|
1796
|
-
* @internal
|
|
1797
|
-
*/
|
|
1798
|
-
const filterSensitiveLog: (obj: GetIdentityResolutionJobResponse) => any;
|
|
1799
|
-
}
|
|
1800
1434
|
export interface GetIntegrationRequest {
|
|
1801
1435
|
/**
|
|
1802
1436
|
* <p>The unique name of the domain.</p>
|
|
@@ -1807,12 +1441,6 @@ export interface GetIntegrationRequest {
|
|
|
1807
1441
|
*/
|
|
1808
1442
|
Uri: string | undefined;
|
|
1809
1443
|
}
|
|
1810
|
-
export declare namespace GetIntegrationRequest {
|
|
1811
|
-
/**
|
|
1812
|
-
* @internal
|
|
1813
|
-
*/
|
|
1814
|
-
const filterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
1815
|
-
}
|
|
1816
1444
|
export interface GetIntegrationResponse {
|
|
1817
1445
|
/**
|
|
1818
1446
|
* <p>The unique name of the domain.</p>
|
|
@@ -1849,12 +1477,6 @@ export interface GetIntegrationResponse {
|
|
|
1849
1477
|
*/
|
|
1850
1478
|
WorkflowId?: string;
|
|
1851
1479
|
}
|
|
1852
|
-
export declare namespace GetIntegrationResponse {
|
|
1853
|
-
/**
|
|
1854
|
-
* @internal
|
|
1855
|
-
*/
|
|
1856
|
-
const filterSensitiveLog: (obj: GetIntegrationResponse) => any;
|
|
1857
|
-
}
|
|
1858
1480
|
export interface GetMatchesRequest {
|
|
1859
1481
|
/**
|
|
1860
1482
|
* <p>The token for the next set of results. Use the value returned in the previous
|
|
@@ -1870,12 +1492,6 @@ export interface GetMatchesRequest {
|
|
|
1870
1492
|
*/
|
|
1871
1493
|
DomainName: string | undefined;
|
|
1872
1494
|
}
|
|
1873
|
-
export declare namespace GetMatchesRequest {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
const filterSensitiveLog: (obj: GetMatchesRequest) => any;
|
|
1878
|
-
}
|
|
1879
1495
|
/**
|
|
1880
1496
|
* <p>The Match group object.</p>
|
|
1881
1497
|
*/
|
|
@@ -1899,12 +1515,6 @@ export interface MatchItem {
|
|
|
1899
1515
|
*/
|
|
1900
1516
|
ConfidenceScore?: number;
|
|
1901
1517
|
}
|
|
1902
|
-
export declare namespace MatchItem {
|
|
1903
|
-
/**
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
1906
|
-
const filterSensitiveLog: (obj: MatchItem) => any;
|
|
1907
|
-
}
|
|
1908
1518
|
export interface GetMatchesResponse {
|
|
1909
1519
|
/**
|
|
1910
1520
|
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
@@ -1923,12 +1533,6 @@ export interface GetMatchesResponse {
|
|
|
1923
1533
|
*/
|
|
1924
1534
|
Matches?: MatchItem[];
|
|
1925
1535
|
}
|
|
1926
|
-
export declare namespace GetMatchesResponse {
|
|
1927
|
-
/**
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1930
|
-
const filterSensitiveLog: (obj: GetMatchesResponse) => any;
|
|
1931
|
-
}
|
|
1932
1536
|
export interface GetProfileObjectTypeRequest {
|
|
1933
1537
|
/**
|
|
1934
1538
|
* <p>The unique name of the domain.</p>
|
|
@@ -1939,12 +1543,6 @@ export interface GetProfileObjectTypeRequest {
|
|
|
1939
1543
|
*/
|
|
1940
1544
|
ObjectTypeName: string | undefined;
|
|
1941
1545
|
}
|
|
1942
|
-
export declare namespace GetProfileObjectTypeRequest {
|
|
1943
|
-
/**
|
|
1944
|
-
* @internal
|
|
1945
|
-
*/
|
|
1946
|
-
const filterSensitiveLog: (obj: GetProfileObjectTypeRequest) => any;
|
|
1947
|
-
}
|
|
1948
1546
|
export declare enum FieldContentType {
|
|
1949
1547
|
EMAIL_ADDRESS = "EMAIL_ADDRESS",
|
|
1950
1548
|
NAME = "NAME",
|
|
@@ -1971,12 +1569,6 @@ export interface ObjectTypeField {
|
|
|
1971
1569
|
*/
|
|
1972
1570
|
ContentType?: FieldContentType | string;
|
|
1973
1571
|
}
|
|
1974
|
-
export declare namespace ObjectTypeField {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
const filterSensitiveLog: (obj: ObjectTypeField) => any;
|
|
1979
|
-
}
|
|
1980
1572
|
export declare enum StandardIdentifier {
|
|
1981
1573
|
ASSET = "ASSET",
|
|
1982
1574
|
CASE = "CASE",
|
|
@@ -2008,12 +1600,6 @@ export interface ObjectTypeKey {
|
|
|
2008
1600
|
*/
|
|
2009
1601
|
FieldNames?: string[];
|
|
2010
1602
|
}
|
|
2011
|
-
export declare namespace ObjectTypeKey {
|
|
2012
|
-
/**
|
|
2013
|
-
* @internal
|
|
2014
|
-
*/
|
|
2015
|
-
const filterSensitiveLog: (obj: ObjectTypeKey) => any;
|
|
2016
|
-
}
|
|
2017
1603
|
export interface GetProfileObjectTypeResponse {
|
|
2018
1604
|
/**
|
|
2019
1605
|
* <p>The name of the profile object type.</p>
|
|
@@ -2070,24 +1656,12 @@ export interface GetProfileObjectTypeResponse {
|
|
|
2070
1656
|
*/
|
|
2071
1657
|
Tags?: Record<string, string>;
|
|
2072
1658
|
}
|
|
2073
|
-
export declare namespace GetProfileObjectTypeResponse {
|
|
2074
|
-
/**
|
|
2075
|
-
* @internal
|
|
2076
|
-
*/
|
|
2077
|
-
const filterSensitiveLog: (obj: GetProfileObjectTypeResponse) => any;
|
|
2078
|
-
}
|
|
2079
1659
|
export interface GetProfileObjectTypeTemplateRequest {
|
|
2080
1660
|
/**
|
|
2081
1661
|
* <p>A unique identifier for the object template.</p>
|
|
2082
1662
|
*/
|
|
2083
1663
|
TemplateId: string | undefined;
|
|
2084
1664
|
}
|
|
2085
|
-
export declare namespace GetProfileObjectTypeTemplateRequest {
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
const filterSensitiveLog: (obj: GetProfileObjectTypeTemplateRequest) => any;
|
|
2090
|
-
}
|
|
2091
1665
|
export interface GetProfileObjectTypeTemplateResponse {
|
|
2092
1666
|
/**
|
|
2093
1667
|
* <p>A unique identifier for the object template.</p>
|
|
@@ -2123,12 +1697,6 @@ export interface GetProfileObjectTypeTemplateResponse {
|
|
|
2123
1697
|
*/
|
|
2124
1698
|
Keys?: Record<string, ObjectTypeKey[]>;
|
|
2125
1699
|
}
|
|
2126
|
-
export declare namespace GetProfileObjectTypeTemplateResponse {
|
|
2127
|
-
/**
|
|
2128
|
-
* @internal
|
|
2129
|
-
*/
|
|
2130
|
-
const filterSensitiveLog: (obj: GetProfileObjectTypeTemplateResponse) => any;
|
|
2131
|
-
}
|
|
2132
1700
|
export interface GetWorkflowRequest {
|
|
2133
1701
|
/**
|
|
2134
1702
|
* <p>The unique name of the domain.</p>
|
|
@@ -2139,12 +1707,6 @@ export interface GetWorkflowRequest {
|
|
|
2139
1707
|
*/
|
|
2140
1708
|
WorkflowId: string | undefined;
|
|
2141
1709
|
}
|
|
2142
|
-
export declare namespace GetWorkflowRequest {
|
|
2143
|
-
/**
|
|
2144
|
-
* @internal
|
|
2145
|
-
*/
|
|
2146
|
-
const filterSensitiveLog: (obj: GetWorkflowRequest) => any;
|
|
2147
|
-
}
|
|
2148
1710
|
/**
|
|
2149
1711
|
* <p>Structure to hold workflow attributes.</p>
|
|
2150
1712
|
*/
|
|
@@ -2154,12 +1716,6 @@ export interface WorkflowAttributes {
|
|
|
2154
1716
|
*/
|
|
2155
1717
|
AppflowIntegration?: AppflowIntegrationWorkflowAttributes;
|
|
2156
1718
|
}
|
|
2157
|
-
export declare namespace WorkflowAttributes {
|
|
2158
|
-
/**
|
|
2159
|
-
* @internal
|
|
2160
|
-
*/
|
|
2161
|
-
const filterSensitiveLog: (obj: WorkflowAttributes) => any;
|
|
2162
|
-
}
|
|
2163
1719
|
/**
|
|
2164
1720
|
* <p>Generic object containing workflow execution metrics.</p>
|
|
2165
1721
|
*/
|
|
@@ -2169,12 +1725,6 @@ export interface WorkflowMetrics {
|
|
|
2169
1725
|
*/
|
|
2170
1726
|
AppflowIntegration?: AppflowIntegrationWorkflowMetrics;
|
|
2171
1727
|
}
|
|
2172
|
-
export declare namespace WorkflowMetrics {
|
|
2173
|
-
/**
|
|
2174
|
-
* @internal
|
|
2175
|
-
*/
|
|
2176
|
-
const filterSensitiveLog: (obj: WorkflowMetrics) => any;
|
|
2177
|
-
}
|
|
2178
1728
|
export interface GetWorkflowResponse {
|
|
2179
1729
|
/**
|
|
2180
1730
|
* <p>Unique identifier for the workflow.</p>
|
|
@@ -2209,12 +1759,6 @@ export interface GetWorkflowResponse {
|
|
|
2209
1759
|
*/
|
|
2210
1760
|
Metrics?: WorkflowMetrics;
|
|
2211
1761
|
}
|
|
2212
|
-
export declare namespace GetWorkflowResponse {
|
|
2213
|
-
/**
|
|
2214
|
-
* @internal
|
|
2215
|
-
*/
|
|
2216
|
-
const filterSensitiveLog: (obj: GetWorkflowResponse) => any;
|
|
2217
|
-
}
|
|
2218
1762
|
export interface GetWorkflowStepsRequest {
|
|
2219
1763
|
/**
|
|
2220
1764
|
* <p>The unique name of the domain.</p>
|
|
@@ -2234,12 +1778,6 @@ export interface GetWorkflowStepsRequest {
|
|
|
2234
1778
|
*/
|
|
2235
1779
|
MaxResults?: number;
|
|
2236
1780
|
}
|
|
2237
|
-
export declare namespace GetWorkflowStepsRequest {
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
*/
|
|
2241
|
-
const filterSensitiveLog: (obj: GetWorkflowStepsRequest) => any;
|
|
2242
|
-
}
|
|
2243
1781
|
/**
|
|
2244
1782
|
* <p>List containing steps in workflow.</p>
|
|
2245
1783
|
*/
|
|
@@ -2249,12 +1787,6 @@ export interface WorkflowStepItem {
|
|
|
2249
1787
|
*/
|
|
2250
1788
|
AppflowIntegration?: AppflowIntegrationWorkflowStep;
|
|
2251
1789
|
}
|
|
2252
|
-
export declare namespace WorkflowStepItem {
|
|
2253
|
-
/**
|
|
2254
|
-
* @internal
|
|
2255
|
-
*/
|
|
2256
|
-
const filterSensitiveLog: (obj: WorkflowStepItem) => any;
|
|
2257
|
-
}
|
|
2258
1790
|
export interface GetWorkflowStepsResponse {
|
|
2259
1791
|
/**
|
|
2260
1792
|
* <p>Unique identifier for the workflow.</p>
|
|
@@ -2273,12 +1805,6 @@ export interface GetWorkflowStepsResponse {
|
|
|
2273
1805
|
*/
|
|
2274
1806
|
NextToken?: string;
|
|
2275
1807
|
}
|
|
2276
|
-
export declare namespace GetWorkflowStepsResponse {
|
|
2277
|
-
/**
|
|
2278
|
-
* @internal
|
|
2279
|
-
*/
|
|
2280
|
-
const filterSensitiveLog: (obj: GetWorkflowStepsResponse) => any;
|
|
2281
|
-
}
|
|
2282
1808
|
export interface ListAccountIntegrationsRequest {
|
|
2283
1809
|
/**
|
|
2284
1810
|
* <p>The URI of the S3 bucket or any other type of data source.</p>
|
|
@@ -2297,12 +1823,6 @@ export interface ListAccountIntegrationsRequest {
|
|
|
2297
1823
|
*/
|
|
2298
1824
|
IncludeHidden?: boolean;
|
|
2299
1825
|
}
|
|
2300
|
-
export declare namespace ListAccountIntegrationsRequest {
|
|
2301
|
-
/**
|
|
2302
|
-
* @internal
|
|
2303
|
-
*/
|
|
2304
|
-
const filterSensitiveLog: (obj: ListAccountIntegrationsRequest) => any;
|
|
2305
|
-
}
|
|
2306
1826
|
/**
|
|
2307
1827
|
* <p>An integration in list of integrations.</p>
|
|
2308
1828
|
*/
|
|
@@ -2342,12 +1862,6 @@ export interface ListIntegrationItem {
|
|
|
2342
1862
|
*/
|
|
2343
1863
|
WorkflowId?: string;
|
|
2344
1864
|
}
|
|
2345
|
-
export declare namespace ListIntegrationItem {
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
const filterSensitiveLog: (obj: ListIntegrationItem) => any;
|
|
2350
|
-
}
|
|
2351
1865
|
export interface ListAccountIntegrationsResponse {
|
|
2352
1866
|
/**
|
|
2353
1867
|
* <p>The list of ListAccountIntegration instances.</p>
|
|
@@ -2358,12 +1872,6 @@ export interface ListAccountIntegrationsResponse {
|
|
|
2358
1872
|
*/
|
|
2359
1873
|
NextToken?: string;
|
|
2360
1874
|
}
|
|
2361
|
-
export declare namespace ListAccountIntegrationsResponse {
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
const filterSensitiveLog: (obj: ListAccountIntegrationsResponse) => any;
|
|
2366
|
-
}
|
|
2367
1875
|
export interface ListDomainsRequest {
|
|
2368
1876
|
/**
|
|
2369
1877
|
* <p>The pagination token from the previous ListDomain API call.</p>
|
|
@@ -2374,12 +1882,6 @@ export interface ListDomainsRequest {
|
|
|
2374
1882
|
*/
|
|
2375
1883
|
MaxResults?: number;
|
|
2376
1884
|
}
|
|
2377
|
-
export declare namespace ListDomainsRequest {
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
const filterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
2382
|
-
}
|
|
2383
1885
|
/**
|
|
2384
1886
|
* <p>An object in a list that represents a domain.</p>
|
|
2385
1887
|
*/
|
|
@@ -2401,12 +1903,6 @@ export interface ListDomainItem {
|
|
|
2401
1903
|
*/
|
|
2402
1904
|
Tags?: Record<string, string>;
|
|
2403
1905
|
}
|
|
2404
|
-
export declare namespace ListDomainItem {
|
|
2405
|
-
/**
|
|
2406
|
-
* @internal
|
|
2407
|
-
*/
|
|
2408
|
-
const filterSensitiveLog: (obj: ListDomainItem) => any;
|
|
2409
|
-
}
|
|
2410
1906
|
export interface ListDomainsResponse {
|
|
2411
1907
|
/**
|
|
2412
1908
|
* <p>The list of ListDomains instances.</p>
|
|
@@ -2417,12 +1913,6 @@ export interface ListDomainsResponse {
|
|
|
2417
1913
|
*/
|
|
2418
1914
|
NextToken?: string;
|
|
2419
1915
|
}
|
|
2420
|
-
export declare namespace ListDomainsResponse {
|
|
2421
|
-
/**
|
|
2422
|
-
* @internal
|
|
2423
|
-
*/
|
|
2424
|
-
const filterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
2425
|
-
}
|
|
2426
1916
|
export interface ListIdentityResolutionJobsRequest {
|
|
2427
1917
|
/**
|
|
2428
1918
|
* <p>The unique name of the domain.</p>
|
|
@@ -2438,12 +1928,6 @@ export interface ListIdentityResolutionJobsRequest {
|
|
|
2438
1928
|
*/
|
|
2439
1929
|
MaxResults?: number;
|
|
2440
1930
|
}
|
|
2441
|
-
export declare namespace ListIdentityResolutionJobsRequest {
|
|
2442
|
-
/**
|
|
2443
|
-
* @internal
|
|
2444
|
-
*/
|
|
2445
|
-
const filterSensitiveLog: (obj: ListIdentityResolutionJobsRequest) => any;
|
|
2446
|
-
}
|
|
2447
1931
|
/**
|
|
2448
1932
|
* <p>Information about the Identity Resolution Job.</p>
|
|
2449
1933
|
*/
|
|
@@ -2516,12 +2000,6 @@ export interface IdentityResolutionJob {
|
|
|
2516
2000
|
*/
|
|
2517
2001
|
Message?: string;
|
|
2518
2002
|
}
|
|
2519
|
-
export declare namespace IdentityResolutionJob {
|
|
2520
|
-
/**
|
|
2521
|
-
* @internal
|
|
2522
|
-
*/
|
|
2523
|
-
const filterSensitiveLog: (obj: IdentityResolutionJob) => any;
|
|
2524
|
-
}
|
|
2525
2003
|
export interface ListIdentityResolutionJobsResponse {
|
|
2526
2004
|
/**
|
|
2527
2005
|
* <p>A list of Identity Resolution Jobs.</p>
|
|
@@ -2532,12 +2010,6 @@ export interface ListIdentityResolutionJobsResponse {
|
|
|
2532
2010
|
*/
|
|
2533
2011
|
NextToken?: string;
|
|
2534
2012
|
}
|
|
2535
|
-
export declare namespace ListIdentityResolutionJobsResponse {
|
|
2536
|
-
/**
|
|
2537
|
-
* @internal
|
|
2538
|
-
*/
|
|
2539
|
-
const filterSensitiveLog: (obj: ListIdentityResolutionJobsResponse) => any;
|
|
2540
|
-
}
|
|
2541
2013
|
export interface ListIntegrationsRequest {
|
|
2542
2014
|
/**
|
|
2543
2015
|
* <p>The unique name of the domain.</p>
|
|
@@ -2556,12 +2028,6 @@ export interface ListIntegrationsRequest {
|
|
|
2556
2028
|
*/
|
|
2557
2029
|
IncludeHidden?: boolean;
|
|
2558
2030
|
}
|
|
2559
|
-
export declare namespace ListIntegrationsRequest {
|
|
2560
|
-
/**
|
|
2561
|
-
* @internal
|
|
2562
|
-
*/
|
|
2563
|
-
const filterSensitiveLog: (obj: ListIntegrationsRequest) => any;
|
|
2564
|
-
}
|
|
2565
2031
|
export interface ListIntegrationsResponse {
|
|
2566
2032
|
/**
|
|
2567
2033
|
* <p>The list of ListIntegrations instances.</p>
|
|
@@ -2572,12 +2038,6 @@ export interface ListIntegrationsResponse {
|
|
|
2572
2038
|
*/
|
|
2573
2039
|
NextToken?: string;
|
|
2574
2040
|
}
|
|
2575
|
-
export declare namespace ListIntegrationsResponse {
|
|
2576
|
-
/**
|
|
2577
|
-
* @internal
|
|
2578
|
-
*/
|
|
2579
|
-
const filterSensitiveLog: (obj: ListIntegrationsResponse) => any;
|
|
2580
|
-
}
|
|
2581
2041
|
/**
|
|
2582
2042
|
* <p>The filter applied to ListProfileObjects response to include profile objects with the
|
|
2583
2043
|
* specified index values. This filter is only supported for ObjectTypeName _asset, _case and
|
|
@@ -2596,12 +2056,6 @@ export interface ObjectFilter {
|
|
|
2596
2056
|
*/
|
|
2597
2057
|
Values: string[] | undefined;
|
|
2598
2058
|
}
|
|
2599
|
-
export declare namespace ObjectFilter {
|
|
2600
|
-
/**
|
|
2601
|
-
* @internal
|
|
2602
|
-
*/
|
|
2603
|
-
const filterSensitiveLog: (obj: ObjectFilter) => any;
|
|
2604
|
-
}
|
|
2605
2059
|
export interface ListProfileObjectsRequest {
|
|
2606
2060
|
/**
|
|
2607
2061
|
* <p>The pagination token from the previous call to ListProfileObjects.</p>
|
|
@@ -2629,12 +2083,6 @@ export interface ListProfileObjectsRequest {
|
|
|
2629
2083
|
*/
|
|
2630
2084
|
ObjectFilter?: ObjectFilter;
|
|
2631
2085
|
}
|
|
2632
|
-
export declare namespace ListProfileObjectsRequest {
|
|
2633
|
-
/**
|
|
2634
|
-
* @internal
|
|
2635
|
-
*/
|
|
2636
|
-
const filterSensitiveLog: (obj: ListProfileObjectsRequest) => any;
|
|
2637
|
-
}
|
|
2638
2086
|
/**
|
|
2639
2087
|
* <p>A ProfileObject in a list of ProfileObjects.</p>
|
|
2640
2088
|
*/
|
|
@@ -2653,12 +2101,6 @@ export interface ListProfileObjectsItem {
|
|
|
2653
2101
|
*/
|
|
2654
2102
|
Object?: string;
|
|
2655
2103
|
}
|
|
2656
|
-
export declare namespace ListProfileObjectsItem {
|
|
2657
|
-
/**
|
|
2658
|
-
* @internal
|
|
2659
|
-
*/
|
|
2660
|
-
const filterSensitiveLog: (obj: ListProfileObjectsItem) => any;
|
|
2661
|
-
}
|
|
2662
2104
|
export interface ListProfileObjectsResponse {
|
|
2663
2105
|
/**
|
|
2664
2106
|
* <p>The list of ListProfileObject instances.</p>
|
|
@@ -2669,12 +2111,6 @@ export interface ListProfileObjectsResponse {
|
|
|
2669
2111
|
*/
|
|
2670
2112
|
NextToken?: string;
|
|
2671
2113
|
}
|
|
2672
|
-
export declare namespace ListProfileObjectsResponse {
|
|
2673
|
-
/**
|
|
2674
|
-
* @internal
|
|
2675
|
-
*/
|
|
2676
|
-
const filterSensitiveLog: (obj: ListProfileObjectsResponse) => any;
|
|
2677
|
-
}
|
|
2678
2114
|
export interface ListProfileObjectTypesRequest {
|
|
2679
2115
|
/**
|
|
2680
2116
|
* <p>The unique name of the domain.</p>
|
|
@@ -2689,12 +2125,6 @@ export interface ListProfileObjectTypesRequest {
|
|
|
2689
2125
|
*/
|
|
2690
2126
|
MaxResults?: number;
|
|
2691
2127
|
}
|
|
2692
|
-
export declare namespace ListProfileObjectTypesRequest {
|
|
2693
|
-
/**
|
|
2694
|
-
* @internal
|
|
2695
|
-
*/
|
|
2696
|
-
const filterSensitiveLog: (obj: ListProfileObjectTypesRequest) => any;
|
|
2697
|
-
}
|
|
2698
2128
|
/**
|
|
2699
2129
|
* <p>A ProfileObjectType instance.</p>
|
|
2700
2130
|
*/
|
|
@@ -2720,12 +2150,6 @@ export interface ListProfileObjectTypeItem {
|
|
|
2720
2150
|
*/
|
|
2721
2151
|
Tags?: Record<string, string>;
|
|
2722
2152
|
}
|
|
2723
|
-
export declare namespace ListProfileObjectTypeItem {
|
|
2724
|
-
/**
|
|
2725
|
-
* @internal
|
|
2726
|
-
*/
|
|
2727
|
-
const filterSensitiveLog: (obj: ListProfileObjectTypeItem) => any;
|
|
2728
|
-
}
|
|
2729
2153
|
export interface ListProfileObjectTypesResponse {
|
|
2730
2154
|
/**
|
|
2731
2155
|
* <p>The list of ListProfileObjectTypes instances.</p>
|
|
@@ -2736,12 +2160,6 @@ export interface ListProfileObjectTypesResponse {
|
|
|
2736
2160
|
*/
|
|
2737
2161
|
NextToken?: string;
|
|
2738
2162
|
}
|
|
2739
|
-
export declare namespace ListProfileObjectTypesResponse {
|
|
2740
|
-
/**
|
|
2741
|
-
* @internal
|
|
2742
|
-
*/
|
|
2743
|
-
const filterSensitiveLog: (obj: ListProfileObjectTypesResponse) => any;
|
|
2744
|
-
}
|
|
2745
2163
|
export interface ListProfileObjectTypeTemplatesRequest {
|
|
2746
2164
|
/**
|
|
2747
2165
|
* <p>The pagination token from the previous ListObjectTypeTemplates API call.</p>
|
|
@@ -2752,12 +2170,6 @@ export interface ListProfileObjectTypeTemplatesRequest {
|
|
|
2752
2170
|
*/
|
|
2753
2171
|
MaxResults?: number;
|
|
2754
2172
|
}
|
|
2755
|
-
export declare namespace ListProfileObjectTypeTemplatesRequest {
|
|
2756
|
-
/**
|
|
2757
|
-
* @internal
|
|
2758
|
-
*/
|
|
2759
|
-
const filterSensitiveLog: (obj: ListProfileObjectTypeTemplatesRequest) => any;
|
|
2760
|
-
}
|
|
2761
2173
|
/**
|
|
2762
2174
|
* <p>A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.</p>
|
|
2763
2175
|
*/
|
|
@@ -2775,12 +2187,6 @@ export interface ListProfileObjectTypeTemplateItem {
|
|
|
2775
2187
|
*/
|
|
2776
2188
|
SourceObject?: string;
|
|
2777
2189
|
}
|
|
2778
|
-
export declare namespace ListProfileObjectTypeTemplateItem {
|
|
2779
|
-
/**
|
|
2780
|
-
* @internal
|
|
2781
|
-
*/
|
|
2782
|
-
const filterSensitiveLog: (obj: ListProfileObjectTypeTemplateItem) => any;
|
|
2783
|
-
}
|
|
2784
2190
|
export interface ListProfileObjectTypeTemplatesResponse {
|
|
2785
2191
|
/**
|
|
2786
2192
|
* <p>The list of ListProfileObjectType template instances.</p>
|
|
@@ -2791,36 +2197,18 @@ export interface ListProfileObjectTypeTemplatesResponse {
|
|
|
2791
2197
|
*/
|
|
2792
2198
|
NextToken?: string;
|
|
2793
2199
|
}
|
|
2794
|
-
export declare namespace ListProfileObjectTypeTemplatesResponse {
|
|
2795
|
-
/**
|
|
2796
|
-
* @internal
|
|
2797
|
-
*/
|
|
2798
|
-
const filterSensitiveLog: (obj: ListProfileObjectTypeTemplatesResponse) => any;
|
|
2799
|
-
}
|
|
2800
2200
|
export interface ListTagsForResourceRequest {
|
|
2801
2201
|
/**
|
|
2802
2202
|
* <p>The ARN of the resource for which you want to view tags.</p>
|
|
2803
2203
|
*/
|
|
2804
2204
|
resourceArn: string | undefined;
|
|
2805
2205
|
}
|
|
2806
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2807
|
-
/**
|
|
2808
|
-
* @internal
|
|
2809
|
-
*/
|
|
2810
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2811
|
-
}
|
|
2812
2206
|
export interface ListTagsForResourceResponse {
|
|
2813
2207
|
/**
|
|
2814
2208
|
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
2815
2209
|
*/
|
|
2816
2210
|
tags?: Record<string, string>;
|
|
2817
2211
|
}
|
|
2818
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2819
|
-
/**
|
|
2820
|
-
* @internal
|
|
2821
|
-
*/
|
|
2822
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2823
|
-
}
|
|
2824
2212
|
export interface ListWorkflowsRequest {
|
|
2825
2213
|
/**
|
|
2826
2214
|
* <p>The unique name of the domain.</p>
|
|
@@ -2852,12 +2240,6 @@ export interface ListWorkflowsRequest {
|
|
|
2852
2240
|
*/
|
|
2853
2241
|
MaxResults?: number;
|
|
2854
2242
|
}
|
|
2855
|
-
export declare namespace ListWorkflowsRequest {
|
|
2856
|
-
/**
|
|
2857
|
-
* @internal
|
|
2858
|
-
*/
|
|
2859
|
-
const filterSensitiveLog: (obj: ListWorkflowsRequest) => any;
|
|
2860
|
-
}
|
|
2861
2243
|
/**
|
|
2862
2244
|
* <p>A workflow in list of workflows.</p>
|
|
2863
2245
|
*/
|
|
@@ -2887,12 +2269,6 @@ export interface ListWorkflowsItem {
|
|
|
2887
2269
|
*/
|
|
2888
2270
|
LastUpdatedAt: Date | undefined;
|
|
2889
2271
|
}
|
|
2890
|
-
export declare namespace ListWorkflowsItem {
|
|
2891
|
-
/**
|
|
2892
|
-
* @internal
|
|
2893
|
-
*/
|
|
2894
|
-
const filterSensitiveLog: (obj: ListWorkflowsItem) => any;
|
|
2895
|
-
}
|
|
2896
2272
|
export interface ListWorkflowsResponse {
|
|
2897
2273
|
/**
|
|
2898
2274
|
* <p>List containing workflow details.</p>
|
|
@@ -2903,12 +2279,6 @@ export interface ListWorkflowsResponse {
|
|
|
2903
2279
|
*/
|
|
2904
2280
|
NextToken?: string;
|
|
2905
2281
|
}
|
|
2906
|
-
export declare namespace ListWorkflowsResponse {
|
|
2907
|
-
/**
|
|
2908
|
-
* @internal
|
|
2909
|
-
*/
|
|
2910
|
-
const filterSensitiveLog: (obj: ListWorkflowsResponse) => any;
|
|
2911
|
-
}
|
|
2912
2282
|
/**
|
|
2913
2283
|
* <p>A duplicate customer profile that is to be merged into a main profile. </p>
|
|
2914
2284
|
*/
|
|
@@ -2998,12 +2368,6 @@ export interface FieldSourceProfileIds {
|
|
|
2998
2368
|
*/
|
|
2999
2369
|
Attributes?: Record<string, string>;
|
|
3000
2370
|
}
|
|
3001
|
-
export declare namespace FieldSourceProfileIds {
|
|
3002
|
-
/**
|
|
3003
|
-
* @internal
|
|
3004
|
-
*/
|
|
3005
|
-
const filterSensitiveLog: (obj: FieldSourceProfileIds) => any;
|
|
3006
|
-
}
|
|
3007
2371
|
export interface MergeProfilesRequest {
|
|
3008
2372
|
/**
|
|
3009
2373
|
* <p>The unique name of the domain.</p>
|
|
@@ -3024,24 +2388,12 @@ export interface MergeProfilesRequest {
|
|
|
3024
2388
|
*/
|
|
3025
2389
|
FieldSourceProfileIds?: FieldSourceProfileIds;
|
|
3026
2390
|
}
|
|
3027
|
-
export declare namespace MergeProfilesRequest {
|
|
3028
|
-
/**
|
|
3029
|
-
* @internal
|
|
3030
|
-
*/
|
|
3031
|
-
const filterSensitiveLog: (obj: MergeProfilesRequest) => any;
|
|
3032
|
-
}
|
|
3033
2391
|
export interface MergeProfilesResponse {
|
|
3034
2392
|
/**
|
|
3035
2393
|
* <p>A message that indicates the merge request is complete.</p>
|
|
3036
2394
|
*/
|
|
3037
2395
|
Message?: string;
|
|
3038
2396
|
}
|
|
3039
|
-
export declare namespace MergeProfilesResponse {
|
|
3040
|
-
/**
|
|
3041
|
-
* @internal
|
|
3042
|
-
*/
|
|
3043
|
-
const filterSensitiveLog: (obj: MergeProfilesResponse) => any;
|
|
3044
|
-
}
|
|
3045
2397
|
export interface PutIntegrationRequest {
|
|
3046
2398
|
/**
|
|
3047
2399
|
* <p>The unique name of the domain.</p>
|
|
@@ -3071,12 +2423,6 @@ export interface PutIntegrationRequest {
|
|
|
3071
2423
|
*/
|
|
3072
2424
|
ObjectTypeNames?: Record<string, string>;
|
|
3073
2425
|
}
|
|
3074
|
-
export declare namespace PutIntegrationRequest {
|
|
3075
|
-
/**
|
|
3076
|
-
* @internal
|
|
3077
|
-
*/
|
|
3078
|
-
const filterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
3079
|
-
}
|
|
3080
2426
|
export interface PutIntegrationResponse {
|
|
3081
2427
|
/**
|
|
3082
2428
|
* <p>The unique name of the domain.</p>
|
|
@@ -3113,12 +2459,6 @@ export interface PutIntegrationResponse {
|
|
|
3113
2459
|
*/
|
|
3114
2460
|
WorkflowId?: string;
|
|
3115
2461
|
}
|
|
3116
|
-
export declare namespace PutIntegrationResponse {
|
|
3117
|
-
/**
|
|
3118
|
-
* @internal
|
|
3119
|
-
*/
|
|
3120
|
-
const filterSensitiveLog: (obj: PutIntegrationResponse) => any;
|
|
3121
|
-
}
|
|
3122
2462
|
export interface PutProfileObjectRequest {
|
|
3123
2463
|
/**
|
|
3124
2464
|
* <p>The name of the profile object type.</p>
|
|
@@ -3133,24 +2473,12 @@ export interface PutProfileObjectRequest {
|
|
|
3133
2473
|
*/
|
|
3134
2474
|
DomainName: string | undefined;
|
|
3135
2475
|
}
|
|
3136
|
-
export declare namespace PutProfileObjectRequest {
|
|
3137
|
-
/**
|
|
3138
|
-
* @internal
|
|
3139
|
-
*/
|
|
3140
|
-
const filterSensitiveLog: (obj: PutProfileObjectRequest) => any;
|
|
3141
|
-
}
|
|
3142
2476
|
export interface PutProfileObjectResponse {
|
|
3143
2477
|
/**
|
|
3144
2478
|
* <p>The unique identifier of the profile object generated by the service.</p>
|
|
3145
2479
|
*/
|
|
3146
2480
|
ProfileObjectUniqueKey?: string;
|
|
3147
2481
|
}
|
|
3148
|
-
export declare namespace PutProfileObjectResponse {
|
|
3149
|
-
/**
|
|
3150
|
-
* @internal
|
|
3151
|
-
*/
|
|
3152
|
-
const filterSensitiveLog: (obj: PutProfileObjectResponse) => any;
|
|
3153
|
-
}
|
|
3154
2482
|
export interface PutProfileObjectTypeRequest {
|
|
3155
2483
|
/**
|
|
3156
2484
|
* <p>The unique name of the domain.</p>
|
|
@@ -3208,12 +2536,6 @@ export interface PutProfileObjectTypeRequest {
|
|
|
3208
2536
|
*/
|
|
3209
2537
|
Tags?: Record<string, string>;
|
|
3210
2538
|
}
|
|
3211
|
-
export declare namespace PutProfileObjectTypeRequest {
|
|
3212
|
-
/**
|
|
3213
|
-
* @internal
|
|
3214
|
-
*/
|
|
3215
|
-
const filterSensitiveLog: (obj: PutProfileObjectTypeRequest) => any;
|
|
3216
|
-
}
|
|
3217
2539
|
export interface PutProfileObjectTypeResponse {
|
|
3218
2540
|
/**
|
|
3219
2541
|
* <p>The name of the profile object type.</p>
|
|
@@ -3271,12 +2593,6 @@ export interface PutProfileObjectTypeResponse {
|
|
|
3271
2593
|
*/
|
|
3272
2594
|
Tags?: Record<string, string>;
|
|
3273
2595
|
}
|
|
3274
|
-
export declare namespace PutProfileObjectTypeResponse {
|
|
3275
|
-
/**
|
|
3276
|
-
* @internal
|
|
3277
|
-
*/
|
|
3278
|
-
const filterSensitiveLog: (obj: PutProfileObjectTypeResponse) => any;
|
|
3279
|
-
}
|
|
3280
2596
|
export interface SearchProfilesRequest {
|
|
3281
2597
|
/**
|
|
3282
2598
|
* <p>The pagination token from the previous SearchProfiles API call.</p>
|
|
@@ -3304,12 +2620,6 @@ export interface SearchProfilesRequest {
|
|
|
3304
2620
|
*/
|
|
3305
2621
|
Values: string[] | undefined;
|
|
3306
2622
|
}
|
|
3307
|
-
export declare namespace SearchProfilesRequest {
|
|
3308
|
-
/**
|
|
3309
|
-
* @internal
|
|
3310
|
-
*/
|
|
3311
|
-
const filterSensitiveLog: (obj: SearchProfilesRequest) => any;
|
|
3312
|
-
}
|
|
3313
2623
|
/**
|
|
3314
2624
|
* <p>The standard profile of a customer.</p>
|
|
3315
2625
|
*/
|
|
@@ -3406,12 +2716,6 @@ export interface Profile {
|
|
|
3406
2716
|
*/
|
|
3407
2717
|
Attributes?: Record<string, string>;
|
|
3408
2718
|
}
|
|
3409
|
-
export declare namespace Profile {
|
|
3410
|
-
/**
|
|
3411
|
-
* @internal
|
|
3412
|
-
*/
|
|
3413
|
-
const filterSensitiveLog: (obj: Profile) => any;
|
|
3414
|
-
}
|
|
3415
2719
|
export interface SearchProfilesResponse {
|
|
3416
2720
|
/**
|
|
3417
2721
|
* <p>The list of SearchProfiles instances.</p>
|
|
@@ -3422,12 +2726,6 @@ export interface SearchProfilesResponse {
|
|
|
3422
2726
|
*/
|
|
3423
2727
|
NextToken?: string;
|
|
3424
2728
|
}
|
|
3425
|
-
export declare namespace SearchProfilesResponse {
|
|
3426
|
-
/**
|
|
3427
|
-
* @internal
|
|
3428
|
-
*/
|
|
3429
|
-
const filterSensitiveLog: (obj: SearchProfilesResponse) => any;
|
|
3430
|
-
}
|
|
3431
2729
|
export interface TagResourceRequest {
|
|
3432
2730
|
/**
|
|
3433
2731
|
* <p>The ARN of the resource that you're adding tags to.</p>
|
|
@@ -3438,20 +2736,8 @@ export interface TagResourceRequest {
|
|
|
3438
2736
|
*/
|
|
3439
2737
|
tags: Record<string, string> | undefined;
|
|
3440
2738
|
}
|
|
3441
|
-
export declare namespace TagResourceRequest {
|
|
3442
|
-
/**
|
|
3443
|
-
* @internal
|
|
3444
|
-
*/
|
|
3445
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3446
|
-
}
|
|
3447
2739
|
export interface TagResourceResponse {
|
|
3448
2740
|
}
|
|
3449
|
-
export declare namespace TagResourceResponse {
|
|
3450
|
-
/**
|
|
3451
|
-
* @internal
|
|
3452
|
-
*/
|
|
3453
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3454
|
-
}
|
|
3455
2741
|
export interface UntagResourceRequest {
|
|
3456
2742
|
/**
|
|
3457
2743
|
* <p>The ARN of the resource from which you are removing tags.</p>
|
|
@@ -3462,20 +2748,8 @@ export interface UntagResourceRequest {
|
|
|
3462
2748
|
*/
|
|
3463
2749
|
tagKeys: string[] | undefined;
|
|
3464
2750
|
}
|
|
3465
|
-
export declare namespace UntagResourceRequest {
|
|
3466
|
-
/**
|
|
3467
|
-
* @internal
|
|
3468
|
-
*/
|
|
3469
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3470
|
-
}
|
|
3471
2751
|
export interface UntagResourceResponse {
|
|
3472
2752
|
}
|
|
3473
|
-
export declare namespace UntagResourceResponse {
|
|
3474
|
-
/**
|
|
3475
|
-
* @internal
|
|
3476
|
-
*/
|
|
3477
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3478
|
-
}
|
|
3479
2753
|
export interface UpdateDomainRequest {
|
|
3480
2754
|
/**
|
|
3481
2755
|
* <p>The unique name of the domain.</p>
|
|
@@ -3515,12 +2789,6 @@ export interface UpdateDomainRequest {
|
|
|
3515
2789
|
*/
|
|
3516
2790
|
Tags?: Record<string, string>;
|
|
3517
2791
|
}
|
|
3518
|
-
export declare namespace UpdateDomainRequest {
|
|
3519
|
-
/**
|
|
3520
|
-
* @internal
|
|
3521
|
-
*/
|
|
3522
|
-
const filterSensitiveLog: (obj: UpdateDomainRequest) => any;
|
|
3523
|
-
}
|
|
3524
2792
|
export interface UpdateDomainResponse {
|
|
3525
2793
|
/**
|
|
3526
2794
|
* <p>The unique name of the domain.</p>
|
|
@@ -3564,12 +2832,6 @@ export interface UpdateDomainResponse {
|
|
|
3564
2832
|
*/
|
|
3565
2833
|
Tags?: Record<string, string>;
|
|
3566
2834
|
}
|
|
3567
|
-
export declare namespace UpdateDomainResponse {
|
|
3568
|
-
/**
|
|
3569
|
-
* @internal
|
|
3570
|
-
*/
|
|
3571
|
-
const filterSensitiveLog: (obj: UpdateDomainResponse) => any;
|
|
3572
|
-
}
|
|
3573
2835
|
/**
|
|
3574
2836
|
* <p>Updates associated with the address properties of a customer profile.</p>
|
|
3575
2837
|
*/
|
|
@@ -3615,12 +2877,6 @@ export interface UpdateAddress {
|
|
|
3615
2877
|
*/
|
|
3616
2878
|
PostalCode?: string;
|
|
3617
2879
|
}
|
|
3618
|
-
export declare namespace UpdateAddress {
|
|
3619
|
-
/**
|
|
3620
|
-
* @internal
|
|
3621
|
-
*/
|
|
3622
|
-
const filterSensitiveLog: (obj: UpdateAddress) => any;
|
|
3623
|
-
}
|
|
3624
2880
|
export interface UpdateProfileRequest {
|
|
3625
2881
|
/**
|
|
3626
2882
|
* <p>The unique name of the domain.</p>
|
|
@@ -3718,21 +2974,513 @@ export interface UpdateProfileRequest {
|
|
|
3718
2974
|
*/
|
|
3719
2975
|
Attributes?: Record<string, string>;
|
|
3720
2976
|
}
|
|
3721
|
-
export declare namespace UpdateProfileRequest {
|
|
3722
|
-
/**
|
|
3723
|
-
* @internal
|
|
3724
|
-
*/
|
|
3725
|
-
const filterSensitiveLog: (obj: UpdateProfileRequest) => any;
|
|
3726
|
-
}
|
|
3727
2977
|
export interface UpdateProfileResponse {
|
|
3728
2978
|
/**
|
|
3729
2979
|
* <p>The unique identifier of a customer profile.</p>
|
|
3730
2980
|
*/
|
|
3731
2981
|
ProfileId: string | undefined;
|
|
3732
2982
|
}
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
2983
|
+
/**
|
|
2984
|
+
* @internal
|
|
2985
|
+
*/
|
|
2986
|
+
export declare const AddProfileKeyRequestFilterSensitiveLog: (obj: AddProfileKeyRequest) => any;
|
|
2987
|
+
/**
|
|
2988
|
+
* @internal
|
|
2989
|
+
*/
|
|
2990
|
+
export declare const AddProfileKeyResponseFilterSensitiveLog: (obj: AddProfileKeyResponse) => any;
|
|
2991
|
+
/**
|
|
2992
|
+
* @internal
|
|
2993
|
+
*/
|
|
2994
|
+
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
2995
|
+
/**
|
|
2996
|
+
* @internal
|
|
2997
|
+
*/
|
|
2998
|
+
export declare const BatchFilterSensitiveLog: (obj: Batch) => any;
|
|
2999
|
+
/**
|
|
3000
|
+
* @internal
|
|
3001
|
+
*/
|
|
3002
|
+
export declare const IncrementalPullConfigFilterSensitiveLog: (obj: IncrementalPullConfig) => any;
|
|
3003
|
+
/**
|
|
3004
|
+
* @internal
|
|
3005
|
+
*/
|
|
3006
|
+
export declare const MarketoSourcePropertiesFilterSensitiveLog: (obj: MarketoSourceProperties) => any;
|
|
3007
|
+
/**
|
|
3008
|
+
* @internal
|
|
3009
|
+
*/
|
|
3010
|
+
export declare const S3SourcePropertiesFilterSensitiveLog: (obj: S3SourceProperties) => any;
|
|
3011
|
+
/**
|
|
3012
|
+
* @internal
|
|
3013
|
+
*/
|
|
3014
|
+
export declare const SalesforceSourcePropertiesFilterSensitiveLog: (obj: SalesforceSourceProperties) => any;
|
|
3015
|
+
/**
|
|
3016
|
+
* @internal
|
|
3017
|
+
*/
|
|
3018
|
+
export declare const ServiceNowSourcePropertiesFilterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
|
|
3019
|
+
/**
|
|
3020
|
+
* @internal
|
|
3021
|
+
*/
|
|
3022
|
+
export declare const ZendeskSourcePropertiesFilterSensitiveLog: (obj: ZendeskSourceProperties) => any;
|
|
3023
|
+
/**
|
|
3024
|
+
* @internal
|
|
3025
|
+
*/
|
|
3026
|
+
export declare const SourceConnectorPropertiesFilterSensitiveLog: (obj: SourceConnectorProperties) => any;
|
|
3027
|
+
/**
|
|
3028
|
+
* @internal
|
|
3029
|
+
*/
|
|
3030
|
+
export declare const SourceFlowConfigFilterSensitiveLog: (obj: SourceFlowConfig) => any;
|
|
3031
|
+
/**
|
|
3032
|
+
* @internal
|
|
3033
|
+
*/
|
|
3034
|
+
export declare const ConnectorOperatorFilterSensitiveLog: (obj: ConnectorOperator) => any;
|
|
3035
|
+
/**
|
|
3036
|
+
* @internal
|
|
3037
|
+
*/
|
|
3038
|
+
export declare const TaskFilterSensitiveLog: (obj: Task) => any;
|
|
3039
|
+
/**
|
|
3040
|
+
* @internal
|
|
3041
|
+
*/
|
|
3042
|
+
export declare const ScheduledTriggerPropertiesFilterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
|
|
3043
|
+
/**
|
|
3044
|
+
* @internal
|
|
3045
|
+
*/
|
|
3046
|
+
export declare const TriggerPropertiesFilterSensitiveLog: (obj: TriggerProperties) => any;
|
|
3047
|
+
/**
|
|
3048
|
+
* @internal
|
|
3049
|
+
*/
|
|
3050
|
+
export declare const TriggerConfigFilterSensitiveLog: (obj: TriggerConfig) => any;
|
|
3051
|
+
/**
|
|
3052
|
+
* @internal
|
|
3053
|
+
*/
|
|
3054
|
+
export declare const FlowDefinitionFilterSensitiveLog: (obj: FlowDefinition) => any;
|
|
3055
|
+
/**
|
|
3056
|
+
* @internal
|
|
3057
|
+
*/
|
|
3058
|
+
export declare const AppflowIntegrationFilterSensitiveLog: (obj: AppflowIntegration) => any;
|
|
3059
|
+
/**
|
|
3060
|
+
* @internal
|
|
3061
|
+
*/
|
|
3062
|
+
export declare const AppflowIntegrationWorkflowAttributesFilterSensitiveLog: (obj: AppflowIntegrationWorkflowAttributes) => any;
|
|
3063
|
+
/**
|
|
3064
|
+
* @internal
|
|
3065
|
+
*/
|
|
3066
|
+
export declare const AppflowIntegrationWorkflowMetricsFilterSensitiveLog: (obj: AppflowIntegrationWorkflowMetrics) => any;
|
|
3067
|
+
/**
|
|
3068
|
+
* @internal
|
|
3069
|
+
*/
|
|
3070
|
+
export declare const AppflowIntegrationWorkflowStepFilterSensitiveLog: (obj: AppflowIntegrationWorkflowStep) => any;
|
|
3071
|
+
/**
|
|
3072
|
+
* @internal
|
|
3073
|
+
*/
|
|
3074
|
+
export declare const ConflictResolutionFilterSensitiveLog: (obj: ConflictResolution) => any;
|
|
3075
|
+
/**
|
|
3076
|
+
* @internal
|
|
3077
|
+
*/
|
|
3078
|
+
export declare const ConsolidationFilterSensitiveLog: (obj: Consolidation) => any;
|
|
3079
|
+
/**
|
|
3080
|
+
* @internal
|
|
3081
|
+
*/
|
|
3082
|
+
export declare const AutoMergingFilterSensitiveLog: (obj: AutoMerging) => any;
|
|
3083
|
+
/**
|
|
3084
|
+
* @internal
|
|
3085
|
+
*/
|
|
3086
|
+
export declare const S3ExportingConfigFilterSensitiveLog: (obj: S3ExportingConfig) => any;
|
|
3087
|
+
/**
|
|
3088
|
+
* @internal
|
|
3089
|
+
*/
|
|
3090
|
+
export declare const ExportingConfigFilterSensitiveLog: (obj: ExportingConfig) => any;
|
|
3091
|
+
/**
|
|
3092
|
+
* @internal
|
|
3093
|
+
*/
|
|
3094
|
+
export declare const JobScheduleFilterSensitiveLog: (obj: JobSchedule) => any;
|
|
3095
|
+
/**
|
|
3096
|
+
* @internal
|
|
3097
|
+
*/
|
|
3098
|
+
export declare const MatchingRequestFilterSensitiveLog: (obj: MatchingRequest) => any;
|
|
3099
|
+
/**
|
|
3100
|
+
* @internal
|
|
3101
|
+
*/
|
|
3102
|
+
export declare const CreateDomainRequestFilterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
3103
|
+
/**
|
|
3104
|
+
* @internal
|
|
3105
|
+
*/
|
|
3106
|
+
export declare const MatchingResponseFilterSensitiveLog: (obj: MatchingResponse) => any;
|
|
3107
|
+
/**
|
|
3108
|
+
* @internal
|
|
3109
|
+
*/
|
|
3110
|
+
export declare const CreateDomainResponseFilterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
3111
|
+
/**
|
|
3112
|
+
* @internal
|
|
3113
|
+
*/
|
|
3114
|
+
export declare const IntegrationConfigFilterSensitiveLog: (obj: IntegrationConfig) => any;
|
|
3115
|
+
/**
|
|
3116
|
+
* @internal
|
|
3117
|
+
*/
|
|
3118
|
+
export declare const CreateIntegrationWorkflowRequestFilterSensitiveLog: (obj: CreateIntegrationWorkflowRequest) => any;
|
|
3119
|
+
/**
|
|
3120
|
+
* @internal
|
|
3121
|
+
*/
|
|
3122
|
+
export declare const CreateIntegrationWorkflowResponseFilterSensitiveLog: (obj: CreateIntegrationWorkflowResponse) => any;
|
|
3123
|
+
/**
|
|
3124
|
+
* @internal
|
|
3125
|
+
*/
|
|
3126
|
+
export declare const CreateProfileRequestFilterSensitiveLog: (obj: CreateProfileRequest) => any;
|
|
3127
|
+
/**
|
|
3128
|
+
* @internal
|
|
3129
|
+
*/
|
|
3130
|
+
export declare const CreateProfileResponseFilterSensitiveLog: (obj: CreateProfileResponse) => any;
|
|
3131
|
+
/**
|
|
3132
|
+
* @internal
|
|
3133
|
+
*/
|
|
3134
|
+
export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
3135
|
+
/**
|
|
3136
|
+
* @internal
|
|
3137
|
+
*/
|
|
3138
|
+
export declare const DeleteDomainResponseFilterSensitiveLog: (obj: DeleteDomainResponse) => any;
|
|
3139
|
+
/**
|
|
3140
|
+
* @internal
|
|
3141
|
+
*/
|
|
3142
|
+
export declare const DeleteIntegrationRequestFilterSensitiveLog: (obj: DeleteIntegrationRequest) => any;
|
|
3143
|
+
/**
|
|
3144
|
+
* @internal
|
|
3145
|
+
*/
|
|
3146
|
+
export declare const DeleteIntegrationResponseFilterSensitiveLog: (obj: DeleteIntegrationResponse) => any;
|
|
3147
|
+
/**
|
|
3148
|
+
* @internal
|
|
3149
|
+
*/
|
|
3150
|
+
export declare const DeleteProfileRequestFilterSensitiveLog: (obj: DeleteProfileRequest) => any;
|
|
3151
|
+
/**
|
|
3152
|
+
* @internal
|
|
3153
|
+
*/
|
|
3154
|
+
export declare const DeleteProfileResponseFilterSensitiveLog: (obj: DeleteProfileResponse) => any;
|
|
3155
|
+
/**
|
|
3156
|
+
* @internal
|
|
3157
|
+
*/
|
|
3158
|
+
export declare const DeleteProfileKeyRequestFilterSensitiveLog: (obj: DeleteProfileKeyRequest) => any;
|
|
3159
|
+
/**
|
|
3160
|
+
* @internal
|
|
3161
|
+
*/
|
|
3162
|
+
export declare const DeleteProfileKeyResponseFilterSensitiveLog: (obj: DeleteProfileKeyResponse) => any;
|
|
3163
|
+
/**
|
|
3164
|
+
* @internal
|
|
3165
|
+
*/
|
|
3166
|
+
export declare const DeleteProfileObjectRequestFilterSensitiveLog: (obj: DeleteProfileObjectRequest) => any;
|
|
3167
|
+
/**
|
|
3168
|
+
* @internal
|
|
3169
|
+
*/
|
|
3170
|
+
export declare const DeleteProfileObjectResponseFilterSensitiveLog: (obj: DeleteProfileObjectResponse) => any;
|
|
3171
|
+
/**
|
|
3172
|
+
* @internal
|
|
3173
|
+
*/
|
|
3174
|
+
export declare const DeleteProfileObjectTypeRequestFilterSensitiveLog: (obj: DeleteProfileObjectTypeRequest) => any;
|
|
3175
|
+
/**
|
|
3176
|
+
* @internal
|
|
3177
|
+
*/
|
|
3178
|
+
export declare const DeleteProfileObjectTypeResponseFilterSensitiveLog: (obj: DeleteProfileObjectTypeResponse) => any;
|
|
3179
|
+
/**
|
|
3180
|
+
* @internal
|
|
3181
|
+
*/
|
|
3182
|
+
export declare const DeleteWorkflowRequestFilterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
|
|
3183
|
+
/**
|
|
3184
|
+
* @internal
|
|
3185
|
+
*/
|
|
3186
|
+
export declare const DeleteWorkflowResponseFilterSensitiveLog: (obj: DeleteWorkflowResponse) => any;
|
|
3187
|
+
/**
|
|
3188
|
+
* @internal
|
|
3189
|
+
*/
|
|
3190
|
+
export declare const GetAutoMergingPreviewRequestFilterSensitiveLog: (obj: GetAutoMergingPreviewRequest) => any;
|
|
3191
|
+
/**
|
|
3192
|
+
* @internal
|
|
3193
|
+
*/
|
|
3194
|
+
export declare const GetAutoMergingPreviewResponseFilterSensitiveLog: (obj: GetAutoMergingPreviewResponse) => any;
|
|
3195
|
+
/**
|
|
3196
|
+
* @internal
|
|
3197
|
+
*/
|
|
3198
|
+
export declare const GetDomainRequestFilterSensitiveLog: (obj: GetDomainRequest) => any;
|
|
3199
|
+
/**
|
|
3200
|
+
* @internal
|
|
3201
|
+
*/
|
|
3202
|
+
export declare const DomainStatsFilterSensitiveLog: (obj: DomainStats) => any;
|
|
3203
|
+
/**
|
|
3204
|
+
* @internal
|
|
3205
|
+
*/
|
|
3206
|
+
export declare const GetDomainResponseFilterSensitiveLog: (obj: GetDomainResponse) => any;
|
|
3207
|
+
/**
|
|
3208
|
+
* @internal
|
|
3209
|
+
*/
|
|
3210
|
+
export declare const GetIdentityResolutionJobRequestFilterSensitiveLog: (obj: GetIdentityResolutionJobRequest) => any;
|
|
3211
|
+
/**
|
|
3212
|
+
* @internal
|
|
3213
|
+
*/
|
|
3214
|
+
export declare const S3ExportingLocationFilterSensitiveLog: (obj: S3ExportingLocation) => any;
|
|
3215
|
+
/**
|
|
3216
|
+
* @internal
|
|
3217
|
+
*/
|
|
3218
|
+
export declare const ExportingLocationFilterSensitiveLog: (obj: ExportingLocation) => any;
|
|
3219
|
+
/**
|
|
3220
|
+
* @internal
|
|
3221
|
+
*/
|
|
3222
|
+
export declare const JobStatsFilterSensitiveLog: (obj: JobStats) => any;
|
|
3223
|
+
/**
|
|
3224
|
+
* @internal
|
|
3225
|
+
*/
|
|
3226
|
+
export declare const GetIdentityResolutionJobResponseFilterSensitiveLog: (obj: GetIdentityResolutionJobResponse) => any;
|
|
3227
|
+
/**
|
|
3228
|
+
* @internal
|
|
3229
|
+
*/
|
|
3230
|
+
export declare const GetIntegrationRequestFilterSensitiveLog: (obj: GetIntegrationRequest) => any;
|
|
3231
|
+
/**
|
|
3232
|
+
* @internal
|
|
3233
|
+
*/
|
|
3234
|
+
export declare const GetIntegrationResponseFilterSensitiveLog: (obj: GetIntegrationResponse) => any;
|
|
3235
|
+
/**
|
|
3236
|
+
* @internal
|
|
3237
|
+
*/
|
|
3238
|
+
export declare const GetMatchesRequestFilterSensitiveLog: (obj: GetMatchesRequest) => any;
|
|
3239
|
+
/**
|
|
3240
|
+
* @internal
|
|
3241
|
+
*/
|
|
3242
|
+
export declare const MatchItemFilterSensitiveLog: (obj: MatchItem) => any;
|
|
3243
|
+
/**
|
|
3244
|
+
* @internal
|
|
3245
|
+
*/
|
|
3246
|
+
export declare const GetMatchesResponseFilterSensitiveLog: (obj: GetMatchesResponse) => any;
|
|
3247
|
+
/**
|
|
3248
|
+
* @internal
|
|
3249
|
+
*/
|
|
3250
|
+
export declare const GetProfileObjectTypeRequestFilterSensitiveLog: (obj: GetProfileObjectTypeRequest) => any;
|
|
3251
|
+
/**
|
|
3252
|
+
* @internal
|
|
3253
|
+
*/
|
|
3254
|
+
export declare const ObjectTypeFieldFilterSensitiveLog: (obj: ObjectTypeField) => any;
|
|
3255
|
+
/**
|
|
3256
|
+
* @internal
|
|
3257
|
+
*/
|
|
3258
|
+
export declare const ObjectTypeKeyFilterSensitiveLog: (obj: ObjectTypeKey) => any;
|
|
3259
|
+
/**
|
|
3260
|
+
* @internal
|
|
3261
|
+
*/
|
|
3262
|
+
export declare const GetProfileObjectTypeResponseFilterSensitiveLog: (obj: GetProfileObjectTypeResponse) => any;
|
|
3263
|
+
/**
|
|
3264
|
+
* @internal
|
|
3265
|
+
*/
|
|
3266
|
+
export declare const GetProfileObjectTypeTemplateRequestFilterSensitiveLog: (obj: GetProfileObjectTypeTemplateRequest) => any;
|
|
3267
|
+
/**
|
|
3268
|
+
* @internal
|
|
3269
|
+
*/
|
|
3270
|
+
export declare const GetProfileObjectTypeTemplateResponseFilterSensitiveLog: (obj: GetProfileObjectTypeTemplateResponse) => any;
|
|
3271
|
+
/**
|
|
3272
|
+
* @internal
|
|
3273
|
+
*/
|
|
3274
|
+
export declare const GetWorkflowRequestFilterSensitiveLog: (obj: GetWorkflowRequest) => any;
|
|
3275
|
+
/**
|
|
3276
|
+
* @internal
|
|
3277
|
+
*/
|
|
3278
|
+
export declare const WorkflowAttributesFilterSensitiveLog: (obj: WorkflowAttributes) => any;
|
|
3279
|
+
/**
|
|
3280
|
+
* @internal
|
|
3281
|
+
*/
|
|
3282
|
+
export declare const WorkflowMetricsFilterSensitiveLog: (obj: WorkflowMetrics) => any;
|
|
3283
|
+
/**
|
|
3284
|
+
* @internal
|
|
3285
|
+
*/
|
|
3286
|
+
export declare const GetWorkflowResponseFilterSensitiveLog: (obj: GetWorkflowResponse) => any;
|
|
3287
|
+
/**
|
|
3288
|
+
* @internal
|
|
3289
|
+
*/
|
|
3290
|
+
export declare const GetWorkflowStepsRequestFilterSensitiveLog: (obj: GetWorkflowStepsRequest) => any;
|
|
3291
|
+
/**
|
|
3292
|
+
* @internal
|
|
3293
|
+
*/
|
|
3294
|
+
export declare const WorkflowStepItemFilterSensitiveLog: (obj: WorkflowStepItem) => any;
|
|
3295
|
+
/**
|
|
3296
|
+
* @internal
|
|
3297
|
+
*/
|
|
3298
|
+
export declare const GetWorkflowStepsResponseFilterSensitiveLog: (obj: GetWorkflowStepsResponse) => any;
|
|
3299
|
+
/**
|
|
3300
|
+
* @internal
|
|
3301
|
+
*/
|
|
3302
|
+
export declare const ListAccountIntegrationsRequestFilterSensitiveLog: (obj: ListAccountIntegrationsRequest) => any;
|
|
3303
|
+
/**
|
|
3304
|
+
* @internal
|
|
3305
|
+
*/
|
|
3306
|
+
export declare const ListIntegrationItemFilterSensitiveLog: (obj: ListIntegrationItem) => any;
|
|
3307
|
+
/**
|
|
3308
|
+
* @internal
|
|
3309
|
+
*/
|
|
3310
|
+
export declare const ListAccountIntegrationsResponseFilterSensitiveLog: (obj: ListAccountIntegrationsResponse) => any;
|
|
3311
|
+
/**
|
|
3312
|
+
* @internal
|
|
3313
|
+
*/
|
|
3314
|
+
export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
3315
|
+
/**
|
|
3316
|
+
* @internal
|
|
3317
|
+
*/
|
|
3318
|
+
export declare const ListDomainItemFilterSensitiveLog: (obj: ListDomainItem) => any;
|
|
3319
|
+
/**
|
|
3320
|
+
* @internal
|
|
3321
|
+
*/
|
|
3322
|
+
export declare const ListDomainsResponseFilterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
3323
|
+
/**
|
|
3324
|
+
* @internal
|
|
3325
|
+
*/
|
|
3326
|
+
export declare const ListIdentityResolutionJobsRequestFilterSensitiveLog: (obj: ListIdentityResolutionJobsRequest) => any;
|
|
3327
|
+
/**
|
|
3328
|
+
* @internal
|
|
3329
|
+
*/
|
|
3330
|
+
export declare const IdentityResolutionJobFilterSensitiveLog: (obj: IdentityResolutionJob) => any;
|
|
3331
|
+
/**
|
|
3332
|
+
* @internal
|
|
3333
|
+
*/
|
|
3334
|
+
export declare const ListIdentityResolutionJobsResponseFilterSensitiveLog: (obj: ListIdentityResolutionJobsResponse) => any;
|
|
3335
|
+
/**
|
|
3336
|
+
* @internal
|
|
3337
|
+
*/
|
|
3338
|
+
export declare const ListIntegrationsRequestFilterSensitiveLog: (obj: ListIntegrationsRequest) => any;
|
|
3339
|
+
/**
|
|
3340
|
+
* @internal
|
|
3341
|
+
*/
|
|
3342
|
+
export declare const ListIntegrationsResponseFilterSensitiveLog: (obj: ListIntegrationsResponse) => any;
|
|
3343
|
+
/**
|
|
3344
|
+
* @internal
|
|
3345
|
+
*/
|
|
3346
|
+
export declare const ObjectFilterFilterSensitiveLog: (obj: ObjectFilter) => any;
|
|
3347
|
+
/**
|
|
3348
|
+
* @internal
|
|
3349
|
+
*/
|
|
3350
|
+
export declare const ListProfileObjectsRequestFilterSensitiveLog: (obj: ListProfileObjectsRequest) => any;
|
|
3351
|
+
/**
|
|
3352
|
+
* @internal
|
|
3353
|
+
*/
|
|
3354
|
+
export declare const ListProfileObjectsItemFilterSensitiveLog: (obj: ListProfileObjectsItem) => any;
|
|
3355
|
+
/**
|
|
3356
|
+
* @internal
|
|
3357
|
+
*/
|
|
3358
|
+
export declare const ListProfileObjectsResponseFilterSensitiveLog: (obj: ListProfileObjectsResponse) => any;
|
|
3359
|
+
/**
|
|
3360
|
+
* @internal
|
|
3361
|
+
*/
|
|
3362
|
+
export declare const ListProfileObjectTypesRequestFilterSensitiveLog: (obj: ListProfileObjectTypesRequest) => any;
|
|
3363
|
+
/**
|
|
3364
|
+
* @internal
|
|
3365
|
+
*/
|
|
3366
|
+
export declare const ListProfileObjectTypeItemFilterSensitiveLog: (obj: ListProfileObjectTypeItem) => any;
|
|
3367
|
+
/**
|
|
3368
|
+
* @internal
|
|
3369
|
+
*/
|
|
3370
|
+
export declare const ListProfileObjectTypesResponseFilterSensitiveLog: (obj: ListProfileObjectTypesResponse) => any;
|
|
3371
|
+
/**
|
|
3372
|
+
* @internal
|
|
3373
|
+
*/
|
|
3374
|
+
export declare const ListProfileObjectTypeTemplatesRequestFilterSensitiveLog: (obj: ListProfileObjectTypeTemplatesRequest) => any;
|
|
3375
|
+
/**
|
|
3376
|
+
* @internal
|
|
3377
|
+
*/
|
|
3378
|
+
export declare const ListProfileObjectTypeTemplateItemFilterSensitiveLog: (obj: ListProfileObjectTypeTemplateItem) => any;
|
|
3379
|
+
/**
|
|
3380
|
+
* @internal
|
|
3381
|
+
*/
|
|
3382
|
+
export declare const ListProfileObjectTypeTemplatesResponseFilterSensitiveLog: (obj: ListProfileObjectTypeTemplatesResponse) => any;
|
|
3383
|
+
/**
|
|
3384
|
+
* @internal
|
|
3385
|
+
*/
|
|
3386
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3387
|
+
/**
|
|
3388
|
+
* @internal
|
|
3389
|
+
*/
|
|
3390
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3391
|
+
/**
|
|
3392
|
+
* @internal
|
|
3393
|
+
*/
|
|
3394
|
+
export declare const ListWorkflowsRequestFilterSensitiveLog: (obj: ListWorkflowsRequest) => any;
|
|
3395
|
+
/**
|
|
3396
|
+
* @internal
|
|
3397
|
+
*/
|
|
3398
|
+
export declare const ListWorkflowsItemFilterSensitiveLog: (obj: ListWorkflowsItem) => any;
|
|
3399
|
+
/**
|
|
3400
|
+
* @internal
|
|
3401
|
+
*/
|
|
3402
|
+
export declare const ListWorkflowsResponseFilterSensitiveLog: (obj: ListWorkflowsResponse) => any;
|
|
3403
|
+
/**
|
|
3404
|
+
* @internal
|
|
3405
|
+
*/
|
|
3406
|
+
export declare const FieldSourceProfileIdsFilterSensitiveLog: (obj: FieldSourceProfileIds) => any;
|
|
3407
|
+
/**
|
|
3408
|
+
* @internal
|
|
3409
|
+
*/
|
|
3410
|
+
export declare const MergeProfilesRequestFilterSensitiveLog: (obj: MergeProfilesRequest) => any;
|
|
3411
|
+
/**
|
|
3412
|
+
* @internal
|
|
3413
|
+
*/
|
|
3414
|
+
export declare const MergeProfilesResponseFilterSensitiveLog: (obj: MergeProfilesResponse) => any;
|
|
3415
|
+
/**
|
|
3416
|
+
* @internal
|
|
3417
|
+
*/
|
|
3418
|
+
export declare const PutIntegrationRequestFilterSensitiveLog: (obj: PutIntegrationRequest) => any;
|
|
3419
|
+
/**
|
|
3420
|
+
* @internal
|
|
3421
|
+
*/
|
|
3422
|
+
export declare const PutIntegrationResponseFilterSensitiveLog: (obj: PutIntegrationResponse) => any;
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
*/
|
|
3426
|
+
export declare const PutProfileObjectRequestFilterSensitiveLog: (obj: PutProfileObjectRequest) => any;
|
|
3427
|
+
/**
|
|
3428
|
+
* @internal
|
|
3429
|
+
*/
|
|
3430
|
+
export declare const PutProfileObjectResponseFilterSensitiveLog: (obj: PutProfileObjectResponse) => any;
|
|
3431
|
+
/**
|
|
3432
|
+
* @internal
|
|
3433
|
+
*/
|
|
3434
|
+
export declare const PutProfileObjectTypeRequestFilterSensitiveLog: (obj: PutProfileObjectTypeRequest) => any;
|
|
3435
|
+
/**
|
|
3436
|
+
* @internal
|
|
3437
|
+
*/
|
|
3438
|
+
export declare const PutProfileObjectTypeResponseFilterSensitiveLog: (obj: PutProfileObjectTypeResponse) => any;
|
|
3439
|
+
/**
|
|
3440
|
+
* @internal
|
|
3441
|
+
*/
|
|
3442
|
+
export declare const SearchProfilesRequestFilterSensitiveLog: (obj: SearchProfilesRequest) => any;
|
|
3443
|
+
/**
|
|
3444
|
+
* @internal
|
|
3445
|
+
*/
|
|
3446
|
+
export declare const ProfileFilterSensitiveLog: (obj: Profile) => any;
|
|
3447
|
+
/**
|
|
3448
|
+
* @internal
|
|
3449
|
+
*/
|
|
3450
|
+
export declare const SearchProfilesResponseFilterSensitiveLog: (obj: SearchProfilesResponse) => any;
|
|
3451
|
+
/**
|
|
3452
|
+
* @internal
|
|
3453
|
+
*/
|
|
3454
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3455
|
+
/**
|
|
3456
|
+
* @internal
|
|
3457
|
+
*/
|
|
3458
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3459
|
+
/**
|
|
3460
|
+
* @internal
|
|
3461
|
+
*/
|
|
3462
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3463
|
+
/**
|
|
3464
|
+
* @internal
|
|
3465
|
+
*/
|
|
3466
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3467
|
+
/**
|
|
3468
|
+
* @internal
|
|
3469
|
+
*/
|
|
3470
|
+
export declare const UpdateDomainRequestFilterSensitiveLog: (obj: UpdateDomainRequest) => any;
|
|
3471
|
+
/**
|
|
3472
|
+
* @internal
|
|
3473
|
+
*/
|
|
3474
|
+
export declare const UpdateDomainResponseFilterSensitiveLog: (obj: UpdateDomainResponse) => any;
|
|
3475
|
+
/**
|
|
3476
|
+
* @internal
|
|
3477
|
+
*/
|
|
3478
|
+
export declare const UpdateAddressFilterSensitiveLog: (obj: UpdateAddress) => any;
|
|
3479
|
+
/**
|
|
3480
|
+
* @internal
|
|
3481
|
+
*/
|
|
3482
|
+
export declare const UpdateProfileRequestFilterSensitiveLog: (obj: UpdateProfileRequest) => any;
|
|
3483
|
+
/**
|
|
3484
|
+
* @internal
|
|
3485
|
+
*/
|
|
3486
|
+
export declare const UpdateProfileResponseFilterSensitiveLog: (obj: UpdateProfileResponse) => any;
|