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