@aws-sdk/client-connectcampaignsv2 3.928.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1472 -1598
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ConnectCampaignsV2Client.js +2 -0
- package/dist-es/commands/CreateCampaignCommand.js +3 -10
- package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +3 -9
- package/dist-es/commands/DeleteCampaignCommand.js +3 -9
- package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +3 -9
- package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +3 -9
- package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +3 -9
- package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +3 -9
- package/dist-es/commands/DescribeCampaignCommand.js +3 -10
- package/dist-es/commands/GetCampaignStateBatchCommand.js +3 -9
- package/dist-es/commands/GetCampaignStateCommand.js +3 -9
- package/dist-es/commands/GetConnectInstanceConfigCommand.js +3 -9
- package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +3 -9
- package/dist-es/commands/ListCampaignsCommand.js +3 -9
- package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PauseCampaignCommand.js +3 -9
- package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +3 -9
- package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/PutOutboundRequestBatchCommand.js +3 -10
- package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +3 -9
- package/dist-es/commands/ResumeCampaignCommand.js +3 -9
- package/dist-es/commands/StartCampaignCommand.js +3 -9
- package/dist-es/commands/StartInstanceOnboardingJobCommand.js +3 -9
- package/dist-es/commands/StopCampaignCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +3 -10
- package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignNameCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignScheduleCommand.js +3 -9
- package/dist-es/commands/UpdateCampaignSourceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -85
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1385 -0
- package/dist-types/ConnectCampaignsV2Client.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -52
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +178 -0
- package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1235
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -91,6 +90,7 @@ class ConnectCampaignsV2Client extends smithyClient.Client {
|
|
|
91
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
92
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
93
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -110,14 +110,14 @@ class ConnectCampaignsV2Client extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
class ConnectCampaignsV2ServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let ConnectCampaignsV2ServiceException$1 = class ConnectCampaignsV2ServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, ConnectCampaignsV2ServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
|
|
120
|
-
class AccessDeniedException extends ConnectCampaignsV2ServiceException {
|
|
120
|
+
let AccessDeniedException$1 = class AccessDeniedException extends ConnectCampaignsV2ServiceException$1 {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
xAmzErrorType;
|
|
@@ -130,11 +130,11 @@ class AccessDeniedException extends ConnectCampaignsV2ServiceException {
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
133
|
+
};
|
|
134
134
|
const AgentAction = {
|
|
135
135
|
DISCARD: "DISCARD",
|
|
136
136
|
};
|
|
137
|
-
class ConflictException extends ConnectCampaignsV2ServiceException {
|
|
137
|
+
let ConflictException$1 = class ConflictException extends ConnectCampaignsV2ServiceException$1 {
|
|
138
138
|
name = "ConflictException";
|
|
139
139
|
$fault = "client";
|
|
140
140
|
xAmzErrorType;
|
|
@@ -147,7 +147,7 @@ class ConflictException extends ConnectCampaignsV2ServiceException {
|
|
|
147
147
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
148
148
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
149
149
|
}
|
|
150
|
-
}
|
|
150
|
+
};
|
|
151
151
|
exports.EmailOutboundMode = void 0;
|
|
152
152
|
(function (EmailOutboundMode) {
|
|
153
153
|
EmailOutboundMode.visit = (value, visitor) => {
|
|
@@ -232,7 +232,7 @@ exports.Source = void 0;
|
|
|
232
232
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
233
233
|
};
|
|
234
234
|
})(exports.Source || (exports.Source = {}));
|
|
235
|
-
class InternalServerException extends ConnectCampaignsV2ServiceException {
|
|
235
|
+
let InternalServerException$1 = class InternalServerException extends ConnectCampaignsV2ServiceException$1 {
|
|
236
236
|
name = "InternalServerException";
|
|
237
237
|
$fault = "server";
|
|
238
238
|
$retryable = {};
|
|
@@ -246,8 +246,8 @@ class InternalServerException extends ConnectCampaignsV2ServiceException {
|
|
|
246
246
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
247
247
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
248
248
|
}
|
|
249
|
-
}
|
|
250
|
-
class ResourceNotFoundException extends ConnectCampaignsV2ServiceException {
|
|
249
|
+
};
|
|
250
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends ConnectCampaignsV2ServiceException$1 {
|
|
251
251
|
name = "ResourceNotFoundException";
|
|
252
252
|
$fault = "client";
|
|
253
253
|
xAmzErrorType;
|
|
@@ -260,8 +260,8 @@ class ResourceNotFoundException extends ConnectCampaignsV2ServiceException {
|
|
|
260
260
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
261
261
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
262
262
|
}
|
|
263
|
-
}
|
|
264
|
-
class ServiceQuotaExceededException extends ConnectCampaignsV2ServiceException {
|
|
263
|
+
};
|
|
264
|
+
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends ConnectCampaignsV2ServiceException$1 {
|
|
265
265
|
name = "ServiceQuotaExceededException";
|
|
266
266
|
$fault = "client";
|
|
267
267
|
xAmzErrorType;
|
|
@@ -274,8 +274,8 @@ class ServiceQuotaExceededException extends ConnectCampaignsV2ServiceException {
|
|
|
274
274
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
275
275
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
276
276
|
}
|
|
277
|
-
}
|
|
278
|
-
class ThrottlingException extends ConnectCampaignsV2ServiceException {
|
|
277
|
+
};
|
|
278
|
+
let ThrottlingException$1 = class ThrottlingException extends ConnectCampaignsV2ServiceException$1 {
|
|
279
279
|
name = "ThrottlingException";
|
|
280
280
|
$fault = "client";
|
|
281
281
|
$retryable = {};
|
|
@@ -289,8 +289,8 @@ class ThrottlingException extends ConnectCampaignsV2ServiceException {
|
|
|
289
289
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
290
290
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
291
291
|
}
|
|
292
|
-
}
|
|
293
|
-
class ValidationException extends ConnectCampaignsV2ServiceException {
|
|
292
|
+
};
|
|
293
|
+
let ValidationException$1 = class ValidationException extends ConnectCampaignsV2ServiceException$1 {
|
|
294
294
|
name = "ValidationException";
|
|
295
295
|
$fault = "client";
|
|
296
296
|
xAmzErrorType;
|
|
@@ -303,7 +303,7 @@ class ValidationException extends ConnectCampaignsV2ServiceException {
|
|
|
303
303
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
304
304
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
305
305
|
}
|
|
306
|
-
}
|
|
306
|
+
};
|
|
307
307
|
const ChannelSubtype = {
|
|
308
308
|
EMAIL: "EMAIL",
|
|
309
309
|
SMS: "SMS",
|
|
@@ -320,7 +320,7 @@ const CampaignState = {
|
|
|
320
320
|
RUNNING: "Running",
|
|
321
321
|
STOPPED: "Stopped",
|
|
322
322
|
};
|
|
323
|
-
class InvalidCampaignStateException extends ConnectCampaignsV2ServiceException {
|
|
323
|
+
let InvalidCampaignStateException$1 = class InvalidCampaignStateException extends ConnectCampaignsV2ServiceException$1 {
|
|
324
324
|
name = "InvalidCampaignStateException";
|
|
325
325
|
$fault = "client";
|
|
326
326
|
state;
|
|
@@ -335,7 +335,7 @@ class InvalidCampaignStateException extends ConnectCampaignsV2ServiceException {
|
|
|
335
335
|
this.state = opts.state;
|
|
336
336
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
337
337
|
}
|
|
338
|
-
}
|
|
338
|
+
};
|
|
339
339
|
const CommunicationTimeConfigType = {
|
|
340
340
|
EMAIL: "EMAIL",
|
|
341
341
|
SMS: "SMS",
|
|
@@ -345,7 +345,7 @@ const CampaignDeletionPolicy = {
|
|
|
345
345
|
DELETE_ALL: "DELETE_ALL",
|
|
346
346
|
RETAIN_ALL: "RETAIN_ALL",
|
|
347
347
|
};
|
|
348
|
-
class InvalidStateException extends ConnectCampaignsV2ServiceException {
|
|
348
|
+
let InvalidStateException$1 = class InvalidStateException extends ConnectCampaignsV2ServiceException$1 {
|
|
349
349
|
name = "InvalidStateException";
|
|
350
350
|
$fault = "client";
|
|
351
351
|
xAmzErrorType;
|
|
@@ -358,7 +358,7 @@ class InvalidStateException extends ConnectCampaignsV2ServiceException {
|
|
|
358
358
|
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
359
359
|
this.xAmzErrorType = opts.xAmzErrorType;
|
|
360
360
|
}
|
|
361
|
-
}
|
|
361
|
+
};
|
|
362
362
|
exports.IntegrationIdentifier = void 0;
|
|
363
363
|
(function (IntegrationIdentifier) {
|
|
364
364
|
IntegrationIdentifier.visit = (value, visitor) => {
|
|
@@ -443,1335 +443,1392 @@ const ProfileOutboundRequestFailureCode = {
|
|
|
443
443
|
RESOURCE_NOT_FOUND: "ResourceNotFound",
|
|
444
444
|
UNKNOWN_ERROR: "UnknownError",
|
|
445
445
|
};
|
|
446
|
-
const EmailOutboundConfigFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
...(obj.connectSourceEmailAddress && { connectSourceEmailAddress: smithyClient.SENSITIVE_STRING }),
|
|
449
|
-
...(obj.sourceEmailAddressDisplayName && { sourceEmailAddressDisplayName: smithyClient.SENSITIVE_STRING }),
|
|
450
|
-
});
|
|
451
|
-
const EmailChannelSubtypeConfigFilterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
...(obj.outboundMode && { outboundMode: obj.outboundMode }),
|
|
454
|
-
...(obj.defaultOutboundConfig && {
|
|
455
|
-
defaultOutboundConfig: EmailOutboundConfigFilterSensitiveLog(obj.defaultOutboundConfig),
|
|
456
|
-
}),
|
|
457
|
-
});
|
|
458
|
-
const ChannelSubtypeConfigFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
...(obj.telephony && { telephony: obj.telephony }),
|
|
461
|
-
...(obj.sms && { sms: obj.sms }),
|
|
462
|
-
...(obj.email && { email: EmailChannelSubtypeConfigFilterSensitiveLog(obj.email) }),
|
|
463
|
-
});
|
|
464
|
-
const CreateCampaignRequestFilterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
...(obj.channelSubtypeConfig && {
|
|
467
|
-
channelSubtypeConfig: ChannelSubtypeConfigFilterSensitiveLog(obj.channelSubtypeConfig),
|
|
468
|
-
}),
|
|
469
|
-
...(obj.source && { source: obj.source }),
|
|
470
|
-
...(obj.communicationTimeConfig && { communicationTimeConfig: obj.communicationTimeConfig }),
|
|
471
|
-
...(obj.communicationLimitsOverride && { communicationLimitsOverride: obj.communicationLimitsOverride }),
|
|
472
|
-
});
|
|
473
|
-
const CampaignFilterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
...(obj.channelSubtypeConfig && {
|
|
476
|
-
channelSubtypeConfig: ChannelSubtypeConfigFilterSensitiveLog(obj.channelSubtypeConfig),
|
|
477
|
-
}),
|
|
478
|
-
...(obj.source && { source: obj.source }),
|
|
479
|
-
...(obj.communicationTimeConfig && { communicationTimeConfig: obj.communicationTimeConfig }),
|
|
480
|
-
...(obj.communicationLimitsOverride && { communicationLimitsOverride: obj.communicationLimitsOverride }),
|
|
481
|
-
});
|
|
482
|
-
const DescribeCampaignResponseFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
...(obj.campaign && { campaign: CampaignFilterSensitiveLog(obj.campaign) }),
|
|
485
|
-
});
|
|
486
|
-
const EmailChannelSubtypeParametersFilterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
...(obj.destinationEmailAddress && { destinationEmailAddress: smithyClient.SENSITIVE_STRING }),
|
|
489
|
-
...(obj.connectSourceEmailAddress && { connectSourceEmailAddress: smithyClient.SENSITIVE_STRING }),
|
|
490
|
-
...(obj.templateParameters && { templateParameters: smithyClient.SENSITIVE_STRING }),
|
|
491
|
-
});
|
|
492
|
-
const SmsChannelSubtypeParametersFilterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
...(obj.destinationPhoneNumber && { destinationPhoneNumber: smithyClient.SENSITIVE_STRING }),
|
|
495
|
-
...(obj.templateParameters && { templateParameters: smithyClient.SENSITIVE_STRING }),
|
|
496
|
-
});
|
|
497
|
-
const TelephonyChannelSubtypeParametersFilterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
...(obj.destinationPhoneNumber && { destinationPhoneNumber: smithyClient.SENSITIVE_STRING }),
|
|
500
|
-
...(obj.attributes && { attributes: smithyClient.SENSITIVE_STRING }),
|
|
501
|
-
});
|
|
502
|
-
const ChannelSubtypeParametersFilterSensitiveLog = (obj) => {
|
|
503
|
-
if (obj.telephony !== undefined)
|
|
504
|
-
return { telephony: TelephonyChannelSubtypeParametersFilterSensitiveLog(obj.telephony) };
|
|
505
|
-
if (obj.sms !== undefined)
|
|
506
|
-
return { sms: SmsChannelSubtypeParametersFilterSensitiveLog(obj.sms) };
|
|
507
|
-
if (obj.email !== undefined)
|
|
508
|
-
return { email: EmailChannelSubtypeParametersFilterSensitiveLog(obj.email) };
|
|
509
|
-
if (obj.$unknown !== undefined)
|
|
510
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
511
|
-
};
|
|
512
|
-
const OutboundRequestFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
...(obj.channelSubtypeParameters && {
|
|
515
|
-
channelSubtypeParameters: ChannelSubtypeParametersFilterSensitiveLog(obj.channelSubtypeParameters),
|
|
516
|
-
}),
|
|
517
|
-
});
|
|
518
|
-
const PutOutboundRequestBatchRequestFilterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
...(obj.outboundRequests && {
|
|
521
|
-
outboundRequests: obj.outboundRequests.map((item) => OutboundRequestFilterSensitiveLog(item)),
|
|
522
|
-
}),
|
|
523
|
-
});
|
|
524
|
-
const UpdateCampaignChannelSubtypeConfigRequestFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
...(obj.channelSubtypeConfig && {
|
|
527
|
-
channelSubtypeConfig: ChannelSubtypeConfigFilterSensitiveLog(obj.channelSubtypeConfig),
|
|
528
|
-
}),
|
|
529
|
-
});
|
|
530
446
|
|
|
531
|
-
const
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
const
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
const
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
const
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
const
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
const
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
const
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
const
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
const
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
const
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
const
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
const
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
const
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
const
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
const
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
const
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
const query = smithyClient.map({
|
|
711
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
712
|
-
[_nT]: [, input[_nT]],
|
|
713
|
-
});
|
|
714
|
-
let body;
|
|
715
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
716
|
-
return b.build();
|
|
717
|
-
};
|
|
718
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
719
|
-
const b = core.requestBuilder(input, context);
|
|
720
|
-
const headers = {};
|
|
721
|
-
b.bp("/v2/tags/{arn}");
|
|
722
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
723
|
-
let body;
|
|
724
|
-
b.m("GET").h(headers).b(body);
|
|
725
|
-
return b.build();
|
|
726
|
-
};
|
|
727
|
-
const se_PauseCampaignCommand = async (input, context) => {
|
|
728
|
-
const b = core.requestBuilder(input, context);
|
|
729
|
-
const headers = {};
|
|
730
|
-
b.bp("/v2/campaigns/{id}/pause");
|
|
731
|
-
b.p("id", () => input.id, "{id}", false);
|
|
732
|
-
let body;
|
|
733
|
-
b.m("POST").h(headers).b(body);
|
|
734
|
-
return b.build();
|
|
735
|
-
};
|
|
736
|
-
const se_PutConnectInstanceIntegrationCommand = async (input, context) => {
|
|
737
|
-
const b = core.requestBuilder(input, context);
|
|
738
|
-
const headers = {
|
|
739
|
-
"content-type": "application/json",
|
|
740
|
-
};
|
|
741
|
-
b.bp("/v2/connect-instance/{connectInstanceId}/integrations");
|
|
742
|
-
b.p("connectInstanceId", () => input.connectInstanceId, "{connectInstanceId}", false);
|
|
743
|
-
let body;
|
|
744
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
745
|
-
integrationConfig: (_) => smithyClient._json(_),
|
|
746
|
-
}));
|
|
747
|
-
b.m("PUT").h(headers).b(body);
|
|
748
|
-
return b.build();
|
|
749
|
-
};
|
|
750
|
-
const se_PutInstanceCommunicationLimitsCommand = async (input, context) => {
|
|
751
|
-
const b = core.requestBuilder(input, context);
|
|
752
|
-
const headers = {
|
|
753
|
-
"content-type": "application/json",
|
|
754
|
-
};
|
|
755
|
-
b.bp("/v2/connect-instance/{connectInstanceId}/communication-limits");
|
|
756
|
-
b.p("connectInstanceId", () => input.connectInstanceId, "{connectInstanceId}", false);
|
|
757
|
-
let body;
|
|
758
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
759
|
-
communicationLimitsConfig: (_) => smithyClient._json(_),
|
|
760
|
-
}));
|
|
761
|
-
b.m("PUT").h(headers).b(body);
|
|
762
|
-
return b.build();
|
|
763
|
-
};
|
|
764
|
-
const se_PutOutboundRequestBatchCommand = async (input, context) => {
|
|
765
|
-
const b = core.requestBuilder(input, context);
|
|
766
|
-
const headers = {
|
|
767
|
-
"content-type": "application/json",
|
|
768
|
-
};
|
|
769
|
-
b.bp("/v2/campaigns/{id}/outbound-requests");
|
|
770
|
-
b.p("id", () => input.id, "{id}", false);
|
|
771
|
-
let body;
|
|
772
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
773
|
-
outboundRequests: (_) => se_OutboundRequestList(_),
|
|
774
|
-
}));
|
|
775
|
-
b.m("PUT").h(headers).b(body);
|
|
776
|
-
return b.build();
|
|
777
|
-
};
|
|
778
|
-
const se_PutProfileOutboundRequestBatchCommand = async (input, context) => {
|
|
779
|
-
const b = core.requestBuilder(input, context);
|
|
780
|
-
const headers = {
|
|
781
|
-
"content-type": "application/json",
|
|
782
|
-
};
|
|
783
|
-
b.bp("/v2/campaigns/{id}/profile-outbound-requests");
|
|
784
|
-
b.p("id", () => input.id, "{id}", false);
|
|
785
|
-
let body;
|
|
786
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
787
|
-
profileOutboundRequests: (_) => se_ProfileOutboundRequestList(_),
|
|
788
|
-
}));
|
|
789
|
-
b.m("PUT").h(headers).b(body);
|
|
790
|
-
return b.build();
|
|
791
|
-
};
|
|
792
|
-
const se_ResumeCampaignCommand = async (input, context) => {
|
|
793
|
-
const b = core.requestBuilder(input, context);
|
|
794
|
-
const headers = {};
|
|
795
|
-
b.bp("/v2/campaigns/{id}/resume");
|
|
796
|
-
b.p("id", () => input.id, "{id}", false);
|
|
797
|
-
let body;
|
|
798
|
-
b.m("POST").h(headers).b(body);
|
|
799
|
-
return b.build();
|
|
800
|
-
};
|
|
801
|
-
const se_StartCampaignCommand = async (input, context) => {
|
|
802
|
-
const b = core.requestBuilder(input, context);
|
|
803
|
-
const headers = {};
|
|
804
|
-
b.bp("/v2/campaigns/{id}/start");
|
|
805
|
-
b.p("id", () => input.id, "{id}", false);
|
|
806
|
-
let body;
|
|
807
|
-
b.m("POST").h(headers).b(body);
|
|
808
|
-
return b.build();
|
|
809
|
-
};
|
|
810
|
-
const se_StartInstanceOnboardingJobCommand = async (input, context) => {
|
|
811
|
-
const b = core.requestBuilder(input, context);
|
|
812
|
-
const headers = {
|
|
813
|
-
"content-type": "application/json",
|
|
814
|
-
};
|
|
815
|
-
b.bp("/v2/connect-instance/{connectInstanceId}/onboarding");
|
|
816
|
-
b.p("connectInstanceId", () => input.connectInstanceId, "{connectInstanceId}", false);
|
|
817
|
-
let body;
|
|
818
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
819
|
-
encryptionConfig: (_) => smithyClient._json(_),
|
|
820
|
-
}));
|
|
821
|
-
b.m("PUT").h(headers).b(body);
|
|
822
|
-
return b.build();
|
|
823
|
-
};
|
|
824
|
-
const se_StopCampaignCommand = async (input, context) => {
|
|
825
|
-
const b = core.requestBuilder(input, context);
|
|
826
|
-
const headers = {};
|
|
827
|
-
b.bp("/v2/campaigns/{id}/stop");
|
|
828
|
-
b.p("id", () => input.id, "{id}", false);
|
|
829
|
-
let body;
|
|
830
|
-
b.m("POST").h(headers).b(body);
|
|
831
|
-
return b.build();
|
|
832
|
-
};
|
|
833
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
834
|
-
const b = core.requestBuilder(input, context);
|
|
835
|
-
const headers = {
|
|
836
|
-
"content-type": "application/json",
|
|
837
|
-
};
|
|
838
|
-
b.bp("/v2/tags/{arn}");
|
|
839
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
840
|
-
let body;
|
|
841
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
842
|
-
tags: (_) => smithyClient._json(_),
|
|
843
|
-
}));
|
|
844
|
-
b.m("POST").h(headers).b(body);
|
|
845
|
-
return b.build();
|
|
846
|
-
};
|
|
847
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
848
|
-
const b = core.requestBuilder(input, context);
|
|
849
|
-
const headers = {};
|
|
850
|
-
b.bp("/v2/tags/{arn}");
|
|
851
|
-
b.p("arn", () => input.arn, "{arn}", false);
|
|
852
|
-
const query = smithyClient.map({
|
|
853
|
-
[_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
|
|
854
|
-
});
|
|
855
|
-
let body;
|
|
856
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
857
|
-
return b.build();
|
|
858
|
-
};
|
|
859
|
-
const se_UpdateCampaignChannelSubtypeConfigCommand = async (input, context) => {
|
|
860
|
-
const b = core.requestBuilder(input, context);
|
|
861
|
-
const headers = {
|
|
862
|
-
"content-type": "application/json",
|
|
863
|
-
};
|
|
864
|
-
b.bp("/v2/campaigns/{id}/channel-subtype-config");
|
|
865
|
-
b.p("id", () => input.id, "{id}", false);
|
|
866
|
-
let body;
|
|
867
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
868
|
-
channelSubtypeConfig: (_) => se_ChannelSubtypeConfig(_),
|
|
869
|
-
}));
|
|
870
|
-
b.m("POST").h(headers).b(body);
|
|
871
|
-
return b.build();
|
|
872
|
-
};
|
|
873
|
-
const se_UpdateCampaignCommunicationLimitsCommand = async (input, context) => {
|
|
874
|
-
const b = core.requestBuilder(input, context);
|
|
875
|
-
const headers = {
|
|
876
|
-
"content-type": "application/json",
|
|
877
|
-
};
|
|
878
|
-
b.bp("/v2/campaigns/{id}/communication-limits");
|
|
879
|
-
b.p("id", () => input.id, "{id}", false);
|
|
880
|
-
let body;
|
|
881
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
882
|
-
communicationLimitsOverride: (_) => smithyClient._json(_),
|
|
883
|
-
}));
|
|
884
|
-
b.m("POST").h(headers).b(body);
|
|
885
|
-
return b.build();
|
|
886
|
-
};
|
|
887
|
-
const se_UpdateCampaignCommunicationTimeCommand = async (input, context) => {
|
|
888
|
-
const b = core.requestBuilder(input, context);
|
|
889
|
-
const headers = {
|
|
890
|
-
"content-type": "application/json",
|
|
891
|
-
};
|
|
892
|
-
b.bp("/v2/campaigns/{id}/communication-time");
|
|
893
|
-
b.p("id", () => input.id, "{id}", false);
|
|
894
|
-
let body;
|
|
895
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
896
|
-
communicationTimeConfig: (_) => smithyClient._json(_),
|
|
897
|
-
}));
|
|
898
|
-
b.m("POST").h(headers).b(body);
|
|
899
|
-
return b.build();
|
|
900
|
-
};
|
|
901
|
-
const se_UpdateCampaignFlowAssociationCommand = async (input, context) => {
|
|
902
|
-
const b = core.requestBuilder(input, context);
|
|
903
|
-
const headers = {
|
|
904
|
-
"content-type": "application/json",
|
|
905
|
-
};
|
|
906
|
-
b.bp("/v2/campaigns/{id}/flow");
|
|
907
|
-
b.p("id", () => input.id, "{id}", false);
|
|
908
|
-
let body;
|
|
909
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
910
|
-
connectCampaignFlowArn: [],
|
|
911
|
-
}));
|
|
912
|
-
b.m("POST").h(headers).b(body);
|
|
913
|
-
return b.build();
|
|
914
|
-
};
|
|
915
|
-
const se_UpdateCampaignNameCommand = async (input, context) => {
|
|
916
|
-
const b = core.requestBuilder(input, context);
|
|
917
|
-
const headers = {
|
|
918
|
-
"content-type": "application/json",
|
|
919
|
-
};
|
|
920
|
-
b.bp("/v2/campaigns/{id}/name");
|
|
921
|
-
b.p("id", () => input.id, "{id}", false);
|
|
922
|
-
let body;
|
|
923
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
924
|
-
name: [],
|
|
925
|
-
}));
|
|
926
|
-
b.m("POST").h(headers).b(body);
|
|
927
|
-
return b.build();
|
|
928
|
-
};
|
|
929
|
-
const se_UpdateCampaignScheduleCommand = async (input, context) => {
|
|
930
|
-
const b = core.requestBuilder(input, context);
|
|
931
|
-
const headers = {
|
|
932
|
-
"content-type": "application/json",
|
|
933
|
-
};
|
|
934
|
-
b.bp("/v2/campaigns/{id}/schedule");
|
|
935
|
-
b.p("id", () => input.id, "{id}", false);
|
|
936
|
-
let body;
|
|
937
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
938
|
-
schedule: (_) => se_Schedule(_),
|
|
939
|
-
}));
|
|
940
|
-
b.m("POST").h(headers).b(body);
|
|
941
|
-
return b.build();
|
|
942
|
-
};
|
|
943
|
-
const se_UpdateCampaignSourceCommand = async (input, context) => {
|
|
944
|
-
const b = core.requestBuilder(input, context);
|
|
945
|
-
const headers = {
|
|
946
|
-
"content-type": "application/json",
|
|
947
|
-
};
|
|
948
|
-
b.bp("/v2/campaigns/{id}/source");
|
|
949
|
-
b.p("id", () => input.id, "{id}", false);
|
|
950
|
-
let body;
|
|
951
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
952
|
-
source: (_) => smithyClient._json(_),
|
|
953
|
-
}));
|
|
954
|
-
b.m("POST").h(headers).b(body);
|
|
955
|
-
return b.build();
|
|
956
|
-
};
|
|
957
|
-
const de_CreateCampaignCommand = async (output, context) => {
|
|
958
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
959
|
-
return de_CommandError(output, context);
|
|
960
|
-
}
|
|
961
|
-
const contents = smithyClient.map({
|
|
962
|
-
$metadata: deserializeMetadata(output),
|
|
963
|
-
});
|
|
964
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
965
|
-
const doc = smithyClient.take(data, {
|
|
966
|
-
arn: smithyClient.expectString,
|
|
967
|
-
id: smithyClient.expectString,
|
|
968
|
-
tags: smithyClient._json,
|
|
969
|
-
});
|
|
970
|
-
Object.assign(contents, doc);
|
|
971
|
-
return contents;
|
|
972
|
-
};
|
|
973
|
-
const de_DeleteCampaignCommand = async (output, context) => {
|
|
974
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
975
|
-
return de_CommandError(output, context);
|
|
976
|
-
}
|
|
977
|
-
const contents = smithyClient.map({
|
|
978
|
-
$metadata: deserializeMetadata(output),
|
|
979
|
-
});
|
|
980
|
-
await smithyClient.collectBody(output.body, context);
|
|
981
|
-
return contents;
|
|
982
|
-
};
|
|
983
|
-
const de_DeleteCampaignChannelSubtypeConfigCommand = async (output, context) => {
|
|
984
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
985
|
-
return de_CommandError(output, context);
|
|
986
|
-
}
|
|
987
|
-
const contents = smithyClient.map({
|
|
988
|
-
$metadata: deserializeMetadata(output),
|
|
989
|
-
});
|
|
990
|
-
await smithyClient.collectBody(output.body, context);
|
|
991
|
-
return contents;
|
|
992
|
-
};
|
|
993
|
-
const de_DeleteCampaignCommunicationLimitsCommand = async (output, context) => {
|
|
994
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
995
|
-
return de_CommandError(output, context);
|
|
996
|
-
}
|
|
997
|
-
const contents = smithyClient.map({
|
|
998
|
-
$metadata: deserializeMetadata(output),
|
|
999
|
-
});
|
|
1000
|
-
await smithyClient.collectBody(output.body, context);
|
|
1001
|
-
return contents;
|
|
1002
|
-
};
|
|
1003
|
-
const de_DeleteCampaignCommunicationTimeCommand = async (output, context) => {
|
|
1004
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1005
|
-
return de_CommandError(output, context);
|
|
1006
|
-
}
|
|
1007
|
-
const contents = smithyClient.map({
|
|
1008
|
-
$metadata: deserializeMetadata(output),
|
|
1009
|
-
});
|
|
1010
|
-
await smithyClient.collectBody(output.body, context);
|
|
1011
|
-
return contents;
|
|
1012
|
-
};
|
|
1013
|
-
const de_DeleteConnectInstanceConfigCommand = async (output, context) => {
|
|
1014
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1015
|
-
return de_CommandError(output, context);
|
|
1016
|
-
}
|
|
1017
|
-
const contents = smithyClient.map({
|
|
1018
|
-
$metadata: deserializeMetadata(output),
|
|
1019
|
-
});
|
|
1020
|
-
await smithyClient.collectBody(output.body, context);
|
|
1021
|
-
return contents;
|
|
1022
|
-
};
|
|
1023
|
-
const de_DeleteConnectInstanceIntegrationCommand = async (output, context) => {
|
|
1024
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1025
|
-
return de_CommandError(output, context);
|
|
1026
|
-
}
|
|
1027
|
-
const contents = smithyClient.map({
|
|
1028
|
-
$metadata: deserializeMetadata(output),
|
|
1029
|
-
});
|
|
1030
|
-
await smithyClient.collectBody(output.body, context);
|
|
1031
|
-
return contents;
|
|
1032
|
-
};
|
|
1033
|
-
const de_DeleteInstanceOnboardingJobCommand = async (output, context) => {
|
|
1034
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1035
|
-
return de_CommandError(output, context);
|
|
1036
|
-
}
|
|
1037
|
-
const contents = smithyClient.map({
|
|
1038
|
-
$metadata: deserializeMetadata(output),
|
|
1039
|
-
});
|
|
1040
|
-
await smithyClient.collectBody(output.body, context);
|
|
1041
|
-
return contents;
|
|
1042
|
-
};
|
|
1043
|
-
const de_DescribeCampaignCommand = async (output, context) => {
|
|
1044
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1045
|
-
return de_CommandError(output, context);
|
|
1046
|
-
}
|
|
1047
|
-
const contents = smithyClient.map({
|
|
1048
|
-
$metadata: deserializeMetadata(output),
|
|
1049
|
-
});
|
|
1050
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1051
|
-
const doc = smithyClient.take(data, {
|
|
1052
|
-
campaign: (_) => de_Campaign(_),
|
|
1053
|
-
});
|
|
1054
|
-
Object.assign(contents, doc);
|
|
1055
|
-
return contents;
|
|
1056
|
-
};
|
|
1057
|
-
const de_GetCampaignStateCommand = async (output, context) => {
|
|
1058
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1059
|
-
return de_CommandError(output, context);
|
|
1060
|
-
}
|
|
1061
|
-
const contents = smithyClient.map({
|
|
1062
|
-
$metadata: deserializeMetadata(output),
|
|
1063
|
-
});
|
|
1064
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1065
|
-
const doc = smithyClient.take(data, {
|
|
1066
|
-
state: smithyClient.expectString,
|
|
1067
|
-
});
|
|
1068
|
-
Object.assign(contents, doc);
|
|
1069
|
-
return contents;
|
|
1070
|
-
};
|
|
1071
|
-
const de_GetCampaignStateBatchCommand = async (output, context) => {
|
|
1072
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1073
|
-
return de_CommandError(output, context);
|
|
1074
|
-
}
|
|
1075
|
-
const contents = smithyClient.map({
|
|
1076
|
-
$metadata: deserializeMetadata(output),
|
|
1077
|
-
});
|
|
1078
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1079
|
-
const doc = smithyClient.take(data, {
|
|
1080
|
-
failedRequests: smithyClient._json,
|
|
1081
|
-
successfulRequests: smithyClient._json,
|
|
1082
|
-
});
|
|
1083
|
-
Object.assign(contents, doc);
|
|
1084
|
-
return contents;
|
|
1085
|
-
};
|
|
1086
|
-
const de_GetConnectInstanceConfigCommand = async (output, context) => {
|
|
1087
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1088
|
-
return de_CommandError(output, context);
|
|
1089
|
-
}
|
|
1090
|
-
const contents = smithyClient.map({
|
|
1091
|
-
$metadata: deserializeMetadata(output),
|
|
1092
|
-
});
|
|
1093
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1094
|
-
const doc = smithyClient.take(data, {
|
|
1095
|
-
connectInstanceConfig: smithyClient._json,
|
|
1096
|
-
});
|
|
1097
|
-
Object.assign(contents, doc);
|
|
1098
|
-
return contents;
|
|
1099
|
-
};
|
|
1100
|
-
const de_GetInstanceCommunicationLimitsCommand = async (output, context) => {
|
|
1101
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1102
|
-
return de_CommandError(output, context);
|
|
1103
|
-
}
|
|
1104
|
-
const contents = smithyClient.map({
|
|
1105
|
-
$metadata: deserializeMetadata(output),
|
|
1106
|
-
});
|
|
1107
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1108
|
-
const doc = smithyClient.take(data, {
|
|
1109
|
-
communicationLimitsConfig: smithyClient._json,
|
|
1110
|
-
});
|
|
1111
|
-
Object.assign(contents, doc);
|
|
1112
|
-
return contents;
|
|
1113
|
-
};
|
|
1114
|
-
const de_GetInstanceOnboardingJobStatusCommand = async (output, context) => {
|
|
1115
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1116
|
-
return de_CommandError(output, context);
|
|
1117
|
-
}
|
|
1118
|
-
const contents = smithyClient.map({
|
|
1119
|
-
$metadata: deserializeMetadata(output),
|
|
1120
|
-
});
|
|
1121
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1122
|
-
const doc = smithyClient.take(data, {
|
|
1123
|
-
connectInstanceOnboardingJobStatus: smithyClient._json,
|
|
1124
|
-
});
|
|
1125
|
-
Object.assign(contents, doc);
|
|
1126
|
-
return contents;
|
|
1127
|
-
};
|
|
1128
|
-
const de_ListCampaignsCommand = async (output, context) => {
|
|
1129
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1130
|
-
return de_CommandError(output, context);
|
|
1131
|
-
}
|
|
1132
|
-
const contents = smithyClient.map({
|
|
1133
|
-
$metadata: deserializeMetadata(output),
|
|
1134
|
-
});
|
|
1135
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1136
|
-
const doc = smithyClient.take(data, {
|
|
1137
|
-
campaignSummaryList: (_) => de_CampaignSummaryList(_),
|
|
1138
|
-
nextToken: smithyClient.expectString,
|
|
1139
|
-
});
|
|
1140
|
-
Object.assign(contents, doc);
|
|
1141
|
-
return contents;
|
|
1142
|
-
};
|
|
1143
|
-
const de_ListConnectInstanceIntegrationsCommand = async (output, context) => {
|
|
1144
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1145
|
-
return de_CommandError(output, context);
|
|
1146
|
-
}
|
|
1147
|
-
const contents = smithyClient.map({
|
|
1148
|
-
$metadata: deserializeMetadata(output),
|
|
1149
|
-
});
|
|
1150
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1151
|
-
const doc = smithyClient.take(data, {
|
|
1152
|
-
integrationSummaryList: smithyClient._json,
|
|
1153
|
-
nextToken: smithyClient.expectString,
|
|
1154
|
-
});
|
|
1155
|
-
Object.assign(contents, doc);
|
|
1156
|
-
return contents;
|
|
1157
|
-
};
|
|
1158
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1159
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1160
|
-
return de_CommandError(output, context);
|
|
1161
|
-
}
|
|
1162
|
-
const contents = smithyClient.map({
|
|
1163
|
-
$metadata: deserializeMetadata(output),
|
|
1164
|
-
});
|
|
1165
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1166
|
-
const doc = smithyClient.take(data, {
|
|
1167
|
-
tags: smithyClient._json,
|
|
1168
|
-
});
|
|
1169
|
-
Object.assign(contents, doc);
|
|
1170
|
-
return contents;
|
|
1171
|
-
};
|
|
1172
|
-
const de_PauseCampaignCommand = async (output, context) => {
|
|
1173
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1174
|
-
return de_CommandError(output, context);
|
|
1175
|
-
}
|
|
1176
|
-
const contents = smithyClient.map({
|
|
1177
|
-
$metadata: deserializeMetadata(output),
|
|
1178
|
-
});
|
|
1179
|
-
await smithyClient.collectBody(output.body, context);
|
|
1180
|
-
return contents;
|
|
1181
|
-
};
|
|
1182
|
-
const de_PutConnectInstanceIntegrationCommand = async (output, context) => {
|
|
1183
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1184
|
-
return de_CommandError(output, context);
|
|
1185
|
-
}
|
|
1186
|
-
const contents = smithyClient.map({
|
|
1187
|
-
$metadata: deserializeMetadata(output),
|
|
1188
|
-
});
|
|
1189
|
-
await smithyClient.collectBody(output.body, context);
|
|
1190
|
-
return contents;
|
|
1191
|
-
};
|
|
1192
|
-
const de_PutInstanceCommunicationLimitsCommand = async (output, context) => {
|
|
1193
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1194
|
-
return de_CommandError(output, context);
|
|
1195
|
-
}
|
|
1196
|
-
const contents = smithyClient.map({
|
|
1197
|
-
$metadata: deserializeMetadata(output),
|
|
1198
|
-
});
|
|
1199
|
-
await smithyClient.collectBody(output.body, context);
|
|
1200
|
-
return contents;
|
|
1201
|
-
};
|
|
1202
|
-
const de_PutOutboundRequestBatchCommand = async (output, context) => {
|
|
1203
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1204
|
-
return de_CommandError(output, context);
|
|
1205
|
-
}
|
|
1206
|
-
const contents = smithyClient.map({
|
|
1207
|
-
$metadata: deserializeMetadata(output),
|
|
1208
|
-
});
|
|
1209
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1210
|
-
const doc = smithyClient.take(data, {
|
|
1211
|
-
failedRequests: smithyClient._json,
|
|
1212
|
-
successfulRequests: smithyClient._json,
|
|
1213
|
-
});
|
|
1214
|
-
Object.assign(contents, doc);
|
|
1215
|
-
return contents;
|
|
1216
|
-
};
|
|
1217
|
-
const de_PutProfileOutboundRequestBatchCommand = async (output, context) => {
|
|
1218
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1219
|
-
return de_CommandError(output, context);
|
|
1220
|
-
}
|
|
1221
|
-
const contents = smithyClient.map({
|
|
1222
|
-
$metadata: deserializeMetadata(output),
|
|
1223
|
-
});
|
|
1224
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1225
|
-
const doc = smithyClient.take(data, {
|
|
1226
|
-
failedRequests: smithyClient._json,
|
|
1227
|
-
successfulRequests: smithyClient._json,
|
|
1228
|
-
});
|
|
1229
|
-
Object.assign(contents, doc);
|
|
1230
|
-
return contents;
|
|
1231
|
-
};
|
|
1232
|
-
const de_ResumeCampaignCommand = async (output, context) => {
|
|
1233
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1234
|
-
return de_CommandError(output, context);
|
|
1235
|
-
}
|
|
1236
|
-
const contents = smithyClient.map({
|
|
1237
|
-
$metadata: deserializeMetadata(output),
|
|
1238
|
-
});
|
|
1239
|
-
await smithyClient.collectBody(output.body, context);
|
|
1240
|
-
return contents;
|
|
1241
|
-
};
|
|
1242
|
-
const de_StartCampaignCommand = async (output, context) => {
|
|
1243
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1244
|
-
return de_CommandError(output, context);
|
|
1245
|
-
}
|
|
1246
|
-
const contents = smithyClient.map({
|
|
1247
|
-
$metadata: deserializeMetadata(output),
|
|
1248
|
-
});
|
|
1249
|
-
await smithyClient.collectBody(output.body, context);
|
|
1250
|
-
return contents;
|
|
1251
|
-
};
|
|
1252
|
-
const de_StartInstanceOnboardingJobCommand = async (output, context) => {
|
|
1253
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1254
|
-
return de_CommandError(output, context);
|
|
1255
|
-
}
|
|
1256
|
-
const contents = smithyClient.map({
|
|
1257
|
-
$metadata: deserializeMetadata(output),
|
|
1258
|
-
});
|
|
1259
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1260
|
-
const doc = smithyClient.take(data, {
|
|
1261
|
-
connectInstanceOnboardingJobStatus: smithyClient._json,
|
|
1262
|
-
});
|
|
1263
|
-
Object.assign(contents, doc);
|
|
1264
|
-
return contents;
|
|
1265
|
-
};
|
|
1266
|
-
const de_StopCampaignCommand = async (output, context) => {
|
|
1267
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1268
|
-
return de_CommandError(output, context);
|
|
1269
|
-
}
|
|
1270
|
-
const contents = smithyClient.map({
|
|
1271
|
-
$metadata: deserializeMetadata(output),
|
|
1272
|
-
});
|
|
1273
|
-
await smithyClient.collectBody(output.body, context);
|
|
1274
|
-
return contents;
|
|
1275
|
-
};
|
|
1276
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
1277
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1278
|
-
return de_CommandError(output, context);
|
|
1279
|
-
}
|
|
1280
|
-
const contents = smithyClient.map({
|
|
1281
|
-
$metadata: deserializeMetadata(output),
|
|
1282
|
-
});
|
|
1283
|
-
await smithyClient.collectBody(output.body, context);
|
|
1284
|
-
return contents;
|
|
1285
|
-
};
|
|
1286
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
1287
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1288
|
-
return de_CommandError(output, context);
|
|
1289
|
-
}
|
|
1290
|
-
const contents = smithyClient.map({
|
|
1291
|
-
$metadata: deserializeMetadata(output),
|
|
1292
|
-
});
|
|
1293
|
-
await smithyClient.collectBody(output.body, context);
|
|
1294
|
-
return contents;
|
|
1295
|
-
};
|
|
1296
|
-
const de_UpdateCampaignChannelSubtypeConfigCommand = async (output, context) => {
|
|
1297
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1298
|
-
return de_CommandError(output, context);
|
|
1299
|
-
}
|
|
1300
|
-
const contents = smithyClient.map({
|
|
1301
|
-
$metadata: deserializeMetadata(output),
|
|
1302
|
-
});
|
|
1303
|
-
await smithyClient.collectBody(output.body, context);
|
|
1304
|
-
return contents;
|
|
1305
|
-
};
|
|
1306
|
-
const de_UpdateCampaignCommunicationLimitsCommand = async (output, context) => {
|
|
1307
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1308
|
-
return de_CommandError(output, context);
|
|
1309
|
-
}
|
|
1310
|
-
const contents = smithyClient.map({
|
|
1311
|
-
$metadata: deserializeMetadata(output),
|
|
1312
|
-
});
|
|
1313
|
-
await smithyClient.collectBody(output.body, context);
|
|
1314
|
-
return contents;
|
|
1315
|
-
};
|
|
1316
|
-
const de_UpdateCampaignCommunicationTimeCommand = async (output, context) => {
|
|
1317
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1318
|
-
return de_CommandError(output, context);
|
|
1319
|
-
}
|
|
1320
|
-
const contents = smithyClient.map({
|
|
1321
|
-
$metadata: deserializeMetadata(output),
|
|
1322
|
-
});
|
|
1323
|
-
await smithyClient.collectBody(output.body, context);
|
|
1324
|
-
return contents;
|
|
1325
|
-
};
|
|
1326
|
-
const de_UpdateCampaignFlowAssociationCommand = async (output, context) => {
|
|
1327
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1328
|
-
return de_CommandError(output, context);
|
|
1329
|
-
}
|
|
1330
|
-
const contents = smithyClient.map({
|
|
1331
|
-
$metadata: deserializeMetadata(output),
|
|
1332
|
-
});
|
|
1333
|
-
await smithyClient.collectBody(output.body, context);
|
|
1334
|
-
return contents;
|
|
1335
|
-
};
|
|
1336
|
-
const de_UpdateCampaignNameCommand = async (output, context) => {
|
|
1337
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1338
|
-
return de_CommandError(output, context);
|
|
1339
|
-
}
|
|
1340
|
-
const contents = smithyClient.map({
|
|
1341
|
-
$metadata: deserializeMetadata(output),
|
|
1342
|
-
});
|
|
1343
|
-
await smithyClient.collectBody(output.body, context);
|
|
1344
|
-
return contents;
|
|
1345
|
-
};
|
|
1346
|
-
const de_UpdateCampaignScheduleCommand = async (output, context) => {
|
|
1347
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1348
|
-
return de_CommandError(output, context);
|
|
1349
|
-
}
|
|
1350
|
-
const contents = smithyClient.map({
|
|
1351
|
-
$metadata: deserializeMetadata(output),
|
|
1352
|
-
});
|
|
1353
|
-
await smithyClient.collectBody(output.body, context);
|
|
1354
|
-
return contents;
|
|
1355
|
-
};
|
|
1356
|
-
const de_UpdateCampaignSourceCommand = async (output, context) => {
|
|
1357
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1358
|
-
return de_CommandError(output, context);
|
|
1359
|
-
}
|
|
1360
|
-
const contents = smithyClient.map({
|
|
1361
|
-
$metadata: deserializeMetadata(output),
|
|
1362
|
-
});
|
|
1363
|
-
await smithyClient.collectBody(output.body, context);
|
|
1364
|
-
return contents;
|
|
1365
|
-
};
|
|
1366
|
-
const de_CommandError = async (output, context) => {
|
|
1367
|
-
const parsedOutput = {
|
|
1368
|
-
...output,
|
|
1369
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1370
|
-
};
|
|
1371
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1372
|
-
switch (errorCode) {
|
|
1373
|
-
case "AccessDeniedException":
|
|
1374
|
-
case "com.amazonaws.connectcampaignsv2#AccessDeniedException":
|
|
1375
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput);
|
|
1376
|
-
case "ConflictException":
|
|
1377
|
-
case "com.amazonaws.connectcampaignsv2#ConflictException":
|
|
1378
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
1379
|
-
case "InternalServerException":
|
|
1380
|
-
case "com.amazonaws.connectcampaignsv2#InternalServerException":
|
|
1381
|
-
throw await de_InternalServerExceptionRes(parsedOutput);
|
|
1382
|
-
case "ResourceNotFoundException":
|
|
1383
|
-
case "com.amazonaws.connectcampaignsv2#ResourceNotFoundException":
|
|
1384
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1385
|
-
case "ServiceQuotaExceededException":
|
|
1386
|
-
case "com.amazonaws.connectcampaignsv2#ServiceQuotaExceededException":
|
|
1387
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
|
|
1388
|
-
case "ThrottlingException":
|
|
1389
|
-
case "com.amazonaws.connectcampaignsv2#ThrottlingException":
|
|
1390
|
-
throw await de_ThrottlingExceptionRes(parsedOutput);
|
|
1391
|
-
case "ValidationException":
|
|
1392
|
-
case "com.amazonaws.connectcampaignsv2#ValidationException":
|
|
1393
|
-
throw await de_ValidationExceptionRes(parsedOutput);
|
|
1394
|
-
case "InvalidCampaignStateException":
|
|
1395
|
-
case "com.amazonaws.connectcampaignsv2#InvalidCampaignStateException":
|
|
1396
|
-
throw await de_InvalidCampaignStateExceptionRes(parsedOutput);
|
|
1397
|
-
case "InvalidStateException":
|
|
1398
|
-
case "com.amazonaws.connectcampaignsv2#InvalidStateException":
|
|
1399
|
-
throw await de_InvalidStateExceptionRes(parsedOutput);
|
|
1400
|
-
default:
|
|
1401
|
-
const parsedBody = parsedOutput.body;
|
|
1402
|
-
return throwDefaultError({
|
|
1403
|
-
output,
|
|
1404
|
-
parsedBody,
|
|
1405
|
-
errorCode,
|
|
1406
|
-
});
|
|
1407
|
-
}
|
|
1408
|
-
};
|
|
1409
|
-
const throwDefaultError = smithyClient.withBaseException(ConnectCampaignsV2ServiceException);
|
|
1410
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
1411
|
-
const contents = smithyClient.map({
|
|
1412
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1413
|
-
});
|
|
1414
|
-
const data = parsedOutput.body;
|
|
1415
|
-
const doc = smithyClient.take(data, {
|
|
1416
|
-
message: smithyClient.expectString,
|
|
1417
|
-
});
|
|
1418
|
-
Object.assign(contents, doc);
|
|
1419
|
-
const exception = new AccessDeniedException({
|
|
1420
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1421
|
-
...contents,
|
|
1422
|
-
});
|
|
1423
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1424
|
-
};
|
|
1425
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1426
|
-
const contents = smithyClient.map({
|
|
1427
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1428
|
-
});
|
|
1429
|
-
const data = parsedOutput.body;
|
|
1430
|
-
const doc = smithyClient.take(data, {
|
|
1431
|
-
message: smithyClient.expectString,
|
|
1432
|
-
});
|
|
1433
|
-
Object.assign(contents, doc);
|
|
1434
|
-
const exception = new ConflictException({
|
|
1435
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1436
|
-
...contents,
|
|
1437
|
-
});
|
|
1438
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1439
|
-
};
|
|
1440
|
-
const de_InternalServerExceptionRes = async (parsedOutput, context) => {
|
|
1441
|
-
const contents = smithyClient.map({
|
|
1442
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1443
|
-
});
|
|
1444
|
-
const data = parsedOutput.body;
|
|
1445
|
-
const doc = smithyClient.take(data, {
|
|
1446
|
-
message: smithyClient.expectString,
|
|
1447
|
-
});
|
|
1448
|
-
Object.assign(contents, doc);
|
|
1449
|
-
const exception = new InternalServerException({
|
|
1450
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1451
|
-
...contents,
|
|
1452
|
-
});
|
|
1453
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1454
|
-
};
|
|
1455
|
-
const de_InvalidCampaignStateExceptionRes = async (parsedOutput, context) => {
|
|
1456
|
-
const contents = smithyClient.map({
|
|
1457
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1458
|
-
});
|
|
1459
|
-
const data = parsedOutput.body;
|
|
1460
|
-
const doc = smithyClient.take(data, {
|
|
1461
|
-
message: smithyClient.expectString,
|
|
1462
|
-
state: smithyClient.expectString,
|
|
1463
|
-
});
|
|
1464
|
-
Object.assign(contents, doc);
|
|
1465
|
-
const exception = new InvalidCampaignStateException({
|
|
1466
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1467
|
-
...contents,
|
|
1468
|
-
});
|
|
1469
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1470
|
-
};
|
|
1471
|
-
const de_InvalidStateExceptionRes = async (parsedOutput, context) => {
|
|
1472
|
-
const contents = smithyClient.map({
|
|
1473
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1474
|
-
});
|
|
1475
|
-
const data = parsedOutput.body;
|
|
1476
|
-
const doc = smithyClient.take(data, {
|
|
1477
|
-
message: smithyClient.expectString,
|
|
1478
|
-
});
|
|
1479
|
-
Object.assign(contents, doc);
|
|
1480
|
-
const exception = new InvalidStateException({
|
|
1481
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1482
|
-
...contents,
|
|
1483
|
-
});
|
|
1484
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1485
|
-
};
|
|
1486
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1487
|
-
const contents = smithyClient.map({
|
|
1488
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1489
|
-
});
|
|
1490
|
-
const data = parsedOutput.body;
|
|
1491
|
-
const doc = smithyClient.take(data, {
|
|
1492
|
-
message: smithyClient.expectString,
|
|
1493
|
-
});
|
|
1494
|
-
Object.assign(contents, doc);
|
|
1495
|
-
const exception = new ResourceNotFoundException({
|
|
1496
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1497
|
-
...contents,
|
|
1498
|
-
});
|
|
1499
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1500
|
-
};
|
|
1501
|
-
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
1502
|
-
const contents = smithyClient.map({
|
|
1503
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1504
|
-
});
|
|
1505
|
-
const data = parsedOutput.body;
|
|
1506
|
-
const doc = smithyClient.take(data, {
|
|
1507
|
-
message: smithyClient.expectString,
|
|
1508
|
-
});
|
|
1509
|
-
Object.assign(contents, doc);
|
|
1510
|
-
const exception = new ServiceQuotaExceededException({
|
|
1511
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1512
|
-
...contents,
|
|
1513
|
-
});
|
|
1514
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1515
|
-
};
|
|
1516
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
1517
|
-
const contents = smithyClient.map({
|
|
1518
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1519
|
-
});
|
|
1520
|
-
const data = parsedOutput.body;
|
|
1521
|
-
const doc = smithyClient.take(data, {
|
|
1522
|
-
message: smithyClient.expectString,
|
|
1523
|
-
});
|
|
1524
|
-
Object.assign(contents, doc);
|
|
1525
|
-
const exception = new ThrottlingException({
|
|
1526
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1527
|
-
...contents,
|
|
1528
|
-
});
|
|
1529
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1530
|
-
};
|
|
1531
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
1532
|
-
const contents = smithyClient.map({
|
|
1533
|
-
[_xAET]: [, parsedOutput.headers[_xae]],
|
|
1534
|
-
});
|
|
1535
|
-
const data = parsedOutput.body;
|
|
1536
|
-
const doc = smithyClient.take(data, {
|
|
1537
|
-
message: smithyClient.expectString,
|
|
1538
|
-
});
|
|
1539
|
-
Object.assign(contents, doc);
|
|
1540
|
-
const exception = new ValidationException({
|
|
1541
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1542
|
-
...contents,
|
|
1543
|
-
});
|
|
1544
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1545
|
-
};
|
|
1546
|
-
const se_ChannelSubtypeConfig = (input, context) => {
|
|
1547
|
-
return smithyClient.take(input, {
|
|
1548
|
-
email: (_) => se_EmailChannelSubtypeConfig(_),
|
|
1549
|
-
sms: (_) => se_SmsChannelSubtypeConfig(_),
|
|
1550
|
-
telephony: (_) => se_TelephonyChannelSubtypeConfig(_),
|
|
1551
|
-
});
|
|
1552
|
-
};
|
|
1553
|
-
const se_EmailChannelSubtypeConfig = (input, context) => {
|
|
1554
|
-
return smithyClient.take(input, {
|
|
1555
|
-
capacity: smithyClient.serializeFloat,
|
|
1556
|
-
defaultOutboundConfig: smithyClient._json,
|
|
1557
|
-
outboundMode: smithyClient._json,
|
|
1558
|
-
});
|
|
1559
|
-
};
|
|
1560
|
-
const se_OutboundRequest = (input, context) => {
|
|
1561
|
-
return smithyClient.take(input, {
|
|
1562
|
-
channelSubtypeParameters: smithyClient._json,
|
|
1563
|
-
clientToken: [],
|
|
1564
|
-
expirationTime: smithyClient.serializeDateTime,
|
|
1565
|
-
});
|
|
1566
|
-
};
|
|
1567
|
-
const se_OutboundRequestList = (input, context) => {
|
|
1568
|
-
return input
|
|
1569
|
-
.filter((e) => e != null)
|
|
1570
|
-
.map((entry) => {
|
|
1571
|
-
return se_OutboundRequest(entry);
|
|
1572
|
-
});
|
|
1573
|
-
};
|
|
1574
|
-
const se_PredictiveConfig = (input, context) => {
|
|
1575
|
-
return smithyClient.take(input, {
|
|
1576
|
-
bandwidthAllocation: smithyClient.serializeFloat,
|
|
1577
|
-
});
|
|
1578
|
-
};
|
|
1579
|
-
const se_PreviewConfig = (input, context) => {
|
|
1580
|
-
return smithyClient.take(input, {
|
|
1581
|
-
agentActions: smithyClient._json,
|
|
1582
|
-
bandwidthAllocation: smithyClient.serializeFloat,
|
|
1583
|
-
timeoutConfig: smithyClient._json,
|
|
1584
|
-
});
|
|
1585
|
-
};
|
|
1586
|
-
const se_ProfileOutboundRequest = (input, context) => {
|
|
1587
|
-
return smithyClient.take(input, {
|
|
1588
|
-
clientToken: [],
|
|
1589
|
-
expirationTime: smithyClient.serializeDateTime,
|
|
1590
|
-
profileId: [],
|
|
1591
|
-
});
|
|
1592
|
-
};
|
|
1593
|
-
const se_ProfileOutboundRequestList = (input, context) => {
|
|
1594
|
-
return input
|
|
1595
|
-
.filter((e) => e != null)
|
|
1596
|
-
.map((entry) => {
|
|
1597
|
-
return se_ProfileOutboundRequest(entry);
|
|
1598
|
-
});
|
|
1599
|
-
};
|
|
1600
|
-
const se_ProgressiveConfig = (input, context) => {
|
|
1601
|
-
return smithyClient.take(input, {
|
|
1602
|
-
bandwidthAllocation: smithyClient.serializeFloat,
|
|
1603
|
-
});
|
|
1604
|
-
};
|
|
1605
|
-
const se_Schedule = (input, context) => {
|
|
1606
|
-
return smithyClient.take(input, {
|
|
1607
|
-
endTime: smithyClient.serializeDateTime,
|
|
1608
|
-
refreshFrequency: [],
|
|
1609
|
-
startTime: smithyClient.serializeDateTime,
|
|
1610
|
-
});
|
|
1611
|
-
};
|
|
1612
|
-
const se_SmsChannelSubtypeConfig = (input, context) => {
|
|
1613
|
-
return smithyClient.take(input, {
|
|
1614
|
-
capacity: smithyClient.serializeFloat,
|
|
1615
|
-
defaultOutboundConfig: smithyClient._json,
|
|
1616
|
-
outboundMode: smithyClient._json,
|
|
1617
|
-
});
|
|
1618
|
-
};
|
|
1619
|
-
const se_TelephonyChannelSubtypeConfig = (input, context) => {
|
|
1620
|
-
return smithyClient.take(input, {
|
|
1621
|
-
capacity: smithyClient.serializeFloat,
|
|
1622
|
-
connectQueueId: [],
|
|
1623
|
-
defaultOutboundConfig: smithyClient._json,
|
|
1624
|
-
outboundMode: (_) => se_TelephonyOutboundMode(_),
|
|
1625
|
-
});
|
|
1626
|
-
};
|
|
1627
|
-
const se_TelephonyOutboundMode = (input, context) => {
|
|
1628
|
-
return exports.TelephonyOutboundMode.visit(input, {
|
|
1629
|
-
agentless: (value) => ({ agentless: smithyClient._json(value) }),
|
|
1630
|
-
predictive: (value) => ({ predictive: se_PredictiveConfig(value) }),
|
|
1631
|
-
preview: (value) => ({ preview: se_PreviewConfig(value) }),
|
|
1632
|
-
progressive: (value) => ({ progressive: se_ProgressiveConfig(value) }),
|
|
1633
|
-
_: (name, value) => ({ [name]: value }),
|
|
1634
|
-
});
|
|
1635
|
-
};
|
|
1636
|
-
const de_Campaign = (output, context) => {
|
|
1637
|
-
return smithyClient.take(output, {
|
|
1638
|
-
arn: smithyClient.expectString,
|
|
1639
|
-
channelSubtypeConfig: (_) => de_ChannelSubtypeConfig(_),
|
|
1640
|
-
communicationLimitsOverride: smithyClient._json,
|
|
1641
|
-
communicationTimeConfig: smithyClient._json,
|
|
1642
|
-
connectCampaignFlowArn: smithyClient.expectString,
|
|
1643
|
-
connectInstanceId: smithyClient.expectString,
|
|
1644
|
-
id: smithyClient.expectString,
|
|
1645
|
-
name: smithyClient.expectString,
|
|
1646
|
-
schedule: (_) => de_Schedule(_),
|
|
1647
|
-
source: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
|
|
1648
|
-
tags: smithyClient._json,
|
|
1649
|
-
});
|
|
1650
|
-
};
|
|
1651
|
-
const de_CampaignSummary = (output, context) => {
|
|
1652
|
-
return smithyClient.take(output, {
|
|
1653
|
-
arn: smithyClient.expectString,
|
|
1654
|
-
channelSubtypes: smithyClient._json,
|
|
1655
|
-
connectCampaignFlowArn: smithyClient.expectString,
|
|
1656
|
-
connectInstanceId: smithyClient.expectString,
|
|
1657
|
-
id: smithyClient.expectString,
|
|
1658
|
-
name: smithyClient.expectString,
|
|
1659
|
-
schedule: (_) => de_Schedule(_),
|
|
1660
|
-
});
|
|
1661
|
-
};
|
|
1662
|
-
const de_CampaignSummaryList = (output, context) => {
|
|
1663
|
-
const retVal = (output || [])
|
|
1664
|
-
.filter((e) => e != null)
|
|
1665
|
-
.map((entry) => {
|
|
1666
|
-
return de_CampaignSummary(entry);
|
|
1667
|
-
});
|
|
1668
|
-
return retVal;
|
|
1669
|
-
};
|
|
1670
|
-
const de_ChannelSubtypeConfig = (output, context) => {
|
|
1671
|
-
return smithyClient.take(output, {
|
|
1672
|
-
email: (_) => de_EmailChannelSubtypeConfig(_),
|
|
1673
|
-
sms: (_) => de_SmsChannelSubtypeConfig(_),
|
|
1674
|
-
telephony: (_) => de_TelephonyChannelSubtypeConfig(_),
|
|
1675
|
-
});
|
|
1676
|
-
};
|
|
1677
|
-
const de_EmailChannelSubtypeConfig = (output, context) => {
|
|
1678
|
-
return smithyClient.take(output, {
|
|
1679
|
-
capacity: smithyClient.limitedParseDouble,
|
|
1680
|
-
defaultOutboundConfig: smithyClient._json,
|
|
1681
|
-
outboundMode: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
|
|
1682
|
-
});
|
|
1683
|
-
};
|
|
1684
|
-
const de_PredictiveConfig = (output, context) => {
|
|
1685
|
-
return smithyClient.take(output, {
|
|
1686
|
-
bandwidthAllocation: smithyClient.limitedParseDouble,
|
|
1687
|
-
});
|
|
1688
|
-
};
|
|
1689
|
-
const de_PreviewConfig = (output, context) => {
|
|
1690
|
-
return smithyClient.take(output, {
|
|
1691
|
-
agentActions: smithyClient._json,
|
|
1692
|
-
bandwidthAllocation: smithyClient.limitedParseDouble,
|
|
1693
|
-
timeoutConfig: smithyClient._json,
|
|
1694
|
-
});
|
|
1695
|
-
};
|
|
1696
|
-
const de_ProgressiveConfig = (output, context) => {
|
|
1697
|
-
return smithyClient.take(output, {
|
|
1698
|
-
bandwidthAllocation: smithyClient.limitedParseDouble,
|
|
1699
|
-
});
|
|
1700
|
-
};
|
|
1701
|
-
const de_Schedule = (output, context) => {
|
|
1702
|
-
return smithyClient.take(output, {
|
|
1703
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1704
|
-
refreshFrequency: smithyClient.expectString,
|
|
1705
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1706
|
-
});
|
|
1707
|
-
};
|
|
1708
|
-
const de_SmsChannelSubtypeConfig = (output, context) => {
|
|
1709
|
-
return smithyClient.take(output, {
|
|
1710
|
-
capacity: smithyClient.limitedParseDouble,
|
|
1711
|
-
defaultOutboundConfig: smithyClient._json,
|
|
1712
|
-
outboundMode: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
|
|
1713
|
-
});
|
|
1714
|
-
};
|
|
1715
|
-
const de_TelephonyChannelSubtypeConfig = (output, context) => {
|
|
1716
|
-
return smithyClient.take(output, {
|
|
1717
|
-
capacity: smithyClient.limitedParseDouble,
|
|
1718
|
-
connectQueueId: smithyClient.expectString,
|
|
1719
|
-
defaultOutboundConfig: smithyClient._json,
|
|
1720
|
-
outboundMode: (_) => de_TelephonyOutboundMode(core$1.awsExpectUnion(_)),
|
|
1721
|
-
});
|
|
1722
|
-
};
|
|
1723
|
-
const de_TelephonyOutboundMode = (output, context) => {
|
|
1724
|
-
if (output.agentless != null) {
|
|
1725
|
-
return {
|
|
1726
|
-
agentless: smithyClient._json(output.agentless),
|
|
1727
|
-
};
|
|
1728
|
-
}
|
|
1729
|
-
if (output.predictive != null) {
|
|
1730
|
-
return {
|
|
1731
|
-
predictive: de_PredictiveConfig(output.predictive),
|
|
1732
|
-
};
|
|
1733
|
-
}
|
|
1734
|
-
if (output.preview != null) {
|
|
1735
|
-
return {
|
|
1736
|
-
preview: de_PreviewConfig(output.preview),
|
|
1737
|
-
};
|
|
1738
|
-
}
|
|
1739
|
-
if (output.progressive != null) {
|
|
1740
|
-
return {
|
|
1741
|
-
progressive: de_ProgressiveConfig(output.progressive),
|
|
1742
|
-
};
|
|
1743
|
-
}
|
|
1744
|
-
return { $unknown: Object.entries(output)[0] };
|
|
1745
|
-
};
|
|
1746
|
-
const deserializeMetadata = (output) => ({
|
|
1747
|
-
httpStatusCode: output.statusCode,
|
|
1748
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1749
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1750
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1751
|
-
});
|
|
1752
|
-
const _c = "config";
|
|
447
|
+
const _A = "Attributes";
|
|
448
|
+
const _AC = "AgentlessConfig";
|
|
449
|
+
const _ADE = "AccessDeniedException";
|
|
450
|
+
const _AMDC = "AnswerMachineDetectionConfig";
|
|
451
|
+
const _C = "Campaign";
|
|
452
|
+
const _CC = "CreateCampaign";
|
|
453
|
+
const _CCR = "CreateCampaignRequest";
|
|
454
|
+
const _CCRr = "CreateCampaignResponse";
|
|
455
|
+
const _CE = "ConflictException";
|
|
456
|
+
const _CF = "CampaignFilters";
|
|
457
|
+
const _CL = "CommunicationLimit";
|
|
458
|
+
const _CLC = "CommunicationLimitsConfig";
|
|
459
|
+
const _CLL = "CommunicationLimitList";
|
|
460
|
+
const _CLo = "CommunicationLimits";
|
|
461
|
+
const _CPIC = "CustomerProfilesIntegrationConfig";
|
|
462
|
+
const _CPII = "CustomerProfilesIntegrationIdentifier";
|
|
463
|
+
const _CPIS = "CustomerProfilesIntegrationSummary";
|
|
464
|
+
const _CS = "CampaignSummary";
|
|
465
|
+
const _CSC = "ChannelSubtypeConfig";
|
|
466
|
+
const _CSL = "CampaignSummaryList";
|
|
467
|
+
const _CSP = "ChannelSubtypeParameters";
|
|
468
|
+
const _CTC = "CommunicationTimeConfig";
|
|
469
|
+
const _DC = "DeleteCampaign";
|
|
470
|
+
const _DCCL = "DeleteCampaignCommunicationLimits";
|
|
471
|
+
const _DCCLR = "DeleteCampaignCommunicationLimitsRequest";
|
|
472
|
+
const _DCCSC = "DeleteCampaignChannelSubtypeConfig";
|
|
473
|
+
const _DCCSCR = "DeleteCampaignChannelSubtypeConfigRequest";
|
|
474
|
+
const _DCCT = "DeleteCampaignCommunicationTime";
|
|
475
|
+
const _DCCTR = "DeleteCampaignCommunicationTimeRequest";
|
|
476
|
+
const _DCIC = "DeleteConnectInstanceConfig";
|
|
477
|
+
const _DCICR = "DeleteConnectInstanceConfigRequest";
|
|
478
|
+
const _DCII = "DeleteConnectInstanceIntegration";
|
|
479
|
+
const _DCIIR = "DeleteConnectInstanceIntegrationRequest";
|
|
480
|
+
const _DCR = "DeleteCampaignRequest";
|
|
481
|
+
const _DCRe = "DescribeCampaignRequest";
|
|
482
|
+
const _DCRes = "DescribeCampaignResponse";
|
|
483
|
+
const _DCe = "DescribeCampaign";
|
|
484
|
+
const _DH = "DailyHours";
|
|
485
|
+
const _DIOJ = "DeleteInstanceOnboardingJob";
|
|
486
|
+
const _DIOJR = "DeleteInstanceOnboardingJobRequest";
|
|
487
|
+
const _DPN = "DestinationPhoneNumber";
|
|
488
|
+
const _EA = "EmailAddress";
|
|
489
|
+
const _EC = "EncryptionConfig";
|
|
490
|
+
const _ECSC = "EmailChannelSubtypeConfig";
|
|
491
|
+
const _ECSP = "EmailChannelSubtypeParameters";
|
|
492
|
+
const _EDN = "EmailDisplayName";
|
|
493
|
+
const _EOC = "EmailOutboundConfig";
|
|
494
|
+
const _EOM = "EmailOutboundMode";
|
|
495
|
+
const _ET = "EventTrigger";
|
|
496
|
+
const _FCSR = "FailedCampaignStateResponse";
|
|
497
|
+
const _FCSRL = "FailedCampaignStateResponseList";
|
|
498
|
+
const _FPOR = "FailedProfileOutboundRequest";
|
|
499
|
+
const _FPORL = "FailedProfileOutboundRequestList";
|
|
500
|
+
const _FR = "FailedRequest";
|
|
501
|
+
const _FRL = "FailedRequestList";
|
|
502
|
+
const _GCIC = "GetConnectInstanceConfig";
|
|
503
|
+
const _GCICR = "GetConnectInstanceConfigRequest";
|
|
504
|
+
const _GCICRe = "GetConnectInstanceConfigResponse";
|
|
505
|
+
const _GCS = "GetCampaignState";
|
|
506
|
+
const _GCSB = "GetCampaignStateBatch";
|
|
507
|
+
const _GCSBR = "GetCampaignStateBatchRequest";
|
|
508
|
+
const _GCSBRe = "GetCampaignStateBatchResponse";
|
|
509
|
+
const _GCSR = "GetCampaignStateRequest";
|
|
510
|
+
const _GCSRe = "GetCampaignStateResponse";
|
|
511
|
+
const _GICL = "GetInstanceCommunicationLimits";
|
|
512
|
+
const _GICLR = "GetInstanceCommunicationLimitsRequest";
|
|
513
|
+
const _GICLRe = "GetInstanceCommunicationLimitsResponse";
|
|
514
|
+
const _GIOJS = "GetInstanceOnboardingJobStatus";
|
|
515
|
+
const _GIOJSR = "GetInstanceOnboardingJobStatusRequest";
|
|
516
|
+
const _GIOJSRe = "GetInstanceOnboardingJobStatusResponse";
|
|
517
|
+
const _IC = "InstanceConfig";
|
|
518
|
+
const _ICLC = "InstanceCommunicationLimitsConfig";
|
|
519
|
+
const _ICSE = "InvalidCampaignStateException";
|
|
520
|
+
const _ICn = "IntegrationConfig";
|
|
521
|
+
const _II = "IntegrationIdentifier";
|
|
522
|
+
const _IIF = "InstanceIdFilter";
|
|
523
|
+
const _IOJS = "InstanceOnboardingJobStatus";
|
|
524
|
+
const _IS = "IntegrationSummary";
|
|
525
|
+
const _ISE = "InternalServerException";
|
|
526
|
+
const _ISEn = "InvalidStateException";
|
|
527
|
+
const _ISL = "IntegrationSummaryList";
|
|
528
|
+
const _LC = "ListCampaigns";
|
|
529
|
+
const _LCII = "ListConnectInstanceIntegrations";
|
|
530
|
+
const _LCIIR = "ListConnectInstanceIntegrationsRequest";
|
|
531
|
+
const _LCIIRi = "ListConnectInstanceIntegrationsResponse";
|
|
532
|
+
const _LCR = "ListCampaignsRequest";
|
|
533
|
+
const _LCRi = "ListCampaignsResponse";
|
|
534
|
+
const _LTFR = "ListTagsForResource";
|
|
535
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
536
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
537
|
+
const _LTZC = "LocalTimeZoneConfig";
|
|
538
|
+
const _OH = "OpenHours";
|
|
539
|
+
const _OR = "OutboundRequest";
|
|
540
|
+
const _ORL = "OutboundRequestList";
|
|
541
|
+
const _PC = "PredictiveConfig";
|
|
542
|
+
const _PCII = "PutConnectInstanceIntegration";
|
|
543
|
+
const _PCIIR = "PutConnectInstanceIntegrationRequest";
|
|
544
|
+
const _PCR = "PauseCampaignRequest";
|
|
545
|
+
const _PCa = "PauseCampaign";
|
|
546
|
+
const _PCr = "PreviewConfig";
|
|
547
|
+
const _PCro = "ProgressiveConfig";
|
|
548
|
+
const _PICL = "PutInstanceCommunicationLimits";
|
|
549
|
+
const _PICLR = "PutInstanceCommunicationLimitsRequest";
|
|
550
|
+
const _POR = "ProfileOutboundRequest";
|
|
551
|
+
const _PORB = "PutOutboundRequestBatch";
|
|
552
|
+
const _PORBR = "PutOutboundRequestBatchRequest";
|
|
553
|
+
const _PORBRu = "PutOutboundRequestBatchResponse";
|
|
554
|
+
const _PORL = "ProfileOutboundRequestList";
|
|
555
|
+
const _PPORB = "PutProfileOutboundRequestBatch";
|
|
556
|
+
const _PPORBR = "PutProfileOutboundRequestBatchRequest";
|
|
557
|
+
const _PPORBRu = "PutProfileOutboundRequestBatchResponse";
|
|
558
|
+
const _QCIC = "QConnectIntegrationConfig";
|
|
559
|
+
const _QCII = "QConnectIntegrationIdentifier";
|
|
560
|
+
const _QCIS = "QConnectIntegrationSummary";
|
|
561
|
+
const _RC = "ResumeCampaign";
|
|
562
|
+
const _RCR = "ResumeCampaignRequest";
|
|
563
|
+
const _RNFE = "ResourceNotFoundException";
|
|
564
|
+
const _RP = "RestrictedPeriod";
|
|
565
|
+
const _RPL = "RestrictedPeriodList";
|
|
566
|
+
const _RPe = "RestrictedPeriods";
|
|
567
|
+
const _S = "Schedule";
|
|
568
|
+
const _SC = "StartCampaign";
|
|
569
|
+
const _SCR = "StartCampaignRequest";
|
|
570
|
+
const _SCRt = "StopCampaignRequest";
|
|
571
|
+
const _SCSC = "SmsChannelSubtypeConfig";
|
|
572
|
+
const _SCSP = "SmsChannelSubtypeParameters";
|
|
573
|
+
const _SCSR = "SuccessfulCampaignStateResponse";
|
|
574
|
+
const _SCSRL = "SuccessfulCampaignStateResponseList";
|
|
575
|
+
const _SCt = "StopCampaign";
|
|
576
|
+
const _SIOJ = "StartInstanceOnboardingJob";
|
|
577
|
+
const _SIOJR = "StartInstanceOnboardingJobRequest";
|
|
578
|
+
const _SIOJRt = "StartInstanceOnboardingJobResponse";
|
|
579
|
+
const _SOC = "SmsOutboundConfig";
|
|
580
|
+
const _SOM = "SmsOutboundMode";
|
|
581
|
+
const _SPOR = "SuccessfulProfileOutboundRequest";
|
|
582
|
+
const _SPORL = "SuccessfulProfileOutboundRequestList";
|
|
583
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
584
|
+
const _SR = "SuccessfulRequest";
|
|
585
|
+
const _SRL = "SuccessfulRequestList";
|
|
586
|
+
const _So = "Source";
|
|
587
|
+
const _TC = "TimeoutConfig";
|
|
588
|
+
const _TCSC = "TelephonyChannelSubtypeConfig";
|
|
589
|
+
const _TCSP = "TelephonyChannelSubtypeParameters";
|
|
590
|
+
const _TE = "ThrottlingException";
|
|
591
|
+
const _TOC = "TelephonyOutboundConfig";
|
|
592
|
+
const _TOM = "TelephonyOutboundMode";
|
|
593
|
+
const _TR = "TimeRange";
|
|
594
|
+
const _TRL = "TimeRangeList";
|
|
595
|
+
const _TRR = "TagResourceRequest";
|
|
596
|
+
const _TRa = "TagResource";
|
|
597
|
+
const _TW = "TimeWindow";
|
|
598
|
+
const _UCCL = "UpdateCampaignCommunicationLimits";
|
|
599
|
+
const _UCCLR = "UpdateCampaignCommunicationLimitsRequest";
|
|
600
|
+
const _UCCSC = "UpdateCampaignChannelSubtypeConfig";
|
|
601
|
+
const _UCCSCR = "UpdateCampaignChannelSubtypeConfigRequest";
|
|
602
|
+
const _UCCT = "UpdateCampaignCommunicationTime";
|
|
603
|
+
const _UCCTR = "UpdateCampaignCommunicationTimeRequest";
|
|
604
|
+
const _UCFA = "UpdateCampaignFlowAssociation";
|
|
605
|
+
const _UCFAR = "UpdateCampaignFlowAssociationRequest";
|
|
606
|
+
const _UCN = "UpdateCampaignName";
|
|
607
|
+
const _UCNR = "UpdateCampaignNameRequest";
|
|
608
|
+
const _UCS = "UpdateCampaignSchedule";
|
|
609
|
+
const _UCSR = "UpdateCampaignScheduleRequest";
|
|
610
|
+
const _UCSRp = "UpdateCampaignSourceRequest";
|
|
611
|
+
const _UCSp = "UpdateCampaignSource";
|
|
612
|
+
const _UR = "UntagResource";
|
|
613
|
+
const _URR = "UntagResourceRequest";
|
|
614
|
+
const _VE = "ValidationException";
|
|
615
|
+
const _a = "arn";
|
|
616
|
+
const _aA = "agentActions";
|
|
617
|
+
const _aAMP = "awaitAnswerMachinePrompt";
|
|
618
|
+
const _aCS = "allChannelSubtypes";
|
|
619
|
+
const _aMDC = "answerMachineDetectionConfig";
|
|
620
|
+
const _ag = "agentless";
|
|
621
|
+
const _at = "attributes";
|
|
622
|
+
const _bA = "bandwidthAllocation";
|
|
623
|
+
const _c = "client";
|
|
624
|
+
const _cCFA = "connectCampaignFlowArn";
|
|
625
|
+
const _cCFI = "connectContactFlowId";
|
|
1753
626
|
const _cDP = "campaignDeletionPolicy";
|
|
1754
|
-
const
|
|
627
|
+
const _cI = "campaignId";
|
|
628
|
+
const _cIC = "connectInstanceConfig";
|
|
629
|
+
const _cII = "connectInstanceId";
|
|
630
|
+
const _cIOJS = "connectInstanceOnboardingJobStatus";
|
|
631
|
+
const _cIa = "campaignIds";
|
|
632
|
+
const _cLC = "communicationLimitsConfig";
|
|
633
|
+
const _cLL = "communicationLimitsList";
|
|
634
|
+
const _cLO = "communicationLimitsOverride";
|
|
635
|
+
const _cP = "customerProfiles";
|
|
636
|
+
const _cPDA = "customerProfilesDomainArn";
|
|
637
|
+
const _cPSA = "customerProfilesSegmentArn";
|
|
638
|
+
const _cQI = "connectQueueId";
|
|
639
|
+
const _cS = "channelSubtypes";
|
|
640
|
+
const _cSC = "channelSubtypeConfig";
|
|
641
|
+
const _cSEA = "connectSourceEmailAddress";
|
|
642
|
+
const _cSL = "campaignSummaryList";
|
|
643
|
+
const _cSP = "channelSubtypeParameters";
|
|
644
|
+
const _cSPN = "connectSourcePhoneNumber";
|
|
645
|
+
const _cSPNA = "connectSourcePhoneNumberArn";
|
|
646
|
+
const _cSh = "channelSubtype";
|
|
647
|
+
const _cT = "clientToken";
|
|
648
|
+
const _cTC = "communicationTimeConfig";
|
|
649
|
+
const _ca = "campaign";
|
|
650
|
+
const _cap = "capacity";
|
|
651
|
+
const _co = "config";
|
|
652
|
+
const _dA = "domainArn";
|
|
653
|
+
const _dEA = "destinationEmailAddress";
|
|
654
|
+
const _dH = "dailyHours";
|
|
655
|
+
const _dIS = "durationInSeconds";
|
|
656
|
+
const _dOC = "defaultOutboundConfig";
|
|
657
|
+
const _dPN = "destinationPhoneNumber";
|
|
658
|
+
const _dTZ = "defaultTimeZone";
|
|
659
|
+
const _e = "error";
|
|
660
|
+
const _eAMD = "enableAnswerMachineDetection";
|
|
661
|
+
const _eC = "encryptionConfig";
|
|
662
|
+
const _eD = "endDate";
|
|
663
|
+
const _eT = "encryptionType";
|
|
664
|
+
const _eTn = "endTime";
|
|
665
|
+
const _eTv = "eventTrigger";
|
|
666
|
+
const _eTx = "expirationTime";
|
|
667
|
+
const _em = "email";
|
|
668
|
+
const _en = "enabled";
|
|
669
|
+
const _f = "frequency";
|
|
670
|
+
const _fC = "failureCode";
|
|
671
|
+
const _fR = "failedRequests";
|
|
672
|
+
const _fi = "filters";
|
|
673
|
+
const _h = "http";
|
|
674
|
+
const _hE = "httpError";
|
|
675
|
+
const _hH = "httpHeader";
|
|
676
|
+
const _hQ = "httpQuery";
|
|
677
|
+
const _i = "id";
|
|
678
|
+
const _iC = "integrationConfig";
|
|
679
|
+
const _iI = "integrationIdentifier";
|
|
680
|
+
const _iIF = "instanceIdFilter";
|
|
681
|
+
const _iLH = "instanceLimitsHandling";
|
|
682
|
+
const _iSL = "integrationSummaryList";
|
|
683
|
+
const _kA = "keyArn";
|
|
684
|
+
const _kBA = "knowledgeBaseArn";
|
|
685
|
+
const _lTZC = "localTimeZoneConfig";
|
|
686
|
+
const _lTZD = "localTimeZoneDetection";
|
|
687
|
+
const _m = "message";
|
|
688
|
+
const _mCPR = "maxCountPerRecipient";
|
|
1755
689
|
const _mR = "maxResults";
|
|
690
|
+
const _n = "name";
|
|
1756
691
|
const _nT = "nextToken";
|
|
692
|
+
const _o = "operator";
|
|
693
|
+
const _oH = "openHours";
|
|
694
|
+
const _oM = "outboundMode";
|
|
695
|
+
const _oR = "outboundRequests";
|
|
696
|
+
const _oTN = "objectTypeNames";
|
|
697
|
+
const _p = "progressive";
|
|
698
|
+
const _pI = "profileId";
|
|
699
|
+
const _pOR = "profileOutboundRequests";
|
|
700
|
+
const _pr = "predictive";
|
|
701
|
+
const _pre = "preview";
|
|
702
|
+
const _qC = "qConnect";
|
|
703
|
+
const _rF = "refreshFrequency";
|
|
704
|
+
const _rP = "restrictedPeriods";
|
|
705
|
+
const _rPL = "restrictedPeriodList";
|
|
706
|
+
const _s = "source";
|
|
707
|
+
const _sD = "startDate";
|
|
708
|
+
const _sEADN = "sourceEmailAddressDisplayName";
|
|
709
|
+
const _sLRA = "serviceLinkedRoleArn";
|
|
710
|
+
const _sR = "successfulRequests";
|
|
711
|
+
const _sT = "startTime";
|
|
712
|
+
const _sc = "schedule";
|
|
713
|
+
const _se = "server";
|
|
714
|
+
const _sm = "sms";
|
|
715
|
+
const _smi = "smithy.ts.sdk.synthetic.com.amazonaws.connectcampaignsv2";
|
|
716
|
+
const _st = "state";
|
|
717
|
+
const _sta = "status";
|
|
718
|
+
const _t = "tags";
|
|
719
|
+
const _tA = "templateArn";
|
|
720
|
+
const _tC = "timeoutConfig";
|
|
1757
721
|
const _tK = "tagKeys";
|
|
722
|
+
const _tP = "templateParameters";
|
|
723
|
+
const _te = "telephony";
|
|
724
|
+
const _u = "unit";
|
|
725
|
+
const _v = "value";
|
|
726
|
+
const _wTA = "wisdomTemplateArn";
|
|
1758
727
|
const _xAET = "xAmzErrorType";
|
|
1759
|
-
const
|
|
728
|
+
const _xaE = "x-amzn-ErrorType";
|
|
729
|
+
const n0 = "com.amazonaws.connectcampaignsv2";
|
|
730
|
+
var DestinationPhoneNumber = [0, n0, _DPN, 8, 0];
|
|
731
|
+
var EmailAddress = [0, n0, _EA, 8, 0];
|
|
732
|
+
var EmailDisplayName = [0, n0, _EDN, 8, 0];
|
|
733
|
+
var AccessDeniedException = [
|
|
734
|
+
-3,
|
|
735
|
+
n0,
|
|
736
|
+
_ADE,
|
|
737
|
+
{
|
|
738
|
+
[_e]: _c,
|
|
739
|
+
[_hE]: 403,
|
|
740
|
+
},
|
|
741
|
+
[_m, _xAET],
|
|
742
|
+
[
|
|
743
|
+
0,
|
|
744
|
+
[
|
|
745
|
+
0,
|
|
746
|
+
{
|
|
747
|
+
[_hH]: _xaE,
|
|
748
|
+
},
|
|
749
|
+
],
|
|
750
|
+
],
|
|
751
|
+
];
|
|
752
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
753
|
+
var AgentlessConfig = [3, n0, _AC, 0, [], []];
|
|
754
|
+
var AnswerMachineDetectionConfig = [3, n0, _AMDC, 0, [_eAMD, _aAMP], [2, 2]];
|
|
755
|
+
var Campaign = [
|
|
756
|
+
3,
|
|
757
|
+
n0,
|
|
758
|
+
_C,
|
|
759
|
+
0,
|
|
760
|
+
[_i, _a, _n, _cII, _cSC, _s, _cCFA, _sc, _cTC, _cLO, _t],
|
|
761
|
+
[
|
|
762
|
+
0,
|
|
763
|
+
0,
|
|
764
|
+
0,
|
|
765
|
+
0,
|
|
766
|
+
[() => ChannelSubtypeConfig, 0],
|
|
767
|
+
() => Source,
|
|
768
|
+
0,
|
|
769
|
+
() => Schedule,
|
|
770
|
+
() => CommunicationTimeConfig,
|
|
771
|
+
() => CommunicationLimitsConfig,
|
|
772
|
+
128 | 0,
|
|
773
|
+
],
|
|
774
|
+
];
|
|
775
|
+
var CampaignFilters = [3, n0, _CF, 0, [_iIF], [() => InstanceIdFilter]];
|
|
776
|
+
var CampaignSummary = [
|
|
777
|
+
3,
|
|
778
|
+
n0,
|
|
779
|
+
_CS,
|
|
780
|
+
0,
|
|
781
|
+
[_i, _a, _n, _cII, _cS, _sc, _cCFA],
|
|
782
|
+
[0, 0, 0, 0, 64 | 0, () => Schedule, 0],
|
|
783
|
+
];
|
|
784
|
+
var ChannelSubtypeConfig = [
|
|
785
|
+
3,
|
|
786
|
+
n0,
|
|
787
|
+
_CSC,
|
|
788
|
+
0,
|
|
789
|
+
[_te, _sm, _em],
|
|
790
|
+
[() => TelephonyChannelSubtypeConfig, () => SmsChannelSubtypeConfig, [() => EmailChannelSubtypeConfig, 0]],
|
|
791
|
+
];
|
|
792
|
+
var CommunicationLimit = [3, n0, _CL, 0, [_mCPR, _f, _u], [1, 1, 0]];
|
|
793
|
+
var CommunicationLimitsConfig = [
|
|
794
|
+
3,
|
|
795
|
+
n0,
|
|
796
|
+
_CLC,
|
|
797
|
+
0,
|
|
798
|
+
[_aCS, _iLH],
|
|
799
|
+
[() => CommunicationLimits, 0],
|
|
800
|
+
];
|
|
801
|
+
var CommunicationTimeConfig = [
|
|
802
|
+
3,
|
|
803
|
+
n0,
|
|
804
|
+
_CTC,
|
|
805
|
+
0,
|
|
806
|
+
[_lTZC, _te, _sm, _em],
|
|
807
|
+
[() => LocalTimeZoneConfig, () => TimeWindow, () => TimeWindow, () => TimeWindow],
|
|
808
|
+
];
|
|
809
|
+
var ConflictException = [
|
|
810
|
+
-3,
|
|
811
|
+
n0,
|
|
812
|
+
_CE,
|
|
813
|
+
{
|
|
814
|
+
[_e]: _c,
|
|
815
|
+
[_hE]: 409,
|
|
816
|
+
},
|
|
817
|
+
[_m, _xAET],
|
|
818
|
+
[
|
|
819
|
+
0,
|
|
820
|
+
[
|
|
821
|
+
0,
|
|
822
|
+
{
|
|
823
|
+
[_hH]: _xaE,
|
|
824
|
+
},
|
|
825
|
+
],
|
|
826
|
+
],
|
|
827
|
+
];
|
|
828
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
829
|
+
var CreateCampaignRequest = [
|
|
830
|
+
3,
|
|
831
|
+
n0,
|
|
832
|
+
_CCR,
|
|
833
|
+
0,
|
|
834
|
+
[_n, _cII, _cSC, _s, _cCFA, _sc, _cTC, _cLO, _t],
|
|
835
|
+
[
|
|
836
|
+
0,
|
|
837
|
+
0,
|
|
838
|
+
[() => ChannelSubtypeConfig, 0],
|
|
839
|
+
() => Source,
|
|
840
|
+
0,
|
|
841
|
+
() => Schedule,
|
|
842
|
+
() => CommunicationTimeConfig,
|
|
843
|
+
() => CommunicationLimitsConfig,
|
|
844
|
+
128 | 0,
|
|
845
|
+
],
|
|
846
|
+
];
|
|
847
|
+
var CreateCampaignResponse = [3, n0, _CCRr, 0, [_i, _a, _t], [0, 0, 128 | 0]];
|
|
848
|
+
var CustomerProfilesIntegrationConfig = [3, n0, _CPIC, 0, [_dA, _oTN], [0, 128 | 0]];
|
|
849
|
+
var CustomerProfilesIntegrationIdentifier = [3, n0, _CPII, 0, [_dA], [0]];
|
|
850
|
+
var CustomerProfilesIntegrationSummary = [3, n0, _CPIS, 0, [_dA, _oTN], [0, 128 | 0]];
|
|
851
|
+
var DeleteCampaignChannelSubtypeConfigRequest = [
|
|
852
|
+
3,
|
|
853
|
+
n0,
|
|
854
|
+
_DCCSCR,
|
|
855
|
+
0,
|
|
856
|
+
[_i, _cSh],
|
|
857
|
+
[
|
|
858
|
+
[0, 1],
|
|
859
|
+
[
|
|
860
|
+
0,
|
|
861
|
+
{
|
|
862
|
+
[_hQ]: _cSh,
|
|
863
|
+
},
|
|
864
|
+
],
|
|
865
|
+
],
|
|
866
|
+
];
|
|
867
|
+
var DeleteCampaignCommunicationLimitsRequest = [
|
|
868
|
+
3,
|
|
869
|
+
n0,
|
|
870
|
+
_DCCLR,
|
|
871
|
+
0,
|
|
872
|
+
[_i, _co],
|
|
873
|
+
[
|
|
874
|
+
[0, 1],
|
|
875
|
+
[
|
|
876
|
+
0,
|
|
877
|
+
{
|
|
878
|
+
[_hQ]: _co,
|
|
879
|
+
},
|
|
880
|
+
],
|
|
881
|
+
],
|
|
882
|
+
];
|
|
883
|
+
var DeleteCampaignCommunicationTimeRequest = [
|
|
884
|
+
3,
|
|
885
|
+
n0,
|
|
886
|
+
_DCCTR,
|
|
887
|
+
0,
|
|
888
|
+
[_i, _co],
|
|
889
|
+
[
|
|
890
|
+
[0, 1],
|
|
891
|
+
[
|
|
892
|
+
0,
|
|
893
|
+
{
|
|
894
|
+
[_hQ]: _co,
|
|
895
|
+
},
|
|
896
|
+
],
|
|
897
|
+
],
|
|
898
|
+
];
|
|
899
|
+
var DeleteCampaignRequest = [3, n0, _DCR, 0, [_i], [[0, 1]]];
|
|
900
|
+
var DeleteConnectInstanceConfigRequest = [
|
|
901
|
+
3,
|
|
902
|
+
n0,
|
|
903
|
+
_DCICR,
|
|
904
|
+
0,
|
|
905
|
+
[_cII, _cDP],
|
|
906
|
+
[
|
|
907
|
+
[0, 1],
|
|
908
|
+
[
|
|
909
|
+
0,
|
|
910
|
+
{
|
|
911
|
+
[_hQ]: _cDP,
|
|
912
|
+
},
|
|
913
|
+
],
|
|
914
|
+
],
|
|
915
|
+
];
|
|
916
|
+
var DeleteConnectInstanceIntegrationRequest = [
|
|
917
|
+
3,
|
|
918
|
+
n0,
|
|
919
|
+
_DCIIR,
|
|
920
|
+
0,
|
|
921
|
+
[_cII, _iI],
|
|
922
|
+
[[0, 1], () => IntegrationIdentifier],
|
|
923
|
+
];
|
|
924
|
+
var DeleteInstanceOnboardingJobRequest = [3, n0, _DIOJR, 0, [_cII], [[0, 1]]];
|
|
925
|
+
var DescribeCampaignRequest = [3, n0, _DCRe, 0, [_i], [[0, 1]]];
|
|
926
|
+
var DescribeCampaignResponse = [3, n0, _DCRes, 0, [_ca], [[() => Campaign, 0]]];
|
|
927
|
+
var EmailChannelSubtypeConfig = [
|
|
928
|
+
3,
|
|
929
|
+
n0,
|
|
930
|
+
_ECSC,
|
|
931
|
+
0,
|
|
932
|
+
[_cap, _oM, _dOC],
|
|
933
|
+
[1, () => EmailOutboundMode, [() => EmailOutboundConfig, 0]],
|
|
934
|
+
];
|
|
935
|
+
var EmailChannelSubtypeParameters = [
|
|
936
|
+
3,
|
|
937
|
+
n0,
|
|
938
|
+
_ECSP,
|
|
939
|
+
0,
|
|
940
|
+
[_dEA, _cSEA, _tA, _tP],
|
|
941
|
+
[[() => EmailAddress, 0], [() => EmailAddress, 0], 0, [() => Attributes, 0]],
|
|
942
|
+
];
|
|
943
|
+
var EmailOutboundConfig = [
|
|
944
|
+
3,
|
|
945
|
+
n0,
|
|
946
|
+
_EOC,
|
|
947
|
+
0,
|
|
948
|
+
[_cSEA, _sEADN, _wTA],
|
|
949
|
+
[[() => EmailAddress, 0], [() => EmailDisplayName, 0], 0],
|
|
950
|
+
];
|
|
951
|
+
var EncryptionConfig = [3, n0, _EC, 0, [_en, _eT, _kA], [2, 0, 0]];
|
|
952
|
+
var EventTrigger = [3, n0, _ET, 0, [_cPDA], [0]];
|
|
953
|
+
var FailedCampaignStateResponse = [3, n0, _FCSR, 0, [_cI, _fC], [0, 0]];
|
|
954
|
+
var FailedProfileOutboundRequest = [3, n0, _FPOR, 0, [_cT, _i, _fC], [0, 0, 0]];
|
|
955
|
+
var FailedRequest = [3, n0, _FR, 0, [_cT, _i, _fC], [0, 0, 0]];
|
|
956
|
+
var GetCampaignStateBatchRequest = [3, n0, _GCSBR, 0, [_cIa], [64 | 0]];
|
|
957
|
+
var GetCampaignStateBatchResponse = [
|
|
958
|
+
3,
|
|
959
|
+
n0,
|
|
960
|
+
_GCSBRe,
|
|
961
|
+
0,
|
|
962
|
+
[_sR, _fR],
|
|
963
|
+
[() => SuccessfulCampaignStateResponseList, () => FailedCampaignStateResponseList],
|
|
964
|
+
];
|
|
965
|
+
var GetCampaignStateRequest = [3, n0, _GCSR, 0, [_i], [[0, 1]]];
|
|
966
|
+
var GetCampaignStateResponse = [3, n0, _GCSRe, 0, [_st], [0]];
|
|
967
|
+
var GetConnectInstanceConfigRequest = [3, n0, _GCICR, 0, [_cII], [[0, 1]]];
|
|
968
|
+
var GetConnectInstanceConfigResponse = [
|
|
969
|
+
3,
|
|
970
|
+
n0,
|
|
971
|
+
_GCICRe,
|
|
972
|
+
0,
|
|
973
|
+
[_cIC],
|
|
974
|
+
[() => InstanceConfig],
|
|
975
|
+
];
|
|
976
|
+
var GetInstanceCommunicationLimitsRequest = [3, n0, _GICLR, 0, [_cII], [[0, 1]]];
|
|
977
|
+
var GetInstanceCommunicationLimitsResponse = [
|
|
978
|
+
3,
|
|
979
|
+
n0,
|
|
980
|
+
_GICLRe,
|
|
981
|
+
0,
|
|
982
|
+
[_cLC],
|
|
983
|
+
[() => InstanceCommunicationLimitsConfig],
|
|
984
|
+
];
|
|
985
|
+
var GetInstanceOnboardingJobStatusRequest = [3, n0, _GIOJSR, 0, [_cII], [[0, 1]]];
|
|
986
|
+
var GetInstanceOnboardingJobStatusResponse = [
|
|
987
|
+
3,
|
|
988
|
+
n0,
|
|
989
|
+
_GIOJSRe,
|
|
990
|
+
0,
|
|
991
|
+
[_cIOJS],
|
|
992
|
+
[() => InstanceOnboardingJobStatus],
|
|
993
|
+
];
|
|
994
|
+
var InstanceCommunicationLimitsConfig = [
|
|
995
|
+
3,
|
|
996
|
+
n0,
|
|
997
|
+
_ICLC,
|
|
998
|
+
0,
|
|
999
|
+
[_aCS],
|
|
1000
|
+
[() => CommunicationLimits],
|
|
1001
|
+
];
|
|
1002
|
+
var InstanceConfig = [3, n0, _IC, 0, [_cII, _sLRA, _eC], [0, 0, () => EncryptionConfig]];
|
|
1003
|
+
var InstanceIdFilter = [3, n0, _IIF, 0, [_v, _o], [0, 0]];
|
|
1004
|
+
var InstanceOnboardingJobStatus = [3, n0, _IOJS, 0, [_cII, _sta, _fC], [0, 0, 0]];
|
|
1005
|
+
var InternalServerException = [
|
|
1006
|
+
-3,
|
|
1007
|
+
n0,
|
|
1008
|
+
_ISE,
|
|
1009
|
+
{
|
|
1010
|
+
[_e]: _se,
|
|
1011
|
+
[_hE]: 500,
|
|
1012
|
+
},
|
|
1013
|
+
[_m, _xAET],
|
|
1014
|
+
[
|
|
1015
|
+
0,
|
|
1016
|
+
[
|
|
1017
|
+
0,
|
|
1018
|
+
{
|
|
1019
|
+
[_hH]: _xaE,
|
|
1020
|
+
},
|
|
1021
|
+
],
|
|
1022
|
+
],
|
|
1023
|
+
];
|
|
1024
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
1025
|
+
var InvalidCampaignStateException = [
|
|
1026
|
+
-3,
|
|
1027
|
+
n0,
|
|
1028
|
+
_ICSE,
|
|
1029
|
+
{
|
|
1030
|
+
[_e]: _c,
|
|
1031
|
+
[_hE]: 409,
|
|
1032
|
+
},
|
|
1033
|
+
[_st, _m, _xAET],
|
|
1034
|
+
[
|
|
1035
|
+
0,
|
|
1036
|
+
0,
|
|
1037
|
+
[
|
|
1038
|
+
0,
|
|
1039
|
+
{
|
|
1040
|
+
[_hH]: _xaE,
|
|
1041
|
+
},
|
|
1042
|
+
],
|
|
1043
|
+
],
|
|
1044
|
+
];
|
|
1045
|
+
schema.TypeRegistry.for(n0).registerError(InvalidCampaignStateException, InvalidCampaignStateException$1);
|
|
1046
|
+
var InvalidStateException = [
|
|
1047
|
+
-3,
|
|
1048
|
+
n0,
|
|
1049
|
+
_ISEn,
|
|
1050
|
+
{
|
|
1051
|
+
[_e]: _c,
|
|
1052
|
+
[_hE]: 409,
|
|
1053
|
+
},
|
|
1054
|
+
[_m, _xAET],
|
|
1055
|
+
[
|
|
1056
|
+
0,
|
|
1057
|
+
[
|
|
1058
|
+
0,
|
|
1059
|
+
{
|
|
1060
|
+
[_hH]: _xaE,
|
|
1061
|
+
},
|
|
1062
|
+
],
|
|
1063
|
+
],
|
|
1064
|
+
];
|
|
1065
|
+
schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
|
|
1066
|
+
var ListCampaignsRequest = [
|
|
1067
|
+
3,
|
|
1068
|
+
n0,
|
|
1069
|
+
_LCR,
|
|
1070
|
+
0,
|
|
1071
|
+
[_mR, _nT, _fi],
|
|
1072
|
+
[1, 0, () => CampaignFilters],
|
|
1073
|
+
];
|
|
1074
|
+
var ListCampaignsResponse = [
|
|
1075
|
+
3,
|
|
1076
|
+
n0,
|
|
1077
|
+
_LCRi,
|
|
1078
|
+
0,
|
|
1079
|
+
[_nT, _cSL],
|
|
1080
|
+
[0, () => CampaignSummaryList],
|
|
1081
|
+
];
|
|
1082
|
+
var ListConnectInstanceIntegrationsRequest = [
|
|
1083
|
+
3,
|
|
1084
|
+
n0,
|
|
1085
|
+
_LCIIR,
|
|
1086
|
+
0,
|
|
1087
|
+
[_cII, _mR, _nT],
|
|
1088
|
+
[
|
|
1089
|
+
[0, 1],
|
|
1090
|
+
[
|
|
1091
|
+
1,
|
|
1092
|
+
{
|
|
1093
|
+
[_hQ]: _mR,
|
|
1094
|
+
},
|
|
1095
|
+
],
|
|
1096
|
+
[
|
|
1097
|
+
0,
|
|
1098
|
+
{
|
|
1099
|
+
[_hQ]: _nT,
|
|
1100
|
+
},
|
|
1101
|
+
],
|
|
1102
|
+
],
|
|
1103
|
+
];
|
|
1104
|
+
var ListConnectInstanceIntegrationsResponse = [
|
|
1105
|
+
3,
|
|
1106
|
+
n0,
|
|
1107
|
+
_LCIIRi,
|
|
1108
|
+
0,
|
|
1109
|
+
[_nT, _iSL],
|
|
1110
|
+
[0, () => IntegrationSummaryList],
|
|
1111
|
+
];
|
|
1112
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [[0, 1]]];
|
|
1113
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1114
|
+
var LocalTimeZoneConfig = [3, n0, _LTZC, 0, [_dTZ, _lTZD], [0, 64 | 0]];
|
|
1115
|
+
var OutboundRequest = [
|
|
1116
|
+
3,
|
|
1117
|
+
n0,
|
|
1118
|
+
_OR,
|
|
1119
|
+
0,
|
|
1120
|
+
[_cT, _eTx, _cSP],
|
|
1121
|
+
[0, 5, [() => ChannelSubtypeParameters, 0]],
|
|
1122
|
+
];
|
|
1123
|
+
var PauseCampaignRequest = [3, n0, _PCR, 0, [_i], [[0, 1]]];
|
|
1124
|
+
var PredictiveConfig = [3, n0, _PC, 0, [_bA], [1]];
|
|
1125
|
+
var PreviewConfig = [3, n0, _PCr, 0, [_bA, _tC, _aA], [1, () => TimeoutConfig, 64 | 0]];
|
|
1126
|
+
var ProfileOutboundRequest = [3, n0, _POR, 0, [_cT, _pI, _eTx], [0, 0, 5]];
|
|
1127
|
+
var ProgressiveConfig = [3, n0, _PCro, 0, [_bA], [1]];
|
|
1128
|
+
var PutConnectInstanceIntegrationRequest = [
|
|
1129
|
+
3,
|
|
1130
|
+
n0,
|
|
1131
|
+
_PCIIR,
|
|
1132
|
+
0,
|
|
1133
|
+
[_cII, _iC],
|
|
1134
|
+
[[0, 1], () => IntegrationConfig],
|
|
1135
|
+
];
|
|
1136
|
+
var PutInstanceCommunicationLimitsRequest = [
|
|
1137
|
+
3,
|
|
1138
|
+
n0,
|
|
1139
|
+
_PICLR,
|
|
1140
|
+
0,
|
|
1141
|
+
[_cII, _cLC],
|
|
1142
|
+
[[0, 1], () => InstanceCommunicationLimitsConfig],
|
|
1143
|
+
];
|
|
1144
|
+
var PutOutboundRequestBatchRequest = [
|
|
1145
|
+
3,
|
|
1146
|
+
n0,
|
|
1147
|
+
_PORBR,
|
|
1148
|
+
0,
|
|
1149
|
+
[_i, _oR],
|
|
1150
|
+
[
|
|
1151
|
+
[0, 1],
|
|
1152
|
+
[() => OutboundRequestList, 0],
|
|
1153
|
+
],
|
|
1154
|
+
];
|
|
1155
|
+
var PutOutboundRequestBatchResponse = [
|
|
1156
|
+
3,
|
|
1157
|
+
n0,
|
|
1158
|
+
_PORBRu,
|
|
1159
|
+
0,
|
|
1160
|
+
[_sR, _fR],
|
|
1161
|
+
[() => SuccessfulRequestList, () => FailedRequestList],
|
|
1162
|
+
];
|
|
1163
|
+
var PutProfileOutboundRequestBatchRequest = [
|
|
1164
|
+
3,
|
|
1165
|
+
n0,
|
|
1166
|
+
_PPORBR,
|
|
1167
|
+
0,
|
|
1168
|
+
[_i, _pOR],
|
|
1169
|
+
[[0, 1], () => ProfileOutboundRequestList],
|
|
1170
|
+
];
|
|
1171
|
+
var PutProfileOutboundRequestBatchResponse = [
|
|
1172
|
+
3,
|
|
1173
|
+
n0,
|
|
1174
|
+
_PPORBRu,
|
|
1175
|
+
0,
|
|
1176
|
+
[_sR, _fR],
|
|
1177
|
+
[() => SuccessfulProfileOutboundRequestList, () => FailedProfileOutboundRequestList],
|
|
1178
|
+
];
|
|
1179
|
+
var QConnectIntegrationConfig = [3, n0, _QCIC, 0, [_kBA], [0]];
|
|
1180
|
+
var QConnectIntegrationIdentifier = [3, n0, _QCII, 0, [_kBA], [0]];
|
|
1181
|
+
var QConnectIntegrationSummary = [3, n0, _QCIS, 0, [_kBA], [0]];
|
|
1182
|
+
var ResourceNotFoundException = [
|
|
1183
|
+
-3,
|
|
1184
|
+
n0,
|
|
1185
|
+
_RNFE,
|
|
1186
|
+
{
|
|
1187
|
+
[_e]: _c,
|
|
1188
|
+
[_hE]: 404,
|
|
1189
|
+
},
|
|
1190
|
+
[_m, _xAET],
|
|
1191
|
+
[
|
|
1192
|
+
0,
|
|
1193
|
+
[
|
|
1194
|
+
0,
|
|
1195
|
+
{
|
|
1196
|
+
[_hH]: _xaE,
|
|
1197
|
+
},
|
|
1198
|
+
],
|
|
1199
|
+
],
|
|
1200
|
+
];
|
|
1201
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1202
|
+
var RestrictedPeriod = [3, n0, _RP, 0, [_n, _sD, _eD], [0, 0, 0]];
|
|
1203
|
+
var ResumeCampaignRequest = [3, n0, _RCR, 0, [_i], [[0, 1]]];
|
|
1204
|
+
var Schedule = [3, n0, _S, 0, [_sT, _eTn, _rF], [5, 5, 0]];
|
|
1205
|
+
var ServiceQuotaExceededException = [
|
|
1206
|
+
-3,
|
|
1207
|
+
n0,
|
|
1208
|
+
_SQEE,
|
|
1209
|
+
{
|
|
1210
|
+
[_e]: _c,
|
|
1211
|
+
[_hE]: 402,
|
|
1212
|
+
},
|
|
1213
|
+
[_m, _xAET],
|
|
1214
|
+
[
|
|
1215
|
+
0,
|
|
1216
|
+
[
|
|
1217
|
+
0,
|
|
1218
|
+
{
|
|
1219
|
+
[_hH]: _xaE,
|
|
1220
|
+
},
|
|
1221
|
+
],
|
|
1222
|
+
],
|
|
1223
|
+
];
|
|
1224
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1225
|
+
var SmsChannelSubtypeConfig = [
|
|
1226
|
+
3,
|
|
1227
|
+
n0,
|
|
1228
|
+
_SCSC,
|
|
1229
|
+
0,
|
|
1230
|
+
[_cap, _oM, _dOC],
|
|
1231
|
+
[1, () => SmsOutboundMode, () => SmsOutboundConfig],
|
|
1232
|
+
];
|
|
1233
|
+
var SmsChannelSubtypeParameters = [
|
|
1234
|
+
3,
|
|
1235
|
+
n0,
|
|
1236
|
+
_SCSP,
|
|
1237
|
+
0,
|
|
1238
|
+
[_dPN, _cSPNA, _tA, _tP],
|
|
1239
|
+
[[() => DestinationPhoneNumber, 0], 0, 0, [() => Attributes, 0]],
|
|
1240
|
+
];
|
|
1241
|
+
var SmsOutboundConfig = [3, n0, _SOC, 0, [_cSPNA, _wTA], [0, 0]];
|
|
1242
|
+
var StartCampaignRequest = [3, n0, _SCR, 0, [_i], [[0, 1]]];
|
|
1243
|
+
var StartInstanceOnboardingJobRequest = [
|
|
1244
|
+
3,
|
|
1245
|
+
n0,
|
|
1246
|
+
_SIOJR,
|
|
1247
|
+
0,
|
|
1248
|
+
[_cII, _eC],
|
|
1249
|
+
[[0, 1], () => EncryptionConfig],
|
|
1250
|
+
];
|
|
1251
|
+
var StartInstanceOnboardingJobResponse = [
|
|
1252
|
+
3,
|
|
1253
|
+
n0,
|
|
1254
|
+
_SIOJRt,
|
|
1255
|
+
0,
|
|
1256
|
+
[_cIOJS],
|
|
1257
|
+
[() => InstanceOnboardingJobStatus],
|
|
1258
|
+
];
|
|
1259
|
+
var StopCampaignRequest = [3, n0, _SCRt, 0, [_i], [[0, 1]]];
|
|
1260
|
+
var SuccessfulCampaignStateResponse = [3, n0, _SCSR, 0, [_cI, _st], [0, 0]];
|
|
1261
|
+
var SuccessfulProfileOutboundRequest = [3, n0, _SPOR, 0, [_cT, _i], [0, 0]];
|
|
1262
|
+
var SuccessfulRequest = [3, n0, _SR, 0, [_cT, _i], [0, 0]];
|
|
1263
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_a, _t], [[0, 1], 128 | 0]];
|
|
1264
|
+
var TelephonyChannelSubtypeConfig = [
|
|
1265
|
+
3,
|
|
1266
|
+
n0,
|
|
1267
|
+
_TCSC,
|
|
1268
|
+
0,
|
|
1269
|
+
[_cap, _cQI, _oM, _dOC],
|
|
1270
|
+
[1, 0, () => TelephonyOutboundMode, () => TelephonyOutboundConfig],
|
|
1271
|
+
];
|
|
1272
|
+
var TelephonyChannelSubtypeParameters = [
|
|
1273
|
+
3,
|
|
1274
|
+
n0,
|
|
1275
|
+
_TCSP,
|
|
1276
|
+
0,
|
|
1277
|
+
[_dPN, _at, _cSPN, _aMDC],
|
|
1278
|
+
[[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, () => AnswerMachineDetectionConfig],
|
|
1279
|
+
];
|
|
1280
|
+
var TelephonyOutboundConfig = [
|
|
1281
|
+
3,
|
|
1282
|
+
n0,
|
|
1283
|
+
_TOC,
|
|
1284
|
+
0,
|
|
1285
|
+
[_cCFI, _cSPN, _aMDC],
|
|
1286
|
+
[0, 0, () => AnswerMachineDetectionConfig],
|
|
1287
|
+
];
|
|
1288
|
+
var ThrottlingException = [
|
|
1289
|
+
-3,
|
|
1290
|
+
n0,
|
|
1291
|
+
_TE,
|
|
1292
|
+
{
|
|
1293
|
+
[_e]: _c,
|
|
1294
|
+
[_hE]: 429,
|
|
1295
|
+
},
|
|
1296
|
+
[_m, _xAET],
|
|
1297
|
+
[
|
|
1298
|
+
0,
|
|
1299
|
+
[
|
|
1300
|
+
0,
|
|
1301
|
+
{
|
|
1302
|
+
[_hH]: _xaE,
|
|
1303
|
+
},
|
|
1304
|
+
],
|
|
1305
|
+
],
|
|
1306
|
+
];
|
|
1307
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1308
|
+
var TimeoutConfig = [3, n0, _TC, 0, [_dIS], [1]];
|
|
1309
|
+
var TimeRange = [3, n0, _TR, 0, [_sT, _eTn], [0, 0]];
|
|
1310
|
+
var TimeWindow = [3, n0, _TW, 0, [_oH, _rP], [() => OpenHours, () => RestrictedPeriods]];
|
|
1311
|
+
var UntagResourceRequest = [
|
|
1312
|
+
3,
|
|
1313
|
+
n0,
|
|
1314
|
+
_URR,
|
|
1315
|
+
0,
|
|
1316
|
+
[_a, _tK],
|
|
1317
|
+
[
|
|
1318
|
+
[0, 1],
|
|
1319
|
+
[
|
|
1320
|
+
64 | 0,
|
|
1321
|
+
{
|
|
1322
|
+
[_hQ]: _tK,
|
|
1323
|
+
},
|
|
1324
|
+
],
|
|
1325
|
+
],
|
|
1326
|
+
];
|
|
1327
|
+
var UpdateCampaignChannelSubtypeConfigRequest = [
|
|
1328
|
+
3,
|
|
1329
|
+
n0,
|
|
1330
|
+
_UCCSCR,
|
|
1331
|
+
0,
|
|
1332
|
+
[_i, _cSC],
|
|
1333
|
+
[
|
|
1334
|
+
[0, 1],
|
|
1335
|
+
[() => ChannelSubtypeConfig, 0],
|
|
1336
|
+
],
|
|
1337
|
+
];
|
|
1338
|
+
var UpdateCampaignCommunicationLimitsRequest = [
|
|
1339
|
+
3,
|
|
1340
|
+
n0,
|
|
1341
|
+
_UCCLR,
|
|
1342
|
+
0,
|
|
1343
|
+
[_i, _cLO],
|
|
1344
|
+
[[0, 1], () => CommunicationLimitsConfig],
|
|
1345
|
+
];
|
|
1346
|
+
var UpdateCampaignCommunicationTimeRequest = [
|
|
1347
|
+
3,
|
|
1348
|
+
n0,
|
|
1349
|
+
_UCCTR,
|
|
1350
|
+
0,
|
|
1351
|
+
[_i, _cTC],
|
|
1352
|
+
[[0, 1], () => CommunicationTimeConfig],
|
|
1353
|
+
];
|
|
1354
|
+
var UpdateCampaignFlowAssociationRequest = [3, n0, _UCFAR, 0, [_i, _cCFA], [[0, 1], 0]];
|
|
1355
|
+
var UpdateCampaignNameRequest = [3, n0, _UCNR, 0, [_i, _n], [[0, 1], 0]];
|
|
1356
|
+
var UpdateCampaignScheduleRequest = [
|
|
1357
|
+
3,
|
|
1358
|
+
n0,
|
|
1359
|
+
_UCSR,
|
|
1360
|
+
0,
|
|
1361
|
+
[_i, _sc],
|
|
1362
|
+
[[0, 1], () => Schedule],
|
|
1363
|
+
];
|
|
1364
|
+
var UpdateCampaignSourceRequest = [3, n0, _UCSRp, 0, [_i, _s], [[0, 1], () => Source]];
|
|
1365
|
+
var ValidationException = [
|
|
1366
|
+
-3,
|
|
1367
|
+
n0,
|
|
1368
|
+
_VE,
|
|
1369
|
+
{
|
|
1370
|
+
[_e]: _c,
|
|
1371
|
+
[_hE]: 400,
|
|
1372
|
+
},
|
|
1373
|
+
[_m, _xAET],
|
|
1374
|
+
[
|
|
1375
|
+
0,
|
|
1376
|
+
[
|
|
1377
|
+
0,
|
|
1378
|
+
{
|
|
1379
|
+
[_hH]: _xaE,
|
|
1380
|
+
},
|
|
1381
|
+
],
|
|
1382
|
+
],
|
|
1383
|
+
];
|
|
1384
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1385
|
+
var __Unit = "unit";
|
|
1386
|
+
var ConnectCampaignsV2ServiceException = [
|
|
1387
|
+
-3,
|
|
1388
|
+
_smi,
|
|
1389
|
+
"ConnectCampaignsV2ServiceException",
|
|
1390
|
+
0,
|
|
1391
|
+
[],
|
|
1392
|
+
[],
|
|
1393
|
+
];
|
|
1394
|
+
schema.TypeRegistry.for(_smi).registerError(ConnectCampaignsV2ServiceException, ConnectCampaignsV2ServiceException$1);
|
|
1395
|
+
var CampaignSummaryList = [1, n0, _CSL, 0, () => CampaignSummary];
|
|
1396
|
+
var CommunicationLimitList = [1, n0, _CLL, 0, () => CommunicationLimit];
|
|
1397
|
+
var FailedCampaignStateResponseList = [1, n0, _FCSRL, 0, () => FailedCampaignStateResponse];
|
|
1398
|
+
var FailedProfileOutboundRequestList = [1, n0, _FPORL, 0, () => FailedProfileOutboundRequest];
|
|
1399
|
+
var FailedRequestList = [1, n0, _FRL, 0, () => FailedRequest];
|
|
1400
|
+
var IntegrationSummaryList = [1, n0, _ISL, 0, () => IntegrationSummary];
|
|
1401
|
+
var OutboundRequestList = [1, n0, _ORL, 0, [() => OutboundRequest, 0]];
|
|
1402
|
+
var ProfileOutboundRequestList = [1, n0, _PORL, 0, () => ProfileOutboundRequest];
|
|
1403
|
+
var RestrictedPeriodList = [1, n0, _RPL, 0, () => RestrictedPeriod];
|
|
1404
|
+
var SuccessfulCampaignStateResponseList = [
|
|
1405
|
+
1,
|
|
1406
|
+
n0,
|
|
1407
|
+
_SCSRL,
|
|
1408
|
+
0,
|
|
1409
|
+
() => SuccessfulCampaignStateResponse,
|
|
1410
|
+
];
|
|
1411
|
+
var SuccessfulProfileOutboundRequestList = [
|
|
1412
|
+
1,
|
|
1413
|
+
n0,
|
|
1414
|
+
_SPORL,
|
|
1415
|
+
0,
|
|
1416
|
+
() => SuccessfulProfileOutboundRequest,
|
|
1417
|
+
];
|
|
1418
|
+
var SuccessfulRequestList = [1, n0, _SRL, 0, () => SuccessfulRequest];
|
|
1419
|
+
var TimeRangeList = [1, n0, _TRL, 0, () => TimeRange];
|
|
1420
|
+
var Attributes = [2, n0, _A, 8, 0, 0];
|
|
1421
|
+
var DailyHours = [2, n0, _DH, 0, 0, () => TimeRangeList];
|
|
1422
|
+
var ChannelSubtypeParameters = [
|
|
1423
|
+
3,
|
|
1424
|
+
n0,
|
|
1425
|
+
_CSP,
|
|
1426
|
+
0,
|
|
1427
|
+
[_te, _sm, _em],
|
|
1428
|
+
[
|
|
1429
|
+
[() => TelephonyChannelSubtypeParameters, 0],
|
|
1430
|
+
[() => SmsChannelSubtypeParameters, 0],
|
|
1431
|
+
[() => EmailChannelSubtypeParameters, 0],
|
|
1432
|
+
],
|
|
1433
|
+
];
|
|
1434
|
+
var CommunicationLimits = [3, n0, _CLo, 0, [_cLL], [() => CommunicationLimitList]];
|
|
1435
|
+
var EmailOutboundMode = [3, n0, _EOM, 0, [_ag], [() => AgentlessConfig]];
|
|
1436
|
+
var IntegrationConfig = [
|
|
1437
|
+
3,
|
|
1438
|
+
n0,
|
|
1439
|
+
_ICn,
|
|
1440
|
+
0,
|
|
1441
|
+
[_cP, _qC],
|
|
1442
|
+
[() => CustomerProfilesIntegrationConfig, () => QConnectIntegrationConfig],
|
|
1443
|
+
];
|
|
1444
|
+
var IntegrationIdentifier = [
|
|
1445
|
+
3,
|
|
1446
|
+
n0,
|
|
1447
|
+
_II,
|
|
1448
|
+
0,
|
|
1449
|
+
[_cP, _qC],
|
|
1450
|
+
[() => CustomerProfilesIntegrationIdentifier, () => QConnectIntegrationIdentifier],
|
|
1451
|
+
];
|
|
1452
|
+
var IntegrationSummary = [
|
|
1453
|
+
3,
|
|
1454
|
+
n0,
|
|
1455
|
+
_IS,
|
|
1456
|
+
0,
|
|
1457
|
+
[_cP, _qC],
|
|
1458
|
+
[() => CustomerProfilesIntegrationSummary, () => QConnectIntegrationSummary],
|
|
1459
|
+
];
|
|
1460
|
+
var OpenHours = [3, n0, _OH, 0, [_dH], [() => DailyHours]];
|
|
1461
|
+
var RestrictedPeriods = [3, n0, _RPe, 0, [_rPL], [() => RestrictedPeriodList]];
|
|
1462
|
+
var SmsOutboundMode = [3, n0, _SOM, 0, [_ag], [() => AgentlessConfig]];
|
|
1463
|
+
var Source = [3, n0, _So, 0, [_cPSA, _eTv], [0, () => EventTrigger]];
|
|
1464
|
+
var TelephonyOutboundMode = [
|
|
1465
|
+
3,
|
|
1466
|
+
n0,
|
|
1467
|
+
_TOM,
|
|
1468
|
+
0,
|
|
1469
|
+
[_p, _pr, _ag, _pre],
|
|
1470
|
+
[() => ProgressiveConfig, () => PredictiveConfig, () => AgentlessConfig, () => PreviewConfig],
|
|
1471
|
+
];
|
|
1472
|
+
var CreateCampaign = [
|
|
1473
|
+
9,
|
|
1474
|
+
n0,
|
|
1475
|
+
_CC,
|
|
1476
|
+
{
|
|
1477
|
+
[_h]: ["PUT", "/v2/campaigns", 200],
|
|
1478
|
+
},
|
|
1479
|
+
() => CreateCampaignRequest,
|
|
1480
|
+
() => CreateCampaignResponse,
|
|
1481
|
+
];
|
|
1482
|
+
var DeleteCampaign = [
|
|
1483
|
+
9,
|
|
1484
|
+
n0,
|
|
1485
|
+
_DC,
|
|
1486
|
+
{
|
|
1487
|
+
[_h]: ["DELETE", "/v2/campaigns/{id}", 200],
|
|
1488
|
+
},
|
|
1489
|
+
() => DeleteCampaignRequest,
|
|
1490
|
+
() => __Unit,
|
|
1491
|
+
];
|
|
1492
|
+
var DeleteCampaignChannelSubtypeConfig = [
|
|
1493
|
+
9,
|
|
1494
|
+
n0,
|
|
1495
|
+
_DCCSC,
|
|
1496
|
+
{
|
|
1497
|
+
[_h]: ["DELETE", "/v2/campaigns/{id}/channel-subtype-config", 200],
|
|
1498
|
+
},
|
|
1499
|
+
() => DeleteCampaignChannelSubtypeConfigRequest,
|
|
1500
|
+
() => __Unit,
|
|
1501
|
+
];
|
|
1502
|
+
var DeleteCampaignCommunicationLimits = [
|
|
1503
|
+
9,
|
|
1504
|
+
n0,
|
|
1505
|
+
_DCCL,
|
|
1506
|
+
{
|
|
1507
|
+
[_h]: ["DELETE", "/v2/campaigns/{id}/communication-limits", 200],
|
|
1508
|
+
},
|
|
1509
|
+
() => DeleteCampaignCommunicationLimitsRequest,
|
|
1510
|
+
() => __Unit,
|
|
1511
|
+
];
|
|
1512
|
+
var DeleteCampaignCommunicationTime = [
|
|
1513
|
+
9,
|
|
1514
|
+
n0,
|
|
1515
|
+
_DCCT,
|
|
1516
|
+
{
|
|
1517
|
+
[_h]: ["DELETE", "/v2/campaigns/{id}/communication-time", 200],
|
|
1518
|
+
},
|
|
1519
|
+
() => DeleteCampaignCommunicationTimeRequest,
|
|
1520
|
+
() => __Unit,
|
|
1521
|
+
];
|
|
1522
|
+
var DeleteConnectInstanceConfig = [
|
|
1523
|
+
9,
|
|
1524
|
+
n0,
|
|
1525
|
+
_DCIC,
|
|
1526
|
+
{
|
|
1527
|
+
[_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/config", 200],
|
|
1528
|
+
},
|
|
1529
|
+
() => DeleteConnectInstanceConfigRequest,
|
|
1530
|
+
() => __Unit,
|
|
1531
|
+
];
|
|
1532
|
+
var DeleteConnectInstanceIntegration = [
|
|
1533
|
+
9,
|
|
1534
|
+
n0,
|
|
1535
|
+
_DCII,
|
|
1536
|
+
{
|
|
1537
|
+
[_h]: ["POST", "/v2/connect-instance/{connectInstanceId}/integrations/delete", 200],
|
|
1538
|
+
},
|
|
1539
|
+
() => DeleteConnectInstanceIntegrationRequest,
|
|
1540
|
+
() => __Unit,
|
|
1541
|
+
];
|
|
1542
|
+
var DeleteInstanceOnboardingJob = [
|
|
1543
|
+
9,
|
|
1544
|
+
n0,
|
|
1545
|
+
_DIOJ,
|
|
1546
|
+
{
|
|
1547
|
+
[_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/onboarding", 200],
|
|
1548
|
+
},
|
|
1549
|
+
() => DeleteInstanceOnboardingJobRequest,
|
|
1550
|
+
() => __Unit,
|
|
1551
|
+
];
|
|
1552
|
+
var DescribeCampaign = [
|
|
1553
|
+
9,
|
|
1554
|
+
n0,
|
|
1555
|
+
_DCe,
|
|
1556
|
+
{
|
|
1557
|
+
[_h]: ["GET", "/v2/campaigns/{id}", 200],
|
|
1558
|
+
},
|
|
1559
|
+
() => DescribeCampaignRequest,
|
|
1560
|
+
() => DescribeCampaignResponse,
|
|
1561
|
+
];
|
|
1562
|
+
var GetCampaignState = [
|
|
1563
|
+
9,
|
|
1564
|
+
n0,
|
|
1565
|
+
_GCS,
|
|
1566
|
+
{
|
|
1567
|
+
[_h]: ["GET", "/v2/campaigns/{id}/state", 200],
|
|
1568
|
+
},
|
|
1569
|
+
() => GetCampaignStateRequest,
|
|
1570
|
+
() => GetCampaignStateResponse,
|
|
1571
|
+
];
|
|
1572
|
+
var GetCampaignStateBatch = [
|
|
1573
|
+
9,
|
|
1574
|
+
n0,
|
|
1575
|
+
_GCSB,
|
|
1576
|
+
{
|
|
1577
|
+
[_h]: ["POST", "/v2/campaigns-state", 200],
|
|
1578
|
+
},
|
|
1579
|
+
() => GetCampaignStateBatchRequest,
|
|
1580
|
+
() => GetCampaignStateBatchResponse,
|
|
1581
|
+
];
|
|
1582
|
+
var GetConnectInstanceConfig = [
|
|
1583
|
+
9,
|
|
1584
|
+
n0,
|
|
1585
|
+
_GCIC,
|
|
1586
|
+
{
|
|
1587
|
+
[_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/config", 200],
|
|
1588
|
+
},
|
|
1589
|
+
() => GetConnectInstanceConfigRequest,
|
|
1590
|
+
() => GetConnectInstanceConfigResponse,
|
|
1591
|
+
];
|
|
1592
|
+
var GetInstanceCommunicationLimits = [
|
|
1593
|
+
9,
|
|
1594
|
+
n0,
|
|
1595
|
+
_GICL,
|
|
1596
|
+
{
|
|
1597
|
+
[_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200],
|
|
1598
|
+
},
|
|
1599
|
+
() => GetInstanceCommunicationLimitsRequest,
|
|
1600
|
+
() => GetInstanceCommunicationLimitsResponse,
|
|
1601
|
+
];
|
|
1602
|
+
var GetInstanceOnboardingJobStatus = [
|
|
1603
|
+
9,
|
|
1604
|
+
n0,
|
|
1605
|
+
_GIOJS,
|
|
1606
|
+
{
|
|
1607
|
+
[_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/onboarding", 200],
|
|
1608
|
+
},
|
|
1609
|
+
() => GetInstanceOnboardingJobStatusRequest,
|
|
1610
|
+
() => GetInstanceOnboardingJobStatusResponse,
|
|
1611
|
+
];
|
|
1612
|
+
var ListCampaigns = [
|
|
1613
|
+
9,
|
|
1614
|
+
n0,
|
|
1615
|
+
_LC,
|
|
1616
|
+
{
|
|
1617
|
+
[_h]: ["POST", "/v2/campaigns-summary", 200],
|
|
1618
|
+
},
|
|
1619
|
+
() => ListCampaignsRequest,
|
|
1620
|
+
() => ListCampaignsResponse,
|
|
1621
|
+
];
|
|
1622
|
+
var ListConnectInstanceIntegrations = [
|
|
1623
|
+
9,
|
|
1624
|
+
n0,
|
|
1625
|
+
_LCII,
|
|
1626
|
+
{
|
|
1627
|
+
[_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/integrations", 200],
|
|
1628
|
+
},
|
|
1629
|
+
() => ListConnectInstanceIntegrationsRequest,
|
|
1630
|
+
() => ListConnectInstanceIntegrationsResponse,
|
|
1631
|
+
];
|
|
1632
|
+
var ListTagsForResource = [
|
|
1633
|
+
9,
|
|
1634
|
+
n0,
|
|
1635
|
+
_LTFR,
|
|
1636
|
+
{
|
|
1637
|
+
[_h]: ["GET", "/v2/tags/{arn}", 200],
|
|
1638
|
+
},
|
|
1639
|
+
() => ListTagsForResourceRequest,
|
|
1640
|
+
() => ListTagsForResourceResponse,
|
|
1641
|
+
];
|
|
1642
|
+
var PauseCampaign = [
|
|
1643
|
+
9,
|
|
1644
|
+
n0,
|
|
1645
|
+
_PCa,
|
|
1646
|
+
{
|
|
1647
|
+
[_h]: ["POST", "/v2/campaigns/{id}/pause", 200],
|
|
1648
|
+
},
|
|
1649
|
+
() => PauseCampaignRequest,
|
|
1650
|
+
() => __Unit,
|
|
1651
|
+
];
|
|
1652
|
+
var PutConnectInstanceIntegration = [
|
|
1653
|
+
9,
|
|
1654
|
+
n0,
|
|
1655
|
+
_PCII,
|
|
1656
|
+
{
|
|
1657
|
+
[_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/integrations", 200],
|
|
1658
|
+
},
|
|
1659
|
+
() => PutConnectInstanceIntegrationRequest,
|
|
1660
|
+
() => __Unit,
|
|
1661
|
+
];
|
|
1662
|
+
var PutInstanceCommunicationLimits = [
|
|
1663
|
+
9,
|
|
1664
|
+
n0,
|
|
1665
|
+
_PICL,
|
|
1666
|
+
{
|
|
1667
|
+
[_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200],
|
|
1668
|
+
},
|
|
1669
|
+
() => PutInstanceCommunicationLimitsRequest,
|
|
1670
|
+
() => __Unit,
|
|
1671
|
+
];
|
|
1672
|
+
var PutOutboundRequestBatch = [
|
|
1673
|
+
9,
|
|
1674
|
+
n0,
|
|
1675
|
+
_PORB,
|
|
1676
|
+
{
|
|
1677
|
+
[_h]: ["PUT", "/v2/campaigns/{id}/outbound-requests", 200],
|
|
1678
|
+
},
|
|
1679
|
+
() => PutOutboundRequestBatchRequest,
|
|
1680
|
+
() => PutOutboundRequestBatchResponse,
|
|
1681
|
+
];
|
|
1682
|
+
var PutProfileOutboundRequestBatch = [
|
|
1683
|
+
9,
|
|
1684
|
+
n0,
|
|
1685
|
+
_PPORB,
|
|
1686
|
+
{
|
|
1687
|
+
[_h]: ["PUT", "/v2/campaigns/{id}/profile-outbound-requests", 200],
|
|
1688
|
+
},
|
|
1689
|
+
() => PutProfileOutboundRequestBatchRequest,
|
|
1690
|
+
() => PutProfileOutboundRequestBatchResponse,
|
|
1691
|
+
];
|
|
1692
|
+
var ResumeCampaign = [
|
|
1693
|
+
9,
|
|
1694
|
+
n0,
|
|
1695
|
+
_RC,
|
|
1696
|
+
{
|
|
1697
|
+
[_h]: ["POST", "/v2/campaigns/{id}/resume", 200],
|
|
1698
|
+
},
|
|
1699
|
+
() => ResumeCampaignRequest,
|
|
1700
|
+
() => __Unit,
|
|
1701
|
+
];
|
|
1702
|
+
var StartCampaign = [
|
|
1703
|
+
9,
|
|
1704
|
+
n0,
|
|
1705
|
+
_SC,
|
|
1706
|
+
{
|
|
1707
|
+
[_h]: ["POST", "/v2/campaigns/{id}/start", 200],
|
|
1708
|
+
},
|
|
1709
|
+
() => StartCampaignRequest,
|
|
1710
|
+
() => __Unit,
|
|
1711
|
+
];
|
|
1712
|
+
var StartInstanceOnboardingJob = [
|
|
1713
|
+
9,
|
|
1714
|
+
n0,
|
|
1715
|
+
_SIOJ,
|
|
1716
|
+
{
|
|
1717
|
+
[_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/onboarding", 200],
|
|
1718
|
+
},
|
|
1719
|
+
() => StartInstanceOnboardingJobRequest,
|
|
1720
|
+
() => StartInstanceOnboardingJobResponse,
|
|
1721
|
+
];
|
|
1722
|
+
var StopCampaign = [
|
|
1723
|
+
9,
|
|
1724
|
+
n0,
|
|
1725
|
+
_SCt,
|
|
1726
|
+
{
|
|
1727
|
+
[_h]: ["POST", "/v2/campaigns/{id}/stop", 200],
|
|
1728
|
+
},
|
|
1729
|
+
() => StopCampaignRequest,
|
|
1730
|
+
() => __Unit,
|
|
1731
|
+
];
|
|
1732
|
+
var TagResource = [
|
|
1733
|
+
9,
|
|
1734
|
+
n0,
|
|
1735
|
+
_TRa,
|
|
1736
|
+
{
|
|
1737
|
+
[_h]: ["POST", "/v2/tags/{arn}", 200],
|
|
1738
|
+
},
|
|
1739
|
+
() => TagResourceRequest,
|
|
1740
|
+
() => __Unit,
|
|
1741
|
+
];
|
|
1742
|
+
var UntagResource = [
|
|
1743
|
+
9,
|
|
1744
|
+
n0,
|
|
1745
|
+
_UR,
|
|
1746
|
+
{
|
|
1747
|
+
[_h]: ["DELETE", "/v2/tags/{arn}", 200],
|
|
1748
|
+
},
|
|
1749
|
+
() => UntagResourceRequest,
|
|
1750
|
+
() => __Unit,
|
|
1751
|
+
];
|
|
1752
|
+
var UpdateCampaignChannelSubtypeConfig = [
|
|
1753
|
+
9,
|
|
1754
|
+
n0,
|
|
1755
|
+
_UCCSC,
|
|
1756
|
+
{
|
|
1757
|
+
[_h]: ["POST", "/v2/campaigns/{id}/channel-subtype-config", 200],
|
|
1758
|
+
},
|
|
1759
|
+
() => UpdateCampaignChannelSubtypeConfigRequest,
|
|
1760
|
+
() => __Unit,
|
|
1761
|
+
];
|
|
1762
|
+
var UpdateCampaignCommunicationLimits = [
|
|
1763
|
+
9,
|
|
1764
|
+
n0,
|
|
1765
|
+
_UCCL,
|
|
1766
|
+
{
|
|
1767
|
+
[_h]: ["POST", "/v2/campaigns/{id}/communication-limits", 200],
|
|
1768
|
+
},
|
|
1769
|
+
() => UpdateCampaignCommunicationLimitsRequest,
|
|
1770
|
+
() => __Unit,
|
|
1771
|
+
];
|
|
1772
|
+
var UpdateCampaignCommunicationTime = [
|
|
1773
|
+
9,
|
|
1774
|
+
n0,
|
|
1775
|
+
_UCCT,
|
|
1776
|
+
{
|
|
1777
|
+
[_h]: ["POST", "/v2/campaigns/{id}/communication-time", 200],
|
|
1778
|
+
},
|
|
1779
|
+
() => UpdateCampaignCommunicationTimeRequest,
|
|
1780
|
+
() => __Unit,
|
|
1781
|
+
];
|
|
1782
|
+
var UpdateCampaignFlowAssociation = [
|
|
1783
|
+
9,
|
|
1784
|
+
n0,
|
|
1785
|
+
_UCFA,
|
|
1786
|
+
{
|
|
1787
|
+
[_h]: ["POST", "/v2/campaigns/{id}/flow", 200],
|
|
1788
|
+
},
|
|
1789
|
+
() => UpdateCampaignFlowAssociationRequest,
|
|
1790
|
+
() => __Unit,
|
|
1791
|
+
];
|
|
1792
|
+
var UpdateCampaignName = [
|
|
1793
|
+
9,
|
|
1794
|
+
n0,
|
|
1795
|
+
_UCN,
|
|
1796
|
+
{
|
|
1797
|
+
[_h]: ["POST", "/v2/campaigns/{id}/name", 200],
|
|
1798
|
+
},
|
|
1799
|
+
() => UpdateCampaignNameRequest,
|
|
1800
|
+
() => __Unit,
|
|
1801
|
+
];
|
|
1802
|
+
var UpdateCampaignSchedule = [
|
|
1803
|
+
9,
|
|
1804
|
+
n0,
|
|
1805
|
+
_UCS,
|
|
1806
|
+
{
|
|
1807
|
+
[_h]: ["POST", "/v2/campaigns/{id}/schedule", 200],
|
|
1808
|
+
},
|
|
1809
|
+
() => UpdateCampaignScheduleRequest,
|
|
1810
|
+
() => __Unit,
|
|
1811
|
+
];
|
|
1812
|
+
var UpdateCampaignSource = [
|
|
1813
|
+
9,
|
|
1814
|
+
n0,
|
|
1815
|
+
_UCSp,
|
|
1816
|
+
{
|
|
1817
|
+
[_h]: ["POST", "/v2/campaigns/{id}/source", 200],
|
|
1818
|
+
},
|
|
1819
|
+
() => UpdateCampaignSourceRequest,
|
|
1820
|
+
() => __Unit,
|
|
1821
|
+
];
|
|
1760
1822
|
|
|
1761
1823
|
class CreateCampaignCommand extends smithyClient.Command
|
|
1762
1824
|
.classBuilder()
|
|
1763
1825
|
.ep(commonParams)
|
|
1764
1826
|
.m(function (Command, cs, config, o) {
|
|
1765
|
-
return [
|
|
1766
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1767
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1768
|
-
];
|
|
1827
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1769
1828
|
})
|
|
1770
1829
|
.s("AmazonConnectCampaignServiceV2", "CreateCampaign", {})
|
|
1771
1830
|
.n("ConnectCampaignsV2Client", "CreateCampaignCommand")
|
|
1772
|
-
.
|
|
1773
|
-
.ser(se_CreateCampaignCommand)
|
|
1774
|
-
.de(de_CreateCampaignCommand)
|
|
1831
|
+
.sc(CreateCampaign)
|
|
1775
1832
|
.build() {
|
|
1776
1833
|
}
|
|
1777
1834
|
|
|
@@ -1779,16 +1836,11 @@ class DeleteCampaignChannelSubtypeConfigCommand extends smithyClient.Command
|
|
|
1779
1836
|
.classBuilder()
|
|
1780
1837
|
.ep(commonParams)
|
|
1781
1838
|
.m(function (Command, cs, config, o) {
|
|
1782
|
-
return [
|
|
1783
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1784
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1785
|
-
];
|
|
1839
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1786
1840
|
})
|
|
1787
1841
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignChannelSubtypeConfig", {})
|
|
1788
1842
|
.n("ConnectCampaignsV2Client", "DeleteCampaignChannelSubtypeConfigCommand")
|
|
1789
|
-
.
|
|
1790
|
-
.ser(se_DeleteCampaignChannelSubtypeConfigCommand)
|
|
1791
|
-
.de(de_DeleteCampaignChannelSubtypeConfigCommand)
|
|
1843
|
+
.sc(DeleteCampaignChannelSubtypeConfig)
|
|
1792
1844
|
.build() {
|
|
1793
1845
|
}
|
|
1794
1846
|
|
|
@@ -1796,16 +1848,11 @@ class DeleteCampaignCommand extends smithyClient.Command
|
|
|
1796
1848
|
.classBuilder()
|
|
1797
1849
|
.ep(commonParams)
|
|
1798
1850
|
.m(function (Command, cs, config, o) {
|
|
1799
|
-
return [
|
|
1800
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1801
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1802
|
-
];
|
|
1851
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1803
1852
|
})
|
|
1804
1853
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaign", {})
|
|
1805
1854
|
.n("ConnectCampaignsV2Client", "DeleteCampaignCommand")
|
|
1806
|
-
.
|
|
1807
|
-
.ser(se_DeleteCampaignCommand)
|
|
1808
|
-
.de(de_DeleteCampaignCommand)
|
|
1855
|
+
.sc(DeleteCampaign)
|
|
1809
1856
|
.build() {
|
|
1810
1857
|
}
|
|
1811
1858
|
|
|
@@ -1813,16 +1860,11 @@ class DeleteCampaignCommunicationLimitsCommand extends smithyClient.Command
|
|
|
1813
1860
|
.classBuilder()
|
|
1814
1861
|
.ep(commonParams)
|
|
1815
1862
|
.m(function (Command, cs, config, o) {
|
|
1816
|
-
return [
|
|
1817
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1818
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1819
|
-
];
|
|
1863
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1820
1864
|
})
|
|
1821
1865
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationLimits", {})
|
|
1822
1866
|
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationLimitsCommand")
|
|
1823
|
-
.
|
|
1824
|
-
.ser(se_DeleteCampaignCommunicationLimitsCommand)
|
|
1825
|
-
.de(de_DeleteCampaignCommunicationLimitsCommand)
|
|
1867
|
+
.sc(DeleteCampaignCommunicationLimits)
|
|
1826
1868
|
.build() {
|
|
1827
1869
|
}
|
|
1828
1870
|
|
|
@@ -1830,16 +1872,11 @@ class DeleteCampaignCommunicationTimeCommand extends smithyClient.Command
|
|
|
1830
1872
|
.classBuilder()
|
|
1831
1873
|
.ep(commonParams)
|
|
1832
1874
|
.m(function (Command, cs, config, o) {
|
|
1833
|
-
return [
|
|
1834
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1835
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1836
|
-
];
|
|
1875
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1837
1876
|
})
|
|
1838
1877
|
.s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationTime", {})
|
|
1839
1878
|
.n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationTimeCommand")
|
|
1840
|
-
.
|
|
1841
|
-
.ser(se_DeleteCampaignCommunicationTimeCommand)
|
|
1842
|
-
.de(de_DeleteCampaignCommunicationTimeCommand)
|
|
1879
|
+
.sc(DeleteCampaignCommunicationTime)
|
|
1843
1880
|
.build() {
|
|
1844
1881
|
}
|
|
1845
1882
|
|
|
@@ -1847,16 +1884,11 @@ class DeleteConnectInstanceConfigCommand extends smithyClient.Command
|
|
|
1847
1884
|
.classBuilder()
|
|
1848
1885
|
.ep(commonParams)
|
|
1849
1886
|
.m(function (Command, cs, config, o) {
|
|
1850
|
-
return [
|
|
1851
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1852
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1853
|
-
];
|
|
1887
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1854
1888
|
})
|
|
1855
1889
|
.s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceConfig", {})
|
|
1856
1890
|
.n("ConnectCampaignsV2Client", "DeleteConnectInstanceConfigCommand")
|
|
1857
|
-
.
|
|
1858
|
-
.ser(se_DeleteConnectInstanceConfigCommand)
|
|
1859
|
-
.de(de_DeleteConnectInstanceConfigCommand)
|
|
1891
|
+
.sc(DeleteConnectInstanceConfig)
|
|
1860
1892
|
.build() {
|
|
1861
1893
|
}
|
|
1862
1894
|
|
|
@@ -1864,16 +1896,11 @@ class DeleteConnectInstanceIntegrationCommand extends smithyClient.Command
|
|
|
1864
1896
|
.classBuilder()
|
|
1865
1897
|
.ep(commonParams)
|
|
1866
1898
|
.m(function (Command, cs, config, o) {
|
|
1867
|
-
return [
|
|
1868
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1869
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1870
|
-
];
|
|
1899
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1871
1900
|
})
|
|
1872
1901
|
.s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceIntegration", {})
|
|
1873
1902
|
.n("ConnectCampaignsV2Client", "DeleteConnectInstanceIntegrationCommand")
|
|
1874
|
-
.
|
|
1875
|
-
.ser(se_DeleteConnectInstanceIntegrationCommand)
|
|
1876
|
-
.de(de_DeleteConnectInstanceIntegrationCommand)
|
|
1903
|
+
.sc(DeleteConnectInstanceIntegration)
|
|
1877
1904
|
.build() {
|
|
1878
1905
|
}
|
|
1879
1906
|
|
|
@@ -1881,16 +1908,11 @@ class DeleteInstanceOnboardingJobCommand extends smithyClient.Command
|
|
|
1881
1908
|
.classBuilder()
|
|
1882
1909
|
.ep(commonParams)
|
|
1883
1910
|
.m(function (Command, cs, config, o) {
|
|
1884
|
-
return [
|
|
1885
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1886
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1887
|
-
];
|
|
1911
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1888
1912
|
})
|
|
1889
1913
|
.s("AmazonConnectCampaignServiceV2", "DeleteInstanceOnboardingJob", {})
|
|
1890
1914
|
.n("ConnectCampaignsV2Client", "DeleteInstanceOnboardingJobCommand")
|
|
1891
|
-
.
|
|
1892
|
-
.ser(se_DeleteInstanceOnboardingJobCommand)
|
|
1893
|
-
.de(de_DeleteInstanceOnboardingJobCommand)
|
|
1915
|
+
.sc(DeleteInstanceOnboardingJob)
|
|
1894
1916
|
.build() {
|
|
1895
1917
|
}
|
|
1896
1918
|
|
|
@@ -1898,16 +1920,11 @@ class DescribeCampaignCommand extends smithyClient.Command
|
|
|
1898
1920
|
.classBuilder()
|
|
1899
1921
|
.ep(commonParams)
|
|
1900
1922
|
.m(function (Command, cs, config, o) {
|
|
1901
|
-
return [
|
|
1902
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1903
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1904
|
-
];
|
|
1923
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1905
1924
|
})
|
|
1906
1925
|
.s("AmazonConnectCampaignServiceV2", "DescribeCampaign", {})
|
|
1907
1926
|
.n("ConnectCampaignsV2Client", "DescribeCampaignCommand")
|
|
1908
|
-
.
|
|
1909
|
-
.ser(se_DescribeCampaignCommand)
|
|
1910
|
-
.de(de_DescribeCampaignCommand)
|
|
1927
|
+
.sc(DescribeCampaign)
|
|
1911
1928
|
.build() {
|
|
1912
1929
|
}
|
|
1913
1930
|
|
|
@@ -1915,16 +1932,11 @@ class GetCampaignStateBatchCommand extends smithyClient.Command
|
|
|
1915
1932
|
.classBuilder()
|
|
1916
1933
|
.ep(commonParams)
|
|
1917
1934
|
.m(function (Command, cs, config, o) {
|
|
1918
|
-
return [
|
|
1919
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1920
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1921
|
-
];
|
|
1935
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1922
1936
|
})
|
|
1923
1937
|
.s("AmazonConnectCampaignServiceV2", "GetCampaignStateBatch", {})
|
|
1924
1938
|
.n("ConnectCampaignsV2Client", "GetCampaignStateBatchCommand")
|
|
1925
|
-
.
|
|
1926
|
-
.ser(se_GetCampaignStateBatchCommand)
|
|
1927
|
-
.de(de_GetCampaignStateBatchCommand)
|
|
1939
|
+
.sc(GetCampaignStateBatch)
|
|
1928
1940
|
.build() {
|
|
1929
1941
|
}
|
|
1930
1942
|
|
|
@@ -1932,16 +1944,11 @@ class GetCampaignStateCommand extends smithyClient.Command
|
|
|
1932
1944
|
.classBuilder()
|
|
1933
1945
|
.ep(commonParams)
|
|
1934
1946
|
.m(function (Command, cs, config, o) {
|
|
1935
|
-
return [
|
|
1936
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1937
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1938
|
-
];
|
|
1947
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1939
1948
|
})
|
|
1940
1949
|
.s("AmazonConnectCampaignServiceV2", "GetCampaignState", {})
|
|
1941
1950
|
.n("ConnectCampaignsV2Client", "GetCampaignStateCommand")
|
|
1942
|
-
.
|
|
1943
|
-
.ser(se_GetCampaignStateCommand)
|
|
1944
|
-
.de(de_GetCampaignStateCommand)
|
|
1951
|
+
.sc(GetCampaignState)
|
|
1945
1952
|
.build() {
|
|
1946
1953
|
}
|
|
1947
1954
|
|
|
@@ -1949,16 +1956,11 @@ class GetConnectInstanceConfigCommand extends smithyClient.Command
|
|
|
1949
1956
|
.classBuilder()
|
|
1950
1957
|
.ep(commonParams)
|
|
1951
1958
|
.m(function (Command, cs, config, o) {
|
|
1952
|
-
return [
|
|
1953
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1954
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1955
|
-
];
|
|
1959
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1956
1960
|
})
|
|
1957
1961
|
.s("AmazonConnectCampaignServiceV2", "GetConnectInstanceConfig", {})
|
|
1958
1962
|
.n("ConnectCampaignsV2Client", "GetConnectInstanceConfigCommand")
|
|
1959
|
-
.
|
|
1960
|
-
.ser(se_GetConnectInstanceConfigCommand)
|
|
1961
|
-
.de(de_GetConnectInstanceConfigCommand)
|
|
1963
|
+
.sc(GetConnectInstanceConfig)
|
|
1962
1964
|
.build() {
|
|
1963
1965
|
}
|
|
1964
1966
|
|
|
@@ -1966,16 +1968,11 @@ class GetInstanceCommunicationLimitsCommand extends smithyClient.Command
|
|
|
1966
1968
|
.classBuilder()
|
|
1967
1969
|
.ep(commonParams)
|
|
1968
1970
|
.m(function (Command, cs, config, o) {
|
|
1969
|
-
return [
|
|
1970
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1971
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1972
|
-
];
|
|
1971
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1973
1972
|
})
|
|
1974
1973
|
.s("AmazonConnectCampaignServiceV2", "GetInstanceCommunicationLimits", {})
|
|
1975
1974
|
.n("ConnectCampaignsV2Client", "GetInstanceCommunicationLimitsCommand")
|
|
1976
|
-
.
|
|
1977
|
-
.ser(se_GetInstanceCommunicationLimitsCommand)
|
|
1978
|
-
.de(de_GetInstanceCommunicationLimitsCommand)
|
|
1975
|
+
.sc(GetInstanceCommunicationLimits)
|
|
1979
1976
|
.build() {
|
|
1980
1977
|
}
|
|
1981
1978
|
|
|
@@ -1983,16 +1980,11 @@ class GetInstanceOnboardingJobStatusCommand extends smithyClient.Command
|
|
|
1983
1980
|
.classBuilder()
|
|
1984
1981
|
.ep(commonParams)
|
|
1985
1982
|
.m(function (Command, cs, config, o) {
|
|
1986
|
-
return [
|
|
1987
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1988
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1989
|
-
];
|
|
1983
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1990
1984
|
})
|
|
1991
1985
|
.s("AmazonConnectCampaignServiceV2", "GetInstanceOnboardingJobStatus", {})
|
|
1992
1986
|
.n("ConnectCampaignsV2Client", "GetInstanceOnboardingJobStatusCommand")
|
|
1993
|
-
.
|
|
1994
|
-
.ser(se_GetInstanceOnboardingJobStatusCommand)
|
|
1995
|
-
.de(de_GetInstanceOnboardingJobStatusCommand)
|
|
1987
|
+
.sc(GetInstanceOnboardingJobStatus)
|
|
1996
1988
|
.build() {
|
|
1997
1989
|
}
|
|
1998
1990
|
|
|
@@ -2000,16 +1992,11 @@ class ListCampaignsCommand extends smithyClient.Command
|
|
|
2000
1992
|
.classBuilder()
|
|
2001
1993
|
.ep(commonParams)
|
|
2002
1994
|
.m(function (Command, cs, config, o) {
|
|
2003
|
-
return [
|
|
2004
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2005
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2006
|
-
];
|
|
1995
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2007
1996
|
})
|
|
2008
1997
|
.s("AmazonConnectCampaignServiceV2", "ListCampaigns", {})
|
|
2009
1998
|
.n("ConnectCampaignsV2Client", "ListCampaignsCommand")
|
|
2010
|
-
.
|
|
2011
|
-
.ser(se_ListCampaignsCommand)
|
|
2012
|
-
.de(de_ListCampaignsCommand)
|
|
1999
|
+
.sc(ListCampaigns)
|
|
2013
2000
|
.build() {
|
|
2014
2001
|
}
|
|
2015
2002
|
|
|
@@ -2017,16 +2004,11 @@ class ListConnectInstanceIntegrationsCommand extends smithyClient.Command
|
|
|
2017
2004
|
.classBuilder()
|
|
2018
2005
|
.ep(commonParams)
|
|
2019
2006
|
.m(function (Command, cs, config, o) {
|
|
2020
|
-
return [
|
|
2021
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2022
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2023
|
-
];
|
|
2007
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2024
2008
|
})
|
|
2025
2009
|
.s("AmazonConnectCampaignServiceV2", "ListConnectInstanceIntegrations", {})
|
|
2026
2010
|
.n("ConnectCampaignsV2Client", "ListConnectInstanceIntegrationsCommand")
|
|
2027
|
-
.
|
|
2028
|
-
.ser(se_ListConnectInstanceIntegrationsCommand)
|
|
2029
|
-
.de(de_ListConnectInstanceIntegrationsCommand)
|
|
2011
|
+
.sc(ListConnectInstanceIntegrations)
|
|
2030
2012
|
.build() {
|
|
2031
2013
|
}
|
|
2032
2014
|
|
|
@@ -2034,16 +2016,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2034
2016
|
.classBuilder()
|
|
2035
2017
|
.ep(commonParams)
|
|
2036
2018
|
.m(function (Command, cs, config, o) {
|
|
2037
|
-
return [
|
|
2038
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2039
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2040
|
-
];
|
|
2019
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2041
2020
|
})
|
|
2042
2021
|
.s("AmazonConnectCampaignServiceV2", "ListTagsForResource", {})
|
|
2043
2022
|
.n("ConnectCampaignsV2Client", "ListTagsForResourceCommand")
|
|
2044
|
-
.
|
|
2045
|
-
.ser(se_ListTagsForResourceCommand)
|
|
2046
|
-
.de(de_ListTagsForResourceCommand)
|
|
2023
|
+
.sc(ListTagsForResource)
|
|
2047
2024
|
.build() {
|
|
2048
2025
|
}
|
|
2049
2026
|
|
|
@@ -2051,16 +2028,11 @@ class PauseCampaignCommand extends smithyClient.Command
|
|
|
2051
2028
|
.classBuilder()
|
|
2052
2029
|
.ep(commonParams)
|
|
2053
2030
|
.m(function (Command, cs, config, o) {
|
|
2054
|
-
return [
|
|
2055
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2056
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2057
|
-
];
|
|
2031
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2058
2032
|
})
|
|
2059
2033
|
.s("AmazonConnectCampaignServiceV2", "PauseCampaign", {})
|
|
2060
2034
|
.n("ConnectCampaignsV2Client", "PauseCampaignCommand")
|
|
2061
|
-
.
|
|
2062
|
-
.ser(se_PauseCampaignCommand)
|
|
2063
|
-
.de(de_PauseCampaignCommand)
|
|
2035
|
+
.sc(PauseCampaign)
|
|
2064
2036
|
.build() {
|
|
2065
2037
|
}
|
|
2066
2038
|
|
|
@@ -2068,16 +2040,11 @@ class PutConnectInstanceIntegrationCommand extends smithyClient.Command
|
|
|
2068
2040
|
.classBuilder()
|
|
2069
2041
|
.ep(commonParams)
|
|
2070
2042
|
.m(function (Command, cs, config, o) {
|
|
2071
|
-
return [
|
|
2072
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2073
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2074
|
-
];
|
|
2043
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2075
2044
|
})
|
|
2076
2045
|
.s("AmazonConnectCampaignServiceV2", "PutConnectInstanceIntegration", {})
|
|
2077
2046
|
.n("ConnectCampaignsV2Client", "PutConnectInstanceIntegrationCommand")
|
|
2078
|
-
.
|
|
2079
|
-
.ser(se_PutConnectInstanceIntegrationCommand)
|
|
2080
|
-
.de(de_PutConnectInstanceIntegrationCommand)
|
|
2047
|
+
.sc(PutConnectInstanceIntegration)
|
|
2081
2048
|
.build() {
|
|
2082
2049
|
}
|
|
2083
2050
|
|
|
@@ -2085,16 +2052,11 @@ class PutInstanceCommunicationLimitsCommand extends smithyClient.Command
|
|
|
2085
2052
|
.classBuilder()
|
|
2086
2053
|
.ep(commonParams)
|
|
2087
2054
|
.m(function (Command, cs, config, o) {
|
|
2088
|
-
return [
|
|
2089
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2090
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2091
|
-
];
|
|
2055
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2092
2056
|
})
|
|
2093
2057
|
.s("AmazonConnectCampaignServiceV2", "PutInstanceCommunicationLimits", {})
|
|
2094
2058
|
.n("ConnectCampaignsV2Client", "PutInstanceCommunicationLimitsCommand")
|
|
2095
|
-
.
|
|
2096
|
-
.ser(se_PutInstanceCommunicationLimitsCommand)
|
|
2097
|
-
.de(de_PutInstanceCommunicationLimitsCommand)
|
|
2059
|
+
.sc(PutInstanceCommunicationLimits)
|
|
2098
2060
|
.build() {
|
|
2099
2061
|
}
|
|
2100
2062
|
|
|
@@ -2102,16 +2064,11 @@ class PutOutboundRequestBatchCommand extends smithyClient.Command
|
|
|
2102
2064
|
.classBuilder()
|
|
2103
2065
|
.ep(commonParams)
|
|
2104
2066
|
.m(function (Command, cs, config, o) {
|
|
2105
|
-
return [
|
|
2106
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2107
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2108
|
-
];
|
|
2067
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2109
2068
|
})
|
|
2110
2069
|
.s("AmazonConnectCampaignServiceV2", "PutOutboundRequestBatch", {})
|
|
2111
2070
|
.n("ConnectCampaignsV2Client", "PutOutboundRequestBatchCommand")
|
|
2112
|
-
.
|
|
2113
|
-
.ser(se_PutOutboundRequestBatchCommand)
|
|
2114
|
-
.de(de_PutOutboundRequestBatchCommand)
|
|
2071
|
+
.sc(PutOutboundRequestBatch)
|
|
2115
2072
|
.build() {
|
|
2116
2073
|
}
|
|
2117
2074
|
|
|
@@ -2119,16 +2076,11 @@ class PutProfileOutboundRequestBatchCommand extends smithyClient.Command
|
|
|
2119
2076
|
.classBuilder()
|
|
2120
2077
|
.ep(commonParams)
|
|
2121
2078
|
.m(function (Command, cs, config, o) {
|
|
2122
|
-
return [
|
|
2123
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2124
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2125
|
-
];
|
|
2079
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2126
2080
|
})
|
|
2127
2081
|
.s("AmazonConnectCampaignServiceV2", "PutProfileOutboundRequestBatch", {})
|
|
2128
2082
|
.n("ConnectCampaignsV2Client", "PutProfileOutboundRequestBatchCommand")
|
|
2129
|
-
.
|
|
2130
|
-
.ser(se_PutProfileOutboundRequestBatchCommand)
|
|
2131
|
-
.de(de_PutProfileOutboundRequestBatchCommand)
|
|
2083
|
+
.sc(PutProfileOutboundRequestBatch)
|
|
2132
2084
|
.build() {
|
|
2133
2085
|
}
|
|
2134
2086
|
|
|
@@ -2136,16 +2088,11 @@ class ResumeCampaignCommand extends smithyClient.Command
|
|
|
2136
2088
|
.classBuilder()
|
|
2137
2089
|
.ep(commonParams)
|
|
2138
2090
|
.m(function (Command, cs, config, o) {
|
|
2139
|
-
return [
|
|
2140
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2141
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2142
|
-
];
|
|
2091
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2143
2092
|
})
|
|
2144
2093
|
.s("AmazonConnectCampaignServiceV2", "ResumeCampaign", {})
|
|
2145
2094
|
.n("ConnectCampaignsV2Client", "ResumeCampaignCommand")
|
|
2146
|
-
.
|
|
2147
|
-
.ser(se_ResumeCampaignCommand)
|
|
2148
|
-
.de(de_ResumeCampaignCommand)
|
|
2095
|
+
.sc(ResumeCampaign)
|
|
2149
2096
|
.build() {
|
|
2150
2097
|
}
|
|
2151
2098
|
|
|
@@ -2153,16 +2100,11 @@ class StartCampaignCommand extends smithyClient.Command
|
|
|
2153
2100
|
.classBuilder()
|
|
2154
2101
|
.ep(commonParams)
|
|
2155
2102
|
.m(function (Command, cs, config, o) {
|
|
2156
|
-
return [
|
|
2157
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2158
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2159
|
-
];
|
|
2103
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2160
2104
|
})
|
|
2161
2105
|
.s("AmazonConnectCampaignServiceV2", "StartCampaign", {})
|
|
2162
2106
|
.n("ConnectCampaignsV2Client", "StartCampaignCommand")
|
|
2163
|
-
.
|
|
2164
|
-
.ser(se_StartCampaignCommand)
|
|
2165
|
-
.de(de_StartCampaignCommand)
|
|
2107
|
+
.sc(StartCampaign)
|
|
2166
2108
|
.build() {
|
|
2167
2109
|
}
|
|
2168
2110
|
|
|
@@ -2170,16 +2112,11 @@ class StartInstanceOnboardingJobCommand extends smithyClient.Command
|
|
|
2170
2112
|
.classBuilder()
|
|
2171
2113
|
.ep(commonParams)
|
|
2172
2114
|
.m(function (Command, cs, config, o) {
|
|
2173
|
-
return [
|
|
2174
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2175
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2176
|
-
];
|
|
2115
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2177
2116
|
})
|
|
2178
2117
|
.s("AmazonConnectCampaignServiceV2", "StartInstanceOnboardingJob", {})
|
|
2179
2118
|
.n("ConnectCampaignsV2Client", "StartInstanceOnboardingJobCommand")
|
|
2180
|
-
.
|
|
2181
|
-
.ser(se_StartInstanceOnboardingJobCommand)
|
|
2182
|
-
.de(de_StartInstanceOnboardingJobCommand)
|
|
2119
|
+
.sc(StartInstanceOnboardingJob)
|
|
2183
2120
|
.build() {
|
|
2184
2121
|
}
|
|
2185
2122
|
|
|
@@ -2187,16 +2124,11 @@ class StopCampaignCommand extends smithyClient.Command
|
|
|
2187
2124
|
.classBuilder()
|
|
2188
2125
|
.ep(commonParams)
|
|
2189
2126
|
.m(function (Command, cs, config, o) {
|
|
2190
|
-
return [
|
|
2191
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2192
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2193
|
-
];
|
|
2127
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2194
2128
|
})
|
|
2195
2129
|
.s("AmazonConnectCampaignServiceV2", "StopCampaign", {})
|
|
2196
2130
|
.n("ConnectCampaignsV2Client", "StopCampaignCommand")
|
|
2197
|
-
.
|
|
2198
|
-
.ser(se_StopCampaignCommand)
|
|
2199
|
-
.de(de_StopCampaignCommand)
|
|
2131
|
+
.sc(StopCampaign)
|
|
2200
2132
|
.build() {
|
|
2201
2133
|
}
|
|
2202
2134
|
|
|
@@ -2204,16 +2136,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2204
2136
|
.classBuilder()
|
|
2205
2137
|
.ep(commonParams)
|
|
2206
2138
|
.m(function (Command, cs, config, o) {
|
|
2207
|
-
return [
|
|
2208
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2209
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2210
|
-
];
|
|
2139
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2211
2140
|
})
|
|
2212
2141
|
.s("AmazonConnectCampaignServiceV2", "TagResource", {})
|
|
2213
2142
|
.n("ConnectCampaignsV2Client", "TagResourceCommand")
|
|
2214
|
-
.
|
|
2215
|
-
.ser(se_TagResourceCommand)
|
|
2216
|
-
.de(de_TagResourceCommand)
|
|
2143
|
+
.sc(TagResource)
|
|
2217
2144
|
.build() {
|
|
2218
2145
|
}
|
|
2219
2146
|
|
|
@@ -2221,16 +2148,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2221
2148
|
.classBuilder()
|
|
2222
2149
|
.ep(commonParams)
|
|
2223
2150
|
.m(function (Command, cs, config, o) {
|
|
2224
|
-
return [
|
|
2225
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2226
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2227
|
-
];
|
|
2151
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2228
2152
|
})
|
|
2229
2153
|
.s("AmazonConnectCampaignServiceV2", "UntagResource", {})
|
|
2230
2154
|
.n("ConnectCampaignsV2Client", "UntagResourceCommand")
|
|
2231
|
-
.
|
|
2232
|
-
.ser(se_UntagResourceCommand)
|
|
2233
|
-
.de(de_UntagResourceCommand)
|
|
2155
|
+
.sc(UntagResource)
|
|
2234
2156
|
.build() {
|
|
2235
2157
|
}
|
|
2236
2158
|
|
|
@@ -2238,16 +2160,11 @@ class UpdateCampaignChannelSubtypeConfigCommand extends smithyClient.Command
|
|
|
2238
2160
|
.classBuilder()
|
|
2239
2161
|
.ep(commonParams)
|
|
2240
2162
|
.m(function (Command, cs, config, o) {
|
|
2241
|
-
return [
|
|
2242
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2243
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2244
|
-
];
|
|
2163
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2245
2164
|
})
|
|
2246
2165
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignChannelSubtypeConfig", {})
|
|
2247
2166
|
.n("ConnectCampaignsV2Client", "UpdateCampaignChannelSubtypeConfigCommand")
|
|
2248
|
-
.
|
|
2249
|
-
.ser(se_UpdateCampaignChannelSubtypeConfigCommand)
|
|
2250
|
-
.de(de_UpdateCampaignChannelSubtypeConfigCommand)
|
|
2167
|
+
.sc(UpdateCampaignChannelSubtypeConfig)
|
|
2251
2168
|
.build() {
|
|
2252
2169
|
}
|
|
2253
2170
|
|
|
@@ -2255,16 +2172,11 @@ class UpdateCampaignCommunicationLimitsCommand extends smithyClient.Command
|
|
|
2255
2172
|
.classBuilder()
|
|
2256
2173
|
.ep(commonParams)
|
|
2257
2174
|
.m(function (Command, cs, config, o) {
|
|
2258
|
-
return [
|
|
2259
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2260
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2261
|
-
];
|
|
2175
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2262
2176
|
})
|
|
2263
2177
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationLimits", {})
|
|
2264
2178
|
.n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationLimitsCommand")
|
|
2265
|
-
.
|
|
2266
|
-
.ser(se_UpdateCampaignCommunicationLimitsCommand)
|
|
2267
|
-
.de(de_UpdateCampaignCommunicationLimitsCommand)
|
|
2179
|
+
.sc(UpdateCampaignCommunicationLimits)
|
|
2268
2180
|
.build() {
|
|
2269
2181
|
}
|
|
2270
2182
|
|
|
@@ -2272,16 +2184,11 @@ class UpdateCampaignCommunicationTimeCommand extends smithyClient.Command
|
|
|
2272
2184
|
.classBuilder()
|
|
2273
2185
|
.ep(commonParams)
|
|
2274
2186
|
.m(function (Command, cs, config, o) {
|
|
2275
|
-
return [
|
|
2276
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2277
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2278
|
-
];
|
|
2187
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2279
2188
|
})
|
|
2280
2189
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationTime", {})
|
|
2281
2190
|
.n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationTimeCommand")
|
|
2282
|
-
.
|
|
2283
|
-
.ser(se_UpdateCampaignCommunicationTimeCommand)
|
|
2284
|
-
.de(de_UpdateCampaignCommunicationTimeCommand)
|
|
2191
|
+
.sc(UpdateCampaignCommunicationTime)
|
|
2285
2192
|
.build() {
|
|
2286
2193
|
}
|
|
2287
2194
|
|
|
@@ -2289,16 +2196,11 @@ class UpdateCampaignFlowAssociationCommand extends smithyClient.Command
|
|
|
2289
2196
|
.classBuilder()
|
|
2290
2197
|
.ep(commonParams)
|
|
2291
2198
|
.m(function (Command, cs, config, o) {
|
|
2292
|
-
return [
|
|
2293
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2294
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2295
|
-
];
|
|
2199
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2296
2200
|
})
|
|
2297
2201
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignFlowAssociation", {})
|
|
2298
2202
|
.n("ConnectCampaignsV2Client", "UpdateCampaignFlowAssociationCommand")
|
|
2299
|
-
.
|
|
2300
|
-
.ser(se_UpdateCampaignFlowAssociationCommand)
|
|
2301
|
-
.de(de_UpdateCampaignFlowAssociationCommand)
|
|
2203
|
+
.sc(UpdateCampaignFlowAssociation)
|
|
2302
2204
|
.build() {
|
|
2303
2205
|
}
|
|
2304
2206
|
|
|
@@ -2306,16 +2208,11 @@ class UpdateCampaignNameCommand extends smithyClient.Command
|
|
|
2306
2208
|
.classBuilder()
|
|
2307
2209
|
.ep(commonParams)
|
|
2308
2210
|
.m(function (Command, cs, config, o) {
|
|
2309
|
-
return [
|
|
2310
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2311
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2312
|
-
];
|
|
2211
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2313
2212
|
})
|
|
2314
2213
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignName", {})
|
|
2315
2214
|
.n("ConnectCampaignsV2Client", "UpdateCampaignNameCommand")
|
|
2316
|
-
.
|
|
2317
|
-
.ser(se_UpdateCampaignNameCommand)
|
|
2318
|
-
.de(de_UpdateCampaignNameCommand)
|
|
2215
|
+
.sc(UpdateCampaignName)
|
|
2319
2216
|
.build() {
|
|
2320
2217
|
}
|
|
2321
2218
|
|
|
@@ -2323,16 +2220,11 @@ class UpdateCampaignScheduleCommand extends smithyClient.Command
|
|
|
2323
2220
|
.classBuilder()
|
|
2324
2221
|
.ep(commonParams)
|
|
2325
2222
|
.m(function (Command, cs, config, o) {
|
|
2326
|
-
return [
|
|
2327
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2328
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2329
|
-
];
|
|
2223
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2330
2224
|
})
|
|
2331
2225
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignSchedule", {})
|
|
2332
2226
|
.n("ConnectCampaignsV2Client", "UpdateCampaignScheduleCommand")
|
|
2333
|
-
.
|
|
2334
|
-
.ser(se_UpdateCampaignScheduleCommand)
|
|
2335
|
-
.de(de_UpdateCampaignScheduleCommand)
|
|
2227
|
+
.sc(UpdateCampaignSchedule)
|
|
2336
2228
|
.build() {
|
|
2337
2229
|
}
|
|
2338
2230
|
|
|
@@ -2340,16 +2232,11 @@ class UpdateCampaignSourceCommand extends smithyClient.Command
|
|
|
2340
2232
|
.classBuilder()
|
|
2341
2233
|
.ep(commonParams)
|
|
2342
2234
|
.m(function (Command, cs, config, o) {
|
|
2343
|
-
return [
|
|
2344
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2345
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2346
|
-
];
|
|
2235
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2347
2236
|
})
|
|
2348
2237
|
.s("AmazonConnectCampaignServiceV2", "UpdateCampaignSource", {})
|
|
2349
2238
|
.n("ConnectCampaignsV2Client", "UpdateCampaignSourceCommand")
|
|
2350
|
-
.
|
|
2351
|
-
.ser(se_UpdateCampaignSourceCommand)
|
|
2352
|
-
.de(de_UpdateCampaignSourceCommand)
|
|
2239
|
+
.sc(UpdateCampaignSource)
|
|
2353
2240
|
.build() {
|
|
2354
2241
|
}
|
|
2355
2242
|
|
|
@@ -2406,23 +2293,19 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2406
2293
|
enumerable: true,
|
|
2407
2294
|
get: function () { return smithyClient.Client; }
|
|
2408
2295
|
});
|
|
2409
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
2296
|
+
exports.AccessDeniedException = AccessDeniedException$1;
|
|
2410
2297
|
exports.AgentAction = AgentAction;
|
|
2411
2298
|
exports.CampaignDeletionPolicy = CampaignDeletionPolicy;
|
|
2412
|
-
exports.CampaignFilterSensitiveLog = CampaignFilterSensitiveLog;
|
|
2413
2299
|
exports.CampaignState = CampaignState;
|
|
2414
2300
|
exports.ChannelSubtype = ChannelSubtype;
|
|
2415
|
-
exports.ChannelSubtypeConfigFilterSensitiveLog = ChannelSubtypeConfigFilterSensitiveLog;
|
|
2416
|
-
exports.ChannelSubtypeParametersFilterSensitiveLog = ChannelSubtypeParametersFilterSensitiveLog;
|
|
2417
2301
|
exports.CommunicationLimitTimeUnit = CommunicationLimitTimeUnit;
|
|
2418
2302
|
exports.CommunicationLimitsConfigType = CommunicationLimitsConfigType;
|
|
2419
2303
|
exports.CommunicationTimeConfigType = CommunicationTimeConfigType;
|
|
2420
|
-
exports.ConflictException = ConflictException;
|
|
2304
|
+
exports.ConflictException = ConflictException$1;
|
|
2421
2305
|
exports.ConnectCampaignsV2 = ConnectCampaignsV2;
|
|
2422
2306
|
exports.ConnectCampaignsV2Client = ConnectCampaignsV2Client;
|
|
2423
|
-
exports.ConnectCampaignsV2ServiceException = ConnectCampaignsV2ServiceException;
|
|
2307
|
+
exports.ConnectCampaignsV2ServiceException = ConnectCampaignsV2ServiceException$1;
|
|
2424
2308
|
exports.CreateCampaignCommand = CreateCampaignCommand;
|
|
2425
|
-
exports.CreateCampaignRequestFilterSensitiveLog = CreateCampaignRequestFilterSensitiveLog;
|
|
2426
2309
|
exports.DayOfWeek = DayOfWeek;
|
|
2427
2310
|
exports.DeleteCampaignChannelSubtypeConfigCommand = DeleteCampaignChannelSubtypeConfigCommand;
|
|
2428
2311
|
exports.DeleteCampaignCommand = DeleteCampaignCommand;
|
|
@@ -2432,10 +2315,6 @@ exports.DeleteConnectInstanceConfigCommand = DeleteConnectInstanceConfigCommand;
|
|
|
2432
2315
|
exports.DeleteConnectInstanceIntegrationCommand = DeleteConnectInstanceIntegrationCommand;
|
|
2433
2316
|
exports.DeleteInstanceOnboardingJobCommand = DeleteInstanceOnboardingJobCommand;
|
|
2434
2317
|
exports.DescribeCampaignCommand = DescribeCampaignCommand;
|
|
2435
|
-
exports.DescribeCampaignResponseFilterSensitiveLog = DescribeCampaignResponseFilterSensitiveLog;
|
|
2436
|
-
exports.EmailChannelSubtypeConfigFilterSensitiveLog = EmailChannelSubtypeConfigFilterSensitiveLog;
|
|
2437
|
-
exports.EmailChannelSubtypeParametersFilterSensitiveLog = EmailChannelSubtypeParametersFilterSensitiveLog;
|
|
2438
|
-
exports.EmailOutboundConfigFilterSensitiveLog = EmailOutboundConfigFilterSensitiveLog;
|
|
2439
2318
|
exports.EncryptionType = EncryptionType;
|
|
2440
2319
|
exports.EventType = EventType;
|
|
2441
2320
|
exports.FailureCode = FailureCode;
|
|
@@ -2449,40 +2328,35 @@ exports.InstanceIdFilterOperator = InstanceIdFilterOperator;
|
|
|
2449
2328
|
exports.InstanceLimitsHandling = InstanceLimitsHandling;
|
|
2450
2329
|
exports.InstanceOnboardingJobFailureCode = InstanceOnboardingJobFailureCode;
|
|
2451
2330
|
exports.InstanceOnboardingJobStatusCode = InstanceOnboardingJobStatusCode;
|
|
2452
|
-
exports.InternalServerException = InternalServerException;
|
|
2453
|
-
exports.InvalidCampaignStateException = InvalidCampaignStateException;
|
|
2454
|
-
exports.InvalidStateException = InvalidStateException;
|
|
2331
|
+
exports.InternalServerException = InternalServerException$1;
|
|
2332
|
+
exports.InvalidCampaignStateException = InvalidCampaignStateException$1;
|
|
2333
|
+
exports.InvalidStateException = InvalidStateException$1;
|
|
2455
2334
|
exports.ListCampaignsCommand = ListCampaignsCommand;
|
|
2456
2335
|
exports.ListConnectInstanceIntegrationsCommand = ListConnectInstanceIntegrationsCommand;
|
|
2457
2336
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2458
2337
|
exports.LocalTimeZoneDetectionType = LocalTimeZoneDetectionType;
|
|
2459
|
-
exports.OutboundRequestFilterSensitiveLog = OutboundRequestFilterSensitiveLog;
|
|
2460
2338
|
exports.PauseCampaignCommand = PauseCampaignCommand;
|
|
2461
2339
|
exports.ProfileOutboundRequestFailureCode = ProfileOutboundRequestFailureCode;
|
|
2462
2340
|
exports.PutConnectInstanceIntegrationCommand = PutConnectInstanceIntegrationCommand;
|
|
2463
2341
|
exports.PutInstanceCommunicationLimitsCommand = PutInstanceCommunicationLimitsCommand;
|
|
2464
2342
|
exports.PutOutboundRequestBatchCommand = PutOutboundRequestBatchCommand;
|
|
2465
|
-
exports.PutOutboundRequestBatchRequestFilterSensitiveLog = PutOutboundRequestBatchRequestFilterSensitiveLog;
|
|
2466
2343
|
exports.PutProfileOutboundRequestBatchCommand = PutProfileOutboundRequestBatchCommand;
|
|
2467
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2344
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2468
2345
|
exports.ResumeCampaignCommand = ResumeCampaignCommand;
|
|
2469
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2470
|
-
exports.SmsChannelSubtypeParametersFilterSensitiveLog = SmsChannelSubtypeParametersFilterSensitiveLog;
|
|
2346
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
2471
2347
|
exports.StartCampaignCommand = StartCampaignCommand;
|
|
2472
2348
|
exports.StartInstanceOnboardingJobCommand = StartInstanceOnboardingJobCommand;
|
|
2473
2349
|
exports.StopCampaignCommand = StopCampaignCommand;
|
|
2474
2350
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2475
|
-
exports.
|
|
2476
|
-
exports.ThrottlingException = ThrottlingException;
|
|
2351
|
+
exports.ThrottlingException = ThrottlingException$1;
|
|
2477
2352
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2478
2353
|
exports.UpdateCampaignChannelSubtypeConfigCommand = UpdateCampaignChannelSubtypeConfigCommand;
|
|
2479
|
-
exports.UpdateCampaignChannelSubtypeConfigRequestFilterSensitiveLog = UpdateCampaignChannelSubtypeConfigRequestFilterSensitiveLog;
|
|
2480
2354
|
exports.UpdateCampaignCommunicationLimitsCommand = UpdateCampaignCommunicationLimitsCommand;
|
|
2481
2355
|
exports.UpdateCampaignCommunicationTimeCommand = UpdateCampaignCommunicationTimeCommand;
|
|
2482
2356
|
exports.UpdateCampaignFlowAssociationCommand = UpdateCampaignFlowAssociationCommand;
|
|
2483
2357
|
exports.UpdateCampaignNameCommand = UpdateCampaignNameCommand;
|
|
2484
2358
|
exports.UpdateCampaignScheduleCommand = UpdateCampaignScheduleCommand;
|
|
2485
2359
|
exports.UpdateCampaignSourceCommand = UpdateCampaignSourceCommand;
|
|
2486
|
-
exports.ValidationException = ValidationException;
|
|
2360
|
+
exports.ValidationException = ValidationException$1;
|
|
2487
2361
|
exports.paginateListCampaigns = paginateListCampaigns;
|
|
2488
2362
|
exports.paginateListConnectInstanceIntegrations = paginateListConnectInstanceIntegrations;
|