@aws-sdk/client-customer-profiles 3.490.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist-cjs/CustomerProfiles.js +1 -115
  2. package/dist-cjs/CustomerProfilesClient.js +1 -43
  3. package/dist-cjs/commands/AddProfileKeyCommand.js +1 -28
  4. package/dist-cjs/commands/CreateCalculatedAttributeDefinitionCommand.js +1 -29
  5. package/dist-cjs/commands/CreateDomainCommand.js +1 -28
  6. package/dist-cjs/commands/CreateEventStreamCommand.js +1 -28
  7. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +1 -29
  8. package/dist-cjs/commands/CreateProfileCommand.js +1 -29
  9. package/dist-cjs/commands/DeleteCalculatedAttributeDefinitionCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteEventStreamCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteProfileKeyCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteProfileObjectCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteProfileObjectTypeCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
  18. package/dist-cjs/commands/DetectProfileObjectTypeCommand.js +1 -29
  19. package/dist-cjs/commands/GetAutoMergingPreviewCommand.js +1 -28
  20. package/dist-cjs/commands/GetCalculatedAttributeDefinitionCommand.js +1 -29
  21. package/dist-cjs/commands/GetCalculatedAttributeForProfileCommand.js +1 -28
  22. package/dist-cjs/commands/GetDomainCommand.js +1 -28
  23. package/dist-cjs/commands/GetEventStreamCommand.js +1 -28
  24. package/dist-cjs/commands/GetIdentityResolutionJobCommand.js +1 -28
  25. package/dist-cjs/commands/GetIntegrationCommand.js +1 -28
  26. package/dist-cjs/commands/GetMatchesCommand.js +1 -28
  27. package/dist-cjs/commands/GetProfileObjectTypeCommand.js +1 -29
  28. package/dist-cjs/commands/GetProfileObjectTypeTemplateCommand.js +1 -29
  29. package/dist-cjs/commands/GetSimilarProfilesCommand.js +1 -28
  30. package/dist-cjs/commands/GetWorkflowCommand.js +1 -28
  31. package/dist-cjs/commands/GetWorkflowStepsCommand.js +1 -28
  32. package/dist-cjs/commands/ListAccountIntegrationsCommand.js +1 -28
  33. package/dist-cjs/commands/ListCalculatedAttributeDefinitionsCommand.js +1 -29
  34. package/dist-cjs/commands/ListCalculatedAttributesForProfileCommand.js +1 -28
  35. package/dist-cjs/commands/ListDomainsCommand.js +1 -28
  36. package/dist-cjs/commands/ListEventStreamsCommand.js +1 -28
  37. package/dist-cjs/commands/ListIdentityResolutionJobsCommand.js +1 -28
  38. package/dist-cjs/commands/ListIntegrationsCommand.js +1 -28
  39. package/dist-cjs/commands/ListProfileObjectTypeTemplatesCommand.js +1 -28
  40. package/dist-cjs/commands/ListProfileObjectTypesCommand.js +1 -29
  41. package/dist-cjs/commands/ListProfileObjectsCommand.js +1 -29
  42. package/dist-cjs/commands/ListRuleBasedMatchesCommand.js +1 -28
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  44. package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
  45. package/dist-cjs/commands/MergeProfilesCommand.js +1 -28
  46. package/dist-cjs/commands/PutIntegrationCommand.js +1 -29
  47. package/dist-cjs/commands/PutProfileObjectCommand.js +1 -29
  48. package/dist-cjs/commands/PutProfileObjectTypeCommand.js +1 -29
  49. package/dist-cjs/commands/SearchProfilesCommand.js +1 -29
  50. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  51. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateCalculatedAttributeDefinitionCommand.js +1 -29
  53. package/dist-cjs/commands/UpdateDomainCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateProfileCommand.js +1 -29
  55. package/dist-cjs/commands/index.js +1 -55
  56. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  57. package/dist-cjs/extensionConfiguration.js +1 -2
  58. package/dist-cjs/index.js +5544 -11
  59. package/dist-cjs/models/CustomerProfilesServiceException.js +1 -12
  60. package/dist-cjs/models/index.js +1 -4
  61. package/dist-cjs/models/models_0.js +1 -563
  62. package/dist-cjs/pagination/Interfaces.js +1 -2
  63. package/dist-cjs/pagination/ListEventStreamsPaginator.js +1 -7
  64. package/dist-cjs/pagination/index.js +1 -5
  65. package/dist-cjs/protocols/Aws_restJson1.js +1 -3742
  66. package/dist-cjs/runtimeExtensions.js +1 -22
  67. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CustomerProfilesServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class CustomerProfilesServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, CustomerProfilesServiceException.prototype);
10
- }
11
- }
12
- exports.CustomerProfilesServiceException = CustomerProfilesServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,563 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetProfileObjectTypeTemplateResponseFilterSensitiveLog = exports.GetProfileObjectTypeResponseFilterSensitiveLog = exports.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.DetectProfileObjectTypeResponseFilterSensitiveLog = exports.DetectedProfileObjectTypeFilterSensitiveLog = exports.DetectProfileObjectTypeRequestFilterSensitiveLog = exports.CreateProfileRequestFilterSensitiveLog = exports.CreateIntegrationWorkflowRequestFilterSensitiveLog = exports.IntegrationConfigFilterSensitiveLog = exports.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = exports.ConditionsFilterSensitiveLog = exports.ListCalculatedAttributeDefinitionItemFilterSensitiveLog = exports.AttributeDetailsFilterSensitiveLog = exports.AppflowIntegrationFilterSensitiveLog = exports.FlowDefinitionFilterSensitiveLog = exports.AddressFilterSensitiveLog = exports.LogicalOperator = exports.MatchType = exports.IdentityResolutionJobStatus = exports.EventStreamState = exports.EventStreamDestinationStatus = exports.StandardIdentifier = exports.FieldContentType = exports.PartyType = exports.Gender = exports.WorkflowType = exports.RuleBasedMatchingStatus = exports.JobScheduleDayOfTheWeek = exports.Statistic = exports.Operator = exports.Unit = exports.ConflictResolvingModel = exports.AttributeMatchingModel = exports.Status = exports.TriggerType = exports.DataPullMode = exports.TaskType = exports.OperatorPropertiesKeys = exports.ZendeskConnectorOperator = exports.ServiceNowConnectorOperator = exports.SalesforceConnectorOperator = exports.S3ConnectorOperator = exports.MarketoConnectorOperator = exports.SourceConnectorType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.BadRequestException = exports.AccessDeniedException = void 0;
4
- exports.UpdateProfileRequestFilterSensitiveLog = exports.UpdateAddressFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = exports.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = exports.SearchProfilesResponseFilterSensitiveLog = exports.ProfileFilterSensitiveLog = exports.PutProfileObjectTypeResponseFilterSensitiveLog = exports.PutProfileObjectTypeRequestFilterSensitiveLog = exports.PutProfileObjectRequestFilterSensitiveLog = exports.PutIntegrationRequestFilterSensitiveLog = exports.ListProfileObjectTypesResponseFilterSensitiveLog = exports.ListProfileObjectsResponseFilterSensitiveLog = exports.ListProfileObjectsItemFilterSensitiveLog = exports.ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = void 0;
5
- const smithy_client_1 = require("@smithy/smithy-client");
6
- const CustomerProfilesServiceException_1 = require("./CustomerProfilesServiceException");
7
- class AccessDeniedException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
8
- constructor(opts) {
9
- super({
10
- name: "AccessDeniedException",
11
- $fault: "client",
12
- ...opts,
13
- });
14
- this.name = "AccessDeniedException";
15
- this.$fault = "client";
16
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
17
- this.Message = opts.Message;
18
- }
19
- }
20
- exports.AccessDeniedException = AccessDeniedException;
21
- class BadRequestException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
22
- constructor(opts) {
23
- super({
24
- name: "BadRequestException",
25
- $fault: "client",
26
- ...opts,
27
- });
28
- this.name = "BadRequestException";
29
- this.$fault = "client";
30
- Object.setPrototypeOf(this, BadRequestException.prototype);
31
- this.Message = opts.Message;
32
- }
33
- }
34
- exports.BadRequestException = BadRequestException;
35
- class InternalServerException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
36
- constructor(opts) {
37
- super({
38
- name: "InternalServerException",
39
- $fault: "server",
40
- ...opts,
41
- });
42
- this.name = "InternalServerException";
43
- this.$fault = "server";
44
- Object.setPrototypeOf(this, InternalServerException.prototype);
45
- this.Message = opts.Message;
46
- }
47
- }
48
- exports.InternalServerException = InternalServerException;
49
- class ResourceNotFoundException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
50
- constructor(opts) {
51
- super({
52
- name: "ResourceNotFoundException",
53
- $fault: "client",
54
- ...opts,
55
- });
56
- this.name = "ResourceNotFoundException";
57
- this.$fault = "client";
58
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
59
- this.Message = opts.Message;
60
- }
61
- }
62
- exports.ResourceNotFoundException = ResourceNotFoundException;
63
- class ThrottlingException extends CustomerProfilesServiceException_1.CustomerProfilesServiceException {
64
- constructor(opts) {
65
- super({
66
- name: "ThrottlingException",
67
- $fault: "client",
68
- ...opts,
69
- });
70
- this.name = "ThrottlingException";
71
- this.$fault = "client";
72
- Object.setPrototypeOf(this, ThrottlingException.prototype);
73
- this.Message = opts.Message;
74
- }
75
- }
76
- exports.ThrottlingException = ThrottlingException;
77
- exports.SourceConnectorType = {
78
- MARKETO: "Marketo",
79
- S3: "S3",
80
- SALESFORCE: "Salesforce",
81
- SERVICENOW: "Servicenow",
82
- ZENDESK: "Zendesk",
83
- };
84
- exports.MarketoConnectorOperator = {
85
- ADDITION: "ADDITION",
86
- BETWEEN: "BETWEEN",
87
- DIVISION: "DIVISION",
88
- GREATER_THAN: "GREATER_THAN",
89
- LESS_THAN: "LESS_THAN",
90
- MASK_ALL: "MASK_ALL",
91
- MASK_FIRST_N: "MASK_FIRST_N",
92
- MASK_LAST_N: "MASK_LAST_N",
93
- MULTIPLICATION: "MULTIPLICATION",
94
- NO_OP: "NO_OP",
95
- PROJECTION: "PROJECTION",
96
- SUBTRACTION: "SUBTRACTION",
97
- VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE",
98
- VALIDATE_NON_NULL: "VALIDATE_NON_NULL",
99
- VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO",
100
- VALIDATE_NUMERIC: "VALIDATE_NUMERIC",
101
- };
102
- exports.S3ConnectorOperator = {
103
- ADDITION: "ADDITION",
104
- BETWEEN: "BETWEEN",
105
- DIVISION: "DIVISION",
106
- EQUAL_TO: "EQUAL_TO",
107
- GREATER_THAN: "GREATER_THAN",
108
- GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
109
- LESS_THAN: "LESS_THAN",
110
- LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO",
111
- MASK_ALL: "MASK_ALL",
112
- MASK_FIRST_N: "MASK_FIRST_N",
113
- MASK_LAST_N: "MASK_LAST_N",
114
- MULTIPLICATION: "MULTIPLICATION",
115
- NOT_EQUAL_TO: "NOT_EQUAL_TO",
116
- NO_OP: "NO_OP",
117
- PROJECTION: "PROJECTION",
118
- SUBTRACTION: "SUBTRACTION",
119
- VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE",
120
- VALIDATE_NON_NULL: "VALIDATE_NON_NULL",
121
- VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO",
122
- VALIDATE_NUMERIC: "VALIDATE_NUMERIC",
123
- };
124
- exports.SalesforceConnectorOperator = {
125
- ADDITION: "ADDITION",
126
- BETWEEN: "BETWEEN",
127
- CONTAINS: "CONTAINS",
128
- DIVISION: "DIVISION",
129
- EQUAL_TO: "EQUAL_TO",
130
- GREATER_THAN: "GREATER_THAN",
131
- GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
132
- LESS_THAN: "LESS_THAN",
133
- LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO",
134
- MASK_ALL: "MASK_ALL",
135
- MASK_FIRST_N: "MASK_FIRST_N",
136
- MASK_LAST_N: "MASK_LAST_N",
137
- MULTIPLICATION: "MULTIPLICATION",
138
- NOT_EQUAL_TO: "NOT_EQUAL_TO",
139
- NO_OP: "NO_OP",
140
- PROJECTION: "PROJECTION",
141
- SUBTRACTION: "SUBTRACTION",
142
- VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE",
143
- VALIDATE_NON_NULL: "VALIDATE_NON_NULL",
144
- VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO",
145
- VALIDATE_NUMERIC: "VALIDATE_NUMERIC",
146
- };
147
- exports.ServiceNowConnectorOperator = {
148
- ADDITION: "ADDITION",
149
- BETWEEN: "BETWEEN",
150
- CONTAINS: "CONTAINS",
151
- DIVISION: "DIVISION",
152
- EQUAL_TO: "EQUAL_TO",
153
- GREATER_THAN: "GREATER_THAN",
154
- GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO",
155
- LESS_THAN: "LESS_THAN",
156
- LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO",
157
- MASK_ALL: "MASK_ALL",
158
- MASK_FIRST_N: "MASK_FIRST_N",
159
- MASK_LAST_N: "MASK_LAST_N",
160
- MULTIPLICATION: "MULTIPLICATION",
161
- NOT_EQUAL_TO: "NOT_EQUAL_TO",
162
- NO_OP: "NO_OP",
163
- PROJECTION: "PROJECTION",
164
- SUBTRACTION: "SUBTRACTION",
165
- VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE",
166
- VALIDATE_NON_NULL: "VALIDATE_NON_NULL",
167
- VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO",
168
- VALIDATE_NUMERIC: "VALIDATE_NUMERIC",
169
- };
170
- exports.ZendeskConnectorOperator = {
171
- ADDITION: "ADDITION",
172
- DIVISION: "DIVISION",
173
- GREATER_THAN: "GREATER_THAN",
174
- MASK_ALL: "MASK_ALL",
175
- MASK_FIRST_N: "MASK_FIRST_N",
176
- MASK_LAST_N: "MASK_LAST_N",
177
- MULTIPLICATION: "MULTIPLICATION",
178
- NO_OP: "NO_OP",
179
- PROJECTION: "PROJECTION",
180
- SUBTRACTION: "SUBTRACTION",
181
- VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE",
182
- VALIDATE_NON_NULL: "VALIDATE_NON_NULL",
183
- VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO",
184
- VALIDATE_NUMERIC: "VALIDATE_NUMERIC",
185
- };
186
- exports.OperatorPropertiesKeys = {
187
- CONCAT_FORMAT: "CONCAT_FORMAT",
188
- DATA_TYPE: "DATA_TYPE",
189
- DESTINATION_DATA_TYPE: "DESTINATION_DATA_TYPE",
190
- LOWER_BOUND: "LOWER_BOUND",
191
- MASK_LENGTH: "MASK_LENGTH",
192
- MASK_VALUE: "MASK_VALUE",
193
- MATH_OPERATION_FIELDS_ORDER: "MATH_OPERATION_FIELDS_ORDER",
194
- SOURCE_DATA_TYPE: "SOURCE_DATA_TYPE",
195
- SUBFIELD_CATEGORY_MAP: "SUBFIELD_CATEGORY_MAP",
196
- TRUNCATE_LENGTH: "TRUNCATE_LENGTH",
197
- UPPER_BOUND: "UPPER_BOUND",
198
- VALIDATION_ACTION: "VALIDATION_ACTION",
199
- VALUE: "VALUE",
200
- VALUES: "VALUES",
201
- };
202
- exports.TaskType = {
203
- ARITHMETIC: "Arithmetic",
204
- FILTER: "Filter",
205
- MAP: "Map",
206
- MASK: "Mask",
207
- MERGE: "Merge",
208
- TRUNCATE: "Truncate",
209
- VALIDATE: "Validate",
210
- };
211
- exports.DataPullMode = {
212
- COMPLETE: "Complete",
213
- INCREMENTAL: "Incremental",
214
- };
215
- exports.TriggerType = {
216
- EVENT: "Event",
217
- ONDEMAND: "OnDemand",
218
- SCHEDULED: "Scheduled",
219
- };
220
- exports.Status = {
221
- CANCELLED: "CANCELLED",
222
- COMPLETE: "COMPLETE",
223
- FAILED: "FAILED",
224
- IN_PROGRESS: "IN_PROGRESS",
225
- NOT_STARTED: "NOT_STARTED",
226
- RETRY: "RETRY",
227
- SPLIT: "SPLIT",
228
- };
229
- exports.AttributeMatchingModel = {
230
- MANY_TO_MANY: "MANY_TO_MANY",
231
- ONE_TO_ONE: "ONE_TO_ONE",
232
- };
233
- exports.ConflictResolvingModel = {
234
- RECENCY: "RECENCY",
235
- SOURCE: "SOURCE",
236
- };
237
- exports.Unit = {
238
- DAYS: "DAYS",
239
- };
240
- exports.Operator = {
241
- EQUAL_TO: "EQUAL_TO",
242
- GREATER_THAN: "GREATER_THAN",
243
- LESS_THAN: "LESS_THAN",
244
- NOT_EQUAL_TO: "NOT_EQUAL_TO",
245
- };
246
- exports.Statistic = {
247
- AVERAGE: "AVERAGE",
248
- COUNT: "COUNT",
249
- FIRST_OCCURRENCE: "FIRST_OCCURRENCE",
250
- LAST_OCCURRENCE: "LAST_OCCURRENCE",
251
- MAXIMUM: "MAXIMUM",
252
- MAX_OCCURRENCE: "MAX_OCCURRENCE",
253
- MINIMUM: "MINIMUM",
254
- SUM: "SUM",
255
- };
256
- exports.JobScheduleDayOfTheWeek = {
257
- FRIDAY: "FRIDAY",
258
- MONDAY: "MONDAY",
259
- SATURDAY: "SATURDAY",
260
- SUNDAY: "SUNDAY",
261
- THURSDAY: "THURSDAY",
262
- TUESDAY: "TUESDAY",
263
- WEDNESDAY: "WEDNESDAY",
264
- };
265
- exports.RuleBasedMatchingStatus = {
266
- ACTIVE: "ACTIVE",
267
- IN_PROGRESS: "IN_PROGRESS",
268
- PENDING: "PENDING",
269
- };
270
- exports.WorkflowType = {
271
- APPFLOW_INTEGRATION: "APPFLOW_INTEGRATION",
272
- };
273
- exports.Gender = {
274
- FEMALE: "FEMALE",
275
- MALE: "MALE",
276
- UNSPECIFIED: "UNSPECIFIED",
277
- };
278
- exports.PartyType = {
279
- BUSINESS: "BUSINESS",
280
- INDIVIDUAL: "INDIVIDUAL",
281
- OTHER: "OTHER",
282
- };
283
- exports.FieldContentType = {
284
- EMAIL_ADDRESS: "EMAIL_ADDRESS",
285
- NAME: "NAME",
286
- NUMBER: "NUMBER",
287
- PHONE_NUMBER: "PHONE_NUMBER",
288
- STRING: "STRING",
289
- };
290
- exports.StandardIdentifier = {
291
- ASSET: "ASSET",
292
- CASE: "CASE",
293
- LOOKUP_ONLY: "LOOKUP_ONLY",
294
- NEW_ONLY: "NEW_ONLY",
295
- ORDER: "ORDER",
296
- PROFILE: "PROFILE",
297
- SECONDARY: "SECONDARY",
298
- UNIQUE: "UNIQUE",
299
- };
300
- exports.EventStreamDestinationStatus = {
301
- HEALTHY: "HEALTHY",
302
- UNHEALTHY: "UNHEALTHY",
303
- };
304
- exports.EventStreamState = {
305
- RUNNING: "RUNNING",
306
- STOPPED: "STOPPED",
307
- };
308
- exports.IdentityResolutionJobStatus = {
309
- COMPLETED: "COMPLETED",
310
- FAILED: "FAILED",
311
- FIND_MATCHING: "FIND_MATCHING",
312
- MERGING: "MERGING",
313
- PARTIAL_SUCCESS: "PARTIAL_SUCCESS",
314
- PENDING: "PENDING",
315
- PREPROCESSING: "PREPROCESSING",
316
- };
317
- exports.MatchType = {
318
- ML_BASED_MATCHING: "ML_BASED_MATCHING",
319
- RULE_BASED_MATCHING: "RULE_BASED_MATCHING",
320
- };
321
- exports.LogicalOperator = {
322
- AND: "AND",
323
- OR: "OR",
324
- };
325
- const AddressFilterSensitiveLog = (obj) => ({
326
- ...obj,
327
- });
328
- exports.AddressFilterSensitiveLog = AddressFilterSensitiveLog;
329
- const FlowDefinitionFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- exports.FlowDefinitionFilterSensitiveLog = FlowDefinitionFilterSensitiveLog;
333
- const AppflowIntegrationFilterSensitiveLog = (obj) => ({
334
- ...obj,
335
- ...(obj.FlowDefinition && { FlowDefinition: smithy_client_1.SENSITIVE_STRING }),
336
- });
337
- exports.AppflowIntegrationFilterSensitiveLog = AppflowIntegrationFilterSensitiveLog;
338
- const AttributeDetailsFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- exports.AttributeDetailsFilterSensitiveLog = AttributeDetailsFilterSensitiveLog;
342
- const ListCalculatedAttributeDefinitionItemFilterSensitiveLog = (obj) => ({
343
- ...obj,
344
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
345
- });
346
- exports.ListCalculatedAttributeDefinitionItemFilterSensitiveLog = ListCalculatedAttributeDefinitionItemFilterSensitiveLog;
347
- const ConditionsFilterSensitiveLog = (obj) => ({
348
- ...obj,
349
- });
350
- exports.ConditionsFilterSensitiveLog = ConditionsFilterSensitiveLog;
351
- const CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
352
- ...obj,
353
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
354
- ...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
355
- ...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
356
- ...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
357
- });
358
- exports.CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog = CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog;
359
- const CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
360
- ...obj,
361
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
362
- ...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
363
- ...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
364
- ...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
365
- });
366
- exports.CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog = CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog;
367
- const IntegrationConfigFilterSensitiveLog = (obj) => ({
368
- ...obj,
369
- ...(obj.AppflowIntegration && { AppflowIntegration: (0, exports.AppflowIntegrationFilterSensitiveLog)(obj.AppflowIntegration) }),
370
- });
371
- exports.IntegrationConfigFilterSensitiveLog = IntegrationConfigFilterSensitiveLog;
372
- const CreateIntegrationWorkflowRequestFilterSensitiveLog = (obj) => ({
373
- ...obj,
374
- ...(obj.IntegrationConfig && { IntegrationConfig: (0, exports.IntegrationConfigFilterSensitiveLog)(obj.IntegrationConfig) }),
375
- });
376
- exports.CreateIntegrationWorkflowRequestFilterSensitiveLog = CreateIntegrationWorkflowRequestFilterSensitiveLog;
377
- const CreateProfileRequestFilterSensitiveLog = (obj) => ({
378
- ...obj,
379
- ...(obj.AccountNumber && { AccountNumber: smithy_client_1.SENSITIVE_STRING }),
380
- ...(obj.AdditionalInformation && { AdditionalInformation: smithy_client_1.SENSITIVE_STRING }),
381
- ...(obj.PartyType && { PartyType: smithy_client_1.SENSITIVE_STRING }),
382
- ...(obj.BusinessName && { BusinessName: smithy_client_1.SENSITIVE_STRING }),
383
- ...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
384
- ...(obj.MiddleName && { MiddleName: smithy_client_1.SENSITIVE_STRING }),
385
- ...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
386
- ...(obj.BirthDate && { BirthDate: smithy_client_1.SENSITIVE_STRING }),
387
- ...(obj.Gender && { Gender: smithy_client_1.SENSITIVE_STRING }),
388
- ...(obj.PhoneNumber && { PhoneNumber: smithy_client_1.SENSITIVE_STRING }),
389
- ...(obj.MobilePhoneNumber && { MobilePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
390
- ...(obj.HomePhoneNumber && { HomePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
391
- ...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: smithy_client_1.SENSITIVE_STRING }),
392
- ...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
393
- ...(obj.PersonalEmailAddress && { PersonalEmailAddress: smithy_client_1.SENSITIVE_STRING }),
394
- ...(obj.BusinessEmailAddress && { BusinessEmailAddress: smithy_client_1.SENSITIVE_STRING }),
395
- ...(obj.Address && { Address: smithy_client_1.SENSITIVE_STRING }),
396
- ...(obj.ShippingAddress && { ShippingAddress: smithy_client_1.SENSITIVE_STRING }),
397
- ...(obj.MailingAddress && { MailingAddress: smithy_client_1.SENSITIVE_STRING }),
398
- ...(obj.BillingAddress && { BillingAddress: smithy_client_1.SENSITIVE_STRING }),
399
- ...(obj.Attributes && { Attributes: smithy_client_1.SENSITIVE_STRING }),
400
- ...(obj.PartyTypeString && { PartyTypeString: smithy_client_1.SENSITIVE_STRING }),
401
- ...(obj.GenderString && { GenderString: smithy_client_1.SENSITIVE_STRING }),
402
- });
403
- exports.CreateProfileRequestFilterSensitiveLog = CreateProfileRequestFilterSensitiveLog;
404
- const DetectProfileObjectTypeRequestFilterSensitiveLog = (obj) => ({
405
- ...obj,
406
- ...(obj.Objects && { Objects: smithy_client_1.SENSITIVE_STRING }),
407
- });
408
- exports.DetectProfileObjectTypeRequestFilterSensitiveLog = DetectProfileObjectTypeRequestFilterSensitiveLog;
409
- const DetectedProfileObjectTypeFilterSensitiveLog = (obj) => ({
410
- ...obj,
411
- ...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
412
- ...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
413
- });
414
- exports.DetectedProfileObjectTypeFilterSensitiveLog = DetectedProfileObjectTypeFilterSensitiveLog;
415
- const DetectProfileObjectTypeResponseFilterSensitiveLog = (obj) => ({
416
- ...obj,
417
- ...(obj.DetectedProfileObjectTypes && {
418
- DetectedProfileObjectTypes: obj.DetectedProfileObjectTypes.map((item) => (0, exports.DetectedProfileObjectTypeFilterSensitiveLog)(item)),
419
- }),
420
- });
421
- exports.DetectProfileObjectTypeResponseFilterSensitiveLog = DetectProfileObjectTypeResponseFilterSensitiveLog;
422
- const GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
423
- ...obj,
424
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
425
- ...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
426
- ...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
427
- ...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
428
- });
429
- exports.GetCalculatedAttributeDefinitionResponseFilterSensitiveLog = GetCalculatedAttributeDefinitionResponseFilterSensitiveLog;
430
- const GetProfileObjectTypeResponseFilterSensitiveLog = (obj) => ({
431
- ...obj,
432
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
433
- ...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
434
- ...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
435
- });
436
- exports.GetProfileObjectTypeResponseFilterSensitiveLog = GetProfileObjectTypeResponseFilterSensitiveLog;
437
- const GetProfileObjectTypeTemplateResponseFilterSensitiveLog = (obj) => ({
438
- ...obj,
439
- ...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
440
- ...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
441
- });
442
- exports.GetProfileObjectTypeTemplateResponseFilterSensitiveLog = GetProfileObjectTypeTemplateResponseFilterSensitiveLog;
443
- const ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = (obj) => ({
444
- ...obj,
445
- ...(obj.Items && { Items: smithy_client_1.SENSITIVE_STRING }),
446
- });
447
- exports.ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog = ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog;
448
- const ListProfileObjectsItemFilterSensitiveLog = (obj) => ({
449
- ...obj,
450
- ...(obj.Object && { Object: smithy_client_1.SENSITIVE_STRING }),
451
- });
452
- exports.ListProfileObjectsItemFilterSensitiveLog = ListProfileObjectsItemFilterSensitiveLog;
453
- const ListProfileObjectsResponseFilterSensitiveLog = (obj) => ({
454
- ...obj,
455
- ...(obj.Items && { Items: obj.Items.map((item) => (0, exports.ListProfileObjectsItemFilterSensitiveLog)(item)) }),
456
- });
457
- exports.ListProfileObjectsResponseFilterSensitiveLog = ListProfileObjectsResponseFilterSensitiveLog;
458
- const ListProfileObjectTypesResponseFilterSensitiveLog = (obj) => ({
459
- ...obj,
460
- ...(obj.Items && { Items: smithy_client_1.SENSITIVE_STRING }),
461
- });
462
- exports.ListProfileObjectTypesResponseFilterSensitiveLog = ListProfileObjectTypesResponseFilterSensitiveLog;
463
- const PutIntegrationRequestFilterSensitiveLog = (obj) => ({
464
- ...obj,
465
- ...(obj.FlowDefinition && { FlowDefinition: smithy_client_1.SENSITIVE_STRING }),
466
- });
467
- exports.PutIntegrationRequestFilterSensitiveLog = PutIntegrationRequestFilterSensitiveLog;
468
- const PutProfileObjectRequestFilterSensitiveLog = (obj) => ({
469
- ...obj,
470
- ...(obj.Object && { Object: smithy_client_1.SENSITIVE_STRING }),
471
- });
472
- exports.PutProfileObjectRequestFilterSensitiveLog = PutProfileObjectRequestFilterSensitiveLog;
473
- const PutProfileObjectTypeRequestFilterSensitiveLog = (obj) => ({
474
- ...obj,
475
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
476
- ...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
477
- ...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
478
- });
479
- exports.PutProfileObjectTypeRequestFilterSensitiveLog = PutProfileObjectTypeRequestFilterSensitiveLog;
480
- const PutProfileObjectTypeResponseFilterSensitiveLog = (obj) => ({
481
- ...obj,
482
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
483
- ...(obj.Fields && { Fields: smithy_client_1.SENSITIVE_STRING }),
484
- ...(obj.Keys && { Keys: smithy_client_1.SENSITIVE_STRING }),
485
- });
486
- exports.PutProfileObjectTypeResponseFilterSensitiveLog = PutProfileObjectTypeResponseFilterSensitiveLog;
487
- const ProfileFilterSensitiveLog = (obj) => ({
488
- ...obj,
489
- ...(obj.AccountNumber && { AccountNumber: smithy_client_1.SENSITIVE_STRING }),
490
- ...(obj.AdditionalInformation && { AdditionalInformation: smithy_client_1.SENSITIVE_STRING }),
491
- ...(obj.PartyType && { PartyType: smithy_client_1.SENSITIVE_STRING }),
492
- ...(obj.BusinessName && { BusinessName: smithy_client_1.SENSITIVE_STRING }),
493
- ...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
494
- ...(obj.MiddleName && { MiddleName: smithy_client_1.SENSITIVE_STRING }),
495
- ...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
496
- ...(obj.BirthDate && { BirthDate: smithy_client_1.SENSITIVE_STRING }),
497
- ...(obj.Gender && { Gender: smithy_client_1.SENSITIVE_STRING }),
498
- ...(obj.PhoneNumber && { PhoneNumber: smithy_client_1.SENSITIVE_STRING }),
499
- ...(obj.MobilePhoneNumber && { MobilePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
500
- ...(obj.HomePhoneNumber && { HomePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
501
- ...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: smithy_client_1.SENSITIVE_STRING }),
502
- ...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
503
- ...(obj.PersonalEmailAddress && { PersonalEmailAddress: smithy_client_1.SENSITIVE_STRING }),
504
- ...(obj.BusinessEmailAddress && { BusinessEmailAddress: smithy_client_1.SENSITIVE_STRING }),
505
- ...(obj.Address && { Address: smithy_client_1.SENSITIVE_STRING }),
506
- ...(obj.ShippingAddress && { ShippingAddress: smithy_client_1.SENSITIVE_STRING }),
507
- ...(obj.MailingAddress && { MailingAddress: smithy_client_1.SENSITIVE_STRING }),
508
- ...(obj.BillingAddress && { BillingAddress: smithy_client_1.SENSITIVE_STRING }),
509
- ...(obj.Attributes && { Attributes: smithy_client_1.SENSITIVE_STRING }),
510
- ...(obj.PartyTypeString && { PartyTypeString: smithy_client_1.SENSITIVE_STRING }),
511
- ...(obj.GenderString && { GenderString: smithy_client_1.SENSITIVE_STRING }),
512
- });
513
- exports.ProfileFilterSensitiveLog = ProfileFilterSensitiveLog;
514
- const SearchProfilesResponseFilterSensitiveLog = (obj) => ({
515
- ...obj,
516
- ...(obj.Items && { Items: obj.Items.map((item) => (0, exports.ProfileFilterSensitiveLog)(item)) }),
517
- });
518
- exports.SearchProfilesResponseFilterSensitiveLog = SearchProfilesResponseFilterSensitiveLog;
519
- const UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = (obj) => ({
520
- ...obj,
521
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
522
- ...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
523
- });
524
- exports.UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog = UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog;
525
- const UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = (obj) => ({
526
- ...obj,
527
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
528
- ...(obj.Statistic && { Statistic: smithy_client_1.SENSITIVE_STRING }),
529
- ...(obj.Conditions && { Conditions: smithy_client_1.SENSITIVE_STRING }),
530
- ...(obj.AttributeDetails && { AttributeDetails: smithy_client_1.SENSITIVE_STRING }),
531
- });
532
- exports.UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog = UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog;
533
- const UpdateAddressFilterSensitiveLog = (obj) => ({
534
- ...obj,
535
- });
536
- exports.UpdateAddressFilterSensitiveLog = UpdateAddressFilterSensitiveLog;
537
- const UpdateProfileRequestFilterSensitiveLog = (obj) => ({
538
- ...obj,
539
- ...(obj.AdditionalInformation && { AdditionalInformation: smithy_client_1.SENSITIVE_STRING }),
540
- ...(obj.AccountNumber && { AccountNumber: smithy_client_1.SENSITIVE_STRING }),
541
- ...(obj.PartyType && { PartyType: smithy_client_1.SENSITIVE_STRING }),
542
- ...(obj.BusinessName && { BusinessName: smithy_client_1.SENSITIVE_STRING }),
543
- ...(obj.FirstName && { FirstName: smithy_client_1.SENSITIVE_STRING }),
544
- ...(obj.MiddleName && { MiddleName: smithy_client_1.SENSITIVE_STRING }),
545
- ...(obj.LastName && { LastName: smithy_client_1.SENSITIVE_STRING }),
546
- ...(obj.BirthDate && { BirthDate: smithy_client_1.SENSITIVE_STRING }),
547
- ...(obj.Gender && { Gender: smithy_client_1.SENSITIVE_STRING }),
548
- ...(obj.PhoneNumber && { PhoneNumber: smithy_client_1.SENSITIVE_STRING }),
549
- ...(obj.MobilePhoneNumber && { MobilePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
550
- ...(obj.HomePhoneNumber && { HomePhoneNumber: smithy_client_1.SENSITIVE_STRING }),
551
- ...(obj.BusinessPhoneNumber && { BusinessPhoneNumber: smithy_client_1.SENSITIVE_STRING }),
552
- ...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
553
- ...(obj.PersonalEmailAddress && { PersonalEmailAddress: smithy_client_1.SENSITIVE_STRING }),
554
- ...(obj.BusinessEmailAddress && { BusinessEmailAddress: smithy_client_1.SENSITIVE_STRING }),
555
- ...(obj.Address && { Address: smithy_client_1.SENSITIVE_STRING }),
556
- ...(obj.ShippingAddress && { ShippingAddress: smithy_client_1.SENSITIVE_STRING }),
557
- ...(obj.MailingAddress && { MailingAddress: smithy_client_1.SENSITIVE_STRING }),
558
- ...(obj.BillingAddress && { BillingAddress: smithy_client_1.SENSITIVE_STRING }),
559
- ...(obj.Attributes && { Attributes: smithy_client_1.SENSITIVE_STRING }),
560
- ...(obj.PartyTypeString && { PartyTypeString: smithy_client_1.SENSITIVE_STRING }),
561
- ...(obj.GenderString && { GenderString: smithy_client_1.SENSITIVE_STRING }),
562
- });
563
- exports.UpdateProfileRequestFilterSensitiveLog = UpdateProfileRequestFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEventStreams = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEventStreamsCommand_1 = require("../commands/ListEventStreamsCommand");
6
- const CustomerProfilesClient_1 = require("../CustomerProfilesClient");
7
- exports.paginateListEventStreams = (0, core_1.createPaginator)(CustomerProfilesClient_1.CustomerProfilesClient, ListEventStreamsCommand_1.ListEventStreamsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,5 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListEventStreamsPaginator"), exports);
1
+ module.exports = require("../index.js");