@aws-sdk/client-customer-profiles 3.721.0 → 3.726.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 +332 -245
- package/dist-es/CustomerProfilesClient.js +1 -0
- package/dist-es/models/models_0.js +15 -10
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -304,7 +304,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
304
304
|
}, "resolveRuntimeExtensions");
|
|
305
305
|
|
|
306
306
|
// src/CustomerProfilesClient.ts
|
|
307
|
-
var
|
|
307
|
+
var CustomerProfilesClient = class extends import_smithy_client.Client {
|
|
308
|
+
static {
|
|
309
|
+
__name(this, "CustomerProfilesClient");
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* The resolved configuration of CustomerProfilesClient class. This is resolved and normalized from the {@link CustomerProfilesClientConfig | constructor configuration interface}.
|
|
313
|
+
*/
|
|
314
|
+
config;
|
|
308
315
|
constructor(...[configuration]) {
|
|
309
316
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
310
317
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -314,7 +321,7 @@ var _CustomerProfilesClient = class _CustomerProfilesClient extends import_smith
|
|
|
314
321
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
315
322
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
316
323
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
317
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
324
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
318
325
|
super(_config_8);
|
|
319
326
|
this.config = _config_8;
|
|
320
327
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -342,8 +349,6 @@ var _CustomerProfilesClient = class _CustomerProfilesClient extends import_smith
|
|
|
342
349
|
super.destroy();
|
|
343
350
|
}
|
|
344
351
|
};
|
|
345
|
-
__name(_CustomerProfilesClient, "CustomerProfilesClient");
|
|
346
|
-
var CustomerProfilesClient = _CustomerProfilesClient;
|
|
347
352
|
|
|
348
353
|
// src/CustomerProfiles.ts
|
|
349
354
|
|
|
@@ -360,7 +365,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
360
365
|
|
|
361
366
|
// src/models/CustomerProfilesServiceException.ts
|
|
362
367
|
|
|
363
|
-
var
|
|
368
|
+
var CustomerProfilesServiceException = class _CustomerProfilesServiceException extends import_smithy_client.ServiceException {
|
|
369
|
+
static {
|
|
370
|
+
__name(this, "CustomerProfilesServiceException");
|
|
371
|
+
}
|
|
364
372
|
/**
|
|
365
373
|
* @internal
|
|
366
374
|
*/
|
|
@@ -369,12 +377,16 @@ var _CustomerProfilesServiceException = class _CustomerProfilesServiceException
|
|
|
369
377
|
Object.setPrototypeOf(this, _CustomerProfilesServiceException.prototype);
|
|
370
378
|
}
|
|
371
379
|
};
|
|
372
|
-
__name(_CustomerProfilesServiceException, "CustomerProfilesServiceException");
|
|
373
|
-
var CustomerProfilesServiceException = _CustomerProfilesServiceException;
|
|
374
380
|
|
|
375
381
|
// src/models/models_0.ts
|
|
376
382
|
|
|
377
|
-
var
|
|
383
|
+
var AccessDeniedException = class _AccessDeniedException extends CustomerProfilesServiceException {
|
|
384
|
+
static {
|
|
385
|
+
__name(this, "AccessDeniedException");
|
|
386
|
+
}
|
|
387
|
+
name = "AccessDeniedException";
|
|
388
|
+
$fault = "client";
|
|
389
|
+
Message;
|
|
378
390
|
/**
|
|
379
391
|
* @internal
|
|
380
392
|
*/
|
|
@@ -384,15 +396,17 @@ var _AccessDeniedException = class _AccessDeniedException extends CustomerProfil
|
|
|
384
396
|
$fault: "client",
|
|
385
397
|
...opts
|
|
386
398
|
});
|
|
387
|
-
this.name = "AccessDeniedException";
|
|
388
|
-
this.$fault = "client";
|
|
389
399
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
390
400
|
this.Message = opts.Message;
|
|
391
401
|
}
|
|
392
402
|
};
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
403
|
+
var BadRequestException = class _BadRequestException extends CustomerProfilesServiceException {
|
|
404
|
+
static {
|
|
405
|
+
__name(this, "BadRequestException");
|
|
406
|
+
}
|
|
407
|
+
name = "BadRequestException";
|
|
408
|
+
$fault = "client";
|
|
409
|
+
Message;
|
|
396
410
|
/**
|
|
397
411
|
* @internal
|
|
398
412
|
*/
|
|
@@ -402,15 +416,17 @@ var _BadRequestException = class _BadRequestException extends CustomerProfilesSe
|
|
|
402
416
|
$fault: "client",
|
|
403
417
|
...opts
|
|
404
418
|
});
|
|
405
|
-
this.name = "BadRequestException";
|
|
406
|
-
this.$fault = "client";
|
|
407
419
|
Object.setPrototypeOf(this, _BadRequestException.prototype);
|
|
408
420
|
this.Message = opts.Message;
|
|
409
421
|
}
|
|
410
422
|
};
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
423
|
+
var InternalServerException = class _InternalServerException extends CustomerProfilesServiceException {
|
|
424
|
+
static {
|
|
425
|
+
__name(this, "InternalServerException");
|
|
426
|
+
}
|
|
427
|
+
name = "InternalServerException";
|
|
428
|
+
$fault = "server";
|
|
429
|
+
Message;
|
|
414
430
|
/**
|
|
415
431
|
* @internal
|
|
416
432
|
*/
|
|
@@ -420,15 +436,17 @@ var _InternalServerException = class _InternalServerException extends CustomerPr
|
|
|
420
436
|
$fault: "server",
|
|
421
437
|
...opts
|
|
422
438
|
});
|
|
423
|
-
this.name = "InternalServerException";
|
|
424
|
-
this.$fault = "server";
|
|
425
439
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
426
440
|
this.Message = opts.Message;
|
|
427
441
|
}
|
|
428
442
|
};
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
443
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends CustomerProfilesServiceException {
|
|
444
|
+
static {
|
|
445
|
+
__name(this, "ResourceNotFoundException");
|
|
446
|
+
}
|
|
447
|
+
name = "ResourceNotFoundException";
|
|
448
|
+
$fault = "client";
|
|
449
|
+
Message;
|
|
432
450
|
/**
|
|
433
451
|
* @internal
|
|
434
452
|
*/
|
|
@@ -438,15 +456,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Custom
|
|
|
438
456
|
$fault: "client",
|
|
439
457
|
...opts
|
|
440
458
|
});
|
|
441
|
-
this.name = "ResourceNotFoundException";
|
|
442
|
-
this.$fault = "client";
|
|
443
459
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
444
460
|
this.Message = opts.Message;
|
|
445
461
|
}
|
|
446
462
|
};
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
463
|
+
var ThrottlingException = class _ThrottlingException extends CustomerProfilesServiceException {
|
|
464
|
+
static {
|
|
465
|
+
__name(this, "ThrottlingException");
|
|
466
|
+
}
|
|
467
|
+
name = "ThrottlingException";
|
|
468
|
+
$fault = "client";
|
|
469
|
+
Message;
|
|
450
470
|
/**
|
|
451
471
|
* @internal
|
|
452
472
|
*/
|
|
@@ -456,14 +476,10 @@ var _ThrottlingException = class _ThrottlingException extends CustomerProfilesSe
|
|
|
456
476
|
$fault: "client",
|
|
457
477
|
...opts
|
|
458
478
|
});
|
|
459
|
-
this.name = "ThrottlingException";
|
|
460
|
-
this.$fault = "client";
|
|
461
479
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
462
480
|
this.Message = opts.Message;
|
|
463
481
|
}
|
|
464
482
|
};
|
|
465
|
-
__name(_ThrottlingException, "ThrottlingException");
|
|
466
|
-
var ThrottlingException = _ThrottlingException;
|
|
467
483
|
var StringDimensionType = {
|
|
468
484
|
BEGINS_WITH: "BEGINS_WITH",
|
|
469
485
|
CONTAINS: "CONTAINS",
|
|
@@ -4146,21 +4162,22 @@ var _nt = "next-token";
|
|
|
4146
4162
|
var _tK = "tagKeys";
|
|
4147
4163
|
|
|
4148
4164
|
// src/commands/AddProfileKeyCommand.ts
|
|
4149
|
-
var
|
|
4165
|
+
var AddProfileKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4150
4166
|
return [
|
|
4151
4167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4152
4168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4153
4169
|
];
|
|
4154
4170
|
}).s("CustomerProfiles_20200815", "AddProfileKey", {}).n("CustomerProfilesClient", "AddProfileKeyCommand").f(void 0, void 0).ser(se_AddProfileKeyCommand).de(de_AddProfileKeyCommand).build() {
|
|
4171
|
+
static {
|
|
4172
|
+
__name(this, "AddProfileKeyCommand");
|
|
4173
|
+
}
|
|
4155
4174
|
};
|
|
4156
|
-
__name(_AddProfileKeyCommand, "AddProfileKeyCommand");
|
|
4157
|
-
var AddProfileKeyCommand = _AddProfileKeyCommand;
|
|
4158
4175
|
|
|
4159
4176
|
// src/commands/BatchGetCalculatedAttributeForProfileCommand.ts
|
|
4160
4177
|
|
|
4161
4178
|
|
|
4162
4179
|
|
|
4163
|
-
var
|
|
4180
|
+
var BatchGetCalculatedAttributeForProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4164
4181
|
return [
|
|
4165
4182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4166
4183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4169,29 +4186,31 @@ var _BatchGetCalculatedAttributeForProfileCommand = class _BatchGetCalculatedAtt
|
|
|
4169
4186
|
BatchGetCalculatedAttributeForProfileRequestFilterSensitiveLog,
|
|
4170
4187
|
BatchGetCalculatedAttributeForProfileResponseFilterSensitiveLog
|
|
4171
4188
|
).ser(se_BatchGetCalculatedAttributeForProfileCommand).de(de_BatchGetCalculatedAttributeForProfileCommand).build() {
|
|
4189
|
+
static {
|
|
4190
|
+
__name(this, "BatchGetCalculatedAttributeForProfileCommand");
|
|
4191
|
+
}
|
|
4172
4192
|
};
|
|
4173
|
-
__name(_BatchGetCalculatedAttributeForProfileCommand, "BatchGetCalculatedAttributeForProfileCommand");
|
|
4174
|
-
var BatchGetCalculatedAttributeForProfileCommand = _BatchGetCalculatedAttributeForProfileCommand;
|
|
4175
4193
|
|
|
4176
4194
|
// src/commands/BatchGetProfileCommand.ts
|
|
4177
4195
|
|
|
4178
4196
|
|
|
4179
4197
|
|
|
4180
|
-
var
|
|
4198
|
+
var BatchGetProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4181
4199
|
return [
|
|
4182
4200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4183
4201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4184
4202
|
];
|
|
4185
4203
|
}).s("CustomerProfiles_20200815", "BatchGetProfile", {}).n("CustomerProfilesClient", "BatchGetProfileCommand").f(void 0, BatchGetProfileResponseFilterSensitiveLog).ser(se_BatchGetProfileCommand).de(de_BatchGetProfileCommand).build() {
|
|
4204
|
+
static {
|
|
4205
|
+
__name(this, "BatchGetProfileCommand");
|
|
4206
|
+
}
|
|
4186
4207
|
};
|
|
4187
|
-
__name(_BatchGetProfileCommand, "BatchGetProfileCommand");
|
|
4188
|
-
var BatchGetProfileCommand = _BatchGetProfileCommand;
|
|
4189
4208
|
|
|
4190
4209
|
// src/commands/CreateCalculatedAttributeDefinitionCommand.ts
|
|
4191
4210
|
|
|
4192
4211
|
|
|
4193
4212
|
|
|
4194
|
-
var
|
|
4213
|
+
var CreateCalculatedAttributeDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4195
4214
|
return [
|
|
4196
4215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4197
4216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4200,883 +4219,946 @@ var _CreateCalculatedAttributeDefinitionCommand = class _CreateCalculatedAttribu
|
|
|
4200
4219
|
CreateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
|
|
4201
4220
|
CreateCalculatedAttributeDefinitionResponseFilterSensitiveLog
|
|
4202
4221
|
).ser(se_CreateCalculatedAttributeDefinitionCommand).de(de_CreateCalculatedAttributeDefinitionCommand).build() {
|
|
4222
|
+
static {
|
|
4223
|
+
__name(this, "CreateCalculatedAttributeDefinitionCommand");
|
|
4224
|
+
}
|
|
4203
4225
|
};
|
|
4204
|
-
__name(_CreateCalculatedAttributeDefinitionCommand, "CreateCalculatedAttributeDefinitionCommand");
|
|
4205
|
-
var CreateCalculatedAttributeDefinitionCommand = _CreateCalculatedAttributeDefinitionCommand;
|
|
4206
4226
|
|
|
4207
4227
|
// src/commands/CreateDomainCommand.ts
|
|
4208
4228
|
|
|
4209
4229
|
|
|
4210
4230
|
|
|
4211
|
-
var
|
|
4231
|
+
var CreateDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4212
4232
|
return [
|
|
4213
4233
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4214
4234
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4215
4235
|
];
|
|
4216
4236
|
}).s("CustomerProfiles_20200815", "CreateDomain", {}).n("CustomerProfilesClient", "CreateDomainCommand").f(void 0, void 0).ser(se_CreateDomainCommand).de(de_CreateDomainCommand).build() {
|
|
4237
|
+
static {
|
|
4238
|
+
__name(this, "CreateDomainCommand");
|
|
4239
|
+
}
|
|
4217
4240
|
};
|
|
4218
|
-
__name(_CreateDomainCommand, "CreateDomainCommand");
|
|
4219
|
-
var CreateDomainCommand = _CreateDomainCommand;
|
|
4220
4241
|
|
|
4221
4242
|
// src/commands/CreateEventStreamCommand.ts
|
|
4222
4243
|
|
|
4223
4244
|
|
|
4224
4245
|
|
|
4225
|
-
var
|
|
4246
|
+
var CreateEventStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4226
4247
|
return [
|
|
4227
4248
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4228
4249
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4229
4250
|
];
|
|
4230
4251
|
}).s("CustomerProfiles_20200815", "CreateEventStream", {}).n("CustomerProfilesClient", "CreateEventStreamCommand").f(void 0, void 0).ser(se_CreateEventStreamCommand).de(de_CreateEventStreamCommand).build() {
|
|
4252
|
+
static {
|
|
4253
|
+
__name(this, "CreateEventStreamCommand");
|
|
4254
|
+
}
|
|
4231
4255
|
};
|
|
4232
|
-
__name(_CreateEventStreamCommand, "CreateEventStreamCommand");
|
|
4233
|
-
var CreateEventStreamCommand = _CreateEventStreamCommand;
|
|
4234
4256
|
|
|
4235
4257
|
// src/commands/CreateEventTriggerCommand.ts
|
|
4236
4258
|
|
|
4237
4259
|
|
|
4238
4260
|
|
|
4239
|
-
var
|
|
4261
|
+
var CreateEventTriggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4240
4262
|
return [
|
|
4241
4263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4242
4264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4243
4265
|
];
|
|
4244
4266
|
}).s("CustomerProfiles_20200815", "CreateEventTrigger", {}).n("CustomerProfilesClient", "CreateEventTriggerCommand").f(CreateEventTriggerRequestFilterSensitiveLog, CreateEventTriggerResponseFilterSensitiveLog).ser(se_CreateEventTriggerCommand).de(de_CreateEventTriggerCommand).build() {
|
|
4267
|
+
static {
|
|
4268
|
+
__name(this, "CreateEventTriggerCommand");
|
|
4269
|
+
}
|
|
4245
4270
|
};
|
|
4246
|
-
__name(_CreateEventTriggerCommand, "CreateEventTriggerCommand");
|
|
4247
|
-
var CreateEventTriggerCommand = _CreateEventTriggerCommand;
|
|
4248
4271
|
|
|
4249
4272
|
// src/commands/CreateIntegrationWorkflowCommand.ts
|
|
4250
4273
|
|
|
4251
4274
|
|
|
4252
4275
|
|
|
4253
|
-
var
|
|
4276
|
+
var CreateIntegrationWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4254
4277
|
return [
|
|
4255
4278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4256
4279
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4257
4280
|
];
|
|
4258
4281
|
}).s("CustomerProfiles_20200815", "CreateIntegrationWorkflow", {}).n("CustomerProfilesClient", "CreateIntegrationWorkflowCommand").f(CreateIntegrationWorkflowRequestFilterSensitiveLog, void 0).ser(se_CreateIntegrationWorkflowCommand).de(de_CreateIntegrationWorkflowCommand).build() {
|
|
4282
|
+
static {
|
|
4283
|
+
__name(this, "CreateIntegrationWorkflowCommand");
|
|
4284
|
+
}
|
|
4259
4285
|
};
|
|
4260
|
-
__name(_CreateIntegrationWorkflowCommand, "CreateIntegrationWorkflowCommand");
|
|
4261
|
-
var CreateIntegrationWorkflowCommand = _CreateIntegrationWorkflowCommand;
|
|
4262
4286
|
|
|
4263
4287
|
// src/commands/CreateProfileCommand.ts
|
|
4264
4288
|
|
|
4265
4289
|
|
|
4266
4290
|
|
|
4267
|
-
var
|
|
4291
|
+
var CreateProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4268
4292
|
return [
|
|
4269
4293
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4270
4294
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4271
4295
|
];
|
|
4272
4296
|
}).s("CustomerProfiles_20200815", "CreateProfile", {}).n("CustomerProfilesClient", "CreateProfileCommand").f(CreateProfileRequestFilterSensitiveLog, void 0).ser(se_CreateProfileCommand).de(de_CreateProfileCommand).build() {
|
|
4297
|
+
static {
|
|
4298
|
+
__name(this, "CreateProfileCommand");
|
|
4299
|
+
}
|
|
4273
4300
|
};
|
|
4274
|
-
__name(_CreateProfileCommand, "CreateProfileCommand");
|
|
4275
|
-
var CreateProfileCommand = _CreateProfileCommand;
|
|
4276
4301
|
|
|
4277
4302
|
// src/commands/CreateSegmentDefinitionCommand.ts
|
|
4278
4303
|
|
|
4279
4304
|
|
|
4280
4305
|
|
|
4281
|
-
var
|
|
4306
|
+
var CreateSegmentDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4282
4307
|
return [
|
|
4283
4308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4284
4309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4285
4310
|
];
|
|
4286
4311
|
}).s("CustomerProfiles_20200815", "CreateSegmentDefinition", {}).n("CustomerProfilesClient", "CreateSegmentDefinitionCommand").f(CreateSegmentDefinitionRequestFilterSensitiveLog, CreateSegmentDefinitionResponseFilterSensitiveLog).ser(se_CreateSegmentDefinitionCommand).de(de_CreateSegmentDefinitionCommand).build() {
|
|
4312
|
+
static {
|
|
4313
|
+
__name(this, "CreateSegmentDefinitionCommand");
|
|
4314
|
+
}
|
|
4287
4315
|
};
|
|
4288
|
-
__name(_CreateSegmentDefinitionCommand, "CreateSegmentDefinitionCommand");
|
|
4289
|
-
var CreateSegmentDefinitionCommand = _CreateSegmentDefinitionCommand;
|
|
4290
4316
|
|
|
4291
4317
|
// src/commands/CreateSegmentEstimateCommand.ts
|
|
4292
4318
|
|
|
4293
4319
|
|
|
4294
4320
|
|
|
4295
|
-
var
|
|
4321
|
+
var CreateSegmentEstimateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4296
4322
|
return [
|
|
4297
4323
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4298
4324
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4299
4325
|
];
|
|
4300
4326
|
}).s("CustomerProfiles_20200815", "CreateSegmentEstimate", {}).n("CustomerProfilesClient", "CreateSegmentEstimateCommand").f(CreateSegmentEstimateRequestFilterSensitiveLog, void 0).ser(se_CreateSegmentEstimateCommand).de(de_CreateSegmentEstimateCommand).build() {
|
|
4327
|
+
static {
|
|
4328
|
+
__name(this, "CreateSegmentEstimateCommand");
|
|
4329
|
+
}
|
|
4301
4330
|
};
|
|
4302
|
-
__name(_CreateSegmentEstimateCommand, "CreateSegmentEstimateCommand");
|
|
4303
|
-
var CreateSegmentEstimateCommand = _CreateSegmentEstimateCommand;
|
|
4304
4331
|
|
|
4305
4332
|
// src/commands/CreateSegmentSnapshotCommand.ts
|
|
4306
4333
|
|
|
4307
4334
|
|
|
4308
4335
|
|
|
4309
|
-
var
|
|
4336
|
+
var CreateSegmentSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4310
4337
|
return [
|
|
4311
4338
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4312
4339
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4313
4340
|
];
|
|
4314
4341
|
}).s("CustomerProfiles_20200815", "CreateSegmentSnapshot", {}).n("CustomerProfilesClient", "CreateSegmentSnapshotCommand").f(void 0, void 0).ser(se_CreateSegmentSnapshotCommand).de(de_CreateSegmentSnapshotCommand).build() {
|
|
4342
|
+
static {
|
|
4343
|
+
__name(this, "CreateSegmentSnapshotCommand");
|
|
4344
|
+
}
|
|
4315
4345
|
};
|
|
4316
|
-
__name(_CreateSegmentSnapshotCommand, "CreateSegmentSnapshotCommand");
|
|
4317
|
-
var CreateSegmentSnapshotCommand = _CreateSegmentSnapshotCommand;
|
|
4318
4346
|
|
|
4319
4347
|
// src/commands/DeleteCalculatedAttributeDefinitionCommand.ts
|
|
4320
4348
|
|
|
4321
4349
|
|
|
4322
4350
|
|
|
4323
|
-
var
|
|
4351
|
+
var DeleteCalculatedAttributeDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4324
4352
|
return [
|
|
4325
4353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4326
4354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4327
4355
|
];
|
|
4328
4356
|
}).s("CustomerProfiles_20200815", "DeleteCalculatedAttributeDefinition", {}).n("CustomerProfilesClient", "DeleteCalculatedAttributeDefinitionCommand").f(void 0, void 0).ser(se_DeleteCalculatedAttributeDefinitionCommand).de(de_DeleteCalculatedAttributeDefinitionCommand).build() {
|
|
4357
|
+
static {
|
|
4358
|
+
__name(this, "DeleteCalculatedAttributeDefinitionCommand");
|
|
4359
|
+
}
|
|
4329
4360
|
};
|
|
4330
|
-
__name(_DeleteCalculatedAttributeDefinitionCommand, "DeleteCalculatedAttributeDefinitionCommand");
|
|
4331
|
-
var DeleteCalculatedAttributeDefinitionCommand = _DeleteCalculatedAttributeDefinitionCommand;
|
|
4332
4361
|
|
|
4333
4362
|
// src/commands/DeleteDomainCommand.ts
|
|
4334
4363
|
|
|
4335
4364
|
|
|
4336
4365
|
|
|
4337
|
-
var
|
|
4366
|
+
var DeleteDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4338
4367
|
return [
|
|
4339
4368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4340
4369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4341
4370
|
];
|
|
4342
4371
|
}).s("CustomerProfiles_20200815", "DeleteDomain", {}).n("CustomerProfilesClient", "DeleteDomainCommand").f(void 0, void 0).ser(se_DeleteDomainCommand).de(de_DeleteDomainCommand).build() {
|
|
4372
|
+
static {
|
|
4373
|
+
__name(this, "DeleteDomainCommand");
|
|
4374
|
+
}
|
|
4343
4375
|
};
|
|
4344
|
-
__name(_DeleteDomainCommand, "DeleteDomainCommand");
|
|
4345
|
-
var DeleteDomainCommand = _DeleteDomainCommand;
|
|
4346
4376
|
|
|
4347
4377
|
// src/commands/DeleteEventStreamCommand.ts
|
|
4348
4378
|
|
|
4349
4379
|
|
|
4350
4380
|
|
|
4351
|
-
var
|
|
4381
|
+
var DeleteEventStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4352
4382
|
return [
|
|
4353
4383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4354
4384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4355
4385
|
];
|
|
4356
4386
|
}).s("CustomerProfiles_20200815", "DeleteEventStream", {}).n("CustomerProfilesClient", "DeleteEventStreamCommand").f(void 0, void 0).ser(se_DeleteEventStreamCommand).de(de_DeleteEventStreamCommand).build() {
|
|
4387
|
+
static {
|
|
4388
|
+
__name(this, "DeleteEventStreamCommand");
|
|
4389
|
+
}
|
|
4357
4390
|
};
|
|
4358
|
-
__name(_DeleteEventStreamCommand, "DeleteEventStreamCommand");
|
|
4359
|
-
var DeleteEventStreamCommand = _DeleteEventStreamCommand;
|
|
4360
4391
|
|
|
4361
4392
|
// src/commands/DeleteEventTriggerCommand.ts
|
|
4362
4393
|
|
|
4363
4394
|
|
|
4364
4395
|
|
|
4365
|
-
var
|
|
4396
|
+
var DeleteEventTriggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4366
4397
|
return [
|
|
4367
4398
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4368
4399
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4369
4400
|
];
|
|
4370
4401
|
}).s("CustomerProfiles_20200815", "DeleteEventTrigger", {}).n("CustomerProfilesClient", "DeleteEventTriggerCommand").f(void 0, void 0).ser(se_DeleteEventTriggerCommand).de(de_DeleteEventTriggerCommand).build() {
|
|
4402
|
+
static {
|
|
4403
|
+
__name(this, "DeleteEventTriggerCommand");
|
|
4404
|
+
}
|
|
4371
4405
|
};
|
|
4372
|
-
__name(_DeleteEventTriggerCommand, "DeleteEventTriggerCommand");
|
|
4373
|
-
var DeleteEventTriggerCommand = _DeleteEventTriggerCommand;
|
|
4374
4406
|
|
|
4375
4407
|
// src/commands/DeleteIntegrationCommand.ts
|
|
4376
4408
|
|
|
4377
4409
|
|
|
4378
4410
|
|
|
4379
|
-
var
|
|
4411
|
+
var DeleteIntegrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4380
4412
|
return [
|
|
4381
4413
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4382
4414
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4383
4415
|
];
|
|
4384
4416
|
}).s("CustomerProfiles_20200815", "DeleteIntegration", {}).n("CustomerProfilesClient", "DeleteIntegrationCommand").f(void 0, void 0).ser(se_DeleteIntegrationCommand).de(de_DeleteIntegrationCommand).build() {
|
|
4417
|
+
static {
|
|
4418
|
+
__name(this, "DeleteIntegrationCommand");
|
|
4419
|
+
}
|
|
4385
4420
|
};
|
|
4386
|
-
__name(_DeleteIntegrationCommand, "DeleteIntegrationCommand");
|
|
4387
|
-
var DeleteIntegrationCommand = _DeleteIntegrationCommand;
|
|
4388
4421
|
|
|
4389
4422
|
// src/commands/DeleteProfileCommand.ts
|
|
4390
4423
|
|
|
4391
4424
|
|
|
4392
4425
|
|
|
4393
|
-
var
|
|
4426
|
+
var DeleteProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4394
4427
|
return [
|
|
4395
4428
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4396
4429
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4397
4430
|
];
|
|
4398
4431
|
}).s("CustomerProfiles_20200815", "DeleteProfile", {}).n("CustomerProfilesClient", "DeleteProfileCommand").f(void 0, void 0).ser(se_DeleteProfileCommand).de(de_DeleteProfileCommand).build() {
|
|
4432
|
+
static {
|
|
4433
|
+
__name(this, "DeleteProfileCommand");
|
|
4434
|
+
}
|
|
4399
4435
|
};
|
|
4400
|
-
__name(_DeleteProfileCommand, "DeleteProfileCommand");
|
|
4401
|
-
var DeleteProfileCommand = _DeleteProfileCommand;
|
|
4402
4436
|
|
|
4403
4437
|
// src/commands/DeleteProfileKeyCommand.ts
|
|
4404
4438
|
|
|
4405
4439
|
|
|
4406
4440
|
|
|
4407
|
-
var
|
|
4441
|
+
var DeleteProfileKeyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4408
4442
|
return [
|
|
4409
4443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4410
4444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4411
4445
|
];
|
|
4412
4446
|
}).s("CustomerProfiles_20200815", "DeleteProfileKey", {}).n("CustomerProfilesClient", "DeleteProfileKeyCommand").f(void 0, void 0).ser(se_DeleteProfileKeyCommand).de(de_DeleteProfileKeyCommand).build() {
|
|
4447
|
+
static {
|
|
4448
|
+
__name(this, "DeleteProfileKeyCommand");
|
|
4449
|
+
}
|
|
4413
4450
|
};
|
|
4414
|
-
__name(_DeleteProfileKeyCommand, "DeleteProfileKeyCommand");
|
|
4415
|
-
var DeleteProfileKeyCommand = _DeleteProfileKeyCommand;
|
|
4416
4451
|
|
|
4417
4452
|
// src/commands/DeleteProfileObjectCommand.ts
|
|
4418
4453
|
|
|
4419
4454
|
|
|
4420
4455
|
|
|
4421
|
-
var
|
|
4456
|
+
var DeleteProfileObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4422
4457
|
return [
|
|
4423
4458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4424
4459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4425
4460
|
];
|
|
4426
4461
|
}).s("CustomerProfiles_20200815", "DeleteProfileObject", {}).n("CustomerProfilesClient", "DeleteProfileObjectCommand").f(void 0, void 0).ser(se_DeleteProfileObjectCommand).de(de_DeleteProfileObjectCommand).build() {
|
|
4462
|
+
static {
|
|
4463
|
+
__name(this, "DeleteProfileObjectCommand");
|
|
4464
|
+
}
|
|
4427
4465
|
};
|
|
4428
|
-
__name(_DeleteProfileObjectCommand, "DeleteProfileObjectCommand");
|
|
4429
|
-
var DeleteProfileObjectCommand = _DeleteProfileObjectCommand;
|
|
4430
4466
|
|
|
4431
4467
|
// src/commands/DeleteProfileObjectTypeCommand.ts
|
|
4432
4468
|
|
|
4433
4469
|
|
|
4434
4470
|
|
|
4435
|
-
var
|
|
4471
|
+
var DeleteProfileObjectTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4436
4472
|
return [
|
|
4437
4473
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4438
4474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4439
4475
|
];
|
|
4440
4476
|
}).s("CustomerProfiles_20200815", "DeleteProfileObjectType", {}).n("CustomerProfilesClient", "DeleteProfileObjectTypeCommand").f(void 0, void 0).ser(se_DeleteProfileObjectTypeCommand).de(de_DeleteProfileObjectTypeCommand).build() {
|
|
4477
|
+
static {
|
|
4478
|
+
__name(this, "DeleteProfileObjectTypeCommand");
|
|
4479
|
+
}
|
|
4441
4480
|
};
|
|
4442
|
-
__name(_DeleteProfileObjectTypeCommand, "DeleteProfileObjectTypeCommand");
|
|
4443
|
-
var DeleteProfileObjectTypeCommand = _DeleteProfileObjectTypeCommand;
|
|
4444
4481
|
|
|
4445
4482
|
// src/commands/DeleteSegmentDefinitionCommand.ts
|
|
4446
4483
|
|
|
4447
4484
|
|
|
4448
4485
|
|
|
4449
|
-
var
|
|
4486
|
+
var DeleteSegmentDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4450
4487
|
return [
|
|
4451
4488
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4452
4489
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4453
4490
|
];
|
|
4454
4491
|
}).s("CustomerProfiles_20200815", "DeleteSegmentDefinition", {}).n("CustomerProfilesClient", "DeleteSegmentDefinitionCommand").f(void 0, void 0).ser(se_DeleteSegmentDefinitionCommand).de(de_DeleteSegmentDefinitionCommand).build() {
|
|
4492
|
+
static {
|
|
4493
|
+
__name(this, "DeleteSegmentDefinitionCommand");
|
|
4494
|
+
}
|
|
4455
4495
|
};
|
|
4456
|
-
__name(_DeleteSegmentDefinitionCommand, "DeleteSegmentDefinitionCommand");
|
|
4457
|
-
var DeleteSegmentDefinitionCommand = _DeleteSegmentDefinitionCommand;
|
|
4458
4496
|
|
|
4459
4497
|
// src/commands/DeleteWorkflowCommand.ts
|
|
4460
4498
|
|
|
4461
4499
|
|
|
4462
4500
|
|
|
4463
|
-
var
|
|
4501
|
+
var DeleteWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4464
4502
|
return [
|
|
4465
4503
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4466
4504
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4467
4505
|
];
|
|
4468
4506
|
}).s("CustomerProfiles_20200815", "DeleteWorkflow", {}).n("CustomerProfilesClient", "DeleteWorkflowCommand").f(void 0, void 0).ser(se_DeleteWorkflowCommand).de(de_DeleteWorkflowCommand).build() {
|
|
4507
|
+
static {
|
|
4508
|
+
__name(this, "DeleteWorkflowCommand");
|
|
4509
|
+
}
|
|
4469
4510
|
};
|
|
4470
|
-
__name(_DeleteWorkflowCommand, "DeleteWorkflowCommand");
|
|
4471
|
-
var DeleteWorkflowCommand = _DeleteWorkflowCommand;
|
|
4472
4511
|
|
|
4473
4512
|
// src/commands/DetectProfileObjectTypeCommand.ts
|
|
4474
4513
|
|
|
4475
4514
|
|
|
4476
4515
|
|
|
4477
|
-
var
|
|
4516
|
+
var DetectProfileObjectTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4478
4517
|
return [
|
|
4479
4518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4480
4519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4481
4520
|
];
|
|
4482
4521
|
}).s("CustomerProfiles_20200815", "DetectProfileObjectType", {}).n("CustomerProfilesClient", "DetectProfileObjectTypeCommand").f(DetectProfileObjectTypeRequestFilterSensitiveLog, DetectProfileObjectTypeResponseFilterSensitiveLog).ser(se_DetectProfileObjectTypeCommand).de(de_DetectProfileObjectTypeCommand).build() {
|
|
4522
|
+
static {
|
|
4523
|
+
__name(this, "DetectProfileObjectTypeCommand");
|
|
4524
|
+
}
|
|
4483
4525
|
};
|
|
4484
|
-
__name(_DetectProfileObjectTypeCommand, "DetectProfileObjectTypeCommand");
|
|
4485
|
-
var DetectProfileObjectTypeCommand = _DetectProfileObjectTypeCommand;
|
|
4486
4526
|
|
|
4487
4527
|
// src/commands/GetAutoMergingPreviewCommand.ts
|
|
4488
4528
|
|
|
4489
4529
|
|
|
4490
4530
|
|
|
4491
|
-
var
|
|
4531
|
+
var GetAutoMergingPreviewCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4492
4532
|
return [
|
|
4493
4533
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4494
4534
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4495
4535
|
];
|
|
4496
4536
|
}).s("CustomerProfiles_20200815", "GetAutoMergingPreview", {}).n("CustomerProfilesClient", "GetAutoMergingPreviewCommand").f(void 0, void 0).ser(se_GetAutoMergingPreviewCommand).de(de_GetAutoMergingPreviewCommand).build() {
|
|
4537
|
+
static {
|
|
4538
|
+
__name(this, "GetAutoMergingPreviewCommand");
|
|
4539
|
+
}
|
|
4497
4540
|
};
|
|
4498
|
-
__name(_GetAutoMergingPreviewCommand, "GetAutoMergingPreviewCommand");
|
|
4499
|
-
var GetAutoMergingPreviewCommand = _GetAutoMergingPreviewCommand;
|
|
4500
4541
|
|
|
4501
4542
|
// src/commands/GetCalculatedAttributeDefinitionCommand.ts
|
|
4502
4543
|
|
|
4503
4544
|
|
|
4504
4545
|
|
|
4505
|
-
var
|
|
4546
|
+
var GetCalculatedAttributeDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4506
4547
|
return [
|
|
4507
4548
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4508
4549
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4509
4550
|
];
|
|
4510
4551
|
}).s("CustomerProfiles_20200815", "GetCalculatedAttributeDefinition", {}).n("CustomerProfilesClient", "GetCalculatedAttributeDefinitionCommand").f(void 0, GetCalculatedAttributeDefinitionResponseFilterSensitiveLog).ser(se_GetCalculatedAttributeDefinitionCommand).de(de_GetCalculatedAttributeDefinitionCommand).build() {
|
|
4552
|
+
static {
|
|
4553
|
+
__name(this, "GetCalculatedAttributeDefinitionCommand");
|
|
4554
|
+
}
|
|
4511
4555
|
};
|
|
4512
|
-
__name(_GetCalculatedAttributeDefinitionCommand, "GetCalculatedAttributeDefinitionCommand");
|
|
4513
|
-
var GetCalculatedAttributeDefinitionCommand = _GetCalculatedAttributeDefinitionCommand;
|
|
4514
4556
|
|
|
4515
4557
|
// src/commands/GetCalculatedAttributeForProfileCommand.ts
|
|
4516
4558
|
|
|
4517
4559
|
|
|
4518
4560
|
|
|
4519
|
-
var
|
|
4561
|
+
var GetCalculatedAttributeForProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4520
4562
|
return [
|
|
4521
4563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4522
4564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4523
4565
|
];
|
|
4524
4566
|
}).s("CustomerProfiles_20200815", "GetCalculatedAttributeForProfile", {}).n("CustomerProfilesClient", "GetCalculatedAttributeForProfileCommand").f(void 0, void 0).ser(se_GetCalculatedAttributeForProfileCommand).de(de_GetCalculatedAttributeForProfileCommand).build() {
|
|
4567
|
+
static {
|
|
4568
|
+
__name(this, "GetCalculatedAttributeForProfileCommand");
|
|
4569
|
+
}
|
|
4525
4570
|
};
|
|
4526
|
-
__name(_GetCalculatedAttributeForProfileCommand, "GetCalculatedAttributeForProfileCommand");
|
|
4527
|
-
var GetCalculatedAttributeForProfileCommand = _GetCalculatedAttributeForProfileCommand;
|
|
4528
4571
|
|
|
4529
4572
|
// src/commands/GetDomainCommand.ts
|
|
4530
4573
|
|
|
4531
4574
|
|
|
4532
4575
|
|
|
4533
|
-
var
|
|
4576
|
+
var GetDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4534
4577
|
return [
|
|
4535
4578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4536
4579
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4537
4580
|
];
|
|
4538
4581
|
}).s("CustomerProfiles_20200815", "GetDomain", {}).n("CustomerProfilesClient", "GetDomainCommand").f(void 0, void 0).ser(se_GetDomainCommand).de(de_GetDomainCommand).build() {
|
|
4582
|
+
static {
|
|
4583
|
+
__name(this, "GetDomainCommand");
|
|
4584
|
+
}
|
|
4539
4585
|
};
|
|
4540
|
-
__name(_GetDomainCommand, "GetDomainCommand");
|
|
4541
|
-
var GetDomainCommand = _GetDomainCommand;
|
|
4542
4586
|
|
|
4543
4587
|
// src/commands/GetEventStreamCommand.ts
|
|
4544
4588
|
|
|
4545
4589
|
|
|
4546
4590
|
|
|
4547
|
-
var
|
|
4591
|
+
var GetEventStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4548
4592
|
return [
|
|
4549
4593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4550
4594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4551
4595
|
];
|
|
4552
4596
|
}).s("CustomerProfiles_20200815", "GetEventStream", {}).n("CustomerProfilesClient", "GetEventStreamCommand").f(void 0, void 0).ser(se_GetEventStreamCommand).de(de_GetEventStreamCommand).build() {
|
|
4597
|
+
static {
|
|
4598
|
+
__name(this, "GetEventStreamCommand");
|
|
4599
|
+
}
|
|
4553
4600
|
};
|
|
4554
|
-
__name(_GetEventStreamCommand, "GetEventStreamCommand");
|
|
4555
|
-
var GetEventStreamCommand = _GetEventStreamCommand;
|
|
4556
4601
|
|
|
4557
4602
|
// src/commands/GetEventTriggerCommand.ts
|
|
4558
4603
|
|
|
4559
4604
|
|
|
4560
4605
|
|
|
4561
|
-
var
|
|
4606
|
+
var GetEventTriggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4562
4607
|
return [
|
|
4563
4608
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4564
4609
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4565
4610
|
];
|
|
4566
4611
|
}).s("CustomerProfiles_20200815", "GetEventTrigger", {}).n("CustomerProfilesClient", "GetEventTriggerCommand").f(void 0, GetEventTriggerResponseFilterSensitiveLog).ser(se_GetEventTriggerCommand).de(de_GetEventTriggerCommand).build() {
|
|
4612
|
+
static {
|
|
4613
|
+
__name(this, "GetEventTriggerCommand");
|
|
4614
|
+
}
|
|
4567
4615
|
};
|
|
4568
|
-
__name(_GetEventTriggerCommand, "GetEventTriggerCommand");
|
|
4569
|
-
var GetEventTriggerCommand = _GetEventTriggerCommand;
|
|
4570
4616
|
|
|
4571
4617
|
// src/commands/GetIdentityResolutionJobCommand.ts
|
|
4572
4618
|
|
|
4573
4619
|
|
|
4574
4620
|
|
|
4575
|
-
var
|
|
4621
|
+
var GetIdentityResolutionJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4576
4622
|
return [
|
|
4577
4623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4578
4624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4579
4625
|
];
|
|
4580
4626
|
}).s("CustomerProfiles_20200815", "GetIdentityResolutionJob", {}).n("CustomerProfilesClient", "GetIdentityResolutionJobCommand").f(void 0, void 0).ser(se_GetIdentityResolutionJobCommand).de(de_GetIdentityResolutionJobCommand).build() {
|
|
4627
|
+
static {
|
|
4628
|
+
__name(this, "GetIdentityResolutionJobCommand");
|
|
4629
|
+
}
|
|
4581
4630
|
};
|
|
4582
|
-
__name(_GetIdentityResolutionJobCommand, "GetIdentityResolutionJobCommand");
|
|
4583
|
-
var GetIdentityResolutionJobCommand = _GetIdentityResolutionJobCommand;
|
|
4584
4631
|
|
|
4585
4632
|
// src/commands/GetIntegrationCommand.ts
|
|
4586
4633
|
|
|
4587
4634
|
|
|
4588
4635
|
|
|
4589
|
-
var
|
|
4636
|
+
var GetIntegrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4590
4637
|
return [
|
|
4591
4638
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4592
4639
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4593
4640
|
];
|
|
4594
4641
|
}).s("CustomerProfiles_20200815", "GetIntegration", {}).n("CustomerProfilesClient", "GetIntegrationCommand").f(void 0, void 0).ser(se_GetIntegrationCommand).de(de_GetIntegrationCommand).build() {
|
|
4642
|
+
static {
|
|
4643
|
+
__name(this, "GetIntegrationCommand");
|
|
4644
|
+
}
|
|
4595
4645
|
};
|
|
4596
|
-
__name(_GetIntegrationCommand, "GetIntegrationCommand");
|
|
4597
|
-
var GetIntegrationCommand = _GetIntegrationCommand;
|
|
4598
4646
|
|
|
4599
4647
|
// src/commands/GetMatchesCommand.ts
|
|
4600
4648
|
|
|
4601
4649
|
|
|
4602
4650
|
|
|
4603
|
-
var
|
|
4651
|
+
var GetMatchesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4604
4652
|
return [
|
|
4605
4653
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4606
4654
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4607
4655
|
];
|
|
4608
4656
|
}).s("CustomerProfiles_20200815", "GetMatches", {}).n("CustomerProfilesClient", "GetMatchesCommand").f(void 0, void 0).ser(se_GetMatchesCommand).de(de_GetMatchesCommand).build() {
|
|
4657
|
+
static {
|
|
4658
|
+
__name(this, "GetMatchesCommand");
|
|
4659
|
+
}
|
|
4609
4660
|
};
|
|
4610
|
-
__name(_GetMatchesCommand, "GetMatchesCommand");
|
|
4611
|
-
var GetMatchesCommand = _GetMatchesCommand;
|
|
4612
4661
|
|
|
4613
4662
|
// src/commands/GetProfileObjectTypeCommand.ts
|
|
4614
4663
|
|
|
4615
4664
|
|
|
4616
4665
|
|
|
4617
|
-
var
|
|
4666
|
+
var GetProfileObjectTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4618
4667
|
return [
|
|
4619
4668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4620
4669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4621
4670
|
];
|
|
4622
4671
|
}).s("CustomerProfiles_20200815", "GetProfileObjectType", {}).n("CustomerProfilesClient", "GetProfileObjectTypeCommand").f(void 0, GetProfileObjectTypeResponseFilterSensitiveLog).ser(se_GetProfileObjectTypeCommand).de(de_GetProfileObjectTypeCommand).build() {
|
|
4672
|
+
static {
|
|
4673
|
+
__name(this, "GetProfileObjectTypeCommand");
|
|
4674
|
+
}
|
|
4623
4675
|
};
|
|
4624
|
-
__name(_GetProfileObjectTypeCommand, "GetProfileObjectTypeCommand");
|
|
4625
|
-
var GetProfileObjectTypeCommand = _GetProfileObjectTypeCommand;
|
|
4626
4676
|
|
|
4627
4677
|
// src/commands/GetProfileObjectTypeTemplateCommand.ts
|
|
4628
4678
|
|
|
4629
4679
|
|
|
4630
4680
|
|
|
4631
|
-
var
|
|
4681
|
+
var GetProfileObjectTypeTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4632
4682
|
return [
|
|
4633
4683
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4634
4684
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4635
4685
|
];
|
|
4636
4686
|
}).s("CustomerProfiles_20200815", "GetProfileObjectTypeTemplate", {}).n("CustomerProfilesClient", "GetProfileObjectTypeTemplateCommand").f(void 0, GetProfileObjectTypeTemplateResponseFilterSensitiveLog).ser(se_GetProfileObjectTypeTemplateCommand).de(de_GetProfileObjectTypeTemplateCommand).build() {
|
|
4687
|
+
static {
|
|
4688
|
+
__name(this, "GetProfileObjectTypeTemplateCommand");
|
|
4689
|
+
}
|
|
4637
4690
|
};
|
|
4638
|
-
__name(_GetProfileObjectTypeTemplateCommand, "GetProfileObjectTypeTemplateCommand");
|
|
4639
|
-
var GetProfileObjectTypeTemplateCommand = _GetProfileObjectTypeTemplateCommand;
|
|
4640
4691
|
|
|
4641
4692
|
// src/commands/GetSegmentDefinitionCommand.ts
|
|
4642
4693
|
|
|
4643
4694
|
|
|
4644
4695
|
|
|
4645
|
-
var
|
|
4696
|
+
var GetSegmentDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4646
4697
|
return [
|
|
4647
4698
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4648
4699
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4649
4700
|
];
|
|
4650
4701
|
}).s("CustomerProfiles_20200815", "GetSegmentDefinition", {}).n("CustomerProfilesClient", "GetSegmentDefinitionCommand").f(void 0, GetSegmentDefinitionResponseFilterSensitiveLog).ser(se_GetSegmentDefinitionCommand).de(de_GetSegmentDefinitionCommand).build() {
|
|
4702
|
+
static {
|
|
4703
|
+
__name(this, "GetSegmentDefinitionCommand");
|
|
4704
|
+
}
|
|
4651
4705
|
};
|
|
4652
|
-
__name(_GetSegmentDefinitionCommand, "GetSegmentDefinitionCommand");
|
|
4653
|
-
var GetSegmentDefinitionCommand = _GetSegmentDefinitionCommand;
|
|
4654
4706
|
|
|
4655
4707
|
// src/commands/GetSegmentEstimateCommand.ts
|
|
4656
4708
|
|
|
4657
4709
|
|
|
4658
4710
|
|
|
4659
|
-
var
|
|
4711
|
+
var GetSegmentEstimateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4660
4712
|
return [
|
|
4661
4713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4662
4714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4663
4715
|
];
|
|
4664
4716
|
}).s("CustomerProfiles_20200815", "GetSegmentEstimate", {}).n("CustomerProfilesClient", "GetSegmentEstimateCommand").f(void 0, void 0).ser(se_GetSegmentEstimateCommand).de(de_GetSegmentEstimateCommand).build() {
|
|
4717
|
+
static {
|
|
4718
|
+
__name(this, "GetSegmentEstimateCommand");
|
|
4719
|
+
}
|
|
4665
4720
|
};
|
|
4666
|
-
__name(_GetSegmentEstimateCommand, "GetSegmentEstimateCommand");
|
|
4667
|
-
var GetSegmentEstimateCommand = _GetSegmentEstimateCommand;
|
|
4668
4721
|
|
|
4669
4722
|
// src/commands/GetSegmentMembershipCommand.ts
|
|
4670
4723
|
|
|
4671
4724
|
|
|
4672
4725
|
|
|
4673
|
-
var
|
|
4726
|
+
var GetSegmentMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4674
4727
|
return [
|
|
4675
4728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4676
4729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4677
4730
|
];
|
|
4678
4731
|
}).s("CustomerProfiles_20200815", "GetSegmentMembership", {}).n("CustomerProfilesClient", "GetSegmentMembershipCommand").f(void 0, GetSegmentMembershipResponseFilterSensitiveLog).ser(se_GetSegmentMembershipCommand).de(de_GetSegmentMembershipCommand).build() {
|
|
4732
|
+
static {
|
|
4733
|
+
__name(this, "GetSegmentMembershipCommand");
|
|
4734
|
+
}
|
|
4679
4735
|
};
|
|
4680
|
-
__name(_GetSegmentMembershipCommand, "GetSegmentMembershipCommand");
|
|
4681
|
-
var GetSegmentMembershipCommand = _GetSegmentMembershipCommand;
|
|
4682
4736
|
|
|
4683
4737
|
// src/commands/GetSegmentSnapshotCommand.ts
|
|
4684
4738
|
|
|
4685
4739
|
|
|
4686
4740
|
|
|
4687
|
-
var
|
|
4741
|
+
var GetSegmentSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4688
4742
|
return [
|
|
4689
4743
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4690
4744
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4691
4745
|
];
|
|
4692
4746
|
}).s("CustomerProfiles_20200815", "GetSegmentSnapshot", {}).n("CustomerProfilesClient", "GetSegmentSnapshotCommand").f(void 0, void 0).ser(se_GetSegmentSnapshotCommand).de(de_GetSegmentSnapshotCommand).build() {
|
|
4747
|
+
static {
|
|
4748
|
+
__name(this, "GetSegmentSnapshotCommand");
|
|
4749
|
+
}
|
|
4693
4750
|
};
|
|
4694
|
-
__name(_GetSegmentSnapshotCommand, "GetSegmentSnapshotCommand");
|
|
4695
|
-
var GetSegmentSnapshotCommand = _GetSegmentSnapshotCommand;
|
|
4696
4751
|
|
|
4697
4752
|
// src/commands/GetSimilarProfilesCommand.ts
|
|
4698
4753
|
|
|
4699
4754
|
|
|
4700
4755
|
|
|
4701
|
-
var
|
|
4756
|
+
var GetSimilarProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4702
4757
|
return [
|
|
4703
4758
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4704
4759
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4705
4760
|
];
|
|
4706
4761
|
}).s("CustomerProfiles_20200815", "GetSimilarProfiles", {}).n("CustomerProfilesClient", "GetSimilarProfilesCommand").f(void 0, void 0).ser(se_GetSimilarProfilesCommand).de(de_GetSimilarProfilesCommand).build() {
|
|
4762
|
+
static {
|
|
4763
|
+
__name(this, "GetSimilarProfilesCommand");
|
|
4764
|
+
}
|
|
4707
4765
|
};
|
|
4708
|
-
__name(_GetSimilarProfilesCommand, "GetSimilarProfilesCommand");
|
|
4709
|
-
var GetSimilarProfilesCommand = _GetSimilarProfilesCommand;
|
|
4710
4766
|
|
|
4711
4767
|
// src/commands/GetWorkflowCommand.ts
|
|
4712
4768
|
|
|
4713
4769
|
|
|
4714
4770
|
|
|
4715
|
-
var
|
|
4771
|
+
var GetWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4716
4772
|
return [
|
|
4717
4773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4718
4774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4719
4775
|
];
|
|
4720
4776
|
}).s("CustomerProfiles_20200815", "GetWorkflow", {}).n("CustomerProfilesClient", "GetWorkflowCommand").f(void 0, void 0).ser(se_GetWorkflowCommand).de(de_GetWorkflowCommand).build() {
|
|
4777
|
+
static {
|
|
4778
|
+
__name(this, "GetWorkflowCommand");
|
|
4779
|
+
}
|
|
4721
4780
|
};
|
|
4722
|
-
__name(_GetWorkflowCommand, "GetWorkflowCommand");
|
|
4723
|
-
var GetWorkflowCommand = _GetWorkflowCommand;
|
|
4724
4781
|
|
|
4725
4782
|
// src/commands/GetWorkflowStepsCommand.ts
|
|
4726
4783
|
|
|
4727
4784
|
|
|
4728
4785
|
|
|
4729
|
-
var
|
|
4786
|
+
var GetWorkflowStepsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4730
4787
|
return [
|
|
4731
4788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4732
4789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4733
4790
|
];
|
|
4734
4791
|
}).s("CustomerProfiles_20200815", "GetWorkflowSteps", {}).n("CustomerProfilesClient", "GetWorkflowStepsCommand").f(void 0, void 0).ser(se_GetWorkflowStepsCommand).de(de_GetWorkflowStepsCommand).build() {
|
|
4792
|
+
static {
|
|
4793
|
+
__name(this, "GetWorkflowStepsCommand");
|
|
4794
|
+
}
|
|
4735
4795
|
};
|
|
4736
|
-
__name(_GetWorkflowStepsCommand, "GetWorkflowStepsCommand");
|
|
4737
|
-
var GetWorkflowStepsCommand = _GetWorkflowStepsCommand;
|
|
4738
4796
|
|
|
4739
4797
|
// src/commands/ListAccountIntegrationsCommand.ts
|
|
4740
4798
|
|
|
4741
4799
|
|
|
4742
4800
|
|
|
4743
|
-
var
|
|
4801
|
+
var ListAccountIntegrationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4744
4802
|
return [
|
|
4745
4803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4746
4804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4747
4805
|
];
|
|
4748
4806
|
}).s("CustomerProfiles_20200815", "ListAccountIntegrations", {}).n("CustomerProfilesClient", "ListAccountIntegrationsCommand").f(void 0, void 0).ser(se_ListAccountIntegrationsCommand).de(de_ListAccountIntegrationsCommand).build() {
|
|
4807
|
+
static {
|
|
4808
|
+
__name(this, "ListAccountIntegrationsCommand");
|
|
4809
|
+
}
|
|
4749
4810
|
};
|
|
4750
|
-
__name(_ListAccountIntegrationsCommand, "ListAccountIntegrationsCommand");
|
|
4751
|
-
var ListAccountIntegrationsCommand = _ListAccountIntegrationsCommand;
|
|
4752
4811
|
|
|
4753
4812
|
// src/commands/ListCalculatedAttributeDefinitionsCommand.ts
|
|
4754
4813
|
|
|
4755
4814
|
|
|
4756
4815
|
|
|
4757
|
-
var
|
|
4816
|
+
var ListCalculatedAttributeDefinitionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4758
4817
|
return [
|
|
4759
4818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4760
4819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4761
4820
|
];
|
|
4762
4821
|
}).s("CustomerProfiles_20200815", "ListCalculatedAttributeDefinitions", {}).n("CustomerProfilesClient", "ListCalculatedAttributeDefinitionsCommand").f(void 0, ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog).ser(se_ListCalculatedAttributeDefinitionsCommand).de(de_ListCalculatedAttributeDefinitionsCommand).build() {
|
|
4822
|
+
static {
|
|
4823
|
+
__name(this, "ListCalculatedAttributeDefinitionsCommand");
|
|
4824
|
+
}
|
|
4763
4825
|
};
|
|
4764
|
-
__name(_ListCalculatedAttributeDefinitionsCommand, "ListCalculatedAttributeDefinitionsCommand");
|
|
4765
|
-
var ListCalculatedAttributeDefinitionsCommand = _ListCalculatedAttributeDefinitionsCommand;
|
|
4766
4826
|
|
|
4767
4827
|
// src/commands/ListCalculatedAttributesForProfileCommand.ts
|
|
4768
4828
|
|
|
4769
4829
|
|
|
4770
4830
|
|
|
4771
|
-
var
|
|
4831
|
+
var ListCalculatedAttributesForProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4772
4832
|
return [
|
|
4773
4833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4774
4834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4775
4835
|
];
|
|
4776
4836
|
}).s("CustomerProfiles_20200815", "ListCalculatedAttributesForProfile", {}).n("CustomerProfilesClient", "ListCalculatedAttributesForProfileCommand").f(void 0, void 0).ser(se_ListCalculatedAttributesForProfileCommand).de(de_ListCalculatedAttributesForProfileCommand).build() {
|
|
4837
|
+
static {
|
|
4838
|
+
__name(this, "ListCalculatedAttributesForProfileCommand");
|
|
4839
|
+
}
|
|
4777
4840
|
};
|
|
4778
|
-
__name(_ListCalculatedAttributesForProfileCommand, "ListCalculatedAttributesForProfileCommand");
|
|
4779
|
-
var ListCalculatedAttributesForProfileCommand = _ListCalculatedAttributesForProfileCommand;
|
|
4780
4841
|
|
|
4781
4842
|
// src/commands/ListDomainsCommand.ts
|
|
4782
4843
|
|
|
4783
4844
|
|
|
4784
4845
|
|
|
4785
|
-
var
|
|
4846
|
+
var ListDomainsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4786
4847
|
return [
|
|
4787
4848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4788
4849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4789
4850
|
];
|
|
4790
4851
|
}).s("CustomerProfiles_20200815", "ListDomains", {}).n("CustomerProfilesClient", "ListDomainsCommand").f(void 0, void 0).ser(se_ListDomainsCommand).de(de_ListDomainsCommand).build() {
|
|
4852
|
+
static {
|
|
4853
|
+
__name(this, "ListDomainsCommand");
|
|
4854
|
+
}
|
|
4791
4855
|
};
|
|
4792
|
-
__name(_ListDomainsCommand, "ListDomainsCommand");
|
|
4793
|
-
var ListDomainsCommand = _ListDomainsCommand;
|
|
4794
4856
|
|
|
4795
4857
|
// src/commands/ListEventStreamsCommand.ts
|
|
4796
4858
|
|
|
4797
4859
|
|
|
4798
4860
|
|
|
4799
|
-
var
|
|
4861
|
+
var ListEventStreamsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4800
4862
|
return [
|
|
4801
4863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4802
4864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4803
4865
|
];
|
|
4804
4866
|
}).s("CustomerProfiles_20200815", "ListEventStreams", {}).n("CustomerProfilesClient", "ListEventStreamsCommand").f(void 0, void 0).ser(se_ListEventStreamsCommand).de(de_ListEventStreamsCommand).build() {
|
|
4867
|
+
static {
|
|
4868
|
+
__name(this, "ListEventStreamsCommand");
|
|
4869
|
+
}
|
|
4805
4870
|
};
|
|
4806
|
-
__name(_ListEventStreamsCommand, "ListEventStreamsCommand");
|
|
4807
|
-
var ListEventStreamsCommand = _ListEventStreamsCommand;
|
|
4808
4871
|
|
|
4809
4872
|
// src/commands/ListEventTriggersCommand.ts
|
|
4810
4873
|
|
|
4811
4874
|
|
|
4812
4875
|
|
|
4813
|
-
var
|
|
4876
|
+
var ListEventTriggersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4814
4877
|
return [
|
|
4815
4878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4816
4879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4817
4880
|
];
|
|
4818
4881
|
}).s("CustomerProfiles_20200815", "ListEventTriggers", {}).n("CustomerProfilesClient", "ListEventTriggersCommand").f(void 0, ListEventTriggersResponseFilterSensitiveLog).ser(se_ListEventTriggersCommand).de(de_ListEventTriggersCommand).build() {
|
|
4882
|
+
static {
|
|
4883
|
+
__name(this, "ListEventTriggersCommand");
|
|
4884
|
+
}
|
|
4819
4885
|
};
|
|
4820
|
-
__name(_ListEventTriggersCommand, "ListEventTriggersCommand");
|
|
4821
|
-
var ListEventTriggersCommand = _ListEventTriggersCommand;
|
|
4822
4886
|
|
|
4823
4887
|
// src/commands/ListIdentityResolutionJobsCommand.ts
|
|
4824
4888
|
|
|
4825
4889
|
|
|
4826
4890
|
|
|
4827
|
-
var
|
|
4891
|
+
var ListIdentityResolutionJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4828
4892
|
return [
|
|
4829
4893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4830
4894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4831
4895
|
];
|
|
4832
4896
|
}).s("CustomerProfiles_20200815", "ListIdentityResolutionJobs", {}).n("CustomerProfilesClient", "ListIdentityResolutionJobsCommand").f(void 0, void 0).ser(se_ListIdentityResolutionJobsCommand).de(de_ListIdentityResolutionJobsCommand).build() {
|
|
4897
|
+
static {
|
|
4898
|
+
__name(this, "ListIdentityResolutionJobsCommand");
|
|
4899
|
+
}
|
|
4833
4900
|
};
|
|
4834
|
-
__name(_ListIdentityResolutionJobsCommand, "ListIdentityResolutionJobsCommand");
|
|
4835
|
-
var ListIdentityResolutionJobsCommand = _ListIdentityResolutionJobsCommand;
|
|
4836
4901
|
|
|
4837
4902
|
// src/commands/ListIntegrationsCommand.ts
|
|
4838
4903
|
|
|
4839
4904
|
|
|
4840
4905
|
|
|
4841
|
-
var
|
|
4906
|
+
var ListIntegrationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4842
4907
|
return [
|
|
4843
4908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4844
4909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4845
4910
|
];
|
|
4846
4911
|
}).s("CustomerProfiles_20200815", "ListIntegrations", {}).n("CustomerProfilesClient", "ListIntegrationsCommand").f(void 0, void 0).ser(se_ListIntegrationsCommand).de(de_ListIntegrationsCommand).build() {
|
|
4912
|
+
static {
|
|
4913
|
+
__name(this, "ListIntegrationsCommand");
|
|
4914
|
+
}
|
|
4847
4915
|
};
|
|
4848
|
-
__name(_ListIntegrationsCommand, "ListIntegrationsCommand");
|
|
4849
|
-
var ListIntegrationsCommand = _ListIntegrationsCommand;
|
|
4850
4916
|
|
|
4851
4917
|
// src/commands/ListObjectTypeAttributesCommand.ts
|
|
4852
4918
|
|
|
4853
4919
|
|
|
4854
4920
|
|
|
4855
|
-
var
|
|
4921
|
+
var ListObjectTypeAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4856
4922
|
return [
|
|
4857
4923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4858
4924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4859
4925
|
];
|
|
4860
4926
|
}).s("CustomerProfiles_20200815", "ListObjectTypeAttributes", {}).n("CustomerProfilesClient", "ListObjectTypeAttributesCommand").f(void 0, void 0).ser(se_ListObjectTypeAttributesCommand).de(de_ListObjectTypeAttributesCommand).build() {
|
|
4927
|
+
static {
|
|
4928
|
+
__name(this, "ListObjectTypeAttributesCommand");
|
|
4929
|
+
}
|
|
4861
4930
|
};
|
|
4862
|
-
__name(_ListObjectTypeAttributesCommand, "ListObjectTypeAttributesCommand");
|
|
4863
|
-
var ListObjectTypeAttributesCommand = _ListObjectTypeAttributesCommand;
|
|
4864
4931
|
|
|
4865
4932
|
// src/commands/ListProfileAttributeValuesCommand.ts
|
|
4866
4933
|
|
|
4867
4934
|
|
|
4868
4935
|
|
|
4869
|
-
var
|
|
4936
|
+
var ListProfileAttributeValuesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4870
4937
|
return [
|
|
4871
4938
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4872
4939
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4873
4940
|
];
|
|
4874
4941
|
}).s("CustomerProfiles_20200815", "ListProfileAttributeValues", {}).n("CustomerProfilesClient", "ListProfileAttributeValuesCommand").f(void 0, void 0).ser(se_ListProfileAttributeValuesCommand).de(de_ListProfileAttributeValuesCommand).build() {
|
|
4942
|
+
static {
|
|
4943
|
+
__name(this, "ListProfileAttributeValuesCommand");
|
|
4944
|
+
}
|
|
4875
4945
|
};
|
|
4876
|
-
__name(_ListProfileAttributeValuesCommand, "ListProfileAttributeValuesCommand");
|
|
4877
|
-
var ListProfileAttributeValuesCommand = _ListProfileAttributeValuesCommand;
|
|
4878
4946
|
|
|
4879
4947
|
// src/commands/ListProfileObjectsCommand.ts
|
|
4880
4948
|
|
|
4881
4949
|
|
|
4882
4950
|
|
|
4883
|
-
var
|
|
4951
|
+
var ListProfileObjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4884
4952
|
return [
|
|
4885
4953
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4886
4954
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4887
4955
|
];
|
|
4888
4956
|
}).s("CustomerProfiles_20200815", "ListProfileObjects", {}).n("CustomerProfilesClient", "ListProfileObjectsCommand").f(void 0, ListProfileObjectsResponseFilterSensitiveLog).ser(se_ListProfileObjectsCommand).de(de_ListProfileObjectsCommand).build() {
|
|
4957
|
+
static {
|
|
4958
|
+
__name(this, "ListProfileObjectsCommand");
|
|
4959
|
+
}
|
|
4889
4960
|
};
|
|
4890
|
-
__name(_ListProfileObjectsCommand, "ListProfileObjectsCommand");
|
|
4891
|
-
var ListProfileObjectsCommand = _ListProfileObjectsCommand;
|
|
4892
4961
|
|
|
4893
4962
|
// src/commands/ListProfileObjectTypesCommand.ts
|
|
4894
4963
|
|
|
4895
4964
|
|
|
4896
4965
|
|
|
4897
|
-
var
|
|
4966
|
+
var ListProfileObjectTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4898
4967
|
return [
|
|
4899
4968
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4900
4969
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4901
4970
|
];
|
|
4902
4971
|
}).s("CustomerProfiles_20200815", "ListProfileObjectTypes", {}).n("CustomerProfilesClient", "ListProfileObjectTypesCommand").f(void 0, ListProfileObjectTypesResponseFilterSensitiveLog).ser(se_ListProfileObjectTypesCommand).de(de_ListProfileObjectTypesCommand).build() {
|
|
4972
|
+
static {
|
|
4973
|
+
__name(this, "ListProfileObjectTypesCommand");
|
|
4974
|
+
}
|
|
4903
4975
|
};
|
|
4904
|
-
__name(_ListProfileObjectTypesCommand, "ListProfileObjectTypesCommand");
|
|
4905
|
-
var ListProfileObjectTypesCommand = _ListProfileObjectTypesCommand;
|
|
4906
4976
|
|
|
4907
4977
|
// src/commands/ListProfileObjectTypeTemplatesCommand.ts
|
|
4908
4978
|
|
|
4909
4979
|
|
|
4910
4980
|
|
|
4911
|
-
var
|
|
4981
|
+
var ListProfileObjectTypeTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4912
4982
|
return [
|
|
4913
4983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4914
4984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4915
4985
|
];
|
|
4916
4986
|
}).s("CustomerProfiles_20200815", "ListProfileObjectTypeTemplates", {}).n("CustomerProfilesClient", "ListProfileObjectTypeTemplatesCommand").f(void 0, void 0).ser(se_ListProfileObjectTypeTemplatesCommand).de(de_ListProfileObjectTypeTemplatesCommand).build() {
|
|
4987
|
+
static {
|
|
4988
|
+
__name(this, "ListProfileObjectTypeTemplatesCommand");
|
|
4989
|
+
}
|
|
4917
4990
|
};
|
|
4918
|
-
__name(_ListProfileObjectTypeTemplatesCommand, "ListProfileObjectTypeTemplatesCommand");
|
|
4919
|
-
var ListProfileObjectTypeTemplatesCommand = _ListProfileObjectTypeTemplatesCommand;
|
|
4920
4991
|
|
|
4921
4992
|
// src/commands/ListRuleBasedMatchesCommand.ts
|
|
4922
4993
|
|
|
4923
4994
|
|
|
4924
4995
|
|
|
4925
|
-
var
|
|
4996
|
+
var ListRuleBasedMatchesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4926
4997
|
return [
|
|
4927
4998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4928
4999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4929
5000
|
];
|
|
4930
5001
|
}).s("CustomerProfiles_20200815", "ListRuleBasedMatches", {}).n("CustomerProfilesClient", "ListRuleBasedMatchesCommand").f(void 0, void 0).ser(se_ListRuleBasedMatchesCommand).de(de_ListRuleBasedMatchesCommand).build() {
|
|
5002
|
+
static {
|
|
5003
|
+
__name(this, "ListRuleBasedMatchesCommand");
|
|
5004
|
+
}
|
|
4931
5005
|
};
|
|
4932
|
-
__name(_ListRuleBasedMatchesCommand, "ListRuleBasedMatchesCommand");
|
|
4933
|
-
var ListRuleBasedMatchesCommand = _ListRuleBasedMatchesCommand;
|
|
4934
5006
|
|
|
4935
5007
|
// src/commands/ListSegmentDefinitionsCommand.ts
|
|
4936
5008
|
|
|
4937
5009
|
|
|
4938
5010
|
|
|
4939
|
-
var
|
|
5011
|
+
var ListSegmentDefinitionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4940
5012
|
return [
|
|
4941
5013
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4942
5014
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4943
5015
|
];
|
|
4944
5016
|
}).s("CustomerProfiles_20200815", "ListSegmentDefinitions", {}).n("CustomerProfilesClient", "ListSegmentDefinitionsCommand").f(void 0, ListSegmentDefinitionsResponseFilterSensitiveLog).ser(se_ListSegmentDefinitionsCommand).de(de_ListSegmentDefinitionsCommand).build() {
|
|
5017
|
+
static {
|
|
5018
|
+
__name(this, "ListSegmentDefinitionsCommand");
|
|
5019
|
+
}
|
|
4945
5020
|
};
|
|
4946
|
-
__name(_ListSegmentDefinitionsCommand, "ListSegmentDefinitionsCommand");
|
|
4947
|
-
var ListSegmentDefinitionsCommand = _ListSegmentDefinitionsCommand;
|
|
4948
5021
|
|
|
4949
5022
|
// src/commands/ListTagsForResourceCommand.ts
|
|
4950
5023
|
|
|
4951
5024
|
|
|
4952
5025
|
|
|
4953
|
-
var
|
|
5026
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4954
5027
|
return [
|
|
4955
5028
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4956
5029
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4957
5030
|
];
|
|
4958
5031
|
}).s("CustomerProfiles_20200815", "ListTagsForResource", {}).n("CustomerProfilesClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
5032
|
+
static {
|
|
5033
|
+
__name(this, "ListTagsForResourceCommand");
|
|
5034
|
+
}
|
|
4959
5035
|
};
|
|
4960
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
4961
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
4962
5036
|
|
|
4963
5037
|
// src/commands/ListWorkflowsCommand.ts
|
|
4964
5038
|
|
|
4965
5039
|
|
|
4966
5040
|
|
|
4967
|
-
var
|
|
5041
|
+
var ListWorkflowsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4968
5042
|
return [
|
|
4969
5043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4970
5044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4971
5045
|
];
|
|
4972
5046
|
}).s("CustomerProfiles_20200815", "ListWorkflows", {}).n("CustomerProfilesClient", "ListWorkflowsCommand").f(void 0, void 0).ser(se_ListWorkflowsCommand).de(de_ListWorkflowsCommand).build() {
|
|
5047
|
+
static {
|
|
5048
|
+
__name(this, "ListWorkflowsCommand");
|
|
5049
|
+
}
|
|
4973
5050
|
};
|
|
4974
|
-
__name(_ListWorkflowsCommand, "ListWorkflowsCommand");
|
|
4975
|
-
var ListWorkflowsCommand = _ListWorkflowsCommand;
|
|
4976
5051
|
|
|
4977
5052
|
// src/commands/MergeProfilesCommand.ts
|
|
4978
5053
|
|
|
4979
5054
|
|
|
4980
5055
|
|
|
4981
|
-
var
|
|
5056
|
+
var MergeProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4982
5057
|
return [
|
|
4983
5058
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4984
5059
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4985
5060
|
];
|
|
4986
5061
|
}).s("CustomerProfiles_20200815", "MergeProfiles", {}).n("CustomerProfilesClient", "MergeProfilesCommand").f(void 0, void 0).ser(se_MergeProfilesCommand).de(de_MergeProfilesCommand).build() {
|
|
5062
|
+
static {
|
|
5063
|
+
__name(this, "MergeProfilesCommand");
|
|
5064
|
+
}
|
|
4987
5065
|
};
|
|
4988
|
-
__name(_MergeProfilesCommand, "MergeProfilesCommand");
|
|
4989
|
-
var MergeProfilesCommand = _MergeProfilesCommand;
|
|
4990
5066
|
|
|
4991
5067
|
// src/commands/PutIntegrationCommand.ts
|
|
4992
5068
|
|
|
4993
5069
|
|
|
4994
5070
|
|
|
4995
|
-
var
|
|
5071
|
+
var PutIntegrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4996
5072
|
return [
|
|
4997
5073
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4998
5074
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4999
5075
|
];
|
|
5000
5076
|
}).s("CustomerProfiles_20200815", "PutIntegration", {}).n("CustomerProfilesClient", "PutIntegrationCommand").f(PutIntegrationRequestFilterSensitiveLog, void 0).ser(se_PutIntegrationCommand).de(de_PutIntegrationCommand).build() {
|
|
5077
|
+
static {
|
|
5078
|
+
__name(this, "PutIntegrationCommand");
|
|
5079
|
+
}
|
|
5001
5080
|
};
|
|
5002
|
-
__name(_PutIntegrationCommand, "PutIntegrationCommand");
|
|
5003
|
-
var PutIntegrationCommand = _PutIntegrationCommand;
|
|
5004
5081
|
|
|
5005
5082
|
// src/commands/PutProfileObjectCommand.ts
|
|
5006
5083
|
|
|
5007
5084
|
|
|
5008
5085
|
|
|
5009
|
-
var
|
|
5086
|
+
var PutProfileObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5010
5087
|
return [
|
|
5011
5088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5012
5089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5013
5090
|
];
|
|
5014
5091
|
}).s("CustomerProfiles_20200815", "PutProfileObject", {}).n("CustomerProfilesClient", "PutProfileObjectCommand").f(PutProfileObjectRequestFilterSensitiveLog, void 0).ser(se_PutProfileObjectCommand).de(de_PutProfileObjectCommand).build() {
|
|
5092
|
+
static {
|
|
5093
|
+
__name(this, "PutProfileObjectCommand");
|
|
5094
|
+
}
|
|
5015
5095
|
};
|
|
5016
|
-
__name(_PutProfileObjectCommand, "PutProfileObjectCommand");
|
|
5017
|
-
var PutProfileObjectCommand = _PutProfileObjectCommand;
|
|
5018
5096
|
|
|
5019
5097
|
// src/commands/PutProfileObjectTypeCommand.ts
|
|
5020
5098
|
|
|
5021
5099
|
|
|
5022
5100
|
|
|
5023
|
-
var
|
|
5101
|
+
var PutProfileObjectTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5024
5102
|
return [
|
|
5025
5103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5026
5104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5027
5105
|
];
|
|
5028
5106
|
}).s("CustomerProfiles_20200815", "PutProfileObjectType", {}).n("CustomerProfilesClient", "PutProfileObjectTypeCommand").f(PutProfileObjectTypeRequestFilterSensitiveLog, PutProfileObjectTypeResponseFilterSensitiveLog).ser(se_PutProfileObjectTypeCommand).de(de_PutProfileObjectTypeCommand).build() {
|
|
5107
|
+
static {
|
|
5108
|
+
__name(this, "PutProfileObjectTypeCommand");
|
|
5109
|
+
}
|
|
5029
5110
|
};
|
|
5030
|
-
__name(_PutProfileObjectTypeCommand, "PutProfileObjectTypeCommand");
|
|
5031
|
-
var PutProfileObjectTypeCommand = _PutProfileObjectTypeCommand;
|
|
5032
5111
|
|
|
5033
5112
|
// src/commands/SearchProfilesCommand.ts
|
|
5034
5113
|
|
|
5035
5114
|
|
|
5036
5115
|
|
|
5037
|
-
var
|
|
5116
|
+
var SearchProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5038
5117
|
return [
|
|
5039
5118
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5040
5119
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5041
5120
|
];
|
|
5042
5121
|
}).s("CustomerProfiles_20200815", "SearchProfiles", {}).n("CustomerProfilesClient", "SearchProfilesCommand").f(void 0, SearchProfilesResponseFilterSensitiveLog).ser(se_SearchProfilesCommand).de(de_SearchProfilesCommand).build() {
|
|
5122
|
+
static {
|
|
5123
|
+
__name(this, "SearchProfilesCommand");
|
|
5124
|
+
}
|
|
5043
5125
|
};
|
|
5044
|
-
__name(_SearchProfilesCommand, "SearchProfilesCommand");
|
|
5045
|
-
var SearchProfilesCommand = _SearchProfilesCommand;
|
|
5046
5126
|
|
|
5047
5127
|
// src/commands/TagResourceCommand.ts
|
|
5048
5128
|
|
|
5049
5129
|
|
|
5050
5130
|
|
|
5051
|
-
var
|
|
5131
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5052
5132
|
return [
|
|
5053
5133
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5054
5134
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5055
5135
|
];
|
|
5056
5136
|
}).s("CustomerProfiles_20200815", "TagResource", {}).n("CustomerProfilesClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
5137
|
+
static {
|
|
5138
|
+
__name(this, "TagResourceCommand");
|
|
5139
|
+
}
|
|
5057
5140
|
};
|
|
5058
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
5059
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
5060
5141
|
|
|
5061
5142
|
// src/commands/UntagResourceCommand.ts
|
|
5062
5143
|
|
|
5063
5144
|
|
|
5064
5145
|
|
|
5065
|
-
var
|
|
5146
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5066
5147
|
return [
|
|
5067
5148
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5068
5149
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5069
5150
|
];
|
|
5070
5151
|
}).s("CustomerProfiles_20200815", "UntagResource", {}).n("CustomerProfilesClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
5152
|
+
static {
|
|
5153
|
+
__name(this, "UntagResourceCommand");
|
|
5154
|
+
}
|
|
5071
5155
|
};
|
|
5072
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
5073
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
5074
5156
|
|
|
5075
5157
|
// src/commands/UpdateCalculatedAttributeDefinitionCommand.ts
|
|
5076
5158
|
|
|
5077
5159
|
|
|
5078
5160
|
|
|
5079
|
-
var
|
|
5161
|
+
var UpdateCalculatedAttributeDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5080
5162
|
return [
|
|
5081
5163
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5082
5164
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5085,51 +5167,55 @@ var _UpdateCalculatedAttributeDefinitionCommand = class _UpdateCalculatedAttribu
|
|
|
5085
5167
|
UpdateCalculatedAttributeDefinitionRequestFilterSensitiveLog,
|
|
5086
5168
|
UpdateCalculatedAttributeDefinitionResponseFilterSensitiveLog
|
|
5087
5169
|
).ser(se_UpdateCalculatedAttributeDefinitionCommand).de(de_UpdateCalculatedAttributeDefinitionCommand).build() {
|
|
5170
|
+
static {
|
|
5171
|
+
__name(this, "UpdateCalculatedAttributeDefinitionCommand");
|
|
5172
|
+
}
|
|
5088
5173
|
};
|
|
5089
|
-
__name(_UpdateCalculatedAttributeDefinitionCommand, "UpdateCalculatedAttributeDefinitionCommand");
|
|
5090
|
-
var UpdateCalculatedAttributeDefinitionCommand = _UpdateCalculatedAttributeDefinitionCommand;
|
|
5091
5174
|
|
|
5092
5175
|
// src/commands/UpdateDomainCommand.ts
|
|
5093
5176
|
|
|
5094
5177
|
|
|
5095
5178
|
|
|
5096
|
-
var
|
|
5179
|
+
var UpdateDomainCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5097
5180
|
return [
|
|
5098
5181
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5099
5182
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5100
5183
|
];
|
|
5101
5184
|
}).s("CustomerProfiles_20200815", "UpdateDomain", {}).n("CustomerProfilesClient", "UpdateDomainCommand").f(void 0, void 0).ser(se_UpdateDomainCommand).de(de_UpdateDomainCommand).build() {
|
|
5185
|
+
static {
|
|
5186
|
+
__name(this, "UpdateDomainCommand");
|
|
5187
|
+
}
|
|
5102
5188
|
};
|
|
5103
|
-
__name(_UpdateDomainCommand, "UpdateDomainCommand");
|
|
5104
|
-
var UpdateDomainCommand = _UpdateDomainCommand;
|
|
5105
5189
|
|
|
5106
5190
|
// src/commands/UpdateEventTriggerCommand.ts
|
|
5107
5191
|
|
|
5108
5192
|
|
|
5109
5193
|
|
|
5110
|
-
var
|
|
5194
|
+
var UpdateEventTriggerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5111
5195
|
return [
|
|
5112
5196
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5113
5197
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5114
5198
|
];
|
|
5115
5199
|
}).s("CustomerProfiles_20200815", "UpdateEventTrigger", {}).n("CustomerProfilesClient", "UpdateEventTriggerCommand").f(UpdateEventTriggerRequestFilterSensitiveLog, UpdateEventTriggerResponseFilterSensitiveLog).ser(se_UpdateEventTriggerCommand).de(de_UpdateEventTriggerCommand).build() {
|
|
5200
|
+
static {
|
|
5201
|
+
__name(this, "UpdateEventTriggerCommand");
|
|
5202
|
+
}
|
|
5116
5203
|
};
|
|
5117
|
-
__name(_UpdateEventTriggerCommand, "UpdateEventTriggerCommand");
|
|
5118
|
-
var UpdateEventTriggerCommand = _UpdateEventTriggerCommand;
|
|
5119
5204
|
|
|
5120
5205
|
// src/commands/UpdateProfileCommand.ts
|
|
5121
5206
|
|
|
5122
5207
|
|
|
5123
5208
|
|
|
5124
|
-
var
|
|
5209
|
+
var UpdateProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5125
5210
|
return [
|
|
5126
5211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5127
5212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5128
5213
|
];
|
|
5129
5214
|
}).s("CustomerProfiles_20200815", "UpdateProfile", {}).n("CustomerProfilesClient", "UpdateProfileCommand").f(UpdateProfileRequestFilterSensitiveLog, void 0).ser(se_UpdateProfileCommand).de(de_UpdateProfileCommand).build() {
|
|
5215
|
+
static {
|
|
5216
|
+
__name(this, "UpdateProfileCommand");
|
|
5217
|
+
}
|
|
5130
5218
|
};
|
|
5131
|
-
__name(_UpdateProfileCommand, "UpdateProfileCommand");
|
|
5132
|
-
var UpdateProfileCommand = _UpdateProfileCommand;
|
|
5133
5219
|
|
|
5134
5220
|
// src/CustomerProfiles.ts
|
|
5135
5221
|
var commands = {
|
|
@@ -5204,10 +5290,11 @@ var commands = {
|
|
|
5204
5290
|
UpdateEventTriggerCommand,
|
|
5205
5291
|
UpdateProfileCommand
|
|
5206
5292
|
};
|
|
5207
|
-
var
|
|
5293
|
+
var CustomerProfiles = class extends CustomerProfilesClient {
|
|
5294
|
+
static {
|
|
5295
|
+
__name(this, "CustomerProfiles");
|
|
5296
|
+
}
|
|
5208
5297
|
};
|
|
5209
|
-
__name(_CustomerProfiles, "CustomerProfiles");
|
|
5210
|
-
var CustomerProfiles = _CustomerProfiles;
|
|
5211
5298
|
(0, import_smithy_client.createAggregatedClient)(commands, CustomerProfiles);
|
|
5212
5299
|
|
|
5213
5300
|
// src/pagination/GetSimilarProfilesPaginator.ts
|