@aws-sdk/client-customer-profiles 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +443 -443
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +420 -0
- package/dist-es/models/errors.js +71 -0
- package/dist-es/models/models_0.js +1 -487
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
- package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
- package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -1
- package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
- package/dist-types/commands/SearchProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartUploadJobCommand.d.ts +1 -1
- package/dist-types/commands/StopUploadJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainLayoutCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +828 -0
- package/dist-types/models/errors.d.ts +67 -0
- package/dist-types/models/models_0.d.ts +1139 -884
- package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopUploadJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainLayoutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +500 -0
- package/dist-types/ts3.4/models/errors.d.ts +42 -0
- package/dist-types/ts3.4/models/models_0.d.ts +282 -536
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -4
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1150
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -259
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MergeProfilesRequest,
|
|
10
10
|
MergeProfilesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MergeProfilesCommandInput extends MergeProfilesRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PutIntegrationRequest,
|
|
10
10
|
PutIntegrationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PutIntegrationCommandInput extends PutIntegrationRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PutProfileObjectRequest,
|
|
10
10
|
PutProfileObjectResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PutProfileObjectCommandInput extends PutProfileObjectRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SearchProfilesRequest,
|
|
10
10
|
SearchProfilesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface SearchProfilesCommandInput extends SearchProfilesRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StartUploadJobRequest,
|
|
10
10
|
StartUploadJobResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StartUploadJobCommandInput extends StartUploadJobRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
StopUploadJobRequest,
|
|
10
10
|
StopUploadJobResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface StopUploadJobCommandInput extends StopUploadJobRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CustomerProfilesClient";
|
|
8
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateCalculatedAttributeDefinitionRequest,
|
|
10
10
|
UpdateCalculatedAttributeDefinitionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateCalculatedAttributeDefinitionCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CustomerProfilesClient";
|
|
8
|
-
import { UpdateDomainRequest, UpdateDomainResponse } from "../models/
|
|
8
|
+
import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateDomainCommandInput extends UpdateDomainRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateProfileRequest,
|
|
10
10
|
UpdateProfileResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
|
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { CustomerProfilesExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { CustomerProfilesServiceException } from "./models/CustomerProfilesServiceException";
|
|
@@ -0,0 +1,500 @@
|
|
|
1
|
+
export declare const ActionType: {
|
|
2
|
+
readonly ADDED_PROFILE_KEY: "ADDED_PROFILE_KEY";
|
|
3
|
+
readonly CREATED: "CREATED";
|
|
4
|
+
readonly DELETED_BY_CUSTOMER: "DELETED_BY_CUSTOMER";
|
|
5
|
+
readonly DELETED_BY_MERGE: "DELETED_BY_MERGE";
|
|
6
|
+
readonly DELETED_PROFILE_KEY: "DELETED_PROFILE_KEY";
|
|
7
|
+
readonly EXPIRED: "EXPIRED";
|
|
8
|
+
readonly INGESTED: "INGESTED";
|
|
9
|
+
readonly MERGED: "MERGED";
|
|
10
|
+
readonly UPDATED: "UPDATED";
|
|
11
|
+
};
|
|
12
|
+
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
13
|
+
export declare const StringDimensionType: {
|
|
14
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
15
|
+
readonly CONTAINS: "CONTAINS";
|
|
16
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
17
|
+
readonly EXCLUSIVE: "EXCLUSIVE";
|
|
18
|
+
readonly INCLUSIVE: "INCLUSIVE";
|
|
19
|
+
};
|
|
20
|
+
export type StringDimensionType =
|
|
21
|
+
(typeof StringDimensionType)[keyof typeof StringDimensionType];
|
|
22
|
+
export declare const SourceConnectorType: {
|
|
23
|
+
readonly MARKETO: "Marketo";
|
|
24
|
+
readonly S3: "S3";
|
|
25
|
+
readonly SALESFORCE: "Salesforce";
|
|
26
|
+
readonly SERVICENOW: "Servicenow";
|
|
27
|
+
readonly ZENDESK: "Zendesk";
|
|
28
|
+
};
|
|
29
|
+
export type SourceConnectorType =
|
|
30
|
+
(typeof SourceConnectorType)[keyof typeof SourceConnectorType];
|
|
31
|
+
export declare const MarketoConnectorOperator: {
|
|
32
|
+
readonly ADDITION: "ADDITION";
|
|
33
|
+
readonly BETWEEN: "BETWEEN";
|
|
34
|
+
readonly DIVISION: "DIVISION";
|
|
35
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
36
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
37
|
+
readonly MASK_ALL: "MASK_ALL";
|
|
38
|
+
readonly MASK_FIRST_N: "MASK_FIRST_N";
|
|
39
|
+
readonly MASK_LAST_N: "MASK_LAST_N";
|
|
40
|
+
readonly MULTIPLICATION: "MULTIPLICATION";
|
|
41
|
+
readonly NO_OP: "NO_OP";
|
|
42
|
+
readonly PROJECTION: "PROJECTION";
|
|
43
|
+
readonly SUBTRACTION: "SUBTRACTION";
|
|
44
|
+
readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
|
|
45
|
+
readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
|
|
46
|
+
readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
|
|
47
|
+
readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
|
|
48
|
+
};
|
|
49
|
+
export type MarketoConnectorOperator =
|
|
50
|
+
(typeof MarketoConnectorOperator)[keyof typeof MarketoConnectorOperator];
|
|
51
|
+
export declare const S3ConnectorOperator: {
|
|
52
|
+
readonly ADDITION: "ADDITION";
|
|
53
|
+
readonly BETWEEN: "BETWEEN";
|
|
54
|
+
readonly DIVISION: "DIVISION";
|
|
55
|
+
readonly EQUAL_TO: "EQUAL_TO";
|
|
56
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
57
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
|
|
58
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
59
|
+
readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
|
|
60
|
+
readonly MASK_ALL: "MASK_ALL";
|
|
61
|
+
readonly MASK_FIRST_N: "MASK_FIRST_N";
|
|
62
|
+
readonly MASK_LAST_N: "MASK_LAST_N";
|
|
63
|
+
readonly MULTIPLICATION: "MULTIPLICATION";
|
|
64
|
+
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
65
|
+
readonly NO_OP: "NO_OP";
|
|
66
|
+
readonly PROJECTION: "PROJECTION";
|
|
67
|
+
readonly SUBTRACTION: "SUBTRACTION";
|
|
68
|
+
readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
|
|
69
|
+
readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
|
|
70
|
+
readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
|
|
71
|
+
readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
|
|
72
|
+
};
|
|
73
|
+
export type S3ConnectorOperator =
|
|
74
|
+
(typeof S3ConnectorOperator)[keyof typeof S3ConnectorOperator];
|
|
75
|
+
export declare const SalesforceConnectorOperator: {
|
|
76
|
+
readonly ADDITION: "ADDITION";
|
|
77
|
+
readonly BETWEEN: "BETWEEN";
|
|
78
|
+
readonly CONTAINS: "CONTAINS";
|
|
79
|
+
readonly DIVISION: "DIVISION";
|
|
80
|
+
readonly EQUAL_TO: "EQUAL_TO";
|
|
81
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
82
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
|
|
83
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
84
|
+
readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
|
|
85
|
+
readonly MASK_ALL: "MASK_ALL";
|
|
86
|
+
readonly MASK_FIRST_N: "MASK_FIRST_N";
|
|
87
|
+
readonly MASK_LAST_N: "MASK_LAST_N";
|
|
88
|
+
readonly MULTIPLICATION: "MULTIPLICATION";
|
|
89
|
+
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
90
|
+
readonly NO_OP: "NO_OP";
|
|
91
|
+
readonly PROJECTION: "PROJECTION";
|
|
92
|
+
readonly SUBTRACTION: "SUBTRACTION";
|
|
93
|
+
readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
|
|
94
|
+
readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
|
|
95
|
+
readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
|
|
96
|
+
readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
|
|
97
|
+
};
|
|
98
|
+
export type SalesforceConnectorOperator =
|
|
99
|
+
(typeof SalesforceConnectorOperator)[keyof typeof SalesforceConnectorOperator];
|
|
100
|
+
export declare const ServiceNowConnectorOperator: {
|
|
101
|
+
readonly ADDITION: "ADDITION";
|
|
102
|
+
readonly BETWEEN: "BETWEEN";
|
|
103
|
+
readonly CONTAINS: "CONTAINS";
|
|
104
|
+
readonly DIVISION: "DIVISION";
|
|
105
|
+
readonly EQUAL_TO: "EQUAL_TO";
|
|
106
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
107
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
|
|
108
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
109
|
+
readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
|
|
110
|
+
readonly MASK_ALL: "MASK_ALL";
|
|
111
|
+
readonly MASK_FIRST_N: "MASK_FIRST_N";
|
|
112
|
+
readonly MASK_LAST_N: "MASK_LAST_N";
|
|
113
|
+
readonly MULTIPLICATION: "MULTIPLICATION";
|
|
114
|
+
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
115
|
+
readonly NO_OP: "NO_OP";
|
|
116
|
+
readonly PROJECTION: "PROJECTION";
|
|
117
|
+
readonly SUBTRACTION: "SUBTRACTION";
|
|
118
|
+
readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
|
|
119
|
+
readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
|
|
120
|
+
readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
|
|
121
|
+
readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
|
|
122
|
+
};
|
|
123
|
+
export type ServiceNowConnectorOperator =
|
|
124
|
+
(typeof ServiceNowConnectorOperator)[keyof typeof ServiceNowConnectorOperator];
|
|
125
|
+
export declare const ZendeskConnectorOperator: {
|
|
126
|
+
readonly ADDITION: "ADDITION";
|
|
127
|
+
readonly DIVISION: "DIVISION";
|
|
128
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
129
|
+
readonly MASK_ALL: "MASK_ALL";
|
|
130
|
+
readonly MASK_FIRST_N: "MASK_FIRST_N";
|
|
131
|
+
readonly MASK_LAST_N: "MASK_LAST_N";
|
|
132
|
+
readonly MULTIPLICATION: "MULTIPLICATION";
|
|
133
|
+
readonly NO_OP: "NO_OP";
|
|
134
|
+
readonly PROJECTION: "PROJECTION";
|
|
135
|
+
readonly SUBTRACTION: "SUBTRACTION";
|
|
136
|
+
readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
|
|
137
|
+
readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
|
|
138
|
+
readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
|
|
139
|
+
readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
|
|
140
|
+
};
|
|
141
|
+
export type ZendeskConnectorOperator =
|
|
142
|
+
(typeof ZendeskConnectorOperator)[keyof typeof ZendeskConnectorOperator];
|
|
143
|
+
export declare const OperatorPropertiesKeys: {
|
|
144
|
+
readonly CONCAT_FORMAT: "CONCAT_FORMAT";
|
|
145
|
+
readonly DATA_TYPE: "DATA_TYPE";
|
|
146
|
+
readonly DESTINATION_DATA_TYPE: "DESTINATION_DATA_TYPE";
|
|
147
|
+
readonly LOWER_BOUND: "LOWER_BOUND";
|
|
148
|
+
readonly MASK_LENGTH: "MASK_LENGTH";
|
|
149
|
+
readonly MASK_VALUE: "MASK_VALUE";
|
|
150
|
+
readonly MATH_OPERATION_FIELDS_ORDER: "MATH_OPERATION_FIELDS_ORDER";
|
|
151
|
+
readonly SOURCE_DATA_TYPE: "SOURCE_DATA_TYPE";
|
|
152
|
+
readonly SUBFIELD_CATEGORY_MAP: "SUBFIELD_CATEGORY_MAP";
|
|
153
|
+
readonly TRUNCATE_LENGTH: "TRUNCATE_LENGTH";
|
|
154
|
+
readonly UPPER_BOUND: "UPPER_BOUND";
|
|
155
|
+
readonly VALIDATION_ACTION: "VALIDATION_ACTION";
|
|
156
|
+
readonly VALUE: "VALUE";
|
|
157
|
+
readonly VALUES: "VALUES";
|
|
158
|
+
};
|
|
159
|
+
export type OperatorPropertiesKeys =
|
|
160
|
+
(typeof OperatorPropertiesKeys)[keyof typeof OperatorPropertiesKeys];
|
|
161
|
+
export declare const TaskType: {
|
|
162
|
+
readonly ARITHMETIC: "Arithmetic";
|
|
163
|
+
readonly FILTER: "Filter";
|
|
164
|
+
readonly MAP: "Map";
|
|
165
|
+
readonly MASK: "Mask";
|
|
166
|
+
readonly MERGE: "Merge";
|
|
167
|
+
readonly TRUNCATE: "Truncate";
|
|
168
|
+
readonly VALIDATE: "Validate";
|
|
169
|
+
};
|
|
170
|
+
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
171
|
+
export declare const DataPullMode: {
|
|
172
|
+
readonly COMPLETE: "Complete";
|
|
173
|
+
readonly INCREMENTAL: "Incremental";
|
|
174
|
+
};
|
|
175
|
+
export type DataPullMode = (typeof DataPullMode)[keyof typeof DataPullMode];
|
|
176
|
+
export declare const TriggerType: {
|
|
177
|
+
readonly EVENT: "Event";
|
|
178
|
+
readonly ONDEMAND: "OnDemand";
|
|
179
|
+
readonly SCHEDULED: "Scheduled";
|
|
180
|
+
};
|
|
181
|
+
export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType];
|
|
182
|
+
export declare const Status: {
|
|
183
|
+
readonly CANCELLED: "CANCELLED";
|
|
184
|
+
readonly COMPLETE: "COMPLETE";
|
|
185
|
+
readonly FAILED: "FAILED";
|
|
186
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
187
|
+
readonly NOT_STARTED: "NOT_STARTED";
|
|
188
|
+
readonly RETRY: "RETRY";
|
|
189
|
+
readonly SPLIT: "SPLIT";
|
|
190
|
+
};
|
|
191
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
192
|
+
export declare const AttributeDimensionType: {
|
|
193
|
+
readonly AFTER: "AFTER";
|
|
194
|
+
readonly BEFORE: "BEFORE";
|
|
195
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
196
|
+
readonly BETWEEN: "BETWEEN";
|
|
197
|
+
readonly CONTAINS: "CONTAINS";
|
|
198
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
199
|
+
readonly EQUAL: "EQUAL";
|
|
200
|
+
readonly EXCLUSIVE: "EXCLUSIVE";
|
|
201
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
202
|
+
readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
|
|
203
|
+
readonly INCLUSIVE: "INCLUSIVE";
|
|
204
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
205
|
+
readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
|
|
206
|
+
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
207
|
+
readonly ON: "ON";
|
|
208
|
+
};
|
|
209
|
+
export type AttributeDimensionType =
|
|
210
|
+
(typeof AttributeDimensionType)[keyof typeof AttributeDimensionType];
|
|
211
|
+
export declare const FilterDimensionType: {
|
|
212
|
+
readonly AFTER: "AFTER";
|
|
213
|
+
readonly BEFORE: "BEFORE";
|
|
214
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
215
|
+
readonly BETWEEN: "BETWEEN";
|
|
216
|
+
readonly CONTAINS: "CONTAINS";
|
|
217
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
218
|
+
readonly EQUAL: "EQUAL";
|
|
219
|
+
readonly EXCLUSIVE: "EXCLUSIVE";
|
|
220
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
221
|
+
readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
|
|
222
|
+
readonly INCLUSIVE: "INCLUSIVE";
|
|
223
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
224
|
+
readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
|
|
225
|
+
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
226
|
+
readonly ON: "ON";
|
|
227
|
+
};
|
|
228
|
+
export type FilterDimensionType =
|
|
229
|
+
(typeof FilterDimensionType)[keyof typeof FilterDimensionType];
|
|
230
|
+
export declare const AttributeMatchingModel: {
|
|
231
|
+
readonly MANY_TO_MANY: "MANY_TO_MANY";
|
|
232
|
+
readonly ONE_TO_ONE: "ONE_TO_ONE";
|
|
233
|
+
};
|
|
234
|
+
export type AttributeMatchingModel =
|
|
235
|
+
(typeof AttributeMatchingModel)[keyof typeof AttributeMatchingModel];
|
|
236
|
+
export declare const ConflictResolvingModel: {
|
|
237
|
+
readonly RECENCY: "RECENCY";
|
|
238
|
+
readonly SOURCE: "SOURCE";
|
|
239
|
+
};
|
|
240
|
+
export type ConflictResolvingModel =
|
|
241
|
+
(typeof ConflictResolvingModel)[keyof typeof ConflictResolvingModel];
|
|
242
|
+
export declare const RangeUnit: {
|
|
243
|
+
readonly DAYS: "DAYS";
|
|
244
|
+
};
|
|
245
|
+
export type RangeUnit = (typeof RangeUnit)[keyof typeof RangeUnit];
|
|
246
|
+
export declare const ContactType: {
|
|
247
|
+
readonly BUSINESS_EMAIL_ADDRESS: "BusinessEmailAddress";
|
|
248
|
+
readonly BUSINESS_PHONE_NUMBER: "BusinessPhoneNumber";
|
|
249
|
+
readonly EMAIL_ADDRESS: "EmailAddress";
|
|
250
|
+
readonly HOME_PHONE_NUMBER: "HomePhoneNumber";
|
|
251
|
+
readonly MOBILE_PHONE_NUMBER: "MobilePhoneNumber";
|
|
252
|
+
readonly PERSONAL_EMAIL_ADDRESS: "PersonalEmailAddress";
|
|
253
|
+
readonly PHONE_NUMBER: "PhoneNumber";
|
|
254
|
+
};
|
|
255
|
+
export type ContactType = (typeof ContactType)[keyof typeof ContactType];
|
|
256
|
+
export declare const Gender: {
|
|
257
|
+
readonly FEMALE: "FEMALE";
|
|
258
|
+
readonly MALE: "MALE";
|
|
259
|
+
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
260
|
+
};
|
|
261
|
+
export type Gender = (typeof Gender)[keyof typeof Gender];
|
|
262
|
+
export declare const PartyType: {
|
|
263
|
+
readonly BUSINESS: "BUSINESS";
|
|
264
|
+
readonly INDIVIDUAL: "INDIVIDUAL";
|
|
265
|
+
readonly OTHER: "OTHER";
|
|
266
|
+
};
|
|
267
|
+
export type PartyType = (typeof PartyType)[keyof typeof PartyType];
|
|
268
|
+
export declare const ProfileType: {
|
|
269
|
+
readonly ACCOUNT_PROFILE: "ACCOUNT_PROFILE";
|
|
270
|
+
readonly PROFILE: "PROFILE";
|
|
271
|
+
};
|
|
272
|
+
export type ProfileType = (typeof ProfileType)[keyof typeof ProfileType];
|
|
273
|
+
export declare const ReadinessStatus: {
|
|
274
|
+
readonly COMPLETED: "COMPLETED";
|
|
275
|
+
readonly FAILED: "FAILED";
|
|
276
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
277
|
+
readonly PREPARING: "PREPARING";
|
|
278
|
+
};
|
|
279
|
+
export type ReadinessStatus =
|
|
280
|
+
(typeof ReadinessStatus)[keyof typeof ReadinessStatus];
|
|
281
|
+
export declare const ComparisonOperator: {
|
|
282
|
+
readonly AFTER: "AFTER";
|
|
283
|
+
readonly BEFORE: "BEFORE";
|
|
284
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
285
|
+
readonly BETWEEN: "BETWEEN";
|
|
286
|
+
readonly CONTAINS: "CONTAINS";
|
|
287
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
288
|
+
readonly EQUAL: "EQUAL";
|
|
289
|
+
readonly EXCLUSIVE: "EXCLUSIVE";
|
|
290
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
291
|
+
readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
|
|
292
|
+
readonly INCLUSIVE: "INCLUSIVE";
|
|
293
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
294
|
+
readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
|
|
295
|
+
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
296
|
+
readonly ON: "ON";
|
|
297
|
+
};
|
|
298
|
+
export type ComparisonOperator =
|
|
299
|
+
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
300
|
+
export declare const Unit: {
|
|
301
|
+
readonly DAYS: "DAYS";
|
|
302
|
+
};
|
|
303
|
+
export type Unit = (typeof Unit)[keyof typeof Unit];
|
|
304
|
+
export declare const Operator: {
|
|
305
|
+
readonly EQUAL_TO: "EQUAL_TO";
|
|
306
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
307
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
308
|
+
readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
|
|
309
|
+
};
|
|
310
|
+
export type Operator = (typeof Operator)[keyof typeof Operator];
|
|
311
|
+
export declare const Type: {
|
|
312
|
+
readonly ALL: "ALL";
|
|
313
|
+
readonly ANY: "ANY";
|
|
314
|
+
readonly NONE: "NONE";
|
|
315
|
+
};
|
|
316
|
+
export type Type = (typeof Type)[keyof typeof Type];
|
|
317
|
+
export declare const Include: {
|
|
318
|
+
readonly ALL: "ALL";
|
|
319
|
+
readonly ANY: "ANY";
|
|
320
|
+
readonly NONE: "NONE";
|
|
321
|
+
};
|
|
322
|
+
export type Include = (typeof Include)[keyof typeof Include];
|
|
323
|
+
export declare const Statistic: {
|
|
324
|
+
readonly AVERAGE: "AVERAGE";
|
|
325
|
+
readonly COUNT: "COUNT";
|
|
326
|
+
readonly FIRST_OCCURRENCE: "FIRST_OCCURRENCE";
|
|
327
|
+
readonly LAST_OCCURRENCE: "LAST_OCCURRENCE";
|
|
328
|
+
readonly MAXIMUM: "MAXIMUM";
|
|
329
|
+
readonly MAX_OCCURRENCE: "MAX_OCCURRENCE";
|
|
330
|
+
readonly MINIMUM: "MINIMUM";
|
|
331
|
+
readonly SUM: "SUM";
|
|
332
|
+
};
|
|
333
|
+
export type Statistic = (typeof Statistic)[keyof typeof Statistic];
|
|
334
|
+
export declare const JobScheduleDayOfTheWeek: {
|
|
335
|
+
readonly FRIDAY: "FRIDAY";
|
|
336
|
+
readonly MONDAY: "MONDAY";
|
|
337
|
+
readonly SATURDAY: "SATURDAY";
|
|
338
|
+
readonly SUNDAY: "SUNDAY";
|
|
339
|
+
readonly THURSDAY: "THURSDAY";
|
|
340
|
+
readonly TUESDAY: "TUESDAY";
|
|
341
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
342
|
+
};
|
|
343
|
+
export type JobScheduleDayOfTheWeek =
|
|
344
|
+
(typeof JobScheduleDayOfTheWeek)[keyof typeof JobScheduleDayOfTheWeek];
|
|
345
|
+
export declare const RuleBasedMatchingStatus: {
|
|
346
|
+
readonly ACTIVE: "ACTIVE";
|
|
347
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
348
|
+
readonly PENDING: "PENDING";
|
|
349
|
+
};
|
|
350
|
+
export type RuleBasedMatchingStatus =
|
|
351
|
+
(typeof RuleBasedMatchingStatus)[keyof typeof RuleBasedMatchingStatus];
|
|
352
|
+
export declare const LayoutType: {
|
|
353
|
+
readonly PROFILE_EXPLORER: "PROFILE_EXPLORER";
|
|
354
|
+
};
|
|
355
|
+
export type LayoutType = (typeof LayoutType)[keyof typeof LayoutType];
|
|
356
|
+
export declare const EventTriggerLogicalOperator: {
|
|
357
|
+
readonly ALL: "ALL";
|
|
358
|
+
readonly ANY: "ANY";
|
|
359
|
+
readonly NONE: "NONE";
|
|
360
|
+
};
|
|
361
|
+
export type EventTriggerLogicalOperator =
|
|
362
|
+
(typeof EventTriggerLogicalOperator)[keyof typeof EventTriggerLogicalOperator];
|
|
363
|
+
export declare const PeriodUnit: {
|
|
364
|
+
readonly DAYS: "DAYS";
|
|
365
|
+
readonly HOURS: "HOURS";
|
|
366
|
+
readonly MONTHS: "MONTHS";
|
|
367
|
+
readonly WEEKS: "WEEKS";
|
|
368
|
+
};
|
|
369
|
+
export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
|
|
370
|
+
export declare const WorkflowType: {
|
|
371
|
+
readonly APPFLOW_INTEGRATION: "APPFLOW_INTEGRATION";
|
|
372
|
+
};
|
|
373
|
+
export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
|
|
374
|
+
export declare const DateDimensionType: {
|
|
375
|
+
readonly AFTER: "AFTER";
|
|
376
|
+
readonly BEFORE: "BEFORE";
|
|
377
|
+
readonly BETWEEN: "BETWEEN";
|
|
378
|
+
readonly NOT_BETWEEN: "NOT_BETWEEN";
|
|
379
|
+
readonly ON: "ON";
|
|
380
|
+
};
|
|
381
|
+
export type DateDimensionType =
|
|
382
|
+
(typeof DateDimensionType)[keyof typeof DateDimensionType];
|
|
383
|
+
export declare const ProfileTypeDimensionType: {
|
|
384
|
+
readonly EXCLUSIVE: "EXCLUSIVE";
|
|
385
|
+
readonly INCLUSIVE: "INCLUSIVE";
|
|
386
|
+
};
|
|
387
|
+
export type ProfileTypeDimensionType =
|
|
388
|
+
(typeof ProfileTypeDimensionType)[keyof typeof ProfileTypeDimensionType];
|
|
389
|
+
export declare const IncludeOptions: {
|
|
390
|
+
readonly ALL: "ALL";
|
|
391
|
+
readonly ANY: "ANY";
|
|
392
|
+
readonly NONE: "NONE";
|
|
393
|
+
};
|
|
394
|
+
export type IncludeOptions =
|
|
395
|
+
(typeof IncludeOptions)[keyof typeof IncludeOptions];
|
|
396
|
+
export declare const DataFormat: {
|
|
397
|
+
readonly CSV: "CSV";
|
|
398
|
+
readonly JSONL: "JSONL";
|
|
399
|
+
readonly ORC: "ORC";
|
|
400
|
+
};
|
|
401
|
+
export type DataFormat = (typeof DataFormat)[keyof typeof DataFormat];
|
|
402
|
+
export declare const FieldContentType: {
|
|
403
|
+
readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
|
|
404
|
+
readonly NAME: "NAME";
|
|
405
|
+
readonly NUMBER: "NUMBER";
|
|
406
|
+
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
407
|
+
readonly STRING: "STRING";
|
|
408
|
+
};
|
|
409
|
+
export type FieldContentType =
|
|
410
|
+
(typeof FieldContentType)[keyof typeof FieldContentType];
|
|
411
|
+
export declare const StandardIdentifier: {
|
|
412
|
+
readonly AIR_BOOKING: "AIR_BOOKING";
|
|
413
|
+
readonly AIR_PREFERENCE: "AIR_PREFERENCE";
|
|
414
|
+
readonly AIR_SEGMENT: "AIR_SEGMENT";
|
|
415
|
+
readonly ASSET: "ASSET";
|
|
416
|
+
readonly CASE: "CASE";
|
|
417
|
+
readonly COMMUNICATION_RECORD: "COMMUNICATION_RECORD";
|
|
418
|
+
readonly HOTEL_PREFERENCE: "HOTEL_PREFERENCE";
|
|
419
|
+
readonly HOTEL_RESERVATION: "HOTEL_RESERVATION";
|
|
420
|
+
readonly HOTEL_STAY_REVENUE: "HOTEL_STAY_REVENUE";
|
|
421
|
+
readonly LOOKUP_ONLY: "LOOKUP_ONLY";
|
|
422
|
+
readonly LOYALTY: "LOYALTY";
|
|
423
|
+
readonly LOYALTY_PROMOTION: "LOYALTY_PROMOTION";
|
|
424
|
+
readonly LOYALTY_TRANSACTION: "LOYALTY_TRANSACTION";
|
|
425
|
+
readonly NEW_ONLY: "NEW_ONLY";
|
|
426
|
+
readonly ORDER: "ORDER";
|
|
427
|
+
readonly PROFILE: "PROFILE";
|
|
428
|
+
readonly SECONDARY: "SECONDARY";
|
|
429
|
+
readonly UNIQUE: "UNIQUE";
|
|
430
|
+
};
|
|
431
|
+
export type StandardIdentifier =
|
|
432
|
+
(typeof StandardIdentifier)[keyof typeof StandardIdentifier];
|
|
433
|
+
export declare const EventStreamDestinationStatus: {
|
|
434
|
+
readonly HEALTHY: "HEALTHY";
|
|
435
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
436
|
+
};
|
|
437
|
+
export type EventStreamDestinationStatus =
|
|
438
|
+
(typeof EventStreamDestinationStatus)[keyof typeof EventStreamDestinationStatus];
|
|
439
|
+
export declare const EventStreamState: {
|
|
440
|
+
readonly RUNNING: "RUNNING";
|
|
441
|
+
readonly STOPPED: "STOPPED";
|
|
442
|
+
};
|
|
443
|
+
export type EventStreamState =
|
|
444
|
+
(typeof EventStreamState)[keyof typeof EventStreamState];
|
|
445
|
+
export declare const IdentityResolutionJobStatus: {
|
|
446
|
+
readonly COMPLETED: "COMPLETED";
|
|
447
|
+
readonly FAILED: "FAILED";
|
|
448
|
+
readonly FIND_MATCHING: "FIND_MATCHING";
|
|
449
|
+
readonly MERGING: "MERGING";
|
|
450
|
+
readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
|
|
451
|
+
readonly PENDING: "PENDING";
|
|
452
|
+
readonly PREPROCESSING: "PREPROCESSING";
|
|
453
|
+
};
|
|
454
|
+
export type IdentityResolutionJobStatus =
|
|
455
|
+
(typeof IdentityResolutionJobStatus)[keyof typeof IdentityResolutionJobStatus];
|
|
456
|
+
export declare const EstimateStatus: {
|
|
457
|
+
readonly FAILED: "FAILED";
|
|
458
|
+
readonly RUNNING: "RUNNING";
|
|
459
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
460
|
+
};
|
|
461
|
+
export type EstimateStatus =
|
|
462
|
+
(typeof EstimateStatus)[keyof typeof EstimateStatus];
|
|
463
|
+
export declare const QueryResult: {
|
|
464
|
+
readonly ABSENT: "ABSENT";
|
|
465
|
+
readonly PRESENT: "PRESENT";
|
|
466
|
+
};
|
|
467
|
+
export type QueryResult = (typeof QueryResult)[keyof typeof QueryResult];
|
|
468
|
+
export declare const SegmentSnapshotStatus: {
|
|
469
|
+
readonly COMPLETED: "COMPLETED";
|
|
470
|
+
readonly FAILED: "FAILED";
|
|
471
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
472
|
+
};
|
|
473
|
+
export type SegmentSnapshotStatus =
|
|
474
|
+
(typeof SegmentSnapshotStatus)[keyof typeof SegmentSnapshotStatus];
|
|
475
|
+
export declare const MatchType: {
|
|
476
|
+
readonly ML_BASED_MATCHING: "ML_BASED_MATCHING";
|
|
477
|
+
readonly RULE_BASED_MATCHING: "RULE_BASED_MATCHING";
|
|
478
|
+
};
|
|
479
|
+
export type MatchType = (typeof MatchType)[keyof typeof MatchType];
|
|
480
|
+
export declare const UploadJobStatus: {
|
|
481
|
+
readonly CREATED: "CREATED";
|
|
482
|
+
readonly FAILED: "FAILED";
|
|
483
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
484
|
+
readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
|
|
485
|
+
readonly STOPPED: "STOPPED";
|
|
486
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
487
|
+
};
|
|
488
|
+
export type UploadJobStatus =
|
|
489
|
+
(typeof UploadJobStatus)[keyof typeof UploadJobStatus];
|
|
490
|
+
export declare const StatusReason: {
|
|
491
|
+
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
492
|
+
readonly VALIDATION_FAILURE: "VALIDATION_FAILURE";
|
|
493
|
+
};
|
|
494
|
+
export type StatusReason = (typeof StatusReason)[keyof typeof StatusReason];
|
|
495
|
+
export declare const LogicalOperator: {
|
|
496
|
+
readonly AND: "AND";
|
|
497
|
+
readonly OR: "OR";
|
|
498
|
+
};
|
|
499
|
+
export type LogicalOperator =
|
|
500
|
+
(typeof LogicalOperator)[keyof typeof LogicalOperator];
|