@aws-sdk/client-customer-profiles 3.50.0 → 3.53.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 (88) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist-cjs/CustomerProfiles.js +75 -0
  3. package/dist-cjs/commands/CreateIntegrationWorkflowCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
  5. package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
  6. package/dist-cjs/commands/GetWorkflowStepsCommand.js +36 -0
  7. package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/index.js +3 -0
  10. package/dist-cjs/models/CustomerProfilesServiceException.js +11 -0
  11. package/dist-cjs/models/models_0.js +349 -144
  12. package/dist-cjs/protocols/Aws_restJson1.js +997 -1353
  13. package/dist-es/CustomerProfiles.js +75 -0
  14. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +39 -0
  15. package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
  16. package/dist-es/commands/GetWorkflowCommand.js +39 -0
  17. package/dist-es/commands/GetWorkflowStepsCommand.js +39 -0
  18. package/dist-es/commands/ListWorkflowsCommand.js +39 -0
  19. package/dist-es/commands/index.js +5 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/CustomerProfilesServiceException.js +12 -0
  22. package/dist-es/models/models_0.js +276 -116
  23. package/dist-es/protocols/Aws_restJson1.js +1569 -1539
  24. package/dist-types/CustomerProfiles.d.ts +37 -3
  25. package/dist-types/CustomerProfilesClient.d.ts +7 -2
  26. package/dist-types/commands/CreateIntegrationWorkflowCommand.d.ts +37 -0
  27. package/dist-types/commands/DeleteWorkflowCommand.d.ts +35 -0
  28. package/dist-types/commands/GetMatchesCommand.d.ts +0 -3
  29. package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
  30. package/dist-types/commands/GetWorkflowStepsCommand.d.ts +35 -0
  31. package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
  32. package/dist-types/commands/index.d.ts +5 -0
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/models/CustomerProfilesServiceException.d.ts +10 -0
  35. package/dist-types/models/models_0.d.ts +986 -477
  36. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  37. package/dist-types/ts3.4/CustomerProfiles.d.ts +195 -0
  38. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +111 -0
  39. package/dist-types/ts3.4/commands/AddProfileKeyCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateIntegrationWorkflowCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteProfileKeyCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteProfileObjectCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteProfileObjectTypeCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetAutoMergingPreviewCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetIdentityResolutionJobCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetMatchesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetProfileObjectTypeCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetProfileObjectTypeTemplateCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetWorkflowStepsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListAccountIntegrationsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListIdentityResolutionJobsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListProfileObjectTypeTemplatesCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListProfileObjectTypesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListProfileObjectsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/index.d.ts +38 -0
  78. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  79. package/dist-types/ts3.4/index.d.ts +5 -0
  80. package/dist-types/ts3.4/models/CustomerProfilesServiceException.d.ts +6 -0
  81. package/dist-types/ts3.4/models/index.d.ts +1 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +2140 -0
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +116 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  88. package/package.json +33 -33
@@ -1,4 +1,18 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { CustomerProfilesServiceException as __BaseException } from "./CustomerProfilesServiceException";
3
+ var AccessDeniedException = (function (_super) {
4
+ __extends(AccessDeniedException, _super);
5
+ function AccessDeniedException(opts) {
6
+ var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
7
+ _this.name = "AccessDeniedException";
8
+ _this.$fault = "client";
9
+ Object.setPrototypeOf(_this, AccessDeniedException.prototype);
10
+ _this.Message = opts.Message;
11
+ return _this;
12
+ }
13
+ return AccessDeniedException;
14
+ }(__BaseException));
15
+ export { AccessDeniedException };
2
16
  export var AddProfileKeyRequest;
3
17
  (function (AddProfileKeyRequest) {
4
18
  AddProfileKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -7,27 +21,106 @@ export var AddProfileKeyResponse;
7
21
  (function (AddProfileKeyResponse) {
8
22
  AddProfileKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
23
  })(AddProfileKeyResponse || (AddProfileKeyResponse = {}));
24
+ var BadRequestException = (function (_super) {
25
+ __extends(BadRequestException, _super);
26
+ function BadRequestException(opts) {
27
+ var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
28
+ _this.name = "BadRequestException";
29
+ _this.$fault = "client";
30
+ Object.setPrototypeOf(_this, BadRequestException.prototype);
31
+ _this.Message = opts.Message;
32
+ return _this;
33
+ }
34
+ return BadRequestException;
35
+ }(__BaseException));
36
+ export { BadRequestException };
37
+ var InternalServerException = (function (_super) {
38
+ __extends(InternalServerException, _super);
39
+ function InternalServerException(opts) {
40
+ var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
41
+ _this.name = "InternalServerException";
42
+ _this.$fault = "server";
43
+ Object.setPrototypeOf(_this, InternalServerException.prototype);
44
+ _this.Message = opts.Message;
45
+ return _this;
46
+ }
47
+ return InternalServerException;
48
+ }(__BaseException));
49
+ export { InternalServerException };
50
+ var ResourceNotFoundException = (function (_super) {
51
+ __extends(ResourceNotFoundException, _super);
52
+ function ResourceNotFoundException(opts) {
53
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
54
+ _this.name = "ResourceNotFoundException";
55
+ _this.$fault = "client";
56
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
57
+ _this.Message = opts.Message;
58
+ return _this;
59
+ }
60
+ return ResourceNotFoundException;
61
+ }(__BaseException));
62
+ export { ResourceNotFoundException };
63
+ var ThrottlingException = (function (_super) {
64
+ __extends(ThrottlingException, _super);
65
+ function ThrottlingException(opts) {
66
+ var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
67
+ _this.name = "ThrottlingException";
68
+ _this.$fault = "client";
69
+ Object.setPrototypeOf(_this, ThrottlingException.prototype);
70
+ _this.Message = opts.Message;
71
+ return _this;
72
+ }
73
+ return ThrottlingException;
74
+ }(__BaseException));
75
+ export { ThrottlingException };
10
76
  export var Address;
11
77
  (function (Address) {
12
78
  Address.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
13
79
  })(Address || (Address = {}));
14
- export var ConflictResolvingModel;
15
- (function (ConflictResolvingModel) {
16
- ConflictResolvingModel["RECENCY"] = "RECENCY";
17
- ConflictResolvingModel["SOURCE"] = "SOURCE";
18
- })(ConflictResolvingModel || (ConflictResolvingModel = {}));
19
- export var ConflictResolution;
20
- (function (ConflictResolution) {
21
- ConflictResolution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
- })(ConflictResolution || (ConflictResolution = {}));
23
- export var Consolidation;
24
- (function (Consolidation) {
25
- Consolidation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
- })(Consolidation || (Consolidation = {}));
27
- export var AutoMerging;
28
- (function (AutoMerging) {
29
- AutoMerging.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
- })(AutoMerging || (AutoMerging = {}));
80
+ export var Batch;
81
+ (function (Batch) {
82
+ Batch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
83
+ })(Batch || (Batch = {}));
84
+ export var SourceConnectorType;
85
+ (function (SourceConnectorType) {
86
+ SourceConnectorType["MARKETO"] = "Marketo";
87
+ SourceConnectorType["S3"] = "S3";
88
+ SourceConnectorType["SALESFORCE"] = "Salesforce";
89
+ SourceConnectorType["SERVICENOW"] = "Servicenow";
90
+ SourceConnectorType["ZENDESK"] = "Zendesk";
91
+ })(SourceConnectorType || (SourceConnectorType = {}));
92
+ export var IncrementalPullConfig;
93
+ (function (IncrementalPullConfig) {
94
+ IncrementalPullConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
95
+ })(IncrementalPullConfig || (IncrementalPullConfig = {}));
96
+ export var MarketoSourceProperties;
97
+ (function (MarketoSourceProperties) {
98
+ MarketoSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
+ })(MarketoSourceProperties || (MarketoSourceProperties = {}));
100
+ export var S3SourceProperties;
101
+ (function (S3SourceProperties) {
102
+ S3SourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
+ })(S3SourceProperties || (S3SourceProperties = {}));
104
+ export var SalesforceSourceProperties;
105
+ (function (SalesforceSourceProperties) {
106
+ SalesforceSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
107
+ })(SalesforceSourceProperties || (SalesforceSourceProperties = {}));
108
+ export var ServiceNowSourceProperties;
109
+ (function (ServiceNowSourceProperties) {
110
+ ServiceNowSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
111
+ })(ServiceNowSourceProperties || (ServiceNowSourceProperties = {}));
112
+ export var ZendeskSourceProperties;
113
+ (function (ZendeskSourceProperties) {
114
+ ZendeskSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
115
+ })(ZendeskSourceProperties || (ZendeskSourceProperties = {}));
116
+ export var SourceConnectorProperties;
117
+ (function (SourceConnectorProperties) {
118
+ SourceConnectorProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
119
+ })(SourceConnectorProperties || (SourceConnectorProperties = {}));
120
+ export var SourceFlowConfig;
121
+ (function (SourceFlowConfig) {
122
+ SourceFlowConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
123
+ })(SourceFlowConfig || (SourceFlowConfig = {}));
31
124
  export var MarketoConnectorOperator;
32
125
  (function (MarketoConnectorOperator) {
33
126
  MarketoConnectorOperator["ADDITION"] = "ADDITION";
@@ -139,6 +232,107 @@ export var ConnectorOperator;
139
232
  (function (ConnectorOperator) {
140
233
  ConnectorOperator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
141
234
  })(ConnectorOperator || (ConnectorOperator = {}));
235
+ export var OperatorPropertiesKeys;
236
+ (function (OperatorPropertiesKeys) {
237
+ OperatorPropertiesKeys["CONCAT_FORMAT"] = "CONCAT_FORMAT";
238
+ OperatorPropertiesKeys["DATA_TYPE"] = "DATA_TYPE";
239
+ OperatorPropertiesKeys["DESTINATION_DATA_TYPE"] = "DESTINATION_DATA_TYPE";
240
+ OperatorPropertiesKeys["LOWER_BOUND"] = "LOWER_BOUND";
241
+ OperatorPropertiesKeys["MASK_LENGTH"] = "MASK_LENGTH";
242
+ OperatorPropertiesKeys["MASK_VALUE"] = "MASK_VALUE";
243
+ OperatorPropertiesKeys["MATH_OPERATION_FIELDS_ORDER"] = "MATH_OPERATION_FIELDS_ORDER";
244
+ OperatorPropertiesKeys["SOURCE_DATA_TYPE"] = "SOURCE_DATA_TYPE";
245
+ OperatorPropertiesKeys["SUBFIELD_CATEGORY_MAP"] = "SUBFIELD_CATEGORY_MAP";
246
+ OperatorPropertiesKeys["TRUNCATE_LENGTH"] = "TRUNCATE_LENGTH";
247
+ OperatorPropertiesKeys["UPPER_BOUND"] = "UPPER_BOUND";
248
+ OperatorPropertiesKeys["VALIDATION_ACTION"] = "VALIDATION_ACTION";
249
+ OperatorPropertiesKeys["VALUE"] = "VALUE";
250
+ OperatorPropertiesKeys["VALUES"] = "VALUES";
251
+ })(OperatorPropertiesKeys || (OperatorPropertiesKeys = {}));
252
+ export var TaskType;
253
+ (function (TaskType) {
254
+ TaskType["ARITHMETIC"] = "Arithmetic";
255
+ TaskType["FILTER"] = "Filter";
256
+ TaskType["MAP"] = "Map";
257
+ TaskType["MASK"] = "Mask";
258
+ TaskType["MERGE"] = "Merge";
259
+ TaskType["TRUNCATE"] = "Truncate";
260
+ TaskType["VALIDATE"] = "Validate";
261
+ })(TaskType || (TaskType = {}));
262
+ export var Task;
263
+ (function (Task) {
264
+ Task.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
265
+ })(Task || (Task = {}));
266
+ export var DataPullMode;
267
+ (function (DataPullMode) {
268
+ DataPullMode["COMPLETE"] = "Complete";
269
+ DataPullMode["INCREMENTAL"] = "Incremental";
270
+ })(DataPullMode || (DataPullMode = {}));
271
+ export var ScheduledTriggerProperties;
272
+ (function (ScheduledTriggerProperties) {
273
+ ScheduledTriggerProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
+ })(ScheduledTriggerProperties || (ScheduledTriggerProperties = {}));
275
+ export var TriggerProperties;
276
+ (function (TriggerProperties) {
277
+ TriggerProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
+ })(TriggerProperties || (TriggerProperties = {}));
279
+ export var TriggerType;
280
+ (function (TriggerType) {
281
+ TriggerType["EVENT"] = "Event";
282
+ TriggerType["ONDEMAND"] = "OnDemand";
283
+ TriggerType["SCHEDULED"] = "Scheduled";
284
+ })(TriggerType || (TriggerType = {}));
285
+ export var TriggerConfig;
286
+ (function (TriggerConfig) {
287
+ TriggerConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
288
+ })(TriggerConfig || (TriggerConfig = {}));
289
+ export var FlowDefinition;
290
+ (function (FlowDefinition) {
291
+ FlowDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
292
+ })(FlowDefinition || (FlowDefinition = {}));
293
+ export var AppflowIntegration;
294
+ (function (AppflowIntegration) {
295
+ AppflowIntegration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
296
+ })(AppflowIntegration || (AppflowIntegration = {}));
297
+ export var AppflowIntegrationWorkflowAttributes;
298
+ (function (AppflowIntegrationWorkflowAttributes) {
299
+ AppflowIntegrationWorkflowAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
300
+ })(AppflowIntegrationWorkflowAttributes || (AppflowIntegrationWorkflowAttributes = {}));
301
+ export var AppflowIntegrationWorkflowMetrics;
302
+ (function (AppflowIntegrationWorkflowMetrics) {
303
+ AppflowIntegrationWorkflowMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
304
+ })(AppflowIntegrationWorkflowMetrics || (AppflowIntegrationWorkflowMetrics = {}));
305
+ export var Status;
306
+ (function (Status) {
307
+ Status["CANCELLED"] = "CANCELLED";
308
+ Status["COMPLETE"] = "COMPLETE";
309
+ Status["FAILED"] = "FAILED";
310
+ Status["IN_PROGRESS"] = "IN_PROGRESS";
311
+ Status["NOT_STARTED"] = "NOT_STARTED";
312
+ Status["RETRY"] = "RETRY";
313
+ Status["SPLIT"] = "SPLIT";
314
+ })(Status || (Status = {}));
315
+ export var AppflowIntegrationWorkflowStep;
316
+ (function (AppflowIntegrationWorkflowStep) {
317
+ AppflowIntegrationWorkflowStep.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
318
+ })(AppflowIntegrationWorkflowStep || (AppflowIntegrationWorkflowStep = {}));
319
+ export var ConflictResolvingModel;
320
+ (function (ConflictResolvingModel) {
321
+ ConflictResolvingModel["RECENCY"] = "RECENCY";
322
+ ConflictResolvingModel["SOURCE"] = "SOURCE";
323
+ })(ConflictResolvingModel || (ConflictResolvingModel = {}));
324
+ export var ConflictResolution;
325
+ (function (ConflictResolution) {
326
+ ConflictResolution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
+ })(ConflictResolution || (ConflictResolution = {}));
328
+ export var Consolidation;
329
+ (function (Consolidation) {
330
+ Consolidation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
331
+ })(Consolidation || (Consolidation = {}));
332
+ export var AutoMerging;
333
+ (function (AutoMerging) {
334
+ AutoMerging.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
335
+ })(AutoMerging || (AutoMerging = {}));
142
336
  export var S3ExportingConfig;
143
337
  (function (S3ExportingConfig) {
144
338
  S3ExportingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -177,6 +371,22 @@ export var CreateDomainResponse;
177
371
  (function (CreateDomainResponse) {
178
372
  CreateDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
373
  })(CreateDomainResponse || (CreateDomainResponse = {}));
374
+ export var IntegrationConfig;
375
+ (function (IntegrationConfig) {
376
+ IntegrationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
377
+ })(IntegrationConfig || (IntegrationConfig = {}));
378
+ export var WorkflowType;
379
+ (function (WorkflowType) {
380
+ WorkflowType["APPFLOW_INTEGRATION"] = "APPFLOW_INTEGRATION";
381
+ })(WorkflowType || (WorkflowType = {}));
382
+ export var CreateIntegrationWorkflowRequest;
383
+ (function (CreateIntegrationWorkflowRequest) {
384
+ CreateIntegrationWorkflowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
385
+ })(CreateIntegrationWorkflowRequest || (CreateIntegrationWorkflowRequest = {}));
386
+ export var CreateIntegrationWorkflowResponse;
387
+ (function (CreateIntegrationWorkflowResponse) {
388
+ CreateIntegrationWorkflowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
389
+ })(CreateIntegrationWorkflowResponse || (CreateIntegrationWorkflowResponse = {}));
180
390
  export var Gender;
181
391
  (function (Gender) {
182
392
  Gender["FEMALE"] = "FEMALE";
@@ -245,6 +455,14 @@ export var DeleteProfileObjectTypeResponse;
245
455
  (function (DeleteProfileObjectTypeResponse) {
246
456
  DeleteProfileObjectTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
247
457
  })(DeleteProfileObjectTypeResponse || (DeleteProfileObjectTypeResponse = {}));
458
+ export var DeleteWorkflowRequest;
459
+ (function (DeleteWorkflowRequest) {
460
+ DeleteWorkflowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
461
+ })(DeleteWorkflowRequest || (DeleteWorkflowRequest = {}));
462
+ export var DeleteWorkflowResponse;
463
+ (function (DeleteWorkflowResponse) {
464
+ DeleteWorkflowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
465
+ })(DeleteWorkflowResponse || (DeleteWorkflowResponse = {}));
248
466
  export var GetAutoMergingPreviewRequest;
249
467
  (function (GetAutoMergingPreviewRequest) {
250
468
  GetAutoMergingPreviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -358,6 +576,34 @@ export var GetProfileObjectTypeTemplateResponse;
358
576
  (function (GetProfileObjectTypeTemplateResponse) {
359
577
  GetProfileObjectTypeTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
360
578
  })(GetProfileObjectTypeTemplateResponse || (GetProfileObjectTypeTemplateResponse = {}));
579
+ export var GetWorkflowRequest;
580
+ (function (GetWorkflowRequest) {
581
+ GetWorkflowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
582
+ })(GetWorkflowRequest || (GetWorkflowRequest = {}));
583
+ export var WorkflowAttributes;
584
+ (function (WorkflowAttributes) {
585
+ WorkflowAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
586
+ })(WorkflowAttributes || (WorkflowAttributes = {}));
587
+ export var WorkflowMetrics;
588
+ (function (WorkflowMetrics) {
589
+ WorkflowMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
590
+ })(WorkflowMetrics || (WorkflowMetrics = {}));
591
+ export var GetWorkflowResponse;
592
+ (function (GetWorkflowResponse) {
593
+ GetWorkflowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
594
+ })(GetWorkflowResponse || (GetWorkflowResponse = {}));
595
+ export var GetWorkflowStepsRequest;
596
+ (function (GetWorkflowStepsRequest) {
597
+ GetWorkflowStepsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
598
+ })(GetWorkflowStepsRequest || (GetWorkflowStepsRequest = {}));
599
+ export var WorkflowStepItem;
600
+ (function (WorkflowStepItem) {
601
+ WorkflowStepItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
602
+ })(WorkflowStepItem || (WorkflowStepItem = {}));
603
+ export var GetWorkflowStepsResponse;
604
+ (function (GetWorkflowStepsResponse) {
605
+ GetWorkflowStepsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
606
+ })(GetWorkflowStepsResponse || (GetWorkflowStepsResponse = {}));
361
607
  export var ListAccountIntegrationsRequest;
362
608
  (function (ListAccountIntegrationsRequest) {
363
609
  ListAccountIntegrationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -450,6 +696,18 @@ export var ListTagsForResourceResponse;
450
696
  (function (ListTagsForResourceResponse) {
451
697
  ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
452
698
  })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
699
+ export var ListWorkflowsRequest;
700
+ (function (ListWorkflowsRequest) {
701
+ ListWorkflowsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
702
+ })(ListWorkflowsRequest || (ListWorkflowsRequest = {}));
703
+ export var ListWorkflowsItem;
704
+ (function (ListWorkflowsItem) {
705
+ ListWorkflowsItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
706
+ })(ListWorkflowsItem || (ListWorkflowsItem = {}));
707
+ export var ListWorkflowsResponse;
708
+ (function (ListWorkflowsResponse) {
709
+ ListWorkflowsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
710
+ })(ListWorkflowsResponse || (ListWorkflowsResponse = {}));
453
711
  export var FieldSourceProfileIds;
454
712
  (function (FieldSourceProfileIds) {
455
713
  FieldSourceProfileIds.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -462,104 +720,6 @@ export var MergeProfilesResponse;
462
720
  (function (MergeProfilesResponse) {
463
721
  MergeProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
464
722
  })(MergeProfilesResponse || (MergeProfilesResponse = {}));
465
- export var SourceConnectorType;
466
- (function (SourceConnectorType) {
467
- SourceConnectorType["MARKETO"] = "Marketo";
468
- SourceConnectorType["S3"] = "S3";
469
- SourceConnectorType["SALESFORCE"] = "Salesforce";
470
- SourceConnectorType["SERVICENOW"] = "Servicenow";
471
- SourceConnectorType["ZENDESK"] = "Zendesk";
472
- })(SourceConnectorType || (SourceConnectorType = {}));
473
- export var IncrementalPullConfig;
474
- (function (IncrementalPullConfig) {
475
- IncrementalPullConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
476
- })(IncrementalPullConfig || (IncrementalPullConfig = {}));
477
- export var MarketoSourceProperties;
478
- (function (MarketoSourceProperties) {
479
- MarketoSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
480
- })(MarketoSourceProperties || (MarketoSourceProperties = {}));
481
- export var S3SourceProperties;
482
- (function (S3SourceProperties) {
483
- S3SourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
484
- })(S3SourceProperties || (S3SourceProperties = {}));
485
- export var SalesforceSourceProperties;
486
- (function (SalesforceSourceProperties) {
487
- SalesforceSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
488
- })(SalesforceSourceProperties || (SalesforceSourceProperties = {}));
489
- export var ServiceNowSourceProperties;
490
- (function (ServiceNowSourceProperties) {
491
- ServiceNowSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
492
- })(ServiceNowSourceProperties || (ServiceNowSourceProperties = {}));
493
- export var ZendeskSourceProperties;
494
- (function (ZendeskSourceProperties) {
495
- ZendeskSourceProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
496
- })(ZendeskSourceProperties || (ZendeskSourceProperties = {}));
497
- export var SourceConnectorProperties;
498
- (function (SourceConnectorProperties) {
499
- SourceConnectorProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
500
- })(SourceConnectorProperties || (SourceConnectorProperties = {}));
501
- export var SourceFlowConfig;
502
- (function (SourceFlowConfig) {
503
- SourceFlowConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
504
- })(SourceFlowConfig || (SourceFlowConfig = {}));
505
- export var OperatorPropertiesKeys;
506
- (function (OperatorPropertiesKeys) {
507
- OperatorPropertiesKeys["CONCAT_FORMAT"] = "CONCAT_FORMAT";
508
- OperatorPropertiesKeys["DATA_TYPE"] = "DATA_TYPE";
509
- OperatorPropertiesKeys["DESTINATION_DATA_TYPE"] = "DESTINATION_DATA_TYPE";
510
- OperatorPropertiesKeys["LOWER_BOUND"] = "LOWER_BOUND";
511
- OperatorPropertiesKeys["MASK_LENGTH"] = "MASK_LENGTH";
512
- OperatorPropertiesKeys["MASK_VALUE"] = "MASK_VALUE";
513
- OperatorPropertiesKeys["MATH_OPERATION_FIELDS_ORDER"] = "MATH_OPERATION_FIELDS_ORDER";
514
- OperatorPropertiesKeys["SOURCE_DATA_TYPE"] = "SOURCE_DATA_TYPE";
515
- OperatorPropertiesKeys["SUBFIELD_CATEGORY_MAP"] = "SUBFIELD_CATEGORY_MAP";
516
- OperatorPropertiesKeys["TRUNCATE_LENGTH"] = "TRUNCATE_LENGTH";
517
- OperatorPropertiesKeys["UPPER_BOUND"] = "UPPER_BOUND";
518
- OperatorPropertiesKeys["VALIDATION_ACTION"] = "VALIDATION_ACTION";
519
- OperatorPropertiesKeys["VALUE"] = "VALUE";
520
- OperatorPropertiesKeys["VALUES"] = "VALUES";
521
- })(OperatorPropertiesKeys || (OperatorPropertiesKeys = {}));
522
- export var TaskType;
523
- (function (TaskType) {
524
- TaskType["ARITHMETIC"] = "Arithmetic";
525
- TaskType["FILTER"] = "Filter";
526
- TaskType["MAP"] = "Map";
527
- TaskType["MASK"] = "Mask";
528
- TaskType["MERGE"] = "Merge";
529
- TaskType["TRUNCATE"] = "Truncate";
530
- TaskType["VALIDATE"] = "Validate";
531
- })(TaskType || (TaskType = {}));
532
- export var Task;
533
- (function (Task) {
534
- Task.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
535
- })(Task || (Task = {}));
536
- export var DataPullMode;
537
- (function (DataPullMode) {
538
- DataPullMode["COMPLETE"] = "Complete";
539
- DataPullMode["INCREMENTAL"] = "Incremental";
540
- })(DataPullMode || (DataPullMode = {}));
541
- export var ScheduledTriggerProperties;
542
- (function (ScheduledTriggerProperties) {
543
- ScheduledTriggerProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
544
- })(ScheduledTriggerProperties || (ScheduledTriggerProperties = {}));
545
- export var TriggerProperties;
546
- (function (TriggerProperties) {
547
- TriggerProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
548
- })(TriggerProperties || (TriggerProperties = {}));
549
- export var TriggerType;
550
- (function (TriggerType) {
551
- TriggerType["EVENT"] = "Event";
552
- TriggerType["ONDEMAND"] = "OnDemand";
553
- TriggerType["SCHEDULED"] = "Scheduled";
554
- })(TriggerType || (TriggerType = {}));
555
- export var TriggerConfig;
556
- (function (TriggerConfig) {
557
- TriggerConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
558
- })(TriggerConfig || (TriggerConfig = {}));
559
- export var FlowDefinition;
560
- (function (FlowDefinition) {
561
- FlowDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
562
- })(FlowDefinition || (FlowDefinition = {}));
563
723
  export var PutIntegrationRequest;
564
724
  (function (PutIntegrationRequest) {
565
725
  PutIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };