@aws-sdk/client-customer-profiles 3.928.0 → 3.929.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 (110) hide show
  1. package/dist-cjs/index.js +4966 -4728
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CustomerProfilesClient.js +2 -0
  4. package/dist-es/commands/AddProfileKeyCommand.js +3 -9
  5. package/dist-es/commands/BatchGetCalculatedAttributeForProfileCommand.js +3 -10
  6. package/dist-es/commands/BatchGetProfileCommand.js +3 -10
  7. package/dist-es/commands/CreateCalculatedAttributeDefinitionCommand.js +3 -10
  8. package/dist-es/commands/CreateDomainCommand.js +3 -9
  9. package/dist-es/commands/CreateDomainLayoutCommand.js +3 -10
  10. package/dist-es/commands/CreateEventStreamCommand.js +3 -9
  11. package/dist-es/commands/CreateEventTriggerCommand.js +3 -10
  12. package/dist-es/commands/CreateIntegrationWorkflowCommand.js +3 -10
  13. package/dist-es/commands/CreateProfileCommand.js +3 -10
  14. package/dist-es/commands/CreateSegmentDefinitionCommand.js +3 -10
  15. package/dist-es/commands/CreateSegmentEstimateCommand.js +3 -10
  16. package/dist-es/commands/CreateSegmentSnapshotCommand.js +3 -9
  17. package/dist-es/commands/CreateUploadJobCommand.js +3 -10
  18. package/dist-es/commands/DeleteCalculatedAttributeDefinitionCommand.js +3 -9
  19. package/dist-es/commands/DeleteDomainCommand.js +3 -9
  20. package/dist-es/commands/DeleteDomainLayoutCommand.js +3 -9
  21. package/dist-es/commands/DeleteEventStreamCommand.js +3 -9
  22. package/dist-es/commands/DeleteEventTriggerCommand.js +3 -9
  23. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  24. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  25. package/dist-es/commands/DeleteProfileKeyCommand.js +3 -9
  26. package/dist-es/commands/DeleteProfileObjectCommand.js +3 -9
  27. package/dist-es/commands/DeleteProfileObjectTypeCommand.js +3 -9
  28. package/dist-es/commands/DeleteSegmentDefinitionCommand.js +3 -9
  29. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  30. package/dist-es/commands/DetectProfileObjectTypeCommand.js +3 -10
  31. package/dist-es/commands/GetAutoMergingPreviewCommand.js +3 -9
  32. package/dist-es/commands/GetCalculatedAttributeDefinitionCommand.js +3 -10
  33. package/dist-es/commands/GetCalculatedAttributeForProfileCommand.js +3 -9
  34. package/dist-es/commands/GetDomainCommand.js +3 -9
  35. package/dist-es/commands/GetDomainLayoutCommand.js +3 -10
  36. package/dist-es/commands/GetEventStreamCommand.js +3 -9
  37. package/dist-es/commands/GetEventTriggerCommand.js +3 -10
  38. package/dist-es/commands/GetIdentityResolutionJobCommand.js +3 -9
  39. package/dist-es/commands/GetIntegrationCommand.js +3 -9
  40. package/dist-es/commands/GetMatchesCommand.js +3 -9
  41. package/dist-es/commands/GetProfileHistoryRecordCommand.js +3 -10
  42. package/dist-es/commands/GetProfileObjectTypeCommand.js +3 -10
  43. package/dist-es/commands/GetProfileObjectTypeTemplateCommand.js +3 -10
  44. package/dist-es/commands/GetSegmentDefinitionCommand.js +3 -10
  45. package/dist-es/commands/GetSegmentEstimateCommand.js +3 -9
  46. package/dist-es/commands/GetSegmentMembershipCommand.js +3 -10
  47. package/dist-es/commands/GetSegmentSnapshotCommand.js +3 -9
  48. package/dist-es/commands/GetSimilarProfilesCommand.js +3 -9
  49. package/dist-es/commands/GetUploadJobCommand.js +3 -10
  50. package/dist-es/commands/GetUploadJobPathCommand.js +3 -9
  51. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  52. package/dist-es/commands/GetWorkflowStepsCommand.js +3 -9
  53. package/dist-es/commands/ListAccountIntegrationsCommand.js +3 -9
  54. package/dist-es/commands/ListCalculatedAttributeDefinitionsCommand.js +3 -10
  55. package/dist-es/commands/ListCalculatedAttributesForProfileCommand.js +3 -9
  56. package/dist-es/commands/ListDomainLayoutsCommand.js +3 -10
  57. package/dist-es/commands/ListDomainsCommand.js +3 -9
  58. package/dist-es/commands/ListEventStreamsCommand.js +3 -9
  59. package/dist-es/commands/ListEventTriggersCommand.js +3 -10
  60. package/dist-es/commands/ListIdentityResolutionJobsCommand.js +3 -9
  61. package/dist-es/commands/ListIntegrationsCommand.js +3 -9
  62. package/dist-es/commands/ListObjectTypeAttributesCommand.js +3 -9
  63. package/dist-es/commands/ListProfileAttributeValuesCommand.js +3 -9
  64. package/dist-es/commands/ListProfileHistoryRecordsCommand.js +3 -9
  65. package/dist-es/commands/ListProfileObjectTypeTemplatesCommand.js +3 -9
  66. package/dist-es/commands/ListProfileObjectTypesCommand.js +3 -10
  67. package/dist-es/commands/ListProfileObjectsCommand.js +3 -10
  68. package/dist-es/commands/ListRuleBasedMatchesCommand.js +3 -9
  69. package/dist-es/commands/ListSegmentDefinitionsCommand.js +3 -10
  70. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  71. package/dist-es/commands/ListUploadJobsCommand.js +3 -9
  72. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  73. package/dist-es/commands/MergeProfilesCommand.js +3 -9
  74. package/dist-es/commands/PutIntegrationCommand.js +3 -10
  75. package/dist-es/commands/PutProfileObjectCommand.js +3 -10
  76. package/dist-es/commands/PutProfileObjectTypeCommand.js +3 -10
  77. package/dist-es/commands/SearchProfilesCommand.js +3 -10
  78. package/dist-es/commands/StartUploadJobCommand.js +3 -9
  79. package/dist-es/commands/StopUploadJobCommand.js +3 -9
  80. package/dist-es/commands/TagResourceCommand.js +3 -9
  81. package/dist-es/commands/UntagResourceCommand.js +3 -9
  82. package/dist-es/commands/UpdateCalculatedAttributeDefinitionCommand.js +3 -10
  83. package/dist-es/commands/UpdateDomainCommand.js +3 -9
  84. package/dist-es/commands/UpdateDomainLayoutCommand.js +3 -10
  85. package/dist-es/commands/UpdateEventTriggerCommand.js +3 -10
  86. package/dist-es/commands/UpdateProfileCommand.js +3 -10
  87. package/dist-es/models/models_0.js +0 -288
  88. package/dist-es/models/models_1.js +0 -89
  89. package/dist-es/runtimeConfig.shared.js +2 -0
  90. package/dist-es/schemas/schemas_0.js +4609 -0
  91. package/dist-types/CustomerProfilesClient.d.ts +10 -1
  92. package/dist-types/models/models_0.d.ts +0 -216
  93. package/dist-types/models/models_1.d.ts +0 -52
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +456 -0
  99. package/dist-types/ts3.4/CustomerProfilesClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -148
  101. package/dist-types/ts3.4/models/models_1.d.ts +0 -39
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +463 -0
  107. package/package.json +2 -2
  108. package/dist-es/protocols/Aws_restJson1.js +0 -3490
  109. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  110. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -0,0 +1,4609 @@
1
+ const _A = "Address";
2
+ const _AD = "AddressDimension";
3
+ const _ADE = "AccessDeniedException";
4
+ const _ADt = "AttributeDetails";
5
+ const _ADtt = "AttributeDimension";
6
+ const _AI = "AppflowIntegration";
7
+ const _AIWA = "AppflowIntegrationWorkflowAttributes";
8
+ const _AIWM = "AppflowIntegrationWorkflowMetrics";
9
+ const _AIWS = "AppflowIntegrationWorkflowStep";
10
+ const _AId = "AdditionalInformation";
11
+ const _AIt = "AttributeItem";
12
+ const _AL = "AttributeList";
13
+ const _AM = "AutoMerging";
14
+ const _AMM = "AttributeMatchingModel";
15
+ const _AMt = "AttributeMap";
16
+ const _AN = "AccountNumber";
17
+ const _ANt = "AttributeName";
18
+ const _APC = "AllowProfileCreation";
19
+ const _APK = "AddProfileKey";
20
+ const _APKR = "AddProfileKeyRequest";
21
+ const _APKRd = "AddProfileKeyResponse";
22
+ const _ASK = "AdditionalSearchKey";
23
+ const _ASKd = "AdditionalSearchKeys";
24
+ const _AT = "ActionType";
25
+ const _ATS = "AttributeTypesSelector";
26
+ const _AVI = "AttributeValueItem";
27
+ const _AVIL = "AttributeValueItemList";
28
+ const _Ad = "Address1";
29
+ const _Add = "Address2";
30
+ const _Addr = "Address3";
31
+ const _Addre = "Address4";
32
+ const _At = "Attributes";
33
+ const _B = "Batches";
34
+ const _BA = "BillingAddress";
35
+ const _BD = "BirthDate";
36
+ const _BEA = "BusinessEmailAddress";
37
+ const _BGCAFP = "BatchGetCalculatedAttributeForProfile";
38
+ const _BGCAFPE = "BatchGetCalculatedAttributeForProfileError";
39
+ const _BGCAFPEL = "BatchGetCalculatedAttributeForProfileErrorList";
40
+ const _BGCAFPR = "BatchGetCalculatedAttributeForProfileRequest";
41
+ const _BGCAFPRa = "BatchGetCalculatedAttributeForProfileResponse";
42
+ const _BGP = "BatchGetProfile";
43
+ const _BGPE = "BatchGetProfileError";
44
+ const _BGPEL = "BatchGetProfileErrorList";
45
+ const _BGPR = "BatchGetProfileRequest";
46
+ const _BGPRa = "BatchGetProfileResponse";
47
+ const _BN = "BusinessName";
48
+ const _BNu = "BucketName";
49
+ const _BP = "BucketPrefix";
50
+ const _BPN = "BusinessPhoneNumber";
51
+ const _BRE = "BadRequestException";
52
+ const _BRET = "BatchRecordsEndTime";
53
+ const _BRST = "BatchRecordsStartTime";
54
+ const _Ba = "Batch";
55
+ const _C = "City";
56
+ const _CA = "CreatedAt";
57
+ const _CAD = "CalculatedAttributeDimension";
58
+ const _CADL = "CalculatedAttributeDefinitionsList";
59
+ const _CAFPL = "CalculatedAttributesForProfileList";
60
+ const _CAN = "CalculatedAttributeName";
61
+ const _CAV = "CalculatedAttributeValues";
62
+ const _CAVL = "CalculatedAttributeValueList";
63
+ const _CAVa = "CalculatedAttributeValue";
64
+ const _CAa = "CalculatedAttributes";
65
+ const _CAo = "CompletedAt";
66
+ const _CAu = "CustomAttributes";
67
+ const _CCA = "CalculatedCustomAttributes";
68
+ const _CCAD = "CreateCalculatedAttributeDefinition";
69
+ const _CCADR = "CreateCalculatedAttributeDefinitionRequest";
70
+ const _CCADRr = "CreateCalculatedAttributeDefinitionResponse";
71
+ const _CD = "CreateDomain";
72
+ const _CDL = "CreateDomainLayout";
73
+ const _CDLR = "CreateDomainLayoutRequest";
74
+ const _CDLRr = "CreateDomainLayoutResponse";
75
+ const _CDR = "CreateDomainRequest";
76
+ const _CDRr = "CreateDomainResponse";
77
+ const _CES = "CreateEventStream";
78
+ const _CESR = "CreateEventStreamRequest";
79
+ const _CESRr = "CreateEventStreamResponse";
80
+ const _CET = "CreateEventTrigger";
81
+ const _CETR = "CreateEventTriggerRequest";
82
+ const _CETRr = "CreateEventTriggerResponse";
83
+ const _CIW = "CreateIntegrationWorkflow";
84
+ const _CIWR = "CreateIntegrationWorkflowRequest";
85
+ const _CIWRr = "CreateIntegrationWorkflowResponse";
86
+ const _CO = "ConditionOverrides";
87
+ const _COo = "ConnectorOperator";
88
+ const _COom = "ComparisonOperator";
89
+ const _CP = "ContactPreference";
90
+ const _CPN = "ConnectorProfileName";
91
+ const _CPR = "CreateProfileRequest";
92
+ const _CPRr = "CreateProfileResponse";
93
+ const _CPr = "CreateProfile";
94
+ const _CR = "ConflictResolution";
95
+ const _CRM = "ConflictResolvingModel";
96
+ const _CRr = "CreatedRecords";
97
+ const _CS = "ConfidenceScore";
98
+ const _CSD = "CreateSegmentDefinition";
99
+ const _CSDR = "CreateSegmentDefinitionRequest";
100
+ const _CSDRr = "CreateSegmentDefinitionResponse";
101
+ const _CSE = "CreateSegmentEstimate";
102
+ const _CSER = "CreateSegmentEstimateRequest";
103
+ const _CSERr = "CreateSegmentEstimateResponse";
104
+ const _CSS = "CreateSegmentSnapshot";
105
+ const _CSSR = "CreateSegmentSnapshotRequest";
106
+ const _CSSRr = "CreateSegmentSnapshotResponse";
107
+ const _CT = "ContactType";
108
+ const _CTl = "ClientToken";
109
+ const _CTo = "ContentType";
110
+ const _CTon = "ConnectorType";
111
+ const _CUJ = "CreateUploadJob";
112
+ const _CUJR = "CreateUploadJobRequest";
113
+ const _CUJRr = "CreateUploadJobResponse";
114
+ const _Co = "County";
115
+ const _Cod = "Code";
116
+ const _Con = "Consolidation";
117
+ const _Cond = "Conditions";
118
+ const _Cont = "Content";
119
+ const _Cou = "Country";
120
+ const _D = "Description";
121
+ const _DCAD = "DeleteCalculatedAttributeDefinition";
122
+ const _DCADR = "DeleteCalculatedAttributeDefinitionRequest";
123
+ const _DCADRe = "DeleteCalculatedAttributeDefinitionResponse";
124
+ const _DD = "DateDimension";
125
+ const _DDL = "DeleteDomainLayout";
126
+ const _DDLR = "DeleteDomainLayoutRequest";
127
+ const _DDLRe = "DeleteDomainLayoutResponse";
128
+ const _DDR = "DeleteDomainRequest";
129
+ const _DDRe = "DeleteDomainResponse";
130
+ const _DDe = "DestinationDetails";
131
+ const _DDel = "DeleteDomain";
132
+ const _DE = "DataExpiry";
133
+ const _DED = "DefaultExpirationDays";
134
+ const _DEK = "DefaultEncryptionKey";
135
+ const _DES = "DeleteEventStream";
136
+ const _DESR = "DeleteEventStreamRequest";
137
+ const _DESRe = "DeleteEventStreamResponse";
138
+ const _DET = "DeleteEventTrigger";
139
+ const _DETR = "DeleteEventTriggerRequest";
140
+ const _DETRe = "DeleteEventTriggerResponse";
141
+ const _DF = "DataFormat";
142
+ const _DFe = "DestinationField";
143
+ const _DI = "DeleteIntegration";
144
+ const _DIR = "DeleteIntegrationRequest";
145
+ const _DIRe = "DeleteIntegrationResponse";
146
+ const _DL = "DimensionList";
147
+ const _DLQU = "DeadLetterQueueUrl";
148
+ const _DLo = "DomainList";
149
+ const _DN = "DomainName";
150
+ const _DNi = "DisplayName";
151
+ const _DOTW = "DayOfTheWeek";
152
+ const _DP = "DeleteProfile";
153
+ const _DPK = "DeleteProfileKey";
154
+ const _DPKR = "DeleteProfileKeyRequest";
155
+ const _DPKRe = "DeleteProfileKeyResponse";
156
+ const _DPM = "DataPullMode";
157
+ const _DPO = "DeleteProfileObject";
158
+ const _DPOR = "DeleteProfileObjectRequest";
159
+ const _DPORe = "DeleteProfileObjectResponse";
160
+ const _DPOT = "DetectedProfileObjectType";
161
+ const _DPOTR = "DeleteProfileObjectTypeRequest";
162
+ const _DPOTRe = "DeleteProfileObjectTypeResponse";
163
+ const _DPOTRet = "DetectProfileObjectTypeRequest";
164
+ const _DPOTRete = "DetectProfileObjectTypeResponse";
165
+ const _DPOTe = "DetectedProfileObjectTypes";
166
+ const _DPOTel = "DeleteProfileObjectType";
167
+ const _DPOTet = "DetectProfileObjectType";
168
+ const _DPR = "DeleteProfileRequest";
169
+ const _DPRe = "DeleteProfileResponse";
170
+ const _DS = "DestinationSummary";
171
+ const _DSD = "DeleteSegmentDefinition";
172
+ const _DSDR = "DeleteSegmentDefinitionRequest";
173
+ const _DSDRe = "DeleteSegmentDefinitionResponse";
174
+ const _DSo = "DomainStats";
175
+ const _DT = "DimensionType";
176
+ const _DTFN = "DatetimeTypeFieldName";
177
+ const _DU = "DestinationUri";
178
+ const _DW = "DeleteWorkflow";
179
+ const _DWR = "DeleteWorkflowRequest";
180
+ const _DWRe = "DeleteWorkflowResponse";
181
+ const _Di = "Dimensions";
182
+ const _Dim = "Dimension";
183
+ const _E = "Expression";
184
+ const _EA = "EmailAddress";
185
+ const _EC = "ExportingConfig";
186
+ const _ED = "ExpirationDays";
187
+ const _EDFU = "EnableDynamicFieldUpdate";
188
+ const _EDr = "ErrorDescription";
189
+ const _EE = "EventExpiration";
190
+ const _EI = "EstimateId";
191
+ const _EK = "EncryptionKey";
192
+ const _EL = "ExportingLocation";
193
+ const _ELVPD = "ExtraLengthValueProfileDimension";
194
+ const _EM = "ExecutionMessage";
195
+ const _EP = "EngagementPreferences";
196
+ const _EPL = "EmailPreferenceList";
197
+ const _ESA = "EventStreamArn";
198
+ const _ESDD = "EventStreamDestinationDetails";
199
+ const _ESN = "EventStreamName";
200
+ const _ESS = "EventStreamSummary";
201
+ const _ESSL = "EventStreamSummaryList";
202
+ const _ET = "EndTime";
203
+ const _ETC = "EventTriggerConditions";
204
+ const _ETCv = "EventTriggerCondition";
205
+ const _ETD = "EventTriggerDimensions";
206
+ const _ETDv = "EventTriggerDimension";
207
+ const _ETL = "EventTriggerLimits";
208
+ const _ETN = "EventTriggerName";
209
+ const _ETNv = "EventTriggerNames";
210
+ const _ETSI = "EventTriggerSummaryItem";
211
+ const _ETSL = "EventTriggerSummaryList";
212
+ const _Em = "Email";
213
+ const _En = "Enabled";
214
+ const _End = "End";
215
+ const _Er = "Errors";
216
+ const _Es = "Estimate";
217
+ const _F = "Filter";
218
+ const _FAD = "FilterAttributeDimension";
219
+ const _FBI = "FoundByItems";
220
+ const _FBKV = "FoundByKeyValue";
221
+ const _FD = "FlowDefinition";
222
+ const _FDL = "FilterDimensionList";
223
+ const _FDi = "FilterDimension";
224
+ const _FEF = "FirstExecutionFrom";
225
+ const _FG = "FilterGroup";
226
+ const _FM = "FieldMap";
227
+ const _FN = "FlowName";
228
+ const _FNi = "FirstName";
229
+ const _FNie = "FieldName";
230
+ const _FNiel = "FieldNames";
231
+ const _FR = "FailedRecords";
232
+ const _FSPI = "FieldSourceProfileIds";
233
+ const _Fa = "Failures";
234
+ const _Fi = "Fields";
235
+ const _G = "Gender";
236
+ const _GAMP = "GetAutoMergingPreview";
237
+ const _GAMPR = "GetAutoMergingPreviewRequest";
238
+ const _GAMPRe = "GetAutoMergingPreviewResponse";
239
+ const _GCAD = "GetCalculatedAttributeDefinition";
240
+ const _GCADR = "GetCalculatedAttributeDefinitionRequest";
241
+ const _GCADRe = "GetCalculatedAttributeDefinitionResponse";
242
+ const _GCAFP = "GetCalculatedAttributeForProfile";
243
+ const _GCAFPR = "GetCalculatedAttributeForProfileRequest";
244
+ const _GCAFPRe = "GetCalculatedAttributeForProfileResponse";
245
+ const _GD = "GetDomain";
246
+ const _GDL = "GetDomainLayout";
247
+ const _GDLR = "GetDomainLayoutRequest";
248
+ const _GDLRe = "GetDomainLayoutResponse";
249
+ const _GDR = "GetDomainRequest";
250
+ const _GDRe = "GetDomainResponse";
251
+ const _GES = "GetEventStream";
252
+ const _GESR = "GetEventStreamRequest";
253
+ const _GESRe = "GetEventStreamResponse";
254
+ const _GET = "GetEventTrigger";
255
+ const _GETR = "GetEventTriggerRequest";
256
+ const _GETRe = "GetEventTriggerResponse";
257
+ const _GI = "GetIntegration";
258
+ const _GIR = "GetIntegrationRequest";
259
+ const _GIRJ = "GetIdentityResolutionJob";
260
+ const _GIRJR = "GetIdentityResolutionJobRequest";
261
+ const _GIRJRe = "GetIdentityResolutionJobResponse";
262
+ const _GIRe = "GetIntegrationResponse";
263
+ const _GL = "GroupList";
264
+ const _GM = "GetMatches";
265
+ const _GMR = "GetMatchesRequest";
266
+ const _GMRe = "GetMatchesResponse";
267
+ const _GPHR = "GetProfileHistoryRecord";
268
+ const _GPHRR = "GetProfileHistoryRecordRequest";
269
+ const _GPHRRe = "GetProfileHistoryRecordResponse";
270
+ const _GPOT = "GetProfileObjectType";
271
+ const _GPOTR = "GetProfileObjectTypeRequest";
272
+ const _GPOTRe = "GetProfileObjectTypeResponse";
273
+ const _GPOTT = "GetProfileObjectTypeTemplate";
274
+ const _GPOTTR = "GetProfileObjectTypeTemplateRequest";
275
+ const _GPOTTRe = "GetProfileObjectTypeTemplateResponse";
276
+ const _GS = "GenderString";
277
+ const _GSD = "GetSegmentDefinition";
278
+ const _GSDR = "GetSegmentDefinitionRequest";
279
+ const _GSDRe = "GetSegmentDefinitionResponse";
280
+ const _GSE = "GetSegmentEstimate";
281
+ const _GSER = "GetSegmentEstimateRequest";
282
+ const _GSERe = "GetSegmentEstimateResponse";
283
+ const _GSM = "GetSegmentMembership";
284
+ const _GSMR = "GetSegmentMembershipRequest";
285
+ const _GSMRe = "GetSegmentMembershipResponse";
286
+ const _GSP = "GetSimilarProfiles";
287
+ const _GSPR = "GetSimilarProfilesRequest";
288
+ const _GSPRe = "GetSimilarProfilesResponse";
289
+ const _GSS = "GetSegmentSnapshot";
290
+ const _GSSR = "GetSegmentSnapshotRequest";
291
+ const _GSSRe = "GetSegmentSnapshotResponse";
292
+ const _GUJ = "GetUploadJob";
293
+ const _GUJP = "GetUploadJobPath";
294
+ const _GUJPR = "GetUploadJobPathRequest";
295
+ const _GUJPRe = "GetUploadJobPathResponse";
296
+ const _GUJR = "GetUploadJobRequest";
297
+ const _GUJRe = "GetUploadJobResponse";
298
+ const _GW = "GetWorkflow";
299
+ const _GWR = "GetWorkflowRequest";
300
+ const _GWRe = "GetWorkflowResponse";
301
+ const _GWS = "GetWorkflowSteps";
302
+ const _GWSR = "GetWorkflowStepsRequest";
303
+ const _GWSRe = "GetWorkflowStepsResponse";
304
+ const _Gr = "Groups";
305
+ const _Gro = "Group";
306
+ const _HPN = "HomePhoneNumber";
307
+ const _I = "Include";
308
+ const _IC = "IntegrationConfig";
309
+ const _ID = "IsDefault";
310
+ const _IDP = "IsDataPartial";
311
+ const _IDR = "IncludeDeletedRecords";
312
+ const _IH = "IncludeHidden";
313
+ const _IL = "IntegrationList";
314
+ const _IPC = "IncrementalPullConfig";
315
+ const _IRJ = "IdentityResolutionJob";
316
+ const _IRJL = "IdentityResolutionJobsList";
317
+ const _ISE = "InternalServerException";
318
+ const _IU = "IsUnstructured";
319
+ const _Id = "Id";
320
+ const _It = "Items";
321
+ const _JET = "JobEndTime";
322
+ const _JETo = "JobExpirationTime";
323
+ const _JI = "JobId";
324
+ const _JS = "JobStats";
325
+ const _JST = "JobStartTime";
326
+ const _JSo = "JobSchedule";
327
+ const _K = "Keys";
328
+ const _KA = "KmsArn";
329
+ const _KM = "KeyMap";
330
+ const _KN = "KeyName";
331
+ const _KV = "KeyValue";
332
+ const _L = "Layout";
333
+ const _LAI = "ListAccountIntegrations";
334
+ const _LAIR = "ListAccountIntegrationsRequest";
335
+ const _LAIRi = "ListAccountIntegrationsResponse";
336
+ const _LCAD = "ListCalculatedAttributeDefinitions";
337
+ const _LCADI = "ListCalculatedAttributeDefinitionItem";
338
+ const _LCADR = "ListCalculatedAttributeDefinitionsRequest";
339
+ const _LCADRi = "ListCalculatedAttributeDefinitionsResponse";
340
+ const _LCAFP = "ListCalculatedAttributesForProfile";
341
+ const _LCAFPI = "ListCalculatedAttributeForProfileItem";
342
+ const _LCAFPR = "ListCalculatedAttributesForProfileRequest";
343
+ const _LCAFPRi = "ListCalculatedAttributesForProfileResponse";
344
+ const _LD = "ListDomains";
345
+ const _LDI = "ListDomainItem";
346
+ const _LDL = "ListDomainLayouts";
347
+ const _LDLR = "ListDomainLayoutsRequest";
348
+ const _LDLRi = "ListDomainLayoutsResponse";
349
+ const _LDN = "LayoutDefinitionName";
350
+ const _LDR = "ListDomainsRequest";
351
+ const _LDRi = "ListDomainsResponse";
352
+ const _LES = "ListEventStreams";
353
+ const _LESR = "ListEventStreamsRequest";
354
+ const _LESRi = "ListEventStreamsResponse";
355
+ const _LET = "ListEventTriggers";
356
+ const _LETR = "ListEventTriggersRequest";
357
+ const _LETRi = "ListEventTriggersResponse";
358
+ const _LI = "LayoutItem";
359
+ const _LII = "ListIntegrationItem";
360
+ const _LIR = "ListIntegrationsRequest";
361
+ const _LIRJ = "ListIdentityResolutionJobs";
362
+ const _LIRJR = "ListIdentityResolutionJobsRequest";
363
+ const _LIRJRi = "ListIdentityResolutionJobsResponse";
364
+ const _LIRi = "ListIntegrationsResponse";
365
+ const _LIi = "ListIntegrations";
366
+ const _LL = "LayoutList";
367
+ const _LN = "LastName";
368
+ const _LO = "LogicalOperator";
369
+ const _LOT = "LastObjectTimestamp";
370
+ const _LOTA = "ListObjectTypeAttributes";
371
+ const _LOTAI = "ListObjectTypeAttributeItem";
372
+ const _LOTAL = "ListObjectTypeAttributesList";
373
+ const _LOTAR = "ListObjectTypeAttributesRequest";
374
+ const _LOTARi = "ListObjectTypeAttributesResponse";
375
+ const _LPAV = "ListProfileAttributeValues";
376
+ const _LPHR = "ListProfileHistoryRecords";
377
+ const _LPHRR = "ListProfileHistoryRecordsRequest";
378
+ const _LPHRRi = "ListProfileHistoryRecordsResponse";
379
+ const _LPO = "ListProfileObjects";
380
+ const _LPOI = "ListProfileObjectsItem";
381
+ const _LPOR = "ListProfileObjectsRequest";
382
+ const _LPORi = "ListProfileObjectsResponse";
383
+ const _LPOT = "ListProfileObjectTypes";
384
+ const _LPOTI = "ListProfileObjectTypeItem";
385
+ const _LPOTR = "ListProfileObjectTypesRequest";
386
+ const _LPOTRi = "ListProfileObjectTypesResponse";
387
+ const _LPOTT = "ListProfileObjectTypeTemplates";
388
+ const _LPOTTI = "ListProfileObjectTypeTemplateItem";
389
+ const _LPOTTR = "ListProfileObjectTypeTemplatesRequest";
390
+ const _LPOTTRi = "ListProfileObjectTypeTemplatesResponse";
391
+ const _LRBM = "ListRuleBasedMatches";
392
+ const _LRBMR = "ListRuleBasedMatchesRequest";
393
+ const _LRBMRi = "ListRuleBasedMatchesResponse";
394
+ const _LSD = "ListSegmentDefinitions";
395
+ const _LSDR = "ListSegmentDefinitionsRequest";
396
+ const _LSDRi = "ListSegmentDefinitionsResponse";
397
+ const _LT = "LayoutType";
398
+ const _LTFR = "ListTagsForResource";
399
+ const _LTFRR = "ListTagsForResourceRequest";
400
+ const _LTFRRi = "ListTagsForResourceResponse";
401
+ const _LUA = "LastUpdatedAt";
402
+ const _LUJ = "ListUploadJobs";
403
+ const _LUJR = "ListUploadJobsRequest";
404
+ const _LUJRi = "ListUploadJobsResponse";
405
+ const _LW = "ListWorkflows";
406
+ const _LWI = "ListWorkflowsItem";
407
+ const _LWR = "ListWorkflowsRequest";
408
+ const _LWRi = "ListWorkflowsResponse";
409
+ const _M = "Message";
410
+ const _MA = "MailingAddress";
411
+ const _MACSFM = "MinAllowedConfidenceScoreForMerging";
412
+ const _MAL = "MatchingAttributesList";
413
+ const _MAPOC = "MaxAvailableProfileObjectCount";
414
+ const _MARLFM = "MaxAllowedRuleLevelForMerging";
415
+ const _MARLFMa = "MaxAllowedRuleLevelForMatching";
416
+ const _MGD = "MatchGenerationDate";
417
+ const _MI = "MatchId";
418
+ const _MIPP = "MaxInvocationsPerProfile";
419
+ const _MIa = "MatchIds";
420
+ const _MIat = "MatchItem";
421
+ const _ML = "MatchesList";
422
+ const _MN = "MiddleName";
423
+ const _MP = "MergeProfiles";
424
+ const _MPC = "MeteringProfileCount";
425
+ const _MPI = "MainProfileId";
426
+ const _MPN = "MobilePhoneNumber";
427
+ const _MPOC = "MaxProfileObjectCount";
428
+ const _MPR = "MergeProfilesRequest";
429
+ const _MPRe = "MergeProfilesResponse";
430
+ const _MR = "MaxResults";
431
+ const _MRa = "MatchingRequest";
432
+ const _MRat = "MatchingResponse";
433
+ const _MRatc = "MatchingRule";
434
+ const _MRatch = "MatchingRules";
435
+ const _MSP = "MarketoSourceProperties";
436
+ const _MT = "MatchType";
437
+ const _Ma = "Marketo";
438
+ const _Mat = "Matching";
439
+ const _Matc = "Matches";
440
+ const _Me = "Metrics";
441
+ const _N = "Name";
442
+ const _NOMD = "NumberOfMergesDone";
443
+ const _NOMF = "NumberOfMatchesFound";
444
+ const _NOMIS = "NumberOfMatchesInSample";
445
+ const _NOPIS = "NumberOfProfilesInSample";
446
+ const _NOPR = "NumberOfProfilesReviewed";
447
+ const _NOPWBM = "NumberOfProfilesWillBeMerged";
448
+ const _NT = "NextToken";
449
+ const _O = "Objects";
450
+ const _OA = "ObjectAttributes";
451
+ const _OAb = "ObjectAttribute";
452
+ const _OC = "ObjectCount";
453
+ const _OF = "ObjectFilter";
454
+ const _OTF = "ObjectTypeField";
455
+ const _OTK = "ObjectTypeKey";
456
+ const _OTKL = "ObjectTypeKeyList";
457
+ const _OTN = "ObjectTypeName";
458
+ const _OTNb = "ObjectTypeNames";
459
+ const _Ob = "Object";
460
+ const _Op = "Operator";
461
+ const _P = "Province";
462
+ const _PA = "ProfileAttributes";
463
+ const _PAVR = "ProfileAttributeValuesRequest";
464
+ const _PAVRr = "ProfileAttributeValuesResponse";
465
+ const _PB = "PerformedBy";
466
+ const _PC = "PostalCode";
467
+ const _PCr = "ProfileCount";
468
+ const _PD = "ProfileDimension";
469
+ const _PEA = "PersonalEmailAddress";
470
+ const _PHR = "ProfileHistoryRecords";
471
+ const _PHRr = "ProfileHistoryRecord";
472
+ const _PI = "ProfileId";
473
+ const _PIR = "PutIntegrationRequest";
474
+ const _PIRu = "PutIntegrationResponse";
475
+ const _PITBM = "ProfileIdsToBeMerged";
476
+ const _PIr = "ProfileIds";
477
+ const _PIu = "PutIntegration";
478
+ const _PL = "ProfileList";
479
+ const _PM = "PotentialMatches";
480
+ const _PN = "PhoneNumber";
481
+ const _POL = "ProfileObjectList";
482
+ const _POTL = "ProfileObjectTypeList";
483
+ const _POTTL = "ProfileObjectTypeTemplateList";
484
+ const _POUK = "ProfileObjectUniqueKey";
485
+ const _PP = "ProgressPercentage";
486
+ const _PPL = "PhonePreferenceList";
487
+ const _PPO = "PutProfileObject";
488
+ const _PPOR = "PutProfileObjectRequest";
489
+ const _PPORu = "PutProfileObjectResponse";
490
+ const _PPOT = "PutProfileObjectType";
491
+ const _PPOTR = "PutProfileObjectTypeRequest";
492
+ const _PPOTRu = "PutProfileObjectTypeResponse";
493
+ const _PQF = "ProfileQueryFailures";
494
+ const _PQR = "ProfileQueryResult";
495
+ const _PT = "PartyType";
496
+ const _PTD = "ProfileTypeDimension";
497
+ const _PTS = "PartyTypeString";
498
+ const _PTV = "ProfileTypeValues";
499
+ const _PTr = "ProfileType";
500
+ const _Pe = "Periods";
501
+ const _Per = "Period";
502
+ const _Ph = "Phone";
503
+ const _Pr = "Profiles";
504
+ const _Pro = "Profile";
505
+ const _QED = "QueryEndDate";
506
+ const _QR = "QueryResult";
507
+ const _QSD = "QueryStartDate";
508
+ const _R = "Range";
509
+ const _RA = "RoleArn";
510
+ const _RBM = "RuleBasedMatching";
511
+ const _RBMR = "RuleBasedMatchingRequest";
512
+ const _RBMRu = "RuleBasedMatchingResponse";
513
+ const _RL = "RuleLevel";
514
+ const _RNFE = "ResourceNotFoundException";
515
+ const _RO = "RangeOverride";
516
+ const _RP = "RecordsProcessed";
517
+ const _RS = "ResultsSummary";
518
+ const _Re = "Readiness";
519
+ const _Ru = "Rule";
520
+ const _S = "Statistic";
521
+ const _SA = "ShippingAddress";
522
+ const _SBN = "S3BucketName";
523
+ const _SC = "StepsCompleted";
524
+ const _SCP = "SourceConnectorProperties";
525
+ const _SCT = "SourceConnectorType";
526
+ const _SCt = "StatusCode";
527
+ const _SD = "StartDate";
528
+ const _SDA = "SegmentDefinitionArn";
529
+ const _SDI = "SegmentDefinitionItem";
530
+ const _SDL = "SegmentDefinitionsList";
531
+ const _SDN = "SegmentDefinitionName";
532
+ const _SDt = "StatusDescription";
533
+ const _SE = "S3Exporting";
534
+ const _SEC = "S3ExportingConfig";
535
+ const _SEL = "S3ExportingLocation";
536
+ const _SET = "ScheduleEndTime";
537
+ const _SEc = "ScheduleExpression";
538
+ const _SF = "SegmentFilter";
539
+ const _SFC = "SourceFlowConfig";
540
+ const _SFo = "SourceFields";
541
+ const _SG = "SegmentGroups";
542
+ const _SGL = "SegmentGroupList";
543
+ const _SGS = "SegmentGroupStructure";
544
+ const _SGe = "SegmentGroup";
545
+ const _SI = "SnapshotId";
546
+ const _SIt = "StandardIdentifiers";
547
+ const _SK = "SearchKey";
548
+ const _SKN = "S3KeyName";
549
+ const _SLUTF = "SourceLastUpdatedTimestampFormat";
550
+ const _SM = "StatusMessage";
551
+ const _SN = "SourceName";
552
+ const _SNSP = "ServiceNowSourceProperties";
553
+ const _SNe = "ServiceNow";
554
+ const _SO = "SourceObject";
555
+ const _SOc = "ScheduleOffset";
556
+ const _SP = "SearchProfiles";
557
+ const _SPR = "SearchProfilesRequest";
558
+ const _SPRe = "SearchProfilesResponse";
559
+ const _SQ = "SegmentQuery";
560
+ const _SR = "StatusReason";
561
+ const _SS = "StoppedSince";
562
+ const _SSL = "SourceSegmentList";
563
+ const _SSP = "S3SourceProperties";
564
+ const _SSPa = "SalesforceSourceProperties";
565
+ const _SST = "ScheduleStartTime";
566
+ const _SSo = "SourceSegments";
567
+ const _SSou = "SourceSegment";
568
+ const _ST = "StartTime";
569
+ const _STP = "ScheduledTriggerProperties";
570
+ const _STo = "SourceType";
571
+ const _SUJ = "StartUploadJob";
572
+ const _SUJR = "StartUploadJobRequest";
573
+ const _SUJRt = "StartUploadJobResponse";
574
+ const _SUJRto = "StopUploadJobRequest";
575
+ const _SUJRtop = "StopUploadJobResponse";
576
+ const _SUJt = "StopUploadJob";
577
+ const _SV = "SearchValue";
578
+ const _S_ = "S3";
579
+ const _Sa = "Salesforce";
580
+ const _Sc = "Scheduled";
581
+ const _So = "Source";
582
+ const _St = "State";
583
+ const _Sta = "Status";
584
+ const _Star = "Start";
585
+ const _Stat = "Stats";
586
+ const _T = "Threshold";
587
+ const _TC = "TriggerConfig";
588
+ const _TE = "ThrottlingException";
589
+ const _TF = "TimestampFormat";
590
+ const _TI = "TemplateId";
591
+ const _TP = "TaskProperties";
592
+ const _TPr = "TriggerProperties";
593
+ const _TR = "TagResource";
594
+ const _TRR = "TagResourceRequest";
595
+ const _TRRa = "TagResourceResponse";
596
+ const _TS = "TotalSteps";
597
+ const _TSi = "TimestampSource";
598
+ const _TSo = "TotalSize";
599
+ const _TT = "TaskType";
600
+ const _TTr = "TriggerType";
601
+ const _Ta = "Tags";
602
+ const _Tar = "Target";
603
+ const _Tas = "Tasks";
604
+ const _Task = "Task";
605
+ const _Ti = "Time";
606
+ const _Tim = "Timezone";
607
+ const _Ty = "Type";
608
+ const _U = "Uri";
609
+ const _UA = "UpdateAddress";
610
+ const _UAp = "UpdateAttributes";
611
+ const _UCAD = "UpdateCalculatedAttributeDefinition";
612
+ const _UCADR = "UpdateCalculatedAttributeDefinitionRequest";
613
+ const _UCADRp = "UpdateCalculatedAttributeDefinitionResponse";
614
+ const _UD = "UpdateDomain";
615
+ const _UDL = "UpdateDomainLayout";
616
+ const _UDLR = "UpdateDomainLayoutRequest";
617
+ const _UDLRp = "UpdateDomainLayoutResponse";
618
+ const _UDR = "UpdateDomainRequest";
619
+ const _UDRp = "UpdateDomainResponse";
620
+ const _UET = "UpdateEventTrigger";
621
+ const _UETR = "UpdateEventTriggerRequest";
622
+ const _UETRp = "UpdateEventTriggerResponse";
623
+ const _UHD = "UseHistoricalData";
624
+ const _UJI = "UploadJobItem";
625
+ const _UJL = "UploadJobsList";
626
+ const _UK = "UniqueKey";
627
+ const _UP = "UpdateProfile";
628
+ const _UPR = "UpdateProfileRequest";
629
+ const _UPRp = "UpdateProfileResponse";
630
+ const _UR = "UpdatedRecords";
631
+ const _URR = "UntagResourceRequest";
632
+ const _URRn = "UntagResourceResponse";
633
+ const _URn = "UntagResource";
634
+ const _US = "UnhealthySince";
635
+ const _Un = "Unit";
636
+ const _Unl = "Unlimited";
637
+ const _Ur = "Url";
638
+ const _V = "Values";
639
+ const _VR = "ValueRange";
640
+ const _VU = "ValidUntil";
641
+ const _Va = "Value";
642
+ const _Ve = "Version";
643
+ const _WA = "WorkflowAttributes";
644
+ const _WI = "WorkflowId";
645
+ const _WL = "WorkflowList";
646
+ const _WM = "WorkflowMetrics";
647
+ const _WSI = "WorkflowStepItem";
648
+ const _WSL = "WorkflowStepsList";
649
+ const _WT = "WorkflowType";
650
+ const _Z = "Zendesk";
651
+ const _ZSP = "ZendeskSourceProperties";
652
+ const _aSKL = "additionalSearchKeysList";
653
+ const _c = "client";
654
+ const _e = "error";
655
+ const _fBL = "foundByList";
656
+ const _h = "http";
657
+ const _hE = "httpError";
658
+ const _hQ = "httpQuery";
659
+ const _ih = "include-hidden";
660
+ const _jN = "jsonName";
661
+ const _mr = "max-results";
662
+ const _nt = "next-token";
663
+ const _rA = "resourceArn";
664
+ const _s = "server";
665
+ const _sJ = "stringifiedJson";
666
+ const _sST = "sensitiveString0To1000";
667
+ const _sSTe = "sensitiveString0To255";
668
+ const _sSTen = "sensitiveString1To1000";
669
+ const _sSTens = "sensitiveString1To2000000";
670
+ const _sSTensi = "sensitiveString1To255";
671
+ const _sT = "sensitiveText";
672
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.customerprofiles";
673
+ const _t = "tags";
674
+ const _tK = "tagKeys";
675
+ const n0 = "com.amazonaws.customerprofiles";
676
+ import { TypeRegistry } from "@smithy/core/schema";
677
+ import { CustomerProfilesServiceException as __CustomerProfilesServiceException } from "../models/CustomerProfilesServiceException";
678
+ import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, } from "../models/index";
679
+ export var Gender = [0, n0, _G, 8, 0];
680
+ export var PartyType = [0, n0, _PT, 8, 0];
681
+ export var ProfileType = [0, n0, _PTr, 8, 0];
682
+ export var sensitiveString0To1000 = [0, n0, _sST, 8, 0];
683
+ export var sensitiveString0To255 = [0, n0, _sSTe, 8, 0];
684
+ export var sensitiveString1To1000 = [0, n0, _sSTen, 8, 0];
685
+ export var sensitiveString1To2000000 = [0, n0, _sSTens, 8, 0];
686
+ export var sensitiveString1To255 = [0, n0, _sSTensi, 8, 0];
687
+ export var sensitiveText = [0, n0, _sT, 8, 0];
688
+ export var Statistic = [0, n0, _S, 8, 0];
689
+ export var stringifiedJson = [0, n0, _sJ, 8, 0];
690
+ export var AccessDeniedException = [
691
+ -3,
692
+ n0,
693
+ _ADE,
694
+ {
695
+ [_e]: _c,
696
+ [_hE]: 403,
697
+ },
698
+ [_M],
699
+ [0],
700
+ ];
701
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
702
+ export var AdditionalSearchKey = [3, n0, _ASK, 0, [_KN, _V], [0, 64 | 0]];
703
+ export var AddProfileKeyRequest = [3, n0, _APKR, 0, [_PI, _KN, _V, _DN], [0, 0, 64 | 0, [0, 1]]];
704
+ export var AddProfileKeyResponse = [3, n0, _APKRd, 0, [_KN, _V], [0, 64 | 0]];
705
+ export var Address = [
706
+ 3,
707
+ n0,
708
+ _A,
709
+ 8,
710
+ [_Ad, _Add, _Addr, _Addre, _C, _Co, _St, _P, _Cou, _PC],
711
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
712
+ ];
713
+ export var AddressDimension = [
714
+ 3,
715
+ n0,
716
+ _AD,
717
+ 0,
718
+ [_C, _Cou, _Co, _PC, _P, _St],
719
+ [
720
+ [
721
+ () => ProfileDimension,
722
+ {
723
+ [_jN]: _C,
724
+ },
725
+ ],
726
+ [
727
+ () => ProfileDimension,
728
+ {
729
+ [_jN]: _Cou,
730
+ },
731
+ ],
732
+ [
733
+ () => ProfileDimension,
734
+ {
735
+ [_jN]: _Co,
736
+ },
737
+ ],
738
+ [
739
+ () => ProfileDimension,
740
+ {
741
+ [_jN]: _PC,
742
+ },
743
+ ],
744
+ [
745
+ () => ProfileDimension,
746
+ {
747
+ [_jN]: _P,
748
+ },
749
+ ],
750
+ [
751
+ () => ProfileDimension,
752
+ {
753
+ [_jN]: _St,
754
+ },
755
+ ],
756
+ ],
757
+ ];
758
+ export var AppflowIntegration = [
759
+ 3,
760
+ n0,
761
+ _AI,
762
+ 0,
763
+ [_FD, _B],
764
+ [[() => FlowDefinition, 0], () => Batches],
765
+ ];
766
+ export var AppflowIntegrationWorkflowAttributes = [
767
+ 3,
768
+ n0,
769
+ _AIWA,
770
+ 0,
771
+ [_SCT, _CPN, _RA],
772
+ [0, 0, 0],
773
+ ];
774
+ export var AppflowIntegrationWorkflowMetrics = [3, n0, _AIWM, 0, [_RP, _SC, _TS], [1, 1, 1]];
775
+ export var AppflowIntegrationWorkflowStep = [
776
+ 3,
777
+ n0,
778
+ _AIWS,
779
+ 0,
780
+ [_FN, _Sta, _EM, _RP, _BRST, _BRET, _CA, _LUA],
781
+ [0, 0, 0, 1, 0, 0, 4, 4],
782
+ ];
783
+ export var AttributeDetails = [3, n0, _ADt, 8, [_At, _E], [() => AttributeList, 0]];
784
+ export var AttributeDimension = [
785
+ 3,
786
+ n0,
787
+ _ADtt,
788
+ 0,
789
+ [_DT, _V],
790
+ [
791
+ [
792
+ 0,
793
+ {
794
+ [_jN]: _DT,
795
+ },
796
+ ],
797
+ [
798
+ 64 | 0,
799
+ {
800
+ [_jN]: _V,
801
+ },
802
+ ],
803
+ ],
804
+ ];
805
+ export var AttributeItem = [3, n0, _AIt, 0, [_N], [0]];
806
+ export var AttributeTypesSelector = [
807
+ 3,
808
+ n0,
809
+ _ATS,
810
+ 0,
811
+ [_AMM, _A, _PN, _EA],
812
+ [0, 64 | 0, 64 | 0, 64 | 0],
813
+ ];
814
+ export var AttributeValueItem = [3, n0, _AVI, 0, [_Va], [0]];
815
+ export var AutoMerging = [
816
+ 3,
817
+ n0,
818
+ _AM,
819
+ 0,
820
+ [_En, _Con, _CR, _MACSFM],
821
+ [2, () => Consolidation, () => ConflictResolution, 1],
822
+ ];
823
+ export var BadRequestException = [
824
+ -3,
825
+ n0,
826
+ _BRE,
827
+ {
828
+ [_e]: _c,
829
+ [_hE]: 400,
830
+ },
831
+ [_M],
832
+ [0],
833
+ ];
834
+ TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
835
+ export var Batch = [3, n0, _Ba, 0, [_ST, _ET], [4, 4]];
836
+ export var BatchGetCalculatedAttributeForProfileError = [
837
+ 3,
838
+ n0,
839
+ _BGCAFPE,
840
+ 0,
841
+ [_Cod, _M, _PI],
842
+ [0, 0, 0],
843
+ ];
844
+ export var BatchGetCalculatedAttributeForProfileRequest = [
845
+ 3,
846
+ n0,
847
+ _BGCAFPR,
848
+ 0,
849
+ [_CAN, _DN, _PIr, _CO],
850
+ [[0, 1], [0, 1], 64 | 0, [() => ConditionOverrides, 0]],
851
+ ];
852
+ export var BatchGetCalculatedAttributeForProfileResponse = [
853
+ 3,
854
+ n0,
855
+ _BGCAFPRa,
856
+ 0,
857
+ [_Er, _CAV, _CO],
858
+ [
859
+ () => BatchGetCalculatedAttributeForProfileErrorList,
860
+ () => CalculatedAttributeValueList,
861
+ [() => ConditionOverrides, 0],
862
+ ],
863
+ ];
864
+ export var BatchGetProfileError = [3, n0, _BGPE, 0, [_Cod, _M, _PI], [0, 0, 0]];
865
+ export var BatchGetProfileRequest = [3, n0, _BGPR, 0, [_DN, _PIr], [[0, 1], 64 | 0]];
866
+ export var BatchGetProfileResponse = [
867
+ 3,
868
+ n0,
869
+ _BGPRa,
870
+ 0,
871
+ [_Er, _Pr],
872
+ [() => BatchGetProfileErrorList, [() => ProfileList, 0]],
873
+ ];
874
+ export var CalculatedAttributeDimension = [
875
+ 3,
876
+ n0,
877
+ _CAD,
878
+ 0,
879
+ [_DT, _V, _CO],
880
+ [
881
+ [
882
+ 0,
883
+ {
884
+ [_jN]: _DT,
885
+ },
886
+ ],
887
+ [
888
+ 64 | 0,
889
+ {
890
+ [_jN]: _V,
891
+ },
892
+ ],
893
+ [
894
+ () => ConditionOverrides,
895
+ {
896
+ [_jN]: _CO,
897
+ },
898
+ ],
899
+ ],
900
+ ];
901
+ export var CalculatedAttributeValue = [
902
+ 3,
903
+ n0,
904
+ _CAVa,
905
+ 0,
906
+ [_CAN, _DNi, _IDP, _PI, _Va, _LOT],
907
+ [0, 0, 0, 0, 0, 4],
908
+ ];
909
+ export var ConditionOverrides = [3, n0, _CO, 8, [_R], [() => RangeOverride]];
910
+ export var Conditions = [3, n0, _Cond, 8, [_R, _OC, _T], [() => Range, 1, () => Threshold]];
911
+ export var ConflictResolution = [3, n0, _CR, 0, [_CRM, _SN], [0, 0]];
912
+ export var ConnectorOperator = [3, n0, _COo, 0, [_Ma, _S_, _Sa, _SNe, _Z], [0, 0, 0, 0, 0]];
913
+ export var Consolidation = [3, n0, _Con, 0, [_MAL], [[1, n0, _MAL, 0, 64 | 0]]];
914
+ export var ContactPreference = [3, n0, _CP, 0, [_KN, _KV, _PI, _CT], [0, 0, 0, 0]];
915
+ export var CreateCalculatedAttributeDefinitionRequest = [
916
+ 3,
917
+ n0,
918
+ _CCADR,
919
+ 0,
920
+ [_DN, _CAN, _DNi, _D, _ADt, _Cond, _F, _S, _UHD, _Ta],
921
+ [
922
+ [0, 1],
923
+ [0, 1],
924
+ 0,
925
+ [() => sensitiveText, 0],
926
+ [() => AttributeDetails, 0],
927
+ [() => Conditions, 0],
928
+ () => Filter,
929
+ [() => Statistic, 0],
930
+ 2,
931
+ 128 | 0,
932
+ ],
933
+ ];
934
+ export var CreateCalculatedAttributeDefinitionResponse = [
935
+ 3,
936
+ n0,
937
+ _CCADRr,
938
+ 0,
939
+ [_CAN, _DNi, _D, _ADt, _Cond, _F, _S, _CA, _LUA, _UHD, _Sta, _Re, _Ta],
940
+ [
941
+ 0,
942
+ 0,
943
+ [() => sensitiveText, 0],
944
+ [() => AttributeDetails, 0],
945
+ [() => Conditions, 0],
946
+ () => Filter,
947
+ [() => Statistic, 0],
948
+ 4,
949
+ 4,
950
+ 2,
951
+ 0,
952
+ () => Readiness,
953
+ 128 | 0,
954
+ ],
955
+ ];
956
+ export var CreateDomainLayoutRequest = [
957
+ 3,
958
+ n0,
959
+ _CDLR,
960
+ 0,
961
+ [_DN, _LDN, _D, _DNi, _ID, _LT, _L, _Ta],
962
+ [[0, 1], [0, 1], [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 128 | 0],
963
+ ];
964
+ export var CreateDomainLayoutResponse = [
965
+ 3,
966
+ n0,
967
+ _CDLRr,
968
+ 0,
969
+ [_LDN, _D, _DNi, _ID, _LT, _L, _Ve, _Ta, _CA, _LUA],
970
+ [0, [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 0, 128 | 0, 4, 4],
971
+ ];
972
+ export var CreateDomainRequest = [
973
+ 3,
974
+ n0,
975
+ _CDR,
976
+ 0,
977
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _Ta],
978
+ [[0, 1], 1, 0, 0, () => MatchingRequest, () => RuleBasedMatchingRequest, 128 | 0],
979
+ ];
980
+ export var CreateDomainResponse = [
981
+ 3,
982
+ n0,
983
+ _CDRr,
984
+ 0,
985
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _CA, _LUA, _Ta],
986
+ [0, 1, 0, 0, () => MatchingResponse, () => RuleBasedMatchingResponse, 4, 4, 128 | 0],
987
+ ];
988
+ export var CreateEventStreamRequest = [
989
+ 3,
990
+ n0,
991
+ _CESR,
992
+ 0,
993
+ [_DN, _U, _ESN, _Ta],
994
+ [[0, 1], 0, [0, 1], 128 | 0],
995
+ ];
996
+ export var CreateEventStreamResponse = [3, n0, _CESRr, 0, [_ESA, _Ta], [0, 128 | 0]];
997
+ export var CreateEventTriggerRequest = [
998
+ 3,
999
+ n0,
1000
+ _CETR,
1001
+ 0,
1002
+ [_DN, _ETN, _OTN, _D, _ETC, _SF, _ETL, _Ta],
1003
+ [
1004
+ [0, 1],
1005
+ [0, 1],
1006
+ 0,
1007
+ [() => sensitiveText, 0],
1008
+ [() => EventTriggerConditions, 0],
1009
+ 0,
1010
+ () => EventTriggerLimits,
1011
+ 128 | 0,
1012
+ ],
1013
+ ];
1014
+ export var CreateEventTriggerResponse = [
1015
+ 3,
1016
+ n0,
1017
+ _CETRr,
1018
+ 0,
1019
+ [_ETN, _OTN, _D, _ETC, _SF, _ETL, _CA, _LUA, _Ta],
1020
+ [0, 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits, 4, 4, 128 | 0],
1021
+ ];
1022
+ export var CreateIntegrationWorkflowRequest = [
1023
+ 3,
1024
+ n0,
1025
+ _CIWR,
1026
+ 0,
1027
+ [_DN, _WT, _IC, _OTN, _RA, _Ta],
1028
+ [[0, 1], 0, [() => IntegrationConfig, 0], 0, 0, 128 | 0],
1029
+ ];
1030
+ export var CreateIntegrationWorkflowResponse = [3, n0, _CIWRr, 0, [_WI, _M], [0, 0]];
1031
+ export var CreateProfileRequest = [
1032
+ 3,
1033
+ n0,
1034
+ _CPR,
1035
+ 0,
1036
+ [
1037
+ _DN,
1038
+ _AN,
1039
+ _AId,
1040
+ _PT,
1041
+ _BN,
1042
+ _FNi,
1043
+ _MN,
1044
+ _LN,
1045
+ _BD,
1046
+ _G,
1047
+ _PN,
1048
+ _MPN,
1049
+ _HPN,
1050
+ _BPN,
1051
+ _EA,
1052
+ _PEA,
1053
+ _BEA,
1054
+ _A,
1055
+ _SA,
1056
+ _MA,
1057
+ _BA,
1058
+ _At,
1059
+ _PTS,
1060
+ _GS,
1061
+ _PTr,
1062
+ _EP,
1063
+ ],
1064
+ [
1065
+ [0, 1],
1066
+ [() => sensitiveString1To255, 0],
1067
+ [() => sensitiveString1To1000, 0],
1068
+ [() => PartyType, 0],
1069
+ [() => sensitiveString1To255, 0],
1070
+ [() => sensitiveString1To255, 0],
1071
+ [() => sensitiveString1To255, 0],
1072
+ [() => sensitiveString1To255, 0],
1073
+ [() => sensitiveString1To255, 0],
1074
+ [() => Gender, 0],
1075
+ [() => sensitiveString1To255, 0],
1076
+ [() => sensitiveString1To255, 0],
1077
+ [() => sensitiveString1To255, 0],
1078
+ [() => sensitiveString1To255, 0],
1079
+ [() => sensitiveString1To255, 0],
1080
+ [() => sensitiveString1To255, 0],
1081
+ [() => sensitiveString1To255, 0],
1082
+ [() => Address, 0],
1083
+ [() => Address, 0],
1084
+ [() => Address, 0],
1085
+ [() => Address, 0],
1086
+ [() => Attributes, 0],
1087
+ [() => sensitiveString1To255, 0],
1088
+ [() => sensitiveString1To255, 0],
1089
+ [() => ProfileType, 0],
1090
+ [() => EngagementPreferences, 0],
1091
+ ],
1092
+ ];
1093
+ export var CreateProfileResponse = [3, n0, _CPRr, 0, [_PI], [0]];
1094
+ export var CreateSegmentDefinitionRequest = [
1095
+ 3,
1096
+ n0,
1097
+ _CSDR,
1098
+ 0,
1099
+ [_DN, _SDN, _DNi, _D, _SG, _Ta],
1100
+ [[0, 1], [0, 1], 0, [() => sensitiveText, 0], [() => SegmentGroup, 0], 128 | 0],
1101
+ ];
1102
+ export var CreateSegmentDefinitionResponse = [
1103
+ 3,
1104
+ n0,
1105
+ _CSDRr,
1106
+ 0,
1107
+ [_SDN, _DNi, _D, _CA, _SDA, _Ta],
1108
+ [
1109
+ [
1110
+ 0,
1111
+ {
1112
+ [_jN]: _SDN,
1113
+ },
1114
+ ],
1115
+ [
1116
+ 0,
1117
+ {
1118
+ [_jN]: _DNi,
1119
+ },
1120
+ ],
1121
+ [
1122
+ () => sensitiveText,
1123
+ {
1124
+ [_jN]: _D,
1125
+ },
1126
+ ],
1127
+ [
1128
+ 4,
1129
+ {
1130
+ [_jN]: _CA,
1131
+ },
1132
+ ],
1133
+ [
1134
+ 0,
1135
+ {
1136
+ [_jN]: _SDA,
1137
+ },
1138
+ ],
1139
+ [
1140
+ 128 | 0,
1141
+ {
1142
+ [_jN]: _Ta,
1143
+ },
1144
+ ],
1145
+ ],
1146
+ ];
1147
+ export var CreateSegmentEstimateRequest = [
1148
+ 3,
1149
+ n0,
1150
+ _CSER,
1151
+ 0,
1152
+ [_DN, _SQ],
1153
+ [
1154
+ [0, 1],
1155
+ [() => SegmentGroupStructure, 0],
1156
+ ],
1157
+ ];
1158
+ export var CreateSegmentEstimateResponse = [3, n0, _CSERr, 0, [_DN, _EI, _SCt], [0, 0, [1, 32]]];
1159
+ export var CreateSegmentSnapshotRequest = [
1160
+ 3,
1161
+ n0,
1162
+ _CSSR,
1163
+ 0,
1164
+ [_DN, _SDN, _DF, _EK, _RA, _DU],
1165
+ [[0, 1], [0, 1], 0, 0, 0, 0],
1166
+ ];
1167
+ export var CreateSegmentSnapshotResponse = [3, n0, _CSSRr, 0, [_SI], [0]];
1168
+ export var CreateUploadJobRequest = [
1169
+ 3,
1170
+ n0,
1171
+ _CUJR,
1172
+ 0,
1173
+ [_DN, _DNi, _Fi, _UK, _DE],
1174
+ [[0, 1], 0, [() => FieldMap, 0], 0, 1],
1175
+ ];
1176
+ export var CreateUploadJobResponse = [
1177
+ 3,
1178
+ n0,
1179
+ _CUJRr,
1180
+ 0,
1181
+ [_JI],
1182
+ [
1183
+ [
1184
+ 0,
1185
+ {
1186
+ [_jN]: _JI,
1187
+ },
1188
+ ],
1189
+ ],
1190
+ ];
1191
+ export var DateDimension = [
1192
+ 3,
1193
+ n0,
1194
+ _DD,
1195
+ 0,
1196
+ [_DT, _V],
1197
+ [
1198
+ [
1199
+ 0,
1200
+ {
1201
+ [_jN]: _DT,
1202
+ },
1203
+ ],
1204
+ [
1205
+ 64 | 0,
1206
+ {
1207
+ [_jN]: _V,
1208
+ },
1209
+ ],
1210
+ ],
1211
+ ];
1212
+ export var DeleteCalculatedAttributeDefinitionRequest = [
1213
+ 3,
1214
+ n0,
1215
+ _DCADR,
1216
+ 0,
1217
+ [_DN, _CAN],
1218
+ [
1219
+ [0, 1],
1220
+ [0, 1],
1221
+ ],
1222
+ ];
1223
+ export var DeleteCalculatedAttributeDefinitionResponse = [3, n0, _DCADRe, 0, [], []];
1224
+ export var DeleteDomainLayoutRequest = [
1225
+ 3,
1226
+ n0,
1227
+ _DDLR,
1228
+ 0,
1229
+ [_DN, _LDN],
1230
+ [
1231
+ [0, 1],
1232
+ [0, 1],
1233
+ ],
1234
+ ];
1235
+ export var DeleteDomainLayoutResponse = [3, n0, _DDLRe, 0, [_M], [0]];
1236
+ export var DeleteDomainRequest = [3, n0, _DDR, 0, [_DN], [[0, 1]]];
1237
+ export var DeleteDomainResponse = [3, n0, _DDRe, 0, [_M], [0]];
1238
+ export var DeleteEventStreamRequest = [
1239
+ 3,
1240
+ n0,
1241
+ _DESR,
1242
+ 0,
1243
+ [_DN, _ESN],
1244
+ [
1245
+ [0, 1],
1246
+ [0, 1],
1247
+ ],
1248
+ ];
1249
+ export var DeleteEventStreamResponse = [3, n0, _DESRe, 0, [], []];
1250
+ export var DeleteEventTriggerRequest = [
1251
+ 3,
1252
+ n0,
1253
+ _DETR,
1254
+ 0,
1255
+ [_DN, _ETN],
1256
+ [
1257
+ [0, 1],
1258
+ [0, 1],
1259
+ ],
1260
+ ];
1261
+ export var DeleteEventTriggerResponse = [3, n0, _DETRe, 0, [_M], [0]];
1262
+ export var DeleteIntegrationRequest = [3, n0, _DIR, 0, [_DN, _U], [[0, 1], 0]];
1263
+ export var DeleteIntegrationResponse = [3, n0, _DIRe, 0, [_M], [0]];
1264
+ export var DeleteProfileKeyRequest = [
1265
+ 3,
1266
+ n0,
1267
+ _DPKR,
1268
+ 0,
1269
+ [_PI, _KN, _V, _DN],
1270
+ [0, 0, 64 | 0, [0, 1]],
1271
+ ];
1272
+ export var DeleteProfileKeyResponse = [3, n0, _DPKRe, 0, [_M], [0]];
1273
+ export var DeleteProfileObjectRequest = [
1274
+ 3,
1275
+ n0,
1276
+ _DPOR,
1277
+ 0,
1278
+ [_PI, _POUK, _OTN, _DN],
1279
+ [0, 0, 0, [0, 1]],
1280
+ ];
1281
+ export var DeleteProfileObjectResponse = [3, n0, _DPORe, 0, [_M], [0]];
1282
+ export var DeleteProfileObjectTypeRequest = [
1283
+ 3,
1284
+ n0,
1285
+ _DPOTR,
1286
+ 0,
1287
+ [_DN, _OTN],
1288
+ [
1289
+ [0, 1],
1290
+ [0, 1],
1291
+ ],
1292
+ ];
1293
+ export var DeleteProfileObjectTypeResponse = [3, n0, _DPOTRe, 0, [_M], [0]];
1294
+ export var DeleteProfileRequest = [3, n0, _DPR, 0, [_PI, _DN], [0, [0, 1]]];
1295
+ export var DeleteProfileResponse = [3, n0, _DPRe, 0, [_M], [0]];
1296
+ export var DeleteSegmentDefinitionRequest = [
1297
+ 3,
1298
+ n0,
1299
+ _DSDR,
1300
+ 0,
1301
+ [_DN, _SDN],
1302
+ [
1303
+ [0, 1],
1304
+ [0, 1],
1305
+ ],
1306
+ ];
1307
+ export var DeleteSegmentDefinitionResponse = [
1308
+ 3,
1309
+ n0,
1310
+ _DSDRe,
1311
+ 0,
1312
+ [_M],
1313
+ [
1314
+ [
1315
+ 0,
1316
+ {
1317
+ [_jN]: _M,
1318
+ },
1319
+ ],
1320
+ ],
1321
+ ];
1322
+ export var DeleteWorkflowRequest = [
1323
+ 3,
1324
+ n0,
1325
+ _DWR,
1326
+ 0,
1327
+ [_DN, _WI],
1328
+ [
1329
+ [0, 1],
1330
+ [0, 1],
1331
+ ],
1332
+ ];
1333
+ export var DeleteWorkflowResponse = [3, n0, _DWRe, 0, [], []];
1334
+ export var DestinationSummary = [3, n0, _DS, 0, [_U, _Sta, _US], [0, 0, 4]];
1335
+ export var DetectedProfileObjectType = [
1336
+ 3,
1337
+ n0,
1338
+ _DPOT,
1339
+ 0,
1340
+ [_SLUTF, _Fi, _K],
1341
+ [0, [() => FieldMap, 0], [() => KeyMap, 0]],
1342
+ ];
1343
+ export var DetectProfileObjectTypeRequest = [
1344
+ 3,
1345
+ n0,
1346
+ _DPOTRet,
1347
+ 0,
1348
+ [_O, _DN],
1349
+ [
1350
+ [() => Objects, 0],
1351
+ [0, 1],
1352
+ ],
1353
+ ];
1354
+ export var DetectProfileObjectTypeResponse = [
1355
+ 3,
1356
+ n0,
1357
+ _DPOTRete,
1358
+ 0,
1359
+ [_DPOTe],
1360
+ [[() => DetectedProfileObjectTypes, 0]],
1361
+ ];
1362
+ export var DomainStats = [3, n0, _DSo, 0, [_PCr, _MPC, _OC, _TSo], [1, 1, 1, 1]];
1363
+ export var EngagementPreferences = [
1364
+ 3,
1365
+ n0,
1366
+ _EP,
1367
+ 8,
1368
+ [_Ph, _Em],
1369
+ [() => PhonePreferenceList, () => EmailPreferenceList],
1370
+ ];
1371
+ export var EventStreamDestinationDetails = [3, n0, _ESDD, 0, [_U, _Sta, _US, _M], [0, 0, 4, 0]];
1372
+ export var EventStreamSummary = [
1373
+ 3,
1374
+ n0,
1375
+ _ESS,
1376
+ 0,
1377
+ [_DN, _ESN, _ESA, _St, _SS, _DS, _Ta],
1378
+ [0, 0, 0, 0, 4, () => DestinationSummary, 128 | 0],
1379
+ ];
1380
+ export var EventTriggerCondition = [
1381
+ 3,
1382
+ n0,
1383
+ _ETCv,
1384
+ 0,
1385
+ [_ETD, _LO],
1386
+ [() => EventTriggerDimensions, 0],
1387
+ ];
1388
+ export var EventTriggerDimension = [3, n0, _ETDv, 0, [_OA], [() => ObjectAttributes]];
1389
+ export var EventTriggerLimits = [3, n0, _ETL, 0, [_EE, _Pe], [1, () => Periods]];
1390
+ export var EventTriggerSummaryItem = [
1391
+ 3,
1392
+ n0,
1393
+ _ETSI,
1394
+ 0,
1395
+ [_OTN, _ETN, _D, _CA, _LUA, _Ta],
1396
+ [0, 0, 0, 4, 4, 128 | 0],
1397
+ ];
1398
+ export var ExportingConfig = [3, n0, _EC, 0, [_SE], [() => S3ExportingConfig]];
1399
+ export var ExportingLocation = [3, n0, _EL, 0, [_SE], [() => S3ExportingLocation]];
1400
+ export var ExtraLengthValueProfileDimension = [
1401
+ 3,
1402
+ n0,
1403
+ _ELVPD,
1404
+ 0,
1405
+ [_DT, _V],
1406
+ [
1407
+ [
1408
+ 0,
1409
+ {
1410
+ [_jN]: _DT,
1411
+ },
1412
+ ],
1413
+ [
1414
+ 64 | 0,
1415
+ {
1416
+ [_jN]: _V,
1417
+ },
1418
+ ],
1419
+ ],
1420
+ ];
1421
+ export var FieldSourceProfileIds = [
1422
+ 3,
1423
+ n0,
1424
+ _FSPI,
1425
+ 0,
1426
+ [
1427
+ _AN,
1428
+ _AId,
1429
+ _PT,
1430
+ _BN,
1431
+ _FNi,
1432
+ _MN,
1433
+ _LN,
1434
+ _BD,
1435
+ _G,
1436
+ _PN,
1437
+ _MPN,
1438
+ _HPN,
1439
+ _BPN,
1440
+ _EA,
1441
+ _PEA,
1442
+ _BEA,
1443
+ _A,
1444
+ _SA,
1445
+ _MA,
1446
+ _BA,
1447
+ _At,
1448
+ _PTr,
1449
+ _EP,
1450
+ ],
1451
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0],
1452
+ ];
1453
+ export var Filter = [3, n0, _F, 0, [_I, _Gr], [0, () => GroupList]];
1454
+ export var FilterAttributeDimension = [3, n0, _FAD, 0, [_DT, _V], [0, 64 | 0]];
1455
+ export var FilterDimension = [3, n0, _FDi, 0, [_At], [() => AttributeMap]];
1456
+ export var FilterGroup = [3, n0, _FG, 0, [_Ty, _Di], [0, () => FilterDimensionList]];
1457
+ export var FlowDefinition = [
1458
+ 3,
1459
+ n0,
1460
+ _FD,
1461
+ 8,
1462
+ [_D, _FN, _KA, _SFC, _Tas, _TC],
1463
+ [0, 0, 0, () => SourceFlowConfig, () => Tasks, () => TriggerConfig],
1464
+ ];
1465
+ export var FoundByKeyValue = [3, n0, _FBKV, 0, [_KN, _V], [0, 64 | 0]];
1466
+ export var GetAutoMergingPreviewRequest = [
1467
+ 3,
1468
+ n0,
1469
+ _GAMPR,
1470
+ 0,
1471
+ [_DN, _Con, _CR, _MACSFM],
1472
+ [[0, 1], () => Consolidation, () => ConflictResolution, 1],
1473
+ ];
1474
+ export var GetAutoMergingPreviewResponse = [
1475
+ 3,
1476
+ n0,
1477
+ _GAMPRe,
1478
+ 0,
1479
+ [_DN, _NOMIS, _NOPIS, _NOPWBM],
1480
+ [0, 1, 1, 1],
1481
+ ];
1482
+ export var GetCalculatedAttributeDefinitionRequest = [
1483
+ 3,
1484
+ n0,
1485
+ _GCADR,
1486
+ 0,
1487
+ [_DN, _CAN],
1488
+ [
1489
+ [0, 1],
1490
+ [0, 1],
1491
+ ],
1492
+ ];
1493
+ export var GetCalculatedAttributeDefinitionResponse = [
1494
+ 3,
1495
+ n0,
1496
+ _GCADRe,
1497
+ 0,
1498
+ [_CAN, _DNi, _D, _CA, _LUA, _S, _F, _Cond, _ADt, _UHD, _Sta, _Re, _Ta],
1499
+ [
1500
+ 0,
1501
+ 0,
1502
+ [() => sensitiveText, 0],
1503
+ 4,
1504
+ 4,
1505
+ [() => Statistic, 0],
1506
+ () => Filter,
1507
+ [() => Conditions, 0],
1508
+ [() => AttributeDetails, 0],
1509
+ 2,
1510
+ 0,
1511
+ () => Readiness,
1512
+ 128 | 0,
1513
+ ],
1514
+ ];
1515
+ export var GetCalculatedAttributeForProfileRequest = [
1516
+ 3,
1517
+ n0,
1518
+ _GCAFPR,
1519
+ 0,
1520
+ [_DN, _PI, _CAN],
1521
+ [
1522
+ [0, 1],
1523
+ [0, 1],
1524
+ [0, 1],
1525
+ ],
1526
+ ];
1527
+ export var GetCalculatedAttributeForProfileResponse = [
1528
+ 3,
1529
+ n0,
1530
+ _GCAFPRe,
1531
+ 0,
1532
+ [_CAN, _DNi, _IDP, _Va, _LOT],
1533
+ [0, 0, 0, 0, 4],
1534
+ ];
1535
+ export var GetDomainLayoutRequest = [
1536
+ 3,
1537
+ n0,
1538
+ _GDLR,
1539
+ 0,
1540
+ [_DN, _LDN],
1541
+ [
1542
+ [0, 1],
1543
+ [0, 1],
1544
+ ],
1545
+ ];
1546
+ export var GetDomainLayoutResponse = [
1547
+ 3,
1548
+ n0,
1549
+ _GDLRe,
1550
+ 0,
1551
+ [_LDN, _D, _DNi, _ID, _LT, _L, _Ve, _CA, _LUA, _Ta],
1552
+ [0, [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 0, 4, 4, 128 | 0],
1553
+ ];
1554
+ export var GetDomainRequest = [3, n0, _GDR, 0, [_DN], [[0, 1]]];
1555
+ export var GetDomainResponse = [
1556
+ 3,
1557
+ n0,
1558
+ _GDRe,
1559
+ 0,
1560
+ [_DN, _DED, _DEK, _DLQU, _Stat, _Mat, _RBM, _CA, _LUA, _Ta],
1561
+ [0, 1, 0, 0, () => DomainStats, () => MatchingResponse, () => RuleBasedMatchingResponse, 4, 4, 128 | 0],
1562
+ ];
1563
+ export var GetEventStreamRequest = [
1564
+ 3,
1565
+ n0,
1566
+ _GESR,
1567
+ 0,
1568
+ [_DN, _ESN],
1569
+ [
1570
+ [0, 1],
1571
+ [0, 1],
1572
+ ],
1573
+ ];
1574
+ export var GetEventStreamResponse = [
1575
+ 3,
1576
+ n0,
1577
+ _GESRe,
1578
+ 0,
1579
+ [_DN, _ESA, _CA, _St, _SS, _DDe, _Ta],
1580
+ [0, 0, 4, 0, 4, () => EventStreamDestinationDetails, 128 | 0],
1581
+ ];
1582
+ export var GetEventTriggerRequest = [
1583
+ 3,
1584
+ n0,
1585
+ _GETR,
1586
+ 0,
1587
+ [_DN, _ETN],
1588
+ [
1589
+ [0, 1],
1590
+ [0, 1],
1591
+ ],
1592
+ ];
1593
+ export var GetEventTriggerResponse = [
1594
+ 3,
1595
+ n0,
1596
+ _GETRe,
1597
+ 0,
1598
+ [_ETN, _OTN, _D, _ETC, _SF, _ETL, _CA, _LUA, _Ta],
1599
+ [0, 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits, 4, 4, 128 | 0],
1600
+ ];
1601
+ export var GetIdentityResolutionJobRequest = [
1602
+ 3,
1603
+ n0,
1604
+ _GIRJR,
1605
+ 0,
1606
+ [_DN, _JI],
1607
+ [
1608
+ [0, 1],
1609
+ [0, 1],
1610
+ ],
1611
+ ];
1612
+ export var GetIdentityResolutionJobResponse = [
1613
+ 3,
1614
+ n0,
1615
+ _GIRJRe,
1616
+ 0,
1617
+ [_DN, _JI, _Sta, _M, _JST, _JET, _LUA, _JETo, _AM, _EL, _JS],
1618
+ [0, 0, 0, 0, 4, 4, 4, 4, () => AutoMerging, () => ExportingLocation, () => JobStats],
1619
+ ];
1620
+ export var GetIntegrationRequest = [3, n0, _GIR, 0, [_DN, _U], [[0, 1], 0]];
1621
+ export var GetIntegrationResponse = [
1622
+ 3,
1623
+ n0,
1624
+ _GIRe,
1625
+ 0,
1626
+ [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv],
1627
+ [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0],
1628
+ ];
1629
+ export var GetMatchesRequest = [
1630
+ 3,
1631
+ n0,
1632
+ _GMR,
1633
+ 0,
1634
+ [_NT, _MR, _DN],
1635
+ [
1636
+ [
1637
+ 0,
1638
+ {
1639
+ [_hQ]: _nt,
1640
+ },
1641
+ ],
1642
+ [
1643
+ 1,
1644
+ {
1645
+ [_hQ]: _mr,
1646
+ },
1647
+ ],
1648
+ [0, 1],
1649
+ ],
1650
+ ];
1651
+ export var GetMatchesResponse = [
1652
+ 3,
1653
+ n0,
1654
+ _GMRe,
1655
+ 0,
1656
+ [_NT, _MGD, _PM, _Matc],
1657
+ [0, 4, 1, () => MatchesList],
1658
+ ];
1659
+ export var GetProfileHistoryRecordRequest = [
1660
+ 3,
1661
+ n0,
1662
+ _GPHRR,
1663
+ 0,
1664
+ [_DN, _PI, _Id],
1665
+ [
1666
+ [0, 1],
1667
+ [0, 1],
1668
+ [0, 1],
1669
+ ],
1670
+ ];
1671
+ export var GetProfileHistoryRecordResponse = [
1672
+ 3,
1673
+ n0,
1674
+ _GPHRRe,
1675
+ 0,
1676
+ [_Id, _OTN, _CA, _LUA, _AT, _POUK, _Cont, _PB],
1677
+ [0, 0, 4, 4, 0, 0, [() => stringifiedJson, 0], 0],
1678
+ ];
1679
+ export var GetProfileObjectTypeRequest = [
1680
+ 3,
1681
+ n0,
1682
+ _GPOTR,
1683
+ 0,
1684
+ [_DN, _OTN],
1685
+ [
1686
+ [0, 1],
1687
+ [0, 1],
1688
+ ],
1689
+ ];
1690
+ export var GetProfileObjectTypeResponse = [
1691
+ 3,
1692
+ n0,
1693
+ _GPOTRe,
1694
+ 0,
1695
+ [_OTN, _D, _TI, _ED, _EK, _APC, _SLUTF, _MAPOC, _MPOC, _Fi, _K, _CA, _LUA, _Ta],
1696
+ [0, [() => sensitiveText, 0], 0, 1, 0, 2, 0, 1, 1, [() => FieldMap, 0], [() => KeyMap, 0], 4, 4, 128 | 0],
1697
+ ];
1698
+ export var GetProfileObjectTypeTemplateRequest = [3, n0, _GPOTTR, 0, [_TI], [[0, 1]]];
1699
+ export var GetProfileObjectTypeTemplateResponse = [
1700
+ 3,
1701
+ n0,
1702
+ _GPOTTRe,
1703
+ 0,
1704
+ [_TI, _SN, _SO, _APC, _SLUTF, _Fi, _K],
1705
+ [0, 0, 0, 2, 0, [() => FieldMap, 0], [() => KeyMap, 0]],
1706
+ ];
1707
+ export var GetSegmentDefinitionRequest = [
1708
+ 3,
1709
+ n0,
1710
+ _GSDR,
1711
+ 0,
1712
+ [_DN, _SDN],
1713
+ [
1714
+ [0, 1],
1715
+ [0, 1],
1716
+ ],
1717
+ ];
1718
+ export var GetSegmentDefinitionResponse = [
1719
+ 3,
1720
+ n0,
1721
+ _GSDRe,
1722
+ 0,
1723
+ [_SDN, _DNi, _D, _SG, _SDA, _CA, _Ta],
1724
+ [
1725
+ [
1726
+ 0,
1727
+ {
1728
+ [_jN]: _SDN,
1729
+ },
1730
+ ],
1731
+ [
1732
+ 0,
1733
+ {
1734
+ [_jN]: _DNi,
1735
+ },
1736
+ ],
1737
+ [
1738
+ () => sensitiveText,
1739
+ {
1740
+ [_jN]: _D,
1741
+ },
1742
+ ],
1743
+ [
1744
+ () => SegmentGroup,
1745
+ {
1746
+ [_jN]: _SG,
1747
+ },
1748
+ ],
1749
+ [
1750
+ 0,
1751
+ {
1752
+ [_jN]: _SDA,
1753
+ },
1754
+ ],
1755
+ [
1756
+ 4,
1757
+ {
1758
+ [_jN]: _CA,
1759
+ },
1760
+ ],
1761
+ [
1762
+ 128 | 0,
1763
+ {
1764
+ [_jN]: _Ta,
1765
+ },
1766
+ ],
1767
+ ],
1768
+ ];
1769
+ export var GetSegmentEstimateRequest = [
1770
+ 3,
1771
+ n0,
1772
+ _GSER,
1773
+ 0,
1774
+ [_DN, _EI],
1775
+ [
1776
+ [0, 1],
1777
+ [0, 1],
1778
+ ],
1779
+ ];
1780
+ export var GetSegmentEstimateResponse = [
1781
+ 3,
1782
+ n0,
1783
+ _GSERe,
1784
+ 0,
1785
+ [_DN, _EI, _Sta, _Es, _M, _SCt],
1786
+ [0, 0, 0, 0, 0, [1, 32]],
1787
+ ];
1788
+ export var GetSegmentMembershipRequest = [
1789
+ 3,
1790
+ n0,
1791
+ _GSMR,
1792
+ 0,
1793
+ [_DN, _SDN, _PIr],
1794
+ [
1795
+ [0, 1],
1796
+ [0, 1],
1797
+ [
1798
+ 64 | 0,
1799
+ {
1800
+ [_jN]: _PIr,
1801
+ },
1802
+ ],
1803
+ ],
1804
+ ];
1805
+ export var GetSegmentMembershipResponse = [
1806
+ 3,
1807
+ n0,
1808
+ _GSMRe,
1809
+ 0,
1810
+ [_SDN, _Pr, _Fa],
1811
+ [
1812
+ [
1813
+ 0,
1814
+ {
1815
+ [_jN]: _SDN,
1816
+ },
1817
+ ],
1818
+ [
1819
+ () => Profiles,
1820
+ {
1821
+ [_jN]: _Pr,
1822
+ },
1823
+ ],
1824
+ [
1825
+ () => Failures,
1826
+ {
1827
+ [_jN]: _Fa,
1828
+ },
1829
+ ],
1830
+ ],
1831
+ ];
1832
+ export var GetSegmentSnapshotRequest = [
1833
+ 3,
1834
+ n0,
1835
+ _GSSR,
1836
+ 0,
1837
+ [_DN, _SDN, _SI],
1838
+ [
1839
+ [0, 1],
1840
+ [0, 1],
1841
+ [0, 1],
1842
+ ],
1843
+ ];
1844
+ export var GetSegmentSnapshotResponse = [
1845
+ 3,
1846
+ n0,
1847
+ _GSSRe,
1848
+ 0,
1849
+ [_SI, _Sta, _SM, _DF, _EK, _RA, _DU],
1850
+ [0, 0, 0, 0, 0, 0, 0],
1851
+ ];
1852
+ export var GetSimilarProfilesRequest = [
1853
+ 3,
1854
+ n0,
1855
+ _GSPR,
1856
+ 0,
1857
+ [_NT, _MR, _DN, _MT, _SK, _SV],
1858
+ [
1859
+ [
1860
+ 0,
1861
+ {
1862
+ [_hQ]: _nt,
1863
+ },
1864
+ ],
1865
+ [
1866
+ 1,
1867
+ {
1868
+ [_hQ]: _mr,
1869
+ },
1870
+ ],
1871
+ [0, 1],
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ ],
1876
+ ];
1877
+ export var GetSimilarProfilesResponse = [
1878
+ 3,
1879
+ n0,
1880
+ _GSPRe,
1881
+ 0,
1882
+ [_PIr, _MI, _MT, _RL, _CS, _NT],
1883
+ [64 | 0, 0, 0, 1, 1, 0],
1884
+ ];
1885
+ export var GetUploadJobPathRequest = [
1886
+ 3,
1887
+ n0,
1888
+ _GUJPR,
1889
+ 0,
1890
+ [_DN, _JI],
1891
+ [
1892
+ [0, 1],
1893
+ [0, 1],
1894
+ ],
1895
+ ];
1896
+ export var GetUploadJobPathResponse = [
1897
+ 3,
1898
+ n0,
1899
+ _GUJPRe,
1900
+ 0,
1901
+ [_Ur, _CTl, _VU],
1902
+ [
1903
+ [
1904
+ 0,
1905
+ {
1906
+ [_jN]: _Ur,
1907
+ },
1908
+ ],
1909
+ [
1910
+ 0,
1911
+ {
1912
+ [_jN]: _CTl,
1913
+ },
1914
+ ],
1915
+ [
1916
+ 4,
1917
+ {
1918
+ [_jN]: _VU,
1919
+ },
1920
+ ],
1921
+ ],
1922
+ ];
1923
+ export var GetUploadJobRequest = [
1924
+ 3,
1925
+ n0,
1926
+ _GUJR,
1927
+ 0,
1928
+ [_DN, _JI],
1929
+ [
1930
+ [0, 1],
1931
+ [0, 1],
1932
+ ],
1933
+ ];
1934
+ export var GetUploadJobResponse = [
1935
+ 3,
1936
+ n0,
1937
+ _GUJRe,
1938
+ 0,
1939
+ [_JI, _DNi, _Sta, _SR, _CA, _CAo, _Fi, _UK, _RS, _DE],
1940
+ [
1941
+ [
1942
+ 0,
1943
+ {
1944
+ [_jN]: _JI,
1945
+ },
1946
+ ],
1947
+ [
1948
+ 0,
1949
+ {
1950
+ [_jN]: _DNi,
1951
+ },
1952
+ ],
1953
+ [
1954
+ 0,
1955
+ {
1956
+ [_jN]: _Sta,
1957
+ },
1958
+ ],
1959
+ [
1960
+ 0,
1961
+ {
1962
+ [_jN]: _SR,
1963
+ },
1964
+ ],
1965
+ [
1966
+ 4,
1967
+ {
1968
+ [_jN]: _CA,
1969
+ },
1970
+ ],
1971
+ [
1972
+ 4,
1973
+ {
1974
+ [_jN]: _CAo,
1975
+ },
1976
+ ],
1977
+ [
1978
+ () => FieldMap,
1979
+ {
1980
+ [_jN]: _Fi,
1981
+ },
1982
+ ],
1983
+ [
1984
+ 0,
1985
+ {
1986
+ [_jN]: _UK,
1987
+ },
1988
+ ],
1989
+ [
1990
+ () => ResultsSummary,
1991
+ {
1992
+ [_jN]: _RS,
1993
+ },
1994
+ ],
1995
+ [
1996
+ 1,
1997
+ {
1998
+ [_jN]: _DE,
1999
+ },
2000
+ ],
2001
+ ],
2002
+ ];
2003
+ export var GetWorkflowRequest = [
2004
+ 3,
2005
+ n0,
2006
+ _GWR,
2007
+ 0,
2008
+ [_DN, _WI],
2009
+ [
2010
+ [0, 1],
2011
+ [0, 1],
2012
+ ],
2013
+ ];
2014
+ export var GetWorkflowResponse = [
2015
+ 3,
2016
+ n0,
2017
+ _GWRe,
2018
+ 0,
2019
+ [_WI, _WT, _Sta, _EDr, _SD, _LUA, _At, _Me],
2020
+ [0, 0, 0, 0, 4, 4, () => WorkflowAttributes, () => WorkflowMetrics],
2021
+ ];
2022
+ export var GetWorkflowStepsRequest = [
2023
+ 3,
2024
+ n0,
2025
+ _GWSR,
2026
+ 0,
2027
+ [_DN, _WI, _NT, _MR],
2028
+ [
2029
+ [0, 1],
2030
+ [0, 1],
2031
+ [
2032
+ 0,
2033
+ {
2034
+ [_hQ]: _nt,
2035
+ },
2036
+ ],
2037
+ [
2038
+ 1,
2039
+ {
2040
+ [_hQ]: _mr,
2041
+ },
2042
+ ],
2043
+ ],
2044
+ ];
2045
+ export var GetWorkflowStepsResponse = [
2046
+ 3,
2047
+ n0,
2048
+ _GWSRe,
2049
+ 0,
2050
+ [_WI, _WT, _It, _NT],
2051
+ [0, 0, () => WorkflowStepsList, 0],
2052
+ ];
2053
+ export var Group = [
2054
+ 3,
2055
+ n0,
2056
+ _Gro,
2057
+ 0,
2058
+ [_Di, _SSo, _STo, _Ty],
2059
+ [
2060
+ [
2061
+ () => DimensionList,
2062
+ {
2063
+ [_jN]: _Di,
2064
+ },
2065
+ ],
2066
+ [
2067
+ () => SourceSegmentList,
2068
+ {
2069
+ [_jN]: _SSo,
2070
+ },
2071
+ ],
2072
+ [
2073
+ 0,
2074
+ {
2075
+ [_jN]: _STo,
2076
+ },
2077
+ ],
2078
+ [
2079
+ 0,
2080
+ {
2081
+ [_jN]: _Ty,
2082
+ },
2083
+ ],
2084
+ ],
2085
+ ];
2086
+ export var IdentityResolutionJob = [
2087
+ 3,
2088
+ n0,
2089
+ _IRJ,
2090
+ 0,
2091
+ [_DN, _JI, _Sta, _JST, _JET, _JS, _EL, _M],
2092
+ [0, 0, 0, 4, 4, () => JobStats, () => ExportingLocation, 0],
2093
+ ];
2094
+ export var IncrementalPullConfig = [3, n0, _IPC, 0, [_DTFN], [0]];
2095
+ export var IntegrationConfig = [3, n0, _IC, 0, [_AI], [[() => AppflowIntegration, 0]]];
2096
+ export var InternalServerException = [
2097
+ -3,
2098
+ n0,
2099
+ _ISE,
2100
+ {
2101
+ [_e]: _s,
2102
+ [_hE]: 500,
2103
+ },
2104
+ [_M],
2105
+ [0],
2106
+ ];
2107
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
2108
+ export var JobSchedule = [3, n0, _JSo, 0, [_DOTW, _Ti], [0, 0]];
2109
+ export var JobStats = [3, n0, _JS, 0, [_NOPR, _NOMF, _NOMD], [1, 1, 1]];
2110
+ export var LayoutItem = [
2111
+ 3,
2112
+ n0,
2113
+ _LI,
2114
+ 0,
2115
+ [_LDN, _D, _DNi, _ID, _LT, _Ta, _CA, _LUA],
2116
+ [0, [() => sensitiveText, 0], 0, 2, 0, 128 | 0, 4, 4],
2117
+ ];
2118
+ export var ListAccountIntegrationsRequest = [
2119
+ 3,
2120
+ n0,
2121
+ _LAIR,
2122
+ 0,
2123
+ [_U, _NT, _MR, _IH],
2124
+ [
2125
+ 0,
2126
+ [
2127
+ 0,
2128
+ {
2129
+ [_hQ]: _nt,
2130
+ },
2131
+ ],
2132
+ [
2133
+ 1,
2134
+ {
2135
+ [_hQ]: _mr,
2136
+ },
2137
+ ],
2138
+ [
2139
+ 2,
2140
+ {
2141
+ [_hQ]: _ih,
2142
+ },
2143
+ ],
2144
+ ],
2145
+ ];
2146
+ export var ListAccountIntegrationsResponse = [
2147
+ 3,
2148
+ n0,
2149
+ _LAIRi,
2150
+ 0,
2151
+ [_It, _NT],
2152
+ [() => IntegrationList, 0],
2153
+ ];
2154
+ export var ListCalculatedAttributeDefinitionItem = [
2155
+ 3,
2156
+ n0,
2157
+ _LCADI,
2158
+ 0,
2159
+ [_CAN, _DNi, _D, _CA, _LUA, _UHD, _Sta, _Ta],
2160
+ [0, 0, [() => sensitiveText, 0], 4, 4, 2, 0, 128 | 0],
2161
+ ];
2162
+ export var ListCalculatedAttributeDefinitionsRequest = [
2163
+ 3,
2164
+ n0,
2165
+ _LCADR,
2166
+ 0,
2167
+ [_DN, _NT, _MR],
2168
+ [
2169
+ [0, 1],
2170
+ [
2171
+ 0,
2172
+ {
2173
+ [_hQ]: _nt,
2174
+ },
2175
+ ],
2176
+ [
2177
+ 1,
2178
+ {
2179
+ [_hQ]: _mr,
2180
+ },
2181
+ ],
2182
+ ],
2183
+ ];
2184
+ export var ListCalculatedAttributeDefinitionsResponse = [
2185
+ 3,
2186
+ n0,
2187
+ _LCADRi,
2188
+ 0,
2189
+ [_It, _NT],
2190
+ [[() => CalculatedAttributeDefinitionsList, 0], 0],
2191
+ ];
2192
+ export var ListCalculatedAttributeForProfileItem = [
2193
+ 3,
2194
+ n0,
2195
+ _LCAFPI,
2196
+ 0,
2197
+ [_CAN, _DNi, _IDP, _Va, _LOT],
2198
+ [0, 0, 0, 0, 4],
2199
+ ];
2200
+ export var ListCalculatedAttributesForProfileRequest = [
2201
+ 3,
2202
+ n0,
2203
+ _LCAFPR,
2204
+ 0,
2205
+ [_NT, _MR, _DN, _PI],
2206
+ [
2207
+ [
2208
+ 0,
2209
+ {
2210
+ [_hQ]: _nt,
2211
+ },
2212
+ ],
2213
+ [
2214
+ 1,
2215
+ {
2216
+ [_hQ]: _mr,
2217
+ },
2218
+ ],
2219
+ [0, 1],
2220
+ [0, 1],
2221
+ ],
2222
+ ];
2223
+ export var ListCalculatedAttributesForProfileResponse = [
2224
+ 3,
2225
+ n0,
2226
+ _LCAFPRi,
2227
+ 0,
2228
+ [_It, _NT],
2229
+ [() => CalculatedAttributesForProfileList, 0],
2230
+ ];
2231
+ export var ListDomainItem = [3, n0, _LDI, 0, [_DN, _CA, _LUA, _Ta], [0, 4, 4, 128 | 0]];
2232
+ export var ListDomainLayoutsRequest = [
2233
+ 3,
2234
+ n0,
2235
+ _LDLR,
2236
+ 0,
2237
+ [_DN, _NT, _MR],
2238
+ [
2239
+ [0, 1],
2240
+ [
2241
+ 0,
2242
+ {
2243
+ [_hQ]: _nt,
2244
+ },
2245
+ ],
2246
+ [
2247
+ 1,
2248
+ {
2249
+ [_hQ]: _mr,
2250
+ },
2251
+ ],
2252
+ ],
2253
+ ];
2254
+ export var ListDomainLayoutsResponse = [
2255
+ 3,
2256
+ n0,
2257
+ _LDLRi,
2258
+ 0,
2259
+ [_It, _NT],
2260
+ [[() => LayoutList, 0], 0],
2261
+ ];
2262
+ export var ListDomainsRequest = [
2263
+ 3,
2264
+ n0,
2265
+ _LDR,
2266
+ 0,
2267
+ [_NT, _MR],
2268
+ [
2269
+ [
2270
+ 0,
2271
+ {
2272
+ [_hQ]: _nt,
2273
+ },
2274
+ ],
2275
+ [
2276
+ 1,
2277
+ {
2278
+ [_hQ]: _mr,
2279
+ },
2280
+ ],
2281
+ ],
2282
+ ];
2283
+ export var ListDomainsResponse = [3, n0, _LDRi, 0, [_It, _NT], [() => DomainList, 0]];
2284
+ export var ListEventStreamsRequest = [
2285
+ 3,
2286
+ n0,
2287
+ _LESR,
2288
+ 0,
2289
+ [_DN, _NT, _MR],
2290
+ [
2291
+ [0, 1],
2292
+ [
2293
+ 0,
2294
+ {
2295
+ [_hQ]: _nt,
2296
+ },
2297
+ ],
2298
+ [
2299
+ 1,
2300
+ {
2301
+ [_hQ]: _mr,
2302
+ },
2303
+ ],
2304
+ ],
2305
+ ];
2306
+ export var ListEventStreamsResponse = [
2307
+ 3,
2308
+ n0,
2309
+ _LESRi,
2310
+ 0,
2311
+ [_It, _NT],
2312
+ [() => EventStreamSummaryList, 0],
2313
+ ];
2314
+ export var ListEventTriggersRequest = [
2315
+ 3,
2316
+ n0,
2317
+ _LETR,
2318
+ 0,
2319
+ [_DN, _NT, _MR],
2320
+ [
2321
+ [0, 1],
2322
+ [
2323
+ 0,
2324
+ {
2325
+ [_hQ]: _nt,
2326
+ },
2327
+ ],
2328
+ [
2329
+ 1,
2330
+ {
2331
+ [_hQ]: _mr,
2332
+ },
2333
+ ],
2334
+ ],
2335
+ ];
2336
+ export var ListEventTriggersResponse = [
2337
+ 3,
2338
+ n0,
2339
+ _LETRi,
2340
+ 0,
2341
+ [_It, _NT],
2342
+ [[() => EventTriggerSummaryList, 0], 0],
2343
+ ];
2344
+ export var ListIdentityResolutionJobsRequest = [
2345
+ 3,
2346
+ n0,
2347
+ _LIRJR,
2348
+ 0,
2349
+ [_DN, _NT, _MR],
2350
+ [
2351
+ [0, 1],
2352
+ [
2353
+ 0,
2354
+ {
2355
+ [_hQ]: _nt,
2356
+ },
2357
+ ],
2358
+ [
2359
+ 1,
2360
+ {
2361
+ [_hQ]: _mr,
2362
+ },
2363
+ ],
2364
+ ],
2365
+ ];
2366
+ export var ListIdentityResolutionJobsResponse = [
2367
+ 3,
2368
+ n0,
2369
+ _LIRJRi,
2370
+ 0,
2371
+ [_IRJL, _NT],
2372
+ [() => IdentityResolutionJobsList, 0],
2373
+ ];
2374
+ export var ListIntegrationItem = [
2375
+ 3,
2376
+ n0,
2377
+ _LII,
2378
+ 0,
2379
+ [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv],
2380
+ [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0],
2381
+ ];
2382
+ export var ListIntegrationsRequest = [
2383
+ 3,
2384
+ n0,
2385
+ _LIR,
2386
+ 0,
2387
+ [_DN, _NT, _MR, _IH],
2388
+ [
2389
+ [0, 1],
2390
+ [
2391
+ 0,
2392
+ {
2393
+ [_hQ]: _nt,
2394
+ },
2395
+ ],
2396
+ [
2397
+ 1,
2398
+ {
2399
+ [_hQ]: _mr,
2400
+ },
2401
+ ],
2402
+ [
2403
+ 2,
2404
+ {
2405
+ [_hQ]: _ih,
2406
+ },
2407
+ ],
2408
+ ],
2409
+ ];
2410
+ export var ListIntegrationsResponse = [3, n0, _LIRi, 0, [_It, _NT], [() => IntegrationList, 0]];
2411
+ export var ListObjectTypeAttributeItem = [3, n0, _LOTAI, 0, [_ANt, _LUA], [0, 4]];
2412
+ export var ListObjectTypeAttributesRequest = [
2413
+ 3,
2414
+ n0,
2415
+ _LOTAR,
2416
+ 0,
2417
+ [_NT, _MR, _DN, _OTN],
2418
+ [
2419
+ [
2420
+ 0,
2421
+ {
2422
+ [_hQ]: _nt,
2423
+ },
2424
+ ],
2425
+ [
2426
+ 1,
2427
+ {
2428
+ [_hQ]: _mr,
2429
+ },
2430
+ ],
2431
+ [0, 1],
2432
+ [0, 1],
2433
+ ],
2434
+ ];
2435
+ export var ListObjectTypeAttributesResponse = [
2436
+ 3,
2437
+ n0,
2438
+ _LOTARi,
2439
+ 0,
2440
+ [_It, _NT],
2441
+ [() => ListObjectTypeAttributesList, 0],
2442
+ ];
2443
+ export var ListProfileHistoryRecordsRequest = [
2444
+ 3,
2445
+ n0,
2446
+ _LPHRR,
2447
+ 0,
2448
+ [_DN, _PI, _OTN, _NT, _MR, _AT, _PB],
2449
+ [
2450
+ [0, 1],
2451
+ 0,
2452
+ 0,
2453
+ [
2454
+ 0,
2455
+ {
2456
+ [_hQ]: _nt,
2457
+ },
2458
+ ],
2459
+ [
2460
+ 1,
2461
+ {
2462
+ [_hQ]: _mr,
2463
+ },
2464
+ ],
2465
+ 0,
2466
+ 0,
2467
+ ],
2468
+ ];
2469
+ export var ListProfileHistoryRecordsResponse = [
2470
+ 3,
2471
+ n0,
2472
+ _LPHRRi,
2473
+ 0,
2474
+ [_PHR, _NT],
2475
+ [() => ProfileHistoryRecords, 0],
2476
+ ];
2477
+ export var ListProfileObjectsItem = [
2478
+ 3,
2479
+ n0,
2480
+ _LPOI,
2481
+ 0,
2482
+ [_OTN, _POUK, _Ob],
2483
+ [0, 0, [() => stringifiedJson, 0]],
2484
+ ];
2485
+ export var ListProfileObjectsRequest = [
2486
+ 3,
2487
+ n0,
2488
+ _LPOR,
2489
+ 0,
2490
+ [_NT, _MR, _DN, _OTN, _PI, _OF],
2491
+ [
2492
+ [
2493
+ 0,
2494
+ {
2495
+ [_hQ]: _nt,
2496
+ },
2497
+ ],
2498
+ [
2499
+ 1,
2500
+ {
2501
+ [_hQ]: _mr,
2502
+ },
2503
+ ],
2504
+ [0, 1],
2505
+ 0,
2506
+ 0,
2507
+ () => ObjectFilter,
2508
+ ],
2509
+ ];
2510
+ export var ListProfileObjectsResponse = [
2511
+ 3,
2512
+ n0,
2513
+ _LPORi,
2514
+ 0,
2515
+ [_It, _NT],
2516
+ [[() => ProfileObjectList, 0], 0],
2517
+ ];
2518
+ export var ListProfileObjectTypeItem = [
2519
+ 3,
2520
+ n0,
2521
+ _LPOTI,
2522
+ 0,
2523
+ [_OTN, _D, _CA, _LUA, _MPOC, _MAPOC, _Ta],
2524
+ [0, 0, 4, 4, 1, 1, 128 | 0],
2525
+ ];
2526
+ export var ListProfileObjectTypesRequest = [
2527
+ 3,
2528
+ n0,
2529
+ _LPOTR,
2530
+ 0,
2531
+ [_DN, _NT, _MR],
2532
+ [
2533
+ [0, 1],
2534
+ [
2535
+ 0,
2536
+ {
2537
+ [_hQ]: _nt,
2538
+ },
2539
+ ],
2540
+ [
2541
+ 1,
2542
+ {
2543
+ [_hQ]: _mr,
2544
+ },
2545
+ ],
2546
+ ],
2547
+ ];
2548
+ export var ListProfileObjectTypesResponse = [
2549
+ 3,
2550
+ n0,
2551
+ _LPOTRi,
2552
+ 0,
2553
+ [_It, _NT],
2554
+ [[() => ProfileObjectTypeList, 0], 0],
2555
+ ];
2556
+ export var ListProfileObjectTypeTemplateItem = [3, n0, _LPOTTI, 0, [_TI, _SN, _SO], [0, 0, 0]];
2557
+ export var ListProfileObjectTypeTemplatesRequest = [
2558
+ 3,
2559
+ n0,
2560
+ _LPOTTR,
2561
+ 0,
2562
+ [_NT, _MR],
2563
+ [
2564
+ [
2565
+ 0,
2566
+ {
2567
+ [_hQ]: _nt,
2568
+ },
2569
+ ],
2570
+ [
2571
+ 1,
2572
+ {
2573
+ [_hQ]: _mr,
2574
+ },
2575
+ ],
2576
+ ],
2577
+ ];
2578
+ export var ListProfileObjectTypeTemplatesResponse = [
2579
+ 3,
2580
+ n0,
2581
+ _LPOTTRi,
2582
+ 0,
2583
+ [_It, _NT],
2584
+ [() => ProfileObjectTypeTemplateList, 0],
2585
+ ];
2586
+ export var ListRuleBasedMatchesRequest = [
2587
+ 3,
2588
+ n0,
2589
+ _LRBMR,
2590
+ 0,
2591
+ [_NT, _MR, _DN],
2592
+ [
2593
+ [
2594
+ 0,
2595
+ {
2596
+ [_hQ]: _nt,
2597
+ },
2598
+ ],
2599
+ [
2600
+ 1,
2601
+ {
2602
+ [_hQ]: _mr,
2603
+ },
2604
+ ],
2605
+ [0, 1],
2606
+ ],
2607
+ ];
2608
+ export var ListRuleBasedMatchesResponse = [3, n0, _LRBMRi, 0, [_MIa, _NT], [64 | 0, 0]];
2609
+ export var ListSegmentDefinitionsRequest = [
2610
+ 3,
2611
+ n0,
2612
+ _LSDR,
2613
+ 0,
2614
+ [_DN, _MR, _NT],
2615
+ [
2616
+ [0, 1],
2617
+ [
2618
+ 1,
2619
+ {
2620
+ [_hQ]: _mr,
2621
+ },
2622
+ ],
2623
+ [
2624
+ 0,
2625
+ {
2626
+ [_hQ]: _nt,
2627
+ },
2628
+ ],
2629
+ ],
2630
+ ];
2631
+ export var ListSegmentDefinitionsResponse = [
2632
+ 3,
2633
+ n0,
2634
+ _LSDRi,
2635
+ 0,
2636
+ [_NT, _It],
2637
+ [
2638
+ [
2639
+ 0,
2640
+ {
2641
+ [_jN]: _NT,
2642
+ },
2643
+ ],
2644
+ [
2645
+ () => SegmentDefinitionsList,
2646
+ {
2647
+ [_jN]: _It,
2648
+ },
2649
+ ],
2650
+ ],
2651
+ ];
2652
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
2653
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
2654
+ export var ListUploadJobsRequest = [
2655
+ 3,
2656
+ n0,
2657
+ _LUJR,
2658
+ 0,
2659
+ [_DN, _MR, _NT],
2660
+ [
2661
+ [0, 1],
2662
+ [
2663
+ 1,
2664
+ {
2665
+ [_hQ]: _mr,
2666
+ },
2667
+ ],
2668
+ [
2669
+ 0,
2670
+ {
2671
+ [_hQ]: _nt,
2672
+ },
2673
+ ],
2674
+ ],
2675
+ ];
2676
+ export var ListUploadJobsResponse = [
2677
+ 3,
2678
+ n0,
2679
+ _LUJRi,
2680
+ 0,
2681
+ [_NT, _It],
2682
+ [
2683
+ [
2684
+ 0,
2685
+ {
2686
+ [_jN]: _NT,
2687
+ },
2688
+ ],
2689
+ [
2690
+ () => UploadJobsList,
2691
+ {
2692
+ [_jN]: _It,
2693
+ },
2694
+ ],
2695
+ ],
2696
+ ];
2697
+ export var ListWorkflowsItem = [
2698
+ 3,
2699
+ n0,
2700
+ _LWI,
2701
+ 0,
2702
+ [_WT, _WI, _Sta, _SDt, _CA, _LUA],
2703
+ [0, 0, 0, 0, 4, 4],
2704
+ ];
2705
+ export var ListWorkflowsRequest = [
2706
+ 3,
2707
+ n0,
2708
+ _LWR,
2709
+ 0,
2710
+ [_DN, _WT, _Sta, _QSD, _QED, _NT, _MR],
2711
+ [
2712
+ [0, 1],
2713
+ 0,
2714
+ 0,
2715
+ 4,
2716
+ 4,
2717
+ [
2718
+ 0,
2719
+ {
2720
+ [_hQ]: _nt,
2721
+ },
2722
+ ],
2723
+ [
2724
+ 1,
2725
+ {
2726
+ [_hQ]: _mr,
2727
+ },
2728
+ ],
2729
+ ],
2730
+ ];
2731
+ export var ListWorkflowsResponse = [3, n0, _LWRi, 0, [_It, _NT], [() => WorkflowList, 0]];
2732
+ export var MarketoSourceProperties = [3, n0, _MSP, 0, [_Ob], [0]];
2733
+ export var MatchingRequest = [
2734
+ 3,
2735
+ n0,
2736
+ _MRa,
2737
+ 0,
2738
+ [_En, _JSo, _AM, _EC],
2739
+ [2, () => JobSchedule, () => AutoMerging, () => ExportingConfig],
2740
+ ];
2741
+ export var MatchingResponse = [
2742
+ 3,
2743
+ n0,
2744
+ _MRat,
2745
+ 0,
2746
+ [_En, _JSo, _AM, _EC],
2747
+ [2, () => JobSchedule, () => AutoMerging, () => ExportingConfig],
2748
+ ];
2749
+ export var MatchingRule = [3, n0, _MRatc, 0, [_Ru], [64 | 0]];
2750
+ export var MatchItem = [3, n0, _MIat, 0, [_MI, _PIr, _CS], [0, 64 | 0, 1]];
2751
+ export var MergeProfilesRequest = [
2752
+ 3,
2753
+ n0,
2754
+ _MPR,
2755
+ 0,
2756
+ [_DN, _MPI, _PITBM, _FSPI],
2757
+ [[0, 1], 0, 64 | 0, () => FieldSourceProfileIds],
2758
+ ];
2759
+ export var MergeProfilesResponse = [3, n0, _MPRe, 0, [_M], [0]];
2760
+ export var ObjectAttribute = [3, n0, _OAb, 0, [_So, _FNie, _COom, _V], [0, 0, 0, 64 | 0]];
2761
+ export var ObjectFilter = [3, n0, _OF, 0, [_KN, _V], [0, 64 | 0]];
2762
+ export var ObjectTypeField = [3, n0, _OTF, 0, [_So, _Tar, _CTo], [0, 0, 0]];
2763
+ export var ObjectTypeKey = [3, n0, _OTK, 0, [_SIt, _FNiel], [64 | 0, 64 | 0]];
2764
+ export var Period = [3, n0, _Per, 0, [_Un, _Va, _MIPP, _Unl], [0, 1, 1, 2]];
2765
+ export var Profile = [
2766
+ 3,
2767
+ n0,
2768
+ _Pro,
2769
+ 0,
2770
+ [
2771
+ _PI,
2772
+ _AN,
2773
+ _AId,
2774
+ _PT,
2775
+ _BN,
2776
+ _FNi,
2777
+ _MN,
2778
+ _LN,
2779
+ _BD,
2780
+ _G,
2781
+ _PN,
2782
+ _MPN,
2783
+ _HPN,
2784
+ _BPN,
2785
+ _EA,
2786
+ _PEA,
2787
+ _BEA,
2788
+ _A,
2789
+ _SA,
2790
+ _MA,
2791
+ _BA,
2792
+ _At,
2793
+ _FBI,
2794
+ _PTS,
2795
+ _GS,
2796
+ _PTr,
2797
+ _EP,
2798
+ ],
2799
+ [
2800
+ 0,
2801
+ [() => sensitiveString1To255, 0],
2802
+ [() => sensitiveString1To1000, 0],
2803
+ [() => PartyType, 0],
2804
+ [() => sensitiveString1To255, 0],
2805
+ [() => sensitiveString1To255, 0],
2806
+ [() => sensitiveString1To255, 0],
2807
+ [() => sensitiveString1To255, 0],
2808
+ [() => sensitiveString1To255, 0],
2809
+ [() => Gender, 0],
2810
+ [() => sensitiveString1To255, 0],
2811
+ [() => sensitiveString1To255, 0],
2812
+ [() => sensitiveString1To255, 0],
2813
+ [() => sensitiveString1To255, 0],
2814
+ [() => sensitiveString1To255, 0],
2815
+ [() => sensitiveString1To255, 0],
2816
+ [() => sensitiveString1To255, 0],
2817
+ [() => Address, 0],
2818
+ [() => Address, 0],
2819
+ [() => Address, 0],
2820
+ [() => Address, 0],
2821
+ [() => Attributes, 0],
2822
+ () => foundByList,
2823
+ [() => sensitiveString1To255, 0],
2824
+ [() => sensitiveString1To255, 0],
2825
+ [() => ProfileType, 0],
2826
+ [() => EngagementPreferences, 0],
2827
+ ],
2828
+ ];
2829
+ export var ProfileAttributes = [
2830
+ 3,
2831
+ n0,
2832
+ _PA,
2833
+ 8,
2834
+ [
2835
+ _AN,
2836
+ _AId,
2837
+ _FNi,
2838
+ _LN,
2839
+ _MN,
2840
+ _GS,
2841
+ _PTS,
2842
+ _BD,
2843
+ _PN,
2844
+ _BN,
2845
+ _BPN,
2846
+ _HPN,
2847
+ _MPN,
2848
+ _EA,
2849
+ _PEA,
2850
+ _BEA,
2851
+ _A,
2852
+ _SA,
2853
+ _MA,
2854
+ _BA,
2855
+ _At,
2856
+ _PTr,
2857
+ ],
2858
+ [
2859
+ [
2860
+ () => ProfileDimension,
2861
+ {
2862
+ [_jN]: _AN,
2863
+ },
2864
+ ],
2865
+ [
2866
+ () => ExtraLengthValueProfileDimension,
2867
+ {
2868
+ [_jN]: _AId,
2869
+ },
2870
+ ],
2871
+ [
2872
+ () => ProfileDimension,
2873
+ {
2874
+ [_jN]: _FNi,
2875
+ },
2876
+ ],
2877
+ [
2878
+ () => ProfileDimension,
2879
+ {
2880
+ [_jN]: _LN,
2881
+ },
2882
+ ],
2883
+ [
2884
+ () => ProfileDimension,
2885
+ {
2886
+ [_jN]: _MN,
2887
+ },
2888
+ ],
2889
+ [
2890
+ () => ProfileDimension,
2891
+ {
2892
+ [_jN]: _GS,
2893
+ },
2894
+ ],
2895
+ [
2896
+ () => ProfileDimension,
2897
+ {
2898
+ [_jN]: _PTS,
2899
+ },
2900
+ ],
2901
+ [
2902
+ () => DateDimension,
2903
+ {
2904
+ [_jN]: _BD,
2905
+ },
2906
+ ],
2907
+ [
2908
+ () => ProfileDimension,
2909
+ {
2910
+ [_jN]: _PN,
2911
+ },
2912
+ ],
2913
+ [
2914
+ () => ProfileDimension,
2915
+ {
2916
+ [_jN]: _BN,
2917
+ },
2918
+ ],
2919
+ [
2920
+ () => ProfileDimension,
2921
+ {
2922
+ [_jN]: _BPN,
2923
+ },
2924
+ ],
2925
+ [
2926
+ () => ProfileDimension,
2927
+ {
2928
+ [_jN]: _HPN,
2929
+ },
2930
+ ],
2931
+ [
2932
+ () => ProfileDimension,
2933
+ {
2934
+ [_jN]: _MPN,
2935
+ },
2936
+ ],
2937
+ [
2938
+ () => ProfileDimension,
2939
+ {
2940
+ [_jN]: _EA,
2941
+ },
2942
+ ],
2943
+ [
2944
+ () => ProfileDimension,
2945
+ {
2946
+ [_jN]: _PEA,
2947
+ },
2948
+ ],
2949
+ [
2950
+ () => ProfileDimension,
2951
+ {
2952
+ [_jN]: _BEA,
2953
+ },
2954
+ ],
2955
+ [
2956
+ () => AddressDimension,
2957
+ {
2958
+ [_jN]: _A,
2959
+ },
2960
+ ],
2961
+ [
2962
+ () => AddressDimension,
2963
+ {
2964
+ [_jN]: _SA,
2965
+ },
2966
+ ],
2967
+ [
2968
+ () => AddressDimension,
2969
+ {
2970
+ [_jN]: _MA,
2971
+ },
2972
+ ],
2973
+ [
2974
+ () => AddressDimension,
2975
+ {
2976
+ [_jN]: _BA,
2977
+ },
2978
+ ],
2979
+ [
2980
+ () => CustomAttributes,
2981
+ {
2982
+ [_jN]: _At,
2983
+ },
2984
+ ],
2985
+ [
2986
+ () => ProfileTypeDimension,
2987
+ {
2988
+ [_jN]: _PTr,
2989
+ },
2990
+ ],
2991
+ ],
2992
+ ];
2993
+ export var ProfileAttributeValuesRequest = [
2994
+ 3,
2995
+ n0,
2996
+ _PAVR,
2997
+ 0,
2998
+ [_DN, _ANt],
2999
+ [
3000
+ [0, 1],
3001
+ [0, 1],
3002
+ ],
3003
+ ];
3004
+ export var ProfileAttributeValuesResponse = [
3005
+ 3,
3006
+ n0,
3007
+ _PAVRr,
3008
+ 0,
3009
+ [_DN, _ANt, _It, _SCt],
3010
+ [0, 0, () => AttributeValueItemList, [1, 32]],
3011
+ ];
3012
+ export var ProfileDimension = [
3013
+ 3,
3014
+ n0,
3015
+ _PD,
3016
+ 0,
3017
+ [_DT, _V],
3018
+ [
3019
+ [
3020
+ 0,
3021
+ {
3022
+ [_jN]: _DT,
3023
+ },
3024
+ ],
3025
+ [
3026
+ 64 | 0,
3027
+ {
3028
+ [_jN]: _V,
3029
+ },
3030
+ ],
3031
+ ],
3032
+ ];
3033
+ export var ProfileHistoryRecord = [
3034
+ 3,
3035
+ n0,
3036
+ _PHRr,
3037
+ 0,
3038
+ [_Id, _OTN, _CA, _LUA, _AT, _POUK, _PB],
3039
+ [0, 0, 4, 4, 0, 0, 0],
3040
+ ];
3041
+ export var ProfileQueryFailures = [
3042
+ 3,
3043
+ n0,
3044
+ _PQF,
3045
+ 0,
3046
+ [_PI, _M, _Sta],
3047
+ [
3048
+ [
3049
+ 0,
3050
+ {
3051
+ [_jN]: _PI,
3052
+ },
3053
+ ],
3054
+ [
3055
+ 0,
3056
+ {
3057
+ [_jN]: _M,
3058
+ },
3059
+ ],
3060
+ [
3061
+ 1,
3062
+ {
3063
+ [_jN]: _Sta,
3064
+ },
3065
+ ],
3066
+ ],
3067
+ ];
3068
+ export var ProfileQueryResult = [
3069
+ 3,
3070
+ n0,
3071
+ _PQR,
3072
+ 0,
3073
+ [_PI, _QR, _Pro],
3074
+ [
3075
+ [
3076
+ 0,
3077
+ {
3078
+ [_jN]: _PI,
3079
+ },
3080
+ ],
3081
+ [
3082
+ 0,
3083
+ {
3084
+ [_jN]: _QR,
3085
+ },
3086
+ ],
3087
+ [
3088
+ () => Profile,
3089
+ {
3090
+ [_jN]: _Pro,
3091
+ },
3092
+ ],
3093
+ ],
3094
+ ];
3095
+ export var ProfileTypeDimension = [
3096
+ 3,
3097
+ n0,
3098
+ _PTD,
3099
+ 0,
3100
+ [_DT, _V],
3101
+ [
3102
+ [
3103
+ 0,
3104
+ {
3105
+ [_jN]: _DT,
3106
+ },
3107
+ ],
3108
+ [
3109
+ () => ProfileTypeValues,
3110
+ {
3111
+ [_jN]: _V,
3112
+ },
3113
+ ],
3114
+ ],
3115
+ ];
3116
+ export var PutIntegrationRequest = [
3117
+ 3,
3118
+ n0,
3119
+ _PIR,
3120
+ 0,
3121
+ [_DN, _U, _OTN, _Ta, _FD, _OTNb, _RA, _ETNv],
3122
+ [[0, 1], 0, 0, 128 | 0, [() => FlowDefinition, 0], 128 | 0, 0, 64 | 0],
3123
+ ];
3124
+ export var PutIntegrationResponse = [
3125
+ 3,
3126
+ n0,
3127
+ _PIRu,
3128
+ 0,
3129
+ [_DN, _U, _OTN, _CA, _LUA, _Ta, _OTNb, _WI, _IU, _RA, _ETNv],
3130
+ [0, 0, 0, 4, 4, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0],
3131
+ ];
3132
+ export var PutProfileObjectRequest = [
3133
+ 3,
3134
+ n0,
3135
+ _PPOR,
3136
+ 0,
3137
+ [_OTN, _Ob, _DN],
3138
+ [0, [() => stringifiedJson, 0], [0, 1]],
3139
+ ];
3140
+ export var PutProfileObjectResponse = [3, n0, _PPORu, 0, [_POUK], [0]];
3141
+ export var PutProfileObjectTypeRequest = [
3142
+ 3,
3143
+ n0,
3144
+ _PPOTR,
3145
+ 0,
3146
+ [_DN, _OTN, _D, _TI, _ED, _EK, _APC, _SLUTF, _MPOC, _Fi, _K, _Ta],
3147
+ [[0, 1], [0, 1], [() => sensitiveText, 0], 0, 1, 0, 2, 0, 1, [() => FieldMap, 0], [() => KeyMap, 0], 128 | 0],
3148
+ ];
3149
+ export var PutProfileObjectTypeResponse = [
3150
+ 3,
3151
+ n0,
3152
+ _PPOTRu,
3153
+ 0,
3154
+ [_OTN, _D, _TI, _ED, _EK, _APC, _SLUTF, _MPOC, _MAPOC, _Fi, _K, _CA, _LUA, _Ta],
3155
+ [0, [() => sensitiveText, 0], 0, 1, 0, 2, 0, 1, 1, [() => FieldMap, 0], [() => KeyMap, 0], 4, 4, 128 | 0],
3156
+ ];
3157
+ export var Range = [3, n0, _R, 0, [_Va, _Un, _VR, _TSi, _TF], [1, 0, () => ValueRange, 0, 0]];
3158
+ export var RangeOverride = [3, n0, _RO, 0, [_Star, _End, _Un], [1, 1, 0]];
3159
+ export var Readiness = [3, n0, _Re, 0, [_PP, _M], [1, 0]];
3160
+ export var ResourceNotFoundException = [
3161
+ -3,
3162
+ n0,
3163
+ _RNFE,
3164
+ {
3165
+ [_e]: _c,
3166
+ [_hE]: 404,
3167
+ },
3168
+ [_M],
3169
+ [0],
3170
+ ];
3171
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
3172
+ export var ResultsSummary = [
3173
+ 3,
3174
+ n0,
3175
+ _RS,
3176
+ 0,
3177
+ [_UR, _CRr, _FR],
3178
+ [
3179
+ [
3180
+ 1,
3181
+ {
3182
+ [_jN]: _UR,
3183
+ },
3184
+ ],
3185
+ [
3186
+ 1,
3187
+ {
3188
+ [_jN]: _CRr,
3189
+ },
3190
+ ],
3191
+ [
3192
+ 1,
3193
+ {
3194
+ [_jN]: _FR,
3195
+ },
3196
+ ],
3197
+ ],
3198
+ ];
3199
+ export var RuleBasedMatchingRequest = [
3200
+ 3,
3201
+ n0,
3202
+ _RBMR,
3203
+ 0,
3204
+ [_En, _MRatch, _MARLFM, _MARLFMa, _ATS, _CR, _EC],
3205
+ [2, () => MatchingRules, 1, 1, () => AttributeTypesSelector, () => ConflictResolution, () => ExportingConfig],
3206
+ ];
3207
+ export var RuleBasedMatchingResponse = [
3208
+ 3,
3209
+ n0,
3210
+ _RBMRu,
3211
+ 0,
3212
+ [_En, _MRatch, _Sta, _MARLFM, _MARLFMa, _ATS, _CR, _EC],
3213
+ [2, () => MatchingRules, 0, 1, 1, () => AttributeTypesSelector, () => ConflictResolution, () => ExportingConfig],
3214
+ ];
3215
+ export var S3ExportingConfig = [3, n0, _SEC, 0, [_SBN, _SKN], [0, 0]];
3216
+ export var S3ExportingLocation = [3, n0, _SEL, 0, [_SBN, _SKN], [0, 0]];
3217
+ export var S3SourceProperties = [3, n0, _SSP, 0, [_BNu, _BP], [0, 0]];
3218
+ export var SalesforceSourceProperties = [3, n0, _SSPa, 0, [_Ob, _EDFU, _IDR], [0, 2, 2]];
3219
+ export var ScheduledTriggerProperties = [
3220
+ 3,
3221
+ n0,
3222
+ _STP,
3223
+ 0,
3224
+ [_SEc, _DPM, _SST, _SET, _Tim, _SOc, _FEF],
3225
+ [0, 0, 4, 4, 0, 1, 4],
3226
+ ];
3227
+ export var SearchProfilesRequest = [
3228
+ 3,
3229
+ n0,
3230
+ _SPR,
3231
+ 0,
3232
+ [_NT, _MR, _DN, _KN, _V, _ASKd, _LO],
3233
+ [
3234
+ [
3235
+ 0,
3236
+ {
3237
+ [_hQ]: _nt,
3238
+ },
3239
+ ],
3240
+ [
3241
+ 1,
3242
+ {
3243
+ [_hQ]: _mr,
3244
+ },
3245
+ ],
3246
+ [0, 1],
3247
+ 0,
3248
+ 64 | 0,
3249
+ () => additionalSearchKeysList,
3250
+ 0,
3251
+ ],
3252
+ ];
3253
+ export var SearchProfilesResponse = [3, n0, _SPRe, 0, [_It, _NT], [[() => ProfileList, 0], 0]];
3254
+ export var SegmentDefinitionItem = [
3255
+ 3,
3256
+ n0,
3257
+ _SDI,
3258
+ 0,
3259
+ [_SDN, _DNi, _D, _SDA, _CA, _Ta],
3260
+ [
3261
+ [
3262
+ 0,
3263
+ {
3264
+ [_jN]: _SDN,
3265
+ },
3266
+ ],
3267
+ [
3268
+ 0,
3269
+ {
3270
+ [_jN]: _DNi,
3271
+ },
3272
+ ],
3273
+ [
3274
+ () => sensitiveText,
3275
+ {
3276
+ [_jN]: _D,
3277
+ },
3278
+ ],
3279
+ [
3280
+ 0,
3281
+ {
3282
+ [_jN]: _SDA,
3283
+ },
3284
+ ],
3285
+ [
3286
+ 4,
3287
+ {
3288
+ [_jN]: _CA,
3289
+ },
3290
+ ],
3291
+ [
3292
+ 128 | 0,
3293
+ {
3294
+ [_jN]: _Ta,
3295
+ },
3296
+ ],
3297
+ ],
3298
+ ];
3299
+ export var SegmentGroup = [
3300
+ 3,
3301
+ n0,
3302
+ _SGe,
3303
+ 8,
3304
+ [_Gr, _I],
3305
+ [
3306
+ [
3307
+ () => SegmentGroupList,
3308
+ {
3309
+ [_jN]: _Gr,
3310
+ },
3311
+ ],
3312
+ [
3313
+ 0,
3314
+ {
3315
+ [_jN]: _I,
3316
+ },
3317
+ ],
3318
+ ],
3319
+ ];
3320
+ export var SegmentGroupStructure = [3, n0, _SGS, 0, [_Gr, _I], [[() => SegmentGroupList, 0], 0]];
3321
+ export var ServiceNowSourceProperties = [3, n0, _SNSP, 0, [_Ob], [0]];
3322
+ export var SourceConnectorProperties = [
3323
+ 3,
3324
+ n0,
3325
+ _SCP,
3326
+ 0,
3327
+ [_Ma, _S_, _Sa, _SNe, _Z],
3328
+ [
3329
+ () => MarketoSourceProperties,
3330
+ () => S3SourceProperties,
3331
+ () => SalesforceSourceProperties,
3332
+ () => ServiceNowSourceProperties,
3333
+ () => ZendeskSourceProperties,
3334
+ ],
3335
+ ];
3336
+ export var SourceFlowConfig = [
3337
+ 3,
3338
+ n0,
3339
+ _SFC,
3340
+ 0,
3341
+ [_CPN, _CTon, _IPC, _SCP],
3342
+ [0, 0, () => IncrementalPullConfig, () => SourceConnectorProperties],
3343
+ ];
3344
+ export var SourceSegment = [
3345
+ 3,
3346
+ n0,
3347
+ _SSou,
3348
+ 0,
3349
+ [_SDN],
3350
+ [
3351
+ [
3352
+ 0,
3353
+ {
3354
+ [_jN]: _SDN,
3355
+ },
3356
+ ],
3357
+ ],
3358
+ ];
3359
+ export var StartUploadJobRequest = [
3360
+ 3,
3361
+ n0,
3362
+ _SUJR,
3363
+ 0,
3364
+ [_DN, _JI],
3365
+ [
3366
+ [0, 1],
3367
+ [0, 1],
3368
+ ],
3369
+ ];
3370
+ export var StartUploadJobResponse = [3, n0, _SUJRt, 0, [], []];
3371
+ export var StopUploadJobRequest = [
3372
+ 3,
3373
+ n0,
3374
+ _SUJRto,
3375
+ 0,
3376
+ [_DN, _JI],
3377
+ [
3378
+ [0, 1],
3379
+ [0, 1],
3380
+ ],
3381
+ ];
3382
+ export var StopUploadJobResponse = [3, n0, _SUJRtop, 0, [], []];
3383
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
3384
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
3385
+ export var Task = [
3386
+ 3,
3387
+ n0,
3388
+ _Task,
3389
+ 0,
3390
+ [_COo, _DFe, _SFo, _TP, _TT],
3391
+ [() => ConnectorOperator, 0, 64 | 0, 128 | 0, 0],
3392
+ ];
3393
+ export var Threshold = [3, n0, _T, 0, [_Va, _Op], [0, 0]];
3394
+ export var ThrottlingException = [
3395
+ -3,
3396
+ n0,
3397
+ _TE,
3398
+ {
3399
+ [_e]: _c,
3400
+ [_hE]: 429,
3401
+ },
3402
+ [_M],
3403
+ [0],
3404
+ ];
3405
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
3406
+ export var TriggerConfig = [3, n0, _TC, 0, [_TTr, _TPr], [0, () => TriggerProperties]];
3407
+ export var TriggerProperties = [3, n0, _TPr, 0, [_Sc], [() => ScheduledTriggerProperties]];
3408
+ export var UntagResourceRequest = [
3409
+ 3,
3410
+ n0,
3411
+ _URR,
3412
+ 0,
3413
+ [_rA, _tK],
3414
+ [
3415
+ [0, 1],
3416
+ [
3417
+ 64 | 0,
3418
+ {
3419
+ [_hQ]: _tK,
3420
+ },
3421
+ ],
3422
+ ],
3423
+ ];
3424
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
3425
+ export var UpdateAddress = [
3426
+ 3,
3427
+ n0,
3428
+ _UA,
3429
+ 8,
3430
+ [_Ad, _Add, _Addr, _Addre, _C, _Co, _St, _P, _Cou, _PC],
3431
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
3432
+ ];
3433
+ export var UpdateCalculatedAttributeDefinitionRequest = [
3434
+ 3,
3435
+ n0,
3436
+ _UCADR,
3437
+ 0,
3438
+ [_DN, _CAN, _DNi, _D, _Cond],
3439
+ [[0, 1], [0, 1], 0, [() => sensitiveText, 0], [() => Conditions, 0]],
3440
+ ];
3441
+ export var UpdateCalculatedAttributeDefinitionResponse = [
3442
+ 3,
3443
+ n0,
3444
+ _UCADRp,
3445
+ 0,
3446
+ [_CAN, _DNi, _D, _CA, _LUA, _S, _Cond, _ADt, _UHD, _Sta, _Re, _Ta],
3447
+ [
3448
+ 0,
3449
+ 0,
3450
+ [() => sensitiveText, 0],
3451
+ 4,
3452
+ 4,
3453
+ [() => Statistic, 0],
3454
+ [() => Conditions, 0],
3455
+ [() => AttributeDetails, 0],
3456
+ 2,
3457
+ 0,
3458
+ () => Readiness,
3459
+ 128 | 0,
3460
+ ],
3461
+ ];
3462
+ export var UpdateDomainLayoutRequest = [
3463
+ 3,
3464
+ n0,
3465
+ _UDLR,
3466
+ 0,
3467
+ [_DN, _LDN, _D, _DNi, _ID, _LT, _L],
3468
+ [[0, 1], [0, 1], [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0]],
3469
+ ];
3470
+ export var UpdateDomainLayoutResponse = [
3471
+ 3,
3472
+ n0,
3473
+ _UDLRp,
3474
+ 0,
3475
+ [_LDN, _D, _DNi, _ID, _LT, _L, _Ve, _CA, _LUA, _Ta],
3476
+ [0, [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 0, 4, 4, 128 | 0],
3477
+ ];
3478
+ export var UpdateDomainRequest = [
3479
+ 3,
3480
+ n0,
3481
+ _UDR,
3482
+ 0,
3483
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _Ta],
3484
+ [[0, 1], 1, 0, 0, () => MatchingRequest, () => RuleBasedMatchingRequest, 128 | 0],
3485
+ ];
3486
+ export var UpdateDomainResponse = [
3487
+ 3,
3488
+ n0,
3489
+ _UDRp,
3490
+ 0,
3491
+ [_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _CA, _LUA, _Ta],
3492
+ [0, 1, 0, 0, () => MatchingResponse, () => RuleBasedMatchingResponse, 4, 4, 128 | 0],
3493
+ ];
3494
+ export var UpdateEventTriggerRequest = [
3495
+ 3,
3496
+ n0,
3497
+ _UETR,
3498
+ 0,
3499
+ [_DN, _ETN, _OTN, _D, _ETC, _SF, _ETL],
3500
+ [[0, 1], [0, 1], 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits],
3501
+ ];
3502
+ export var UpdateEventTriggerResponse = [
3503
+ 3,
3504
+ n0,
3505
+ _UETRp,
3506
+ 0,
3507
+ [_ETN, _OTN, _D, _ETC, _SF, _ETL, _CA, _LUA, _Ta],
3508
+ [0, 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits, 4, 4, 128 | 0],
3509
+ ];
3510
+ export var UpdateProfileRequest = [
3511
+ 3,
3512
+ n0,
3513
+ _UPR,
3514
+ 0,
3515
+ [
3516
+ _DN,
3517
+ _PI,
3518
+ _AId,
3519
+ _AN,
3520
+ _PT,
3521
+ _BN,
3522
+ _FNi,
3523
+ _MN,
3524
+ _LN,
3525
+ _BD,
3526
+ _G,
3527
+ _PN,
3528
+ _MPN,
3529
+ _HPN,
3530
+ _BPN,
3531
+ _EA,
3532
+ _PEA,
3533
+ _BEA,
3534
+ _A,
3535
+ _SA,
3536
+ _MA,
3537
+ _BA,
3538
+ _At,
3539
+ _PTS,
3540
+ _GS,
3541
+ _PTr,
3542
+ _EP,
3543
+ ],
3544
+ [
3545
+ [0, 1],
3546
+ 0,
3547
+ [() => sensitiveString0To1000, 0],
3548
+ [() => sensitiveString0To255, 0],
3549
+ [() => PartyType, 0],
3550
+ [() => sensitiveString0To255, 0],
3551
+ [() => sensitiveString0To255, 0],
3552
+ [() => sensitiveString0To255, 0],
3553
+ [() => sensitiveString0To255, 0],
3554
+ [() => sensitiveString0To255, 0],
3555
+ [() => Gender, 0],
3556
+ [() => sensitiveString0To255, 0],
3557
+ [() => sensitiveString0To255, 0],
3558
+ [() => sensitiveString0To255, 0],
3559
+ [() => sensitiveString0To255, 0],
3560
+ [() => sensitiveString0To255, 0],
3561
+ [() => sensitiveString0To255, 0],
3562
+ [() => sensitiveString0To255, 0],
3563
+ [() => UpdateAddress, 0],
3564
+ [() => UpdateAddress, 0],
3565
+ [() => UpdateAddress, 0],
3566
+ [() => UpdateAddress, 0],
3567
+ [() => UpdateAttributes, 0],
3568
+ [() => sensitiveString0To255, 0],
3569
+ [() => sensitiveString0To255, 0],
3570
+ [() => ProfileType, 0],
3571
+ [() => EngagementPreferences, 0],
3572
+ ],
3573
+ ];
3574
+ export var UpdateProfileResponse = [3, n0, _UPRp, 0, [_PI], [0]];
3575
+ export var UploadJobItem = [
3576
+ 3,
3577
+ n0,
3578
+ _UJI,
3579
+ 0,
3580
+ [_JI, _DNi, _Sta, _SR, _CA, _CAo, _DE],
3581
+ [
3582
+ [
3583
+ 0,
3584
+ {
3585
+ [_jN]: _JI,
3586
+ },
3587
+ ],
3588
+ [
3589
+ 0,
3590
+ {
3591
+ [_jN]: _DNi,
3592
+ },
3593
+ ],
3594
+ [
3595
+ 0,
3596
+ {
3597
+ [_jN]: _Sta,
3598
+ },
3599
+ ],
3600
+ [
3601
+ 0,
3602
+ {
3603
+ [_jN]: _SR,
3604
+ },
3605
+ ],
3606
+ [
3607
+ 4,
3608
+ {
3609
+ [_jN]: _CA,
3610
+ },
3611
+ ],
3612
+ [
3613
+ 4,
3614
+ {
3615
+ [_jN]: _CAo,
3616
+ },
3617
+ ],
3618
+ [
3619
+ 1,
3620
+ {
3621
+ [_jN]: _DE,
3622
+ },
3623
+ ],
3624
+ ],
3625
+ ];
3626
+ export var ValueRange = [3, n0, _VR, 0, [_Star, _End], [1, 1]];
3627
+ export var WorkflowAttributes = [
3628
+ 3,
3629
+ n0,
3630
+ _WA,
3631
+ 0,
3632
+ [_AI],
3633
+ [() => AppflowIntegrationWorkflowAttributes],
3634
+ ];
3635
+ export var WorkflowMetrics = [3, n0, _WM, 0, [_AI], [() => AppflowIntegrationWorkflowMetrics]];
3636
+ export var WorkflowStepItem = [3, n0, _WSI, 0, [_AI], [() => AppflowIntegrationWorkflowStep]];
3637
+ export var ZendeskSourceProperties = [3, n0, _ZSP, 0, [_Ob], [0]];
3638
+ export var __Unit = "unit";
3639
+ export var CustomerProfilesServiceException = [
3640
+ -3,
3641
+ _sm,
3642
+ "CustomerProfilesServiceException",
3643
+ 0,
3644
+ [],
3645
+ [],
3646
+ ];
3647
+ TypeRegistry.for(_sm).registerError(CustomerProfilesServiceException, __CustomerProfilesServiceException);
3648
+ export var additionalSearchKeysList = [1, n0, _aSKL, 0, () => AdditionalSearchKey];
3649
+ export var AddressList = 64 | 0;
3650
+ export var AttributeList = [1, n0, _AL, 0, () => AttributeItem];
3651
+ export var AttributeValueItemList = [1, n0, _AVIL, 0, () => AttributeValueItem];
3652
+ export var Batches = [1, n0, _B, 0, () => Batch];
3653
+ export var BatchGetCalculatedAttributeForProfileErrorList = [
3654
+ 1,
3655
+ n0,
3656
+ _BGCAFPEL,
3657
+ 0,
3658
+ () => BatchGetCalculatedAttributeForProfileError,
3659
+ ];
3660
+ export var BatchGetCalculatedAttributeForProfileIdList = 64 | 0;
3661
+ export var BatchGetProfileErrorList = [1, n0, _BGPEL, 0, () => BatchGetProfileError];
3662
+ export var BatchGetProfileIdList = 64 | 0;
3663
+ export var CalculatedAttributeDefinitionsList = [
3664
+ 1,
3665
+ n0,
3666
+ _CADL,
3667
+ 8,
3668
+ [() => ListCalculatedAttributeDefinitionItem, 0],
3669
+ ];
3670
+ export var CalculatedAttributesForProfileList = [
3671
+ 1,
3672
+ n0,
3673
+ _CAFPL,
3674
+ 0,
3675
+ () => ListCalculatedAttributeForProfileItem,
3676
+ ];
3677
+ export var CalculatedAttributeValueList = [1, n0, _CAVL, 0, () => CalculatedAttributeValue];
3678
+ export var DateValues = 64 | 0;
3679
+ export var DetectedProfileObjectTypes = [1, n0, _DPOTe, 0, [() => DetectedProfileObjectType, 0]];
3680
+ export var DimensionList = [1, n0, _DL, 0, [() => Dimension, 0]];
3681
+ export var DomainList = [1, n0, _DLo, 0, () => ListDomainItem];
3682
+ export var EmailList = 64 | 0;
3683
+ export var EmailPreferenceList = [1, n0, _EPL, 0, () => ContactPreference];
3684
+ export var EventStreamSummaryList = [1, n0, _ESSL, 0, () => EventStreamSummary];
3685
+ export var EventTriggerConditions = [1, n0, _ETC, 8, () => EventTriggerCondition];
3686
+ export var EventTriggerDimensions = [1, n0, _ETD, 0, () => EventTriggerDimension];
3687
+ export var EventTriggerNames = 64 | 0;
3688
+ export var EventTriggerSummaryList = [1, n0, _ETSL, 8, () => EventTriggerSummaryItem];
3689
+ export var EventTriggerValues = 64 | 0;
3690
+ export var ExtraLengthValues = 64 | 0;
3691
+ export var Failures = [1, n0, _Fa, 0, [() => ProfileQueryFailures, 0]];
3692
+ export var FieldNameList = 64 | 0;
3693
+ export var FilterDimensionList = [1, n0, _FDL, 0, () => FilterDimension];
3694
+ export var foundByList = [1, n0, _fBL, 0, () => FoundByKeyValue];
3695
+ export var GroupList = [1, n0, _GL, 0, () => FilterGroup];
3696
+ export var IdentityResolutionJobsList = [1, n0, _IRJL, 0, () => IdentityResolutionJob];
3697
+ export var IntegrationList = [1, n0, _IL, 0, () => ListIntegrationItem];
3698
+ export var LayoutList = [1, n0, _LL, 0, [() => LayoutItem, 0]];
3699
+ export var ListObjectTypeAttributesList = [1, n0, _LOTAL, 0, () => ListObjectTypeAttributeItem];
3700
+ export var MatchesList = [1, n0, _ML, 0, () => MatchItem];
3701
+ export var MatchIdList = 64 | 0;
3702
+ export var MatchingAttributes = 64 | 0;
3703
+ export var MatchingAttributesList = [1, n0, _MAL, 0, 64 | 0];
3704
+ export var MatchingRuleAttributeList = 64 | 0;
3705
+ export var MatchingRules = [1, n0, _MRatch, 0, () => MatchingRule];
3706
+ export var ObjectAttributes = [1, n0, _OA, 0, () => ObjectAttribute];
3707
+ export var Objects = [1, n0, _O, 8, [() => stringifiedJson, 0]];
3708
+ export var ObjectTypeKeyList = [1, n0, _OTKL, 0, () => ObjectTypeKey];
3709
+ export var Periods = [1, n0, _Pe, 0, () => Period];
3710
+ export var PhoneNumberList = 64 | 0;
3711
+ export var PhonePreferenceList = [1, n0, _PPL, 0, () => ContactPreference];
3712
+ export var ProfileHistoryRecords = [1, n0, _PHR, 0, () => ProfileHistoryRecord];
3713
+ export var ProfileIdList = 64 | 0;
3714
+ export var ProfileIds = 64 | 0;
3715
+ export var ProfileIdToBeMergedList = 64 | 0;
3716
+ export var ProfileList = [1, n0, _PL, 0, [() => Profile, 0]];
3717
+ export var ProfileObjectList = [1, n0, _POL, 0, [() => ListProfileObjectsItem, 0]];
3718
+ export var ProfileObjectTypeList = [1, n0, _POTL, 8, () => ListProfileObjectTypeItem];
3719
+ export var ProfileObjectTypeTemplateList = [
3720
+ 1,
3721
+ n0,
3722
+ _POTTL,
3723
+ 0,
3724
+ () => ListProfileObjectTypeTemplateItem,
3725
+ ];
3726
+ export var Profiles = [1, n0, _Pr, 0, [() => ProfileQueryResult, 0]];
3727
+ export var ProfileTypeValues = [1, n0, _PTV, 0, [() => ProfileType, 0]];
3728
+ export var requestValueList = 64 | 0;
3729
+ export var SegmentDefinitionsList = [1, n0, _SDL, 0, [() => SegmentDefinitionItem, 0]];
3730
+ export var SegmentGroupList = [1, n0, _SGL, 0, [() => Group, 0]];
3731
+ export var SourceFields = 64 | 0;
3732
+ export var SourceSegmentList = [1, n0, _SSL, 0, [() => SourceSegment, 0]];
3733
+ export var StandardIdentifierList = 64 | 0;
3734
+ export var TagKeyList = 64 | 0;
3735
+ export var Tasks = [1, n0, _Tas, 0, () => Task];
3736
+ export var UploadJobsList = [1, n0, _UJL, 0, [() => UploadJobItem, 0]];
3737
+ export var ValueList = 64 | 0;
3738
+ export var Values = 64 | 0;
3739
+ export var WorkflowList = [1, n0, _WL, 0, () => ListWorkflowsItem];
3740
+ export var WorkflowStepsList = [1, n0, _WSL, 0, () => WorkflowStepItem];
3741
+ export var AttributeMap = [2, n0, _AMt, 0, 0, () => FilterAttributeDimension];
3742
+ export var Attributes = [2, n0, _At, 8, 0, 0];
3743
+ export var AttributeSourceIdMap = 128 | 0;
3744
+ export var CalculatedCustomAttributes = [
3745
+ 2,
3746
+ n0,
3747
+ _CCA,
3748
+ 0,
3749
+ [0, 0],
3750
+ [() => CalculatedAttributeDimension, 0],
3751
+ ];
3752
+ export var CustomAttributes = [2, n0, _CAu, 0, [0, 0], [() => AttributeDimension, 0]];
3753
+ export var FieldMap = [2, n0, _FM, 8, 0, () => ObjectTypeField];
3754
+ export var KeyMap = [2, n0, _KM, 8, 0, () => ObjectTypeKeyList];
3755
+ export var ObjectTypeNames = 128 | 0;
3756
+ export var TagMap = 128 | 0;
3757
+ export var TaskPropertiesMap = 128 | 0;
3758
+ export var UpdateAttributes = [2, n0, _UAp, 8, 0, 0];
3759
+ export var Dimension = [
3760
+ 3,
3761
+ n0,
3762
+ _Dim,
3763
+ 0,
3764
+ [_PA, _CAa],
3765
+ [
3766
+ [
3767
+ () => ProfileAttributes,
3768
+ {
3769
+ [_jN]: _PA,
3770
+ },
3771
+ ],
3772
+ [
3773
+ () => CalculatedCustomAttributes,
3774
+ {
3775
+ [_jN]: _CAa,
3776
+ },
3777
+ ],
3778
+ ],
3779
+ ];
3780
+ export var AddProfileKey = [
3781
+ 9,
3782
+ n0,
3783
+ _APK,
3784
+ {
3785
+ [_h]: ["POST", "/domains/{DomainName}/profiles/keys", 200],
3786
+ },
3787
+ () => AddProfileKeyRequest,
3788
+ () => AddProfileKeyResponse,
3789
+ ];
3790
+ export var BatchGetCalculatedAttributeForProfile = [
3791
+ 9,
3792
+ n0,
3793
+ _BGCAFP,
3794
+ {
3795
+ [_h]: ["POST", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}/batch-get-for-profiles", 200],
3796
+ },
3797
+ () => BatchGetCalculatedAttributeForProfileRequest,
3798
+ () => BatchGetCalculatedAttributeForProfileResponse,
3799
+ ];
3800
+ export var BatchGetProfile = [
3801
+ 9,
3802
+ n0,
3803
+ _BGP,
3804
+ {
3805
+ [_h]: ["POST", "/domains/{DomainName}/batch-get-profiles", 200],
3806
+ },
3807
+ () => BatchGetProfileRequest,
3808
+ () => BatchGetProfileResponse,
3809
+ ];
3810
+ export var CreateCalculatedAttributeDefinition = [
3811
+ 9,
3812
+ n0,
3813
+ _CCAD,
3814
+ {
3815
+ [_h]: ["POST", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200],
3816
+ },
3817
+ () => CreateCalculatedAttributeDefinitionRequest,
3818
+ () => CreateCalculatedAttributeDefinitionResponse,
3819
+ ];
3820
+ export var CreateDomain = [
3821
+ 9,
3822
+ n0,
3823
+ _CD,
3824
+ {
3825
+ [_h]: ["POST", "/domains/{DomainName}", 200],
3826
+ },
3827
+ () => CreateDomainRequest,
3828
+ () => CreateDomainResponse,
3829
+ ];
3830
+ export var CreateDomainLayout = [
3831
+ 9,
3832
+ n0,
3833
+ _CDL,
3834
+ {
3835
+ [_h]: ["POST", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200],
3836
+ },
3837
+ () => CreateDomainLayoutRequest,
3838
+ () => CreateDomainLayoutResponse,
3839
+ ];
3840
+ export var CreateEventStream = [
3841
+ 9,
3842
+ n0,
3843
+ _CES,
3844
+ {
3845
+ [_h]: ["POST", "/domains/{DomainName}/event-streams/{EventStreamName}", 200],
3846
+ },
3847
+ () => CreateEventStreamRequest,
3848
+ () => CreateEventStreamResponse,
3849
+ ];
3850
+ export var CreateEventTrigger = [
3851
+ 9,
3852
+ n0,
3853
+ _CET,
3854
+ {
3855
+ [_h]: ["POST", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200],
3856
+ },
3857
+ () => CreateEventTriggerRequest,
3858
+ () => CreateEventTriggerResponse,
3859
+ ];
3860
+ export var CreateIntegrationWorkflow = [
3861
+ 9,
3862
+ n0,
3863
+ _CIW,
3864
+ {
3865
+ [_h]: ["POST", "/domains/{DomainName}/workflows/integrations", 200],
3866
+ },
3867
+ () => CreateIntegrationWorkflowRequest,
3868
+ () => CreateIntegrationWorkflowResponse,
3869
+ ];
3870
+ export var CreateProfile = [
3871
+ 9,
3872
+ n0,
3873
+ _CPr,
3874
+ {
3875
+ [_h]: ["POST", "/domains/{DomainName}/profiles", 200],
3876
+ },
3877
+ () => CreateProfileRequest,
3878
+ () => CreateProfileResponse,
3879
+ ];
3880
+ export var CreateSegmentDefinition = [
3881
+ 9,
3882
+ n0,
3883
+ _CSD,
3884
+ {
3885
+ [_h]: ["POST", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200],
3886
+ },
3887
+ () => CreateSegmentDefinitionRequest,
3888
+ () => CreateSegmentDefinitionResponse,
3889
+ ];
3890
+ export var CreateSegmentEstimate = [
3891
+ 9,
3892
+ n0,
3893
+ _CSE,
3894
+ {
3895
+ [_h]: ["POST", "/domains/{DomainName}/segment-estimates", 200],
3896
+ },
3897
+ () => CreateSegmentEstimateRequest,
3898
+ () => CreateSegmentEstimateResponse,
3899
+ ];
3900
+ export var CreateSegmentSnapshot = [
3901
+ 9,
3902
+ n0,
3903
+ _CSS,
3904
+ {
3905
+ [_h]: ["POST", "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots", 200],
3906
+ },
3907
+ () => CreateSegmentSnapshotRequest,
3908
+ () => CreateSegmentSnapshotResponse,
3909
+ ];
3910
+ export var CreateUploadJob = [
3911
+ 9,
3912
+ n0,
3913
+ _CUJ,
3914
+ {
3915
+ [_h]: ["POST", "/domains/{DomainName}/upload-jobs", 200],
3916
+ },
3917
+ () => CreateUploadJobRequest,
3918
+ () => CreateUploadJobResponse,
3919
+ ];
3920
+ export var DeleteCalculatedAttributeDefinition = [
3921
+ 9,
3922
+ n0,
3923
+ _DCAD,
3924
+ {
3925
+ [_h]: ["DELETE", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200],
3926
+ },
3927
+ () => DeleteCalculatedAttributeDefinitionRequest,
3928
+ () => DeleteCalculatedAttributeDefinitionResponse,
3929
+ ];
3930
+ export var DeleteDomain = [
3931
+ 9,
3932
+ n0,
3933
+ _DDel,
3934
+ {
3935
+ [_h]: ["DELETE", "/domains/{DomainName}", 200],
3936
+ },
3937
+ () => DeleteDomainRequest,
3938
+ () => DeleteDomainResponse,
3939
+ ];
3940
+ export var DeleteDomainLayout = [
3941
+ 9,
3942
+ n0,
3943
+ _DDL,
3944
+ {
3945
+ [_h]: ["DELETE", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200],
3946
+ },
3947
+ () => DeleteDomainLayoutRequest,
3948
+ () => DeleteDomainLayoutResponse,
3949
+ ];
3950
+ export var DeleteEventStream = [
3951
+ 9,
3952
+ n0,
3953
+ _DES,
3954
+ {
3955
+ [_h]: ["DELETE", "/domains/{DomainName}/event-streams/{EventStreamName}", 200],
3956
+ },
3957
+ () => DeleteEventStreamRequest,
3958
+ () => DeleteEventStreamResponse,
3959
+ ];
3960
+ export var DeleteEventTrigger = [
3961
+ 9,
3962
+ n0,
3963
+ _DET,
3964
+ {
3965
+ [_h]: ["DELETE", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200],
3966
+ },
3967
+ () => DeleteEventTriggerRequest,
3968
+ () => DeleteEventTriggerResponse,
3969
+ ];
3970
+ export var DeleteIntegration = [
3971
+ 9,
3972
+ n0,
3973
+ _DI,
3974
+ {
3975
+ [_h]: ["POST", "/domains/{DomainName}/integrations/delete", 200],
3976
+ },
3977
+ () => DeleteIntegrationRequest,
3978
+ () => DeleteIntegrationResponse,
3979
+ ];
3980
+ export var DeleteProfile = [
3981
+ 9,
3982
+ n0,
3983
+ _DP,
3984
+ {
3985
+ [_h]: ["POST", "/domains/{DomainName}/profiles/delete", 200],
3986
+ },
3987
+ () => DeleteProfileRequest,
3988
+ () => DeleteProfileResponse,
3989
+ ];
3990
+ export var DeleteProfileKey = [
3991
+ 9,
3992
+ n0,
3993
+ _DPK,
3994
+ {
3995
+ [_h]: ["POST", "/domains/{DomainName}/profiles/keys/delete", 200],
3996
+ },
3997
+ () => DeleteProfileKeyRequest,
3998
+ () => DeleteProfileKeyResponse,
3999
+ ];
4000
+ export var DeleteProfileObject = [
4001
+ 9,
4002
+ n0,
4003
+ _DPO,
4004
+ {
4005
+ [_h]: ["POST", "/domains/{DomainName}/profiles/objects/delete", 200],
4006
+ },
4007
+ () => DeleteProfileObjectRequest,
4008
+ () => DeleteProfileObjectResponse,
4009
+ ];
4010
+ export var DeleteProfileObjectType = [
4011
+ 9,
4012
+ n0,
4013
+ _DPOTel,
4014
+ {
4015
+ [_h]: ["DELETE", "/domains/{DomainName}/object-types/{ObjectTypeName}", 200],
4016
+ },
4017
+ () => DeleteProfileObjectTypeRequest,
4018
+ () => DeleteProfileObjectTypeResponse,
4019
+ ];
4020
+ export var DeleteSegmentDefinition = [
4021
+ 9,
4022
+ n0,
4023
+ _DSD,
4024
+ {
4025
+ [_h]: ["DELETE", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200],
4026
+ },
4027
+ () => DeleteSegmentDefinitionRequest,
4028
+ () => DeleteSegmentDefinitionResponse,
4029
+ ];
4030
+ export var DeleteWorkflow = [
4031
+ 9,
4032
+ n0,
4033
+ _DW,
4034
+ {
4035
+ [_h]: ["DELETE", "/domains/{DomainName}/workflows/{WorkflowId}", 200],
4036
+ },
4037
+ () => DeleteWorkflowRequest,
4038
+ () => DeleteWorkflowResponse,
4039
+ ];
4040
+ export var DetectProfileObjectType = [
4041
+ 9,
4042
+ n0,
4043
+ _DPOTet,
4044
+ {
4045
+ [_h]: ["POST", "/domains/{DomainName}/detect/object-types", 200],
4046
+ },
4047
+ () => DetectProfileObjectTypeRequest,
4048
+ () => DetectProfileObjectTypeResponse,
4049
+ ];
4050
+ export var GetAutoMergingPreview = [
4051
+ 9,
4052
+ n0,
4053
+ _GAMP,
4054
+ {
4055
+ [_h]: ["POST", "/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview", 200],
4056
+ },
4057
+ () => GetAutoMergingPreviewRequest,
4058
+ () => GetAutoMergingPreviewResponse,
4059
+ ];
4060
+ export var GetCalculatedAttributeDefinition = [
4061
+ 9,
4062
+ n0,
4063
+ _GCAD,
4064
+ {
4065
+ [_h]: ["GET", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200],
4066
+ },
4067
+ () => GetCalculatedAttributeDefinitionRequest,
4068
+ () => GetCalculatedAttributeDefinitionResponse,
4069
+ ];
4070
+ export var GetCalculatedAttributeForProfile = [
4071
+ 9,
4072
+ n0,
4073
+ _GCAFP,
4074
+ {
4075
+ [_h]: ["GET", "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes/{CalculatedAttributeName}", 200],
4076
+ },
4077
+ () => GetCalculatedAttributeForProfileRequest,
4078
+ () => GetCalculatedAttributeForProfileResponse,
4079
+ ];
4080
+ export var GetDomain = [
4081
+ 9,
4082
+ n0,
4083
+ _GD,
4084
+ {
4085
+ [_h]: ["GET", "/domains/{DomainName}", 200],
4086
+ },
4087
+ () => GetDomainRequest,
4088
+ () => GetDomainResponse,
4089
+ ];
4090
+ export var GetDomainLayout = [
4091
+ 9,
4092
+ n0,
4093
+ _GDL,
4094
+ {
4095
+ [_h]: ["GET", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200],
4096
+ },
4097
+ () => GetDomainLayoutRequest,
4098
+ () => GetDomainLayoutResponse,
4099
+ ];
4100
+ export var GetEventStream = [
4101
+ 9,
4102
+ n0,
4103
+ _GES,
4104
+ {
4105
+ [_h]: ["GET", "/domains/{DomainName}/event-streams/{EventStreamName}", 200],
4106
+ },
4107
+ () => GetEventStreamRequest,
4108
+ () => GetEventStreamResponse,
4109
+ ];
4110
+ export var GetEventTrigger = [
4111
+ 9,
4112
+ n0,
4113
+ _GET,
4114
+ {
4115
+ [_h]: ["GET", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200],
4116
+ },
4117
+ () => GetEventTriggerRequest,
4118
+ () => GetEventTriggerResponse,
4119
+ ];
4120
+ export var GetIdentityResolutionJob = [
4121
+ 9,
4122
+ n0,
4123
+ _GIRJ,
4124
+ {
4125
+ [_h]: ["GET", "/domains/{DomainName}/identity-resolution-jobs/{JobId}", 200],
4126
+ },
4127
+ () => GetIdentityResolutionJobRequest,
4128
+ () => GetIdentityResolutionJobResponse,
4129
+ ];
4130
+ export var GetIntegration = [
4131
+ 9,
4132
+ n0,
4133
+ _GI,
4134
+ {
4135
+ [_h]: ["POST", "/domains/{DomainName}/integrations", 200],
4136
+ },
4137
+ () => GetIntegrationRequest,
4138
+ () => GetIntegrationResponse,
4139
+ ];
4140
+ export var GetMatches = [
4141
+ 9,
4142
+ n0,
4143
+ _GM,
4144
+ {
4145
+ [_h]: ["GET", "/domains/{DomainName}/matches", 200],
4146
+ },
4147
+ () => GetMatchesRequest,
4148
+ () => GetMatchesResponse,
4149
+ ];
4150
+ export var GetProfileHistoryRecord = [
4151
+ 9,
4152
+ n0,
4153
+ _GPHR,
4154
+ {
4155
+ [_h]: ["GET", "/domains/{DomainName}/profiles/{ProfileId}/history-records/{Id}", 200],
4156
+ },
4157
+ () => GetProfileHistoryRecordRequest,
4158
+ () => GetProfileHistoryRecordResponse,
4159
+ ];
4160
+ export var GetProfileObjectType = [
4161
+ 9,
4162
+ n0,
4163
+ _GPOT,
4164
+ {
4165
+ [_h]: ["GET", "/domains/{DomainName}/object-types/{ObjectTypeName}", 200],
4166
+ },
4167
+ () => GetProfileObjectTypeRequest,
4168
+ () => GetProfileObjectTypeResponse,
4169
+ ];
4170
+ export var GetProfileObjectTypeTemplate = [
4171
+ 9,
4172
+ n0,
4173
+ _GPOTT,
4174
+ {
4175
+ [_h]: ["GET", "/templates/{TemplateId}", 200],
4176
+ },
4177
+ () => GetProfileObjectTypeTemplateRequest,
4178
+ () => GetProfileObjectTypeTemplateResponse,
4179
+ ];
4180
+ export var GetSegmentDefinition = [
4181
+ 9,
4182
+ n0,
4183
+ _GSD,
4184
+ {
4185
+ [_h]: ["GET", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200],
4186
+ },
4187
+ () => GetSegmentDefinitionRequest,
4188
+ () => GetSegmentDefinitionResponse,
4189
+ ];
4190
+ export var GetSegmentEstimate = [
4191
+ 9,
4192
+ n0,
4193
+ _GSE,
4194
+ {
4195
+ [_h]: ["GET", "/domains/{DomainName}/segment-estimates/{EstimateId}", 200],
4196
+ },
4197
+ () => GetSegmentEstimateRequest,
4198
+ () => GetSegmentEstimateResponse,
4199
+ ];
4200
+ export var GetSegmentMembership = [
4201
+ 9,
4202
+ n0,
4203
+ _GSM,
4204
+ {
4205
+ [_h]: ["POST", "/domains/{DomainName}/segments/{SegmentDefinitionName}/membership", 200],
4206
+ },
4207
+ () => GetSegmentMembershipRequest,
4208
+ () => GetSegmentMembershipResponse,
4209
+ ];
4210
+ export var GetSegmentSnapshot = [
4211
+ 9,
4212
+ n0,
4213
+ _GSS,
4214
+ {
4215
+ [_h]: ["GET", "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots/{SnapshotId}", 200],
4216
+ },
4217
+ () => GetSegmentSnapshotRequest,
4218
+ () => GetSegmentSnapshotResponse,
4219
+ ];
4220
+ export var GetSimilarProfiles = [
4221
+ 9,
4222
+ n0,
4223
+ _GSP,
4224
+ {
4225
+ [_h]: ["POST", "/domains/{DomainName}/matches", 200],
4226
+ },
4227
+ () => GetSimilarProfilesRequest,
4228
+ () => GetSimilarProfilesResponse,
4229
+ ];
4230
+ export var GetUploadJob = [
4231
+ 9,
4232
+ n0,
4233
+ _GUJ,
4234
+ {
4235
+ [_h]: ["GET", "/domains/{DomainName}/upload-jobs/{JobId}", 200],
4236
+ },
4237
+ () => GetUploadJobRequest,
4238
+ () => GetUploadJobResponse,
4239
+ ];
4240
+ export var GetUploadJobPath = [
4241
+ 9,
4242
+ n0,
4243
+ _GUJP,
4244
+ {
4245
+ [_h]: ["GET", "/domains/{DomainName}/upload-jobs/{JobId}/path", 200],
4246
+ },
4247
+ () => GetUploadJobPathRequest,
4248
+ () => GetUploadJobPathResponse,
4249
+ ];
4250
+ export var GetWorkflow = [
4251
+ 9,
4252
+ n0,
4253
+ _GW,
4254
+ {
4255
+ [_h]: ["GET", "/domains/{DomainName}/workflows/{WorkflowId}", 200],
4256
+ },
4257
+ () => GetWorkflowRequest,
4258
+ () => GetWorkflowResponse,
4259
+ ];
4260
+ export var GetWorkflowSteps = [
4261
+ 9,
4262
+ n0,
4263
+ _GWS,
4264
+ {
4265
+ [_h]: ["GET", "/domains/{DomainName}/workflows/{WorkflowId}/steps", 200],
4266
+ },
4267
+ () => GetWorkflowStepsRequest,
4268
+ () => GetWorkflowStepsResponse,
4269
+ ];
4270
+ export var ListAccountIntegrations = [
4271
+ 9,
4272
+ n0,
4273
+ _LAI,
4274
+ {
4275
+ [_h]: ["POST", "/integrations", 200],
4276
+ },
4277
+ () => ListAccountIntegrationsRequest,
4278
+ () => ListAccountIntegrationsResponse,
4279
+ ];
4280
+ export var ListCalculatedAttributeDefinitions = [
4281
+ 9,
4282
+ n0,
4283
+ _LCAD,
4284
+ {
4285
+ [_h]: ["GET", "/domains/{DomainName}/calculated-attributes", 200],
4286
+ },
4287
+ () => ListCalculatedAttributeDefinitionsRequest,
4288
+ () => ListCalculatedAttributeDefinitionsResponse,
4289
+ ];
4290
+ export var ListCalculatedAttributesForProfile = [
4291
+ 9,
4292
+ n0,
4293
+ _LCAFP,
4294
+ {
4295
+ [_h]: ["GET", "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes", 200],
4296
+ },
4297
+ () => ListCalculatedAttributesForProfileRequest,
4298
+ () => ListCalculatedAttributesForProfileResponse,
4299
+ ];
4300
+ export var ListDomainLayouts = [
4301
+ 9,
4302
+ n0,
4303
+ _LDL,
4304
+ {
4305
+ [_h]: ["GET", "/domains/{DomainName}/layouts", 200],
4306
+ },
4307
+ () => ListDomainLayoutsRequest,
4308
+ () => ListDomainLayoutsResponse,
4309
+ ];
4310
+ export var ListDomains = [
4311
+ 9,
4312
+ n0,
4313
+ _LD,
4314
+ {
4315
+ [_h]: ["GET", "/domains", 200],
4316
+ },
4317
+ () => ListDomainsRequest,
4318
+ () => ListDomainsResponse,
4319
+ ];
4320
+ export var ListEventStreams = [
4321
+ 9,
4322
+ n0,
4323
+ _LES,
4324
+ {
4325
+ [_h]: ["GET", "/domains/{DomainName}/event-streams", 200],
4326
+ },
4327
+ () => ListEventStreamsRequest,
4328
+ () => ListEventStreamsResponse,
4329
+ ];
4330
+ export var ListEventTriggers = [
4331
+ 9,
4332
+ n0,
4333
+ _LET,
4334
+ {
4335
+ [_h]: ["GET", "/domains/{DomainName}/event-triggers", 200],
4336
+ },
4337
+ () => ListEventTriggersRequest,
4338
+ () => ListEventTriggersResponse,
4339
+ ];
4340
+ export var ListIdentityResolutionJobs = [
4341
+ 9,
4342
+ n0,
4343
+ _LIRJ,
4344
+ {
4345
+ [_h]: ["GET", "/domains/{DomainName}/identity-resolution-jobs", 200],
4346
+ },
4347
+ () => ListIdentityResolutionJobsRequest,
4348
+ () => ListIdentityResolutionJobsResponse,
4349
+ ];
4350
+ export var ListIntegrations = [
4351
+ 9,
4352
+ n0,
4353
+ _LIi,
4354
+ {
4355
+ [_h]: ["GET", "/domains/{DomainName}/integrations", 200],
4356
+ },
4357
+ () => ListIntegrationsRequest,
4358
+ () => ListIntegrationsResponse,
4359
+ ];
4360
+ export var ListObjectTypeAttributes = [
4361
+ 9,
4362
+ n0,
4363
+ _LOTA,
4364
+ {
4365
+ [_h]: ["GET", "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes", 200],
4366
+ },
4367
+ () => ListObjectTypeAttributesRequest,
4368
+ () => ListObjectTypeAttributesResponse,
4369
+ ];
4370
+ export var ListProfileAttributeValues = [
4371
+ 9,
4372
+ n0,
4373
+ _LPAV,
4374
+ {
4375
+ [_h]: ["GET", "/domains/{DomainName}/profile-attributes/{AttributeName}/values", 200],
4376
+ },
4377
+ () => ProfileAttributeValuesRequest,
4378
+ () => ProfileAttributeValuesResponse,
4379
+ ];
4380
+ export var ListProfileHistoryRecords = [
4381
+ 9,
4382
+ n0,
4383
+ _LPHR,
4384
+ {
4385
+ [_h]: ["POST", "/domains/{DomainName}/profiles/history-records", 200],
4386
+ },
4387
+ () => ListProfileHistoryRecordsRequest,
4388
+ () => ListProfileHistoryRecordsResponse,
4389
+ ];
4390
+ export var ListProfileObjects = [
4391
+ 9,
4392
+ n0,
4393
+ _LPO,
4394
+ {
4395
+ [_h]: ["POST", "/domains/{DomainName}/profiles/objects", 200],
4396
+ },
4397
+ () => ListProfileObjectsRequest,
4398
+ () => ListProfileObjectsResponse,
4399
+ ];
4400
+ export var ListProfileObjectTypes = [
4401
+ 9,
4402
+ n0,
4403
+ _LPOT,
4404
+ {
4405
+ [_h]: ["GET", "/domains/{DomainName}/object-types", 200],
4406
+ },
4407
+ () => ListProfileObjectTypesRequest,
4408
+ () => ListProfileObjectTypesResponse,
4409
+ ];
4410
+ export var ListProfileObjectTypeTemplates = [
4411
+ 9,
4412
+ n0,
4413
+ _LPOTT,
4414
+ {
4415
+ [_h]: ["GET", "/templates", 200],
4416
+ },
4417
+ () => ListProfileObjectTypeTemplatesRequest,
4418
+ () => ListProfileObjectTypeTemplatesResponse,
4419
+ ];
4420
+ export var ListRuleBasedMatches = [
4421
+ 9,
4422
+ n0,
4423
+ _LRBM,
4424
+ {
4425
+ [_h]: ["GET", "/domains/{DomainName}/profiles/ruleBasedMatches", 200],
4426
+ },
4427
+ () => ListRuleBasedMatchesRequest,
4428
+ () => ListRuleBasedMatchesResponse,
4429
+ ];
4430
+ export var ListSegmentDefinitions = [
4431
+ 9,
4432
+ n0,
4433
+ _LSD,
4434
+ {
4435
+ [_h]: ["GET", "/domains/{DomainName}/segment-definitions", 200],
4436
+ },
4437
+ () => ListSegmentDefinitionsRequest,
4438
+ () => ListSegmentDefinitionsResponse,
4439
+ ];
4440
+ export var ListTagsForResource = [
4441
+ 9,
4442
+ n0,
4443
+ _LTFR,
4444
+ {
4445
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
4446
+ },
4447
+ () => ListTagsForResourceRequest,
4448
+ () => ListTagsForResourceResponse,
4449
+ ];
4450
+ export var ListUploadJobs = [
4451
+ 9,
4452
+ n0,
4453
+ _LUJ,
4454
+ {
4455
+ [_h]: ["GET", "/domains/{DomainName}/upload-jobs", 200],
4456
+ },
4457
+ () => ListUploadJobsRequest,
4458
+ () => ListUploadJobsResponse,
4459
+ ];
4460
+ export var ListWorkflows = [
4461
+ 9,
4462
+ n0,
4463
+ _LW,
4464
+ {
4465
+ [_h]: ["POST", "/domains/{DomainName}/workflows", 200],
4466
+ },
4467
+ () => ListWorkflowsRequest,
4468
+ () => ListWorkflowsResponse,
4469
+ ];
4470
+ export var MergeProfiles = [
4471
+ 9,
4472
+ n0,
4473
+ _MP,
4474
+ {
4475
+ [_h]: ["POST", "/domains/{DomainName}/profiles/objects/merge", 200],
4476
+ },
4477
+ () => MergeProfilesRequest,
4478
+ () => MergeProfilesResponse,
4479
+ ];
4480
+ export var PutIntegration = [
4481
+ 9,
4482
+ n0,
4483
+ _PIu,
4484
+ {
4485
+ [_h]: ["PUT", "/domains/{DomainName}/integrations", 200],
4486
+ },
4487
+ () => PutIntegrationRequest,
4488
+ () => PutIntegrationResponse,
4489
+ ];
4490
+ export var PutProfileObject = [
4491
+ 9,
4492
+ n0,
4493
+ _PPO,
4494
+ {
4495
+ [_h]: ["PUT", "/domains/{DomainName}/profiles/objects", 200],
4496
+ },
4497
+ () => PutProfileObjectRequest,
4498
+ () => PutProfileObjectResponse,
4499
+ ];
4500
+ export var PutProfileObjectType = [
4501
+ 9,
4502
+ n0,
4503
+ _PPOT,
4504
+ {
4505
+ [_h]: ["PUT", "/domains/{DomainName}/object-types/{ObjectTypeName}", 200],
4506
+ },
4507
+ () => PutProfileObjectTypeRequest,
4508
+ () => PutProfileObjectTypeResponse,
4509
+ ];
4510
+ export var SearchProfiles = [
4511
+ 9,
4512
+ n0,
4513
+ _SP,
4514
+ {
4515
+ [_h]: ["POST", "/domains/{DomainName}/profiles/search", 200],
4516
+ },
4517
+ () => SearchProfilesRequest,
4518
+ () => SearchProfilesResponse,
4519
+ ];
4520
+ export var StartUploadJob = [
4521
+ 9,
4522
+ n0,
4523
+ _SUJ,
4524
+ {
4525
+ [_h]: ["PUT", "/domains/{DomainName}/upload-jobs/{JobId}", 200],
4526
+ },
4527
+ () => StartUploadJobRequest,
4528
+ () => StartUploadJobResponse,
4529
+ ];
4530
+ export var StopUploadJob = [
4531
+ 9,
4532
+ n0,
4533
+ _SUJt,
4534
+ {
4535
+ [_h]: ["PUT", "/domains/{DomainName}/upload-jobs/{JobId}/stop", 200],
4536
+ },
4537
+ () => StopUploadJobRequest,
4538
+ () => StopUploadJobResponse,
4539
+ ];
4540
+ export var TagResource = [
4541
+ 9,
4542
+ n0,
4543
+ _TR,
4544
+ {
4545
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
4546
+ },
4547
+ () => TagResourceRequest,
4548
+ () => TagResourceResponse,
4549
+ ];
4550
+ export var UntagResource = [
4551
+ 9,
4552
+ n0,
4553
+ _URn,
4554
+ {
4555
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
4556
+ },
4557
+ () => UntagResourceRequest,
4558
+ () => UntagResourceResponse,
4559
+ ];
4560
+ export var UpdateCalculatedAttributeDefinition = [
4561
+ 9,
4562
+ n0,
4563
+ _UCAD,
4564
+ {
4565
+ [_h]: ["PUT", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200],
4566
+ },
4567
+ () => UpdateCalculatedAttributeDefinitionRequest,
4568
+ () => UpdateCalculatedAttributeDefinitionResponse,
4569
+ ];
4570
+ export var UpdateDomain = [
4571
+ 9,
4572
+ n0,
4573
+ _UD,
4574
+ {
4575
+ [_h]: ["PUT", "/domains/{DomainName}", 200],
4576
+ },
4577
+ () => UpdateDomainRequest,
4578
+ () => UpdateDomainResponse,
4579
+ ];
4580
+ export var UpdateDomainLayout = [
4581
+ 9,
4582
+ n0,
4583
+ _UDL,
4584
+ {
4585
+ [_h]: ["PUT", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200],
4586
+ },
4587
+ () => UpdateDomainLayoutRequest,
4588
+ () => UpdateDomainLayoutResponse,
4589
+ ];
4590
+ export var UpdateEventTrigger = [
4591
+ 9,
4592
+ n0,
4593
+ _UET,
4594
+ {
4595
+ [_h]: ["PUT", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200],
4596
+ },
4597
+ () => UpdateEventTriggerRequest,
4598
+ () => UpdateEventTriggerResponse,
4599
+ ];
4600
+ export var UpdateProfile = [
4601
+ 9,
4602
+ n0,
4603
+ _UP,
4604
+ {
4605
+ [_h]: ["PUT", "/domains/{DomainName}/profiles", 200],
4606
+ },
4607
+ () => UpdateProfileRequest,
4608
+ () => UpdateProfileResponse,
4609
+ ];