@aws-sdk/client-customer-profiles 3.987.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +117 -3545
- package/dist-cjs/models/CustomerProfilesServiceException.js +12 -0
- package/dist-cjs/models/errors.js +79 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2988 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +40 -34
- package/dist-types/schemas/schemas_0.d.ts +12 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var CustomerProfilesServiceException = require('./models/CustomerProfilesServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,3023 +113,6 @@ class CustomerProfilesClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class CustomerProfilesServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, CustomerProfilesServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends CustomerProfilesServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccessDeniedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class BadRequestException extends CustomerProfilesServiceException {
|
|
135
|
-
name = "BadRequestException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "BadRequestException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class InternalServerException extends CustomerProfilesServiceException {
|
|
149
|
-
name = "InternalServerException";
|
|
150
|
-
$fault = "server";
|
|
151
|
-
Message;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "InternalServerException",
|
|
155
|
-
$fault: "server",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
159
|
-
this.Message = opts.Message;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class ResourceNotFoundException extends CustomerProfilesServiceException {
|
|
163
|
-
name = "ResourceNotFoundException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "ResourceNotFoundException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class ThrottlingException extends CustomerProfilesServiceException {
|
|
177
|
-
name = "ThrottlingException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
Message;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "ThrottlingException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
187
|
-
this.Message = opts.Message;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
const _A = "Address";
|
|
192
|
-
const _AD = "AddressDimension";
|
|
193
|
-
const _ADE = "AccessDeniedException";
|
|
194
|
-
const _ADt = "AttributeDetails";
|
|
195
|
-
const _ADtt = "AttributeDimension";
|
|
196
|
-
const _AI = "AppflowIntegration";
|
|
197
|
-
const _AIWA = "AppflowIntegrationWorkflowAttributes";
|
|
198
|
-
const _AIWM = "AppflowIntegrationWorkflowMetrics";
|
|
199
|
-
const _AIWS = "AppflowIntegrationWorkflowStep";
|
|
200
|
-
const _AId = "AdditionalInformation";
|
|
201
|
-
const _AIt = "AttributeItem";
|
|
202
|
-
const _AL = "AttributeList";
|
|
203
|
-
const _AM = "AutoMerging";
|
|
204
|
-
const _AMM = "AttributeMatchingModel";
|
|
205
|
-
const _AMt = "AttributeMap";
|
|
206
|
-
const _AN = "AccountNumber";
|
|
207
|
-
const _ANt = "AttributeName";
|
|
208
|
-
const _APC = "AllowProfileCreation";
|
|
209
|
-
const _APK = "AddProfileKey";
|
|
210
|
-
const _APKR = "AddProfileKeyRequest";
|
|
211
|
-
const _APKRd = "AddProfileKeyResponse";
|
|
212
|
-
const _ASK = "AdditionalSearchKey";
|
|
213
|
-
const _ASKd = "AdditionalSearchKeys";
|
|
214
|
-
const _AT = "ActionType";
|
|
215
|
-
const _ATS = "AttributeTypesSelector";
|
|
216
|
-
const _AVI = "AttributeValueItem";
|
|
217
|
-
const _AVIL = "AttributeValueItemList";
|
|
218
|
-
const _Ad = "Address1";
|
|
219
|
-
const _Add = "Address2";
|
|
220
|
-
const _Addr = "Address3";
|
|
221
|
-
const _Addre = "Address4";
|
|
222
|
-
const _At = "Attributes";
|
|
223
|
-
const _Av = "Average";
|
|
224
|
-
const _B = "Batches";
|
|
225
|
-
const _BA = "BillingAddress";
|
|
226
|
-
const _BD = "BirthDate";
|
|
227
|
-
const _BEA = "BusinessEmailAddress";
|
|
228
|
-
const _BGCAFP = "BatchGetCalculatedAttributeForProfile";
|
|
229
|
-
const _BGCAFPE = "BatchGetCalculatedAttributeForProfileError";
|
|
230
|
-
const _BGCAFPEL = "BatchGetCalculatedAttributeForProfileErrorList";
|
|
231
|
-
const _BGCAFPR = "BatchGetCalculatedAttributeForProfileRequest";
|
|
232
|
-
const _BGCAFPRa = "BatchGetCalculatedAttributeForProfileResponse";
|
|
233
|
-
const _BGP = "BatchGetProfile";
|
|
234
|
-
const _BGPE = "BatchGetProfileError";
|
|
235
|
-
const _BGPEL = "BatchGetProfileErrorList";
|
|
236
|
-
const _BGPR = "BatchGetProfileRequest";
|
|
237
|
-
const _BGPRa = "BatchGetProfileResponse";
|
|
238
|
-
const _BN = "BusinessName";
|
|
239
|
-
const _BNu = "BucketName";
|
|
240
|
-
const _BP = "BucketPrefix";
|
|
241
|
-
const _BPN = "BusinessPhoneNumber";
|
|
242
|
-
const _BRE = "BadRequestException";
|
|
243
|
-
const _BRET = "BatchRecordsEndTime";
|
|
244
|
-
const _BRST = "BatchRecordsStartTime";
|
|
245
|
-
const _Ba = "Batch";
|
|
246
|
-
const _C = "City";
|
|
247
|
-
const _CA = "CreatedAt";
|
|
248
|
-
const _CAD = "CalculatedAttributeDimension";
|
|
249
|
-
const _CADL = "CalculatedAttributeDefinitionsList";
|
|
250
|
-
const _CAFPL = "CalculatedAttributesForProfileList";
|
|
251
|
-
const _CAN = "CalculatedAttributeName";
|
|
252
|
-
const _CAV = "CalculatedAttributeValues";
|
|
253
|
-
const _CAVL = "CalculatedAttributeValueList";
|
|
254
|
-
const _CAVa = "CalculatedAttributeValue";
|
|
255
|
-
const _CAa = "CalculatedAt";
|
|
256
|
-
const _CAal = "CalculatedAttributes";
|
|
257
|
-
const _CAo = "CompletedAt";
|
|
258
|
-
const _CAu = "CustomAttributes";
|
|
259
|
-
const _CCA = "CalculatedCustomAttributes";
|
|
260
|
-
const _CCAD = "CreateCalculatedAttributeDefinition";
|
|
261
|
-
const _CCADR = "CreateCalculatedAttributeDefinitionRequest";
|
|
262
|
-
const _CCADRr = "CreateCalculatedAttributeDefinitionResponse";
|
|
263
|
-
const _CD = "CreateDomain";
|
|
264
|
-
const _CDL = "CreateDomainLayout";
|
|
265
|
-
const _CDLR = "CreateDomainLayoutRequest";
|
|
266
|
-
const _CDLRr = "CreateDomainLayoutResponse";
|
|
267
|
-
const _CDR = "CreateDomainRequest";
|
|
268
|
-
const _CDRr = "CreateDomainResponse";
|
|
269
|
-
const _CES = "CreateEventStream";
|
|
270
|
-
const _CESR = "CreateEventStreamRequest";
|
|
271
|
-
const _CESRr = "CreateEventStreamResponse";
|
|
272
|
-
const _CET = "CreateEventTrigger";
|
|
273
|
-
const _CETR = "CreateEventTriggerRequest";
|
|
274
|
-
const _CETRr = "CreateEventTriggerResponse";
|
|
275
|
-
const _CI = "CatalogItem";
|
|
276
|
-
const _CIW = "CreateIntegrationWorkflow";
|
|
277
|
-
const _CIWR = "CreateIntegrationWorkflowRequest";
|
|
278
|
-
const _CIWRr = "CreateIntegrationWorkflowResponse";
|
|
279
|
-
const _CO = "ConditionOverrides";
|
|
280
|
-
const _COo = "ConnectorOperator";
|
|
281
|
-
const _COom = "ComparisonOperator";
|
|
282
|
-
const _CP = "ContactPreference";
|
|
283
|
-
const _CPN = "ConnectorProfileName";
|
|
284
|
-
const _CPR = "CreateProfileRequest";
|
|
285
|
-
const _CPRr = "CreateProfileResponse";
|
|
286
|
-
const _CPr = "CreateProfile";
|
|
287
|
-
const _CR = "ConflictResolution";
|
|
288
|
-
const _CRM = "ConflictResolvingModel";
|
|
289
|
-
const _CRR = "CreateRecommenderRequest";
|
|
290
|
-
const _CRRr = "CreateRecommenderResponse";
|
|
291
|
-
const _CRr = "CreatedRecords";
|
|
292
|
-
const _CRre = "CreateRecommender";
|
|
293
|
-
const _CS = "ConfidenceScore";
|
|
294
|
-
const _CSD = "CreateSegmentDefinition";
|
|
295
|
-
const _CSDR = "CreateSegmentDefinitionRequest";
|
|
296
|
-
const _CSDRr = "CreateSegmentDefinitionResponse";
|
|
297
|
-
const _CSE = "CreateSegmentEstimate";
|
|
298
|
-
const _CSER = "CreateSegmentEstimateRequest";
|
|
299
|
-
const _CSERr = "CreateSegmentEstimateResponse";
|
|
300
|
-
const _CSS = "CreateSegmentSnapshot";
|
|
301
|
-
const _CSSR = "CreateSegmentSnapshotRequest";
|
|
302
|
-
const _CSSRr = "CreateSegmentSnapshotResponse";
|
|
303
|
-
const _CT = "ContactType";
|
|
304
|
-
const _CTl = "ClientToken";
|
|
305
|
-
const _CTo = "ContentType";
|
|
306
|
-
const _CTon = "ConnectorType";
|
|
307
|
-
const _CUJ = "CreateUploadJob";
|
|
308
|
-
const _CUJR = "CreateUploadJobRequest";
|
|
309
|
-
const _CUJRr = "CreateUploadJobResponse";
|
|
310
|
-
const _Ca = "Category";
|
|
311
|
-
const _Co = "County";
|
|
312
|
-
const _Cod = "Code";
|
|
313
|
-
const _Con = "Consolidation";
|
|
314
|
-
const _Cond = "Conditions";
|
|
315
|
-
const _Cont = "Content";
|
|
316
|
-
const _Conte = "Context";
|
|
317
|
-
const _Cou = "Country";
|
|
318
|
-
const _D = "Description";
|
|
319
|
-
const _DCAD = "DeleteCalculatedAttributeDefinition";
|
|
320
|
-
const _DCADR = "DeleteCalculatedAttributeDefinitionRequest";
|
|
321
|
-
const _DCADRe = "DeleteCalculatedAttributeDefinitionResponse";
|
|
322
|
-
const _DD = "DateDimension";
|
|
323
|
-
const _DDL = "DeleteDomainLayout";
|
|
324
|
-
const _DDLR = "DeleteDomainLayoutRequest";
|
|
325
|
-
const _DDLRe = "DeleteDomainLayoutResponse";
|
|
326
|
-
const _DDOT = "DeleteDomainObjectType";
|
|
327
|
-
const _DDOTR = "DeleteDomainObjectTypeRequest";
|
|
328
|
-
const _DDOTRe = "DeleteDomainObjectTypeResponse";
|
|
329
|
-
const _DDR = "DeleteDomainRequest";
|
|
330
|
-
const _DDRe = "DeleteDomainResponse";
|
|
331
|
-
const _DDe = "DestinationDetails";
|
|
332
|
-
const _DDel = "DeleteDomain";
|
|
333
|
-
const _DE = "DataExpiry";
|
|
334
|
-
const _DED = "DefaultExpirationDays";
|
|
335
|
-
const _DEK = "DefaultEncryptionKey";
|
|
336
|
-
const _DES = "DeleteEventStream";
|
|
337
|
-
const _DESR = "DeleteEventStreamRequest";
|
|
338
|
-
const _DESRe = "DeleteEventStreamResponse";
|
|
339
|
-
const _DET = "DeleteEventTrigger";
|
|
340
|
-
const _DETR = "DeleteEventTriggerRequest";
|
|
341
|
-
const _DETRe = "DeleteEventTriggerResponse";
|
|
342
|
-
const _DF = "DataFormat";
|
|
343
|
-
const _DFe = "DestinationField";
|
|
344
|
-
const _DI = "DeleteIntegration";
|
|
345
|
-
const _DIR = "DeleteIntegrationRequest";
|
|
346
|
-
const _DIRe = "DeleteIntegrationResponse";
|
|
347
|
-
const _DL = "DimensionList";
|
|
348
|
-
const _DLQU = "DeadLetterQueueUrl";
|
|
349
|
-
const _DLo = "DomainList";
|
|
350
|
-
const _DN = "DomainName";
|
|
351
|
-
const _DNi = "DisplayName";
|
|
352
|
-
const _DOTF = "DomainObjectTypeField";
|
|
353
|
-
const _DOTFo = "DomainObjectTypeFields";
|
|
354
|
-
const _DOTL = "DomainObjectTypesList";
|
|
355
|
-
const _DOTLI = "DomainObjectTypesListItem";
|
|
356
|
-
const _DOTW = "DayOfTheWeek";
|
|
357
|
-
const _DP = "DeleteProfile";
|
|
358
|
-
const _DPK = "DeleteProfileKey";
|
|
359
|
-
const _DPKR = "DeleteProfileKeyRequest";
|
|
360
|
-
const _DPKRe = "DeleteProfileKeyResponse";
|
|
361
|
-
const _DPM = "DataPullMode";
|
|
362
|
-
const _DPO = "DeleteProfileObject";
|
|
363
|
-
const _DPOR = "DeleteProfileObjectRequest";
|
|
364
|
-
const _DPORe = "DeleteProfileObjectResponse";
|
|
365
|
-
const _DPOT = "DetectedProfileObjectType";
|
|
366
|
-
const _DPOTR = "DeleteProfileObjectTypeRequest";
|
|
367
|
-
const _DPOTRe = "DeleteProfileObjectTypeResponse";
|
|
368
|
-
const _DPOTRet = "DetectProfileObjectTypeRequest";
|
|
369
|
-
const _DPOTRete = "DetectProfileObjectTypeResponse";
|
|
370
|
-
const _DPOTe = "DetectedProfileObjectTypes";
|
|
371
|
-
const _DPOTel = "DeleteProfileObjectType";
|
|
372
|
-
const _DPOTet = "DetectProfileObjectType";
|
|
373
|
-
const _DPR = "DeleteProfileRequest";
|
|
374
|
-
const _DPRe = "DeleteProfileResponse";
|
|
375
|
-
const _DR = "DeleteRecommender";
|
|
376
|
-
const _DRR = "DeleteRecommenderRequest";
|
|
377
|
-
const _DRRe = "DeleteRecommenderResponse";
|
|
378
|
-
const _DS = "DataStore";
|
|
379
|
-
const _DSD = "DeleteSegmentDefinition";
|
|
380
|
-
const _DSDR = "DeleteSegmentDefinitionRequest";
|
|
381
|
-
const _DSDRe = "DeleteSegmentDefinitionResponse";
|
|
382
|
-
const _DSR = "DataStoreRequest";
|
|
383
|
-
const _DSRa = "DataStoreResponse";
|
|
384
|
-
const _DSe = "DestinationSummary";
|
|
385
|
-
const _DSo = "DomainStats";
|
|
386
|
-
const _DT = "DimensionType";
|
|
387
|
-
const _DTFN = "DatetimeTypeFieldName";
|
|
388
|
-
const _DU = "DestinationUri";
|
|
389
|
-
const _DW = "DeleteWorkflow";
|
|
390
|
-
const _DWR = "DeleteWorkflowRequest";
|
|
391
|
-
const _DWRe = "DeleteWorkflowResponse";
|
|
392
|
-
const _Di = "Dimensions";
|
|
393
|
-
const _Dim = "Dimension";
|
|
394
|
-
const _E = "Expression";
|
|
395
|
-
const _EA = "EmailAddress";
|
|
396
|
-
const _EC = "EventsConfig";
|
|
397
|
-
const _ECx = "ExportingConfig";
|
|
398
|
-
const _ED = "ExpirationDays";
|
|
399
|
-
const _EDFU = "EnableDynamicFieldUpdate";
|
|
400
|
-
const _EDr = "ErrorDescription";
|
|
401
|
-
const _EE = "EventExpiration";
|
|
402
|
-
const _EI = "EstimateId";
|
|
403
|
-
const _EK = "EncryptionKey";
|
|
404
|
-
const _EL = "ExportingLocation";
|
|
405
|
-
const _ELVPD = "ExtraLengthValueProfileDimension";
|
|
406
|
-
const _EM = "ExecutionMessage";
|
|
407
|
-
const _EP = "EngagementPreferences";
|
|
408
|
-
const _EPL = "EventParametersList";
|
|
409
|
-
const _EPLm = "EmailPreferenceList";
|
|
410
|
-
const _EPv = "EventParameters";
|
|
411
|
-
const _ESA = "EventStreamArn";
|
|
412
|
-
const _ESDD = "EventStreamDestinationDetails";
|
|
413
|
-
const _ESN = "EventStreamName";
|
|
414
|
-
const _ESS = "EventStreamSummary";
|
|
415
|
-
const _ESSL = "EventStreamSummaryList";
|
|
416
|
-
const _ET = "EndTime";
|
|
417
|
-
const _ETC = "EventTriggerConditions";
|
|
418
|
-
const _ETCv = "EventTriggerCondition";
|
|
419
|
-
const _ETD = "EventTriggerDimensions";
|
|
420
|
-
const _ETDv = "EventTriggerDimension";
|
|
421
|
-
const _ETL = "EventTriggerLimits";
|
|
422
|
-
const _ETN = "EventTriggerName";
|
|
423
|
-
const _ETNv = "EventTriggerNames";
|
|
424
|
-
const _ETSI = "EventTriggerSummaryItem";
|
|
425
|
-
const _ETSL = "EventTriggerSummaryList";
|
|
426
|
-
const _ETv = "EventType";
|
|
427
|
-
const _EVT = "EventValueThreshold";
|
|
428
|
-
const _Em = "Email";
|
|
429
|
-
const _En = "Enabled";
|
|
430
|
-
const _End = "End";
|
|
431
|
-
const _Er = "Errors";
|
|
432
|
-
const _Es = "Estimate";
|
|
433
|
-
const _F = "Filter";
|
|
434
|
-
const _FAD = "FilterAttributeDimension";
|
|
435
|
-
const _FBI = "FoundByItems";
|
|
436
|
-
const _FBKV = "FoundByKeyValue";
|
|
437
|
-
const _FD = "FlowDefinition";
|
|
438
|
-
const _FDL = "FilterDimensionList";
|
|
439
|
-
const _FDi = "FilterDimension";
|
|
440
|
-
const _FEF = "FirstExecutionFrom";
|
|
441
|
-
const _FG = "FilterGroup";
|
|
442
|
-
const _FM = "FieldMap";
|
|
443
|
-
const _FN = "FlowName";
|
|
444
|
-
const _FNi = "FirstName";
|
|
445
|
-
const _FNie = "FieldName";
|
|
446
|
-
const _FNiel = "FieldNames";
|
|
447
|
-
const _FR = "FailureReason";
|
|
448
|
-
const _FRa = "FailedRecords";
|
|
449
|
-
const _FSPI = "FieldSourceProfileIds";
|
|
450
|
-
const _FT = "FeatureType";
|
|
451
|
-
const _Fa = "Failures";
|
|
452
|
-
const _Fi = "Fields";
|
|
453
|
-
const _G = "Gender";
|
|
454
|
-
const _GAMP = "GetAutoMergingPreview";
|
|
455
|
-
const _GAMPR = "GetAutoMergingPreviewRequest";
|
|
456
|
-
const _GAMPRe = "GetAutoMergingPreviewResponse";
|
|
457
|
-
const _GCAD = "GetCalculatedAttributeDefinition";
|
|
458
|
-
const _GCADR = "GetCalculatedAttributeDefinitionRequest";
|
|
459
|
-
const _GCADRe = "GetCalculatedAttributeDefinitionResponse";
|
|
460
|
-
const _GCAFP = "GetCalculatedAttributeForProfile";
|
|
461
|
-
const _GCAFPR = "GetCalculatedAttributeForProfileRequest";
|
|
462
|
-
const _GCAFPRe = "GetCalculatedAttributeForProfileResponse";
|
|
463
|
-
const _GD = "GetDomain";
|
|
464
|
-
const _GDL = "GetDomainLayout";
|
|
465
|
-
const _GDLR = "GetDomainLayoutRequest";
|
|
466
|
-
const _GDLRe = "GetDomainLayoutResponse";
|
|
467
|
-
const _GDOT = "GetDomainObjectType";
|
|
468
|
-
const _GDOTR = "GetDomainObjectTypeRequest";
|
|
469
|
-
const _GDOTRe = "GetDomainObjectTypeResponse";
|
|
470
|
-
const _GDR = "GetDomainRequest";
|
|
471
|
-
const _GDRe = "GetDomainResponse";
|
|
472
|
-
const _GES = "GetEventStream";
|
|
473
|
-
const _GESR = "GetEventStreamRequest";
|
|
474
|
-
const _GESRe = "GetEventStreamResponse";
|
|
475
|
-
const _GET = "GetEventTrigger";
|
|
476
|
-
const _GETR = "GetEventTriggerRequest";
|
|
477
|
-
const _GETRe = "GetEventTriggerResponse";
|
|
478
|
-
const _GI = "GetIntegration";
|
|
479
|
-
const _GIR = "GetIntegrationRequest";
|
|
480
|
-
const _GIRJ = "GetIdentityResolutionJob";
|
|
481
|
-
const _GIRJR = "GetIdentityResolutionJobRequest";
|
|
482
|
-
const _GIRJRe = "GetIdentityResolutionJobResponse";
|
|
483
|
-
const _GIRe = "GetIntegrationResponse";
|
|
484
|
-
const _GL = "GroupList";
|
|
485
|
-
const _GM = "GetMatches";
|
|
486
|
-
const _GMR = "GetMatchesRequest";
|
|
487
|
-
const _GMRe = "GetMatchesResponse";
|
|
488
|
-
const _GOTAS = "GetObjectTypeAttributeStatistics";
|
|
489
|
-
const _GOTASP = "GetObjectTypeAttributeStatisticsPercentiles";
|
|
490
|
-
const _GOTASR = "GetObjectTypeAttributeStatisticsRequest";
|
|
491
|
-
const _GOTASRe = "GetObjectTypeAttributeStatisticsResponse";
|
|
492
|
-
const _GOTASS = "GetObjectTypeAttributeStatisticsStats";
|
|
493
|
-
const _GPHR = "GetProfileHistoryRecord";
|
|
494
|
-
const _GPHRR = "GetProfileHistoryRecordRequest";
|
|
495
|
-
const _GPHRRe = "GetProfileHistoryRecordResponse";
|
|
496
|
-
const _GPOT = "GetProfileObjectType";
|
|
497
|
-
const _GPOTR = "GetProfileObjectTypeRequest";
|
|
498
|
-
const _GPOTRe = "GetProfileObjectTypeResponse";
|
|
499
|
-
const _GPOTT = "GetProfileObjectTypeTemplate";
|
|
500
|
-
const _GPOTTR = "GetProfileObjectTypeTemplateRequest";
|
|
501
|
-
const _GPOTTRe = "GetProfileObjectTypeTemplateResponse";
|
|
502
|
-
const _GPR = "GetProfileRecommendations";
|
|
503
|
-
const _GPRR = "GetProfileRecommendationsRequest";
|
|
504
|
-
const _GPRRe = "GetProfileRecommendationsResponse";
|
|
505
|
-
const _GR = "GetRecommender";
|
|
506
|
-
const _GRR = "GetRecommenderRequest";
|
|
507
|
-
const _GRRe = "GetRecommenderResponse";
|
|
508
|
-
const _GS = "GenderString";
|
|
509
|
-
const _GSD = "GetSegmentDefinition";
|
|
510
|
-
const _GSDR = "GetSegmentDefinitionRequest";
|
|
511
|
-
const _GSDRe = "GetSegmentDefinitionResponse";
|
|
512
|
-
const _GSE = "GetSegmentEstimate";
|
|
513
|
-
const _GSER = "GetSegmentEstimateRequest";
|
|
514
|
-
const _GSERe = "GetSegmentEstimateResponse";
|
|
515
|
-
const _GSM = "GetSegmentMembership";
|
|
516
|
-
const _GSMR = "GetSegmentMembershipRequest";
|
|
517
|
-
const _GSMRe = "GetSegmentMembershipResponse";
|
|
518
|
-
const _GSP = "GetSimilarProfiles";
|
|
519
|
-
const _GSPR = "GetSimilarProfilesRequest";
|
|
520
|
-
const _GSPRe = "GetSimilarProfilesResponse";
|
|
521
|
-
const _GSS = "GetSegmentSnapshot";
|
|
522
|
-
const _GSSR = "GetSegmentSnapshotRequest";
|
|
523
|
-
const _GSSRe = "GetSegmentSnapshotResponse";
|
|
524
|
-
const _GUJ = "GetUploadJob";
|
|
525
|
-
const _GUJP = "GetUploadJobPath";
|
|
526
|
-
const _GUJPR = "GetUploadJobPathRequest";
|
|
527
|
-
const _GUJPRe = "GetUploadJobPathResponse";
|
|
528
|
-
const _GUJR = "GetUploadJobRequest";
|
|
529
|
-
const _GUJRe = "GetUploadJobResponse";
|
|
530
|
-
const _GW = "GetWorkflow";
|
|
531
|
-
const _GWR = "GetWorkflowRequest";
|
|
532
|
-
const _GWRe = "GetWorkflowResponse";
|
|
533
|
-
const _GWS = "GetWorkflowSteps";
|
|
534
|
-
const _GWSR = "GetWorkflowStepsRequest";
|
|
535
|
-
const _GWSRe = "GetWorkflowStepsResponse";
|
|
536
|
-
const _Gr = "Groups";
|
|
537
|
-
const _Gro = "Group";
|
|
538
|
-
const _HPN = "HomePhoneNumber";
|
|
539
|
-
const _I = "Id";
|
|
540
|
-
const _IC = "IntegrationConfig";
|
|
541
|
-
const _ID = "IsDefault";
|
|
542
|
-
const _IDP = "IsDataPartial";
|
|
543
|
-
const _IDR = "IncludeDeletedRecords";
|
|
544
|
-
const _IH = "IncludeHidden";
|
|
545
|
-
const _IL = "ImageLink";
|
|
546
|
-
const _ILn = "IntegrationList";
|
|
547
|
-
const _IPC = "IncrementalPullConfig";
|
|
548
|
-
const _IRJ = "IdentityResolutionJob";
|
|
549
|
-
const _IRJL = "IdentityResolutionJobsList";
|
|
550
|
-
const _ISE = "InternalServerException";
|
|
551
|
-
const _IU = "IsUnstructured";
|
|
552
|
-
const _In = "Include";
|
|
553
|
-
const _It = "Items";
|
|
554
|
-
const _JET = "JobEndTime";
|
|
555
|
-
const _JETo = "JobExpirationTime";
|
|
556
|
-
const _JI = "JobId";
|
|
557
|
-
const _JS = "JobStats";
|
|
558
|
-
const _JST = "JobStartTime";
|
|
559
|
-
const _JSo = "JobSchedule";
|
|
560
|
-
const _K = "Keys";
|
|
561
|
-
const _KA = "KmsArn";
|
|
562
|
-
const _KM = "KeyMap";
|
|
563
|
-
const _KN = "KeyName";
|
|
564
|
-
const _KV = "KeyValue";
|
|
565
|
-
const _L = "Link";
|
|
566
|
-
const _LAI = "ListAccountIntegrations";
|
|
567
|
-
const _LAIR = "ListAccountIntegrationsRequest";
|
|
568
|
-
const _LAIRi = "ListAccountIntegrationsResponse";
|
|
569
|
-
const _LCA = "LastComputedAt";
|
|
570
|
-
const _LCAD = "ListCalculatedAttributeDefinitions";
|
|
571
|
-
const _LCADI = "ListCalculatedAttributeDefinitionItem";
|
|
572
|
-
const _LCADR = "ListCalculatedAttributeDefinitionsRequest";
|
|
573
|
-
const _LCADRi = "ListCalculatedAttributeDefinitionsResponse";
|
|
574
|
-
const _LCAFP = "ListCalculatedAttributesForProfile";
|
|
575
|
-
const _LCAFPI = "ListCalculatedAttributeForProfileItem";
|
|
576
|
-
const _LCAFPR = "ListCalculatedAttributesForProfileRequest";
|
|
577
|
-
const _LCAFPRi = "ListCalculatedAttributesForProfileResponse";
|
|
578
|
-
const _LD = "ListDomains";
|
|
579
|
-
const _LDI = "ListDomainItem";
|
|
580
|
-
const _LDL = "ListDomainLayouts";
|
|
581
|
-
const _LDLR = "ListDomainLayoutsRequest";
|
|
582
|
-
const _LDLRi = "ListDomainLayoutsResponse";
|
|
583
|
-
const _LDN = "LayoutDefinitionName";
|
|
584
|
-
const _LDOT = "ListDomainObjectTypes";
|
|
585
|
-
const _LDOTR = "ListDomainObjectTypesRequest";
|
|
586
|
-
const _LDOTRi = "ListDomainObjectTypesResponse";
|
|
587
|
-
const _LDR = "ListDomainsRequest";
|
|
588
|
-
const _LDRi = "ListDomainsResponse";
|
|
589
|
-
const _LES = "ListEventStreams";
|
|
590
|
-
const _LESR = "ListEventStreamsRequest";
|
|
591
|
-
const _LESRi = "ListEventStreamsResponse";
|
|
592
|
-
const _LET = "ListEventTriggers";
|
|
593
|
-
const _LETR = "ListEventTriggersRequest";
|
|
594
|
-
const _LETRi = "ListEventTriggersResponse";
|
|
595
|
-
const _LI = "LayoutItem";
|
|
596
|
-
const _LII = "ListIntegrationItem";
|
|
597
|
-
const _LIR = "ListIntegrationsRequest";
|
|
598
|
-
const _LIRJ = "ListIdentityResolutionJobs";
|
|
599
|
-
const _LIRJR = "ListIdentityResolutionJobsRequest";
|
|
600
|
-
const _LIRJRi = "ListIdentityResolutionJobsResponse";
|
|
601
|
-
const _LIRi = "ListIntegrationsResponse";
|
|
602
|
-
const _LIi = "ListIntegrations";
|
|
603
|
-
const _LL = "LayoutList";
|
|
604
|
-
const _LN = "LastName";
|
|
605
|
-
const _LO = "LogicalOperator";
|
|
606
|
-
const _LOT = "LastObjectTimestamp";
|
|
607
|
-
const _LOTA = "ListObjectTypeAttributes";
|
|
608
|
-
const _LOTAI = "ListObjectTypeAttributeItem";
|
|
609
|
-
const _LOTAL = "ListObjectTypeAttributesList";
|
|
610
|
-
const _LOTAR = "ListObjectTypeAttributesRequest";
|
|
611
|
-
const _LOTARi = "ListObjectTypeAttributesResponse";
|
|
612
|
-
const _LOTAV = "ListObjectTypeAttributeValues";
|
|
613
|
-
const _LOTAVI = "ListObjectTypeAttributeValuesItem";
|
|
614
|
-
const _LOTAVL = "ListObjectTypeAttributeValuesList";
|
|
615
|
-
const _LOTAVR = "ListObjectTypeAttributeValuesRequest";
|
|
616
|
-
const _LOTAVRi = "ListObjectTypeAttributeValuesResponse";
|
|
617
|
-
const _LPAV = "ListProfileAttributeValues";
|
|
618
|
-
const _LPHR = "ListProfileHistoryRecords";
|
|
619
|
-
const _LPHRR = "ListProfileHistoryRecordsRequest";
|
|
620
|
-
const _LPHRRi = "ListProfileHistoryRecordsResponse";
|
|
621
|
-
const _LPO = "ListProfileObjects";
|
|
622
|
-
const _LPOI = "ListProfileObjectsItem";
|
|
623
|
-
const _LPOR = "ListProfileObjectsRequest";
|
|
624
|
-
const _LPORi = "ListProfileObjectsResponse";
|
|
625
|
-
const _LPOT = "ListProfileObjectTypes";
|
|
626
|
-
const _LPOTI = "ListProfileObjectTypeItem";
|
|
627
|
-
const _LPOTR = "ListProfileObjectTypesRequest";
|
|
628
|
-
const _LPOTRi = "ListProfileObjectTypesResponse";
|
|
629
|
-
const _LPOTT = "ListProfileObjectTypeTemplates";
|
|
630
|
-
const _LPOTTI = "ListProfileObjectTypeTemplateItem";
|
|
631
|
-
const _LPOTTR = "ListProfileObjectTypeTemplatesRequest";
|
|
632
|
-
const _LPOTTRi = "ListProfileObjectTypeTemplatesResponse";
|
|
633
|
-
const _LR = "ListRecommenders";
|
|
634
|
-
const _LRBM = "ListRuleBasedMatches";
|
|
635
|
-
const _LRBMR = "ListRuleBasedMatchesRequest";
|
|
636
|
-
const _LRBMRi = "ListRuleBasedMatchesResponse";
|
|
637
|
-
const _LRR = "ListRecommendersRequest";
|
|
638
|
-
const _LRRR = "ListRecommenderRecipesRequest";
|
|
639
|
-
const _LRRRi = "ListRecommenderRecipesResponse";
|
|
640
|
-
const _LRRi = "ListRecommendersResponse";
|
|
641
|
-
const _LRRis = "ListRecommenderRecipes";
|
|
642
|
-
const _LRU = "LatestRecommenderUpdate";
|
|
643
|
-
const _LSD = "ListSegmentDefinitions";
|
|
644
|
-
const _LSDR = "ListSegmentDefinitionsRequest";
|
|
645
|
-
const _LSDRi = "ListSegmentDefinitionsResponse";
|
|
646
|
-
const _LT = "LayoutType";
|
|
647
|
-
const _LTFR = "ListTagsForResource";
|
|
648
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
649
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
650
|
-
const _LUA = "LastUpdatedAt";
|
|
651
|
-
const _LUJ = "ListUploadJobs";
|
|
652
|
-
const _LUJR = "ListUploadJobsRequest";
|
|
653
|
-
const _LUJRi = "ListUploadJobsResponse";
|
|
654
|
-
const _LW = "ListWorkflows";
|
|
655
|
-
const _LWI = "ListWorkflowsItem";
|
|
656
|
-
const _LWR = "ListWorkflowsRequest";
|
|
657
|
-
const _LWRi = "ListWorkflowsResponse";
|
|
658
|
-
const _La = "Layout";
|
|
659
|
-
const _M = "Message";
|
|
660
|
-
const _MA = "MailingAddress";
|
|
661
|
-
const _MACSFM = "MinAllowedConfidenceScoreForMerging";
|
|
662
|
-
const _MAL = "MatchingAttributesList";
|
|
663
|
-
const _MAPOC = "MaxAvailableProfileObjectCount";
|
|
664
|
-
const _MARLFM = "MaxAllowedRuleLevelForMerging";
|
|
665
|
-
const _MARLFMa = "MaxAllowedRuleLevelForMatching";
|
|
666
|
-
const _MGD = "MatchGenerationDate";
|
|
667
|
-
const _MI = "MatchId";
|
|
668
|
-
const _MIPP = "MaxInvocationsPerProfile";
|
|
669
|
-
const _MIa = "MatchIds";
|
|
670
|
-
const _MIat = "MatchItem";
|
|
671
|
-
const _ML = "MatchesList";
|
|
672
|
-
const _MN = "MiddleName";
|
|
673
|
-
const _MP = "MergeProfiles";
|
|
674
|
-
const _MPC = "MeteringProfileCount";
|
|
675
|
-
const _MPI = "MainProfileId";
|
|
676
|
-
const _MPN = "MobilePhoneNumber";
|
|
677
|
-
const _MPOC = "MaxProfileObjectCount";
|
|
678
|
-
const _MPR = "MergeProfilesRequest";
|
|
679
|
-
const _MPRe = "MergeProfilesResponse";
|
|
680
|
-
const _MR = "MaxResults";
|
|
681
|
-
const _MRa = "MatchingRequest";
|
|
682
|
-
const _MRat = "MatchingResponse";
|
|
683
|
-
const _MRatc = "MatchingRule";
|
|
684
|
-
const _MRatch = "MatchingRules";
|
|
685
|
-
const _MSP = "MarketoSourceProperties";
|
|
686
|
-
const _MT = "MatchType";
|
|
687
|
-
const _Ma = "Marketo";
|
|
688
|
-
const _Mat = "Matching";
|
|
689
|
-
const _Matc = "Matches";
|
|
690
|
-
const _Max = "Maximum";
|
|
691
|
-
const _Me = "Metrics";
|
|
692
|
-
const _Mi = "Minimum";
|
|
693
|
-
const _N = "Name";
|
|
694
|
-
const _NOMD = "NumberOfMergesDone";
|
|
695
|
-
const _NOMF = "NumberOfMatchesFound";
|
|
696
|
-
const _NOMIS = "NumberOfMatchesInSample";
|
|
697
|
-
const _NOPIS = "NumberOfProfilesInSample";
|
|
698
|
-
const _NOPR = "NumberOfProfilesReviewed";
|
|
699
|
-
const _NOPWBM = "NumberOfProfilesWillBeMerged";
|
|
700
|
-
const _NT = "NextToken";
|
|
701
|
-
const _O = "Objects";
|
|
702
|
-
const _OA = "ObjectAttributes";
|
|
703
|
-
const _OAb = "ObjectAttribute";
|
|
704
|
-
const _OC = "ObjectCount";
|
|
705
|
-
const _OF = "ObjectFilter";
|
|
706
|
-
const _OTF = "ObjectTypeField";
|
|
707
|
-
const _OTK = "ObjectTypeKey";
|
|
708
|
-
const _OTKL = "ObjectTypeKeyList";
|
|
709
|
-
const _OTN = "ObjectTypeName";
|
|
710
|
-
const _OTNb = "ObjectTypeNames";
|
|
711
|
-
const _Ob = "Object";
|
|
712
|
-
const _Op = "Operator";
|
|
713
|
-
const _P = "Province";
|
|
714
|
-
const _PA = "ProfileAttributes";
|
|
715
|
-
const _PAVR = "ProfileAttributeValuesRequest";
|
|
716
|
-
const _PAVRr = "ProfileAttributeValuesResponse";
|
|
717
|
-
const _PB = "PerformedBy";
|
|
718
|
-
const _PC = "PostalCode";
|
|
719
|
-
const _PCr = "ProfileCount";
|
|
720
|
-
const _PD = "ProfileDimension";
|
|
721
|
-
const _PDOT = "PutDomainObjectType";
|
|
722
|
-
const _PDOTR = "PutDomainObjectTypeRequest";
|
|
723
|
-
const _PDOTRu = "PutDomainObjectTypeResponse";
|
|
724
|
-
const _PEA = "PersonalEmailAddress";
|
|
725
|
-
const _PHR = "ProfileHistoryRecords";
|
|
726
|
-
const _PHRr = "ProfileHistoryRecord";
|
|
727
|
-
const _PI = "ProfileId";
|
|
728
|
-
const _PIR = "PutIntegrationRequest";
|
|
729
|
-
const _PIRu = "PutIntegrationResponse";
|
|
730
|
-
const _PITBM = "ProfileIdsToBeMerged";
|
|
731
|
-
const _PIr = "ProfileIds";
|
|
732
|
-
const _PIu = "PutIntegration";
|
|
733
|
-
const _PL = "ProfileList";
|
|
734
|
-
const _PM = "PotentialMatches";
|
|
735
|
-
const _PN = "PhoneNumber";
|
|
736
|
-
const _POL = "ProfileObjectList";
|
|
737
|
-
const _POTL = "ProfileObjectTypeList";
|
|
738
|
-
const _POTTL = "ProfileObjectTypeTemplateList";
|
|
739
|
-
const _POUK = "ProfileObjectUniqueKey";
|
|
740
|
-
const _PP = "ProgressPercentage";
|
|
741
|
-
const _PPL = "PhonePreferenceList";
|
|
742
|
-
const _PPO = "PutProfileObject";
|
|
743
|
-
const _PPOR = "PutProfileObjectRequest";
|
|
744
|
-
const _PPORu = "PutProfileObjectResponse";
|
|
745
|
-
const _PPOT = "PutProfileObjectType";
|
|
746
|
-
const _PPOTR = "PutProfileObjectTypeRequest";
|
|
747
|
-
const _PPOTRu = "PutProfileObjectTypeResponse";
|
|
748
|
-
const _PQF = "ProfileQueryFailures";
|
|
749
|
-
const _PQR = "ProfileQueryResult";
|
|
750
|
-
const _PT = "PartyType";
|
|
751
|
-
const _PTD = "ProfileTypeDimension";
|
|
752
|
-
const _PTS = "PartyTypeString";
|
|
753
|
-
const _PTV = "ProfileTypeValues";
|
|
754
|
-
const _PTr = "ProfileType";
|
|
755
|
-
const _P_ = "P5";
|
|
756
|
-
const _P__ = "P25";
|
|
757
|
-
const _P___ = "P50";
|
|
758
|
-
const _P____ = "P75";
|
|
759
|
-
const _P_____ = "P95";
|
|
760
|
-
const _Pe = "Periods";
|
|
761
|
-
const _Per = "Percentiles";
|
|
762
|
-
const _Peri = "Period";
|
|
763
|
-
const _Ph = "Phone";
|
|
764
|
-
const _Pr = "Profiles";
|
|
765
|
-
const _Pri = "Price";
|
|
766
|
-
const _Pro = "Profile";
|
|
767
|
-
const _QED = "QueryEndDate";
|
|
768
|
-
const _QR = "QueryResult";
|
|
769
|
-
const _QSD = "QueryStartDate";
|
|
770
|
-
const _R = "Range";
|
|
771
|
-
const _RA = "RoleArn";
|
|
772
|
-
const _RAe = "RecommenderArn";
|
|
773
|
-
const _RBM = "RuleBasedMatching";
|
|
774
|
-
const _RBMR = "RuleBasedMatchingRequest";
|
|
775
|
-
const _RBMRu = "RuleBasedMatchingResponse";
|
|
776
|
-
const _RC = "RecommenderConfig";
|
|
777
|
-
const _RCe = "RecommenderContext";
|
|
778
|
-
const _RL = "RuleLevel";
|
|
779
|
-
const _RN = "RecommenderName";
|
|
780
|
-
const _RNFE = "ResourceNotFoundException";
|
|
781
|
-
const _RNe = "RecipeName";
|
|
782
|
-
const _RO = "RangeOverride";
|
|
783
|
-
const _RP = "RecordsProcessed";
|
|
784
|
-
const _RR = "RecommenderRecipes";
|
|
785
|
-
const _RRL = "RecommenderRecipesList";
|
|
786
|
-
const _RRN = "RecommenderRecipeName";
|
|
787
|
-
const _RRe = "RecommenderRecipe";
|
|
788
|
-
const _RS = "ResultsSummary";
|
|
789
|
-
const _RSL = "RecommenderSummaryList";
|
|
790
|
-
const _RSe = "RecommenderSummary";
|
|
791
|
-
const _RU = "RecommenderUpdate";
|
|
792
|
-
const _Re = "Readiness";
|
|
793
|
-
const _Rec = "Recommendations";
|
|
794
|
-
const _Reco = "Recommenders";
|
|
795
|
-
const _Recom = "Recommendation";
|
|
796
|
-
const _Ru = "Rule";
|
|
797
|
-
const _S = "Statistic";
|
|
798
|
-
const _SA = "ShippingAddress";
|
|
799
|
-
const _SBN = "S3BucketName";
|
|
800
|
-
const _SC = "StepsCompleted";
|
|
801
|
-
const _SCP = "SourceConnectorProperties";
|
|
802
|
-
const _SCT = "SourceConnectorType";
|
|
803
|
-
const _SCt = "StatusCode";
|
|
804
|
-
const _SD = "StandardDeviation";
|
|
805
|
-
const _SDA = "SegmentDefinitionArn";
|
|
806
|
-
const _SDI = "SegmentDefinitionItem";
|
|
807
|
-
const _SDL = "SegmentDefinitionsList";
|
|
808
|
-
const _SDN = "SegmentDefinitionName";
|
|
809
|
-
const _SDt = "StartDate";
|
|
810
|
-
const _SDta = "StatusDescription";
|
|
811
|
-
const _SE = "S3Exporting";
|
|
812
|
-
const _SEC = "S3ExportingConfig";
|
|
813
|
-
const _SEL = "S3ExportingLocation";
|
|
814
|
-
const _SET = "ScheduleEndTime";
|
|
815
|
-
const _SEc = "ScheduleExpression";
|
|
816
|
-
const _SF = "SegmentFilter";
|
|
817
|
-
const _SFC = "SourceFlowConfig";
|
|
818
|
-
const _SFo = "SourceFields";
|
|
819
|
-
const _SG = "SegmentGroups";
|
|
820
|
-
const _SGL = "SegmentGroupList";
|
|
821
|
-
const _SGS = "SegmentGroupStructure";
|
|
822
|
-
const _SGe = "SegmentGroup";
|
|
823
|
-
const _SI = "SnapshotId";
|
|
824
|
-
const _SIt = "StandardIdentifiers";
|
|
825
|
-
const _SK = "SearchKey";
|
|
826
|
-
const _SKN = "S3KeyName";
|
|
827
|
-
const _SLUTF = "SourceLastUpdatedTimestampFormat";
|
|
828
|
-
const _SM = "StatusMessage";
|
|
829
|
-
const _SN = "SourceName";
|
|
830
|
-
const _SNSP = "ServiceNowSourceProperties";
|
|
831
|
-
const _SNe = "ServiceNow";
|
|
832
|
-
const _SO = "SourceObject";
|
|
833
|
-
const _SOc = "ScheduleOffset";
|
|
834
|
-
const _SP = "SearchProfiles";
|
|
835
|
-
const _SPR = "SearchProfilesRequest";
|
|
836
|
-
const _SPRe = "SearchProfilesResponse";
|
|
837
|
-
const _SQ = "SegmentQuery";
|
|
838
|
-
const _SR = "StatusReason";
|
|
839
|
-
const _SRR = "StartRecommenderRequest";
|
|
840
|
-
const _SRRt = "StartRecommenderResponse";
|
|
841
|
-
const _SRRto = "StopRecommenderRequest";
|
|
842
|
-
const _SRRtop = "StopRecommenderResponse";
|
|
843
|
-
const _SRt = "StartRecommender";
|
|
844
|
-
const _SRto = "StopRecommender";
|
|
845
|
-
const _SS = "StoppedSince";
|
|
846
|
-
const _SSL = "SourceSegmentList";
|
|
847
|
-
const _SSP = "S3SourceProperties";
|
|
848
|
-
const _SSPa = "SalesforceSourceProperties";
|
|
849
|
-
const _SSQ = "SegmentSqlQuery";
|
|
850
|
-
const _SST = "ScheduleStartTime";
|
|
851
|
-
const _SSo = "SourceSegments";
|
|
852
|
-
const _SSou = "SourceSegment";
|
|
853
|
-
const _ST = "StartTime";
|
|
854
|
-
const _STP = "ScheduledTriggerProperties";
|
|
855
|
-
const _STe = "SegmentType";
|
|
856
|
-
const _STo = "SourceType";
|
|
857
|
-
const _SUJ = "StartUploadJob";
|
|
858
|
-
const _SUJR = "StartUploadJobRequest";
|
|
859
|
-
const _SUJRt = "StartUploadJobResponse";
|
|
860
|
-
const _SUJRto = "StopUploadJobRequest";
|
|
861
|
-
const _SUJRtop = "StopUploadJobResponse";
|
|
862
|
-
const _SUJt = "StopUploadJob";
|
|
863
|
-
const _SV = "SearchValue";
|
|
864
|
-
const _S_ = "S3";
|
|
865
|
-
const _Sa = "Salesforce";
|
|
866
|
-
const _Sc = "Scope";
|
|
867
|
-
const _Sch = "Scheduled";
|
|
868
|
-
const _Sco = "Score";
|
|
869
|
-
const _So = "Source";
|
|
870
|
-
const _St = "State";
|
|
871
|
-
const _Sta = "Status";
|
|
872
|
-
const _Star = "Start";
|
|
873
|
-
const _Stat = "Stats";
|
|
874
|
-
const _Stati = "Statistics";
|
|
875
|
-
const _T = "Type";
|
|
876
|
-
const _TC = "TriggerConfig";
|
|
877
|
-
const _TE = "ThrottlingException";
|
|
878
|
-
const _TF = "TimestampFormat";
|
|
879
|
-
const _TFr = "TrainingFrequency";
|
|
880
|
-
const _TI = "TemplateId";
|
|
881
|
-
const _TM = "TrainingMetrics";
|
|
882
|
-
const _TMC = "TrainingMetricsCount";
|
|
883
|
-
const _TML = "TrainingMetricsList";
|
|
884
|
-
const _TP = "TaskProperties";
|
|
885
|
-
const _TPr = "TriggerProperties";
|
|
886
|
-
const _TR = "TagResource";
|
|
887
|
-
const _TRR = "TagResourceRequest";
|
|
888
|
-
const _TRRa = "TagResourceResponse";
|
|
889
|
-
const _TS = "TotalSteps";
|
|
890
|
-
const _TSi = "TimestampSource";
|
|
891
|
-
const _TSo = "TotalSize";
|
|
892
|
-
const _TT = "TaskType";
|
|
893
|
-
const _TTr = "TriggerType";
|
|
894
|
-
const _Ta = "Tags";
|
|
895
|
-
const _Tar = "Target";
|
|
896
|
-
const _Tas = "Tasks";
|
|
897
|
-
const _Task = "Task";
|
|
898
|
-
const _Th = "Threshold";
|
|
899
|
-
const _Ti = "Time";
|
|
900
|
-
const _Tim = "Timezone";
|
|
901
|
-
const _U = "Uri";
|
|
902
|
-
const _UA = "UpdatedAt";
|
|
903
|
-
const _UAp = "UpdateAddress";
|
|
904
|
-
const _UApd = "UpdateAttributes";
|
|
905
|
-
const _UCAD = "UpdateCalculatedAttributeDefinition";
|
|
906
|
-
const _UCADR = "UpdateCalculatedAttributeDefinitionRequest";
|
|
907
|
-
const _UCADRp = "UpdateCalculatedAttributeDefinitionResponse";
|
|
908
|
-
const _UD = "UpdateDomain";
|
|
909
|
-
const _UDL = "UpdateDomainLayout";
|
|
910
|
-
const _UDLR = "UpdateDomainLayoutRequest";
|
|
911
|
-
const _UDLRp = "UpdateDomainLayoutResponse";
|
|
912
|
-
const _UDR = "UpdateDomainRequest";
|
|
913
|
-
const _UDRp = "UpdateDomainResponse";
|
|
914
|
-
const _UET = "UpdateEventTrigger";
|
|
915
|
-
const _UETR = "UpdateEventTriggerRequest";
|
|
916
|
-
const _UETRp = "UpdateEventTriggerResponse";
|
|
917
|
-
const _UHD = "UseHistoricalData";
|
|
918
|
-
const _UJI = "UploadJobItem";
|
|
919
|
-
const _UJL = "UploadJobsList";
|
|
920
|
-
const _UK = "UniqueKey";
|
|
921
|
-
const _UP = "UpdateProfile";
|
|
922
|
-
const _UPR = "UpdateProfileRequest";
|
|
923
|
-
const _UPRp = "UpdateProfileResponse";
|
|
924
|
-
const _UR = "UpdatedRecords";
|
|
925
|
-
const _URR = "UntagResourceRequest";
|
|
926
|
-
const _URRn = "UntagResourceResponse";
|
|
927
|
-
const _URRp = "UpdateRecommenderRequest";
|
|
928
|
-
const _URRpd = "UpdateRecommenderResponse";
|
|
929
|
-
const _URn = "UntagResource";
|
|
930
|
-
const _URp = "UpdateRecommender";
|
|
931
|
-
const _US = "UnhealthySince";
|
|
932
|
-
const _Un = "Unit";
|
|
933
|
-
const _Unl = "Unlimited";
|
|
934
|
-
const _Ur = "Url";
|
|
935
|
-
const _V = "Values";
|
|
936
|
-
const _VR = "ValueRange";
|
|
937
|
-
const _VU = "ValidUntil";
|
|
938
|
-
const _Va = "Value";
|
|
939
|
-
const _Ve = "Version";
|
|
940
|
-
const _WA = "WorkflowAttributes";
|
|
941
|
-
const _WI = "WorkflowId";
|
|
942
|
-
const _WL = "WorkflowList";
|
|
943
|
-
const _WM = "WorkflowMetrics";
|
|
944
|
-
const _WSI = "WorkflowStepItem";
|
|
945
|
-
const _WSL = "WorkflowStepsList";
|
|
946
|
-
const _WT = "WorkflowType";
|
|
947
|
-
const _Z = "Zendesk";
|
|
948
|
-
const _ZSP = "ZendeskSourceProperties";
|
|
949
|
-
const _aSKL = "additionalSearchKeysList";
|
|
950
|
-
const _c = "client";
|
|
951
|
-
const _d = "description";
|
|
952
|
-
const _e = "error";
|
|
953
|
-
const _fBL = "foundByList";
|
|
954
|
-
const _h = "http";
|
|
955
|
-
const _hE = "httpError";
|
|
956
|
-
const _hQ = "httpQuery";
|
|
957
|
-
const _ih = "include-hidden";
|
|
958
|
-
const _jN = "jsonName";
|
|
959
|
-
const _mr = "max-results";
|
|
960
|
-
const _n = "name";
|
|
961
|
-
const _nt = "next-token";
|
|
962
|
-
const _rA = "resourceArn";
|
|
963
|
-
const _s = "server";
|
|
964
|
-
const _sJ = "stringifiedJson";
|
|
965
|
-
const _sST = "sensitiveString0To1000";
|
|
966
|
-
const _sSTe = "sensitiveString0To255";
|
|
967
|
-
const _sSTen = "sensitiveString1To1000";
|
|
968
|
-
const _sSTens = "sensitiveString1To10000";
|
|
969
|
-
const _sSTensi = "sensitiveString1To2000000";
|
|
970
|
-
const _sSTensit = "sensitiveString1To255";
|
|
971
|
-
const _sSTensiti = "sensitiveString1To4000";
|
|
972
|
-
const _sSTensitiv = "sensitiveString1To50000";
|
|
973
|
-
const _sT = "sensitiveText";
|
|
974
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.customerprofiles";
|
|
975
|
-
const _t = "tags";
|
|
976
|
-
const _tK = "tagKeys";
|
|
977
|
-
const _tmc = "training-metrics-count";
|
|
978
|
-
const n0 = "com.amazonaws.customerprofiles";
|
|
979
|
-
var Gender$1 = [0, n0, _G, 8, 0];
|
|
980
|
-
var PartyType$1 = [0, n0, _PT, 8, 0];
|
|
981
|
-
var ProfileType$1 = [0, n0, _PTr, 8, 0];
|
|
982
|
-
var sensitiveString0To1000 = [0, n0, _sST, 8, 0];
|
|
983
|
-
var sensitiveString0To255 = [0, n0, _sSTe, 8, 0];
|
|
984
|
-
var sensitiveString1To1000 = [0, n0, _sSTen, 8, 0];
|
|
985
|
-
var sensitiveString1To10000 = [0, n0, _sSTens, 8, 0];
|
|
986
|
-
var sensitiveString1To2000000 = [0, n0, _sSTensi, 8, 0];
|
|
987
|
-
var sensitiveString1To255 = [0, n0, _sSTensit, 8, 0];
|
|
988
|
-
var sensitiveString1To4000 = [0, n0, _sSTensiti, 8, 0];
|
|
989
|
-
var sensitiveString1To50000 = [0, n0, _sSTensitiv, 8, 0];
|
|
990
|
-
var sensitiveText = [0, n0, _sT, 8, 0];
|
|
991
|
-
var Statistic$1 = [0, n0, _S, 8, 0];
|
|
992
|
-
var stringifiedJson = [0, n0, _sJ, 8, 0];
|
|
993
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
994
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
995
|
-
[_M],
|
|
996
|
-
[0]
|
|
997
|
-
];
|
|
998
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
999
|
-
var AdditionalSearchKey$ = [3, n0, _ASK,
|
|
1000
|
-
0,
|
|
1001
|
-
[_KN, _V],
|
|
1002
|
-
[0, 64 | 0], 2
|
|
1003
|
-
];
|
|
1004
|
-
var AddProfileKeyRequest$ = [3, n0, _APKR,
|
|
1005
|
-
0,
|
|
1006
|
-
[_PI, _KN, _V, _DN],
|
|
1007
|
-
[0, 0, 64 | 0, [0, 1]], 4
|
|
1008
|
-
];
|
|
1009
|
-
var AddProfileKeyResponse$ = [3, n0, _APKRd,
|
|
1010
|
-
0,
|
|
1011
|
-
[_KN, _V],
|
|
1012
|
-
[0, 64 | 0]
|
|
1013
|
-
];
|
|
1014
|
-
var Address$ = [3, n0, _A,
|
|
1015
|
-
8,
|
|
1016
|
-
[_Ad, _Add, _Addr, _Addre, _C, _Co, _St, _P, _Cou, _PC],
|
|
1017
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
1018
|
-
];
|
|
1019
|
-
var AddressDimension$ = [3, n0, _AD,
|
|
1020
|
-
0,
|
|
1021
|
-
[_C, _Cou, _Co, _PC, _P, _St],
|
|
1022
|
-
[[() => ProfileDimension$, { [_jN]: _C }], [() => ProfileDimension$, { [_jN]: _Cou }], [() => ProfileDimension$, { [_jN]: _Co }], [() => ProfileDimension$, { [_jN]: _PC }], [() => ProfileDimension$, { [_jN]: _P }], [() => ProfileDimension$, { [_jN]: _St }]]
|
|
1023
|
-
];
|
|
1024
|
-
var AppflowIntegration$ = [3, n0, _AI,
|
|
1025
|
-
0,
|
|
1026
|
-
[_FD, _B],
|
|
1027
|
-
[[() => FlowDefinition$, 0], () => Batches], 1
|
|
1028
|
-
];
|
|
1029
|
-
var AppflowIntegrationWorkflowAttributes$ = [3, n0, _AIWA,
|
|
1030
|
-
0,
|
|
1031
|
-
[_SCT, _CPN, _RA],
|
|
1032
|
-
[0, 0, 0], 2
|
|
1033
|
-
];
|
|
1034
|
-
var AppflowIntegrationWorkflowMetrics$ = [3, n0, _AIWM,
|
|
1035
|
-
0,
|
|
1036
|
-
[_RP, _SC, _TS],
|
|
1037
|
-
[1, 1, 1], 3
|
|
1038
|
-
];
|
|
1039
|
-
var AppflowIntegrationWorkflowStep$ = [3, n0, _AIWS,
|
|
1040
|
-
0,
|
|
1041
|
-
[_FN, _Sta, _EM, _RP, _BRST, _BRET, _CA, _LUA],
|
|
1042
|
-
[0, 0, 0, 1, 0, 0, 4, 4], 8
|
|
1043
|
-
];
|
|
1044
|
-
var AttributeDetails$ = [3, n0, _ADt,
|
|
1045
|
-
8,
|
|
1046
|
-
[_At, _E],
|
|
1047
|
-
[() => AttributeList, 0], 2
|
|
1048
|
-
];
|
|
1049
|
-
var AttributeDimension$ = [3, n0, _ADtt,
|
|
1050
|
-
0,
|
|
1051
|
-
[_DT, _V],
|
|
1052
|
-
[[0, { [_jN]: _DT }], [64 | 0, { [_jN]: _V }]], 2
|
|
1053
|
-
];
|
|
1054
|
-
var AttributeItem$ = [3, n0, _AIt,
|
|
1055
|
-
0,
|
|
1056
|
-
[_N],
|
|
1057
|
-
[0], 1
|
|
1058
|
-
];
|
|
1059
|
-
var AttributeTypesSelector$ = [3, n0, _ATS,
|
|
1060
|
-
0,
|
|
1061
|
-
[_AMM, _A, _PN, _EA],
|
|
1062
|
-
[0, 64 | 0, 64 | 0, 64 | 0], 1
|
|
1063
|
-
];
|
|
1064
|
-
var AttributeValueItem$ = [3, n0, _AVI,
|
|
1065
|
-
0,
|
|
1066
|
-
[_Va],
|
|
1067
|
-
[0]
|
|
1068
|
-
];
|
|
1069
|
-
var AutoMerging$ = [3, n0, _AM,
|
|
1070
|
-
0,
|
|
1071
|
-
[_En, _Con, _CR, _MACSFM],
|
|
1072
|
-
[2, () => Consolidation$, () => ConflictResolution$, 1], 1
|
|
1073
|
-
];
|
|
1074
|
-
var BadRequestException$ = [-3, n0, _BRE,
|
|
1075
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1076
|
-
[_M],
|
|
1077
|
-
[0]
|
|
1078
|
-
];
|
|
1079
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
1080
|
-
var Batch$ = [3, n0, _Ba,
|
|
1081
|
-
0,
|
|
1082
|
-
[_ST, _ET],
|
|
1083
|
-
[4, 4], 2
|
|
1084
|
-
];
|
|
1085
|
-
var BatchGetCalculatedAttributeForProfileError$ = [3, n0, _BGCAFPE,
|
|
1086
|
-
0,
|
|
1087
|
-
[_Cod, _M, _PI],
|
|
1088
|
-
[0, 0, 0], 3
|
|
1089
|
-
];
|
|
1090
|
-
var BatchGetCalculatedAttributeForProfileRequest$ = [3, n0, _BGCAFPR,
|
|
1091
|
-
0,
|
|
1092
|
-
[_CAN, _DN, _PIr, _CO],
|
|
1093
|
-
[[0, 1], [0, 1], 64 | 0, [() => ConditionOverrides$, 0]], 3
|
|
1094
|
-
];
|
|
1095
|
-
var BatchGetCalculatedAttributeForProfileResponse$ = [3, n0, _BGCAFPRa,
|
|
1096
|
-
0,
|
|
1097
|
-
[_Er, _CAV, _CO],
|
|
1098
|
-
[() => BatchGetCalculatedAttributeForProfileErrorList, () => CalculatedAttributeValueList, [() => ConditionOverrides$, 0]]
|
|
1099
|
-
];
|
|
1100
|
-
var BatchGetProfileError$ = [3, n0, _BGPE,
|
|
1101
|
-
0,
|
|
1102
|
-
[_Cod, _M, _PI],
|
|
1103
|
-
[0, 0, 0], 3
|
|
1104
|
-
];
|
|
1105
|
-
var BatchGetProfileRequest$ = [3, n0, _BGPR,
|
|
1106
|
-
0,
|
|
1107
|
-
[_DN, _PIr],
|
|
1108
|
-
[[0, 1], 64 | 0], 2
|
|
1109
|
-
];
|
|
1110
|
-
var BatchGetProfileResponse$ = [3, n0, _BGPRa,
|
|
1111
|
-
0,
|
|
1112
|
-
[_Er, _Pr],
|
|
1113
|
-
[() => BatchGetProfileErrorList, [() => ProfileList, 0]]
|
|
1114
|
-
];
|
|
1115
|
-
var CalculatedAttributeDimension$ = [3, n0, _CAD,
|
|
1116
|
-
0,
|
|
1117
|
-
[_DT, _V, _CO],
|
|
1118
|
-
[[0, { [_jN]: _DT }], [64 | 0, { [_jN]: _V }], [() => ConditionOverrides$, { [_jN]: _CO }]], 2
|
|
1119
|
-
];
|
|
1120
|
-
var CalculatedAttributeValue$ = [3, n0, _CAVa,
|
|
1121
|
-
0,
|
|
1122
|
-
[_CAN, _DNi, _IDP, _PI, _Va, _LOT],
|
|
1123
|
-
[0, 0, 0, 0, 0, 4]
|
|
1124
|
-
];
|
|
1125
|
-
var CatalogItem$ = [3, n0, _CI,
|
|
1126
|
-
0,
|
|
1127
|
-
[_I, _N, _Cod, _T, _Ca, _D, _AId, _IL, _L, _CA, _UA, _Pri, _At],
|
|
1128
|
-
[[() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To1000, 0], [() => sensitiveString1To1000, 0], [() => sensitiveString1To1000, 0], 4, 4, [() => sensitiveString1To255, 0], [() => Attributes, 0]]
|
|
1129
|
-
];
|
|
1130
|
-
var ConditionOverrides$ = [3, n0, _CO,
|
|
1131
|
-
8,
|
|
1132
|
-
[_R],
|
|
1133
|
-
[() => RangeOverride$]
|
|
1134
|
-
];
|
|
1135
|
-
var Conditions$ = [3, n0, _Cond,
|
|
1136
|
-
8,
|
|
1137
|
-
[_R, _OC, _Th],
|
|
1138
|
-
[() => Range$, 1, () => Threshold$]
|
|
1139
|
-
];
|
|
1140
|
-
var ConflictResolution$ = [3, n0, _CR,
|
|
1141
|
-
0,
|
|
1142
|
-
[_CRM, _SN],
|
|
1143
|
-
[0, 0], 1
|
|
1144
|
-
];
|
|
1145
|
-
var ConnectorOperator$ = [3, n0, _COo,
|
|
1146
|
-
0,
|
|
1147
|
-
[_Ma, _S_, _Sa, _SNe, _Z],
|
|
1148
|
-
[0, 0, 0, 0, 0]
|
|
1149
|
-
];
|
|
1150
|
-
var Consolidation$ = [3, n0, _Con,
|
|
1151
|
-
0,
|
|
1152
|
-
[_MAL],
|
|
1153
|
-
[[1, n0, _MAL, 0, 64 | 0]], 1
|
|
1154
|
-
];
|
|
1155
|
-
var ContactPreference$ = [3, n0, _CP,
|
|
1156
|
-
0,
|
|
1157
|
-
[_KN, _KV, _PI, _CT],
|
|
1158
|
-
[0, 0, 0, 0]
|
|
1159
|
-
];
|
|
1160
|
-
var CreateCalculatedAttributeDefinitionRequest$ = [3, n0, _CCADR,
|
|
1161
|
-
0,
|
|
1162
|
-
[_DN, _CAN, _ADt, _S, _DNi, _D, _Cond, _F, _UHD, _Ta],
|
|
1163
|
-
[[0, 1], [0, 1], [() => AttributeDetails$, 0], [() => Statistic$1, 0], 0, [() => sensitiveText, 0], [() => Conditions$, 0], () => Filter$, 2, 128 | 0], 4
|
|
1164
|
-
];
|
|
1165
|
-
var CreateCalculatedAttributeDefinitionResponse$ = [3, n0, _CCADRr,
|
|
1166
|
-
0,
|
|
1167
|
-
[_CAN, _DNi, _D, _ADt, _Cond, _F, _S, _CA, _LUA, _UHD, _Sta, _Re, _Ta],
|
|
1168
|
-
[0, 0, [() => sensitiveText, 0], [() => AttributeDetails$, 0], [() => Conditions$, 0], () => Filter$, [() => Statistic$1, 0], 4, 4, 2, 0, () => Readiness$, 128 | 0]
|
|
1169
|
-
];
|
|
1170
|
-
var CreateDomainLayoutRequest$ = [3, n0, _CDLR,
|
|
1171
|
-
0,
|
|
1172
|
-
[_DN, _LDN, _D, _DNi, _LT, _La, _ID, _Ta],
|
|
1173
|
-
[[0, 1], [0, 1], [() => sensitiveText, 0], 0, 0, [() => sensitiveString1To2000000, 0], 2, 128 | 0], 6
|
|
1174
|
-
];
|
|
1175
|
-
var CreateDomainLayoutResponse$ = [3, n0, _CDLRr,
|
|
1176
|
-
0,
|
|
1177
|
-
[_LDN, _D, _DNi, _LT, _La, _Ve, _CA, _ID, _Ta, _LUA],
|
|
1178
|
-
[0, [() => sensitiveText, 0], 0, 0, [() => sensitiveString1To2000000, 0], 0, 4, 2, 128 | 0, 4], 7
|
|
1179
|
-
];
|
|
1180
|
-
var CreateDomainRequest$ = [3, n0, _CDR,
|
|
1181
|
-
0,
|
|
1182
|
-
[_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _DS, _Ta],
|
|
1183
|
-
[[0, 1], 1, 0, 0, () => MatchingRequest$, () => RuleBasedMatchingRequest$, () => DataStoreRequest$, 128 | 0], 2
|
|
1184
|
-
];
|
|
1185
|
-
var CreateDomainResponse$ = [3, n0, _CDRr,
|
|
1186
|
-
0,
|
|
1187
|
-
[_DN, _DED, _CA, _LUA, _DEK, _DLQU, _Mat, _RBM, _DS, _Ta],
|
|
1188
|
-
[0, 1, 4, 4, 0, 0, () => MatchingResponse$, () => RuleBasedMatchingResponse$, () => DataStoreResponse$, 128 | 0], 4
|
|
1189
|
-
];
|
|
1190
|
-
var CreateEventStreamRequest$ = [3, n0, _CESR,
|
|
1191
|
-
0,
|
|
1192
|
-
[_DN, _U, _ESN, _Ta],
|
|
1193
|
-
[[0, 1], 0, [0, 1], 128 | 0], 3
|
|
1194
|
-
];
|
|
1195
|
-
var CreateEventStreamResponse$ = [3, n0, _CESRr,
|
|
1196
|
-
0,
|
|
1197
|
-
[_ESA, _Ta],
|
|
1198
|
-
[0, 128 | 0], 1
|
|
1199
|
-
];
|
|
1200
|
-
var CreateEventTriggerRequest$ = [3, n0, _CETR,
|
|
1201
|
-
0,
|
|
1202
|
-
[_DN, _ETN, _OTN, _ETC, _D, _SF, _ETL, _Ta],
|
|
1203
|
-
[[0, 1], [0, 1], 0, [() => EventTriggerConditions, 0], [() => sensitiveText, 0], 0, () => EventTriggerLimits$, 128 | 0], 4
|
|
1204
|
-
];
|
|
1205
|
-
var CreateEventTriggerResponse$ = [3, n0, _CETRr,
|
|
1206
|
-
0,
|
|
1207
|
-
[_ETN, _OTN, _D, _ETC, _SF, _ETL, _CA, _LUA, _Ta],
|
|
1208
|
-
[0, 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits$, 4, 4, 128 | 0]
|
|
1209
|
-
];
|
|
1210
|
-
var CreateIntegrationWorkflowRequest$ = [3, n0, _CIWR,
|
|
1211
|
-
0,
|
|
1212
|
-
[_DN, _WT, _IC, _OTN, _RA, _Ta],
|
|
1213
|
-
[[0, 1], 0, [() => IntegrationConfig$, 0], 0, 0, 128 | 0], 5
|
|
1214
|
-
];
|
|
1215
|
-
var CreateIntegrationWorkflowResponse$ = [3, n0, _CIWRr,
|
|
1216
|
-
0,
|
|
1217
|
-
[_WI, _M],
|
|
1218
|
-
[0, 0], 2
|
|
1219
|
-
];
|
|
1220
|
-
var CreateProfileRequest$ = [3, n0, _CPR,
|
|
1221
|
-
0,
|
|
1222
|
-
[_DN, _AN, _AId, _PT, _BN, _FNi, _MN, _LN, _BD, _G, _PN, _MPN, _HPN, _BPN, _EA, _PEA, _BEA, _A, _SA, _MA, _BA, _At, _PTS, _GS, _PTr, _EP],
|
|
1223
|
-
[[0, 1], [() => sensitiveString1To255, 0], [() => sensitiveString1To1000, 0], [() => PartyType$1, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => Gender$1, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => Address$, 0], [() => Address$, 0], [() => Address$, 0], [() => Address$, 0], [() => Attributes, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => ProfileType$1, 0], [() => EngagementPreferences$, 0]], 1
|
|
1224
|
-
];
|
|
1225
|
-
var CreateProfileResponse$ = [3, n0, _CPRr,
|
|
1226
|
-
0,
|
|
1227
|
-
[_PI],
|
|
1228
|
-
[0], 1
|
|
1229
|
-
];
|
|
1230
|
-
var CreateRecommenderRequest$ = [3, n0, _CRR,
|
|
1231
|
-
0,
|
|
1232
|
-
[_DN, _RN, _RRN, _RC, _D, _Ta],
|
|
1233
|
-
[[0, 1], [0, 1], 0, () => RecommenderConfig$, [() => sensitiveText, 0], 128 | 0], 3
|
|
1234
|
-
];
|
|
1235
|
-
var CreateRecommenderResponse$ = [3, n0, _CRRr,
|
|
1236
|
-
0,
|
|
1237
|
-
[_RAe, _Ta],
|
|
1238
|
-
[0, 128 | 0], 1
|
|
1239
|
-
];
|
|
1240
|
-
var CreateSegmentDefinitionRequest$ = [3, n0, _CSDR,
|
|
1241
|
-
0,
|
|
1242
|
-
[_DN, _SDN, _DNi, _D, _SG, _SSQ, _Ta],
|
|
1243
|
-
[[0, 1], [0, 1], 0, [() => sensitiveString1To4000, 0], [() => SegmentGroup$, 0], [() => sensitiveString1To50000, 0], 128 | 0], 3
|
|
1244
|
-
];
|
|
1245
|
-
var CreateSegmentDefinitionResponse$ = [3, n0, _CSDRr,
|
|
1246
|
-
0,
|
|
1247
|
-
[_SDN, _DNi, _D, _CA, _SDA, _Ta],
|
|
1248
|
-
[[0, { [_jN]: _SDN }], [0, { [_jN]: _DNi }], [() => sensitiveString1To4000, { [_jN]: _D }], [4, { [_jN]: _CA }], [0, { [_jN]: _SDA }], [128 | 0, { [_jN]: _Ta }]], 1
|
|
1249
|
-
];
|
|
1250
|
-
var CreateSegmentEstimateRequest$ = [3, n0, _CSER,
|
|
1251
|
-
0,
|
|
1252
|
-
[_DN, _SQ, _SSQ],
|
|
1253
|
-
[[0, 1], [() => SegmentGroupStructure$, 0], [() => sensitiveString1To50000, 0]], 1
|
|
1254
|
-
];
|
|
1255
|
-
var CreateSegmentEstimateResponse$ = [3, n0, _CSERr,
|
|
1256
|
-
0,
|
|
1257
|
-
[_DN, _EI, _SCt],
|
|
1258
|
-
[0, 0, [1, 32]]
|
|
1259
|
-
];
|
|
1260
|
-
var CreateSegmentSnapshotRequest$ = [3, n0, _CSSR,
|
|
1261
|
-
0,
|
|
1262
|
-
[_DN, _SDN, _DF, _EK, _RA, _DU],
|
|
1263
|
-
[[0, 1], [0, 1], 0, 0, 0, 0], 3
|
|
1264
|
-
];
|
|
1265
|
-
var CreateSegmentSnapshotResponse$ = [3, n0, _CSSRr,
|
|
1266
|
-
0,
|
|
1267
|
-
[_SI],
|
|
1268
|
-
[0], 1
|
|
1269
|
-
];
|
|
1270
|
-
var CreateUploadJobRequest$ = [3, n0, _CUJR,
|
|
1271
|
-
0,
|
|
1272
|
-
[_DN, _DNi, _Fi, _UK, _DE],
|
|
1273
|
-
[[0, 1], 0, [() => FieldMap, 0], 0, 1], 4
|
|
1274
|
-
];
|
|
1275
|
-
var CreateUploadJobResponse$ = [3, n0, _CUJRr,
|
|
1276
|
-
0,
|
|
1277
|
-
[_JI],
|
|
1278
|
-
[[0, { [_jN]: _JI }]], 1
|
|
1279
|
-
];
|
|
1280
|
-
var DataStoreRequest$ = [3, n0, _DSR,
|
|
1281
|
-
0,
|
|
1282
|
-
[_En],
|
|
1283
|
-
[2]
|
|
1284
|
-
];
|
|
1285
|
-
var DataStoreResponse$ = [3, n0, _DSRa,
|
|
1286
|
-
0,
|
|
1287
|
-
[_En, _Re],
|
|
1288
|
-
[2, () => Readiness$]
|
|
1289
|
-
];
|
|
1290
|
-
var DateDimension$ = [3, n0, _DD,
|
|
1291
|
-
0,
|
|
1292
|
-
[_DT, _V],
|
|
1293
|
-
[[0, { [_jN]: _DT }], [64 | 0, { [_jN]: _V }]], 2
|
|
1294
|
-
];
|
|
1295
|
-
var DeleteCalculatedAttributeDefinitionRequest$ = [3, n0, _DCADR,
|
|
1296
|
-
0,
|
|
1297
|
-
[_DN, _CAN],
|
|
1298
|
-
[[0, 1], [0, 1]], 2
|
|
1299
|
-
];
|
|
1300
|
-
var DeleteCalculatedAttributeDefinitionResponse$ = [3, n0, _DCADRe,
|
|
1301
|
-
0,
|
|
1302
|
-
[],
|
|
1303
|
-
[]
|
|
1304
|
-
];
|
|
1305
|
-
var DeleteDomainLayoutRequest$ = [3, n0, _DDLR,
|
|
1306
|
-
0,
|
|
1307
|
-
[_DN, _LDN],
|
|
1308
|
-
[[0, 1], [0, 1]], 2
|
|
1309
|
-
];
|
|
1310
|
-
var DeleteDomainLayoutResponse$ = [3, n0, _DDLRe,
|
|
1311
|
-
0,
|
|
1312
|
-
[_M],
|
|
1313
|
-
[0], 1
|
|
1314
|
-
];
|
|
1315
|
-
var DeleteDomainObjectTypeRequest$ = [3, n0, _DDOTR,
|
|
1316
|
-
0,
|
|
1317
|
-
[_DN, _OTN],
|
|
1318
|
-
[[0, 1], [0, 1]], 2
|
|
1319
|
-
];
|
|
1320
|
-
var DeleteDomainObjectTypeResponse$ = [3, n0, _DDOTRe,
|
|
1321
|
-
0,
|
|
1322
|
-
[],
|
|
1323
|
-
[]
|
|
1324
|
-
];
|
|
1325
|
-
var DeleteDomainRequest$ = [3, n0, _DDR,
|
|
1326
|
-
0,
|
|
1327
|
-
[_DN],
|
|
1328
|
-
[[0, 1]], 1
|
|
1329
|
-
];
|
|
1330
|
-
var DeleteDomainResponse$ = [3, n0, _DDRe,
|
|
1331
|
-
0,
|
|
1332
|
-
[_M],
|
|
1333
|
-
[0], 1
|
|
1334
|
-
];
|
|
1335
|
-
var DeleteEventStreamRequest$ = [3, n0, _DESR,
|
|
1336
|
-
0,
|
|
1337
|
-
[_DN, _ESN],
|
|
1338
|
-
[[0, 1], [0, 1]], 2
|
|
1339
|
-
];
|
|
1340
|
-
var DeleteEventStreamResponse$ = [3, n0, _DESRe,
|
|
1341
|
-
0,
|
|
1342
|
-
[],
|
|
1343
|
-
[]
|
|
1344
|
-
];
|
|
1345
|
-
var DeleteEventTriggerRequest$ = [3, n0, _DETR,
|
|
1346
|
-
0,
|
|
1347
|
-
[_DN, _ETN],
|
|
1348
|
-
[[0, 1], [0, 1]], 2
|
|
1349
|
-
];
|
|
1350
|
-
var DeleteEventTriggerResponse$ = [3, n0, _DETRe,
|
|
1351
|
-
0,
|
|
1352
|
-
[_M],
|
|
1353
|
-
[0], 1
|
|
1354
|
-
];
|
|
1355
|
-
var DeleteIntegrationRequest$ = [3, n0, _DIR,
|
|
1356
|
-
0,
|
|
1357
|
-
[_DN, _U],
|
|
1358
|
-
[[0, 1], 0], 2
|
|
1359
|
-
];
|
|
1360
|
-
var DeleteIntegrationResponse$ = [3, n0, _DIRe,
|
|
1361
|
-
0,
|
|
1362
|
-
[_M],
|
|
1363
|
-
[0], 1
|
|
1364
|
-
];
|
|
1365
|
-
var DeleteProfileKeyRequest$ = [3, n0, _DPKR,
|
|
1366
|
-
0,
|
|
1367
|
-
[_PI, _KN, _V, _DN],
|
|
1368
|
-
[0, 0, 64 | 0, [0, 1]], 4
|
|
1369
|
-
];
|
|
1370
|
-
var DeleteProfileKeyResponse$ = [3, n0, _DPKRe,
|
|
1371
|
-
0,
|
|
1372
|
-
[_M],
|
|
1373
|
-
[0]
|
|
1374
|
-
];
|
|
1375
|
-
var DeleteProfileObjectRequest$ = [3, n0, _DPOR,
|
|
1376
|
-
0,
|
|
1377
|
-
[_PI, _POUK, _OTN, _DN],
|
|
1378
|
-
[0, 0, 0, [0, 1]], 4
|
|
1379
|
-
];
|
|
1380
|
-
var DeleteProfileObjectResponse$ = [3, n0, _DPORe,
|
|
1381
|
-
0,
|
|
1382
|
-
[_M],
|
|
1383
|
-
[0]
|
|
1384
|
-
];
|
|
1385
|
-
var DeleteProfileObjectTypeRequest$ = [3, n0, _DPOTR,
|
|
1386
|
-
0,
|
|
1387
|
-
[_DN, _OTN],
|
|
1388
|
-
[[0, 1], [0, 1]], 2
|
|
1389
|
-
];
|
|
1390
|
-
var DeleteProfileObjectTypeResponse$ = [3, n0, _DPOTRe,
|
|
1391
|
-
0,
|
|
1392
|
-
[_M],
|
|
1393
|
-
[0], 1
|
|
1394
|
-
];
|
|
1395
|
-
var DeleteProfileRequest$ = [3, n0, _DPR,
|
|
1396
|
-
0,
|
|
1397
|
-
[_PI, _DN],
|
|
1398
|
-
[0, [0, 1]], 2
|
|
1399
|
-
];
|
|
1400
|
-
var DeleteProfileResponse$ = [3, n0, _DPRe,
|
|
1401
|
-
0,
|
|
1402
|
-
[_M],
|
|
1403
|
-
[0]
|
|
1404
|
-
];
|
|
1405
|
-
var DeleteRecommenderRequest$ = [3, n0, _DRR,
|
|
1406
|
-
0,
|
|
1407
|
-
[_DN, _RN],
|
|
1408
|
-
[[0, 1], [0, 1]], 2
|
|
1409
|
-
];
|
|
1410
|
-
var DeleteRecommenderResponse$ = [3, n0, _DRRe,
|
|
1411
|
-
0,
|
|
1412
|
-
[],
|
|
1413
|
-
[]
|
|
1414
|
-
];
|
|
1415
|
-
var DeleteSegmentDefinitionRequest$ = [3, n0, _DSDR,
|
|
1416
|
-
0,
|
|
1417
|
-
[_DN, _SDN],
|
|
1418
|
-
[[0, 1], [0, 1]], 2
|
|
1419
|
-
];
|
|
1420
|
-
var DeleteSegmentDefinitionResponse$ = [3, n0, _DSDRe,
|
|
1421
|
-
0,
|
|
1422
|
-
[_M],
|
|
1423
|
-
[[0, { [_jN]: _M }]]
|
|
1424
|
-
];
|
|
1425
|
-
var DeleteWorkflowRequest$ = [3, n0, _DWR,
|
|
1426
|
-
0,
|
|
1427
|
-
[_DN, _WI],
|
|
1428
|
-
[[0, 1], [0, 1]], 2
|
|
1429
|
-
];
|
|
1430
|
-
var DeleteWorkflowResponse$ = [3, n0, _DWRe,
|
|
1431
|
-
0,
|
|
1432
|
-
[],
|
|
1433
|
-
[]
|
|
1434
|
-
];
|
|
1435
|
-
var DestinationSummary$ = [3, n0, _DSe,
|
|
1436
|
-
0,
|
|
1437
|
-
[_U, _Sta, _US],
|
|
1438
|
-
[0, 0, 4], 2
|
|
1439
|
-
];
|
|
1440
|
-
var DetectedProfileObjectType$ = [3, n0, _DPOT,
|
|
1441
|
-
0,
|
|
1442
|
-
[_SLUTF, _Fi, _K],
|
|
1443
|
-
[0, [() => FieldMap, 0], [() => KeyMap, 0]]
|
|
1444
|
-
];
|
|
1445
|
-
var DetectProfileObjectTypeRequest$ = [3, n0, _DPOTRet,
|
|
1446
|
-
0,
|
|
1447
|
-
[_O, _DN],
|
|
1448
|
-
[[() => Objects, 0], [0, 1]], 2
|
|
1449
|
-
];
|
|
1450
|
-
var DetectProfileObjectTypeResponse$ = [3, n0, _DPOTRete,
|
|
1451
|
-
0,
|
|
1452
|
-
[_DPOTe],
|
|
1453
|
-
[[() => DetectedProfileObjectTypes, 0]]
|
|
1454
|
-
];
|
|
1455
|
-
var DomainObjectTypeField$ = [3, n0, _DOTF,
|
|
1456
|
-
0,
|
|
1457
|
-
[_So, _Tar, _CTo, _FT],
|
|
1458
|
-
[0, 0, 0, 0], 2
|
|
1459
|
-
];
|
|
1460
|
-
var DomainObjectTypesListItem$ = [3, n0, _DOTLI,
|
|
1461
|
-
0,
|
|
1462
|
-
[_OTN, _D, _CA, _LUA, _Ta],
|
|
1463
|
-
[0, [() => sensitiveString1To10000, 0], 4, 4, 128 | 0], 1
|
|
1464
|
-
];
|
|
1465
|
-
var DomainStats$ = [3, n0, _DSo,
|
|
1466
|
-
0,
|
|
1467
|
-
[_PCr, _MPC, _OC, _TSo],
|
|
1468
|
-
[1, 1, 1, 1]
|
|
1469
|
-
];
|
|
1470
|
-
var EngagementPreferences$ = [3, n0, _EP,
|
|
1471
|
-
8,
|
|
1472
|
-
[_Ph, _Em],
|
|
1473
|
-
[() => PhonePreferenceList, () => EmailPreferenceList]
|
|
1474
|
-
];
|
|
1475
|
-
var EventParameters$ = [3, n0, _EPv,
|
|
1476
|
-
0,
|
|
1477
|
-
[_ETv, _EVT],
|
|
1478
|
-
[0, 1], 1
|
|
1479
|
-
];
|
|
1480
|
-
var EventsConfig$ = [3, n0, _EC,
|
|
1481
|
-
0,
|
|
1482
|
-
[_EPL],
|
|
1483
|
-
[() => EventParametersList], 1
|
|
1484
|
-
];
|
|
1485
|
-
var EventStreamDestinationDetails$ = [3, n0, _ESDD,
|
|
1486
|
-
0,
|
|
1487
|
-
[_U, _Sta, _US, _M],
|
|
1488
|
-
[0, 0, 4, 0], 2
|
|
1489
|
-
];
|
|
1490
|
-
var EventStreamSummary$ = [3, n0, _ESS,
|
|
1491
|
-
0,
|
|
1492
|
-
[_DN, _ESN, _ESA, _St, _SS, _DSe, _Ta],
|
|
1493
|
-
[0, 0, 0, 0, 4, () => DestinationSummary$, 128 | 0], 4
|
|
1494
|
-
];
|
|
1495
|
-
var EventTriggerCondition$ = [3, n0, _ETCv,
|
|
1496
|
-
0,
|
|
1497
|
-
[_ETD, _LO],
|
|
1498
|
-
[() => EventTriggerDimensions, 0], 2
|
|
1499
|
-
];
|
|
1500
|
-
var EventTriggerDimension$ = [3, n0, _ETDv,
|
|
1501
|
-
0,
|
|
1502
|
-
[_OA],
|
|
1503
|
-
[() => ObjectAttributes], 1
|
|
1504
|
-
];
|
|
1505
|
-
var EventTriggerLimits$ = [3, n0, _ETL,
|
|
1506
|
-
0,
|
|
1507
|
-
[_EE, _Pe],
|
|
1508
|
-
[1, () => Periods]
|
|
1509
|
-
];
|
|
1510
|
-
var EventTriggerSummaryItem$ = [3, n0, _ETSI,
|
|
1511
|
-
0,
|
|
1512
|
-
[_OTN, _ETN, _D, _CA, _LUA, _Ta],
|
|
1513
|
-
[0, 0, 0, 4, 4, 128 | 0]
|
|
1514
|
-
];
|
|
1515
|
-
var ExportingConfig$ = [3, n0, _ECx,
|
|
1516
|
-
0,
|
|
1517
|
-
[_SE],
|
|
1518
|
-
[() => S3ExportingConfig$]
|
|
1519
|
-
];
|
|
1520
|
-
var ExportingLocation$ = [3, n0, _EL,
|
|
1521
|
-
0,
|
|
1522
|
-
[_SE],
|
|
1523
|
-
[() => S3ExportingLocation$]
|
|
1524
|
-
];
|
|
1525
|
-
var ExtraLengthValueProfileDimension$ = [3, n0, _ELVPD,
|
|
1526
|
-
0,
|
|
1527
|
-
[_DT, _V],
|
|
1528
|
-
[[0, { [_jN]: _DT }], [64 | 0, { [_jN]: _V }]], 2
|
|
1529
|
-
];
|
|
1530
|
-
var FieldSourceProfileIds$ = [3, n0, _FSPI,
|
|
1531
|
-
0,
|
|
1532
|
-
[_AN, _AId, _PT, _BN, _FNi, _MN, _LN, _BD, _G, _PN, _MPN, _HPN, _BPN, _EA, _PEA, _BEA, _A, _SA, _MA, _BA, _At, _PTr, _EP],
|
|
1533
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 0]
|
|
1534
|
-
];
|
|
1535
|
-
var Filter$ = [3, n0, _F,
|
|
1536
|
-
0,
|
|
1537
|
-
[_In, _Gr],
|
|
1538
|
-
[0, () => GroupList], 2
|
|
1539
|
-
];
|
|
1540
|
-
var FilterAttributeDimension$ = [3, n0, _FAD,
|
|
1541
|
-
0,
|
|
1542
|
-
[_DT, _V],
|
|
1543
|
-
[0, 64 | 0], 2
|
|
1544
|
-
];
|
|
1545
|
-
var FilterDimension$ = [3, n0, _FDi,
|
|
1546
|
-
0,
|
|
1547
|
-
[_At],
|
|
1548
|
-
[() => AttributeMap], 1
|
|
1549
|
-
];
|
|
1550
|
-
var FilterGroup$ = [3, n0, _FG,
|
|
1551
|
-
0,
|
|
1552
|
-
[_T, _Di],
|
|
1553
|
-
[0, () => FilterDimensionList], 2
|
|
1554
|
-
];
|
|
1555
|
-
var FlowDefinition$ = [3, n0, _FD,
|
|
1556
|
-
8,
|
|
1557
|
-
[_FN, _KA, _SFC, _Tas, _TC, _D],
|
|
1558
|
-
[0, 0, () => SourceFlowConfig$, () => Tasks, () => TriggerConfig$, 0], 5
|
|
1559
|
-
];
|
|
1560
|
-
var FoundByKeyValue$ = [3, n0, _FBKV,
|
|
1561
|
-
0,
|
|
1562
|
-
[_KN, _V],
|
|
1563
|
-
[0, 64 | 0]
|
|
1564
|
-
];
|
|
1565
|
-
var GetAutoMergingPreviewRequest$ = [3, n0, _GAMPR,
|
|
1566
|
-
0,
|
|
1567
|
-
[_DN, _Con, _CR, _MACSFM],
|
|
1568
|
-
[[0, 1], () => Consolidation$, () => ConflictResolution$, 1], 3
|
|
1569
|
-
];
|
|
1570
|
-
var GetAutoMergingPreviewResponse$ = [3, n0, _GAMPRe,
|
|
1571
|
-
0,
|
|
1572
|
-
[_DN, _NOMIS, _NOPIS, _NOPWBM],
|
|
1573
|
-
[0, 1, 1, 1], 1
|
|
1574
|
-
];
|
|
1575
|
-
var GetCalculatedAttributeDefinitionRequest$ = [3, n0, _GCADR,
|
|
1576
|
-
0,
|
|
1577
|
-
[_DN, _CAN],
|
|
1578
|
-
[[0, 1], [0, 1]], 2
|
|
1579
|
-
];
|
|
1580
|
-
var GetCalculatedAttributeDefinitionResponse$ = [3, n0, _GCADRe,
|
|
1581
|
-
0,
|
|
1582
|
-
[_CAN, _DNi, _D, _CA, _LUA, _S, _F, _Cond, _ADt, _UHD, _Sta, _Re, _Ta],
|
|
1583
|
-
[0, 0, [() => sensitiveText, 0], 4, 4, [() => Statistic$1, 0], () => Filter$, [() => Conditions$, 0], [() => AttributeDetails$, 0], 2, 0, () => Readiness$, 128 | 0]
|
|
1584
|
-
];
|
|
1585
|
-
var GetCalculatedAttributeForProfileRequest$ = [3, n0, _GCAFPR,
|
|
1586
|
-
0,
|
|
1587
|
-
[_DN, _PI, _CAN],
|
|
1588
|
-
[[0, 1], [0, 1], [0, 1]], 3
|
|
1589
|
-
];
|
|
1590
|
-
var GetCalculatedAttributeForProfileResponse$ = [3, n0, _GCAFPRe,
|
|
1591
|
-
0,
|
|
1592
|
-
[_CAN, _DNi, _IDP, _Va, _LOT],
|
|
1593
|
-
[0, 0, 0, 0, 4]
|
|
1594
|
-
];
|
|
1595
|
-
var GetDomainLayoutRequest$ = [3, n0, _GDLR,
|
|
1596
|
-
0,
|
|
1597
|
-
[_DN, _LDN],
|
|
1598
|
-
[[0, 1], [0, 1]], 2
|
|
1599
|
-
];
|
|
1600
|
-
var GetDomainLayoutResponse$ = [3, n0, _GDLRe,
|
|
1601
|
-
0,
|
|
1602
|
-
[_LDN, _D, _DNi, _LT, _La, _Ve, _CA, _LUA, _ID, _Ta],
|
|
1603
|
-
[0, [() => sensitiveText, 0], 0, 0, [() => sensitiveString1To2000000, 0], 0, 4, 4, 2, 128 | 0], 8
|
|
1604
|
-
];
|
|
1605
|
-
var GetDomainObjectTypeRequest$ = [3, n0, _GDOTR,
|
|
1606
|
-
0,
|
|
1607
|
-
[_DN, _OTN],
|
|
1608
|
-
[[0, 1], [0, 1]], 2
|
|
1609
|
-
];
|
|
1610
|
-
var GetDomainObjectTypeResponse$ = [3, n0, _GDOTRe,
|
|
1611
|
-
0,
|
|
1612
|
-
[_OTN, _D, _EK, _Fi, _CA, _LUA, _Ta],
|
|
1613
|
-
[0, [() => sensitiveString1To10000, 0], 0, () => DomainObjectTypeFields, 4, 4, 128 | 0], 1
|
|
1614
|
-
];
|
|
1615
|
-
var GetDomainRequest$ = [3, n0, _GDR,
|
|
1616
|
-
0,
|
|
1617
|
-
[_DN],
|
|
1618
|
-
[[0, 1]], 1
|
|
1619
|
-
];
|
|
1620
|
-
var GetDomainResponse$ = [3, n0, _GDRe,
|
|
1621
|
-
0,
|
|
1622
|
-
[_DN, _CA, _LUA, _DED, _DEK, _DLQU, _Stat, _Mat, _RBM, _DS, _Ta],
|
|
1623
|
-
[0, 4, 4, 1, 0, 0, () => DomainStats$, () => MatchingResponse$, () => RuleBasedMatchingResponse$, () => DataStoreResponse$, 128 | 0], 3
|
|
1624
|
-
];
|
|
1625
|
-
var GetEventStreamRequest$ = [3, n0, _GESR,
|
|
1626
|
-
0,
|
|
1627
|
-
[_DN, _ESN],
|
|
1628
|
-
[[0, 1], [0, 1]], 2
|
|
1629
|
-
];
|
|
1630
|
-
var GetEventStreamResponse$ = [3, n0, _GESRe,
|
|
1631
|
-
0,
|
|
1632
|
-
[_DN, _ESA, _CA, _St, _DDe, _SS, _Ta],
|
|
1633
|
-
[0, 0, 4, 0, () => EventStreamDestinationDetails$, 4, 128 | 0], 5
|
|
1634
|
-
];
|
|
1635
|
-
var GetEventTriggerRequest$ = [3, n0, _GETR,
|
|
1636
|
-
0,
|
|
1637
|
-
[_DN, _ETN],
|
|
1638
|
-
[[0, 1], [0, 1]], 2
|
|
1639
|
-
];
|
|
1640
|
-
var GetEventTriggerResponse$ = [3, n0, _GETRe,
|
|
1641
|
-
0,
|
|
1642
|
-
[_ETN, _OTN, _D, _ETC, _SF, _ETL, _CA, _LUA, _Ta],
|
|
1643
|
-
[0, 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits$, 4, 4, 128 | 0]
|
|
1644
|
-
];
|
|
1645
|
-
var GetIdentityResolutionJobRequest$ = [3, n0, _GIRJR,
|
|
1646
|
-
0,
|
|
1647
|
-
[_DN, _JI],
|
|
1648
|
-
[[0, 1], [0, 1]], 2
|
|
1649
|
-
];
|
|
1650
|
-
var GetIdentityResolutionJobResponse$ = [3, n0, _GIRJRe,
|
|
1651
|
-
0,
|
|
1652
|
-
[_DN, _JI, _Sta, _M, _JST, _JET, _LUA, _JETo, _AM, _EL, _JS],
|
|
1653
|
-
[0, 0, 0, 0, 4, 4, 4, 4, () => AutoMerging$, () => ExportingLocation$, () => JobStats$]
|
|
1654
|
-
];
|
|
1655
|
-
var GetIntegrationRequest$ = [3, n0, _GIR,
|
|
1656
|
-
0,
|
|
1657
|
-
[_DN, _U],
|
|
1658
|
-
[[0, 1], 0], 2
|
|
1659
|
-
];
|
|
1660
|
-
var GetIntegrationResponse$ = [3, n0, _GIRe,
|
|
1661
|
-
0,
|
|
1662
|
-
[_DN, _U, _CA, _LUA, _OTN, _Ta, _OTNb, _WI, _IU, _RA, _ETNv, _Sc],
|
|
1663
|
-
[0, 0, 4, 4, 0, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0, 0], 4
|
|
1664
|
-
];
|
|
1665
|
-
var GetMatchesRequest$ = [3, n0, _GMR,
|
|
1666
|
-
0,
|
|
1667
|
-
[_DN, _NT, _MR],
|
|
1668
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
1669
|
-
];
|
|
1670
|
-
var GetMatchesResponse$ = [3, n0, _GMRe,
|
|
1671
|
-
0,
|
|
1672
|
-
[_NT, _MGD, _PM, _Matc],
|
|
1673
|
-
[0, 4, 1, () => MatchesList]
|
|
1674
|
-
];
|
|
1675
|
-
var GetObjectTypeAttributeStatisticsPercentiles$ = [3, n0, _GOTASP,
|
|
1676
|
-
0,
|
|
1677
|
-
[_P_, _P__, _P___, _P____, _P_____],
|
|
1678
|
-
[1, 1, 1, 1, 1], 5
|
|
1679
|
-
];
|
|
1680
|
-
var GetObjectTypeAttributeStatisticsRequest$ = [3, n0, _GOTASR,
|
|
1681
|
-
0,
|
|
1682
|
-
[_DN, _OTN, _ANt],
|
|
1683
|
-
[[0, 1], [0, 1], [0, 1]], 3
|
|
1684
|
-
];
|
|
1685
|
-
var GetObjectTypeAttributeStatisticsResponse$ = [3, n0, _GOTASRe,
|
|
1686
|
-
0,
|
|
1687
|
-
[_Stati, _CAa],
|
|
1688
|
-
[() => GetObjectTypeAttributeStatisticsStats$, 4], 2
|
|
1689
|
-
];
|
|
1690
|
-
var GetObjectTypeAttributeStatisticsStats$ = [3, n0, _GOTASS,
|
|
1691
|
-
0,
|
|
1692
|
-
[_Max, _Mi, _Av, _SD, _Per],
|
|
1693
|
-
[1, 1, 1, 1, () => GetObjectTypeAttributeStatisticsPercentiles$], 5
|
|
1694
|
-
];
|
|
1695
|
-
var GetProfileHistoryRecordRequest$ = [3, n0, _GPHRR,
|
|
1696
|
-
0,
|
|
1697
|
-
[_DN, _PI, _I],
|
|
1698
|
-
[[0, 1], [0, 1], [0, 1]], 3
|
|
1699
|
-
];
|
|
1700
|
-
var GetProfileHistoryRecordResponse$ = [3, n0, _GPHRRe,
|
|
1701
|
-
0,
|
|
1702
|
-
[_I, _OTN, _CA, _AT, _LUA, _POUK, _Cont, _PB],
|
|
1703
|
-
[0, 0, 4, 0, 4, 0, [() => stringifiedJson, 0], 0], 4
|
|
1704
|
-
];
|
|
1705
|
-
var GetProfileObjectTypeRequest$ = [3, n0, _GPOTR,
|
|
1706
|
-
0,
|
|
1707
|
-
[_DN, _OTN],
|
|
1708
|
-
[[0, 1], [0, 1]], 2
|
|
1709
|
-
];
|
|
1710
|
-
var GetProfileObjectTypeResponse$ = [3, n0, _GPOTRe,
|
|
1711
|
-
0,
|
|
1712
|
-
[_OTN, _D, _TI, _ED, _EK, _APC, _SLUTF, _MAPOC, _MPOC, _Fi, _K, _CA, _LUA, _Ta],
|
|
1713
|
-
[0, [() => sensitiveText, 0], 0, 1, 0, 2, 0, 1, 1, [() => FieldMap, 0], [() => KeyMap, 0], 4, 4, 128 | 0], 2
|
|
1714
|
-
];
|
|
1715
|
-
var GetProfileObjectTypeTemplateRequest$ = [3, n0, _GPOTTR,
|
|
1716
|
-
0,
|
|
1717
|
-
[_TI],
|
|
1718
|
-
[[0, 1]], 1
|
|
1719
|
-
];
|
|
1720
|
-
var GetProfileObjectTypeTemplateResponse$ = [3, n0, _GPOTTRe,
|
|
1721
|
-
0,
|
|
1722
|
-
[_TI, _SN, _SO, _APC, _SLUTF, _Fi, _K],
|
|
1723
|
-
[0, 0, 0, 2, 0, [() => FieldMap, 0], [() => KeyMap, 0]]
|
|
1724
|
-
];
|
|
1725
|
-
var GetProfileRecommendationsRequest$ = [3, n0, _GPRR,
|
|
1726
|
-
0,
|
|
1727
|
-
[_DN, _PI, _RN, _Conte, _MR],
|
|
1728
|
-
[[0, 1], [0, 1], 0, [() => RecommenderContext, 0], 1], 3
|
|
1729
|
-
];
|
|
1730
|
-
var GetProfileRecommendationsResponse$ = [3, n0, _GPRRe,
|
|
1731
|
-
0,
|
|
1732
|
-
[_Rec],
|
|
1733
|
-
[[() => Recommendations, 0]]
|
|
1734
|
-
];
|
|
1735
|
-
var GetRecommenderRequest$ = [3, n0, _GRR,
|
|
1736
|
-
0,
|
|
1737
|
-
[_DN, _RN, _TMC],
|
|
1738
|
-
[[0, 1], [0, 1], [1, { [_hQ]: _tmc }]], 2
|
|
1739
|
-
];
|
|
1740
|
-
var GetRecommenderResponse$ = [3, n0, _GRRe,
|
|
1741
|
-
0,
|
|
1742
|
-
[_RN, _RRN, _RC, _D, _Sta, _LUA, _CA, _FR, _LRU, _TM, _Ta],
|
|
1743
|
-
[0, 0, () => RecommenderConfig$, [() => sensitiveText, 0], 0, 4, 4, 0, () => RecommenderUpdate$, () => TrainingMetricsList, 128 | 0], 2
|
|
1744
|
-
];
|
|
1745
|
-
var GetSegmentDefinitionRequest$ = [3, n0, _GSDR,
|
|
1746
|
-
0,
|
|
1747
|
-
[_DN, _SDN],
|
|
1748
|
-
[[0, 1], [0, 1]], 2
|
|
1749
|
-
];
|
|
1750
|
-
var GetSegmentDefinitionResponse$ = [3, n0, _GSDRe,
|
|
1751
|
-
0,
|
|
1752
|
-
[_SDA, _SDN, _DNi, _D, _SG, _CA, _Ta, _SSQ, _STe],
|
|
1753
|
-
[[0, { [_jN]: _SDA }], [0, { [_jN]: _SDN }], [0, { [_jN]: _DNi }], [() => sensitiveString1To4000, { [_jN]: _D }], [() => SegmentGroup$, { [_jN]: _SG }], [4, { [_jN]: _CA }], [128 | 0, { [_jN]: _Ta }], [() => sensitiveString1To50000, { [_jN]: _SSQ }], [0, { [_jN]: _STe }]], 1
|
|
1754
|
-
];
|
|
1755
|
-
var GetSegmentEstimateRequest$ = [3, n0, _GSER,
|
|
1756
|
-
0,
|
|
1757
|
-
[_DN, _EI],
|
|
1758
|
-
[[0, 1], [0, 1]], 2
|
|
1759
|
-
];
|
|
1760
|
-
var GetSegmentEstimateResponse$ = [3, n0, _GSERe,
|
|
1761
|
-
0,
|
|
1762
|
-
[_DN, _EI, _Sta, _Es, _M, _SCt],
|
|
1763
|
-
[0, 0, 0, 0, 0, [1, 32]]
|
|
1764
|
-
];
|
|
1765
|
-
var GetSegmentMembershipRequest$ = [3, n0, _GSMR,
|
|
1766
|
-
0,
|
|
1767
|
-
[_DN, _SDN, _PIr],
|
|
1768
|
-
[[0, 1], [0, 1], [64 | 0, { [_jN]: _PIr }]], 3
|
|
1769
|
-
];
|
|
1770
|
-
var GetSegmentMembershipResponse$ = [3, n0, _GSMRe,
|
|
1771
|
-
0,
|
|
1772
|
-
[_SDN, _Pr, _Fa, _LCA],
|
|
1773
|
-
[[0, { [_jN]: _SDN }], [() => Profiles, { [_jN]: _Pr }], [() => Failures, { [_jN]: _Fa }], [4, { [_jN]: _LCA }]]
|
|
1774
|
-
];
|
|
1775
|
-
var GetSegmentSnapshotRequest$ = [3, n0, _GSSR,
|
|
1776
|
-
0,
|
|
1777
|
-
[_DN, _SDN, _SI],
|
|
1778
|
-
[[0, 1], [0, 1], [0, 1]], 3
|
|
1779
|
-
];
|
|
1780
|
-
var GetSegmentSnapshotResponse$ = [3, n0, _GSSRe,
|
|
1781
|
-
0,
|
|
1782
|
-
[_SI, _Sta, _DF, _SM, _EK, _RA, _DU],
|
|
1783
|
-
[0, 0, 0, 0, 0, 0, 0], 3
|
|
1784
|
-
];
|
|
1785
|
-
var GetSimilarProfilesRequest$ = [3, n0, _GSPR,
|
|
1786
|
-
0,
|
|
1787
|
-
[_DN, _MT, _SK, _SV, _NT, _MR],
|
|
1788
|
-
[[0, 1], 0, 0, 0, [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 4
|
|
1789
|
-
];
|
|
1790
|
-
var GetSimilarProfilesResponse$ = [3, n0, _GSPRe,
|
|
1791
|
-
0,
|
|
1792
|
-
[_PIr, _MI, _MT, _RL, _CS, _NT],
|
|
1793
|
-
[64 | 0, 0, 0, 1, 1, 0]
|
|
1794
|
-
];
|
|
1795
|
-
var GetUploadJobPathRequest$ = [3, n0, _GUJPR,
|
|
1796
|
-
0,
|
|
1797
|
-
[_DN, _JI],
|
|
1798
|
-
[[0, 1], [0, 1]], 2
|
|
1799
|
-
];
|
|
1800
|
-
var GetUploadJobPathResponse$ = [3, n0, _GUJPRe,
|
|
1801
|
-
0,
|
|
1802
|
-
[_Ur, _CTl, _VU],
|
|
1803
|
-
[[0, { [_jN]: _Ur }], [0, { [_jN]: _CTl }], [4, { [_jN]: _VU }]], 1
|
|
1804
|
-
];
|
|
1805
|
-
var GetUploadJobRequest$ = [3, n0, _GUJR,
|
|
1806
|
-
0,
|
|
1807
|
-
[_DN, _JI],
|
|
1808
|
-
[[0, 1], [0, 1]], 2
|
|
1809
|
-
];
|
|
1810
|
-
var GetUploadJobResponse$ = [3, n0, _GUJRe,
|
|
1811
|
-
0,
|
|
1812
|
-
[_JI, _DNi, _Sta, _SR, _CA, _CAo, _Fi, _UK, _RS, _DE],
|
|
1813
|
-
[[0, { [_jN]: _JI }], [0, { [_jN]: _DNi }], [0, { [_jN]: _Sta }], [0, { [_jN]: _SR }], [4, { [_jN]: _CA }], [4, { [_jN]: _CAo }], [() => FieldMap, { [_jN]: _Fi }], [0, { [_jN]: _UK }], [() => ResultsSummary$, { [_jN]: _RS }], [1, { [_jN]: _DE }]]
|
|
1814
|
-
];
|
|
1815
|
-
var GetWorkflowRequest$ = [3, n0, _GWR,
|
|
1816
|
-
0,
|
|
1817
|
-
[_DN, _WI],
|
|
1818
|
-
[[0, 1], [0, 1]], 2
|
|
1819
|
-
];
|
|
1820
|
-
var GetWorkflowResponse$ = [3, n0, _GWRe,
|
|
1821
|
-
0,
|
|
1822
|
-
[_WI, _WT, _Sta, _EDr, _SDt, _LUA, _At, _Me],
|
|
1823
|
-
[0, 0, 0, 0, 4, 4, () => WorkflowAttributes$, () => WorkflowMetrics$]
|
|
1824
|
-
];
|
|
1825
|
-
var GetWorkflowStepsRequest$ = [3, n0, _GWSR,
|
|
1826
|
-
0,
|
|
1827
|
-
[_DN, _WI, _NT, _MR],
|
|
1828
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
|
|
1829
|
-
];
|
|
1830
|
-
var GetWorkflowStepsResponse$ = [3, n0, _GWSRe,
|
|
1831
|
-
0,
|
|
1832
|
-
[_WI, _WT, _It, _NT],
|
|
1833
|
-
[0, 0, () => WorkflowStepsList, 0]
|
|
1834
|
-
];
|
|
1835
|
-
var Group$ = [3, n0, _Gro,
|
|
1836
|
-
0,
|
|
1837
|
-
[_Di, _SSo, _STo, _T],
|
|
1838
|
-
[[() => DimensionList, { [_jN]: _Di }], [() => SourceSegmentList, { [_jN]: _SSo }], [0, { [_jN]: _STo }], [0, { [_jN]: _T }]]
|
|
1839
|
-
];
|
|
1840
|
-
var IdentityResolutionJob$ = [3, n0, _IRJ,
|
|
1841
|
-
0,
|
|
1842
|
-
[_DN, _JI, _Sta, _JST, _JET, _JS, _EL, _M],
|
|
1843
|
-
[0, 0, 0, 4, 4, () => JobStats$, () => ExportingLocation$, 0]
|
|
1844
|
-
];
|
|
1845
|
-
var IncrementalPullConfig$ = [3, n0, _IPC,
|
|
1846
|
-
0,
|
|
1847
|
-
[_DTFN],
|
|
1848
|
-
[0]
|
|
1849
|
-
];
|
|
1850
|
-
var IntegrationConfig$ = [3, n0, _IC,
|
|
1851
|
-
0,
|
|
1852
|
-
[_AI],
|
|
1853
|
-
[[() => AppflowIntegration$, 0]]
|
|
1854
|
-
];
|
|
1855
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
1856
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
1857
|
-
[_M],
|
|
1858
|
-
[0]
|
|
1859
|
-
];
|
|
1860
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1861
|
-
var JobSchedule$ = [3, n0, _JSo,
|
|
1862
|
-
0,
|
|
1863
|
-
[_DOTW, _Ti],
|
|
1864
|
-
[0, 0], 2
|
|
1865
|
-
];
|
|
1866
|
-
var JobStats$ = [3, n0, _JS,
|
|
1867
|
-
0,
|
|
1868
|
-
[_NOPR, _NOMF, _NOMD],
|
|
1869
|
-
[1, 1, 1]
|
|
1870
|
-
];
|
|
1871
|
-
var LayoutItem$ = [3, n0, _LI,
|
|
1872
|
-
0,
|
|
1873
|
-
[_LDN, _D, _DNi, _LT, _CA, _LUA, _ID, _Ta],
|
|
1874
|
-
[0, [() => sensitiveText, 0], 0, 0, 4, 4, 2, 128 | 0], 6
|
|
1875
|
-
];
|
|
1876
|
-
var ListAccountIntegrationsRequest$ = [3, n0, _LAIR,
|
|
1877
|
-
0,
|
|
1878
|
-
[_U, _NT, _MR, _IH],
|
|
1879
|
-
[0, [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }], [2, { [_hQ]: _ih }]], 1
|
|
1880
|
-
];
|
|
1881
|
-
var ListAccountIntegrationsResponse$ = [3, n0, _LAIRi,
|
|
1882
|
-
0,
|
|
1883
|
-
[_It, _NT],
|
|
1884
|
-
[() => IntegrationList, 0]
|
|
1885
|
-
];
|
|
1886
|
-
var ListCalculatedAttributeDefinitionItem$ = [3, n0, _LCADI,
|
|
1887
|
-
0,
|
|
1888
|
-
[_CAN, _DNi, _D, _CA, _LUA, _UHD, _Sta, _Ta],
|
|
1889
|
-
[0, 0, [() => sensitiveText, 0], 4, 4, 2, 0, 128 | 0]
|
|
1890
|
-
];
|
|
1891
|
-
var ListCalculatedAttributeDefinitionsRequest$ = [3, n0, _LCADR,
|
|
1892
|
-
0,
|
|
1893
|
-
[_DN, _NT, _MR],
|
|
1894
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
1895
|
-
];
|
|
1896
|
-
var ListCalculatedAttributeDefinitionsResponse$ = [3, n0, _LCADRi,
|
|
1897
|
-
0,
|
|
1898
|
-
[_It, _NT],
|
|
1899
|
-
[[() => CalculatedAttributeDefinitionsList, 0], 0]
|
|
1900
|
-
];
|
|
1901
|
-
var ListCalculatedAttributeForProfileItem$ = [3, n0, _LCAFPI,
|
|
1902
|
-
0,
|
|
1903
|
-
[_CAN, _DNi, _IDP, _Va, _LOT],
|
|
1904
|
-
[0, 0, 0, 0, 4]
|
|
1905
|
-
];
|
|
1906
|
-
var ListCalculatedAttributesForProfileRequest$ = [3, n0, _LCAFPR,
|
|
1907
|
-
0,
|
|
1908
|
-
[_DN, _PI, _NT, _MR],
|
|
1909
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
|
|
1910
|
-
];
|
|
1911
|
-
var ListCalculatedAttributesForProfileResponse$ = [3, n0, _LCAFPRi,
|
|
1912
|
-
0,
|
|
1913
|
-
[_It, _NT],
|
|
1914
|
-
[() => CalculatedAttributesForProfileList, 0]
|
|
1915
|
-
];
|
|
1916
|
-
var ListDomainItem$ = [3, n0, _LDI,
|
|
1917
|
-
0,
|
|
1918
|
-
[_DN, _CA, _LUA, _Ta],
|
|
1919
|
-
[0, 4, 4, 128 | 0], 3
|
|
1920
|
-
];
|
|
1921
|
-
var ListDomainLayoutsRequest$ = [3, n0, _LDLR,
|
|
1922
|
-
0,
|
|
1923
|
-
[_DN, _NT, _MR],
|
|
1924
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
1925
|
-
];
|
|
1926
|
-
var ListDomainLayoutsResponse$ = [3, n0, _LDLRi,
|
|
1927
|
-
0,
|
|
1928
|
-
[_It, _NT],
|
|
1929
|
-
[[() => LayoutList, 0], 0]
|
|
1930
|
-
];
|
|
1931
|
-
var ListDomainObjectTypesRequest$ = [3, n0, _LDOTR,
|
|
1932
|
-
0,
|
|
1933
|
-
[_DN, _MR, _NT],
|
|
1934
|
-
[[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
|
|
1935
|
-
];
|
|
1936
|
-
var ListDomainObjectTypesResponse$ = [3, n0, _LDOTRi,
|
|
1937
|
-
0,
|
|
1938
|
-
[_It, _NT],
|
|
1939
|
-
[[() => DomainObjectTypesList, 0], 0]
|
|
1940
|
-
];
|
|
1941
|
-
var ListDomainsRequest$ = [3, n0, _LDR,
|
|
1942
|
-
0,
|
|
1943
|
-
[_NT, _MR],
|
|
1944
|
-
[[0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]]
|
|
1945
|
-
];
|
|
1946
|
-
var ListDomainsResponse$ = [3, n0, _LDRi,
|
|
1947
|
-
0,
|
|
1948
|
-
[_It, _NT],
|
|
1949
|
-
[() => DomainList, 0]
|
|
1950
|
-
];
|
|
1951
|
-
var ListEventStreamsRequest$ = [3, n0, _LESR,
|
|
1952
|
-
0,
|
|
1953
|
-
[_DN, _NT, _MR],
|
|
1954
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
1955
|
-
];
|
|
1956
|
-
var ListEventStreamsResponse$ = [3, n0, _LESRi,
|
|
1957
|
-
0,
|
|
1958
|
-
[_It, _NT],
|
|
1959
|
-
[() => EventStreamSummaryList, 0]
|
|
1960
|
-
];
|
|
1961
|
-
var ListEventTriggersRequest$ = [3, n0, _LETR,
|
|
1962
|
-
0,
|
|
1963
|
-
[_DN, _NT, _MR],
|
|
1964
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
1965
|
-
];
|
|
1966
|
-
var ListEventTriggersResponse$ = [3, n0, _LETRi,
|
|
1967
|
-
0,
|
|
1968
|
-
[_It, _NT],
|
|
1969
|
-
[[() => EventTriggerSummaryList, 0], 0]
|
|
1970
|
-
];
|
|
1971
|
-
var ListIdentityResolutionJobsRequest$ = [3, n0, _LIRJR,
|
|
1972
|
-
0,
|
|
1973
|
-
[_DN, _NT, _MR],
|
|
1974
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
1975
|
-
];
|
|
1976
|
-
var ListIdentityResolutionJobsResponse$ = [3, n0, _LIRJRi,
|
|
1977
|
-
0,
|
|
1978
|
-
[_IRJL, _NT],
|
|
1979
|
-
[() => IdentityResolutionJobsList, 0]
|
|
1980
|
-
];
|
|
1981
|
-
var ListIntegrationItem$ = [3, n0, _LII,
|
|
1982
|
-
0,
|
|
1983
|
-
[_DN, _U, _CA, _LUA, _OTN, _Ta, _OTNb, _WI, _IU, _RA, _ETNv, _Sc],
|
|
1984
|
-
[0, 0, 4, 4, 0, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0, 0], 4
|
|
1985
|
-
];
|
|
1986
|
-
var ListIntegrationsRequest$ = [3, n0, _LIR,
|
|
1987
|
-
0,
|
|
1988
|
-
[_DN, _NT, _MR, _IH],
|
|
1989
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }], [2, { [_hQ]: _ih }]], 1
|
|
1990
|
-
];
|
|
1991
|
-
var ListIntegrationsResponse$ = [3, n0, _LIRi,
|
|
1992
|
-
0,
|
|
1993
|
-
[_It, _NT],
|
|
1994
|
-
[() => IntegrationList, 0]
|
|
1995
|
-
];
|
|
1996
|
-
var ListObjectTypeAttributeItem$ = [3, n0, _LOTAI,
|
|
1997
|
-
0,
|
|
1998
|
-
[_ANt, _LUA],
|
|
1999
|
-
[0, 4], 2
|
|
2000
|
-
];
|
|
2001
|
-
var ListObjectTypeAttributesRequest$ = [3, n0, _LOTAR,
|
|
2002
|
-
0,
|
|
2003
|
-
[_DN, _OTN, _NT, _MR],
|
|
2004
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 2
|
|
2005
|
-
];
|
|
2006
|
-
var ListObjectTypeAttributesResponse$ = [3, n0, _LOTARi,
|
|
2007
|
-
0,
|
|
2008
|
-
[_It, _NT],
|
|
2009
|
-
[() => ListObjectTypeAttributesList, 0]
|
|
2010
|
-
];
|
|
2011
|
-
var ListObjectTypeAttributeValuesItem$ = [3, n0, _LOTAVI,
|
|
2012
|
-
0,
|
|
2013
|
-
[_Va, _LUA],
|
|
2014
|
-
[[() => sensitiveString1To1000, 0], 4], 2
|
|
2015
|
-
];
|
|
2016
|
-
var ListObjectTypeAttributeValuesRequest$ = [3, n0, _LOTAVR,
|
|
2017
|
-
0,
|
|
2018
|
-
[_DN, _OTN, _ANt, _NT, _MR],
|
|
2019
|
-
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 3
|
|
2020
|
-
];
|
|
2021
|
-
var ListObjectTypeAttributeValuesResponse$ = [3, n0, _LOTAVRi,
|
|
2022
|
-
0,
|
|
2023
|
-
[_It, _NT],
|
|
2024
|
-
[[() => ListObjectTypeAttributeValuesList, 0], 0]
|
|
2025
|
-
];
|
|
2026
|
-
var ListProfileHistoryRecordsRequest$ = [3, n0, _LPHRR,
|
|
2027
|
-
0,
|
|
2028
|
-
[_DN, _PI, _OTN, _NT, _MR, _AT, _PB],
|
|
2029
|
-
[[0, 1], 0, 0, [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }], 0, 0], 2
|
|
2030
|
-
];
|
|
2031
|
-
var ListProfileHistoryRecordsResponse$ = [3, n0, _LPHRRi,
|
|
2032
|
-
0,
|
|
2033
|
-
[_PHR, _NT],
|
|
2034
|
-
[() => ProfileHistoryRecords, 0]
|
|
2035
|
-
];
|
|
2036
|
-
var ListProfileObjectsItem$ = [3, n0, _LPOI,
|
|
2037
|
-
0,
|
|
2038
|
-
[_OTN, _POUK, _Ob],
|
|
2039
|
-
[0, 0, [() => stringifiedJson, 0]]
|
|
2040
|
-
];
|
|
2041
|
-
var ListProfileObjectsRequest$ = [3, n0, _LPOR,
|
|
2042
|
-
0,
|
|
2043
|
-
[_DN, _OTN, _PI, _NT, _MR, _OF],
|
|
2044
|
-
[[0, 1], 0, 0, [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }], () => ObjectFilter$], 3
|
|
2045
|
-
];
|
|
2046
|
-
var ListProfileObjectsResponse$ = [3, n0, _LPORi,
|
|
2047
|
-
0,
|
|
2048
|
-
[_It, _NT],
|
|
2049
|
-
[[() => ProfileObjectList, 0], 0]
|
|
2050
|
-
];
|
|
2051
|
-
var ListProfileObjectTypeItem$ = [3, n0, _LPOTI,
|
|
2052
|
-
0,
|
|
2053
|
-
[_OTN, _D, _CA, _LUA, _MPOC, _MAPOC, _Ta],
|
|
2054
|
-
[0, 0, 4, 4, 1, 1, 128 | 0], 2
|
|
2055
|
-
];
|
|
2056
|
-
var ListProfileObjectTypesRequest$ = [3, n0, _LPOTR,
|
|
2057
|
-
0,
|
|
2058
|
-
[_DN, _NT, _MR],
|
|
2059
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
2060
|
-
];
|
|
2061
|
-
var ListProfileObjectTypesResponse$ = [3, n0, _LPOTRi,
|
|
2062
|
-
0,
|
|
2063
|
-
[_It, _NT],
|
|
2064
|
-
[[() => ProfileObjectTypeList, 0], 0]
|
|
2065
|
-
];
|
|
2066
|
-
var ListProfileObjectTypeTemplateItem$ = [3, n0, _LPOTTI,
|
|
2067
|
-
0,
|
|
2068
|
-
[_TI, _SN, _SO],
|
|
2069
|
-
[0, 0, 0]
|
|
2070
|
-
];
|
|
2071
|
-
var ListProfileObjectTypeTemplatesRequest$ = [3, n0, _LPOTTR,
|
|
2072
|
-
0,
|
|
2073
|
-
[_NT, _MR],
|
|
2074
|
-
[[0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]]
|
|
2075
|
-
];
|
|
2076
|
-
var ListProfileObjectTypeTemplatesResponse$ = [3, n0, _LPOTTRi,
|
|
2077
|
-
0,
|
|
2078
|
-
[_It, _NT],
|
|
2079
|
-
[() => ProfileObjectTypeTemplateList, 0]
|
|
2080
|
-
];
|
|
2081
|
-
var ListRecommenderRecipesRequest$ = [3, n0, _LRRR,
|
|
2082
|
-
0,
|
|
2083
|
-
[_MR, _NT],
|
|
2084
|
-
[[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
|
|
2085
|
-
];
|
|
2086
|
-
var ListRecommenderRecipesResponse$ = [3, n0, _LRRRi,
|
|
2087
|
-
0,
|
|
2088
|
-
[_NT, _RR],
|
|
2089
|
-
[0, () => RecommenderRecipesList]
|
|
2090
|
-
];
|
|
2091
|
-
var ListRecommendersRequest$ = [3, n0, _LRR,
|
|
2092
|
-
0,
|
|
2093
|
-
[_DN, _MR, _NT],
|
|
2094
|
-
[[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
|
|
2095
|
-
];
|
|
2096
|
-
var ListRecommendersResponse$ = [3, n0, _LRRi,
|
|
2097
|
-
0,
|
|
2098
|
-
[_NT, _Reco],
|
|
2099
|
-
[0, [() => RecommenderSummaryList, 0]]
|
|
2100
|
-
];
|
|
2101
|
-
var ListRuleBasedMatchesRequest$ = [3, n0, _LRBMR,
|
|
2102
|
-
0,
|
|
2103
|
-
[_DN, _NT, _MR],
|
|
2104
|
-
[[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
2105
|
-
];
|
|
2106
|
-
var ListRuleBasedMatchesResponse$ = [3, n0, _LRBMRi,
|
|
2107
|
-
0,
|
|
2108
|
-
[_MIa, _NT],
|
|
2109
|
-
[64 | 0, 0]
|
|
2110
|
-
];
|
|
2111
|
-
var ListSegmentDefinitionsRequest$ = [3, n0, _LSDR,
|
|
2112
|
-
0,
|
|
2113
|
-
[_DN, _MR, _NT],
|
|
2114
|
-
[[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
|
|
2115
|
-
];
|
|
2116
|
-
var ListSegmentDefinitionsResponse$ = [3, n0, _LSDRi,
|
|
2117
|
-
0,
|
|
2118
|
-
[_NT, _It],
|
|
2119
|
-
[[0, { [_jN]: _NT }], [() => SegmentDefinitionsList, { [_jN]: _It }]]
|
|
2120
|
-
];
|
|
2121
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2122
|
-
0,
|
|
2123
|
-
[_rA],
|
|
2124
|
-
[[0, 1]], 1
|
|
2125
|
-
];
|
|
2126
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
2127
|
-
0,
|
|
2128
|
-
[_t],
|
|
2129
|
-
[128 | 0]
|
|
2130
|
-
];
|
|
2131
|
-
var ListUploadJobsRequest$ = [3, n0, _LUJR,
|
|
2132
|
-
0,
|
|
2133
|
-
[_DN, _MR, _NT],
|
|
2134
|
-
[[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
|
|
2135
|
-
];
|
|
2136
|
-
var ListUploadJobsResponse$ = [3, n0, _LUJRi,
|
|
2137
|
-
0,
|
|
2138
|
-
[_NT, _It],
|
|
2139
|
-
[[0, { [_jN]: _NT }], [() => UploadJobsList, { [_jN]: _It }]]
|
|
2140
|
-
];
|
|
2141
|
-
var ListWorkflowsItem$ = [3, n0, _LWI,
|
|
2142
|
-
0,
|
|
2143
|
-
[_WT, _WI, _Sta, _SDta, _CA, _LUA],
|
|
2144
|
-
[0, 0, 0, 0, 4, 4], 6
|
|
2145
|
-
];
|
|
2146
|
-
var ListWorkflowsRequest$ = [3, n0, _LWR,
|
|
2147
|
-
0,
|
|
2148
|
-
[_DN, _WT, _Sta, _QSD, _QED, _NT, _MR],
|
|
2149
|
-
[[0, 1], 0, 0, 4, 4, [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
|
|
2150
|
-
];
|
|
2151
|
-
var ListWorkflowsResponse$ = [3, n0, _LWRi,
|
|
2152
|
-
0,
|
|
2153
|
-
[_It, _NT],
|
|
2154
|
-
[() => WorkflowList, 0]
|
|
2155
|
-
];
|
|
2156
|
-
var MarketoSourceProperties$ = [3, n0, _MSP,
|
|
2157
|
-
0,
|
|
2158
|
-
[_Ob],
|
|
2159
|
-
[0], 1
|
|
2160
|
-
];
|
|
2161
|
-
var MatchingRequest$ = [3, n0, _MRa,
|
|
2162
|
-
0,
|
|
2163
|
-
[_En, _JSo, _AM, _ECx],
|
|
2164
|
-
[2, () => JobSchedule$, () => AutoMerging$, () => ExportingConfig$], 1
|
|
2165
|
-
];
|
|
2166
|
-
var MatchingResponse$ = [3, n0, _MRat,
|
|
2167
|
-
0,
|
|
2168
|
-
[_En, _JSo, _AM, _ECx],
|
|
2169
|
-
[2, () => JobSchedule$, () => AutoMerging$, () => ExportingConfig$]
|
|
2170
|
-
];
|
|
2171
|
-
var MatchingRule$ = [3, n0, _MRatc,
|
|
2172
|
-
0,
|
|
2173
|
-
[_Ru],
|
|
2174
|
-
[64 | 0], 1
|
|
2175
|
-
];
|
|
2176
|
-
var MatchItem$ = [3, n0, _MIat,
|
|
2177
|
-
0,
|
|
2178
|
-
[_MI, _PIr, _CS],
|
|
2179
|
-
[0, 64 | 0, 1]
|
|
2180
|
-
];
|
|
2181
|
-
var MergeProfilesRequest$ = [3, n0, _MPR,
|
|
2182
|
-
0,
|
|
2183
|
-
[_DN, _MPI, _PITBM, _FSPI],
|
|
2184
|
-
[[0, 1], 0, 64 | 0, () => FieldSourceProfileIds$], 3
|
|
2185
|
-
];
|
|
2186
|
-
var MergeProfilesResponse$ = [3, n0, _MPRe,
|
|
2187
|
-
0,
|
|
2188
|
-
[_M],
|
|
2189
|
-
[0]
|
|
2190
|
-
];
|
|
2191
|
-
var ObjectAttribute$ = [3, n0, _OAb,
|
|
2192
|
-
0,
|
|
2193
|
-
[_COom, _V, _So, _FNie],
|
|
2194
|
-
[0, 64 | 0, 0, 0], 2
|
|
2195
|
-
];
|
|
2196
|
-
var ObjectFilter$ = [3, n0, _OF,
|
|
2197
|
-
0,
|
|
2198
|
-
[_KN, _V],
|
|
2199
|
-
[0, 64 | 0], 2
|
|
2200
|
-
];
|
|
2201
|
-
var ObjectTypeField$ = [3, n0, _OTF,
|
|
2202
|
-
0,
|
|
2203
|
-
[_So, _Tar, _CTo],
|
|
2204
|
-
[0, 0, 0]
|
|
2205
|
-
];
|
|
2206
|
-
var ObjectTypeKey$ = [3, n0, _OTK,
|
|
2207
|
-
0,
|
|
2208
|
-
[_SIt, _FNiel],
|
|
2209
|
-
[64 | 0, 64 | 0]
|
|
2210
|
-
];
|
|
2211
|
-
var Period$ = [3, n0, _Peri,
|
|
2212
|
-
0,
|
|
2213
|
-
[_Un, _Va, _MIPP, _Unl],
|
|
2214
|
-
[0, 1, 1, 2], 2
|
|
2215
|
-
];
|
|
2216
|
-
var Profile$ = [3, n0, _Pro,
|
|
2217
|
-
0,
|
|
2218
|
-
[_PI, _AN, _AId, _PT, _BN, _FNi, _MN, _LN, _BD, _G, _PN, _MPN, _HPN, _BPN, _EA, _PEA, _BEA, _A, _SA, _MA, _BA, _At, _FBI, _PTS, _GS, _PTr, _EP],
|
|
2219
|
-
[0, [() => sensitiveString1To255, 0], [() => sensitiveString1To1000, 0], [() => PartyType$1, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => Gender$1, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => Address$, 0], [() => Address$, 0], [() => Address$, 0], [() => Address$, 0], [() => Attributes, 0], () => foundByList, [() => sensitiveString1To255, 0], [() => sensitiveString1To255, 0], [() => ProfileType$1, 0], [() => EngagementPreferences$, 0]]
|
|
2220
|
-
];
|
|
2221
|
-
var ProfileAttributes$ = [3, n0, _PA,
|
|
2222
|
-
8,
|
|
2223
|
-
[_AN, _AId, _FNi, _LN, _MN, _GS, _PTS, _BD, _PN, _BN, _BPN, _HPN, _MPN, _EA, _PEA, _BEA, _A, _SA, _MA, _BA, _At, _PTr],
|
|
2224
|
-
[[() => ProfileDimension$, { [_jN]: _AN }], [() => ExtraLengthValueProfileDimension$, { [_jN]: _AId }], [() => ProfileDimension$, { [_jN]: _FNi }], [() => ProfileDimension$, { [_jN]: _LN }], [() => ProfileDimension$, { [_jN]: _MN }], [() => ProfileDimension$, { [_jN]: _GS }], [() => ProfileDimension$, { [_jN]: _PTS }], [() => DateDimension$, { [_jN]: _BD }], [() => ProfileDimension$, { [_jN]: _PN }], [() => ProfileDimension$, { [_jN]: _BN }], [() => ProfileDimension$, { [_jN]: _BPN }], [() => ProfileDimension$, { [_jN]: _HPN }], [() => ProfileDimension$, { [_jN]: _MPN }], [() => ProfileDimension$, { [_jN]: _EA }], [() => ProfileDimension$, { [_jN]: _PEA }], [() => ProfileDimension$, { [_jN]: _BEA }], [() => AddressDimension$, { [_jN]: _A }], [() => AddressDimension$, { [_jN]: _SA }], [() => AddressDimension$, { [_jN]: _MA }], [() => AddressDimension$, { [_jN]: _BA }], [() => CustomAttributes, { [_jN]: _At }], [() => ProfileTypeDimension$, { [_jN]: _PTr }]]
|
|
2225
|
-
];
|
|
2226
|
-
var ProfileAttributeValuesRequest$ = [3, n0, _PAVR,
|
|
2227
|
-
0,
|
|
2228
|
-
[_DN, _ANt],
|
|
2229
|
-
[[0, 1], [0, 1]], 2
|
|
2230
|
-
];
|
|
2231
|
-
var ProfileAttributeValuesResponse$ = [3, n0, _PAVRr,
|
|
2232
|
-
0,
|
|
2233
|
-
[_DN, _ANt, _It, _SCt],
|
|
2234
|
-
[0, 0, () => AttributeValueItemList, [1, 32]]
|
|
2235
|
-
];
|
|
2236
|
-
var ProfileDimension$ = [3, n0, _PD,
|
|
2237
|
-
0,
|
|
2238
|
-
[_DT, _V],
|
|
2239
|
-
[[0, { [_jN]: _DT }], [64 | 0, { [_jN]: _V }]], 2
|
|
2240
|
-
];
|
|
2241
|
-
var ProfileHistoryRecord$ = [3, n0, _PHRr,
|
|
2242
|
-
0,
|
|
2243
|
-
[_I, _OTN, _CA, _AT, _LUA, _POUK, _PB],
|
|
2244
|
-
[0, 0, 4, 0, 4, 0, 0], 4
|
|
2245
|
-
];
|
|
2246
|
-
var ProfileQueryFailures$ = [3, n0, _PQF,
|
|
2247
|
-
0,
|
|
2248
|
-
[_PI, _M, _Sta],
|
|
2249
|
-
[[0, { [_jN]: _PI }], [0, { [_jN]: _M }], [1, { [_jN]: _Sta }]], 2
|
|
2250
|
-
];
|
|
2251
|
-
var ProfileQueryResult$ = [3, n0, _PQR,
|
|
2252
|
-
0,
|
|
2253
|
-
[_PI, _QR, _Pro],
|
|
2254
|
-
[[0, { [_jN]: _PI }], [0, { [_jN]: _QR }], [() => Profile$, { [_jN]: _Pro }]], 2
|
|
2255
|
-
];
|
|
2256
|
-
var ProfileTypeDimension$ = [3, n0, _PTD,
|
|
2257
|
-
0,
|
|
2258
|
-
[_DT, _V],
|
|
2259
|
-
[[0, { [_jN]: _DT }], [() => ProfileTypeValues, { [_jN]: _V }]], 2
|
|
2260
|
-
];
|
|
2261
|
-
var PutDomainObjectTypeRequest$ = [3, n0, _PDOTR,
|
|
2262
|
-
0,
|
|
2263
|
-
[_DN, _OTN, _Fi, _D, _EK, _Ta],
|
|
2264
|
-
[[0, 1], [0, 1], () => DomainObjectTypeFields, [() => sensitiveString1To10000, 0], 0, 128 | 0], 3
|
|
2265
|
-
];
|
|
2266
|
-
var PutDomainObjectTypeResponse$ = [3, n0, _PDOTRu,
|
|
2267
|
-
0,
|
|
2268
|
-
[_OTN, _D, _EK, _Fi, _CA, _LUA, _Ta],
|
|
2269
|
-
[0, [() => sensitiveString1To10000, 0], 0, () => DomainObjectTypeFields, 4, 4, 128 | 0]
|
|
2270
|
-
];
|
|
2271
|
-
var PutIntegrationRequest$ = [3, n0, _PIR,
|
|
2272
|
-
0,
|
|
2273
|
-
[_DN, _U, _OTN, _OTNb, _Ta, _FD, _RA, _ETNv, _Sc],
|
|
2274
|
-
[[0, 1], 0, 0, 128 | 0, 128 | 0, [() => FlowDefinition$, 0], 0, 64 | 0, 0], 1
|
|
2275
|
-
];
|
|
2276
|
-
var PutIntegrationResponse$ = [3, n0, _PIRu,
|
|
2277
|
-
0,
|
|
2278
|
-
[_DN, _U, _CA, _LUA, _OTN, _Ta, _OTNb, _WI, _IU, _RA, _ETNv, _Sc],
|
|
2279
|
-
[0, 0, 4, 4, 0, 128 | 0, 128 | 0, 0, 2, 0, 64 | 0, 0], 4
|
|
2280
|
-
];
|
|
2281
|
-
var PutProfileObjectRequest$ = [3, n0, _PPOR,
|
|
2282
|
-
0,
|
|
2283
|
-
[_OTN, _Ob, _DN],
|
|
2284
|
-
[0, [() => stringifiedJson, 0], [0, 1]], 3
|
|
2285
|
-
];
|
|
2286
|
-
var PutProfileObjectResponse$ = [3, n0, _PPORu,
|
|
2287
|
-
0,
|
|
2288
|
-
[_POUK],
|
|
2289
|
-
[0]
|
|
2290
|
-
];
|
|
2291
|
-
var PutProfileObjectTypeRequest$ = [3, n0, _PPOTR,
|
|
2292
|
-
0,
|
|
2293
|
-
[_DN, _OTN, _D, _TI, _ED, _EK, _APC, _SLUTF, _MPOC, _Fi, _K, _Ta],
|
|
2294
|
-
[[0, 1], [0, 1], [() => sensitiveText, 0], 0, 1, 0, 2, 0, 1, [() => FieldMap, 0], [() => KeyMap, 0], 128 | 0], 3
|
|
2295
|
-
];
|
|
2296
|
-
var PutProfileObjectTypeResponse$ = [3, n0, _PPOTRu,
|
|
2297
|
-
0,
|
|
2298
|
-
[_OTN, _D, _TI, _ED, _EK, _APC, _SLUTF, _MPOC, _MAPOC, _Fi, _K, _CA, _LUA, _Ta],
|
|
2299
|
-
[0, [() => sensitiveText, 0], 0, 1, 0, 2, 0, 1, 1, [() => FieldMap, 0], [() => KeyMap, 0], 4, 4, 128 | 0], 2
|
|
2300
|
-
];
|
|
2301
|
-
var Range$ = [3, n0, _R,
|
|
2302
|
-
0,
|
|
2303
|
-
[_Va, _Un, _VR, _TSi, _TF],
|
|
2304
|
-
[1, 0, () => ValueRange$, 0, 0]
|
|
2305
|
-
];
|
|
2306
|
-
var RangeOverride$ = [3, n0, _RO,
|
|
2307
|
-
0,
|
|
2308
|
-
[_Star, _Un, _End],
|
|
2309
|
-
[1, 0, 1], 2
|
|
2310
|
-
];
|
|
2311
|
-
var Readiness$ = [3, n0, _Re,
|
|
2312
|
-
0,
|
|
2313
|
-
[_PP, _M],
|
|
2314
|
-
[1, 0]
|
|
2315
|
-
];
|
|
2316
|
-
var Recommendation$ = [3, n0, _Recom,
|
|
2317
|
-
0,
|
|
2318
|
-
[_CI, _Sco],
|
|
2319
|
-
[[() => CatalogItem$, 0], 1]
|
|
2320
|
-
];
|
|
2321
|
-
var RecommenderConfig$ = [3, n0, _RC,
|
|
2322
|
-
0,
|
|
2323
|
-
[_EC, _TFr],
|
|
2324
|
-
[() => EventsConfig$, 1], 1
|
|
2325
|
-
];
|
|
2326
|
-
var RecommenderRecipe$ = [3, n0, _RRe,
|
|
2327
|
-
0,
|
|
2328
|
-
[_n, _d],
|
|
2329
|
-
[0, 0]
|
|
2330
|
-
];
|
|
2331
|
-
var RecommenderSummary$ = [3, n0, _RSe,
|
|
2332
|
-
0,
|
|
2333
|
-
[_RN, _RNe, _RC, _CA, _D, _Sta, _LUA, _Ta, _FR, _LRU],
|
|
2334
|
-
[0, 0, () => RecommenderConfig$, 4, [() => sensitiveText, 0], 0, 4, 128 | 0, 0, () => RecommenderUpdate$]
|
|
2335
|
-
];
|
|
2336
|
-
var RecommenderUpdate$ = [3, n0, _RU,
|
|
2337
|
-
0,
|
|
2338
|
-
[_RC, _Sta, _CA, _LUA, _FR],
|
|
2339
|
-
[() => RecommenderConfig$, 0, 4, 4, 0]
|
|
2340
|
-
];
|
|
2341
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2342
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2343
|
-
[_M],
|
|
2344
|
-
[0]
|
|
2345
|
-
];
|
|
2346
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2347
|
-
var ResultsSummary$ = [3, n0, _RS,
|
|
2348
|
-
0,
|
|
2349
|
-
[_UR, _CRr, _FRa],
|
|
2350
|
-
[[1, { [_jN]: _UR }], [1, { [_jN]: _CRr }], [1, { [_jN]: _FRa }]]
|
|
2351
|
-
];
|
|
2352
|
-
var RuleBasedMatchingRequest$ = [3, n0, _RBMR,
|
|
2353
|
-
0,
|
|
2354
|
-
[_En, _MRatch, _MARLFM, _MARLFMa, _ATS, _CR, _ECx],
|
|
2355
|
-
[2, () => MatchingRules, 1, 1, () => AttributeTypesSelector$, () => ConflictResolution$, () => ExportingConfig$], 1
|
|
2356
|
-
];
|
|
2357
|
-
var RuleBasedMatchingResponse$ = [3, n0, _RBMRu,
|
|
2358
|
-
0,
|
|
2359
|
-
[_En, _MRatch, _Sta, _MARLFM, _MARLFMa, _ATS, _CR, _ECx],
|
|
2360
|
-
[2, () => MatchingRules, 0, 1, 1, () => AttributeTypesSelector$, () => ConflictResolution$, () => ExportingConfig$]
|
|
2361
|
-
];
|
|
2362
|
-
var S3ExportingConfig$ = [3, n0, _SEC,
|
|
2363
|
-
0,
|
|
2364
|
-
[_SBN, _SKN],
|
|
2365
|
-
[0, 0], 1
|
|
2366
|
-
];
|
|
2367
|
-
var S3ExportingLocation$ = [3, n0, _SEL,
|
|
2368
|
-
0,
|
|
2369
|
-
[_SBN, _SKN],
|
|
2370
|
-
[0, 0]
|
|
2371
|
-
];
|
|
2372
|
-
var S3SourceProperties$ = [3, n0, _SSP,
|
|
2373
|
-
0,
|
|
2374
|
-
[_BNu, _BP],
|
|
2375
|
-
[0, 0], 1
|
|
2376
|
-
];
|
|
2377
|
-
var SalesforceSourceProperties$ = [3, n0, _SSPa,
|
|
2378
|
-
0,
|
|
2379
|
-
[_Ob, _EDFU, _IDR],
|
|
2380
|
-
[0, 2, 2], 1
|
|
2381
|
-
];
|
|
2382
|
-
var ScheduledTriggerProperties$ = [3, n0, _STP,
|
|
2383
|
-
0,
|
|
2384
|
-
[_SEc, _DPM, _SST, _SET, _Tim, _SOc, _FEF],
|
|
2385
|
-
[0, 0, 4, 4, 0, 1, 4], 1
|
|
2386
|
-
];
|
|
2387
|
-
var SearchProfilesRequest$ = [3, n0, _SPR,
|
|
2388
|
-
0,
|
|
2389
|
-
[_DN, _KN, _V, _NT, _MR, _ASKd, _LO],
|
|
2390
|
-
[[0, 1], 0, 64 | 0, [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }], () => additionalSearchKeysList, 0], 3
|
|
2391
|
-
];
|
|
2392
|
-
var SearchProfilesResponse$ = [3, n0, _SPRe,
|
|
2393
|
-
0,
|
|
2394
|
-
[_It, _NT],
|
|
2395
|
-
[[() => ProfileList, 0], 0]
|
|
2396
|
-
];
|
|
2397
|
-
var SegmentDefinitionItem$ = [3, n0, _SDI,
|
|
2398
|
-
0,
|
|
2399
|
-
[_SDN, _DNi, _D, _SDA, _CA, _Ta, _STe],
|
|
2400
|
-
[[0, { [_jN]: _SDN }], [0, { [_jN]: _DNi }], [() => sensitiveString1To4000, { [_jN]: _D }], [0, { [_jN]: _SDA }], [4, { [_jN]: _CA }], [128 | 0, { [_jN]: _Ta }], [0, { [_jN]: _STe }]]
|
|
2401
|
-
];
|
|
2402
|
-
var SegmentGroup$ = [3, n0, _SGe,
|
|
2403
|
-
8,
|
|
2404
|
-
[_Gr, _In],
|
|
2405
|
-
[[() => SegmentGroupList, { [_jN]: _Gr }], [0, { [_jN]: _In }]]
|
|
2406
|
-
];
|
|
2407
|
-
var SegmentGroupStructure$ = [3, n0, _SGS,
|
|
2408
|
-
0,
|
|
2409
|
-
[_Gr, _In],
|
|
2410
|
-
[[() => SegmentGroupList, 0], 0]
|
|
2411
|
-
];
|
|
2412
|
-
var ServiceNowSourceProperties$ = [3, n0, _SNSP,
|
|
2413
|
-
0,
|
|
2414
|
-
[_Ob],
|
|
2415
|
-
[0], 1
|
|
2416
|
-
];
|
|
2417
|
-
var SourceConnectorProperties$ = [3, n0, _SCP,
|
|
2418
|
-
0,
|
|
2419
|
-
[_Ma, _S_, _Sa, _SNe, _Z],
|
|
2420
|
-
[() => MarketoSourceProperties$, () => S3SourceProperties$, () => SalesforceSourceProperties$, () => ServiceNowSourceProperties$, () => ZendeskSourceProperties$]
|
|
2421
|
-
];
|
|
2422
|
-
var SourceFlowConfig$ = [3, n0, _SFC,
|
|
2423
|
-
0,
|
|
2424
|
-
[_CTon, _SCP, _CPN, _IPC],
|
|
2425
|
-
[0, () => SourceConnectorProperties$, 0, () => IncrementalPullConfig$], 2
|
|
2426
|
-
];
|
|
2427
|
-
var SourceSegment$ = [3, n0, _SSou,
|
|
2428
|
-
0,
|
|
2429
|
-
[_SDN],
|
|
2430
|
-
[[0, { [_jN]: _SDN }]]
|
|
2431
|
-
];
|
|
2432
|
-
var StartRecommenderRequest$ = [3, n0, _SRR,
|
|
2433
|
-
0,
|
|
2434
|
-
[_DN, _RN],
|
|
2435
|
-
[[0, 1], [0, 1]], 2
|
|
2436
|
-
];
|
|
2437
|
-
var StartRecommenderResponse$ = [3, n0, _SRRt,
|
|
2438
|
-
0,
|
|
2439
|
-
[],
|
|
2440
|
-
[]
|
|
2441
|
-
];
|
|
2442
|
-
var StartUploadJobRequest$ = [3, n0, _SUJR,
|
|
2443
|
-
0,
|
|
2444
|
-
[_DN, _JI],
|
|
2445
|
-
[[0, 1], [0, 1]], 2
|
|
2446
|
-
];
|
|
2447
|
-
var StartUploadJobResponse$ = [3, n0, _SUJRt,
|
|
2448
|
-
0,
|
|
2449
|
-
[],
|
|
2450
|
-
[]
|
|
2451
|
-
];
|
|
2452
|
-
var StopRecommenderRequest$ = [3, n0, _SRRto,
|
|
2453
|
-
0,
|
|
2454
|
-
[_DN, _RN],
|
|
2455
|
-
[[0, 1], [0, 1]], 2
|
|
2456
|
-
];
|
|
2457
|
-
var StopRecommenderResponse$ = [3, n0, _SRRtop,
|
|
2458
|
-
0,
|
|
2459
|
-
[],
|
|
2460
|
-
[]
|
|
2461
|
-
];
|
|
2462
|
-
var StopUploadJobRequest$ = [3, n0, _SUJRto,
|
|
2463
|
-
0,
|
|
2464
|
-
[_DN, _JI],
|
|
2465
|
-
[[0, 1], [0, 1]], 2
|
|
2466
|
-
];
|
|
2467
|
-
var StopUploadJobResponse$ = [3, n0, _SUJRtop,
|
|
2468
|
-
0,
|
|
2469
|
-
[],
|
|
2470
|
-
[]
|
|
2471
|
-
];
|
|
2472
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2473
|
-
0,
|
|
2474
|
-
[_rA, _t],
|
|
2475
|
-
[[0, 1], 128 | 0], 2
|
|
2476
|
-
];
|
|
2477
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
2478
|
-
0,
|
|
2479
|
-
[],
|
|
2480
|
-
[]
|
|
2481
|
-
];
|
|
2482
|
-
var Task$ = [3, n0, _Task,
|
|
2483
|
-
0,
|
|
2484
|
-
[_SFo, _TT, _COo, _DFe, _TP],
|
|
2485
|
-
[64 | 0, 0, () => ConnectorOperator$, 0, 128 | 0], 2
|
|
2486
|
-
];
|
|
2487
|
-
var Threshold$ = [3, n0, _Th,
|
|
2488
|
-
0,
|
|
2489
|
-
[_Va, _Op],
|
|
2490
|
-
[0, 0], 2
|
|
2491
|
-
];
|
|
2492
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
2493
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
2494
|
-
[_M],
|
|
2495
|
-
[0]
|
|
2496
|
-
];
|
|
2497
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2498
|
-
var TrainingMetrics$ = [3, n0, _TM,
|
|
2499
|
-
0,
|
|
2500
|
-
[_Ti, _Me],
|
|
2501
|
-
[4, 128 | 1]
|
|
2502
|
-
];
|
|
2503
|
-
var TriggerConfig$ = [3, n0, _TC,
|
|
2504
|
-
0,
|
|
2505
|
-
[_TTr, _TPr],
|
|
2506
|
-
[0, () => TriggerProperties$], 1
|
|
2507
|
-
];
|
|
2508
|
-
var TriggerProperties$ = [3, n0, _TPr,
|
|
2509
|
-
0,
|
|
2510
|
-
[_Sch],
|
|
2511
|
-
[() => ScheduledTriggerProperties$]
|
|
2512
|
-
];
|
|
2513
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
2514
|
-
0,
|
|
2515
|
-
[_rA, _tK],
|
|
2516
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
2517
|
-
];
|
|
2518
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2519
|
-
0,
|
|
2520
|
-
[],
|
|
2521
|
-
[]
|
|
2522
|
-
];
|
|
2523
|
-
var UpdateAddress$ = [3, n0, _UAp,
|
|
2524
|
-
8,
|
|
2525
|
-
[_Ad, _Add, _Addr, _Addre, _C, _Co, _St, _P, _Cou, _PC],
|
|
2526
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
|
2527
|
-
];
|
|
2528
|
-
var UpdateCalculatedAttributeDefinitionRequest$ = [3, n0, _UCADR,
|
|
2529
|
-
0,
|
|
2530
|
-
[_DN, _CAN, _DNi, _D, _Cond],
|
|
2531
|
-
[[0, 1], [0, 1], 0, [() => sensitiveText, 0], [() => Conditions$, 0]], 2
|
|
2532
|
-
];
|
|
2533
|
-
var UpdateCalculatedAttributeDefinitionResponse$ = [3, n0, _UCADRp,
|
|
2534
|
-
0,
|
|
2535
|
-
[_CAN, _DNi, _D, _CA, _LUA, _S, _Cond, _ADt, _UHD, _Sta, _Re, _Ta],
|
|
2536
|
-
[0, 0, [() => sensitiveText, 0], 4, 4, [() => Statistic$1, 0], [() => Conditions$, 0], [() => AttributeDetails$, 0], 2, 0, () => Readiness$, 128 | 0]
|
|
2537
|
-
];
|
|
2538
|
-
var UpdateDomainLayoutRequest$ = [3, n0, _UDLR,
|
|
2539
|
-
0,
|
|
2540
|
-
[_DN, _LDN, _D, _DNi, _ID, _LT, _La],
|
|
2541
|
-
[[0, 1], [0, 1], [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0]], 2
|
|
2542
|
-
];
|
|
2543
|
-
var UpdateDomainLayoutResponse$ = [3, n0, _UDLRp,
|
|
2544
|
-
0,
|
|
2545
|
-
[_LDN, _D, _DNi, _ID, _LT, _La, _Ve, _CA, _LUA, _Ta],
|
|
2546
|
-
[0, [() => sensitiveText, 0], 0, 2, 0, [() => sensitiveString1To2000000, 0], 0, 4, 4, 128 | 0]
|
|
2547
|
-
];
|
|
2548
|
-
var UpdateDomainRequest$ = [3, n0, _UDR,
|
|
2549
|
-
0,
|
|
2550
|
-
[_DN, _DED, _DEK, _DLQU, _Mat, _RBM, _DS, _Ta],
|
|
2551
|
-
[[0, 1], 1, 0, 0, () => MatchingRequest$, () => RuleBasedMatchingRequest$, () => DataStoreRequest$, 128 | 0], 1
|
|
2552
|
-
];
|
|
2553
|
-
var UpdateDomainResponse$ = [3, n0, _UDRp,
|
|
2554
|
-
0,
|
|
2555
|
-
[_DN, _CA, _LUA, _DED, _DEK, _DLQU, _Mat, _RBM, _DS, _Ta],
|
|
2556
|
-
[0, 4, 4, 1, 0, 0, () => MatchingResponse$, () => RuleBasedMatchingResponse$, () => DataStoreResponse$, 128 | 0], 3
|
|
2557
|
-
];
|
|
2558
|
-
var UpdateEventTriggerRequest$ = [3, n0, _UETR,
|
|
2559
|
-
0,
|
|
2560
|
-
[_DN, _ETN, _OTN, _D, _ETC, _SF, _ETL],
|
|
2561
|
-
[[0, 1], [0, 1], 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits$], 2
|
|
2562
|
-
];
|
|
2563
|
-
var UpdateEventTriggerResponse$ = [3, n0, _UETRp,
|
|
2564
|
-
0,
|
|
2565
|
-
[_ETN, _OTN, _D, _ETC, _SF, _ETL, _CA, _LUA, _Ta],
|
|
2566
|
-
[0, 0, [() => sensitiveText, 0], [() => EventTriggerConditions, 0], 0, () => EventTriggerLimits$, 4, 4, 128 | 0]
|
|
2567
|
-
];
|
|
2568
|
-
var UpdateProfileRequest$ = [3, n0, _UPR,
|
|
2569
|
-
0,
|
|
2570
|
-
[_DN, _PI, _AId, _AN, _PT, _BN, _FNi, _MN, _LN, _BD, _G, _PN, _MPN, _HPN, _BPN, _EA, _PEA, _BEA, _A, _SA, _MA, _BA, _At, _PTS, _GS, _PTr, _EP],
|
|
2571
|
-
[[0, 1], 0, [() => sensitiveString0To1000, 0], [() => sensitiveString0To255, 0], [() => PartyType$1, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => Gender$1, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => UpdateAddress$, 0], [() => UpdateAddress$, 0], [() => UpdateAddress$, 0], [() => UpdateAddress$, 0], [() => UpdateAttributes, 0], [() => sensitiveString0To255, 0], [() => sensitiveString0To255, 0], [() => ProfileType$1, 0], [() => EngagementPreferences$, 0]], 2
|
|
2572
|
-
];
|
|
2573
|
-
var UpdateProfileResponse$ = [3, n0, _UPRp,
|
|
2574
|
-
0,
|
|
2575
|
-
[_PI],
|
|
2576
|
-
[0], 1
|
|
2577
|
-
];
|
|
2578
|
-
var UpdateRecommenderRequest$ = [3, n0, _URRp,
|
|
2579
|
-
0,
|
|
2580
|
-
[_DN, _RN, _D, _RC],
|
|
2581
|
-
[[0, 1], [0, 1], [() => sensitiveText, 0], () => RecommenderConfig$], 2
|
|
2582
|
-
];
|
|
2583
|
-
var UpdateRecommenderResponse$ = [3, n0, _URRpd,
|
|
2584
|
-
0,
|
|
2585
|
-
[_RN],
|
|
2586
|
-
[0], 1
|
|
2587
|
-
];
|
|
2588
|
-
var UploadJobItem$ = [3, n0, _UJI,
|
|
2589
|
-
0,
|
|
2590
|
-
[_JI, _DNi, _Sta, _SR, _CA, _CAo, _DE],
|
|
2591
|
-
[[0, { [_jN]: _JI }], [0, { [_jN]: _DNi }], [0, { [_jN]: _Sta }], [0, { [_jN]: _SR }], [4, { [_jN]: _CA }], [4, { [_jN]: _CAo }], [1, { [_jN]: _DE }]]
|
|
2592
|
-
];
|
|
2593
|
-
var ValueRange$ = [3, n0, _VR,
|
|
2594
|
-
0,
|
|
2595
|
-
[_Star, _End],
|
|
2596
|
-
[1, 1], 2
|
|
2597
|
-
];
|
|
2598
|
-
var WorkflowAttributes$ = [3, n0, _WA,
|
|
2599
|
-
0,
|
|
2600
|
-
[_AI],
|
|
2601
|
-
[() => AppflowIntegrationWorkflowAttributes$]
|
|
2602
|
-
];
|
|
2603
|
-
var WorkflowMetrics$ = [3, n0, _WM,
|
|
2604
|
-
0,
|
|
2605
|
-
[_AI],
|
|
2606
|
-
[() => AppflowIntegrationWorkflowMetrics$]
|
|
2607
|
-
];
|
|
2608
|
-
var WorkflowStepItem$ = [3, n0, _WSI,
|
|
2609
|
-
0,
|
|
2610
|
-
[_AI],
|
|
2611
|
-
[() => AppflowIntegrationWorkflowStep$]
|
|
2612
|
-
];
|
|
2613
|
-
var ZendeskSourceProperties$ = [3, n0, _ZSP,
|
|
2614
|
-
0,
|
|
2615
|
-
[_Ob],
|
|
2616
|
-
[0], 1
|
|
2617
|
-
];
|
|
2618
|
-
var CustomerProfilesServiceException$ = [-3, _sm, "CustomerProfilesServiceException", 0, [], []];
|
|
2619
|
-
schema.TypeRegistry.for(_sm).registerError(CustomerProfilesServiceException$, CustomerProfilesServiceException);
|
|
2620
|
-
var additionalSearchKeysList = [1, n0, _aSKL,
|
|
2621
|
-
0, () => AdditionalSearchKey$
|
|
2622
|
-
];
|
|
2623
|
-
var AttributeList = [1, n0, _AL,
|
|
2624
|
-
0, () => AttributeItem$
|
|
2625
|
-
];
|
|
2626
|
-
var AttributeValueItemList = [1, n0, _AVIL,
|
|
2627
|
-
0, () => AttributeValueItem$
|
|
2628
|
-
];
|
|
2629
|
-
var Batches = [1, n0, _B,
|
|
2630
|
-
0, () => Batch$
|
|
2631
|
-
];
|
|
2632
|
-
var BatchGetCalculatedAttributeForProfileErrorList = [1, n0, _BGCAFPEL,
|
|
2633
|
-
0, () => BatchGetCalculatedAttributeForProfileError$
|
|
2634
|
-
];
|
|
2635
|
-
var BatchGetProfileErrorList = [1, n0, _BGPEL,
|
|
2636
|
-
0, () => BatchGetProfileError$
|
|
2637
|
-
];
|
|
2638
|
-
var CalculatedAttributeDefinitionsList = [1, n0, _CADL,
|
|
2639
|
-
8, [() => ListCalculatedAttributeDefinitionItem$,
|
|
2640
|
-
0]
|
|
2641
|
-
];
|
|
2642
|
-
var CalculatedAttributesForProfileList = [1, n0, _CAFPL,
|
|
2643
|
-
0, () => ListCalculatedAttributeForProfileItem$
|
|
2644
|
-
];
|
|
2645
|
-
var CalculatedAttributeValueList = [1, n0, _CAVL,
|
|
2646
|
-
0, () => CalculatedAttributeValue$
|
|
2647
|
-
];
|
|
2648
|
-
var DetectedProfileObjectTypes = [1, n0, _DPOTe,
|
|
2649
|
-
0, [() => DetectedProfileObjectType$,
|
|
2650
|
-
0]
|
|
2651
|
-
];
|
|
2652
|
-
var DimensionList = [1, n0, _DL,
|
|
2653
|
-
0, [() => Dimension$,
|
|
2654
|
-
0]
|
|
2655
|
-
];
|
|
2656
|
-
var DomainList = [1, n0, _DLo,
|
|
2657
|
-
0, () => ListDomainItem$
|
|
2658
|
-
];
|
|
2659
|
-
var DomainObjectTypesList = [1, n0, _DOTL,
|
|
2660
|
-
8, [() => DomainObjectTypesListItem$,
|
|
2661
|
-
0]
|
|
2662
|
-
];
|
|
2663
|
-
var EmailPreferenceList = [1, n0, _EPLm,
|
|
2664
|
-
0, () => ContactPreference$
|
|
2665
|
-
];
|
|
2666
|
-
var EventParametersList = [1, n0, _EPL,
|
|
2667
|
-
0, () => EventParameters$
|
|
2668
|
-
];
|
|
2669
|
-
var EventStreamSummaryList = [1, n0, _ESSL,
|
|
2670
|
-
0, () => EventStreamSummary$
|
|
2671
|
-
];
|
|
2672
|
-
var EventTriggerConditions = [1, n0, _ETC,
|
|
2673
|
-
8, () => EventTriggerCondition$
|
|
2674
|
-
];
|
|
2675
|
-
var EventTriggerDimensions = [1, n0, _ETD,
|
|
2676
|
-
0, () => EventTriggerDimension$
|
|
2677
|
-
];
|
|
2678
|
-
var EventTriggerSummaryList = [1, n0, _ETSL,
|
|
2679
|
-
8, () => EventTriggerSummaryItem$
|
|
2680
|
-
];
|
|
2681
|
-
var Failures = [1, n0, _Fa,
|
|
2682
|
-
0, [() => ProfileQueryFailures$,
|
|
2683
|
-
0]
|
|
2684
|
-
];
|
|
2685
|
-
var FilterDimensionList = [1, n0, _FDL,
|
|
2686
|
-
0, () => FilterDimension$
|
|
2687
|
-
];
|
|
2688
|
-
var foundByList = [1, n0, _fBL,
|
|
2689
|
-
0, () => FoundByKeyValue$
|
|
2690
|
-
];
|
|
2691
|
-
var GroupList = [1, n0, _GL,
|
|
2692
|
-
0, () => FilterGroup$
|
|
2693
|
-
];
|
|
2694
|
-
var IdentityResolutionJobsList = [1, n0, _IRJL,
|
|
2695
|
-
0, () => IdentityResolutionJob$
|
|
2696
|
-
];
|
|
2697
|
-
var IntegrationList = [1, n0, _ILn,
|
|
2698
|
-
0, () => ListIntegrationItem$
|
|
2699
|
-
];
|
|
2700
|
-
var LayoutList = [1, n0, _LL,
|
|
2701
|
-
0, [() => LayoutItem$,
|
|
2702
|
-
0]
|
|
2703
|
-
];
|
|
2704
|
-
var ListObjectTypeAttributesList = [1, n0, _LOTAL,
|
|
2705
|
-
0, () => ListObjectTypeAttributeItem$
|
|
2706
|
-
];
|
|
2707
|
-
var ListObjectTypeAttributeValuesList = [1, n0, _LOTAVL,
|
|
2708
|
-
0, [() => ListObjectTypeAttributeValuesItem$,
|
|
2709
|
-
0]
|
|
2710
|
-
];
|
|
2711
|
-
var MatchesList = [1, n0, _ML,
|
|
2712
|
-
0, () => MatchItem$
|
|
2713
|
-
];
|
|
2714
|
-
var MatchingRules = [1, n0, _MRatch,
|
|
2715
|
-
0, () => MatchingRule$
|
|
2716
|
-
];
|
|
2717
|
-
var ObjectAttributes = [1, n0, _OA,
|
|
2718
|
-
0, () => ObjectAttribute$
|
|
2719
|
-
];
|
|
2720
|
-
var Objects = [1, n0, _O,
|
|
2721
|
-
8, [() => stringifiedJson,
|
|
2722
|
-
0]
|
|
2723
|
-
];
|
|
2724
|
-
var ObjectTypeKeyList = [1, n0, _OTKL,
|
|
2725
|
-
0, () => ObjectTypeKey$
|
|
2726
|
-
];
|
|
2727
|
-
var Periods = [1, n0, _Pe,
|
|
2728
|
-
0, () => Period$
|
|
2729
|
-
];
|
|
2730
|
-
var PhonePreferenceList = [1, n0, _PPL,
|
|
2731
|
-
0, () => ContactPreference$
|
|
2732
|
-
];
|
|
2733
|
-
var ProfileHistoryRecords = [1, n0, _PHR,
|
|
2734
|
-
0, () => ProfileHistoryRecord$
|
|
2735
|
-
];
|
|
2736
|
-
var ProfileList = [1, n0, _PL,
|
|
2737
|
-
0, [() => Profile$,
|
|
2738
|
-
0]
|
|
2739
|
-
];
|
|
2740
|
-
var ProfileObjectList = [1, n0, _POL,
|
|
2741
|
-
0, [() => ListProfileObjectsItem$,
|
|
2742
|
-
0]
|
|
2743
|
-
];
|
|
2744
|
-
var ProfileObjectTypeList = [1, n0, _POTL,
|
|
2745
|
-
8, () => ListProfileObjectTypeItem$
|
|
2746
|
-
];
|
|
2747
|
-
var ProfileObjectTypeTemplateList = [1, n0, _POTTL,
|
|
2748
|
-
0, () => ListProfileObjectTypeTemplateItem$
|
|
2749
|
-
];
|
|
2750
|
-
var Profiles = [1, n0, _Pr,
|
|
2751
|
-
0, [() => ProfileQueryResult$,
|
|
2752
|
-
0]
|
|
2753
|
-
];
|
|
2754
|
-
var ProfileTypeValues = [1, n0, _PTV,
|
|
2755
|
-
0, [() => ProfileType$1,
|
|
2756
|
-
0]
|
|
2757
|
-
];
|
|
2758
|
-
var Recommendations = [1, n0, _Rec,
|
|
2759
|
-
8, [() => Recommendation$,
|
|
2760
|
-
0]
|
|
2761
|
-
];
|
|
2762
|
-
var RecommenderRecipesList = [1, n0, _RRL,
|
|
2763
|
-
0, () => RecommenderRecipe$
|
|
2764
|
-
];
|
|
2765
|
-
var RecommenderSummaryList = [1, n0, _RSL,
|
|
2766
|
-
0, [() => RecommenderSummary$,
|
|
2767
|
-
0]
|
|
2768
|
-
];
|
|
2769
|
-
var SegmentDefinitionsList = [1, n0, _SDL,
|
|
2770
|
-
0, [() => SegmentDefinitionItem$,
|
|
2771
|
-
0]
|
|
2772
|
-
];
|
|
2773
|
-
var SegmentGroupList = [1, n0, _SGL,
|
|
2774
|
-
0, [() => Group$,
|
|
2775
|
-
0]
|
|
2776
|
-
];
|
|
2777
|
-
var SourceSegmentList = [1, n0, _SSL,
|
|
2778
|
-
0, [() => SourceSegment$,
|
|
2779
|
-
0]
|
|
2780
|
-
];
|
|
2781
|
-
var Tasks = [1, n0, _Tas,
|
|
2782
|
-
0, () => Task$
|
|
2783
|
-
];
|
|
2784
|
-
var TrainingMetricsList = [1, n0, _TML,
|
|
2785
|
-
0, () => TrainingMetrics$
|
|
2786
|
-
];
|
|
2787
|
-
var UploadJobsList = [1, n0, _UJL,
|
|
2788
|
-
0, [() => UploadJobItem$,
|
|
2789
|
-
0]
|
|
2790
|
-
];
|
|
2791
|
-
var WorkflowList = [1, n0, _WL,
|
|
2792
|
-
0, () => ListWorkflowsItem$
|
|
2793
|
-
];
|
|
2794
|
-
var WorkflowStepsList = [1, n0, _WSL,
|
|
2795
|
-
0, () => WorkflowStepItem$
|
|
2796
|
-
];
|
|
2797
|
-
var AttributeMap = [2, n0, _AMt,
|
|
2798
|
-
0, 0, () => FilterAttributeDimension$
|
|
2799
|
-
];
|
|
2800
|
-
var Attributes = [2, n0, _At,
|
|
2801
|
-
8, 0, 0
|
|
2802
|
-
];
|
|
2803
|
-
var CalculatedCustomAttributes = [2, n0, _CCA,
|
|
2804
|
-
0, [0,
|
|
2805
|
-
0],
|
|
2806
|
-
[() => CalculatedAttributeDimension$,
|
|
2807
|
-
0]
|
|
2808
|
-
];
|
|
2809
|
-
var CustomAttributes = [2, n0, _CAu,
|
|
2810
|
-
0, [0,
|
|
2811
|
-
0],
|
|
2812
|
-
[() => AttributeDimension$,
|
|
2813
|
-
0]
|
|
2814
|
-
];
|
|
2815
|
-
var DomainObjectTypeFields = [2, n0, _DOTFo,
|
|
2816
|
-
0, 0, () => DomainObjectTypeField$
|
|
2817
|
-
];
|
|
2818
|
-
var FieldMap = [2, n0, _FM,
|
|
2819
|
-
8, 0, () => ObjectTypeField$
|
|
2820
|
-
];
|
|
2821
|
-
var KeyMap = [2, n0, _KM,
|
|
2822
|
-
8, 0, () => ObjectTypeKeyList
|
|
2823
|
-
];
|
|
2824
|
-
var RecommenderContext = [2, n0, _RCe,
|
|
2825
|
-
8, 0, 0
|
|
2826
|
-
];
|
|
2827
|
-
var UpdateAttributes = [2, n0, _UApd,
|
|
2828
|
-
8, 0, 0
|
|
2829
|
-
];
|
|
2830
|
-
var Dimension$ = [4, n0, _Dim,
|
|
2831
|
-
0,
|
|
2832
|
-
[_PA, _CAal],
|
|
2833
|
-
[[() => ProfileAttributes$, { [_jN]: _PA }], [() => CalculatedCustomAttributes, { [_jN]: _CAal }]]
|
|
2834
|
-
];
|
|
2835
|
-
var AddProfileKey$ = [9, n0, _APK,
|
|
2836
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/keys", 200] }, () => AddProfileKeyRequest$, () => AddProfileKeyResponse$
|
|
2837
|
-
];
|
|
2838
|
-
var BatchGetCalculatedAttributeForProfile$ = [9, n0, _BGCAFP,
|
|
2839
|
-
{ [_h]: ["POST", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}/batch-get-for-profiles", 200] }, () => BatchGetCalculatedAttributeForProfileRequest$, () => BatchGetCalculatedAttributeForProfileResponse$
|
|
2840
|
-
];
|
|
2841
|
-
var BatchGetProfile$ = [9, n0, _BGP,
|
|
2842
|
-
{ [_h]: ["POST", "/domains/{DomainName}/batch-get-profiles", 200] }, () => BatchGetProfileRequest$, () => BatchGetProfileResponse$
|
|
2843
|
-
];
|
|
2844
|
-
var CreateCalculatedAttributeDefinition$ = [9, n0, _CCAD,
|
|
2845
|
-
{ [_h]: ["POST", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200] }, () => CreateCalculatedAttributeDefinitionRequest$, () => CreateCalculatedAttributeDefinitionResponse$
|
|
2846
|
-
];
|
|
2847
|
-
var CreateDomain$ = [9, n0, _CD,
|
|
2848
|
-
{ [_h]: ["POST", "/domains/{DomainName}", 200] }, () => CreateDomainRequest$, () => CreateDomainResponse$
|
|
2849
|
-
];
|
|
2850
|
-
var CreateDomainLayout$ = [9, n0, _CDL,
|
|
2851
|
-
{ [_h]: ["POST", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200] }, () => CreateDomainLayoutRequest$, () => CreateDomainLayoutResponse$
|
|
2852
|
-
];
|
|
2853
|
-
var CreateEventStream$ = [9, n0, _CES,
|
|
2854
|
-
{ [_h]: ["POST", "/domains/{DomainName}/event-streams/{EventStreamName}", 200] }, () => CreateEventStreamRequest$, () => CreateEventStreamResponse$
|
|
2855
|
-
];
|
|
2856
|
-
var CreateEventTrigger$ = [9, n0, _CET,
|
|
2857
|
-
{ [_h]: ["POST", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200] }, () => CreateEventTriggerRequest$, () => CreateEventTriggerResponse$
|
|
2858
|
-
];
|
|
2859
|
-
var CreateIntegrationWorkflow$ = [9, n0, _CIW,
|
|
2860
|
-
{ [_h]: ["POST", "/domains/{DomainName}/workflows/integrations", 200] }, () => CreateIntegrationWorkflowRequest$, () => CreateIntegrationWorkflowResponse$
|
|
2861
|
-
];
|
|
2862
|
-
var CreateProfile$ = [9, n0, _CPr,
|
|
2863
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles", 200] }, () => CreateProfileRequest$, () => CreateProfileResponse$
|
|
2864
|
-
];
|
|
2865
|
-
var CreateRecommender$ = [9, n0, _CRre,
|
|
2866
|
-
{ [_h]: ["POST", "/domains/{DomainName}/recommenders/{RecommenderName}", 200] }, () => CreateRecommenderRequest$, () => CreateRecommenderResponse$
|
|
2867
|
-
];
|
|
2868
|
-
var CreateSegmentDefinition$ = [9, n0, _CSD,
|
|
2869
|
-
{ [_h]: ["POST", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => CreateSegmentDefinitionRequest$, () => CreateSegmentDefinitionResponse$
|
|
2870
|
-
];
|
|
2871
|
-
var CreateSegmentEstimate$ = [9, n0, _CSE,
|
|
2872
|
-
{ [_h]: ["POST", "/domains/{DomainName}/segment-estimates", 200] }, () => CreateSegmentEstimateRequest$, () => CreateSegmentEstimateResponse$
|
|
2873
|
-
];
|
|
2874
|
-
var CreateSegmentSnapshot$ = [9, n0, _CSS,
|
|
2875
|
-
{ [_h]: ["POST", "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots", 200] }, () => CreateSegmentSnapshotRequest$, () => CreateSegmentSnapshotResponse$
|
|
2876
|
-
];
|
|
2877
|
-
var CreateUploadJob$ = [9, n0, _CUJ,
|
|
2878
|
-
{ [_h]: ["POST", "/domains/{DomainName}/upload-jobs", 200] }, () => CreateUploadJobRequest$, () => CreateUploadJobResponse$
|
|
2879
|
-
];
|
|
2880
|
-
var DeleteCalculatedAttributeDefinition$ = [9, n0, _DCAD,
|
|
2881
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200] }, () => DeleteCalculatedAttributeDefinitionRequest$, () => DeleteCalculatedAttributeDefinitionResponse$
|
|
2882
|
-
];
|
|
2883
|
-
var DeleteDomain$ = [9, n0, _DDel,
|
|
2884
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}", 200] }, () => DeleteDomainRequest$, () => DeleteDomainResponse$
|
|
2885
|
-
];
|
|
2886
|
-
var DeleteDomainLayout$ = [9, n0, _DDL,
|
|
2887
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200] }, () => DeleteDomainLayoutRequest$, () => DeleteDomainLayoutResponse$
|
|
2888
|
-
];
|
|
2889
|
-
var DeleteDomainObjectType$ = [9, n0, _DDOT,
|
|
2890
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/domain-object-types/{ObjectTypeName}", 200] }, () => DeleteDomainObjectTypeRequest$, () => DeleteDomainObjectTypeResponse$
|
|
2891
|
-
];
|
|
2892
|
-
var DeleteEventStream$ = [9, n0, _DES,
|
|
2893
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/event-streams/{EventStreamName}", 200] }, () => DeleteEventStreamRequest$, () => DeleteEventStreamResponse$
|
|
2894
|
-
];
|
|
2895
|
-
var DeleteEventTrigger$ = [9, n0, _DET,
|
|
2896
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200] }, () => DeleteEventTriggerRequest$, () => DeleteEventTriggerResponse$
|
|
2897
|
-
];
|
|
2898
|
-
var DeleteIntegration$ = [9, n0, _DI,
|
|
2899
|
-
{ [_h]: ["POST", "/domains/{DomainName}/integrations/delete", 200] }, () => DeleteIntegrationRequest$, () => DeleteIntegrationResponse$
|
|
2900
|
-
];
|
|
2901
|
-
var DeleteProfile$ = [9, n0, _DP,
|
|
2902
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/delete", 200] }, () => DeleteProfileRequest$, () => DeleteProfileResponse$
|
|
2903
|
-
];
|
|
2904
|
-
var DeleteProfileKey$ = [9, n0, _DPK,
|
|
2905
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/keys/delete", 200] }, () => DeleteProfileKeyRequest$, () => DeleteProfileKeyResponse$
|
|
2906
|
-
];
|
|
2907
|
-
var DeleteProfileObject$ = [9, n0, _DPO,
|
|
2908
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/objects/delete", 200] }, () => DeleteProfileObjectRequest$, () => DeleteProfileObjectResponse$
|
|
2909
|
-
];
|
|
2910
|
-
var DeleteProfileObjectType$ = [9, n0, _DPOTel,
|
|
2911
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/object-types/{ObjectTypeName}", 200] }, () => DeleteProfileObjectTypeRequest$, () => DeleteProfileObjectTypeResponse$
|
|
2912
|
-
];
|
|
2913
|
-
var DeleteRecommender$ = [9, n0, _DR,
|
|
2914
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/recommenders/{RecommenderName}", 200] }, () => DeleteRecommenderRequest$, () => DeleteRecommenderResponse$
|
|
2915
|
-
];
|
|
2916
|
-
var DeleteSegmentDefinition$ = [9, n0, _DSD,
|
|
2917
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => DeleteSegmentDefinitionRequest$, () => DeleteSegmentDefinitionResponse$
|
|
2918
|
-
];
|
|
2919
|
-
var DeleteWorkflow$ = [9, n0, _DW,
|
|
2920
|
-
{ [_h]: ["DELETE", "/domains/{DomainName}/workflows/{WorkflowId}", 200] }, () => DeleteWorkflowRequest$, () => DeleteWorkflowResponse$
|
|
2921
|
-
];
|
|
2922
|
-
var DetectProfileObjectType$ = [9, n0, _DPOTet,
|
|
2923
|
-
{ [_h]: ["POST", "/domains/{DomainName}/detect/object-types", 200] }, () => DetectProfileObjectTypeRequest$, () => DetectProfileObjectTypeResponse$
|
|
2924
|
-
];
|
|
2925
|
-
var GetAutoMergingPreview$ = [9, n0, _GAMP,
|
|
2926
|
-
{ [_h]: ["POST", "/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview", 200] }, () => GetAutoMergingPreviewRequest$, () => GetAutoMergingPreviewResponse$
|
|
2927
|
-
];
|
|
2928
|
-
var GetCalculatedAttributeDefinition$ = [9, n0, _GCAD,
|
|
2929
|
-
{ [_h]: ["GET", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200] }, () => GetCalculatedAttributeDefinitionRequest$, () => GetCalculatedAttributeDefinitionResponse$
|
|
2930
|
-
];
|
|
2931
|
-
var GetCalculatedAttributeForProfile$ = [9, n0, _GCAFP,
|
|
2932
|
-
{ [_h]: ["GET", "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes/{CalculatedAttributeName}", 200] }, () => GetCalculatedAttributeForProfileRequest$, () => GetCalculatedAttributeForProfileResponse$
|
|
2933
|
-
];
|
|
2934
|
-
var GetDomain$ = [9, n0, _GD,
|
|
2935
|
-
{ [_h]: ["GET", "/domains/{DomainName}", 200] }, () => GetDomainRequest$, () => GetDomainResponse$
|
|
2936
|
-
];
|
|
2937
|
-
var GetDomainLayout$ = [9, n0, _GDL,
|
|
2938
|
-
{ [_h]: ["GET", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200] }, () => GetDomainLayoutRequest$, () => GetDomainLayoutResponse$
|
|
2939
|
-
];
|
|
2940
|
-
var GetDomainObjectType$ = [9, n0, _GDOT,
|
|
2941
|
-
{ [_h]: ["GET", "/domains/{DomainName}/domain-object-types/{ObjectTypeName}", 200] }, () => GetDomainObjectTypeRequest$, () => GetDomainObjectTypeResponse$
|
|
2942
|
-
];
|
|
2943
|
-
var GetEventStream$ = [9, n0, _GES,
|
|
2944
|
-
{ [_h]: ["GET", "/domains/{DomainName}/event-streams/{EventStreamName}", 200] }, () => GetEventStreamRequest$, () => GetEventStreamResponse$
|
|
2945
|
-
];
|
|
2946
|
-
var GetEventTrigger$ = [9, n0, _GET,
|
|
2947
|
-
{ [_h]: ["GET", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200] }, () => GetEventTriggerRequest$, () => GetEventTriggerResponse$
|
|
2948
|
-
];
|
|
2949
|
-
var GetIdentityResolutionJob$ = [9, n0, _GIRJ,
|
|
2950
|
-
{ [_h]: ["GET", "/domains/{DomainName}/identity-resolution-jobs/{JobId}", 200] }, () => GetIdentityResolutionJobRequest$, () => GetIdentityResolutionJobResponse$
|
|
2951
|
-
];
|
|
2952
|
-
var GetIntegration$ = [9, n0, _GI,
|
|
2953
|
-
{ [_h]: ["POST", "/domains/{DomainName}/integrations", 200] }, () => GetIntegrationRequest$, () => GetIntegrationResponse$
|
|
2954
|
-
];
|
|
2955
|
-
var GetMatches$ = [9, n0, _GM,
|
|
2956
|
-
{ [_h]: ["GET", "/domains/{DomainName}/matches", 200] }, () => GetMatchesRequest$, () => GetMatchesResponse$
|
|
2957
|
-
];
|
|
2958
|
-
var GetObjectTypeAttributeStatistics$ = [9, n0, _GOTAS,
|
|
2959
|
-
{ [_h]: ["POST", "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes/{AttributeName}/statistics", 200] }, () => GetObjectTypeAttributeStatisticsRequest$, () => GetObjectTypeAttributeStatisticsResponse$
|
|
2960
|
-
];
|
|
2961
|
-
var GetProfileHistoryRecord$ = [9, n0, _GPHR,
|
|
2962
|
-
{ [_h]: ["GET", "/domains/{DomainName}/profiles/{ProfileId}/history-records/{Id}", 200] }, () => GetProfileHistoryRecordRequest$, () => GetProfileHistoryRecordResponse$
|
|
2963
|
-
];
|
|
2964
|
-
var GetProfileObjectType$ = [9, n0, _GPOT,
|
|
2965
|
-
{ [_h]: ["GET", "/domains/{DomainName}/object-types/{ObjectTypeName}", 200] }, () => GetProfileObjectTypeRequest$, () => GetProfileObjectTypeResponse$
|
|
2966
|
-
];
|
|
2967
|
-
var GetProfileObjectTypeTemplate$ = [9, n0, _GPOTT,
|
|
2968
|
-
{ [_h]: ["GET", "/templates/{TemplateId}", 200] }, () => GetProfileObjectTypeTemplateRequest$, () => GetProfileObjectTypeTemplateResponse$
|
|
2969
|
-
];
|
|
2970
|
-
var GetProfileRecommendations$ = [9, n0, _GPR,
|
|
2971
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/{ProfileId}/recommendations", 200] }, () => GetProfileRecommendationsRequest$, () => GetProfileRecommendationsResponse$
|
|
2972
|
-
];
|
|
2973
|
-
var GetRecommender$ = [9, n0, _GR,
|
|
2974
|
-
{ [_h]: ["GET", "/domains/{DomainName}/recommenders/{RecommenderName}", 200] }, () => GetRecommenderRequest$, () => GetRecommenderResponse$
|
|
2975
|
-
];
|
|
2976
|
-
var GetSegmentDefinition$ = [9, n0, _GSD,
|
|
2977
|
-
{ [_h]: ["GET", "/domains/{DomainName}/segment-definitions/{SegmentDefinitionName}", 200] }, () => GetSegmentDefinitionRequest$, () => GetSegmentDefinitionResponse$
|
|
2978
|
-
];
|
|
2979
|
-
var GetSegmentEstimate$ = [9, n0, _GSE,
|
|
2980
|
-
{ [_h]: ["GET", "/domains/{DomainName}/segment-estimates/{EstimateId}", 200] }, () => GetSegmentEstimateRequest$, () => GetSegmentEstimateResponse$
|
|
2981
|
-
];
|
|
2982
|
-
var GetSegmentMembership$ = [9, n0, _GSM,
|
|
2983
|
-
{ [_h]: ["POST", "/domains/{DomainName}/segments/{SegmentDefinitionName}/membership", 200] }, () => GetSegmentMembershipRequest$, () => GetSegmentMembershipResponse$
|
|
2984
|
-
];
|
|
2985
|
-
var GetSegmentSnapshot$ = [9, n0, _GSS,
|
|
2986
|
-
{ [_h]: ["GET", "/domains/{DomainName}/segments/{SegmentDefinitionName}/snapshots/{SnapshotId}", 200] }, () => GetSegmentSnapshotRequest$, () => GetSegmentSnapshotResponse$
|
|
2987
|
-
];
|
|
2988
|
-
var GetSimilarProfiles$ = [9, n0, _GSP,
|
|
2989
|
-
{ [_h]: ["POST", "/domains/{DomainName}/matches", 200] }, () => GetSimilarProfilesRequest$, () => GetSimilarProfilesResponse$
|
|
2990
|
-
];
|
|
2991
|
-
var GetUploadJob$ = [9, n0, _GUJ,
|
|
2992
|
-
{ [_h]: ["GET", "/domains/{DomainName}/upload-jobs/{JobId}", 200] }, () => GetUploadJobRequest$, () => GetUploadJobResponse$
|
|
2993
|
-
];
|
|
2994
|
-
var GetUploadJobPath$ = [9, n0, _GUJP,
|
|
2995
|
-
{ [_h]: ["GET", "/domains/{DomainName}/upload-jobs/{JobId}/path", 200] }, () => GetUploadJobPathRequest$, () => GetUploadJobPathResponse$
|
|
2996
|
-
];
|
|
2997
|
-
var GetWorkflow$ = [9, n0, _GW,
|
|
2998
|
-
{ [_h]: ["GET", "/domains/{DomainName}/workflows/{WorkflowId}", 200] }, () => GetWorkflowRequest$, () => GetWorkflowResponse$
|
|
2999
|
-
];
|
|
3000
|
-
var GetWorkflowSteps$ = [9, n0, _GWS,
|
|
3001
|
-
{ [_h]: ["GET", "/domains/{DomainName}/workflows/{WorkflowId}/steps", 200] }, () => GetWorkflowStepsRequest$, () => GetWorkflowStepsResponse$
|
|
3002
|
-
];
|
|
3003
|
-
var ListAccountIntegrations$ = [9, n0, _LAI,
|
|
3004
|
-
{ [_h]: ["POST", "/integrations", 200] }, () => ListAccountIntegrationsRequest$, () => ListAccountIntegrationsResponse$
|
|
3005
|
-
];
|
|
3006
|
-
var ListCalculatedAttributeDefinitions$ = [9, n0, _LCAD,
|
|
3007
|
-
{ [_h]: ["GET", "/domains/{DomainName}/calculated-attributes", 200] }, () => ListCalculatedAttributeDefinitionsRequest$, () => ListCalculatedAttributeDefinitionsResponse$
|
|
3008
|
-
];
|
|
3009
|
-
var ListCalculatedAttributesForProfile$ = [9, n0, _LCAFP,
|
|
3010
|
-
{ [_h]: ["GET", "/domains/{DomainName}/profile/{ProfileId}/calculated-attributes", 200] }, () => ListCalculatedAttributesForProfileRequest$, () => ListCalculatedAttributesForProfileResponse$
|
|
3011
|
-
];
|
|
3012
|
-
var ListDomainLayouts$ = [9, n0, _LDL,
|
|
3013
|
-
{ [_h]: ["GET", "/domains/{DomainName}/layouts", 200] }, () => ListDomainLayoutsRequest$, () => ListDomainLayoutsResponse$
|
|
3014
|
-
];
|
|
3015
|
-
var ListDomainObjectTypes$ = [9, n0, _LDOT,
|
|
3016
|
-
{ [_h]: ["GET", "/domains/{DomainName}/domain-object-types", 200] }, () => ListDomainObjectTypesRequest$, () => ListDomainObjectTypesResponse$
|
|
3017
|
-
];
|
|
3018
|
-
var ListDomains$ = [9, n0, _LD,
|
|
3019
|
-
{ [_h]: ["GET", "/domains", 200] }, () => ListDomainsRequest$, () => ListDomainsResponse$
|
|
3020
|
-
];
|
|
3021
|
-
var ListEventStreams$ = [9, n0, _LES,
|
|
3022
|
-
{ [_h]: ["GET", "/domains/{DomainName}/event-streams", 200] }, () => ListEventStreamsRequest$, () => ListEventStreamsResponse$
|
|
3023
|
-
];
|
|
3024
|
-
var ListEventTriggers$ = [9, n0, _LET,
|
|
3025
|
-
{ [_h]: ["GET", "/domains/{DomainName}/event-triggers", 200] }, () => ListEventTriggersRequest$, () => ListEventTriggersResponse$
|
|
3026
|
-
];
|
|
3027
|
-
var ListIdentityResolutionJobs$ = [9, n0, _LIRJ,
|
|
3028
|
-
{ [_h]: ["GET", "/domains/{DomainName}/identity-resolution-jobs", 200] }, () => ListIdentityResolutionJobsRequest$, () => ListIdentityResolutionJobsResponse$
|
|
3029
|
-
];
|
|
3030
|
-
var ListIntegrations$ = [9, n0, _LIi,
|
|
3031
|
-
{ [_h]: ["GET", "/domains/{DomainName}/integrations", 200] }, () => ListIntegrationsRequest$, () => ListIntegrationsResponse$
|
|
3032
|
-
];
|
|
3033
|
-
var ListObjectTypeAttributes$ = [9, n0, _LOTA,
|
|
3034
|
-
{ [_h]: ["GET", "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes", 200] }, () => ListObjectTypeAttributesRequest$, () => ListObjectTypeAttributesResponse$
|
|
3035
|
-
];
|
|
3036
|
-
var ListObjectTypeAttributeValues$ = [9, n0, _LOTAV,
|
|
3037
|
-
{ [_h]: ["GET", "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes/{AttributeName}/values", 200] }, () => ListObjectTypeAttributeValuesRequest$, () => ListObjectTypeAttributeValuesResponse$
|
|
3038
|
-
];
|
|
3039
|
-
var ListProfileAttributeValues$ = [9, n0, _LPAV,
|
|
3040
|
-
{ [_h]: ["GET", "/domains/{DomainName}/profile-attributes/{AttributeName}/values", 200] }, () => ProfileAttributeValuesRequest$, () => ProfileAttributeValuesResponse$
|
|
3041
|
-
];
|
|
3042
|
-
var ListProfileHistoryRecords$ = [9, n0, _LPHR,
|
|
3043
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/history-records", 200] }, () => ListProfileHistoryRecordsRequest$, () => ListProfileHistoryRecordsResponse$
|
|
3044
|
-
];
|
|
3045
|
-
var ListProfileObjects$ = [9, n0, _LPO,
|
|
3046
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/objects", 200] }, () => ListProfileObjectsRequest$, () => ListProfileObjectsResponse$
|
|
3047
|
-
];
|
|
3048
|
-
var ListProfileObjectTypes$ = [9, n0, _LPOT,
|
|
3049
|
-
{ [_h]: ["GET", "/domains/{DomainName}/object-types", 200] }, () => ListProfileObjectTypesRequest$, () => ListProfileObjectTypesResponse$
|
|
3050
|
-
];
|
|
3051
|
-
var ListProfileObjectTypeTemplates$ = [9, n0, _LPOTT,
|
|
3052
|
-
{ [_h]: ["GET", "/templates", 200] }, () => ListProfileObjectTypeTemplatesRequest$, () => ListProfileObjectTypeTemplatesResponse$
|
|
3053
|
-
];
|
|
3054
|
-
var ListRecommenderRecipes$ = [9, n0, _LRRis,
|
|
3055
|
-
{ [_h]: ["GET", "/recommender-recipes", 200] }, () => ListRecommenderRecipesRequest$, () => ListRecommenderRecipesResponse$
|
|
3056
|
-
];
|
|
3057
|
-
var ListRecommenders$ = [9, n0, _LR,
|
|
3058
|
-
{ [_h]: ["GET", "/domains/{DomainName}/recommenders", 200] }, () => ListRecommendersRequest$, () => ListRecommendersResponse$
|
|
3059
|
-
];
|
|
3060
|
-
var ListRuleBasedMatches$ = [9, n0, _LRBM,
|
|
3061
|
-
{ [_h]: ["GET", "/domains/{DomainName}/profiles/ruleBasedMatches", 200] }, () => ListRuleBasedMatchesRequest$, () => ListRuleBasedMatchesResponse$
|
|
3062
|
-
];
|
|
3063
|
-
var ListSegmentDefinitions$ = [9, n0, _LSD,
|
|
3064
|
-
{ [_h]: ["GET", "/domains/{DomainName}/segment-definitions", 200] }, () => ListSegmentDefinitionsRequest$, () => ListSegmentDefinitionsResponse$
|
|
3065
|
-
];
|
|
3066
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
3067
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
3068
|
-
];
|
|
3069
|
-
var ListUploadJobs$ = [9, n0, _LUJ,
|
|
3070
|
-
{ [_h]: ["GET", "/domains/{DomainName}/upload-jobs", 200] }, () => ListUploadJobsRequest$, () => ListUploadJobsResponse$
|
|
3071
|
-
];
|
|
3072
|
-
var ListWorkflows$ = [9, n0, _LW,
|
|
3073
|
-
{ [_h]: ["POST", "/domains/{DomainName}/workflows", 200] }, () => ListWorkflowsRequest$, () => ListWorkflowsResponse$
|
|
3074
|
-
];
|
|
3075
|
-
var MergeProfiles$ = [9, n0, _MP,
|
|
3076
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/objects/merge", 200] }, () => MergeProfilesRequest$, () => MergeProfilesResponse$
|
|
3077
|
-
];
|
|
3078
|
-
var PutDomainObjectType$ = [9, n0, _PDOT,
|
|
3079
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/domain-object-types/{ObjectTypeName}", 200] }, () => PutDomainObjectTypeRequest$, () => PutDomainObjectTypeResponse$
|
|
3080
|
-
];
|
|
3081
|
-
var PutIntegration$ = [9, n0, _PIu,
|
|
3082
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/integrations", 200] }, () => PutIntegrationRequest$, () => PutIntegrationResponse$
|
|
3083
|
-
];
|
|
3084
|
-
var PutProfileObject$ = [9, n0, _PPO,
|
|
3085
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/profiles/objects", 200] }, () => PutProfileObjectRequest$, () => PutProfileObjectResponse$
|
|
3086
|
-
];
|
|
3087
|
-
var PutProfileObjectType$ = [9, n0, _PPOT,
|
|
3088
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/object-types/{ObjectTypeName}", 200] }, () => PutProfileObjectTypeRequest$, () => PutProfileObjectTypeResponse$
|
|
3089
|
-
];
|
|
3090
|
-
var SearchProfiles$ = [9, n0, _SP,
|
|
3091
|
-
{ [_h]: ["POST", "/domains/{DomainName}/profiles/search", 200] }, () => SearchProfilesRequest$, () => SearchProfilesResponse$
|
|
3092
|
-
];
|
|
3093
|
-
var StartRecommender$ = [9, n0, _SRt,
|
|
3094
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/recommenders/{RecommenderName}/start", 200] }, () => StartRecommenderRequest$, () => StartRecommenderResponse$
|
|
3095
|
-
];
|
|
3096
|
-
var StartUploadJob$ = [9, n0, _SUJ,
|
|
3097
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/upload-jobs/{JobId}", 200] }, () => StartUploadJobRequest$, () => StartUploadJobResponse$
|
|
3098
|
-
];
|
|
3099
|
-
var StopRecommender$ = [9, n0, _SRto,
|
|
3100
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/recommenders/{RecommenderName}/stop", 200] }, () => StopRecommenderRequest$, () => StopRecommenderResponse$
|
|
3101
|
-
];
|
|
3102
|
-
var StopUploadJob$ = [9, n0, _SUJt,
|
|
3103
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/upload-jobs/{JobId}/stop", 200] }, () => StopUploadJobRequest$, () => StopUploadJobResponse$
|
|
3104
|
-
];
|
|
3105
|
-
var TagResource$ = [9, n0, _TR,
|
|
3106
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
3107
|
-
];
|
|
3108
|
-
var UntagResource$ = [9, n0, _URn,
|
|
3109
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
3110
|
-
];
|
|
3111
|
-
var UpdateCalculatedAttributeDefinition$ = [9, n0, _UCAD,
|
|
3112
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}", 200] }, () => UpdateCalculatedAttributeDefinitionRequest$, () => UpdateCalculatedAttributeDefinitionResponse$
|
|
3113
|
-
];
|
|
3114
|
-
var UpdateDomain$ = [9, n0, _UD,
|
|
3115
|
-
{ [_h]: ["PUT", "/domains/{DomainName}", 200] }, () => UpdateDomainRequest$, () => UpdateDomainResponse$
|
|
3116
|
-
];
|
|
3117
|
-
var UpdateDomainLayout$ = [9, n0, _UDL,
|
|
3118
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/layouts/{LayoutDefinitionName}", 200] }, () => UpdateDomainLayoutRequest$, () => UpdateDomainLayoutResponse$
|
|
3119
|
-
];
|
|
3120
|
-
var UpdateEventTrigger$ = [9, n0, _UET,
|
|
3121
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/event-triggers/{EventTriggerName}", 200] }, () => UpdateEventTriggerRequest$, () => UpdateEventTriggerResponse$
|
|
3122
|
-
];
|
|
3123
|
-
var UpdateProfile$ = [9, n0, _UP,
|
|
3124
|
-
{ [_h]: ["PUT", "/domains/{DomainName}/profiles", 200] }, () => UpdateProfileRequest$, () => UpdateProfileResponse$
|
|
3125
|
-
];
|
|
3126
|
-
var UpdateRecommender$ = [9, n0, _URp,
|
|
3127
|
-
{ [_h]: ["PATCH", "/domains/{DomainName}/recommenders/{RecommenderName}", 200] }, () => UpdateRecommenderRequest$, () => UpdateRecommenderResponse$
|
|
3128
|
-
];
|
|
3129
|
-
|
|
3130
116
|
class AddProfileKeyCommand extends smithyClient.Command
|
|
3131
117
|
.classBuilder()
|
|
3132
118
|
.ep(commonParams)
|
|
@@ -3135,7 +121,7 @@ class AddProfileKeyCommand extends smithyClient.Command
|
|
|
3135
121
|
})
|
|
3136
122
|
.s("CustomerProfiles_20200815", "AddProfileKey", {})
|
|
3137
123
|
.n("CustomerProfilesClient", "AddProfileKeyCommand")
|
|
3138
|
-
.sc(AddProfileKey$)
|
|
124
|
+
.sc(schemas_0.AddProfileKey$)
|
|
3139
125
|
.build() {
|
|
3140
126
|
}
|
|
3141
127
|
|
|
@@ -3147,7 +133,7 @@ class BatchGetCalculatedAttributeForProfileCommand extends smithyClient.Command
|
|
|
3147
133
|
})
|
|
3148
134
|
.s("CustomerProfiles_20200815", "BatchGetCalculatedAttributeForProfile", {})
|
|
3149
135
|
.n("CustomerProfilesClient", "BatchGetCalculatedAttributeForProfileCommand")
|
|
3150
|
-
.sc(BatchGetCalculatedAttributeForProfile$)
|
|
136
|
+
.sc(schemas_0.BatchGetCalculatedAttributeForProfile$)
|
|
3151
137
|
.build() {
|
|
3152
138
|
}
|
|
3153
139
|
|
|
@@ -3159,7 +145,7 @@ class BatchGetProfileCommand extends smithyClient.Command
|
|
|
3159
145
|
})
|
|
3160
146
|
.s("CustomerProfiles_20200815", "BatchGetProfile", {})
|
|
3161
147
|
.n("CustomerProfilesClient", "BatchGetProfileCommand")
|
|
3162
|
-
.sc(BatchGetProfile$)
|
|
148
|
+
.sc(schemas_0.BatchGetProfile$)
|
|
3163
149
|
.build() {
|
|
3164
150
|
}
|
|
3165
151
|
|
|
@@ -3171,7 +157,7 @@ class CreateCalculatedAttributeDefinitionCommand extends smithyClient.Command
|
|
|
3171
157
|
})
|
|
3172
158
|
.s("CustomerProfiles_20200815", "CreateCalculatedAttributeDefinition", {})
|
|
3173
159
|
.n("CustomerProfilesClient", "CreateCalculatedAttributeDefinitionCommand")
|
|
3174
|
-
.sc(CreateCalculatedAttributeDefinition$)
|
|
160
|
+
.sc(schemas_0.CreateCalculatedAttributeDefinition$)
|
|
3175
161
|
.build() {
|
|
3176
162
|
}
|
|
3177
163
|
|
|
@@ -3183,7 +169,7 @@ class CreateDomainCommand extends smithyClient.Command
|
|
|
3183
169
|
})
|
|
3184
170
|
.s("CustomerProfiles_20200815", "CreateDomain", {})
|
|
3185
171
|
.n("CustomerProfilesClient", "CreateDomainCommand")
|
|
3186
|
-
.sc(CreateDomain$)
|
|
172
|
+
.sc(schemas_0.CreateDomain$)
|
|
3187
173
|
.build() {
|
|
3188
174
|
}
|
|
3189
175
|
|
|
@@ -3195,7 +181,7 @@ class CreateDomainLayoutCommand extends smithyClient.Command
|
|
|
3195
181
|
})
|
|
3196
182
|
.s("CustomerProfiles_20200815", "CreateDomainLayout", {})
|
|
3197
183
|
.n("CustomerProfilesClient", "CreateDomainLayoutCommand")
|
|
3198
|
-
.sc(CreateDomainLayout$)
|
|
184
|
+
.sc(schemas_0.CreateDomainLayout$)
|
|
3199
185
|
.build() {
|
|
3200
186
|
}
|
|
3201
187
|
|
|
@@ -3207,7 +193,7 @@ class CreateEventStreamCommand extends smithyClient.Command
|
|
|
3207
193
|
})
|
|
3208
194
|
.s("CustomerProfiles_20200815", "CreateEventStream", {})
|
|
3209
195
|
.n("CustomerProfilesClient", "CreateEventStreamCommand")
|
|
3210
|
-
.sc(CreateEventStream$)
|
|
196
|
+
.sc(schemas_0.CreateEventStream$)
|
|
3211
197
|
.build() {
|
|
3212
198
|
}
|
|
3213
199
|
|
|
@@ -3219,7 +205,7 @@ class CreateEventTriggerCommand extends smithyClient.Command
|
|
|
3219
205
|
})
|
|
3220
206
|
.s("CustomerProfiles_20200815", "CreateEventTrigger", {})
|
|
3221
207
|
.n("CustomerProfilesClient", "CreateEventTriggerCommand")
|
|
3222
|
-
.sc(CreateEventTrigger$)
|
|
208
|
+
.sc(schemas_0.CreateEventTrigger$)
|
|
3223
209
|
.build() {
|
|
3224
210
|
}
|
|
3225
211
|
|
|
@@ -3231,7 +217,7 @@ class CreateIntegrationWorkflowCommand extends smithyClient.Command
|
|
|
3231
217
|
})
|
|
3232
218
|
.s("CustomerProfiles_20200815", "CreateIntegrationWorkflow", {})
|
|
3233
219
|
.n("CustomerProfilesClient", "CreateIntegrationWorkflowCommand")
|
|
3234
|
-
.sc(CreateIntegrationWorkflow$)
|
|
220
|
+
.sc(schemas_0.CreateIntegrationWorkflow$)
|
|
3235
221
|
.build() {
|
|
3236
222
|
}
|
|
3237
223
|
|
|
@@ -3243,7 +229,7 @@ class CreateProfileCommand extends smithyClient.Command
|
|
|
3243
229
|
})
|
|
3244
230
|
.s("CustomerProfiles_20200815", "CreateProfile", {})
|
|
3245
231
|
.n("CustomerProfilesClient", "CreateProfileCommand")
|
|
3246
|
-
.sc(CreateProfile$)
|
|
232
|
+
.sc(schemas_0.CreateProfile$)
|
|
3247
233
|
.build() {
|
|
3248
234
|
}
|
|
3249
235
|
|
|
@@ -3255,7 +241,7 @@ class CreateRecommenderCommand extends smithyClient.Command
|
|
|
3255
241
|
})
|
|
3256
242
|
.s("CustomerProfiles_20200815", "CreateRecommender", {})
|
|
3257
243
|
.n("CustomerProfilesClient", "CreateRecommenderCommand")
|
|
3258
|
-
.sc(CreateRecommender$)
|
|
244
|
+
.sc(schemas_0.CreateRecommender$)
|
|
3259
245
|
.build() {
|
|
3260
246
|
}
|
|
3261
247
|
|
|
@@ -3267,7 +253,7 @@ class CreateSegmentDefinitionCommand extends smithyClient.Command
|
|
|
3267
253
|
})
|
|
3268
254
|
.s("CustomerProfiles_20200815", "CreateSegmentDefinition", {})
|
|
3269
255
|
.n("CustomerProfilesClient", "CreateSegmentDefinitionCommand")
|
|
3270
|
-
.sc(CreateSegmentDefinition$)
|
|
256
|
+
.sc(schemas_0.CreateSegmentDefinition$)
|
|
3271
257
|
.build() {
|
|
3272
258
|
}
|
|
3273
259
|
|
|
@@ -3279,7 +265,7 @@ class CreateSegmentEstimateCommand extends smithyClient.Command
|
|
|
3279
265
|
})
|
|
3280
266
|
.s("CustomerProfiles_20200815", "CreateSegmentEstimate", {})
|
|
3281
267
|
.n("CustomerProfilesClient", "CreateSegmentEstimateCommand")
|
|
3282
|
-
.sc(CreateSegmentEstimate$)
|
|
268
|
+
.sc(schemas_0.CreateSegmentEstimate$)
|
|
3283
269
|
.build() {
|
|
3284
270
|
}
|
|
3285
271
|
|
|
@@ -3291,7 +277,7 @@ class CreateSegmentSnapshotCommand extends smithyClient.Command
|
|
|
3291
277
|
})
|
|
3292
278
|
.s("CustomerProfiles_20200815", "CreateSegmentSnapshot", {})
|
|
3293
279
|
.n("CustomerProfilesClient", "CreateSegmentSnapshotCommand")
|
|
3294
|
-
.sc(CreateSegmentSnapshot$)
|
|
280
|
+
.sc(schemas_0.CreateSegmentSnapshot$)
|
|
3295
281
|
.build() {
|
|
3296
282
|
}
|
|
3297
283
|
|
|
@@ -3303,7 +289,7 @@ class CreateUploadJobCommand extends smithyClient.Command
|
|
|
3303
289
|
})
|
|
3304
290
|
.s("CustomerProfiles_20200815", "CreateUploadJob", {})
|
|
3305
291
|
.n("CustomerProfilesClient", "CreateUploadJobCommand")
|
|
3306
|
-
.sc(CreateUploadJob$)
|
|
292
|
+
.sc(schemas_0.CreateUploadJob$)
|
|
3307
293
|
.build() {
|
|
3308
294
|
}
|
|
3309
295
|
|
|
@@ -3315,7 +301,7 @@ class DeleteCalculatedAttributeDefinitionCommand extends smithyClient.Command
|
|
|
3315
301
|
})
|
|
3316
302
|
.s("CustomerProfiles_20200815", "DeleteCalculatedAttributeDefinition", {})
|
|
3317
303
|
.n("CustomerProfilesClient", "DeleteCalculatedAttributeDefinitionCommand")
|
|
3318
|
-
.sc(DeleteCalculatedAttributeDefinition$)
|
|
304
|
+
.sc(schemas_0.DeleteCalculatedAttributeDefinition$)
|
|
3319
305
|
.build() {
|
|
3320
306
|
}
|
|
3321
307
|
|
|
@@ -3327,7 +313,7 @@ class DeleteDomainCommand extends smithyClient.Command
|
|
|
3327
313
|
})
|
|
3328
314
|
.s("CustomerProfiles_20200815", "DeleteDomain", {})
|
|
3329
315
|
.n("CustomerProfilesClient", "DeleteDomainCommand")
|
|
3330
|
-
.sc(DeleteDomain$)
|
|
316
|
+
.sc(schemas_0.DeleteDomain$)
|
|
3331
317
|
.build() {
|
|
3332
318
|
}
|
|
3333
319
|
|
|
@@ -3339,7 +325,7 @@ class DeleteDomainLayoutCommand extends smithyClient.Command
|
|
|
3339
325
|
})
|
|
3340
326
|
.s("CustomerProfiles_20200815", "DeleteDomainLayout", {})
|
|
3341
327
|
.n("CustomerProfilesClient", "DeleteDomainLayoutCommand")
|
|
3342
|
-
.sc(DeleteDomainLayout$)
|
|
328
|
+
.sc(schemas_0.DeleteDomainLayout$)
|
|
3343
329
|
.build() {
|
|
3344
330
|
}
|
|
3345
331
|
|
|
@@ -3351,7 +337,7 @@ class DeleteDomainObjectTypeCommand extends smithyClient.Command
|
|
|
3351
337
|
})
|
|
3352
338
|
.s("CustomerProfiles_20200815", "DeleteDomainObjectType", {})
|
|
3353
339
|
.n("CustomerProfilesClient", "DeleteDomainObjectTypeCommand")
|
|
3354
|
-
.sc(DeleteDomainObjectType$)
|
|
340
|
+
.sc(schemas_0.DeleteDomainObjectType$)
|
|
3355
341
|
.build() {
|
|
3356
342
|
}
|
|
3357
343
|
|
|
@@ -3363,7 +349,7 @@ class DeleteEventStreamCommand extends smithyClient.Command
|
|
|
3363
349
|
})
|
|
3364
350
|
.s("CustomerProfiles_20200815", "DeleteEventStream", {})
|
|
3365
351
|
.n("CustomerProfilesClient", "DeleteEventStreamCommand")
|
|
3366
|
-
.sc(DeleteEventStream$)
|
|
352
|
+
.sc(schemas_0.DeleteEventStream$)
|
|
3367
353
|
.build() {
|
|
3368
354
|
}
|
|
3369
355
|
|
|
@@ -3375,7 +361,7 @@ class DeleteEventTriggerCommand extends smithyClient.Command
|
|
|
3375
361
|
})
|
|
3376
362
|
.s("CustomerProfiles_20200815", "DeleteEventTrigger", {})
|
|
3377
363
|
.n("CustomerProfilesClient", "DeleteEventTriggerCommand")
|
|
3378
|
-
.sc(DeleteEventTrigger$)
|
|
364
|
+
.sc(schemas_0.DeleteEventTrigger$)
|
|
3379
365
|
.build() {
|
|
3380
366
|
}
|
|
3381
367
|
|
|
@@ -3387,7 +373,7 @@ class DeleteIntegrationCommand extends smithyClient.Command
|
|
|
3387
373
|
})
|
|
3388
374
|
.s("CustomerProfiles_20200815", "DeleteIntegration", {})
|
|
3389
375
|
.n("CustomerProfilesClient", "DeleteIntegrationCommand")
|
|
3390
|
-
.sc(DeleteIntegration$)
|
|
376
|
+
.sc(schemas_0.DeleteIntegration$)
|
|
3391
377
|
.build() {
|
|
3392
378
|
}
|
|
3393
379
|
|
|
@@ -3399,7 +385,7 @@ class DeleteProfileCommand extends smithyClient.Command
|
|
|
3399
385
|
})
|
|
3400
386
|
.s("CustomerProfiles_20200815", "DeleteProfile", {})
|
|
3401
387
|
.n("CustomerProfilesClient", "DeleteProfileCommand")
|
|
3402
|
-
.sc(DeleteProfile$)
|
|
388
|
+
.sc(schemas_0.DeleteProfile$)
|
|
3403
389
|
.build() {
|
|
3404
390
|
}
|
|
3405
391
|
|
|
@@ -3411,7 +397,7 @@ class DeleteProfileKeyCommand extends smithyClient.Command
|
|
|
3411
397
|
})
|
|
3412
398
|
.s("CustomerProfiles_20200815", "DeleteProfileKey", {})
|
|
3413
399
|
.n("CustomerProfilesClient", "DeleteProfileKeyCommand")
|
|
3414
|
-
.sc(DeleteProfileKey$)
|
|
400
|
+
.sc(schemas_0.DeleteProfileKey$)
|
|
3415
401
|
.build() {
|
|
3416
402
|
}
|
|
3417
403
|
|
|
@@ -3423,7 +409,7 @@ class DeleteProfileObjectCommand extends smithyClient.Command
|
|
|
3423
409
|
})
|
|
3424
410
|
.s("CustomerProfiles_20200815", "DeleteProfileObject", {})
|
|
3425
411
|
.n("CustomerProfilesClient", "DeleteProfileObjectCommand")
|
|
3426
|
-
.sc(DeleteProfileObject$)
|
|
412
|
+
.sc(schemas_0.DeleteProfileObject$)
|
|
3427
413
|
.build() {
|
|
3428
414
|
}
|
|
3429
415
|
|
|
@@ -3435,7 +421,7 @@ class DeleteProfileObjectTypeCommand extends smithyClient.Command
|
|
|
3435
421
|
})
|
|
3436
422
|
.s("CustomerProfiles_20200815", "DeleteProfileObjectType", {})
|
|
3437
423
|
.n("CustomerProfilesClient", "DeleteProfileObjectTypeCommand")
|
|
3438
|
-
.sc(DeleteProfileObjectType$)
|
|
424
|
+
.sc(schemas_0.DeleteProfileObjectType$)
|
|
3439
425
|
.build() {
|
|
3440
426
|
}
|
|
3441
427
|
|
|
@@ -3447,7 +433,7 @@ class DeleteRecommenderCommand extends smithyClient.Command
|
|
|
3447
433
|
})
|
|
3448
434
|
.s("CustomerProfiles_20200815", "DeleteRecommender", {})
|
|
3449
435
|
.n("CustomerProfilesClient", "DeleteRecommenderCommand")
|
|
3450
|
-
.sc(DeleteRecommender$)
|
|
436
|
+
.sc(schemas_0.DeleteRecommender$)
|
|
3451
437
|
.build() {
|
|
3452
438
|
}
|
|
3453
439
|
|
|
@@ -3459,7 +445,7 @@ class DeleteSegmentDefinitionCommand extends smithyClient.Command
|
|
|
3459
445
|
})
|
|
3460
446
|
.s("CustomerProfiles_20200815", "DeleteSegmentDefinition", {})
|
|
3461
447
|
.n("CustomerProfilesClient", "DeleteSegmentDefinitionCommand")
|
|
3462
|
-
.sc(DeleteSegmentDefinition$)
|
|
448
|
+
.sc(schemas_0.DeleteSegmentDefinition$)
|
|
3463
449
|
.build() {
|
|
3464
450
|
}
|
|
3465
451
|
|
|
@@ -3471,7 +457,7 @@ class DeleteWorkflowCommand extends smithyClient.Command
|
|
|
3471
457
|
})
|
|
3472
458
|
.s("CustomerProfiles_20200815", "DeleteWorkflow", {})
|
|
3473
459
|
.n("CustomerProfilesClient", "DeleteWorkflowCommand")
|
|
3474
|
-
.sc(DeleteWorkflow$)
|
|
460
|
+
.sc(schemas_0.DeleteWorkflow$)
|
|
3475
461
|
.build() {
|
|
3476
462
|
}
|
|
3477
463
|
|
|
@@ -3483,7 +469,7 @@ class DetectProfileObjectTypeCommand extends smithyClient.Command
|
|
|
3483
469
|
})
|
|
3484
470
|
.s("CustomerProfiles_20200815", "DetectProfileObjectType", {})
|
|
3485
471
|
.n("CustomerProfilesClient", "DetectProfileObjectTypeCommand")
|
|
3486
|
-
.sc(DetectProfileObjectType$)
|
|
472
|
+
.sc(schemas_0.DetectProfileObjectType$)
|
|
3487
473
|
.build() {
|
|
3488
474
|
}
|
|
3489
475
|
|
|
@@ -3495,7 +481,7 @@ class GetAutoMergingPreviewCommand extends smithyClient.Command
|
|
|
3495
481
|
})
|
|
3496
482
|
.s("CustomerProfiles_20200815", "GetAutoMergingPreview", {})
|
|
3497
483
|
.n("CustomerProfilesClient", "GetAutoMergingPreviewCommand")
|
|
3498
|
-
.sc(GetAutoMergingPreview$)
|
|
484
|
+
.sc(schemas_0.GetAutoMergingPreview$)
|
|
3499
485
|
.build() {
|
|
3500
486
|
}
|
|
3501
487
|
|
|
@@ -3507,7 +493,7 @@ class GetCalculatedAttributeDefinitionCommand extends smithyClient.Command
|
|
|
3507
493
|
})
|
|
3508
494
|
.s("CustomerProfiles_20200815", "GetCalculatedAttributeDefinition", {})
|
|
3509
495
|
.n("CustomerProfilesClient", "GetCalculatedAttributeDefinitionCommand")
|
|
3510
|
-
.sc(GetCalculatedAttributeDefinition$)
|
|
496
|
+
.sc(schemas_0.GetCalculatedAttributeDefinition$)
|
|
3511
497
|
.build() {
|
|
3512
498
|
}
|
|
3513
499
|
|
|
@@ -3519,7 +505,7 @@ class GetCalculatedAttributeForProfileCommand extends smithyClient.Command
|
|
|
3519
505
|
})
|
|
3520
506
|
.s("CustomerProfiles_20200815", "GetCalculatedAttributeForProfile", {})
|
|
3521
507
|
.n("CustomerProfilesClient", "GetCalculatedAttributeForProfileCommand")
|
|
3522
|
-
.sc(GetCalculatedAttributeForProfile$)
|
|
508
|
+
.sc(schemas_0.GetCalculatedAttributeForProfile$)
|
|
3523
509
|
.build() {
|
|
3524
510
|
}
|
|
3525
511
|
|
|
@@ -3531,7 +517,7 @@ class GetDomainCommand extends smithyClient.Command
|
|
|
3531
517
|
})
|
|
3532
518
|
.s("CustomerProfiles_20200815", "GetDomain", {})
|
|
3533
519
|
.n("CustomerProfilesClient", "GetDomainCommand")
|
|
3534
|
-
.sc(GetDomain$)
|
|
520
|
+
.sc(schemas_0.GetDomain$)
|
|
3535
521
|
.build() {
|
|
3536
522
|
}
|
|
3537
523
|
|
|
@@ -3543,7 +529,7 @@ class GetDomainLayoutCommand extends smithyClient.Command
|
|
|
3543
529
|
})
|
|
3544
530
|
.s("CustomerProfiles_20200815", "GetDomainLayout", {})
|
|
3545
531
|
.n("CustomerProfilesClient", "GetDomainLayoutCommand")
|
|
3546
|
-
.sc(GetDomainLayout$)
|
|
532
|
+
.sc(schemas_0.GetDomainLayout$)
|
|
3547
533
|
.build() {
|
|
3548
534
|
}
|
|
3549
535
|
|
|
@@ -3555,7 +541,7 @@ class GetDomainObjectTypeCommand extends smithyClient.Command
|
|
|
3555
541
|
})
|
|
3556
542
|
.s("CustomerProfiles_20200815", "GetDomainObjectType", {})
|
|
3557
543
|
.n("CustomerProfilesClient", "GetDomainObjectTypeCommand")
|
|
3558
|
-
.sc(GetDomainObjectType$)
|
|
544
|
+
.sc(schemas_0.GetDomainObjectType$)
|
|
3559
545
|
.build() {
|
|
3560
546
|
}
|
|
3561
547
|
|
|
@@ -3567,7 +553,7 @@ class GetEventStreamCommand extends smithyClient.Command
|
|
|
3567
553
|
})
|
|
3568
554
|
.s("CustomerProfiles_20200815", "GetEventStream", {})
|
|
3569
555
|
.n("CustomerProfilesClient", "GetEventStreamCommand")
|
|
3570
|
-
.sc(GetEventStream$)
|
|
556
|
+
.sc(schemas_0.GetEventStream$)
|
|
3571
557
|
.build() {
|
|
3572
558
|
}
|
|
3573
559
|
|
|
@@ -3579,7 +565,7 @@ class GetEventTriggerCommand extends smithyClient.Command
|
|
|
3579
565
|
})
|
|
3580
566
|
.s("CustomerProfiles_20200815", "GetEventTrigger", {})
|
|
3581
567
|
.n("CustomerProfilesClient", "GetEventTriggerCommand")
|
|
3582
|
-
.sc(GetEventTrigger$)
|
|
568
|
+
.sc(schemas_0.GetEventTrigger$)
|
|
3583
569
|
.build() {
|
|
3584
570
|
}
|
|
3585
571
|
|
|
@@ -3591,7 +577,7 @@ class GetIdentityResolutionJobCommand extends smithyClient.Command
|
|
|
3591
577
|
})
|
|
3592
578
|
.s("CustomerProfiles_20200815", "GetIdentityResolutionJob", {})
|
|
3593
579
|
.n("CustomerProfilesClient", "GetIdentityResolutionJobCommand")
|
|
3594
|
-
.sc(GetIdentityResolutionJob$)
|
|
580
|
+
.sc(schemas_0.GetIdentityResolutionJob$)
|
|
3595
581
|
.build() {
|
|
3596
582
|
}
|
|
3597
583
|
|
|
@@ -3603,7 +589,7 @@ class GetIntegrationCommand extends smithyClient.Command
|
|
|
3603
589
|
})
|
|
3604
590
|
.s("CustomerProfiles_20200815", "GetIntegration", {})
|
|
3605
591
|
.n("CustomerProfilesClient", "GetIntegrationCommand")
|
|
3606
|
-
.sc(GetIntegration$)
|
|
592
|
+
.sc(schemas_0.GetIntegration$)
|
|
3607
593
|
.build() {
|
|
3608
594
|
}
|
|
3609
595
|
|
|
@@ -3615,7 +601,7 @@ class GetMatchesCommand extends smithyClient.Command
|
|
|
3615
601
|
})
|
|
3616
602
|
.s("CustomerProfiles_20200815", "GetMatches", {})
|
|
3617
603
|
.n("CustomerProfilesClient", "GetMatchesCommand")
|
|
3618
|
-
.sc(GetMatches$)
|
|
604
|
+
.sc(schemas_0.GetMatches$)
|
|
3619
605
|
.build() {
|
|
3620
606
|
}
|
|
3621
607
|
|
|
@@ -3627,7 +613,7 @@ class GetObjectTypeAttributeStatisticsCommand extends smithyClient.Command
|
|
|
3627
613
|
})
|
|
3628
614
|
.s("CustomerProfiles_20200815", "GetObjectTypeAttributeStatistics", {})
|
|
3629
615
|
.n("CustomerProfilesClient", "GetObjectTypeAttributeStatisticsCommand")
|
|
3630
|
-
.sc(GetObjectTypeAttributeStatistics$)
|
|
616
|
+
.sc(schemas_0.GetObjectTypeAttributeStatistics$)
|
|
3631
617
|
.build() {
|
|
3632
618
|
}
|
|
3633
619
|
|
|
@@ -3639,7 +625,7 @@ class GetProfileHistoryRecordCommand extends smithyClient.Command
|
|
|
3639
625
|
})
|
|
3640
626
|
.s("CustomerProfiles_20200815", "GetProfileHistoryRecord", {})
|
|
3641
627
|
.n("CustomerProfilesClient", "GetProfileHistoryRecordCommand")
|
|
3642
|
-
.sc(GetProfileHistoryRecord$)
|
|
628
|
+
.sc(schemas_0.GetProfileHistoryRecord$)
|
|
3643
629
|
.build() {
|
|
3644
630
|
}
|
|
3645
631
|
|
|
@@ -3651,7 +637,7 @@ class GetProfileObjectTypeCommand extends smithyClient.Command
|
|
|
3651
637
|
})
|
|
3652
638
|
.s("CustomerProfiles_20200815", "GetProfileObjectType", {})
|
|
3653
639
|
.n("CustomerProfilesClient", "GetProfileObjectTypeCommand")
|
|
3654
|
-
.sc(GetProfileObjectType$)
|
|
640
|
+
.sc(schemas_0.GetProfileObjectType$)
|
|
3655
641
|
.build() {
|
|
3656
642
|
}
|
|
3657
643
|
|
|
@@ -3663,7 +649,7 @@ class GetProfileObjectTypeTemplateCommand extends smithyClient.Command
|
|
|
3663
649
|
})
|
|
3664
650
|
.s("CustomerProfiles_20200815", "GetProfileObjectTypeTemplate", {})
|
|
3665
651
|
.n("CustomerProfilesClient", "GetProfileObjectTypeTemplateCommand")
|
|
3666
|
-
.sc(GetProfileObjectTypeTemplate$)
|
|
652
|
+
.sc(schemas_0.GetProfileObjectTypeTemplate$)
|
|
3667
653
|
.build() {
|
|
3668
654
|
}
|
|
3669
655
|
|
|
@@ -3675,7 +661,7 @@ class GetProfileRecommendationsCommand extends smithyClient.Command
|
|
|
3675
661
|
})
|
|
3676
662
|
.s("CustomerProfiles_20200815", "GetProfileRecommendations", {})
|
|
3677
663
|
.n("CustomerProfilesClient", "GetProfileRecommendationsCommand")
|
|
3678
|
-
.sc(GetProfileRecommendations$)
|
|
664
|
+
.sc(schemas_0.GetProfileRecommendations$)
|
|
3679
665
|
.build() {
|
|
3680
666
|
}
|
|
3681
667
|
|
|
@@ -3687,7 +673,7 @@ class GetRecommenderCommand extends smithyClient.Command
|
|
|
3687
673
|
})
|
|
3688
674
|
.s("CustomerProfiles_20200815", "GetRecommender", {})
|
|
3689
675
|
.n("CustomerProfilesClient", "GetRecommenderCommand")
|
|
3690
|
-
.sc(GetRecommender$)
|
|
676
|
+
.sc(schemas_0.GetRecommender$)
|
|
3691
677
|
.build() {
|
|
3692
678
|
}
|
|
3693
679
|
|
|
@@ -3699,7 +685,7 @@ class GetSegmentDefinitionCommand extends smithyClient.Command
|
|
|
3699
685
|
})
|
|
3700
686
|
.s("CustomerProfiles_20200815", "GetSegmentDefinition", {})
|
|
3701
687
|
.n("CustomerProfilesClient", "GetSegmentDefinitionCommand")
|
|
3702
|
-
.sc(GetSegmentDefinition$)
|
|
688
|
+
.sc(schemas_0.GetSegmentDefinition$)
|
|
3703
689
|
.build() {
|
|
3704
690
|
}
|
|
3705
691
|
|
|
@@ -3711,7 +697,7 @@ class GetSegmentEstimateCommand extends smithyClient.Command
|
|
|
3711
697
|
})
|
|
3712
698
|
.s("CustomerProfiles_20200815", "GetSegmentEstimate", {})
|
|
3713
699
|
.n("CustomerProfilesClient", "GetSegmentEstimateCommand")
|
|
3714
|
-
.sc(GetSegmentEstimate$)
|
|
700
|
+
.sc(schemas_0.GetSegmentEstimate$)
|
|
3715
701
|
.build() {
|
|
3716
702
|
}
|
|
3717
703
|
|
|
@@ -3723,7 +709,7 @@ class GetSegmentMembershipCommand extends smithyClient.Command
|
|
|
3723
709
|
})
|
|
3724
710
|
.s("CustomerProfiles_20200815", "GetSegmentMembership", {})
|
|
3725
711
|
.n("CustomerProfilesClient", "GetSegmentMembershipCommand")
|
|
3726
|
-
.sc(GetSegmentMembership$)
|
|
712
|
+
.sc(schemas_0.GetSegmentMembership$)
|
|
3727
713
|
.build() {
|
|
3728
714
|
}
|
|
3729
715
|
|
|
@@ -3735,7 +721,7 @@ class GetSegmentSnapshotCommand extends smithyClient.Command
|
|
|
3735
721
|
})
|
|
3736
722
|
.s("CustomerProfiles_20200815", "GetSegmentSnapshot", {})
|
|
3737
723
|
.n("CustomerProfilesClient", "GetSegmentSnapshotCommand")
|
|
3738
|
-
.sc(GetSegmentSnapshot$)
|
|
724
|
+
.sc(schemas_0.GetSegmentSnapshot$)
|
|
3739
725
|
.build() {
|
|
3740
726
|
}
|
|
3741
727
|
|
|
@@ -3747,7 +733,7 @@ class GetSimilarProfilesCommand extends smithyClient.Command
|
|
|
3747
733
|
})
|
|
3748
734
|
.s("CustomerProfiles_20200815", "GetSimilarProfiles", {})
|
|
3749
735
|
.n("CustomerProfilesClient", "GetSimilarProfilesCommand")
|
|
3750
|
-
.sc(GetSimilarProfiles$)
|
|
736
|
+
.sc(schemas_0.GetSimilarProfiles$)
|
|
3751
737
|
.build() {
|
|
3752
738
|
}
|
|
3753
739
|
|
|
@@ -3759,7 +745,7 @@ class GetUploadJobCommand extends smithyClient.Command
|
|
|
3759
745
|
})
|
|
3760
746
|
.s("CustomerProfiles_20200815", "GetUploadJob", {})
|
|
3761
747
|
.n("CustomerProfilesClient", "GetUploadJobCommand")
|
|
3762
|
-
.sc(GetUploadJob$)
|
|
748
|
+
.sc(schemas_0.GetUploadJob$)
|
|
3763
749
|
.build() {
|
|
3764
750
|
}
|
|
3765
751
|
|
|
@@ -3771,7 +757,7 @@ class GetUploadJobPathCommand extends smithyClient.Command
|
|
|
3771
757
|
})
|
|
3772
758
|
.s("CustomerProfiles_20200815", "GetUploadJobPath", {})
|
|
3773
759
|
.n("CustomerProfilesClient", "GetUploadJobPathCommand")
|
|
3774
|
-
.sc(GetUploadJobPath$)
|
|
760
|
+
.sc(schemas_0.GetUploadJobPath$)
|
|
3775
761
|
.build() {
|
|
3776
762
|
}
|
|
3777
763
|
|
|
@@ -3783,7 +769,7 @@ class GetWorkflowCommand extends smithyClient.Command
|
|
|
3783
769
|
})
|
|
3784
770
|
.s("CustomerProfiles_20200815", "GetWorkflow", {})
|
|
3785
771
|
.n("CustomerProfilesClient", "GetWorkflowCommand")
|
|
3786
|
-
.sc(GetWorkflow$)
|
|
772
|
+
.sc(schemas_0.GetWorkflow$)
|
|
3787
773
|
.build() {
|
|
3788
774
|
}
|
|
3789
775
|
|
|
@@ -3795,7 +781,7 @@ class GetWorkflowStepsCommand extends smithyClient.Command
|
|
|
3795
781
|
})
|
|
3796
782
|
.s("CustomerProfiles_20200815", "GetWorkflowSteps", {})
|
|
3797
783
|
.n("CustomerProfilesClient", "GetWorkflowStepsCommand")
|
|
3798
|
-
.sc(GetWorkflowSteps$)
|
|
784
|
+
.sc(schemas_0.GetWorkflowSteps$)
|
|
3799
785
|
.build() {
|
|
3800
786
|
}
|
|
3801
787
|
|
|
@@ -3807,7 +793,7 @@ class ListAccountIntegrationsCommand extends smithyClient.Command
|
|
|
3807
793
|
})
|
|
3808
794
|
.s("CustomerProfiles_20200815", "ListAccountIntegrations", {})
|
|
3809
795
|
.n("CustomerProfilesClient", "ListAccountIntegrationsCommand")
|
|
3810
|
-
.sc(ListAccountIntegrations$)
|
|
796
|
+
.sc(schemas_0.ListAccountIntegrations$)
|
|
3811
797
|
.build() {
|
|
3812
798
|
}
|
|
3813
799
|
|
|
@@ -3819,7 +805,7 @@ class ListCalculatedAttributeDefinitionsCommand extends smithyClient.Command
|
|
|
3819
805
|
})
|
|
3820
806
|
.s("CustomerProfiles_20200815", "ListCalculatedAttributeDefinitions", {})
|
|
3821
807
|
.n("CustomerProfilesClient", "ListCalculatedAttributeDefinitionsCommand")
|
|
3822
|
-
.sc(ListCalculatedAttributeDefinitions$)
|
|
808
|
+
.sc(schemas_0.ListCalculatedAttributeDefinitions$)
|
|
3823
809
|
.build() {
|
|
3824
810
|
}
|
|
3825
811
|
|
|
@@ -3831,7 +817,7 @@ class ListCalculatedAttributesForProfileCommand extends smithyClient.Command
|
|
|
3831
817
|
})
|
|
3832
818
|
.s("CustomerProfiles_20200815", "ListCalculatedAttributesForProfile", {})
|
|
3833
819
|
.n("CustomerProfilesClient", "ListCalculatedAttributesForProfileCommand")
|
|
3834
|
-
.sc(ListCalculatedAttributesForProfile$)
|
|
820
|
+
.sc(schemas_0.ListCalculatedAttributesForProfile$)
|
|
3835
821
|
.build() {
|
|
3836
822
|
}
|
|
3837
823
|
|
|
@@ -3843,7 +829,7 @@ class ListDomainLayoutsCommand extends smithyClient.Command
|
|
|
3843
829
|
})
|
|
3844
830
|
.s("CustomerProfiles_20200815", "ListDomainLayouts", {})
|
|
3845
831
|
.n("CustomerProfilesClient", "ListDomainLayoutsCommand")
|
|
3846
|
-
.sc(ListDomainLayouts$)
|
|
832
|
+
.sc(schemas_0.ListDomainLayouts$)
|
|
3847
833
|
.build() {
|
|
3848
834
|
}
|
|
3849
835
|
|
|
@@ -3855,7 +841,7 @@ class ListDomainObjectTypesCommand extends smithyClient.Command
|
|
|
3855
841
|
})
|
|
3856
842
|
.s("CustomerProfiles_20200815", "ListDomainObjectTypes", {})
|
|
3857
843
|
.n("CustomerProfilesClient", "ListDomainObjectTypesCommand")
|
|
3858
|
-
.sc(ListDomainObjectTypes$)
|
|
844
|
+
.sc(schemas_0.ListDomainObjectTypes$)
|
|
3859
845
|
.build() {
|
|
3860
846
|
}
|
|
3861
847
|
|
|
@@ -3867,7 +853,7 @@ class ListDomainsCommand extends smithyClient.Command
|
|
|
3867
853
|
})
|
|
3868
854
|
.s("CustomerProfiles_20200815", "ListDomains", {})
|
|
3869
855
|
.n("CustomerProfilesClient", "ListDomainsCommand")
|
|
3870
|
-
.sc(ListDomains$)
|
|
856
|
+
.sc(schemas_0.ListDomains$)
|
|
3871
857
|
.build() {
|
|
3872
858
|
}
|
|
3873
859
|
|
|
@@ -3879,7 +865,7 @@ class ListEventStreamsCommand extends smithyClient.Command
|
|
|
3879
865
|
})
|
|
3880
866
|
.s("CustomerProfiles_20200815", "ListEventStreams", {})
|
|
3881
867
|
.n("CustomerProfilesClient", "ListEventStreamsCommand")
|
|
3882
|
-
.sc(ListEventStreams$)
|
|
868
|
+
.sc(schemas_0.ListEventStreams$)
|
|
3883
869
|
.build() {
|
|
3884
870
|
}
|
|
3885
871
|
|
|
@@ -3891,7 +877,7 @@ class ListEventTriggersCommand extends smithyClient.Command
|
|
|
3891
877
|
})
|
|
3892
878
|
.s("CustomerProfiles_20200815", "ListEventTriggers", {})
|
|
3893
879
|
.n("CustomerProfilesClient", "ListEventTriggersCommand")
|
|
3894
|
-
.sc(ListEventTriggers$)
|
|
880
|
+
.sc(schemas_0.ListEventTriggers$)
|
|
3895
881
|
.build() {
|
|
3896
882
|
}
|
|
3897
883
|
|
|
@@ -3903,7 +889,7 @@ class ListIdentityResolutionJobsCommand extends smithyClient.Command
|
|
|
3903
889
|
})
|
|
3904
890
|
.s("CustomerProfiles_20200815", "ListIdentityResolutionJobs", {})
|
|
3905
891
|
.n("CustomerProfilesClient", "ListIdentityResolutionJobsCommand")
|
|
3906
|
-
.sc(ListIdentityResolutionJobs$)
|
|
892
|
+
.sc(schemas_0.ListIdentityResolutionJobs$)
|
|
3907
893
|
.build() {
|
|
3908
894
|
}
|
|
3909
895
|
|
|
@@ -3915,7 +901,7 @@ class ListIntegrationsCommand extends smithyClient.Command
|
|
|
3915
901
|
})
|
|
3916
902
|
.s("CustomerProfiles_20200815", "ListIntegrations", {})
|
|
3917
903
|
.n("CustomerProfilesClient", "ListIntegrationsCommand")
|
|
3918
|
-
.sc(ListIntegrations$)
|
|
904
|
+
.sc(schemas_0.ListIntegrations$)
|
|
3919
905
|
.build() {
|
|
3920
906
|
}
|
|
3921
907
|
|
|
@@ -3927,7 +913,7 @@ class ListObjectTypeAttributesCommand extends smithyClient.Command
|
|
|
3927
913
|
})
|
|
3928
914
|
.s("CustomerProfiles_20200815", "ListObjectTypeAttributes", {})
|
|
3929
915
|
.n("CustomerProfilesClient", "ListObjectTypeAttributesCommand")
|
|
3930
|
-
.sc(ListObjectTypeAttributes$)
|
|
916
|
+
.sc(schemas_0.ListObjectTypeAttributes$)
|
|
3931
917
|
.build() {
|
|
3932
918
|
}
|
|
3933
919
|
|
|
@@ -3939,7 +925,7 @@ class ListObjectTypeAttributeValuesCommand extends smithyClient.Command
|
|
|
3939
925
|
})
|
|
3940
926
|
.s("CustomerProfiles_20200815", "ListObjectTypeAttributeValues", {})
|
|
3941
927
|
.n("CustomerProfilesClient", "ListObjectTypeAttributeValuesCommand")
|
|
3942
|
-
.sc(ListObjectTypeAttributeValues$)
|
|
928
|
+
.sc(schemas_0.ListObjectTypeAttributeValues$)
|
|
3943
929
|
.build() {
|
|
3944
930
|
}
|
|
3945
931
|
|
|
@@ -3951,7 +937,7 @@ class ListProfileAttributeValuesCommand extends smithyClient.Command
|
|
|
3951
937
|
})
|
|
3952
938
|
.s("CustomerProfiles_20200815", "ListProfileAttributeValues", {})
|
|
3953
939
|
.n("CustomerProfilesClient", "ListProfileAttributeValuesCommand")
|
|
3954
|
-
.sc(ListProfileAttributeValues$)
|
|
940
|
+
.sc(schemas_0.ListProfileAttributeValues$)
|
|
3955
941
|
.build() {
|
|
3956
942
|
}
|
|
3957
943
|
|
|
@@ -3963,7 +949,7 @@ class ListProfileHistoryRecordsCommand extends smithyClient.Command
|
|
|
3963
949
|
})
|
|
3964
950
|
.s("CustomerProfiles_20200815", "ListProfileHistoryRecords", {})
|
|
3965
951
|
.n("CustomerProfilesClient", "ListProfileHistoryRecordsCommand")
|
|
3966
|
-
.sc(ListProfileHistoryRecords$)
|
|
952
|
+
.sc(schemas_0.ListProfileHistoryRecords$)
|
|
3967
953
|
.build() {
|
|
3968
954
|
}
|
|
3969
955
|
|
|
@@ -3975,7 +961,7 @@ class ListProfileObjectsCommand extends smithyClient.Command
|
|
|
3975
961
|
})
|
|
3976
962
|
.s("CustomerProfiles_20200815", "ListProfileObjects", {})
|
|
3977
963
|
.n("CustomerProfilesClient", "ListProfileObjectsCommand")
|
|
3978
|
-
.sc(ListProfileObjects$)
|
|
964
|
+
.sc(schemas_0.ListProfileObjects$)
|
|
3979
965
|
.build() {
|
|
3980
966
|
}
|
|
3981
967
|
|
|
@@ -3987,7 +973,7 @@ class ListProfileObjectTypesCommand extends smithyClient.Command
|
|
|
3987
973
|
})
|
|
3988
974
|
.s("CustomerProfiles_20200815", "ListProfileObjectTypes", {})
|
|
3989
975
|
.n("CustomerProfilesClient", "ListProfileObjectTypesCommand")
|
|
3990
|
-
.sc(ListProfileObjectTypes$)
|
|
976
|
+
.sc(schemas_0.ListProfileObjectTypes$)
|
|
3991
977
|
.build() {
|
|
3992
978
|
}
|
|
3993
979
|
|
|
@@ -3999,7 +985,7 @@ class ListProfileObjectTypeTemplatesCommand extends smithyClient.Command
|
|
|
3999
985
|
})
|
|
4000
986
|
.s("CustomerProfiles_20200815", "ListProfileObjectTypeTemplates", {})
|
|
4001
987
|
.n("CustomerProfilesClient", "ListProfileObjectTypeTemplatesCommand")
|
|
4002
|
-
.sc(ListProfileObjectTypeTemplates$)
|
|
988
|
+
.sc(schemas_0.ListProfileObjectTypeTemplates$)
|
|
4003
989
|
.build() {
|
|
4004
990
|
}
|
|
4005
991
|
|
|
@@ -4011,7 +997,7 @@ class ListRecommenderRecipesCommand extends smithyClient.Command
|
|
|
4011
997
|
})
|
|
4012
998
|
.s("CustomerProfiles_20200815", "ListRecommenderRecipes", {})
|
|
4013
999
|
.n("CustomerProfilesClient", "ListRecommenderRecipesCommand")
|
|
4014
|
-
.sc(ListRecommenderRecipes$)
|
|
1000
|
+
.sc(schemas_0.ListRecommenderRecipes$)
|
|
4015
1001
|
.build() {
|
|
4016
1002
|
}
|
|
4017
1003
|
|
|
@@ -4023,7 +1009,7 @@ class ListRecommendersCommand extends smithyClient.Command
|
|
|
4023
1009
|
})
|
|
4024
1010
|
.s("CustomerProfiles_20200815", "ListRecommenders", {})
|
|
4025
1011
|
.n("CustomerProfilesClient", "ListRecommendersCommand")
|
|
4026
|
-
.sc(ListRecommenders$)
|
|
1012
|
+
.sc(schemas_0.ListRecommenders$)
|
|
4027
1013
|
.build() {
|
|
4028
1014
|
}
|
|
4029
1015
|
|
|
@@ -4035,7 +1021,7 @@ class ListRuleBasedMatchesCommand extends smithyClient.Command
|
|
|
4035
1021
|
})
|
|
4036
1022
|
.s("CustomerProfiles_20200815", "ListRuleBasedMatches", {})
|
|
4037
1023
|
.n("CustomerProfilesClient", "ListRuleBasedMatchesCommand")
|
|
4038
|
-
.sc(ListRuleBasedMatches$)
|
|
1024
|
+
.sc(schemas_0.ListRuleBasedMatches$)
|
|
4039
1025
|
.build() {
|
|
4040
1026
|
}
|
|
4041
1027
|
|
|
@@ -4047,7 +1033,7 @@ class ListSegmentDefinitionsCommand extends smithyClient.Command
|
|
|
4047
1033
|
})
|
|
4048
1034
|
.s("CustomerProfiles_20200815", "ListSegmentDefinitions", {})
|
|
4049
1035
|
.n("CustomerProfilesClient", "ListSegmentDefinitionsCommand")
|
|
4050
|
-
.sc(ListSegmentDefinitions$)
|
|
1036
|
+
.sc(schemas_0.ListSegmentDefinitions$)
|
|
4051
1037
|
.build() {
|
|
4052
1038
|
}
|
|
4053
1039
|
|
|
@@ -4059,7 +1045,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
4059
1045
|
})
|
|
4060
1046
|
.s("CustomerProfiles_20200815", "ListTagsForResource", {})
|
|
4061
1047
|
.n("CustomerProfilesClient", "ListTagsForResourceCommand")
|
|
4062
|
-
.sc(ListTagsForResource$)
|
|
1048
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
4063
1049
|
.build() {
|
|
4064
1050
|
}
|
|
4065
1051
|
|
|
@@ -4071,7 +1057,7 @@ class ListUploadJobsCommand extends smithyClient.Command
|
|
|
4071
1057
|
})
|
|
4072
1058
|
.s("CustomerProfiles_20200815", "ListUploadJobs", {})
|
|
4073
1059
|
.n("CustomerProfilesClient", "ListUploadJobsCommand")
|
|
4074
|
-
.sc(ListUploadJobs$)
|
|
1060
|
+
.sc(schemas_0.ListUploadJobs$)
|
|
4075
1061
|
.build() {
|
|
4076
1062
|
}
|
|
4077
1063
|
|
|
@@ -4083,7 +1069,7 @@ class ListWorkflowsCommand extends smithyClient.Command
|
|
|
4083
1069
|
})
|
|
4084
1070
|
.s("CustomerProfiles_20200815", "ListWorkflows", {})
|
|
4085
1071
|
.n("CustomerProfilesClient", "ListWorkflowsCommand")
|
|
4086
|
-
.sc(ListWorkflows$)
|
|
1072
|
+
.sc(schemas_0.ListWorkflows$)
|
|
4087
1073
|
.build() {
|
|
4088
1074
|
}
|
|
4089
1075
|
|
|
@@ -4095,7 +1081,7 @@ class MergeProfilesCommand extends smithyClient.Command
|
|
|
4095
1081
|
})
|
|
4096
1082
|
.s("CustomerProfiles_20200815", "MergeProfiles", {})
|
|
4097
1083
|
.n("CustomerProfilesClient", "MergeProfilesCommand")
|
|
4098
|
-
.sc(MergeProfiles$)
|
|
1084
|
+
.sc(schemas_0.MergeProfiles$)
|
|
4099
1085
|
.build() {
|
|
4100
1086
|
}
|
|
4101
1087
|
|
|
@@ -4107,7 +1093,7 @@ class PutDomainObjectTypeCommand extends smithyClient.Command
|
|
|
4107
1093
|
})
|
|
4108
1094
|
.s("CustomerProfiles_20200815", "PutDomainObjectType", {})
|
|
4109
1095
|
.n("CustomerProfilesClient", "PutDomainObjectTypeCommand")
|
|
4110
|
-
.sc(PutDomainObjectType$)
|
|
1096
|
+
.sc(schemas_0.PutDomainObjectType$)
|
|
4111
1097
|
.build() {
|
|
4112
1098
|
}
|
|
4113
1099
|
|
|
@@ -4119,7 +1105,7 @@ class PutIntegrationCommand extends smithyClient.Command
|
|
|
4119
1105
|
})
|
|
4120
1106
|
.s("CustomerProfiles_20200815", "PutIntegration", {})
|
|
4121
1107
|
.n("CustomerProfilesClient", "PutIntegrationCommand")
|
|
4122
|
-
.sc(PutIntegration$)
|
|
1108
|
+
.sc(schemas_0.PutIntegration$)
|
|
4123
1109
|
.build() {
|
|
4124
1110
|
}
|
|
4125
1111
|
|
|
@@ -4131,7 +1117,7 @@ class PutProfileObjectCommand extends smithyClient.Command
|
|
|
4131
1117
|
})
|
|
4132
1118
|
.s("CustomerProfiles_20200815", "PutProfileObject", {})
|
|
4133
1119
|
.n("CustomerProfilesClient", "PutProfileObjectCommand")
|
|
4134
|
-
.sc(PutProfileObject$)
|
|
1120
|
+
.sc(schemas_0.PutProfileObject$)
|
|
4135
1121
|
.build() {
|
|
4136
1122
|
}
|
|
4137
1123
|
|
|
@@ -4143,7 +1129,7 @@ class PutProfileObjectTypeCommand extends smithyClient.Command
|
|
|
4143
1129
|
})
|
|
4144
1130
|
.s("CustomerProfiles_20200815", "PutProfileObjectType", {})
|
|
4145
1131
|
.n("CustomerProfilesClient", "PutProfileObjectTypeCommand")
|
|
4146
|
-
.sc(PutProfileObjectType$)
|
|
1132
|
+
.sc(schemas_0.PutProfileObjectType$)
|
|
4147
1133
|
.build() {
|
|
4148
1134
|
}
|
|
4149
1135
|
|
|
@@ -4155,7 +1141,7 @@ class SearchProfilesCommand extends smithyClient.Command
|
|
|
4155
1141
|
})
|
|
4156
1142
|
.s("CustomerProfiles_20200815", "SearchProfiles", {})
|
|
4157
1143
|
.n("CustomerProfilesClient", "SearchProfilesCommand")
|
|
4158
|
-
.sc(SearchProfiles$)
|
|
1144
|
+
.sc(schemas_0.SearchProfiles$)
|
|
4159
1145
|
.build() {
|
|
4160
1146
|
}
|
|
4161
1147
|
|
|
@@ -4167,7 +1153,7 @@ class StartRecommenderCommand extends smithyClient.Command
|
|
|
4167
1153
|
})
|
|
4168
1154
|
.s("CustomerProfiles_20200815", "StartRecommender", {})
|
|
4169
1155
|
.n("CustomerProfilesClient", "StartRecommenderCommand")
|
|
4170
|
-
.sc(StartRecommender$)
|
|
1156
|
+
.sc(schemas_0.StartRecommender$)
|
|
4171
1157
|
.build() {
|
|
4172
1158
|
}
|
|
4173
1159
|
|
|
@@ -4179,7 +1165,7 @@ class StartUploadJobCommand extends smithyClient.Command
|
|
|
4179
1165
|
})
|
|
4180
1166
|
.s("CustomerProfiles_20200815", "StartUploadJob", {})
|
|
4181
1167
|
.n("CustomerProfilesClient", "StartUploadJobCommand")
|
|
4182
|
-
.sc(StartUploadJob$)
|
|
1168
|
+
.sc(schemas_0.StartUploadJob$)
|
|
4183
1169
|
.build() {
|
|
4184
1170
|
}
|
|
4185
1171
|
|
|
@@ -4191,7 +1177,7 @@ class StopRecommenderCommand extends smithyClient.Command
|
|
|
4191
1177
|
})
|
|
4192
1178
|
.s("CustomerProfiles_20200815", "StopRecommender", {})
|
|
4193
1179
|
.n("CustomerProfilesClient", "StopRecommenderCommand")
|
|
4194
|
-
.sc(StopRecommender$)
|
|
1180
|
+
.sc(schemas_0.StopRecommender$)
|
|
4195
1181
|
.build() {
|
|
4196
1182
|
}
|
|
4197
1183
|
|
|
@@ -4203,7 +1189,7 @@ class StopUploadJobCommand extends smithyClient.Command
|
|
|
4203
1189
|
})
|
|
4204
1190
|
.s("CustomerProfiles_20200815", "StopUploadJob", {})
|
|
4205
1191
|
.n("CustomerProfilesClient", "StopUploadJobCommand")
|
|
4206
|
-
.sc(StopUploadJob$)
|
|
1192
|
+
.sc(schemas_0.StopUploadJob$)
|
|
4207
1193
|
.build() {
|
|
4208
1194
|
}
|
|
4209
1195
|
|
|
@@ -4215,7 +1201,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
4215
1201
|
})
|
|
4216
1202
|
.s("CustomerProfiles_20200815", "TagResource", {})
|
|
4217
1203
|
.n("CustomerProfilesClient", "TagResourceCommand")
|
|
4218
|
-
.sc(TagResource$)
|
|
1204
|
+
.sc(schemas_0.TagResource$)
|
|
4219
1205
|
.build() {
|
|
4220
1206
|
}
|
|
4221
1207
|
|
|
@@ -4227,7 +1213,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
4227
1213
|
})
|
|
4228
1214
|
.s("CustomerProfiles_20200815", "UntagResource", {})
|
|
4229
1215
|
.n("CustomerProfilesClient", "UntagResourceCommand")
|
|
4230
|
-
.sc(UntagResource$)
|
|
1216
|
+
.sc(schemas_0.UntagResource$)
|
|
4231
1217
|
.build() {
|
|
4232
1218
|
}
|
|
4233
1219
|
|
|
@@ -4239,7 +1225,7 @@ class UpdateCalculatedAttributeDefinitionCommand extends smithyClient.Command
|
|
|
4239
1225
|
})
|
|
4240
1226
|
.s("CustomerProfiles_20200815", "UpdateCalculatedAttributeDefinition", {})
|
|
4241
1227
|
.n("CustomerProfilesClient", "UpdateCalculatedAttributeDefinitionCommand")
|
|
4242
|
-
.sc(UpdateCalculatedAttributeDefinition$)
|
|
1228
|
+
.sc(schemas_0.UpdateCalculatedAttributeDefinition$)
|
|
4243
1229
|
.build() {
|
|
4244
1230
|
}
|
|
4245
1231
|
|
|
@@ -4251,7 +1237,7 @@ class UpdateDomainCommand extends smithyClient.Command
|
|
|
4251
1237
|
})
|
|
4252
1238
|
.s("CustomerProfiles_20200815", "UpdateDomain", {})
|
|
4253
1239
|
.n("CustomerProfilesClient", "UpdateDomainCommand")
|
|
4254
|
-
.sc(UpdateDomain$)
|
|
1240
|
+
.sc(schemas_0.UpdateDomain$)
|
|
4255
1241
|
.build() {
|
|
4256
1242
|
}
|
|
4257
1243
|
|
|
@@ -4263,7 +1249,7 @@ class UpdateDomainLayoutCommand extends smithyClient.Command
|
|
|
4263
1249
|
})
|
|
4264
1250
|
.s("CustomerProfiles_20200815", "UpdateDomainLayout", {})
|
|
4265
1251
|
.n("CustomerProfilesClient", "UpdateDomainLayoutCommand")
|
|
4266
|
-
.sc(UpdateDomainLayout$)
|
|
1252
|
+
.sc(schemas_0.UpdateDomainLayout$)
|
|
4267
1253
|
.build() {
|
|
4268
1254
|
}
|
|
4269
1255
|
|
|
@@ -4275,7 +1261,7 @@ class UpdateEventTriggerCommand extends smithyClient.Command
|
|
|
4275
1261
|
})
|
|
4276
1262
|
.s("CustomerProfiles_20200815", "UpdateEventTrigger", {})
|
|
4277
1263
|
.n("CustomerProfilesClient", "UpdateEventTriggerCommand")
|
|
4278
|
-
.sc(UpdateEventTrigger$)
|
|
1264
|
+
.sc(schemas_0.UpdateEventTrigger$)
|
|
4279
1265
|
.build() {
|
|
4280
1266
|
}
|
|
4281
1267
|
|
|
@@ -4287,7 +1273,7 @@ class UpdateProfileCommand extends smithyClient.Command
|
|
|
4287
1273
|
})
|
|
4288
1274
|
.s("CustomerProfiles_20200815", "UpdateProfile", {})
|
|
4289
1275
|
.n("CustomerProfilesClient", "UpdateProfileCommand")
|
|
4290
|
-
.sc(UpdateProfile$)
|
|
1276
|
+
.sc(schemas_0.UpdateProfile$)
|
|
4291
1277
|
.build() {
|
|
4292
1278
|
}
|
|
4293
1279
|
|
|
@@ -4299,7 +1285,7 @@ class UpdateRecommenderCommand extends smithyClient.Command
|
|
|
4299
1285
|
})
|
|
4300
1286
|
.s("CustomerProfiles_20200815", "UpdateRecommender", {})
|
|
4301
1287
|
.n("CustomerProfilesClient", "UpdateRecommenderCommand")
|
|
4302
|
-
.sc(UpdateRecommender$)
|
|
1288
|
+
.sc(schemas_0.UpdateRecommender$)
|
|
4303
1289
|
.build() {
|
|
4304
1290
|
}
|
|
4305
1291
|
|
|
@@ -4912,594 +1898,168 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4912
1898
|
enumerable: true,
|
|
4913
1899
|
get: function () { return smithyClient.Client; }
|
|
4914
1900
|
});
|
|
4915
|
-
exports
|
|
4916
|
-
|
|
1901
|
+
Object.defineProperty(exports, "CustomerProfilesServiceException", {
|
|
1902
|
+
enumerable: true,
|
|
1903
|
+
get: function () { return CustomerProfilesServiceException.CustomerProfilesServiceException; }
|
|
1904
|
+
});
|
|
4917
1905
|
exports.ActionType = ActionType;
|
|
4918
|
-
exports.AddProfileKey$ = AddProfileKey$;
|
|
4919
1906
|
exports.AddProfileKeyCommand = AddProfileKeyCommand;
|
|
4920
|
-
exports.AddProfileKeyRequest$ = AddProfileKeyRequest$;
|
|
4921
|
-
exports.AddProfileKeyResponse$ = AddProfileKeyResponse$;
|
|
4922
|
-
exports.AdditionalSearchKey$ = AdditionalSearchKey$;
|
|
4923
|
-
exports.Address$ = Address$;
|
|
4924
|
-
exports.AddressDimension$ = AddressDimension$;
|
|
4925
|
-
exports.AppflowIntegration$ = AppflowIntegration$;
|
|
4926
|
-
exports.AppflowIntegrationWorkflowAttributes$ = AppflowIntegrationWorkflowAttributes$;
|
|
4927
|
-
exports.AppflowIntegrationWorkflowMetrics$ = AppflowIntegrationWorkflowMetrics$;
|
|
4928
|
-
exports.AppflowIntegrationWorkflowStep$ = AppflowIntegrationWorkflowStep$;
|
|
4929
|
-
exports.AttributeDetails$ = AttributeDetails$;
|
|
4930
|
-
exports.AttributeDimension$ = AttributeDimension$;
|
|
4931
1907
|
exports.AttributeDimensionType = AttributeDimensionType;
|
|
4932
|
-
exports.AttributeItem$ = AttributeItem$;
|
|
4933
1908
|
exports.AttributeMatchingModel = AttributeMatchingModel;
|
|
4934
|
-
exports.AttributeTypesSelector$ = AttributeTypesSelector$;
|
|
4935
|
-
exports.AttributeValueItem$ = AttributeValueItem$;
|
|
4936
|
-
exports.AutoMerging$ = AutoMerging$;
|
|
4937
|
-
exports.BadRequestException = BadRequestException;
|
|
4938
|
-
exports.BadRequestException$ = BadRequestException$;
|
|
4939
|
-
exports.Batch$ = Batch$;
|
|
4940
|
-
exports.BatchGetCalculatedAttributeForProfile$ = BatchGetCalculatedAttributeForProfile$;
|
|
4941
1909
|
exports.BatchGetCalculatedAttributeForProfileCommand = BatchGetCalculatedAttributeForProfileCommand;
|
|
4942
|
-
exports.BatchGetCalculatedAttributeForProfileError$ = BatchGetCalculatedAttributeForProfileError$;
|
|
4943
|
-
exports.BatchGetCalculatedAttributeForProfileRequest$ = BatchGetCalculatedAttributeForProfileRequest$;
|
|
4944
|
-
exports.BatchGetCalculatedAttributeForProfileResponse$ = BatchGetCalculatedAttributeForProfileResponse$;
|
|
4945
|
-
exports.BatchGetProfile$ = BatchGetProfile$;
|
|
4946
1910
|
exports.BatchGetProfileCommand = BatchGetProfileCommand;
|
|
4947
|
-
exports.BatchGetProfileError$ = BatchGetProfileError$;
|
|
4948
|
-
exports.BatchGetProfileRequest$ = BatchGetProfileRequest$;
|
|
4949
|
-
exports.BatchGetProfileResponse$ = BatchGetProfileResponse$;
|
|
4950
|
-
exports.CalculatedAttributeDimension$ = CalculatedAttributeDimension$;
|
|
4951
|
-
exports.CalculatedAttributeValue$ = CalculatedAttributeValue$;
|
|
4952
|
-
exports.CatalogItem$ = CatalogItem$;
|
|
4953
1911
|
exports.ComparisonOperator = ComparisonOperator;
|
|
4954
|
-
exports.ConditionOverrides$ = ConditionOverrides$;
|
|
4955
|
-
exports.Conditions$ = Conditions$;
|
|
4956
|
-
exports.ConflictResolution$ = ConflictResolution$;
|
|
4957
1912
|
exports.ConflictResolvingModel = ConflictResolvingModel;
|
|
4958
|
-
exports.ConnectorOperator$ = ConnectorOperator$;
|
|
4959
|
-
exports.Consolidation$ = Consolidation$;
|
|
4960
|
-
exports.ContactPreference$ = ContactPreference$;
|
|
4961
1913
|
exports.ContactType = ContactType;
|
|
4962
1914
|
exports.ContentType = ContentType;
|
|
4963
|
-
exports.CreateCalculatedAttributeDefinition$ = CreateCalculatedAttributeDefinition$;
|
|
4964
1915
|
exports.CreateCalculatedAttributeDefinitionCommand = CreateCalculatedAttributeDefinitionCommand;
|
|
4965
|
-
exports.CreateCalculatedAttributeDefinitionRequest$ = CreateCalculatedAttributeDefinitionRequest$;
|
|
4966
|
-
exports.CreateCalculatedAttributeDefinitionResponse$ = CreateCalculatedAttributeDefinitionResponse$;
|
|
4967
|
-
exports.CreateDomain$ = CreateDomain$;
|
|
4968
1916
|
exports.CreateDomainCommand = CreateDomainCommand;
|
|
4969
|
-
exports.CreateDomainLayout$ = CreateDomainLayout$;
|
|
4970
1917
|
exports.CreateDomainLayoutCommand = CreateDomainLayoutCommand;
|
|
4971
|
-
exports.CreateDomainLayoutRequest$ = CreateDomainLayoutRequest$;
|
|
4972
|
-
exports.CreateDomainLayoutResponse$ = CreateDomainLayoutResponse$;
|
|
4973
|
-
exports.CreateDomainRequest$ = CreateDomainRequest$;
|
|
4974
|
-
exports.CreateDomainResponse$ = CreateDomainResponse$;
|
|
4975
|
-
exports.CreateEventStream$ = CreateEventStream$;
|
|
4976
1918
|
exports.CreateEventStreamCommand = CreateEventStreamCommand;
|
|
4977
|
-
exports.CreateEventStreamRequest$ = CreateEventStreamRequest$;
|
|
4978
|
-
exports.CreateEventStreamResponse$ = CreateEventStreamResponse$;
|
|
4979
|
-
exports.CreateEventTrigger$ = CreateEventTrigger$;
|
|
4980
1919
|
exports.CreateEventTriggerCommand = CreateEventTriggerCommand;
|
|
4981
|
-
exports.CreateEventTriggerRequest$ = CreateEventTriggerRequest$;
|
|
4982
|
-
exports.CreateEventTriggerResponse$ = CreateEventTriggerResponse$;
|
|
4983
|
-
exports.CreateIntegrationWorkflow$ = CreateIntegrationWorkflow$;
|
|
4984
1920
|
exports.CreateIntegrationWorkflowCommand = CreateIntegrationWorkflowCommand;
|
|
4985
|
-
exports.CreateIntegrationWorkflowRequest$ = CreateIntegrationWorkflowRequest$;
|
|
4986
|
-
exports.CreateIntegrationWorkflowResponse$ = CreateIntegrationWorkflowResponse$;
|
|
4987
|
-
exports.CreateProfile$ = CreateProfile$;
|
|
4988
1921
|
exports.CreateProfileCommand = CreateProfileCommand;
|
|
4989
|
-
exports.CreateProfileRequest$ = CreateProfileRequest$;
|
|
4990
|
-
exports.CreateProfileResponse$ = CreateProfileResponse$;
|
|
4991
|
-
exports.CreateRecommender$ = CreateRecommender$;
|
|
4992
1922
|
exports.CreateRecommenderCommand = CreateRecommenderCommand;
|
|
4993
|
-
exports.CreateRecommenderRequest$ = CreateRecommenderRequest$;
|
|
4994
|
-
exports.CreateRecommenderResponse$ = CreateRecommenderResponse$;
|
|
4995
|
-
exports.CreateSegmentDefinition$ = CreateSegmentDefinition$;
|
|
4996
1923
|
exports.CreateSegmentDefinitionCommand = CreateSegmentDefinitionCommand;
|
|
4997
|
-
exports.CreateSegmentDefinitionRequest$ = CreateSegmentDefinitionRequest$;
|
|
4998
|
-
exports.CreateSegmentDefinitionResponse$ = CreateSegmentDefinitionResponse$;
|
|
4999
|
-
exports.CreateSegmentEstimate$ = CreateSegmentEstimate$;
|
|
5000
1924
|
exports.CreateSegmentEstimateCommand = CreateSegmentEstimateCommand;
|
|
5001
|
-
exports.CreateSegmentEstimateRequest$ = CreateSegmentEstimateRequest$;
|
|
5002
|
-
exports.CreateSegmentEstimateResponse$ = CreateSegmentEstimateResponse$;
|
|
5003
|
-
exports.CreateSegmentSnapshot$ = CreateSegmentSnapshot$;
|
|
5004
1925
|
exports.CreateSegmentSnapshotCommand = CreateSegmentSnapshotCommand;
|
|
5005
|
-
exports.CreateSegmentSnapshotRequest$ = CreateSegmentSnapshotRequest$;
|
|
5006
|
-
exports.CreateSegmentSnapshotResponse$ = CreateSegmentSnapshotResponse$;
|
|
5007
|
-
exports.CreateUploadJob$ = CreateUploadJob$;
|
|
5008
1926
|
exports.CreateUploadJobCommand = CreateUploadJobCommand;
|
|
5009
|
-
exports.CreateUploadJobRequest$ = CreateUploadJobRequest$;
|
|
5010
|
-
exports.CreateUploadJobResponse$ = CreateUploadJobResponse$;
|
|
5011
1927
|
exports.CustomerProfiles = CustomerProfiles;
|
|
5012
1928
|
exports.CustomerProfilesClient = CustomerProfilesClient;
|
|
5013
|
-
exports.CustomerProfilesServiceException = CustomerProfilesServiceException;
|
|
5014
|
-
exports.CustomerProfilesServiceException$ = CustomerProfilesServiceException$;
|
|
5015
1929
|
exports.DataFormat = DataFormat;
|
|
5016
1930
|
exports.DataPullMode = DataPullMode;
|
|
5017
|
-
exports.DataStoreRequest$ = DataStoreRequest$;
|
|
5018
|
-
exports.DataStoreResponse$ = DataStoreResponse$;
|
|
5019
|
-
exports.DateDimension$ = DateDimension$;
|
|
5020
1931
|
exports.DateDimensionType = DateDimensionType;
|
|
5021
|
-
exports.DeleteCalculatedAttributeDefinition$ = DeleteCalculatedAttributeDefinition$;
|
|
5022
1932
|
exports.DeleteCalculatedAttributeDefinitionCommand = DeleteCalculatedAttributeDefinitionCommand;
|
|
5023
|
-
exports.DeleteCalculatedAttributeDefinitionRequest$ = DeleteCalculatedAttributeDefinitionRequest$;
|
|
5024
|
-
exports.DeleteCalculatedAttributeDefinitionResponse$ = DeleteCalculatedAttributeDefinitionResponse$;
|
|
5025
|
-
exports.DeleteDomain$ = DeleteDomain$;
|
|
5026
1933
|
exports.DeleteDomainCommand = DeleteDomainCommand;
|
|
5027
|
-
exports.DeleteDomainLayout$ = DeleteDomainLayout$;
|
|
5028
1934
|
exports.DeleteDomainLayoutCommand = DeleteDomainLayoutCommand;
|
|
5029
|
-
exports.DeleteDomainLayoutRequest$ = DeleteDomainLayoutRequest$;
|
|
5030
|
-
exports.DeleteDomainLayoutResponse$ = DeleteDomainLayoutResponse$;
|
|
5031
|
-
exports.DeleteDomainObjectType$ = DeleteDomainObjectType$;
|
|
5032
1935
|
exports.DeleteDomainObjectTypeCommand = DeleteDomainObjectTypeCommand;
|
|
5033
|
-
exports.DeleteDomainObjectTypeRequest$ = DeleteDomainObjectTypeRequest$;
|
|
5034
|
-
exports.DeleteDomainObjectTypeResponse$ = DeleteDomainObjectTypeResponse$;
|
|
5035
|
-
exports.DeleteDomainRequest$ = DeleteDomainRequest$;
|
|
5036
|
-
exports.DeleteDomainResponse$ = DeleteDomainResponse$;
|
|
5037
|
-
exports.DeleteEventStream$ = DeleteEventStream$;
|
|
5038
1936
|
exports.DeleteEventStreamCommand = DeleteEventStreamCommand;
|
|
5039
|
-
exports.DeleteEventStreamRequest$ = DeleteEventStreamRequest$;
|
|
5040
|
-
exports.DeleteEventStreamResponse$ = DeleteEventStreamResponse$;
|
|
5041
|
-
exports.DeleteEventTrigger$ = DeleteEventTrigger$;
|
|
5042
1937
|
exports.DeleteEventTriggerCommand = DeleteEventTriggerCommand;
|
|
5043
|
-
exports.DeleteEventTriggerRequest$ = DeleteEventTriggerRequest$;
|
|
5044
|
-
exports.DeleteEventTriggerResponse$ = DeleteEventTriggerResponse$;
|
|
5045
|
-
exports.DeleteIntegration$ = DeleteIntegration$;
|
|
5046
1938
|
exports.DeleteIntegrationCommand = DeleteIntegrationCommand;
|
|
5047
|
-
exports.DeleteIntegrationRequest$ = DeleteIntegrationRequest$;
|
|
5048
|
-
exports.DeleteIntegrationResponse$ = DeleteIntegrationResponse$;
|
|
5049
|
-
exports.DeleteProfile$ = DeleteProfile$;
|
|
5050
1939
|
exports.DeleteProfileCommand = DeleteProfileCommand;
|
|
5051
|
-
exports.DeleteProfileKey$ = DeleteProfileKey$;
|
|
5052
1940
|
exports.DeleteProfileKeyCommand = DeleteProfileKeyCommand;
|
|
5053
|
-
exports.DeleteProfileKeyRequest$ = DeleteProfileKeyRequest$;
|
|
5054
|
-
exports.DeleteProfileKeyResponse$ = DeleteProfileKeyResponse$;
|
|
5055
|
-
exports.DeleteProfileObject$ = DeleteProfileObject$;
|
|
5056
1941
|
exports.DeleteProfileObjectCommand = DeleteProfileObjectCommand;
|
|
5057
|
-
exports.DeleteProfileObjectRequest$ = DeleteProfileObjectRequest$;
|
|
5058
|
-
exports.DeleteProfileObjectResponse$ = DeleteProfileObjectResponse$;
|
|
5059
|
-
exports.DeleteProfileObjectType$ = DeleteProfileObjectType$;
|
|
5060
1942
|
exports.DeleteProfileObjectTypeCommand = DeleteProfileObjectTypeCommand;
|
|
5061
|
-
exports.DeleteProfileObjectTypeRequest$ = DeleteProfileObjectTypeRequest$;
|
|
5062
|
-
exports.DeleteProfileObjectTypeResponse$ = DeleteProfileObjectTypeResponse$;
|
|
5063
|
-
exports.DeleteProfileRequest$ = DeleteProfileRequest$;
|
|
5064
|
-
exports.DeleteProfileResponse$ = DeleteProfileResponse$;
|
|
5065
|
-
exports.DeleteRecommender$ = DeleteRecommender$;
|
|
5066
1943
|
exports.DeleteRecommenderCommand = DeleteRecommenderCommand;
|
|
5067
|
-
exports.DeleteRecommenderRequest$ = DeleteRecommenderRequest$;
|
|
5068
|
-
exports.DeleteRecommenderResponse$ = DeleteRecommenderResponse$;
|
|
5069
|
-
exports.DeleteSegmentDefinition$ = DeleteSegmentDefinition$;
|
|
5070
1944
|
exports.DeleteSegmentDefinitionCommand = DeleteSegmentDefinitionCommand;
|
|
5071
|
-
exports.DeleteSegmentDefinitionRequest$ = DeleteSegmentDefinitionRequest$;
|
|
5072
|
-
exports.DeleteSegmentDefinitionResponse$ = DeleteSegmentDefinitionResponse$;
|
|
5073
|
-
exports.DeleteWorkflow$ = DeleteWorkflow$;
|
|
5074
1945
|
exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
|
|
5075
|
-
exports.DeleteWorkflowRequest$ = DeleteWorkflowRequest$;
|
|
5076
|
-
exports.DeleteWorkflowResponse$ = DeleteWorkflowResponse$;
|
|
5077
|
-
exports.DestinationSummary$ = DestinationSummary$;
|
|
5078
|
-
exports.DetectProfileObjectType$ = DetectProfileObjectType$;
|
|
5079
1946
|
exports.DetectProfileObjectTypeCommand = DetectProfileObjectTypeCommand;
|
|
5080
|
-
exports.DetectProfileObjectTypeRequest$ = DetectProfileObjectTypeRequest$;
|
|
5081
|
-
exports.DetectProfileObjectTypeResponse$ = DetectProfileObjectTypeResponse$;
|
|
5082
|
-
exports.DetectedProfileObjectType$ = DetectedProfileObjectType$;
|
|
5083
|
-
exports.Dimension$ = Dimension$;
|
|
5084
|
-
exports.DomainObjectTypeField$ = DomainObjectTypeField$;
|
|
5085
|
-
exports.DomainObjectTypesListItem$ = DomainObjectTypesListItem$;
|
|
5086
|
-
exports.DomainStats$ = DomainStats$;
|
|
5087
|
-
exports.EngagementPreferences$ = EngagementPreferences$;
|
|
5088
1947
|
exports.EstimateStatus = EstimateStatus;
|
|
5089
|
-
exports.EventParameters$ = EventParameters$;
|
|
5090
|
-
exports.EventStreamDestinationDetails$ = EventStreamDestinationDetails$;
|
|
5091
1948
|
exports.EventStreamDestinationStatus = EventStreamDestinationStatus;
|
|
5092
1949
|
exports.EventStreamState = EventStreamState;
|
|
5093
|
-
exports.EventStreamSummary$ = EventStreamSummary$;
|
|
5094
|
-
exports.EventTriggerCondition$ = EventTriggerCondition$;
|
|
5095
|
-
exports.EventTriggerDimension$ = EventTriggerDimension$;
|
|
5096
|
-
exports.EventTriggerLimits$ = EventTriggerLimits$;
|
|
5097
1950
|
exports.EventTriggerLogicalOperator = EventTriggerLogicalOperator;
|
|
5098
|
-
exports.EventTriggerSummaryItem$ = EventTriggerSummaryItem$;
|
|
5099
|
-
exports.EventsConfig$ = EventsConfig$;
|
|
5100
|
-
exports.ExportingConfig$ = ExportingConfig$;
|
|
5101
|
-
exports.ExportingLocation$ = ExportingLocation$;
|
|
5102
|
-
exports.ExtraLengthValueProfileDimension$ = ExtraLengthValueProfileDimension$;
|
|
5103
1951
|
exports.FeatureType = FeatureType;
|
|
5104
1952
|
exports.FieldContentType = FieldContentType;
|
|
5105
|
-
exports.FieldSourceProfileIds$ = FieldSourceProfileIds$;
|
|
5106
|
-
exports.Filter$ = Filter$;
|
|
5107
|
-
exports.FilterAttributeDimension$ = FilterAttributeDimension$;
|
|
5108
|
-
exports.FilterDimension$ = FilterDimension$;
|
|
5109
1953
|
exports.FilterDimensionType = FilterDimensionType;
|
|
5110
|
-
exports.FilterGroup$ = FilterGroup$;
|
|
5111
|
-
exports.FlowDefinition$ = FlowDefinition$;
|
|
5112
|
-
exports.FoundByKeyValue$ = FoundByKeyValue$;
|
|
5113
1954
|
exports.Gender = Gender;
|
|
5114
|
-
exports.GetAutoMergingPreview$ = GetAutoMergingPreview$;
|
|
5115
1955
|
exports.GetAutoMergingPreviewCommand = GetAutoMergingPreviewCommand;
|
|
5116
|
-
exports.GetAutoMergingPreviewRequest$ = GetAutoMergingPreviewRequest$;
|
|
5117
|
-
exports.GetAutoMergingPreviewResponse$ = GetAutoMergingPreviewResponse$;
|
|
5118
|
-
exports.GetCalculatedAttributeDefinition$ = GetCalculatedAttributeDefinition$;
|
|
5119
1956
|
exports.GetCalculatedAttributeDefinitionCommand = GetCalculatedAttributeDefinitionCommand;
|
|
5120
|
-
exports.GetCalculatedAttributeDefinitionRequest$ = GetCalculatedAttributeDefinitionRequest$;
|
|
5121
|
-
exports.GetCalculatedAttributeDefinitionResponse$ = GetCalculatedAttributeDefinitionResponse$;
|
|
5122
|
-
exports.GetCalculatedAttributeForProfile$ = GetCalculatedAttributeForProfile$;
|
|
5123
1957
|
exports.GetCalculatedAttributeForProfileCommand = GetCalculatedAttributeForProfileCommand;
|
|
5124
|
-
exports.GetCalculatedAttributeForProfileRequest$ = GetCalculatedAttributeForProfileRequest$;
|
|
5125
|
-
exports.GetCalculatedAttributeForProfileResponse$ = GetCalculatedAttributeForProfileResponse$;
|
|
5126
|
-
exports.GetDomain$ = GetDomain$;
|
|
5127
1958
|
exports.GetDomainCommand = GetDomainCommand;
|
|
5128
|
-
exports.GetDomainLayout$ = GetDomainLayout$;
|
|
5129
1959
|
exports.GetDomainLayoutCommand = GetDomainLayoutCommand;
|
|
5130
|
-
exports.GetDomainLayoutRequest$ = GetDomainLayoutRequest$;
|
|
5131
|
-
exports.GetDomainLayoutResponse$ = GetDomainLayoutResponse$;
|
|
5132
|
-
exports.GetDomainObjectType$ = GetDomainObjectType$;
|
|
5133
1960
|
exports.GetDomainObjectTypeCommand = GetDomainObjectTypeCommand;
|
|
5134
|
-
exports.GetDomainObjectTypeRequest$ = GetDomainObjectTypeRequest$;
|
|
5135
|
-
exports.GetDomainObjectTypeResponse$ = GetDomainObjectTypeResponse$;
|
|
5136
|
-
exports.GetDomainRequest$ = GetDomainRequest$;
|
|
5137
|
-
exports.GetDomainResponse$ = GetDomainResponse$;
|
|
5138
|
-
exports.GetEventStream$ = GetEventStream$;
|
|
5139
1961
|
exports.GetEventStreamCommand = GetEventStreamCommand;
|
|
5140
|
-
exports.GetEventStreamRequest$ = GetEventStreamRequest$;
|
|
5141
|
-
exports.GetEventStreamResponse$ = GetEventStreamResponse$;
|
|
5142
|
-
exports.GetEventTrigger$ = GetEventTrigger$;
|
|
5143
1962
|
exports.GetEventTriggerCommand = GetEventTriggerCommand;
|
|
5144
|
-
exports.GetEventTriggerRequest$ = GetEventTriggerRequest$;
|
|
5145
|
-
exports.GetEventTriggerResponse$ = GetEventTriggerResponse$;
|
|
5146
|
-
exports.GetIdentityResolutionJob$ = GetIdentityResolutionJob$;
|
|
5147
1963
|
exports.GetIdentityResolutionJobCommand = GetIdentityResolutionJobCommand;
|
|
5148
|
-
exports.GetIdentityResolutionJobRequest$ = GetIdentityResolutionJobRequest$;
|
|
5149
|
-
exports.GetIdentityResolutionJobResponse$ = GetIdentityResolutionJobResponse$;
|
|
5150
|
-
exports.GetIntegration$ = GetIntegration$;
|
|
5151
1964
|
exports.GetIntegrationCommand = GetIntegrationCommand;
|
|
5152
|
-
exports.GetIntegrationRequest$ = GetIntegrationRequest$;
|
|
5153
|
-
exports.GetIntegrationResponse$ = GetIntegrationResponse$;
|
|
5154
|
-
exports.GetMatches$ = GetMatches$;
|
|
5155
1965
|
exports.GetMatchesCommand = GetMatchesCommand;
|
|
5156
|
-
exports.GetMatchesRequest$ = GetMatchesRequest$;
|
|
5157
|
-
exports.GetMatchesResponse$ = GetMatchesResponse$;
|
|
5158
|
-
exports.GetObjectTypeAttributeStatistics$ = GetObjectTypeAttributeStatistics$;
|
|
5159
1966
|
exports.GetObjectTypeAttributeStatisticsCommand = GetObjectTypeAttributeStatisticsCommand;
|
|
5160
|
-
exports.GetObjectTypeAttributeStatisticsPercentiles$ = GetObjectTypeAttributeStatisticsPercentiles$;
|
|
5161
|
-
exports.GetObjectTypeAttributeStatisticsRequest$ = GetObjectTypeAttributeStatisticsRequest$;
|
|
5162
|
-
exports.GetObjectTypeAttributeStatisticsResponse$ = GetObjectTypeAttributeStatisticsResponse$;
|
|
5163
|
-
exports.GetObjectTypeAttributeStatisticsStats$ = GetObjectTypeAttributeStatisticsStats$;
|
|
5164
|
-
exports.GetProfileHistoryRecord$ = GetProfileHistoryRecord$;
|
|
5165
1967
|
exports.GetProfileHistoryRecordCommand = GetProfileHistoryRecordCommand;
|
|
5166
|
-
exports.GetProfileHistoryRecordRequest$ = GetProfileHistoryRecordRequest$;
|
|
5167
|
-
exports.GetProfileHistoryRecordResponse$ = GetProfileHistoryRecordResponse$;
|
|
5168
|
-
exports.GetProfileObjectType$ = GetProfileObjectType$;
|
|
5169
1968
|
exports.GetProfileObjectTypeCommand = GetProfileObjectTypeCommand;
|
|
5170
|
-
exports.GetProfileObjectTypeRequest$ = GetProfileObjectTypeRequest$;
|
|
5171
|
-
exports.GetProfileObjectTypeResponse$ = GetProfileObjectTypeResponse$;
|
|
5172
|
-
exports.GetProfileObjectTypeTemplate$ = GetProfileObjectTypeTemplate$;
|
|
5173
1969
|
exports.GetProfileObjectTypeTemplateCommand = GetProfileObjectTypeTemplateCommand;
|
|
5174
|
-
exports.GetProfileObjectTypeTemplateRequest$ = GetProfileObjectTypeTemplateRequest$;
|
|
5175
|
-
exports.GetProfileObjectTypeTemplateResponse$ = GetProfileObjectTypeTemplateResponse$;
|
|
5176
|
-
exports.GetProfileRecommendations$ = GetProfileRecommendations$;
|
|
5177
1970
|
exports.GetProfileRecommendationsCommand = GetProfileRecommendationsCommand;
|
|
5178
|
-
exports.GetProfileRecommendationsRequest$ = GetProfileRecommendationsRequest$;
|
|
5179
|
-
exports.GetProfileRecommendationsResponse$ = GetProfileRecommendationsResponse$;
|
|
5180
|
-
exports.GetRecommender$ = GetRecommender$;
|
|
5181
1971
|
exports.GetRecommenderCommand = GetRecommenderCommand;
|
|
5182
|
-
exports.GetRecommenderRequest$ = GetRecommenderRequest$;
|
|
5183
|
-
exports.GetRecommenderResponse$ = GetRecommenderResponse$;
|
|
5184
|
-
exports.GetSegmentDefinition$ = GetSegmentDefinition$;
|
|
5185
1972
|
exports.GetSegmentDefinitionCommand = GetSegmentDefinitionCommand;
|
|
5186
|
-
exports.GetSegmentDefinitionRequest$ = GetSegmentDefinitionRequest$;
|
|
5187
|
-
exports.GetSegmentDefinitionResponse$ = GetSegmentDefinitionResponse$;
|
|
5188
|
-
exports.GetSegmentEstimate$ = GetSegmentEstimate$;
|
|
5189
1973
|
exports.GetSegmentEstimateCommand = GetSegmentEstimateCommand;
|
|
5190
|
-
exports.GetSegmentEstimateRequest$ = GetSegmentEstimateRequest$;
|
|
5191
|
-
exports.GetSegmentEstimateResponse$ = GetSegmentEstimateResponse$;
|
|
5192
|
-
exports.GetSegmentMembership$ = GetSegmentMembership$;
|
|
5193
1974
|
exports.GetSegmentMembershipCommand = GetSegmentMembershipCommand;
|
|
5194
|
-
exports.GetSegmentMembershipRequest$ = GetSegmentMembershipRequest$;
|
|
5195
|
-
exports.GetSegmentMembershipResponse$ = GetSegmentMembershipResponse$;
|
|
5196
|
-
exports.GetSegmentSnapshot$ = GetSegmentSnapshot$;
|
|
5197
1975
|
exports.GetSegmentSnapshotCommand = GetSegmentSnapshotCommand;
|
|
5198
|
-
exports.GetSegmentSnapshotRequest$ = GetSegmentSnapshotRequest$;
|
|
5199
|
-
exports.GetSegmentSnapshotResponse$ = GetSegmentSnapshotResponse$;
|
|
5200
|
-
exports.GetSimilarProfiles$ = GetSimilarProfiles$;
|
|
5201
1976
|
exports.GetSimilarProfilesCommand = GetSimilarProfilesCommand;
|
|
5202
|
-
exports.GetSimilarProfilesRequest$ = GetSimilarProfilesRequest$;
|
|
5203
|
-
exports.GetSimilarProfilesResponse$ = GetSimilarProfilesResponse$;
|
|
5204
|
-
exports.GetUploadJob$ = GetUploadJob$;
|
|
5205
1977
|
exports.GetUploadJobCommand = GetUploadJobCommand;
|
|
5206
|
-
exports.GetUploadJobPath$ = GetUploadJobPath$;
|
|
5207
1978
|
exports.GetUploadJobPathCommand = GetUploadJobPathCommand;
|
|
5208
|
-
exports.GetUploadJobPathRequest$ = GetUploadJobPathRequest$;
|
|
5209
|
-
exports.GetUploadJobPathResponse$ = GetUploadJobPathResponse$;
|
|
5210
|
-
exports.GetUploadJobRequest$ = GetUploadJobRequest$;
|
|
5211
|
-
exports.GetUploadJobResponse$ = GetUploadJobResponse$;
|
|
5212
|
-
exports.GetWorkflow$ = GetWorkflow$;
|
|
5213
1979
|
exports.GetWorkflowCommand = GetWorkflowCommand;
|
|
5214
|
-
exports.GetWorkflowRequest$ = GetWorkflowRequest$;
|
|
5215
|
-
exports.GetWorkflowResponse$ = GetWorkflowResponse$;
|
|
5216
|
-
exports.GetWorkflowSteps$ = GetWorkflowSteps$;
|
|
5217
1980
|
exports.GetWorkflowStepsCommand = GetWorkflowStepsCommand;
|
|
5218
|
-
exports.GetWorkflowStepsRequest$ = GetWorkflowStepsRequest$;
|
|
5219
|
-
exports.GetWorkflowStepsResponse$ = GetWorkflowStepsResponse$;
|
|
5220
|
-
exports.Group$ = Group$;
|
|
5221
|
-
exports.IdentityResolutionJob$ = IdentityResolutionJob$;
|
|
5222
1981
|
exports.IdentityResolutionJobStatus = IdentityResolutionJobStatus;
|
|
5223
1982
|
exports.Include = Include;
|
|
5224
1983
|
exports.IncludeOptions = IncludeOptions;
|
|
5225
|
-
exports.IncrementalPullConfig$ = IncrementalPullConfig$;
|
|
5226
|
-
exports.IntegrationConfig$ = IntegrationConfig$;
|
|
5227
|
-
exports.InternalServerException = InternalServerException;
|
|
5228
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
5229
|
-
exports.JobSchedule$ = JobSchedule$;
|
|
5230
1984
|
exports.JobScheduleDayOfTheWeek = JobScheduleDayOfTheWeek;
|
|
5231
|
-
exports.JobStats$ = JobStats$;
|
|
5232
|
-
exports.LayoutItem$ = LayoutItem$;
|
|
5233
1985
|
exports.LayoutType = LayoutType;
|
|
5234
|
-
exports.ListAccountIntegrations$ = ListAccountIntegrations$;
|
|
5235
1986
|
exports.ListAccountIntegrationsCommand = ListAccountIntegrationsCommand;
|
|
5236
|
-
exports.ListAccountIntegrationsRequest$ = ListAccountIntegrationsRequest$;
|
|
5237
|
-
exports.ListAccountIntegrationsResponse$ = ListAccountIntegrationsResponse$;
|
|
5238
|
-
exports.ListCalculatedAttributeDefinitionItem$ = ListCalculatedAttributeDefinitionItem$;
|
|
5239
|
-
exports.ListCalculatedAttributeDefinitions$ = ListCalculatedAttributeDefinitions$;
|
|
5240
1987
|
exports.ListCalculatedAttributeDefinitionsCommand = ListCalculatedAttributeDefinitionsCommand;
|
|
5241
|
-
exports.ListCalculatedAttributeDefinitionsRequest$ = ListCalculatedAttributeDefinitionsRequest$;
|
|
5242
|
-
exports.ListCalculatedAttributeDefinitionsResponse$ = ListCalculatedAttributeDefinitionsResponse$;
|
|
5243
|
-
exports.ListCalculatedAttributeForProfileItem$ = ListCalculatedAttributeForProfileItem$;
|
|
5244
|
-
exports.ListCalculatedAttributesForProfile$ = ListCalculatedAttributesForProfile$;
|
|
5245
1988
|
exports.ListCalculatedAttributesForProfileCommand = ListCalculatedAttributesForProfileCommand;
|
|
5246
|
-
exports.ListCalculatedAttributesForProfileRequest$ = ListCalculatedAttributesForProfileRequest$;
|
|
5247
|
-
exports.ListCalculatedAttributesForProfileResponse$ = ListCalculatedAttributesForProfileResponse$;
|
|
5248
|
-
exports.ListDomainItem$ = ListDomainItem$;
|
|
5249
|
-
exports.ListDomainLayouts$ = ListDomainLayouts$;
|
|
5250
1989
|
exports.ListDomainLayoutsCommand = ListDomainLayoutsCommand;
|
|
5251
|
-
exports.ListDomainLayoutsRequest$ = ListDomainLayoutsRequest$;
|
|
5252
|
-
exports.ListDomainLayoutsResponse$ = ListDomainLayoutsResponse$;
|
|
5253
|
-
exports.ListDomainObjectTypes$ = ListDomainObjectTypes$;
|
|
5254
1990
|
exports.ListDomainObjectTypesCommand = ListDomainObjectTypesCommand;
|
|
5255
|
-
exports.ListDomainObjectTypesRequest$ = ListDomainObjectTypesRequest$;
|
|
5256
|
-
exports.ListDomainObjectTypesResponse$ = ListDomainObjectTypesResponse$;
|
|
5257
|
-
exports.ListDomains$ = ListDomains$;
|
|
5258
1991
|
exports.ListDomainsCommand = ListDomainsCommand;
|
|
5259
|
-
exports.ListDomainsRequest$ = ListDomainsRequest$;
|
|
5260
|
-
exports.ListDomainsResponse$ = ListDomainsResponse$;
|
|
5261
|
-
exports.ListEventStreams$ = ListEventStreams$;
|
|
5262
1992
|
exports.ListEventStreamsCommand = ListEventStreamsCommand;
|
|
5263
|
-
exports.ListEventStreamsRequest$ = ListEventStreamsRequest$;
|
|
5264
|
-
exports.ListEventStreamsResponse$ = ListEventStreamsResponse$;
|
|
5265
|
-
exports.ListEventTriggers$ = ListEventTriggers$;
|
|
5266
1993
|
exports.ListEventTriggersCommand = ListEventTriggersCommand;
|
|
5267
|
-
exports.ListEventTriggersRequest$ = ListEventTriggersRequest$;
|
|
5268
|
-
exports.ListEventTriggersResponse$ = ListEventTriggersResponse$;
|
|
5269
|
-
exports.ListIdentityResolutionJobs$ = ListIdentityResolutionJobs$;
|
|
5270
1994
|
exports.ListIdentityResolutionJobsCommand = ListIdentityResolutionJobsCommand;
|
|
5271
|
-
exports.ListIdentityResolutionJobsRequest$ = ListIdentityResolutionJobsRequest$;
|
|
5272
|
-
exports.ListIdentityResolutionJobsResponse$ = ListIdentityResolutionJobsResponse$;
|
|
5273
|
-
exports.ListIntegrationItem$ = ListIntegrationItem$;
|
|
5274
|
-
exports.ListIntegrations$ = ListIntegrations$;
|
|
5275
1995
|
exports.ListIntegrationsCommand = ListIntegrationsCommand;
|
|
5276
|
-
exports.ListIntegrationsRequest$ = ListIntegrationsRequest$;
|
|
5277
|
-
exports.ListIntegrationsResponse$ = ListIntegrationsResponse$;
|
|
5278
|
-
exports.ListObjectTypeAttributeItem$ = ListObjectTypeAttributeItem$;
|
|
5279
|
-
exports.ListObjectTypeAttributeValues$ = ListObjectTypeAttributeValues$;
|
|
5280
1996
|
exports.ListObjectTypeAttributeValuesCommand = ListObjectTypeAttributeValuesCommand;
|
|
5281
|
-
exports.ListObjectTypeAttributeValuesItem$ = ListObjectTypeAttributeValuesItem$;
|
|
5282
|
-
exports.ListObjectTypeAttributeValuesRequest$ = ListObjectTypeAttributeValuesRequest$;
|
|
5283
|
-
exports.ListObjectTypeAttributeValuesResponse$ = ListObjectTypeAttributeValuesResponse$;
|
|
5284
|
-
exports.ListObjectTypeAttributes$ = ListObjectTypeAttributes$;
|
|
5285
1997
|
exports.ListObjectTypeAttributesCommand = ListObjectTypeAttributesCommand;
|
|
5286
|
-
exports.ListObjectTypeAttributesRequest$ = ListObjectTypeAttributesRequest$;
|
|
5287
|
-
exports.ListObjectTypeAttributesResponse$ = ListObjectTypeAttributesResponse$;
|
|
5288
|
-
exports.ListProfileAttributeValues$ = ListProfileAttributeValues$;
|
|
5289
1998
|
exports.ListProfileAttributeValuesCommand = ListProfileAttributeValuesCommand;
|
|
5290
|
-
exports.ListProfileHistoryRecords$ = ListProfileHistoryRecords$;
|
|
5291
1999
|
exports.ListProfileHistoryRecordsCommand = ListProfileHistoryRecordsCommand;
|
|
5292
|
-
exports.ListProfileHistoryRecordsRequest$ = ListProfileHistoryRecordsRequest$;
|
|
5293
|
-
exports.ListProfileHistoryRecordsResponse$ = ListProfileHistoryRecordsResponse$;
|
|
5294
|
-
exports.ListProfileObjectTypeItem$ = ListProfileObjectTypeItem$;
|
|
5295
|
-
exports.ListProfileObjectTypeTemplateItem$ = ListProfileObjectTypeTemplateItem$;
|
|
5296
|
-
exports.ListProfileObjectTypeTemplates$ = ListProfileObjectTypeTemplates$;
|
|
5297
2000
|
exports.ListProfileObjectTypeTemplatesCommand = ListProfileObjectTypeTemplatesCommand;
|
|
5298
|
-
exports.ListProfileObjectTypeTemplatesRequest$ = ListProfileObjectTypeTemplatesRequest$;
|
|
5299
|
-
exports.ListProfileObjectTypeTemplatesResponse$ = ListProfileObjectTypeTemplatesResponse$;
|
|
5300
|
-
exports.ListProfileObjectTypes$ = ListProfileObjectTypes$;
|
|
5301
2001
|
exports.ListProfileObjectTypesCommand = ListProfileObjectTypesCommand;
|
|
5302
|
-
exports.ListProfileObjectTypesRequest$ = ListProfileObjectTypesRequest$;
|
|
5303
|
-
exports.ListProfileObjectTypesResponse$ = ListProfileObjectTypesResponse$;
|
|
5304
|
-
exports.ListProfileObjects$ = ListProfileObjects$;
|
|
5305
2002
|
exports.ListProfileObjectsCommand = ListProfileObjectsCommand;
|
|
5306
|
-
exports.ListProfileObjectsItem$ = ListProfileObjectsItem$;
|
|
5307
|
-
exports.ListProfileObjectsRequest$ = ListProfileObjectsRequest$;
|
|
5308
|
-
exports.ListProfileObjectsResponse$ = ListProfileObjectsResponse$;
|
|
5309
|
-
exports.ListRecommenderRecipes$ = ListRecommenderRecipes$;
|
|
5310
2003
|
exports.ListRecommenderRecipesCommand = ListRecommenderRecipesCommand;
|
|
5311
|
-
exports.ListRecommenderRecipesRequest$ = ListRecommenderRecipesRequest$;
|
|
5312
|
-
exports.ListRecommenderRecipesResponse$ = ListRecommenderRecipesResponse$;
|
|
5313
|
-
exports.ListRecommenders$ = ListRecommenders$;
|
|
5314
2004
|
exports.ListRecommendersCommand = ListRecommendersCommand;
|
|
5315
|
-
exports.ListRecommendersRequest$ = ListRecommendersRequest$;
|
|
5316
|
-
exports.ListRecommendersResponse$ = ListRecommendersResponse$;
|
|
5317
|
-
exports.ListRuleBasedMatches$ = ListRuleBasedMatches$;
|
|
5318
2005
|
exports.ListRuleBasedMatchesCommand = ListRuleBasedMatchesCommand;
|
|
5319
|
-
exports.ListRuleBasedMatchesRequest$ = ListRuleBasedMatchesRequest$;
|
|
5320
|
-
exports.ListRuleBasedMatchesResponse$ = ListRuleBasedMatchesResponse$;
|
|
5321
|
-
exports.ListSegmentDefinitions$ = ListSegmentDefinitions$;
|
|
5322
2006
|
exports.ListSegmentDefinitionsCommand = ListSegmentDefinitionsCommand;
|
|
5323
|
-
exports.ListSegmentDefinitionsRequest$ = ListSegmentDefinitionsRequest$;
|
|
5324
|
-
exports.ListSegmentDefinitionsResponse$ = ListSegmentDefinitionsResponse$;
|
|
5325
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
5326
2007
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
5327
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
5328
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
5329
|
-
exports.ListUploadJobs$ = ListUploadJobs$;
|
|
5330
2008
|
exports.ListUploadJobsCommand = ListUploadJobsCommand;
|
|
5331
|
-
exports.ListUploadJobsRequest$ = ListUploadJobsRequest$;
|
|
5332
|
-
exports.ListUploadJobsResponse$ = ListUploadJobsResponse$;
|
|
5333
|
-
exports.ListWorkflows$ = ListWorkflows$;
|
|
5334
2009
|
exports.ListWorkflowsCommand = ListWorkflowsCommand;
|
|
5335
|
-
exports.ListWorkflowsItem$ = ListWorkflowsItem$;
|
|
5336
|
-
exports.ListWorkflowsRequest$ = ListWorkflowsRequest$;
|
|
5337
|
-
exports.ListWorkflowsResponse$ = ListWorkflowsResponse$;
|
|
5338
2010
|
exports.LogicalOperator = LogicalOperator;
|
|
5339
2011
|
exports.MarketoConnectorOperator = MarketoConnectorOperator;
|
|
5340
|
-
exports.MarketoSourceProperties$ = MarketoSourceProperties$;
|
|
5341
|
-
exports.MatchItem$ = MatchItem$;
|
|
5342
2012
|
exports.MatchType = MatchType;
|
|
5343
|
-
exports.MatchingRequest$ = MatchingRequest$;
|
|
5344
|
-
exports.MatchingResponse$ = MatchingResponse$;
|
|
5345
|
-
exports.MatchingRule$ = MatchingRule$;
|
|
5346
|
-
exports.MergeProfiles$ = MergeProfiles$;
|
|
5347
2013
|
exports.MergeProfilesCommand = MergeProfilesCommand;
|
|
5348
|
-
exports.MergeProfilesRequest$ = MergeProfilesRequest$;
|
|
5349
|
-
exports.MergeProfilesResponse$ = MergeProfilesResponse$;
|
|
5350
|
-
exports.ObjectAttribute$ = ObjectAttribute$;
|
|
5351
|
-
exports.ObjectFilter$ = ObjectFilter$;
|
|
5352
|
-
exports.ObjectTypeField$ = ObjectTypeField$;
|
|
5353
|
-
exports.ObjectTypeKey$ = ObjectTypeKey$;
|
|
5354
2014
|
exports.Operator = Operator;
|
|
5355
2015
|
exports.OperatorPropertiesKeys = OperatorPropertiesKeys;
|
|
5356
2016
|
exports.PartyType = PartyType;
|
|
5357
|
-
exports.Period$ = Period$;
|
|
5358
2017
|
exports.PeriodUnit = PeriodUnit;
|
|
5359
|
-
exports.Profile$ = Profile$;
|
|
5360
|
-
exports.ProfileAttributeValuesRequest$ = ProfileAttributeValuesRequest$;
|
|
5361
|
-
exports.ProfileAttributeValuesResponse$ = ProfileAttributeValuesResponse$;
|
|
5362
|
-
exports.ProfileAttributes$ = ProfileAttributes$;
|
|
5363
|
-
exports.ProfileDimension$ = ProfileDimension$;
|
|
5364
|
-
exports.ProfileHistoryRecord$ = ProfileHistoryRecord$;
|
|
5365
|
-
exports.ProfileQueryFailures$ = ProfileQueryFailures$;
|
|
5366
|
-
exports.ProfileQueryResult$ = ProfileQueryResult$;
|
|
5367
2018
|
exports.ProfileType = ProfileType;
|
|
5368
|
-
exports.ProfileTypeDimension$ = ProfileTypeDimension$;
|
|
5369
2019
|
exports.ProfileTypeDimensionType = ProfileTypeDimensionType;
|
|
5370
|
-
exports.PutDomainObjectType$ = PutDomainObjectType$;
|
|
5371
2020
|
exports.PutDomainObjectTypeCommand = PutDomainObjectTypeCommand;
|
|
5372
|
-
exports.PutDomainObjectTypeRequest$ = PutDomainObjectTypeRequest$;
|
|
5373
|
-
exports.PutDomainObjectTypeResponse$ = PutDomainObjectTypeResponse$;
|
|
5374
|
-
exports.PutIntegration$ = PutIntegration$;
|
|
5375
2021
|
exports.PutIntegrationCommand = PutIntegrationCommand;
|
|
5376
|
-
exports.PutIntegrationRequest$ = PutIntegrationRequest$;
|
|
5377
|
-
exports.PutIntegrationResponse$ = PutIntegrationResponse$;
|
|
5378
|
-
exports.PutProfileObject$ = PutProfileObject$;
|
|
5379
2022
|
exports.PutProfileObjectCommand = PutProfileObjectCommand;
|
|
5380
|
-
exports.PutProfileObjectRequest$ = PutProfileObjectRequest$;
|
|
5381
|
-
exports.PutProfileObjectResponse$ = PutProfileObjectResponse$;
|
|
5382
|
-
exports.PutProfileObjectType$ = PutProfileObjectType$;
|
|
5383
2023
|
exports.PutProfileObjectTypeCommand = PutProfileObjectTypeCommand;
|
|
5384
|
-
exports.PutProfileObjectTypeRequest$ = PutProfileObjectTypeRequest$;
|
|
5385
|
-
exports.PutProfileObjectTypeResponse$ = PutProfileObjectTypeResponse$;
|
|
5386
2024
|
exports.QueryResult = QueryResult;
|
|
5387
|
-
exports.Range$ = Range$;
|
|
5388
|
-
exports.RangeOverride$ = RangeOverride$;
|
|
5389
2025
|
exports.RangeUnit = RangeUnit;
|
|
5390
|
-
exports.Readiness$ = Readiness$;
|
|
5391
2026
|
exports.ReadinessStatus = ReadinessStatus;
|
|
5392
|
-
exports.Recommendation$ = Recommendation$;
|
|
5393
|
-
exports.RecommenderConfig$ = RecommenderConfig$;
|
|
5394
|
-
exports.RecommenderRecipe$ = RecommenderRecipe$;
|
|
5395
2027
|
exports.RecommenderRecipeName = RecommenderRecipeName;
|
|
5396
2028
|
exports.RecommenderStatus = RecommenderStatus;
|
|
5397
|
-
exports.RecommenderSummary$ = RecommenderSummary$;
|
|
5398
|
-
exports.RecommenderUpdate$ = RecommenderUpdate$;
|
|
5399
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
5400
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
5401
|
-
exports.ResultsSummary$ = ResultsSummary$;
|
|
5402
|
-
exports.RuleBasedMatchingRequest$ = RuleBasedMatchingRequest$;
|
|
5403
|
-
exports.RuleBasedMatchingResponse$ = RuleBasedMatchingResponse$;
|
|
5404
2029
|
exports.RuleBasedMatchingStatus = RuleBasedMatchingStatus;
|
|
5405
2030
|
exports.S3ConnectorOperator = S3ConnectorOperator;
|
|
5406
|
-
exports.S3ExportingConfig$ = S3ExportingConfig$;
|
|
5407
|
-
exports.S3ExportingLocation$ = S3ExportingLocation$;
|
|
5408
|
-
exports.S3SourceProperties$ = S3SourceProperties$;
|
|
5409
2031
|
exports.SalesforceConnectorOperator = SalesforceConnectorOperator;
|
|
5410
|
-
exports.SalesforceSourceProperties$ = SalesforceSourceProperties$;
|
|
5411
|
-
exports.ScheduledTriggerProperties$ = ScheduledTriggerProperties$;
|
|
5412
2032
|
exports.Scope = Scope;
|
|
5413
|
-
exports.SearchProfiles$ = SearchProfiles$;
|
|
5414
2033
|
exports.SearchProfilesCommand = SearchProfilesCommand;
|
|
5415
|
-
exports.SearchProfilesRequest$ = SearchProfilesRequest$;
|
|
5416
|
-
exports.SearchProfilesResponse$ = SearchProfilesResponse$;
|
|
5417
|
-
exports.SegmentDefinitionItem$ = SegmentDefinitionItem$;
|
|
5418
|
-
exports.SegmentGroup$ = SegmentGroup$;
|
|
5419
|
-
exports.SegmentGroupStructure$ = SegmentGroupStructure$;
|
|
5420
2034
|
exports.SegmentSnapshotStatus = SegmentSnapshotStatus;
|
|
5421
2035
|
exports.SegmentType = SegmentType;
|
|
5422
2036
|
exports.ServiceNowConnectorOperator = ServiceNowConnectorOperator;
|
|
5423
|
-
exports.ServiceNowSourceProperties$ = ServiceNowSourceProperties$;
|
|
5424
|
-
exports.SourceConnectorProperties$ = SourceConnectorProperties$;
|
|
5425
2037
|
exports.SourceConnectorType = SourceConnectorType;
|
|
5426
|
-
exports.SourceFlowConfig$ = SourceFlowConfig$;
|
|
5427
|
-
exports.SourceSegment$ = SourceSegment$;
|
|
5428
2038
|
exports.StandardIdentifier = StandardIdentifier;
|
|
5429
|
-
exports.StartRecommender$ = StartRecommender$;
|
|
5430
2039
|
exports.StartRecommenderCommand = StartRecommenderCommand;
|
|
5431
|
-
exports.StartRecommenderRequest$ = StartRecommenderRequest$;
|
|
5432
|
-
exports.StartRecommenderResponse$ = StartRecommenderResponse$;
|
|
5433
|
-
exports.StartUploadJob$ = StartUploadJob$;
|
|
5434
2040
|
exports.StartUploadJobCommand = StartUploadJobCommand;
|
|
5435
|
-
exports.StartUploadJobRequest$ = StartUploadJobRequest$;
|
|
5436
|
-
exports.StartUploadJobResponse$ = StartUploadJobResponse$;
|
|
5437
2041
|
exports.Statistic = Statistic;
|
|
5438
2042
|
exports.Status = Status;
|
|
5439
2043
|
exports.StatusReason = StatusReason;
|
|
5440
|
-
exports.StopRecommender$ = StopRecommender$;
|
|
5441
2044
|
exports.StopRecommenderCommand = StopRecommenderCommand;
|
|
5442
|
-
exports.StopRecommenderRequest$ = StopRecommenderRequest$;
|
|
5443
|
-
exports.StopRecommenderResponse$ = StopRecommenderResponse$;
|
|
5444
|
-
exports.StopUploadJob$ = StopUploadJob$;
|
|
5445
2045
|
exports.StopUploadJobCommand = StopUploadJobCommand;
|
|
5446
|
-
exports.StopUploadJobRequest$ = StopUploadJobRequest$;
|
|
5447
|
-
exports.StopUploadJobResponse$ = StopUploadJobResponse$;
|
|
5448
2046
|
exports.StringDimensionType = StringDimensionType;
|
|
5449
|
-
exports.TagResource$ = TagResource$;
|
|
5450
2047
|
exports.TagResourceCommand = TagResourceCommand;
|
|
5451
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
5452
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
5453
|
-
exports.Task$ = Task$;
|
|
5454
2048
|
exports.TaskType = TaskType;
|
|
5455
|
-
exports.Threshold$ = Threshold$;
|
|
5456
|
-
exports.ThrottlingException = ThrottlingException;
|
|
5457
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
5458
2049
|
exports.TrainingMetricName = TrainingMetricName;
|
|
5459
|
-
exports.TrainingMetrics$ = TrainingMetrics$;
|
|
5460
|
-
exports.TriggerConfig$ = TriggerConfig$;
|
|
5461
|
-
exports.TriggerProperties$ = TriggerProperties$;
|
|
5462
2050
|
exports.TriggerType = TriggerType;
|
|
5463
2051
|
exports.Type = Type;
|
|
5464
2052
|
exports.Unit = Unit;
|
|
5465
|
-
exports.UntagResource$ = UntagResource$;
|
|
5466
2053
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
5467
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
5468
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
5469
|
-
exports.UpdateAddress$ = UpdateAddress$;
|
|
5470
|
-
exports.UpdateCalculatedAttributeDefinition$ = UpdateCalculatedAttributeDefinition$;
|
|
5471
2054
|
exports.UpdateCalculatedAttributeDefinitionCommand = UpdateCalculatedAttributeDefinitionCommand;
|
|
5472
|
-
exports.UpdateCalculatedAttributeDefinitionRequest$ = UpdateCalculatedAttributeDefinitionRequest$;
|
|
5473
|
-
exports.UpdateCalculatedAttributeDefinitionResponse$ = UpdateCalculatedAttributeDefinitionResponse$;
|
|
5474
|
-
exports.UpdateDomain$ = UpdateDomain$;
|
|
5475
2055
|
exports.UpdateDomainCommand = UpdateDomainCommand;
|
|
5476
|
-
exports.UpdateDomainLayout$ = UpdateDomainLayout$;
|
|
5477
2056
|
exports.UpdateDomainLayoutCommand = UpdateDomainLayoutCommand;
|
|
5478
|
-
exports.UpdateDomainLayoutRequest$ = UpdateDomainLayoutRequest$;
|
|
5479
|
-
exports.UpdateDomainLayoutResponse$ = UpdateDomainLayoutResponse$;
|
|
5480
|
-
exports.UpdateDomainRequest$ = UpdateDomainRequest$;
|
|
5481
|
-
exports.UpdateDomainResponse$ = UpdateDomainResponse$;
|
|
5482
|
-
exports.UpdateEventTrigger$ = UpdateEventTrigger$;
|
|
5483
2057
|
exports.UpdateEventTriggerCommand = UpdateEventTriggerCommand;
|
|
5484
|
-
exports.UpdateEventTriggerRequest$ = UpdateEventTriggerRequest$;
|
|
5485
|
-
exports.UpdateEventTriggerResponse$ = UpdateEventTriggerResponse$;
|
|
5486
|
-
exports.UpdateProfile$ = UpdateProfile$;
|
|
5487
2058
|
exports.UpdateProfileCommand = UpdateProfileCommand;
|
|
5488
|
-
exports.UpdateProfileRequest$ = UpdateProfileRequest$;
|
|
5489
|
-
exports.UpdateProfileResponse$ = UpdateProfileResponse$;
|
|
5490
|
-
exports.UpdateRecommender$ = UpdateRecommender$;
|
|
5491
2059
|
exports.UpdateRecommenderCommand = UpdateRecommenderCommand;
|
|
5492
|
-
exports.UpdateRecommenderRequest$ = UpdateRecommenderRequest$;
|
|
5493
|
-
exports.UpdateRecommenderResponse$ = UpdateRecommenderResponse$;
|
|
5494
|
-
exports.UploadJobItem$ = UploadJobItem$;
|
|
5495
2060
|
exports.UploadJobStatus = UploadJobStatus;
|
|
5496
|
-
exports.ValueRange$ = ValueRange$;
|
|
5497
|
-
exports.WorkflowAttributes$ = WorkflowAttributes$;
|
|
5498
|
-
exports.WorkflowMetrics$ = WorkflowMetrics$;
|
|
5499
|
-
exports.WorkflowStepItem$ = WorkflowStepItem$;
|
|
5500
2061
|
exports.WorkflowType = WorkflowType;
|
|
5501
2062
|
exports.ZendeskConnectorOperator = ZendeskConnectorOperator;
|
|
5502
|
-
exports.ZendeskSourceProperties$ = ZendeskSourceProperties$;
|
|
5503
2063
|
exports.paginateGetSimilarProfiles = paginateGetSimilarProfiles;
|
|
5504
2064
|
exports.paginateListDomainLayouts = paginateListDomainLayouts;
|
|
5505
2065
|
exports.paginateListDomainObjectTypes = paginateListDomainObjectTypes;
|
|
@@ -5511,3 +2071,15 @@ exports.paginateListRecommenders = paginateListRecommenders;
|
|
|
5511
2071
|
exports.paginateListRuleBasedMatches = paginateListRuleBasedMatches;
|
|
5512
2072
|
exports.paginateListSegmentDefinitions = paginateListSegmentDefinitions;
|
|
5513
2073
|
exports.paginateListUploadJobs = paginateListUploadJobs;
|
|
2074
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
2075
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
2076
|
+
enumerable: true,
|
|
2077
|
+
get: function () { return schemas_0[k]; }
|
|
2078
|
+
});
|
|
2079
|
+
});
|
|
2080
|
+
Object.keys(errors).forEach(function (k) {
|
|
2081
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
2082
|
+
enumerable: true,
|
|
2083
|
+
get: function () { return errors[k]; }
|
|
2084
|
+
});
|
|
2085
|
+
});
|