@aws-sdk/client-connectcampaignsv2 3.987.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var ConnectCampaignsV2ServiceException = require('./models/ConnectCampaignsV2ServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1216 +113,6 @@ class ConnectCampaignsV2Client extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class ConnectCampaignsV2ServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, ConnectCampaignsV2ServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends ConnectCampaignsV2ServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- xAmzErrorType;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.xAmzErrorType = opts.xAmzErrorType;
132
- }
133
- }
134
- class ConflictException extends ConnectCampaignsV2ServiceException {
135
- name = "ConflictException";
136
- $fault = "client";
137
- xAmzErrorType;
138
- constructor(opts) {
139
- super({
140
- name: "ConflictException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, ConflictException.prototype);
145
- this.xAmzErrorType = opts.xAmzErrorType;
146
- }
147
- }
148
- class InternalServerException extends ConnectCampaignsV2ServiceException {
149
- name = "InternalServerException";
150
- $fault = "server";
151
- $retryable = {};
152
- xAmzErrorType;
153
- constructor(opts) {
154
- super({
155
- name: "InternalServerException",
156
- $fault: "server",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, InternalServerException.prototype);
160
- this.xAmzErrorType = opts.xAmzErrorType;
161
- }
162
- }
163
- class ResourceNotFoundException extends ConnectCampaignsV2ServiceException {
164
- name = "ResourceNotFoundException";
165
- $fault = "client";
166
- xAmzErrorType;
167
- constructor(opts) {
168
- super({
169
- name: "ResourceNotFoundException",
170
- $fault: "client",
171
- ...opts,
172
- });
173
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
174
- this.xAmzErrorType = opts.xAmzErrorType;
175
- }
176
- }
177
- class ServiceQuotaExceededException extends ConnectCampaignsV2ServiceException {
178
- name = "ServiceQuotaExceededException";
179
- $fault = "client";
180
- xAmzErrorType;
181
- constructor(opts) {
182
- super({
183
- name: "ServiceQuotaExceededException",
184
- $fault: "client",
185
- ...opts,
186
- });
187
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
188
- this.xAmzErrorType = opts.xAmzErrorType;
189
- }
190
- }
191
- class ThrottlingException extends ConnectCampaignsV2ServiceException {
192
- name = "ThrottlingException";
193
- $fault = "client";
194
- $retryable = {};
195
- xAmzErrorType;
196
- constructor(opts) {
197
- super({
198
- name: "ThrottlingException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, ThrottlingException.prototype);
203
- this.xAmzErrorType = opts.xAmzErrorType;
204
- }
205
- }
206
- class ValidationException extends ConnectCampaignsV2ServiceException {
207
- name = "ValidationException";
208
- $fault = "client";
209
- xAmzErrorType;
210
- constructor(opts) {
211
- super({
212
- name: "ValidationException",
213
- $fault: "client",
214
- ...opts,
215
- });
216
- Object.setPrototypeOf(this, ValidationException.prototype);
217
- this.xAmzErrorType = opts.xAmzErrorType;
218
- }
219
- }
220
- class InvalidCampaignStateException extends ConnectCampaignsV2ServiceException {
221
- name = "InvalidCampaignStateException";
222
- $fault = "client";
223
- state;
224
- xAmzErrorType;
225
- constructor(opts) {
226
- super({
227
- name: "InvalidCampaignStateException",
228
- $fault: "client",
229
- ...opts,
230
- });
231
- Object.setPrototypeOf(this, InvalidCampaignStateException.prototype);
232
- this.state = opts.state;
233
- this.xAmzErrorType = opts.xAmzErrorType;
234
- }
235
- }
236
- class InvalidStateException extends ConnectCampaignsV2ServiceException {
237
- name = "InvalidStateException";
238
- $fault = "client";
239
- xAmzErrorType;
240
- constructor(opts) {
241
- super({
242
- name: "InvalidStateException",
243
- $fault: "client",
244
- ...opts,
245
- });
246
- Object.setPrototypeOf(this, InvalidStateException.prototype);
247
- this.xAmzErrorType = opts.xAmzErrorType;
248
- }
249
- }
250
-
251
- const _A = "Attributes";
252
- const _AC = "AgentlessConfig";
253
- const _ADE = "AccessDeniedException";
254
- const _AMDC = "AnswerMachineDetectionConfig";
255
- const _C = "Campaign";
256
- const _CC = "CreateCampaign";
257
- const _CCR = "CreateCampaignRequest";
258
- const _CCRr = "CreateCampaignResponse";
259
- const _CE = "ConflictException";
260
- const _CF = "CampaignFilters";
261
- const _CL = "CommunicationLimit";
262
- const _CLC = "CommunicationLimitsConfig";
263
- const _CLL = "CommunicationLimitList";
264
- const _CLo = "CommunicationLimits";
265
- const _CPIC = "CustomerProfilesIntegrationConfig";
266
- const _CPII = "CustomerProfilesIntegrationIdentifier";
267
- const _CPIS = "CustomerProfilesIntegrationSummary";
268
- const _CS = "CampaignSummary";
269
- const _CSC = "ChannelSubtypeConfig";
270
- const _CSL = "CampaignSummaryList";
271
- const _CSP = "ChannelSubtypeParameters";
272
- const _CTC = "CommunicationTimeConfig";
273
- const _DC = "DeleteCampaign";
274
- const _DCCL = "DeleteCampaignCommunicationLimits";
275
- const _DCCLR = "DeleteCampaignCommunicationLimitsRequest";
276
- const _DCCSC = "DeleteCampaignChannelSubtypeConfig";
277
- const _DCCSCR = "DeleteCampaignChannelSubtypeConfigRequest";
278
- const _DCCT = "DeleteCampaignCommunicationTime";
279
- const _DCCTR = "DeleteCampaignCommunicationTimeRequest";
280
- const _DCIC = "DeleteConnectInstanceConfig";
281
- const _DCICR = "DeleteConnectInstanceConfigRequest";
282
- const _DCII = "DeleteConnectInstanceIntegration";
283
- const _DCIIR = "DeleteConnectInstanceIntegrationRequest";
284
- const _DCR = "DeleteCampaignRequest";
285
- const _DCRe = "DescribeCampaignRequest";
286
- const _DCRes = "DescribeCampaignResponse";
287
- const _DCe = "DescribeCampaign";
288
- const _DH = "DailyHours";
289
- const _DIOJ = "DeleteInstanceOnboardingJob";
290
- const _DIOJR = "DeleteInstanceOnboardingJobRequest";
291
- const _DPN = "DestinationPhoneNumber";
292
- const _EA = "EmailAddress";
293
- const _EC = "EncryptionConfig";
294
- const _ECSC = "EmailChannelSubtypeConfig";
295
- const _ECSP = "EmailChannelSubtypeParameters";
296
- const _EDN = "EmailDisplayName";
297
- const _EOC = "EmailOutboundConfig";
298
- const _EOM = "EmailOutboundMode";
299
- const _ET = "EventTrigger";
300
- const _FCSR = "FailedCampaignStateResponse";
301
- const _FCSRL = "FailedCampaignStateResponseList";
302
- const _FPOR = "FailedProfileOutboundRequest";
303
- const _FPORL = "FailedProfileOutboundRequestList";
304
- const _FR = "FailedRequest";
305
- const _FRL = "FailedRequestList";
306
- const _GCIC = "GetConnectInstanceConfig";
307
- const _GCICR = "GetConnectInstanceConfigRequest";
308
- const _GCICRe = "GetConnectInstanceConfigResponse";
309
- const _GCS = "GetCampaignState";
310
- const _GCSB = "GetCampaignStateBatch";
311
- const _GCSBR = "GetCampaignStateBatchRequest";
312
- const _GCSBRe = "GetCampaignStateBatchResponse";
313
- const _GCSR = "GetCampaignStateRequest";
314
- const _GCSRe = "GetCampaignStateResponse";
315
- const _GICL = "GetInstanceCommunicationLimits";
316
- const _GICLR = "GetInstanceCommunicationLimitsRequest";
317
- const _GICLRe = "GetInstanceCommunicationLimitsResponse";
318
- const _GIOJS = "GetInstanceOnboardingJobStatus";
319
- const _GIOJSR = "GetInstanceOnboardingJobStatusRequest";
320
- const _GIOJSRe = "GetInstanceOnboardingJobStatusResponse";
321
- const _IC = "InstanceConfig";
322
- const _ICLC = "InstanceCommunicationLimitsConfig";
323
- const _ICSE = "InvalidCampaignStateException";
324
- const _ICn = "IntegrationConfig";
325
- const _II = "IntegrationIdentifier";
326
- const _IIF = "InstanceIdFilter";
327
- const _IOJS = "InstanceOnboardingJobStatus";
328
- const _IS = "IntegrationSummary";
329
- const _ISE = "InternalServerException";
330
- const _ISEn = "InvalidStateException";
331
- const _ISL = "IntegrationSummaryList";
332
- const _LC = "ListCampaigns";
333
- const _LCII = "ListConnectInstanceIntegrations";
334
- const _LCIIR = "ListConnectInstanceIntegrationsRequest";
335
- const _LCIIRi = "ListConnectInstanceIntegrationsResponse";
336
- const _LCR = "ListCampaignsRequest";
337
- const _LCRi = "ListCampaignsResponse";
338
- const _LIC = "LambdaIntegrationConfig";
339
- const _LII = "LambdaIntegrationIdentifier";
340
- const _LIS = "LambdaIntegrationSummary";
341
- const _LTFR = "ListTagsForResource";
342
- const _LTFRR = "ListTagsForResourceRequest";
343
- const _LTFRRi = "ListTagsForResourceResponse";
344
- const _LTZC = "LocalTimeZoneConfig";
345
- const _OH = "OpenHours";
346
- const _OR = "OutboundRequest";
347
- const _ORL = "OutboundRequestList";
348
- const _PC = "PredictiveConfig";
349
- const _PCII = "PutConnectInstanceIntegration";
350
- const _PCIIR = "PutConnectInstanceIntegrationRequest";
351
- const _PCR = "PauseCampaignRequest";
352
- const _PCa = "PauseCampaign";
353
- const _PCr = "PreviewConfig";
354
- const _PCro = "ProgressiveConfig";
355
- const _PICL = "PutInstanceCommunicationLimits";
356
- const _PICLR = "PutInstanceCommunicationLimitsRequest";
357
- const _POR = "ProfileOutboundRequest";
358
- const _PORB = "PutOutboundRequestBatch";
359
- const _PORBR = "PutOutboundRequestBatchRequest";
360
- const _PORBRu = "PutOutboundRequestBatchResponse";
361
- const _PORL = "ProfileOutboundRequestList";
362
- const _PPORB = "PutProfileOutboundRequestBatch";
363
- const _PPORBR = "PutProfileOutboundRequestBatchRequest";
364
- const _PPORBRu = "PutProfileOutboundRequestBatchResponse";
365
- const _QCIC = "QConnectIntegrationConfig";
366
- const _QCII = "QConnectIntegrationIdentifier";
367
- const _QCIS = "QConnectIntegrationSummary";
368
- const _RC = "ResumeCampaign";
369
- const _RCR = "ResumeCampaignRequest";
370
- const _RNFE = "ResourceNotFoundException";
371
- const _RP = "RestrictedPeriod";
372
- const _RPL = "RestrictedPeriodList";
373
- const _RPe = "RestrictedPeriods";
374
- const _S = "Schedule";
375
- const _SC = "StartCampaign";
376
- const _SCR = "StartCampaignRequest";
377
- const _SCRt = "StopCampaignRequest";
378
- const _SCSC = "SmsChannelSubtypeConfig";
379
- const _SCSP = "SmsChannelSubtypeParameters";
380
- const _SCSR = "SuccessfulCampaignStateResponse";
381
- const _SCSRL = "SuccessfulCampaignStateResponseList";
382
- const _SCt = "StopCampaign";
383
- const _SIOJ = "StartInstanceOnboardingJob";
384
- const _SIOJR = "StartInstanceOnboardingJobRequest";
385
- const _SIOJRt = "StartInstanceOnboardingJobResponse";
386
- const _SOC = "SmsOutboundConfig";
387
- const _SOM = "SmsOutboundMode";
388
- const _SPOR = "SuccessfulProfileOutboundRequest";
389
- const _SPORL = "SuccessfulProfileOutboundRequestList";
390
- const _SQEE = "ServiceQuotaExceededException";
391
- const _SR = "SuccessfulRequest";
392
- const _SRL = "SuccessfulRequestList";
393
- const _So = "Source";
394
- const _TC = "TimeoutConfig";
395
- const _TCSC = "TelephonyChannelSubtypeConfig";
396
- const _TCSP = "TelephonyChannelSubtypeParameters";
397
- const _TE = "ThrottlingException";
398
- const _TOC = "TelephonyOutboundConfig";
399
- const _TOM = "TelephonyOutboundMode";
400
- const _TR = "TimeRange";
401
- const _TRL = "TimeRangeList";
402
- const _TRR = "TagResourceRequest";
403
- const _TRa = "TagResource";
404
- const _TW = "TimeWindow";
405
- const _UCCL = "UpdateCampaignCommunicationLimits";
406
- const _UCCLR = "UpdateCampaignCommunicationLimitsRequest";
407
- const _UCCSC = "UpdateCampaignChannelSubtypeConfig";
408
- const _UCCSCR = "UpdateCampaignChannelSubtypeConfigRequest";
409
- const _UCCT = "UpdateCampaignCommunicationTime";
410
- const _UCCTR = "UpdateCampaignCommunicationTimeRequest";
411
- const _UCFA = "UpdateCampaignFlowAssociation";
412
- const _UCFAR = "UpdateCampaignFlowAssociationRequest";
413
- const _UCN = "UpdateCampaignName";
414
- const _UCNR = "UpdateCampaignNameRequest";
415
- const _UCS = "UpdateCampaignSchedule";
416
- const _UCSR = "UpdateCampaignScheduleRequest";
417
- const _UCSRp = "UpdateCampaignSourceRequest";
418
- const _UCSp = "UpdateCampaignSource";
419
- const _UR = "UntagResource";
420
- const _URR = "UntagResourceRequest";
421
- const _VE = "ValidationException";
422
- const _WACSC = "WhatsAppChannelSubtypeConfig";
423
- const _WACSP = "WhatsAppChannelSubtypeParameters";
424
- const _WAOC = "WhatsAppOutboundConfig";
425
- const _WAOM = "WhatsAppOutboundMode";
426
- const _a = "arn";
427
- const _aA = "agentActions";
428
- const _aAMP = "awaitAnswerMachinePrompt";
429
- const _aCS = "allChannelSubtypes";
430
- const _aMDC = "answerMachineDetectionConfig";
431
- const _ag = "agentless";
432
- const _at = "attributes";
433
- const _bA = "bandwidthAllocation";
434
- const _c = "client";
435
- const _cCFA = "connectCampaignFlowArn";
436
- const _cCFI = "connectContactFlowId";
437
- const _cDP = "campaignDeletionPolicy";
438
- const _cI = "campaignId";
439
- const _cIC = "connectInstanceConfig";
440
- const _cII = "connectInstanceId";
441
- const _cIOJS = "connectInstanceOnboardingJobStatus";
442
- const _cIa = "campaignIds";
443
- const _cLC = "communicationLimitsConfig";
444
- const _cLL = "communicationLimitsList";
445
- const _cLO = "communicationLimitsOverride";
446
- const _cP = "customerProfiles";
447
- const _cPDA = "customerProfilesDomainArn";
448
- const _cPSA = "customerProfilesSegmentArn";
449
- const _cQI = "connectQueueId";
450
- const _cS = "channelSubtypes";
451
- const _cSC = "channelSubtypeConfig";
452
- const _cSEA = "connectSourceEmailAddress";
453
- const _cSL = "campaignSummaryList";
454
- const _cSP = "channelSubtypeParameters";
455
- const _cSPN = "connectSourcePhoneNumber";
456
- const _cSPNA = "connectSourcePhoneNumberArn";
457
- const _cSh = "channelSubtype";
458
- const _cT = "clientToken";
459
- const _cTC = "communicationTimeConfig";
460
- const _ca = "campaign";
461
- const _cap = "capacity";
462
- const _co = "config";
463
- const _dA = "domainArn";
464
- const _dEA = "destinationEmailAddress";
465
- const _dH = "dailyHours";
466
- const _dIS = "durationInSeconds";
467
- const _dOC = "defaultOutboundConfig";
468
- const _dPN = "destinationPhoneNumber";
469
- const _dTZ = "defaultTimeZone";
470
- const _e = "error";
471
- const _eAMD = "enableAnswerMachineDetection";
472
- const _eC = "encryptionConfig";
473
- const _eD = "endDate";
474
- const _eT = "encryptionType";
475
- const _eTn = "endTime";
476
- const _eTv = "eventTrigger";
477
- const _eTx = "expirationTime";
478
- const _em = "email";
479
- const _en = "enabled";
480
- const _f = "frequency";
481
- const _fA = "functionArn";
482
- const _fC = "failureCode";
483
- const _fR = "failedRequests";
484
- const _fi = "filters";
485
- const _h = "http";
486
- const _hE = "httpError";
487
- const _hH = "httpHeader";
488
- const _hQ = "httpQuery";
489
- const _i = "id";
490
- const _iC = "integrationConfig";
491
- const _iI = "integrationIdentifier";
492
- const _iIF = "instanceIdFilter";
493
- const _iLH = "instanceLimitsHandling";
494
- const _iSL = "integrationSummaryList";
495
- const _kA = "keyArn";
496
- const _kBA = "knowledgeBaseArn";
497
- const _l = "lambda";
498
- const _lTZC = "localTimeZoneConfig";
499
- const _lTZD = "localTimeZoneDetection";
500
- const _m = "message";
501
- const _mCPR = "maxCountPerRecipient";
502
- const _mR = "maxResults";
503
- const _n = "name";
504
- const _nT = "nextToken";
505
- const _o = "operator";
506
- const _oH = "openHours";
507
- const _oM = "outboundMode";
508
- const _oR = "outboundRequests";
509
- const _oTN = "objectTypeNames";
510
- const _p = "progressive";
511
- const _pI = "profileId";
512
- const _pOR = "profileOutboundRequests";
513
- const _pr = "predictive";
514
- const _pre = "preview";
515
- const _qC = "qConnect";
516
- const _rF = "refreshFrequency";
517
- const _rP = "restrictedPeriods";
518
- const _rPL = "restrictedPeriodList";
519
- const _rT = "ringTimeout";
520
- const _s = "source";
521
- const _sD = "startDate";
522
- const _sEADN = "sourceEmailAddressDisplayName";
523
- const _sLRA = "serviceLinkedRoleArn";
524
- const _sR = "successfulRequests";
525
- const _sT = "startTime";
526
- const _sc = "schedule";
527
- const _se = "server";
528
- const _sm = "sms";
529
- const _smi = "smithy.ts.sdk.synthetic.com.amazonaws.connectcampaignsv2";
530
- const _st = "state";
531
- const _sta = "status";
532
- const _t = "type";
533
- const _tA = "templateArn";
534
- const _tC = "timeoutConfig";
535
- const _tK = "tagKeys";
536
- const _tP = "templateParameters";
537
- const _ta = "tags";
538
- const _te = "telephony";
539
- const _u = "unit";
540
- const _v = "value";
541
- const _wA = "whatsApp";
542
- const _wTA = "wisdomTemplateArn";
543
- const _xAET = "xAmzErrorType";
544
- const _xaE = "x-amzn-ErrorType";
545
- const n0 = "com.amazonaws.connectcampaignsv2";
546
- var DestinationPhoneNumber = [0, n0, _DPN, 8, 0];
547
- var EmailAddress = [0, n0, _EA, 8, 0];
548
- var EmailDisplayName = [0, n0, _EDN, 8, 0];
549
- var AccessDeniedException$ = [-3, n0, _ADE,
550
- { [_e]: _c, [_hE]: 403 },
551
- [_m, _xAET],
552
- [0, [0, { [_hH]: _xaE }]], 1
553
- ];
554
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
555
- var AgentlessConfig$ = [3, n0, _AC,
556
- 0,
557
- [],
558
- []
559
- ];
560
- var AnswerMachineDetectionConfig$ = [3, n0, _AMDC,
561
- 0,
562
- [_eAMD, _aAMP],
563
- [2, 2], 1
564
- ];
565
- var Campaign$ = [3, n0, _C,
566
- 0,
567
- [_i, _a, _n, _cII, _cSC, _t, _s, _cCFA, _sc, _cTC, _cLO, _ta],
568
- [0, 0, 0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 4
569
- ];
570
- var CampaignFilters$ = [3, n0, _CF,
571
- 0,
572
- [_iIF],
573
- [() => InstanceIdFilter$]
574
- ];
575
- var CampaignSummary$ = [3, n0, _CS,
576
- 0,
577
- [_i, _a, _n, _cII, _cS, _t, _sc, _cCFA],
578
- [0, 0, 0, 0, 64 | 0, 0, () => Schedule$, 0], 5
579
- ];
580
- var ChannelSubtypeConfig$ = [3, n0, _CSC,
581
- 0,
582
- [_te, _sm, _em, _wA],
583
- [() => TelephonyChannelSubtypeConfig$, () => SmsChannelSubtypeConfig$, [() => EmailChannelSubtypeConfig$, 0], () => WhatsAppChannelSubtypeConfig$]
584
- ];
585
- var CommunicationLimit$ = [3, n0, _CL,
586
- 0,
587
- [_mCPR, _f, _u],
588
- [1, 1, 0], 3
589
- ];
590
- var CommunicationLimitsConfig$ = [3, n0, _CLC,
591
- 0,
592
- [_aCS, _iLH],
593
- [() => CommunicationLimits$, 0]
594
- ];
595
- var CommunicationTimeConfig$ = [3, n0, _CTC,
596
- 0,
597
- [_lTZC, _te, _sm, _em, _wA],
598
- [() => LocalTimeZoneConfig$, () => TimeWindow$, () => TimeWindow$, () => TimeWindow$, () => TimeWindow$], 1
599
- ];
600
- var ConflictException$ = [-3, n0, _CE,
601
- { [_e]: _c, [_hE]: 409 },
602
- [_m, _xAET],
603
- [0, [0, { [_hH]: _xaE }]], 1
604
- ];
605
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
606
- var CreateCampaignRequest$ = [3, n0, _CCR,
607
- 0,
608
- [_n, _cII, _cSC, _t, _s, _cCFA, _sc, _cTC, _cLO, _ta],
609
- [0, 0, [() => ChannelSubtypeConfig$, 0], 0, () => Source$, 0, () => Schedule$, () => CommunicationTimeConfig$, () => CommunicationLimitsConfig$, 128 | 0], 2
610
- ];
611
- var CreateCampaignResponse$ = [3, n0, _CCRr,
612
- 0,
613
- [_i, _a, _ta],
614
- [0, 0, 128 | 0]
615
- ];
616
- var CustomerProfilesIntegrationConfig$ = [3, n0, _CPIC,
617
- 0,
618
- [_dA, _oTN],
619
- [0, 128 | 0], 2
620
- ];
621
- var CustomerProfilesIntegrationIdentifier$ = [3, n0, _CPII,
622
- 0,
623
- [_dA],
624
- [0], 1
625
- ];
626
- var CustomerProfilesIntegrationSummary$ = [3, n0, _CPIS,
627
- 0,
628
- [_dA, _oTN],
629
- [0, 128 | 0], 2
630
- ];
631
- var DeleteCampaignChannelSubtypeConfigRequest$ = [3, n0, _DCCSCR,
632
- 0,
633
- [_i, _cSh],
634
- [[0, 1], [0, { [_hQ]: _cSh }]], 2
635
- ];
636
- var DeleteCampaignCommunicationLimitsRequest$ = [3, n0, _DCCLR,
637
- 0,
638
- [_i, _co],
639
- [[0, 1], [0, { [_hQ]: _co }]], 2
640
- ];
641
- var DeleteCampaignCommunicationTimeRequest$ = [3, n0, _DCCTR,
642
- 0,
643
- [_i, _co],
644
- [[0, 1], [0, { [_hQ]: _co }]], 2
645
- ];
646
- var DeleteCampaignRequest$ = [3, n0, _DCR,
647
- 0,
648
- [_i],
649
- [[0, 1]], 1
650
- ];
651
- var DeleteConnectInstanceConfigRequest$ = [3, n0, _DCICR,
652
- 0,
653
- [_cII, _cDP],
654
- [[0, 1], [0, { [_hQ]: _cDP }]], 1
655
- ];
656
- var DeleteConnectInstanceIntegrationRequest$ = [3, n0, _DCIIR,
657
- 0,
658
- [_cII, _iI],
659
- [[0, 1], () => IntegrationIdentifier$], 2
660
- ];
661
- var DeleteInstanceOnboardingJobRequest$ = [3, n0, _DIOJR,
662
- 0,
663
- [_cII],
664
- [[0, 1]], 1
665
- ];
666
- var DescribeCampaignRequest$ = [3, n0, _DCRe,
667
- 0,
668
- [_i],
669
- [[0, 1]], 1
670
- ];
671
- var DescribeCampaignResponse$ = [3, n0, _DCRes,
672
- 0,
673
- [_ca],
674
- [[() => Campaign$, 0]]
675
- ];
676
- var EmailChannelSubtypeConfig$ = [3, n0, _ECSC,
677
- 0,
678
- [_oM, _dOC, _cap],
679
- [() => EmailOutboundMode$, [() => EmailOutboundConfig$, 0], 1], 2
680
- ];
681
- var EmailChannelSubtypeParameters$ = [3, n0, _ECSP,
682
- 0,
683
- [_dEA, _tP, _cSEA, _tA],
684
- [[() => EmailAddress, 0], [() => Attributes, 0], [() => EmailAddress, 0], 0], 2
685
- ];
686
- var EmailOutboundConfig$ = [3, n0, _EOC,
687
- 0,
688
- [_cSEA, _wTA, _sEADN],
689
- [[() => EmailAddress, 0], 0, [() => EmailDisplayName, 0]], 2
690
- ];
691
- var EncryptionConfig$ = [3, n0, _EC,
692
- 0,
693
- [_en, _eT, _kA],
694
- [2, 0, 0], 1
695
- ];
696
- var EventTrigger$ = [3, n0, _ET,
697
- 0,
698
- [_cPDA],
699
- [0]
700
- ];
701
- var FailedCampaignStateResponse$ = [3, n0, _FCSR,
702
- 0,
703
- [_cI, _fC],
704
- [0, 0]
705
- ];
706
- var FailedProfileOutboundRequest$ = [3, n0, _FPOR,
707
- 0,
708
- [_cT, _i, _fC],
709
- [0, 0, 0]
710
- ];
711
- var FailedRequest$ = [3, n0, _FR,
712
- 0,
713
- [_cT, _i, _fC],
714
- [0, 0, 0]
715
- ];
716
- var GetCampaignStateBatchRequest$ = [3, n0, _GCSBR,
717
- 0,
718
- [_cIa],
719
- [64 | 0], 1
720
- ];
721
- var GetCampaignStateBatchResponse$ = [3, n0, _GCSBRe,
722
- 0,
723
- [_sR, _fR],
724
- [() => SuccessfulCampaignStateResponseList, () => FailedCampaignStateResponseList]
725
- ];
726
- var GetCampaignStateRequest$ = [3, n0, _GCSR,
727
- 0,
728
- [_i],
729
- [[0, 1]], 1
730
- ];
731
- var GetCampaignStateResponse$ = [3, n0, _GCSRe,
732
- 0,
733
- [_st],
734
- [0]
735
- ];
736
- var GetConnectInstanceConfigRequest$ = [3, n0, _GCICR,
737
- 0,
738
- [_cII],
739
- [[0, 1]], 1
740
- ];
741
- var GetConnectInstanceConfigResponse$ = [3, n0, _GCICRe,
742
- 0,
743
- [_cIC],
744
- [() => InstanceConfig$]
745
- ];
746
- var GetInstanceCommunicationLimitsRequest$ = [3, n0, _GICLR,
747
- 0,
748
- [_cII],
749
- [[0, 1]], 1
750
- ];
751
- var GetInstanceCommunicationLimitsResponse$ = [3, n0, _GICLRe,
752
- 0,
753
- [_cLC],
754
- [() => InstanceCommunicationLimitsConfig$]
755
- ];
756
- var GetInstanceOnboardingJobStatusRequest$ = [3, n0, _GIOJSR,
757
- 0,
758
- [_cII],
759
- [[0, 1]], 1
760
- ];
761
- var GetInstanceOnboardingJobStatusResponse$ = [3, n0, _GIOJSRe,
762
- 0,
763
- [_cIOJS],
764
- [() => InstanceOnboardingJobStatus$]
765
- ];
766
- var InstanceCommunicationLimitsConfig$ = [3, n0, _ICLC,
767
- 0,
768
- [_aCS],
769
- [() => CommunicationLimits$]
770
- ];
771
- var InstanceConfig$ = [3, n0, _IC,
772
- 0,
773
- [_cII, _sLRA, _eC],
774
- [0, 0, () => EncryptionConfig$], 3
775
- ];
776
- var InstanceIdFilter$ = [3, n0, _IIF,
777
- 0,
778
- [_v, _o],
779
- [0, 0], 2
780
- ];
781
- var InstanceOnboardingJobStatus$ = [3, n0, _IOJS,
782
- 0,
783
- [_cII, _sta, _fC],
784
- [0, 0, 0], 2
785
- ];
786
- var InternalServerException$ = [-3, n0, _ISE,
787
- { [_e]: _se, [_hE]: 500 },
788
- [_m, _xAET],
789
- [0, [0, { [_hH]: _xaE }]], 1
790
- ];
791
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
792
- var InvalidCampaignStateException$ = [-3, n0, _ICSE,
793
- { [_e]: _c, [_hE]: 409 },
794
- [_st, _m, _xAET],
795
- [0, 0, [0, { [_hH]: _xaE }]], 2
796
- ];
797
- schema.TypeRegistry.for(n0).registerError(InvalidCampaignStateException$, InvalidCampaignStateException);
798
- var InvalidStateException$ = [-3, n0, _ISEn,
799
- { [_e]: _c, [_hE]: 409 },
800
- [_m, _xAET],
801
- [0, [0, { [_hH]: _xaE }]], 1
802
- ];
803
- schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
804
- var LambdaIntegrationConfig$ = [3, n0, _LIC,
805
- 0,
806
- [_fA],
807
- [0], 1
808
- ];
809
- var LambdaIntegrationIdentifier$ = [3, n0, _LII,
810
- 0,
811
- [_fA],
812
- [0], 1
813
- ];
814
- var LambdaIntegrationSummary$ = [3, n0, _LIS,
815
- 0,
816
- [_fA],
817
- [0], 1
818
- ];
819
- var ListCampaignsRequest$ = [3, n0, _LCR,
820
- 0,
821
- [_mR, _nT, _fi],
822
- [1, 0, () => CampaignFilters$]
823
- ];
824
- var ListCampaignsResponse$ = [3, n0, _LCRi,
825
- 0,
826
- [_nT, _cSL],
827
- [0, () => CampaignSummaryList]
828
- ];
829
- var ListConnectInstanceIntegrationsRequest$ = [3, n0, _LCIIR,
830
- 0,
831
- [_cII, _mR, _nT],
832
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
833
- ];
834
- var ListConnectInstanceIntegrationsResponse$ = [3, n0, _LCIIRi,
835
- 0,
836
- [_nT, _iSL],
837
- [0, () => IntegrationSummaryList]
838
- ];
839
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
840
- 0,
841
- [_a],
842
- [[0, 1]], 1
843
- ];
844
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
845
- 0,
846
- [_ta],
847
- [128 | 0]
848
- ];
849
- var LocalTimeZoneConfig$ = [3, n0, _LTZC,
850
- 0,
851
- [_dTZ, _lTZD],
852
- [0, 64 | 0]
853
- ];
854
- var OutboundRequest$ = [3, n0, _OR,
855
- 0,
856
- [_cT, _eTx, _cSP],
857
- [0, 5, [() => ChannelSubtypeParameters$, 0]], 3
858
- ];
859
- var PauseCampaignRequest$ = [3, n0, _PCR,
860
- 0,
861
- [_i],
862
- [[0, 1]], 1
863
- ];
864
- var PredictiveConfig$ = [3, n0, _PC,
865
- 0,
866
- [_bA],
867
- [1], 1
868
- ];
869
- var PreviewConfig$ = [3, n0, _PCr,
870
- 0,
871
- [_bA, _tC, _aA],
872
- [1, () => TimeoutConfig$, 64 | 0], 2
873
- ];
874
- var ProfileOutboundRequest$ = [3, n0, _POR,
875
- 0,
876
- [_cT, _pI, _eTx],
877
- [0, 0, 5], 2
878
- ];
879
- var ProgressiveConfig$ = [3, n0, _PCro,
880
- 0,
881
- [_bA],
882
- [1], 1
883
- ];
884
- var PutConnectInstanceIntegrationRequest$ = [3, n0, _PCIIR,
885
- 0,
886
- [_cII, _iC],
887
- [[0, 1], () => IntegrationConfig$], 2
888
- ];
889
- var PutInstanceCommunicationLimitsRequest$ = [3, n0, _PICLR,
890
- 0,
891
- [_cII, _cLC],
892
- [[0, 1], () => InstanceCommunicationLimitsConfig$], 2
893
- ];
894
- var PutOutboundRequestBatchRequest$ = [3, n0, _PORBR,
895
- 0,
896
- [_i, _oR],
897
- [[0, 1], [() => OutboundRequestList, 0]], 2
898
- ];
899
- var PutOutboundRequestBatchResponse$ = [3, n0, _PORBRu,
900
- 0,
901
- [_sR, _fR],
902
- [() => SuccessfulRequestList, () => FailedRequestList]
903
- ];
904
- var PutProfileOutboundRequestBatchRequest$ = [3, n0, _PPORBR,
905
- 0,
906
- [_i, _pOR],
907
- [[0, 1], () => ProfileOutboundRequestList], 2
908
- ];
909
- var PutProfileOutboundRequestBatchResponse$ = [3, n0, _PPORBRu,
910
- 0,
911
- [_sR, _fR],
912
- [() => SuccessfulProfileOutboundRequestList, () => FailedProfileOutboundRequestList]
913
- ];
914
- var QConnectIntegrationConfig$ = [3, n0, _QCIC,
915
- 0,
916
- [_kBA],
917
- [0], 1
918
- ];
919
- var QConnectIntegrationIdentifier$ = [3, n0, _QCII,
920
- 0,
921
- [_kBA],
922
- [0], 1
923
- ];
924
- var QConnectIntegrationSummary$ = [3, n0, _QCIS,
925
- 0,
926
- [_kBA],
927
- [0], 1
928
- ];
929
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
930
- { [_e]: _c, [_hE]: 404 },
931
- [_m, _xAET],
932
- [0, [0, { [_hH]: _xaE }]], 1
933
- ];
934
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
935
- var RestrictedPeriod$ = [3, n0, _RP,
936
- 0,
937
- [_sD, _eD, _n],
938
- [0, 0, 0], 2
939
- ];
940
- var ResumeCampaignRequest$ = [3, n0, _RCR,
941
- 0,
942
- [_i],
943
- [[0, 1]], 1
944
- ];
945
- var Schedule$ = [3, n0, _S,
946
- 0,
947
- [_sT, _eTn, _rF],
948
- [5, 5, 0], 2
949
- ];
950
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
951
- { [_e]: _c, [_hE]: 402 },
952
- [_m, _xAET],
953
- [0, [0, { [_hH]: _xaE }]], 1
954
- ];
955
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
956
- var SmsChannelSubtypeConfig$ = [3, n0, _SCSC,
957
- 0,
958
- [_oM, _dOC, _cap],
959
- [() => SmsOutboundMode$, () => SmsOutboundConfig$, 1], 2
960
- ];
961
- var SmsChannelSubtypeParameters$ = [3, n0, _SCSP,
962
- 0,
963
- [_dPN, _tP, _cSPNA, _tA],
964
- [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, 0], 2
965
- ];
966
- var SmsOutboundConfig$ = [3, n0, _SOC,
967
- 0,
968
- [_cSPNA, _wTA],
969
- [0, 0], 2
970
- ];
971
- var StartCampaignRequest$ = [3, n0, _SCR,
972
- 0,
973
- [_i],
974
- [[0, 1]], 1
975
- ];
976
- var StartInstanceOnboardingJobRequest$ = [3, n0, _SIOJR,
977
- 0,
978
- [_cII, _eC],
979
- [[0, 1], () => EncryptionConfig$], 2
980
- ];
981
- var StartInstanceOnboardingJobResponse$ = [3, n0, _SIOJRt,
982
- 0,
983
- [_cIOJS],
984
- [() => InstanceOnboardingJobStatus$]
985
- ];
986
- var StopCampaignRequest$ = [3, n0, _SCRt,
987
- 0,
988
- [_i],
989
- [[0, 1]], 1
990
- ];
991
- var SuccessfulCampaignStateResponse$ = [3, n0, _SCSR,
992
- 0,
993
- [_cI, _st],
994
- [0, 0]
995
- ];
996
- var SuccessfulProfileOutboundRequest$ = [3, n0, _SPOR,
997
- 0,
998
- [_cT, _i],
999
- [0, 0]
1000
- ];
1001
- var SuccessfulRequest$ = [3, n0, _SR,
1002
- 0,
1003
- [_cT, _i],
1004
- [0, 0]
1005
- ];
1006
- var TagResourceRequest$ = [3, n0, _TRR,
1007
- 0,
1008
- [_a, _ta],
1009
- [[0, 1], 128 | 0], 2
1010
- ];
1011
- var TelephonyChannelSubtypeConfig$ = [3, n0, _TCSC,
1012
- 0,
1013
- [_oM, _dOC, _cap, _cQI],
1014
- [() => TelephonyOutboundMode$, () => TelephonyOutboundConfig$, 1, 0], 2
1015
- ];
1016
- var TelephonyChannelSubtypeParameters$ = [3, n0, _TCSP,
1017
- 0,
1018
- [_dPN, _at, _cSPN, _aMDC, _rT],
1019
- [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, () => AnswerMachineDetectionConfig$, 1], 2
1020
- ];
1021
- var TelephonyOutboundConfig$ = [3, n0, _TOC,
1022
- 0,
1023
- [_cCFI, _cSPN, _aMDC, _rT],
1024
- [0, 0, () => AnswerMachineDetectionConfig$, 1], 1
1025
- ];
1026
- var ThrottlingException$ = [-3, n0, _TE,
1027
- { [_e]: _c, [_hE]: 429 },
1028
- [_m, _xAET],
1029
- [0, [0, { [_hH]: _xaE }]], 1
1030
- ];
1031
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1032
- var TimeoutConfig$ = [3, n0, _TC,
1033
- 0,
1034
- [_dIS],
1035
- [1], 1
1036
- ];
1037
- var TimeRange$ = [3, n0, _TR,
1038
- 0,
1039
- [_sT, _eTn],
1040
- [0, 0], 2
1041
- ];
1042
- var TimeWindow$ = [3, n0, _TW,
1043
- 0,
1044
- [_oH, _rP],
1045
- [() => OpenHours$, () => RestrictedPeriods$], 1
1046
- ];
1047
- var UntagResourceRequest$ = [3, n0, _URR,
1048
- 0,
1049
- [_a, _tK],
1050
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
1051
- ];
1052
- var UpdateCampaignChannelSubtypeConfigRequest$ = [3, n0, _UCCSCR,
1053
- 0,
1054
- [_i, _cSC],
1055
- [[0, 1], [() => ChannelSubtypeConfig$, 0]], 2
1056
- ];
1057
- var UpdateCampaignCommunicationLimitsRequest$ = [3, n0, _UCCLR,
1058
- 0,
1059
- [_i, _cLO],
1060
- [[0, 1], () => CommunicationLimitsConfig$], 2
1061
- ];
1062
- var UpdateCampaignCommunicationTimeRequest$ = [3, n0, _UCCTR,
1063
- 0,
1064
- [_i, _cTC],
1065
- [[0, 1], () => CommunicationTimeConfig$], 2
1066
- ];
1067
- var UpdateCampaignFlowAssociationRequest$ = [3, n0, _UCFAR,
1068
- 0,
1069
- [_i, _cCFA],
1070
- [[0, 1], 0], 2
1071
- ];
1072
- var UpdateCampaignNameRequest$ = [3, n0, _UCNR,
1073
- 0,
1074
- [_i, _n],
1075
- [[0, 1], 0], 2
1076
- ];
1077
- var UpdateCampaignScheduleRequest$ = [3, n0, _UCSR,
1078
- 0,
1079
- [_i, _sc],
1080
- [[0, 1], () => Schedule$], 2
1081
- ];
1082
- var UpdateCampaignSourceRequest$ = [3, n0, _UCSRp,
1083
- 0,
1084
- [_i, _s],
1085
- [[0, 1], () => Source$], 2
1086
- ];
1087
- var ValidationException$ = [-3, n0, _VE,
1088
- { [_e]: _c, [_hE]: 400 },
1089
- [_m, _xAET],
1090
- [0, [0, { [_hH]: _xaE }]], 1
1091
- ];
1092
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1093
- var WhatsAppChannelSubtypeConfig$ = [3, n0, _WACSC,
1094
- 0,
1095
- [_oM, _dOC, _cap],
1096
- [() => WhatsAppOutboundMode$, () => WhatsAppOutboundConfig$, 1], 2
1097
- ];
1098
- var WhatsAppChannelSubtypeParameters$ = [3, n0, _WACSP,
1099
- 0,
1100
- [_dPN, _tP, _cSPNA, _tA],
1101
- [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, 0], 2
1102
- ];
1103
- var WhatsAppOutboundConfig$ = [3, n0, _WAOC,
1104
- 0,
1105
- [_cSPNA, _wTA],
1106
- [0, 0], 2
1107
- ];
1108
- var __Unit = "unit";
1109
- var ConnectCampaignsV2ServiceException$ = [-3, _smi, "ConnectCampaignsV2ServiceException", 0, [], []];
1110
- schema.TypeRegistry.for(_smi).registerError(ConnectCampaignsV2ServiceException$, ConnectCampaignsV2ServiceException);
1111
- var CampaignSummaryList = [1, n0, _CSL,
1112
- 0, () => CampaignSummary$
1113
- ];
1114
- var CommunicationLimitList = [1, n0, _CLL,
1115
- 0, () => CommunicationLimit$
1116
- ];
1117
- var FailedCampaignStateResponseList = [1, n0, _FCSRL,
1118
- 0, () => FailedCampaignStateResponse$
1119
- ];
1120
- var FailedProfileOutboundRequestList = [1, n0, _FPORL,
1121
- 0, () => FailedProfileOutboundRequest$
1122
- ];
1123
- var FailedRequestList = [1, n0, _FRL,
1124
- 0, () => FailedRequest$
1125
- ];
1126
- var IntegrationSummaryList = [1, n0, _ISL,
1127
- 0, () => IntegrationSummary$
1128
- ];
1129
- var OutboundRequestList = [1, n0, _ORL,
1130
- 0, [() => OutboundRequest$,
1131
- 0]
1132
- ];
1133
- var ProfileOutboundRequestList = [1, n0, _PORL,
1134
- 0, () => ProfileOutboundRequest$
1135
- ];
1136
- var RestrictedPeriodList = [1, n0, _RPL,
1137
- 0, () => RestrictedPeriod$
1138
- ];
1139
- var SuccessfulCampaignStateResponseList = [1, n0, _SCSRL,
1140
- 0, () => SuccessfulCampaignStateResponse$
1141
- ];
1142
- var SuccessfulProfileOutboundRequestList = [1, n0, _SPORL,
1143
- 0, () => SuccessfulProfileOutboundRequest$
1144
- ];
1145
- var SuccessfulRequestList = [1, n0, _SRL,
1146
- 0, () => SuccessfulRequest$
1147
- ];
1148
- var TimeRangeList = [1, n0, _TRL,
1149
- 0, () => TimeRange$
1150
- ];
1151
- var Attributes = [2, n0, _A,
1152
- 8, 0, 0
1153
- ];
1154
- var DailyHours = [2, n0, _DH,
1155
- 0, 0, () => TimeRangeList
1156
- ];
1157
- var ChannelSubtypeParameters$ = [4, n0, _CSP,
1158
- 0,
1159
- [_te, _sm, _em, _wA],
1160
- [[() => TelephonyChannelSubtypeParameters$, 0], [() => SmsChannelSubtypeParameters$, 0], [() => EmailChannelSubtypeParameters$, 0], [() => WhatsAppChannelSubtypeParameters$, 0]]
1161
- ];
1162
- var CommunicationLimits$ = [4, n0, _CLo,
1163
- 0,
1164
- [_cLL],
1165
- [() => CommunicationLimitList]
1166
- ];
1167
- var EmailOutboundMode$ = [4, n0, _EOM,
1168
- 0,
1169
- [_ag],
1170
- [() => AgentlessConfig$]
1171
- ];
1172
- var IntegrationConfig$ = [4, n0, _ICn,
1173
- 0,
1174
- [_cP, _qC, _l],
1175
- [() => CustomerProfilesIntegrationConfig$, () => QConnectIntegrationConfig$, () => LambdaIntegrationConfig$]
1176
- ];
1177
- var IntegrationIdentifier$ = [4, n0, _II,
1178
- 0,
1179
- [_cP, _qC, _l],
1180
- [() => CustomerProfilesIntegrationIdentifier$, () => QConnectIntegrationIdentifier$, () => LambdaIntegrationIdentifier$]
1181
- ];
1182
- var IntegrationSummary$ = [4, n0, _IS,
1183
- 0,
1184
- [_cP, _qC, _l],
1185
- [() => CustomerProfilesIntegrationSummary$, () => QConnectIntegrationSummary$, () => LambdaIntegrationSummary$]
1186
- ];
1187
- var OpenHours$ = [4, n0, _OH,
1188
- 0,
1189
- [_dH],
1190
- [() => DailyHours]
1191
- ];
1192
- var RestrictedPeriods$ = [4, n0, _RPe,
1193
- 0,
1194
- [_rPL],
1195
- [() => RestrictedPeriodList]
1196
- ];
1197
- var SmsOutboundMode$ = [4, n0, _SOM,
1198
- 0,
1199
- [_ag],
1200
- [() => AgentlessConfig$]
1201
- ];
1202
- var Source$ = [4, n0, _So,
1203
- 0,
1204
- [_cPSA, _eTv],
1205
- [0, () => EventTrigger$]
1206
- ];
1207
- var TelephonyOutboundMode$ = [4, n0, _TOM,
1208
- 0,
1209
- [_p, _pr, _ag, _pre],
1210
- [() => ProgressiveConfig$, () => PredictiveConfig$, () => AgentlessConfig$, () => PreviewConfig$]
1211
- ];
1212
- var WhatsAppOutboundMode$ = [4, n0, _WAOM,
1213
- 0,
1214
- [_ag],
1215
- [() => AgentlessConfig$]
1216
- ];
1217
- var CreateCampaign$ = [9, n0, _CC,
1218
- { [_h]: ["PUT", "/v2/campaigns", 200] }, () => CreateCampaignRequest$, () => CreateCampaignResponse$
1219
- ];
1220
- var DeleteCampaign$ = [9, n0, _DC,
1221
- { [_h]: ["DELETE", "/v2/campaigns/{id}", 200] }, () => DeleteCampaignRequest$, () => __Unit
1222
- ];
1223
- var DeleteCampaignChannelSubtypeConfig$ = [9, n0, _DCCSC,
1224
- { [_h]: ["DELETE", "/v2/campaigns/{id}/channel-subtype-config", 200] }, () => DeleteCampaignChannelSubtypeConfigRequest$, () => __Unit
1225
- ];
1226
- var DeleteCampaignCommunicationLimits$ = [9, n0, _DCCL,
1227
- { [_h]: ["DELETE", "/v2/campaigns/{id}/communication-limits", 200] }, () => DeleteCampaignCommunicationLimitsRequest$, () => __Unit
1228
- ];
1229
- var DeleteCampaignCommunicationTime$ = [9, n0, _DCCT,
1230
- { [_h]: ["DELETE", "/v2/campaigns/{id}/communication-time", 200] }, () => DeleteCampaignCommunicationTimeRequest$, () => __Unit
1231
- ];
1232
- var DeleteConnectInstanceConfig$ = [9, n0, _DCIC,
1233
- { [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/config", 200] }, () => DeleteConnectInstanceConfigRequest$, () => __Unit
1234
- ];
1235
- var DeleteConnectInstanceIntegration$ = [9, n0, _DCII,
1236
- { [_h]: ["POST", "/v2/connect-instance/{connectInstanceId}/integrations/delete", 200] }, () => DeleteConnectInstanceIntegrationRequest$, () => __Unit
1237
- ];
1238
- var DeleteInstanceOnboardingJob$ = [9, n0, _DIOJ,
1239
- { [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] }, () => DeleteInstanceOnboardingJobRequest$, () => __Unit
1240
- ];
1241
- var DescribeCampaign$ = [9, n0, _DCe,
1242
- { [_h]: ["GET", "/v2/campaigns/{id}", 200] }, () => DescribeCampaignRequest$, () => DescribeCampaignResponse$
1243
- ];
1244
- var GetCampaignState$ = [9, n0, _GCS,
1245
- { [_h]: ["GET", "/v2/campaigns/{id}/state", 200] }, () => GetCampaignStateRequest$, () => GetCampaignStateResponse$
1246
- ];
1247
- var GetCampaignStateBatch$ = [9, n0, _GCSB,
1248
- { [_h]: ["POST", "/v2/campaigns-state", 200] }, () => GetCampaignStateBatchRequest$, () => GetCampaignStateBatchResponse$
1249
- ];
1250
- var GetConnectInstanceConfig$ = [9, n0, _GCIC,
1251
- { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/config", 200] }, () => GetConnectInstanceConfigRequest$, () => GetConnectInstanceConfigResponse$
1252
- ];
1253
- var GetInstanceCommunicationLimits$ = [9, n0, _GICL,
1254
- { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200] }, () => GetInstanceCommunicationLimitsRequest$, () => GetInstanceCommunicationLimitsResponse$
1255
- ];
1256
- var GetInstanceOnboardingJobStatus$ = [9, n0, _GIOJS,
1257
- { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] }, () => GetInstanceOnboardingJobStatusRequest$, () => GetInstanceOnboardingJobStatusResponse$
1258
- ];
1259
- var ListCampaigns$ = [9, n0, _LC,
1260
- { [_h]: ["POST", "/v2/campaigns-summary", 200] }, () => ListCampaignsRequest$, () => ListCampaignsResponse$
1261
- ];
1262
- var ListConnectInstanceIntegrations$ = [9, n0, _LCII,
1263
- { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/integrations", 200] }, () => ListConnectInstanceIntegrationsRequest$, () => ListConnectInstanceIntegrationsResponse$
1264
- ];
1265
- var ListTagsForResource$ = [9, n0, _LTFR,
1266
- { [_h]: ["GET", "/v2/tags/{arn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1267
- ];
1268
- var PauseCampaign$ = [9, n0, _PCa,
1269
- { [_h]: ["POST", "/v2/campaigns/{id}/pause", 200] }, () => PauseCampaignRequest$, () => __Unit
1270
- ];
1271
- var PutConnectInstanceIntegration$ = [9, n0, _PCII,
1272
- { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/integrations", 200] }, () => PutConnectInstanceIntegrationRequest$, () => __Unit
1273
- ];
1274
- var PutInstanceCommunicationLimits$ = [9, n0, _PICL,
1275
- { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200] }, () => PutInstanceCommunicationLimitsRequest$, () => __Unit
1276
- ];
1277
- var PutOutboundRequestBatch$ = [9, n0, _PORB,
1278
- { [_h]: ["PUT", "/v2/campaigns/{id}/outbound-requests", 200] }, () => PutOutboundRequestBatchRequest$, () => PutOutboundRequestBatchResponse$
1279
- ];
1280
- var PutProfileOutboundRequestBatch$ = [9, n0, _PPORB,
1281
- { [_h]: ["PUT", "/v2/campaigns/{id}/profile-outbound-requests", 200] }, () => PutProfileOutboundRequestBatchRequest$, () => PutProfileOutboundRequestBatchResponse$
1282
- ];
1283
- var ResumeCampaign$ = [9, n0, _RC,
1284
- { [_h]: ["POST", "/v2/campaigns/{id}/resume", 200] }, () => ResumeCampaignRequest$, () => __Unit
1285
- ];
1286
- var StartCampaign$ = [9, n0, _SC,
1287
- { [_h]: ["POST", "/v2/campaigns/{id}/start", 200] }, () => StartCampaignRequest$, () => __Unit
1288
- ];
1289
- var StartInstanceOnboardingJob$ = [9, n0, _SIOJ,
1290
- { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] }, () => StartInstanceOnboardingJobRequest$, () => StartInstanceOnboardingJobResponse$
1291
- ];
1292
- var StopCampaign$ = [9, n0, _SCt,
1293
- { [_h]: ["POST", "/v2/campaigns/{id}/stop", 200] }, () => StopCampaignRequest$, () => __Unit
1294
- ];
1295
- var TagResource$ = [9, n0, _TRa,
1296
- { [_h]: ["POST", "/v2/tags/{arn}", 200] }, () => TagResourceRequest$, () => __Unit
1297
- ];
1298
- var UntagResource$ = [9, n0, _UR,
1299
- { [_h]: ["DELETE", "/v2/tags/{arn}", 200] }, () => UntagResourceRequest$, () => __Unit
1300
- ];
1301
- var UpdateCampaignChannelSubtypeConfig$ = [9, n0, _UCCSC,
1302
- { [_h]: ["POST", "/v2/campaigns/{id}/channel-subtype-config", 200] }, () => UpdateCampaignChannelSubtypeConfigRequest$, () => __Unit
1303
- ];
1304
- var UpdateCampaignCommunicationLimits$ = [9, n0, _UCCL,
1305
- { [_h]: ["POST", "/v2/campaigns/{id}/communication-limits", 200] }, () => UpdateCampaignCommunicationLimitsRequest$, () => __Unit
1306
- ];
1307
- var UpdateCampaignCommunicationTime$ = [9, n0, _UCCT,
1308
- { [_h]: ["POST", "/v2/campaigns/{id}/communication-time", 200] }, () => UpdateCampaignCommunicationTimeRequest$, () => __Unit
1309
- ];
1310
- var UpdateCampaignFlowAssociation$ = [9, n0, _UCFA,
1311
- { [_h]: ["POST", "/v2/campaigns/{id}/flow", 200] }, () => UpdateCampaignFlowAssociationRequest$, () => __Unit
1312
- ];
1313
- var UpdateCampaignName$ = [9, n0, _UCN,
1314
- { [_h]: ["POST", "/v2/campaigns/{id}/name", 200] }, () => UpdateCampaignNameRequest$, () => __Unit
1315
- ];
1316
- var UpdateCampaignSchedule$ = [9, n0, _UCS,
1317
- { [_h]: ["POST", "/v2/campaigns/{id}/schedule", 200] }, () => UpdateCampaignScheduleRequest$, () => __Unit
1318
- ];
1319
- var UpdateCampaignSource$ = [9, n0, _UCSp,
1320
- { [_h]: ["POST", "/v2/campaigns/{id}/source", 200] }, () => UpdateCampaignSourceRequest$, () => __Unit
1321
- ];
1322
-
1323
116
  class CreateCampaignCommand extends smithyClient.Command
1324
117
  .classBuilder()
1325
118
  .ep(commonParams)
@@ -1328,7 +121,7 @@ class CreateCampaignCommand extends smithyClient.Command
1328
121
  })
1329
122
  .s("AmazonConnectCampaignServiceV2", "CreateCampaign", {})
1330
123
  .n("ConnectCampaignsV2Client", "CreateCampaignCommand")
1331
- .sc(CreateCampaign$)
124
+ .sc(schemas_0.CreateCampaign$)
1332
125
  .build() {
1333
126
  }
1334
127
 
@@ -1340,7 +133,7 @@ class DeleteCampaignChannelSubtypeConfigCommand extends smithyClient.Command
1340
133
  })
1341
134
  .s("AmazonConnectCampaignServiceV2", "DeleteCampaignChannelSubtypeConfig", {})
1342
135
  .n("ConnectCampaignsV2Client", "DeleteCampaignChannelSubtypeConfigCommand")
1343
- .sc(DeleteCampaignChannelSubtypeConfig$)
136
+ .sc(schemas_0.DeleteCampaignChannelSubtypeConfig$)
1344
137
  .build() {
1345
138
  }
1346
139
 
@@ -1352,7 +145,7 @@ class DeleteCampaignCommand extends smithyClient.Command
1352
145
  })
1353
146
  .s("AmazonConnectCampaignServiceV2", "DeleteCampaign", {})
1354
147
  .n("ConnectCampaignsV2Client", "DeleteCampaignCommand")
1355
- .sc(DeleteCampaign$)
148
+ .sc(schemas_0.DeleteCampaign$)
1356
149
  .build() {
1357
150
  }
1358
151
 
@@ -1364,7 +157,7 @@ class DeleteCampaignCommunicationLimitsCommand extends smithyClient.Command
1364
157
  })
1365
158
  .s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationLimits", {})
1366
159
  .n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationLimitsCommand")
1367
- .sc(DeleteCampaignCommunicationLimits$)
160
+ .sc(schemas_0.DeleteCampaignCommunicationLimits$)
1368
161
  .build() {
1369
162
  }
1370
163
 
@@ -1376,7 +169,7 @@ class DeleteCampaignCommunicationTimeCommand extends smithyClient.Command
1376
169
  })
1377
170
  .s("AmazonConnectCampaignServiceV2", "DeleteCampaignCommunicationTime", {})
1378
171
  .n("ConnectCampaignsV2Client", "DeleteCampaignCommunicationTimeCommand")
1379
- .sc(DeleteCampaignCommunicationTime$)
172
+ .sc(schemas_0.DeleteCampaignCommunicationTime$)
1380
173
  .build() {
1381
174
  }
1382
175
 
@@ -1388,7 +181,7 @@ class DeleteConnectInstanceConfigCommand extends smithyClient.Command
1388
181
  })
1389
182
  .s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceConfig", {})
1390
183
  .n("ConnectCampaignsV2Client", "DeleteConnectInstanceConfigCommand")
1391
- .sc(DeleteConnectInstanceConfig$)
184
+ .sc(schemas_0.DeleteConnectInstanceConfig$)
1392
185
  .build() {
1393
186
  }
1394
187
 
@@ -1400,7 +193,7 @@ class DeleteConnectInstanceIntegrationCommand extends smithyClient.Command
1400
193
  })
1401
194
  .s("AmazonConnectCampaignServiceV2", "DeleteConnectInstanceIntegration", {})
1402
195
  .n("ConnectCampaignsV2Client", "DeleteConnectInstanceIntegrationCommand")
1403
- .sc(DeleteConnectInstanceIntegration$)
196
+ .sc(schemas_0.DeleteConnectInstanceIntegration$)
1404
197
  .build() {
1405
198
  }
1406
199
 
@@ -1412,7 +205,7 @@ class DeleteInstanceOnboardingJobCommand extends smithyClient.Command
1412
205
  })
1413
206
  .s("AmazonConnectCampaignServiceV2", "DeleteInstanceOnboardingJob", {})
1414
207
  .n("ConnectCampaignsV2Client", "DeleteInstanceOnboardingJobCommand")
1415
- .sc(DeleteInstanceOnboardingJob$)
208
+ .sc(schemas_0.DeleteInstanceOnboardingJob$)
1416
209
  .build() {
1417
210
  }
1418
211
 
@@ -1424,7 +217,7 @@ class DescribeCampaignCommand extends smithyClient.Command
1424
217
  })
1425
218
  .s("AmazonConnectCampaignServiceV2", "DescribeCampaign", {})
1426
219
  .n("ConnectCampaignsV2Client", "DescribeCampaignCommand")
1427
- .sc(DescribeCampaign$)
220
+ .sc(schemas_0.DescribeCampaign$)
1428
221
  .build() {
1429
222
  }
1430
223
 
@@ -1436,7 +229,7 @@ class GetCampaignStateBatchCommand extends smithyClient.Command
1436
229
  })
1437
230
  .s("AmazonConnectCampaignServiceV2", "GetCampaignStateBatch", {})
1438
231
  .n("ConnectCampaignsV2Client", "GetCampaignStateBatchCommand")
1439
- .sc(GetCampaignStateBatch$)
232
+ .sc(schemas_0.GetCampaignStateBatch$)
1440
233
  .build() {
1441
234
  }
1442
235
 
@@ -1448,7 +241,7 @@ class GetCampaignStateCommand extends smithyClient.Command
1448
241
  })
1449
242
  .s("AmazonConnectCampaignServiceV2", "GetCampaignState", {})
1450
243
  .n("ConnectCampaignsV2Client", "GetCampaignStateCommand")
1451
- .sc(GetCampaignState$)
244
+ .sc(schemas_0.GetCampaignState$)
1452
245
  .build() {
1453
246
  }
1454
247
 
@@ -1460,7 +253,7 @@ class GetConnectInstanceConfigCommand extends smithyClient.Command
1460
253
  })
1461
254
  .s("AmazonConnectCampaignServiceV2", "GetConnectInstanceConfig", {})
1462
255
  .n("ConnectCampaignsV2Client", "GetConnectInstanceConfigCommand")
1463
- .sc(GetConnectInstanceConfig$)
256
+ .sc(schemas_0.GetConnectInstanceConfig$)
1464
257
  .build() {
1465
258
  }
1466
259
 
@@ -1472,7 +265,7 @@ class GetInstanceCommunicationLimitsCommand extends smithyClient.Command
1472
265
  })
1473
266
  .s("AmazonConnectCampaignServiceV2", "GetInstanceCommunicationLimits", {})
1474
267
  .n("ConnectCampaignsV2Client", "GetInstanceCommunicationLimitsCommand")
1475
- .sc(GetInstanceCommunicationLimits$)
268
+ .sc(schemas_0.GetInstanceCommunicationLimits$)
1476
269
  .build() {
1477
270
  }
1478
271
 
@@ -1484,7 +277,7 @@ class GetInstanceOnboardingJobStatusCommand extends smithyClient.Command
1484
277
  })
1485
278
  .s("AmazonConnectCampaignServiceV2", "GetInstanceOnboardingJobStatus", {})
1486
279
  .n("ConnectCampaignsV2Client", "GetInstanceOnboardingJobStatusCommand")
1487
- .sc(GetInstanceOnboardingJobStatus$)
280
+ .sc(schemas_0.GetInstanceOnboardingJobStatus$)
1488
281
  .build() {
1489
282
  }
1490
283
 
@@ -1496,7 +289,7 @@ class ListCampaignsCommand extends smithyClient.Command
1496
289
  })
1497
290
  .s("AmazonConnectCampaignServiceV2", "ListCampaigns", {})
1498
291
  .n("ConnectCampaignsV2Client", "ListCampaignsCommand")
1499
- .sc(ListCampaigns$)
292
+ .sc(schemas_0.ListCampaigns$)
1500
293
  .build() {
1501
294
  }
1502
295
 
@@ -1508,7 +301,7 @@ class ListConnectInstanceIntegrationsCommand extends smithyClient.Command
1508
301
  })
1509
302
  .s("AmazonConnectCampaignServiceV2", "ListConnectInstanceIntegrations", {})
1510
303
  .n("ConnectCampaignsV2Client", "ListConnectInstanceIntegrationsCommand")
1511
- .sc(ListConnectInstanceIntegrations$)
304
+ .sc(schemas_0.ListConnectInstanceIntegrations$)
1512
305
  .build() {
1513
306
  }
1514
307
 
@@ -1520,7 +313,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1520
313
  })
1521
314
  .s("AmazonConnectCampaignServiceV2", "ListTagsForResource", {})
1522
315
  .n("ConnectCampaignsV2Client", "ListTagsForResourceCommand")
1523
- .sc(ListTagsForResource$)
316
+ .sc(schemas_0.ListTagsForResource$)
1524
317
  .build() {
1525
318
  }
1526
319
 
@@ -1532,7 +325,7 @@ class PauseCampaignCommand extends smithyClient.Command
1532
325
  })
1533
326
  .s("AmazonConnectCampaignServiceV2", "PauseCampaign", {})
1534
327
  .n("ConnectCampaignsV2Client", "PauseCampaignCommand")
1535
- .sc(PauseCampaign$)
328
+ .sc(schemas_0.PauseCampaign$)
1536
329
  .build() {
1537
330
  }
1538
331
 
@@ -1544,7 +337,7 @@ class PutConnectInstanceIntegrationCommand extends smithyClient.Command
1544
337
  })
1545
338
  .s("AmazonConnectCampaignServiceV2", "PutConnectInstanceIntegration", {})
1546
339
  .n("ConnectCampaignsV2Client", "PutConnectInstanceIntegrationCommand")
1547
- .sc(PutConnectInstanceIntegration$)
340
+ .sc(schemas_0.PutConnectInstanceIntegration$)
1548
341
  .build() {
1549
342
  }
1550
343
 
@@ -1556,7 +349,7 @@ class PutInstanceCommunicationLimitsCommand extends smithyClient.Command
1556
349
  })
1557
350
  .s("AmazonConnectCampaignServiceV2", "PutInstanceCommunicationLimits", {})
1558
351
  .n("ConnectCampaignsV2Client", "PutInstanceCommunicationLimitsCommand")
1559
- .sc(PutInstanceCommunicationLimits$)
352
+ .sc(schemas_0.PutInstanceCommunicationLimits$)
1560
353
  .build() {
1561
354
  }
1562
355
 
@@ -1568,7 +361,7 @@ class PutOutboundRequestBatchCommand extends smithyClient.Command
1568
361
  })
1569
362
  .s("AmazonConnectCampaignServiceV2", "PutOutboundRequestBatch", {})
1570
363
  .n("ConnectCampaignsV2Client", "PutOutboundRequestBatchCommand")
1571
- .sc(PutOutboundRequestBatch$)
364
+ .sc(schemas_0.PutOutboundRequestBatch$)
1572
365
  .build() {
1573
366
  }
1574
367
 
@@ -1580,7 +373,7 @@ class PutProfileOutboundRequestBatchCommand extends smithyClient.Command
1580
373
  })
1581
374
  .s("AmazonConnectCampaignServiceV2", "PutProfileOutboundRequestBatch", {})
1582
375
  .n("ConnectCampaignsV2Client", "PutProfileOutboundRequestBatchCommand")
1583
- .sc(PutProfileOutboundRequestBatch$)
376
+ .sc(schemas_0.PutProfileOutboundRequestBatch$)
1584
377
  .build() {
1585
378
  }
1586
379
 
@@ -1592,7 +385,7 @@ class ResumeCampaignCommand extends smithyClient.Command
1592
385
  })
1593
386
  .s("AmazonConnectCampaignServiceV2", "ResumeCampaign", {})
1594
387
  .n("ConnectCampaignsV2Client", "ResumeCampaignCommand")
1595
- .sc(ResumeCampaign$)
388
+ .sc(schemas_0.ResumeCampaign$)
1596
389
  .build() {
1597
390
  }
1598
391
 
@@ -1604,7 +397,7 @@ class StartCampaignCommand extends smithyClient.Command
1604
397
  })
1605
398
  .s("AmazonConnectCampaignServiceV2", "StartCampaign", {})
1606
399
  .n("ConnectCampaignsV2Client", "StartCampaignCommand")
1607
- .sc(StartCampaign$)
400
+ .sc(schemas_0.StartCampaign$)
1608
401
  .build() {
1609
402
  }
1610
403
 
@@ -1616,7 +409,7 @@ class StartInstanceOnboardingJobCommand extends smithyClient.Command
1616
409
  })
1617
410
  .s("AmazonConnectCampaignServiceV2", "StartInstanceOnboardingJob", {})
1618
411
  .n("ConnectCampaignsV2Client", "StartInstanceOnboardingJobCommand")
1619
- .sc(StartInstanceOnboardingJob$)
412
+ .sc(schemas_0.StartInstanceOnboardingJob$)
1620
413
  .build() {
1621
414
  }
1622
415
 
@@ -1628,7 +421,7 @@ class StopCampaignCommand extends smithyClient.Command
1628
421
  })
1629
422
  .s("AmazonConnectCampaignServiceV2", "StopCampaign", {})
1630
423
  .n("ConnectCampaignsV2Client", "StopCampaignCommand")
1631
- .sc(StopCampaign$)
424
+ .sc(schemas_0.StopCampaign$)
1632
425
  .build() {
1633
426
  }
1634
427
 
@@ -1640,7 +433,7 @@ class TagResourceCommand extends smithyClient.Command
1640
433
  })
1641
434
  .s("AmazonConnectCampaignServiceV2", "TagResource", {})
1642
435
  .n("ConnectCampaignsV2Client", "TagResourceCommand")
1643
- .sc(TagResource$)
436
+ .sc(schemas_0.TagResource$)
1644
437
  .build() {
1645
438
  }
1646
439
 
@@ -1652,7 +445,7 @@ class UntagResourceCommand extends smithyClient.Command
1652
445
  })
1653
446
  .s("AmazonConnectCampaignServiceV2", "UntagResource", {})
1654
447
  .n("ConnectCampaignsV2Client", "UntagResourceCommand")
1655
- .sc(UntagResource$)
448
+ .sc(schemas_0.UntagResource$)
1656
449
  .build() {
1657
450
  }
1658
451
 
@@ -1664,7 +457,7 @@ class UpdateCampaignChannelSubtypeConfigCommand extends smithyClient.Command
1664
457
  })
1665
458
  .s("AmazonConnectCampaignServiceV2", "UpdateCampaignChannelSubtypeConfig", {})
1666
459
  .n("ConnectCampaignsV2Client", "UpdateCampaignChannelSubtypeConfigCommand")
1667
- .sc(UpdateCampaignChannelSubtypeConfig$)
460
+ .sc(schemas_0.UpdateCampaignChannelSubtypeConfig$)
1668
461
  .build() {
1669
462
  }
1670
463
 
@@ -1676,7 +469,7 @@ class UpdateCampaignCommunicationLimitsCommand extends smithyClient.Command
1676
469
  })
1677
470
  .s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationLimits", {})
1678
471
  .n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationLimitsCommand")
1679
- .sc(UpdateCampaignCommunicationLimits$)
472
+ .sc(schemas_0.UpdateCampaignCommunicationLimits$)
1680
473
  .build() {
1681
474
  }
1682
475
 
@@ -1688,7 +481,7 @@ class UpdateCampaignCommunicationTimeCommand extends smithyClient.Command
1688
481
  })
1689
482
  .s("AmazonConnectCampaignServiceV2", "UpdateCampaignCommunicationTime", {})
1690
483
  .n("ConnectCampaignsV2Client", "UpdateCampaignCommunicationTimeCommand")
1691
- .sc(UpdateCampaignCommunicationTime$)
484
+ .sc(schemas_0.UpdateCampaignCommunicationTime$)
1692
485
  .build() {
1693
486
  }
1694
487
 
@@ -1700,7 +493,7 @@ class UpdateCampaignFlowAssociationCommand extends smithyClient.Command
1700
493
  })
1701
494
  .s("AmazonConnectCampaignServiceV2", "UpdateCampaignFlowAssociation", {})
1702
495
  .n("ConnectCampaignsV2Client", "UpdateCampaignFlowAssociationCommand")
1703
- .sc(UpdateCampaignFlowAssociation$)
496
+ .sc(schemas_0.UpdateCampaignFlowAssociation$)
1704
497
  .build() {
1705
498
  }
1706
499
 
@@ -1712,7 +505,7 @@ class UpdateCampaignNameCommand extends smithyClient.Command
1712
505
  })
1713
506
  .s("AmazonConnectCampaignServiceV2", "UpdateCampaignName", {})
1714
507
  .n("ConnectCampaignsV2Client", "UpdateCampaignNameCommand")
1715
- .sc(UpdateCampaignName$)
508
+ .sc(schemas_0.UpdateCampaignName$)
1716
509
  .build() {
1717
510
  }
1718
511
 
@@ -1724,7 +517,7 @@ class UpdateCampaignScheduleCommand extends smithyClient.Command
1724
517
  })
1725
518
  .s("AmazonConnectCampaignServiceV2", "UpdateCampaignSchedule", {})
1726
519
  .n("ConnectCampaignsV2Client", "UpdateCampaignScheduleCommand")
1727
- .sc(UpdateCampaignSchedule$)
520
+ .sc(schemas_0.UpdateCampaignSchedule$)
1728
521
  .build() {
1729
522
  }
1730
523
 
@@ -1736,7 +529,7 @@ class UpdateCampaignSourceCommand extends smithyClient.Command
1736
529
  })
1737
530
  .s("AmazonConnectCampaignServiceV2", "UpdateCampaignSource", {})
1738
531
  .n("ConnectCampaignsV2Client", "UpdateCampaignSourceCommand")
1739
- .sc(UpdateCampaignSource$)
532
+ .sc(schemas_0.UpdateCampaignSource$)
1740
533
  .build() {
1741
534
  }
1742
535
 
@@ -1895,229 +688,77 @@ Object.defineProperty(exports, "__Client", {
1895
688
  enumerable: true,
1896
689
  get: function () { return smithyClient.Client; }
1897
690
  });
1898
- exports.AccessDeniedException = AccessDeniedException;
1899
- exports.AccessDeniedException$ = AccessDeniedException$;
691
+ Object.defineProperty(exports, "ConnectCampaignsV2ServiceException", {
692
+ enumerable: true,
693
+ get: function () { return ConnectCampaignsV2ServiceException.ConnectCampaignsV2ServiceException; }
694
+ });
1900
695
  exports.AgentAction = AgentAction;
1901
- exports.AgentlessConfig$ = AgentlessConfig$;
1902
- exports.AnswerMachineDetectionConfig$ = AnswerMachineDetectionConfig$;
1903
- exports.Campaign$ = Campaign$;
1904
696
  exports.CampaignDeletionPolicy = CampaignDeletionPolicy;
1905
- exports.CampaignFilters$ = CampaignFilters$;
1906
697
  exports.CampaignState = CampaignState;
1907
- exports.CampaignSummary$ = CampaignSummary$;
1908
698
  exports.ChannelSubtype = ChannelSubtype;
1909
- exports.ChannelSubtypeConfig$ = ChannelSubtypeConfig$;
1910
- exports.ChannelSubtypeParameters$ = ChannelSubtypeParameters$;
1911
- exports.CommunicationLimit$ = CommunicationLimit$;
1912
699
  exports.CommunicationLimitTimeUnit = CommunicationLimitTimeUnit;
1913
- exports.CommunicationLimits$ = CommunicationLimits$;
1914
- exports.CommunicationLimitsConfig$ = CommunicationLimitsConfig$;
1915
700
  exports.CommunicationLimitsConfigType = CommunicationLimitsConfigType;
1916
- exports.CommunicationTimeConfig$ = CommunicationTimeConfig$;
1917
701
  exports.CommunicationTimeConfigType = CommunicationTimeConfigType;
1918
- exports.ConflictException = ConflictException;
1919
- exports.ConflictException$ = ConflictException$;
1920
702
  exports.ConnectCampaignsV2 = ConnectCampaignsV2;
1921
703
  exports.ConnectCampaignsV2Client = ConnectCampaignsV2Client;
1922
- exports.ConnectCampaignsV2ServiceException = ConnectCampaignsV2ServiceException;
1923
- exports.ConnectCampaignsV2ServiceException$ = ConnectCampaignsV2ServiceException$;
1924
- exports.CreateCampaign$ = CreateCampaign$;
1925
704
  exports.CreateCampaignCommand = CreateCampaignCommand;
1926
- exports.CreateCampaignRequest$ = CreateCampaignRequest$;
1927
- exports.CreateCampaignResponse$ = CreateCampaignResponse$;
1928
- exports.CustomerProfilesIntegrationConfig$ = CustomerProfilesIntegrationConfig$;
1929
- exports.CustomerProfilesIntegrationIdentifier$ = CustomerProfilesIntegrationIdentifier$;
1930
- exports.CustomerProfilesIntegrationSummary$ = CustomerProfilesIntegrationSummary$;
1931
705
  exports.DayOfWeek = DayOfWeek;
1932
- exports.DeleteCampaign$ = DeleteCampaign$;
1933
- exports.DeleteCampaignChannelSubtypeConfig$ = DeleteCampaignChannelSubtypeConfig$;
1934
706
  exports.DeleteCampaignChannelSubtypeConfigCommand = DeleteCampaignChannelSubtypeConfigCommand;
1935
- exports.DeleteCampaignChannelSubtypeConfigRequest$ = DeleteCampaignChannelSubtypeConfigRequest$;
1936
707
  exports.DeleteCampaignCommand = DeleteCampaignCommand;
1937
- exports.DeleteCampaignCommunicationLimits$ = DeleteCampaignCommunicationLimits$;
1938
708
  exports.DeleteCampaignCommunicationLimitsCommand = DeleteCampaignCommunicationLimitsCommand;
1939
- exports.DeleteCampaignCommunicationLimitsRequest$ = DeleteCampaignCommunicationLimitsRequest$;
1940
- exports.DeleteCampaignCommunicationTime$ = DeleteCampaignCommunicationTime$;
1941
709
  exports.DeleteCampaignCommunicationTimeCommand = DeleteCampaignCommunicationTimeCommand;
1942
- exports.DeleteCampaignCommunicationTimeRequest$ = DeleteCampaignCommunicationTimeRequest$;
1943
- exports.DeleteCampaignRequest$ = DeleteCampaignRequest$;
1944
- exports.DeleteConnectInstanceConfig$ = DeleteConnectInstanceConfig$;
1945
710
  exports.DeleteConnectInstanceConfigCommand = DeleteConnectInstanceConfigCommand;
1946
- exports.DeleteConnectInstanceConfigRequest$ = DeleteConnectInstanceConfigRequest$;
1947
- exports.DeleteConnectInstanceIntegration$ = DeleteConnectInstanceIntegration$;
1948
711
  exports.DeleteConnectInstanceIntegrationCommand = DeleteConnectInstanceIntegrationCommand;
1949
- exports.DeleteConnectInstanceIntegrationRequest$ = DeleteConnectInstanceIntegrationRequest$;
1950
- exports.DeleteInstanceOnboardingJob$ = DeleteInstanceOnboardingJob$;
1951
712
  exports.DeleteInstanceOnboardingJobCommand = DeleteInstanceOnboardingJobCommand;
1952
- exports.DeleteInstanceOnboardingJobRequest$ = DeleteInstanceOnboardingJobRequest$;
1953
- exports.DescribeCampaign$ = DescribeCampaign$;
1954
713
  exports.DescribeCampaignCommand = DescribeCampaignCommand;
1955
- exports.DescribeCampaignRequest$ = DescribeCampaignRequest$;
1956
- exports.DescribeCampaignResponse$ = DescribeCampaignResponse$;
1957
- exports.EmailChannelSubtypeConfig$ = EmailChannelSubtypeConfig$;
1958
- exports.EmailChannelSubtypeParameters$ = EmailChannelSubtypeParameters$;
1959
- exports.EmailOutboundConfig$ = EmailOutboundConfig$;
1960
- exports.EmailOutboundMode$ = EmailOutboundMode$;
1961
- exports.EncryptionConfig$ = EncryptionConfig$;
1962
714
  exports.EncryptionType = EncryptionType;
1963
- exports.EventTrigger$ = EventTrigger$;
1964
715
  exports.EventType = EventType;
1965
716
  exports.ExternalCampaignType = ExternalCampaignType;
1966
- exports.FailedCampaignStateResponse$ = FailedCampaignStateResponse$;
1967
- exports.FailedProfileOutboundRequest$ = FailedProfileOutboundRequest$;
1968
- exports.FailedRequest$ = FailedRequest$;
1969
717
  exports.FailureCode = FailureCode;
1970
- exports.GetCampaignState$ = GetCampaignState$;
1971
- exports.GetCampaignStateBatch$ = GetCampaignStateBatch$;
1972
718
  exports.GetCampaignStateBatchCommand = GetCampaignStateBatchCommand;
1973
719
  exports.GetCampaignStateBatchFailureCode = GetCampaignStateBatchFailureCode;
1974
- exports.GetCampaignStateBatchRequest$ = GetCampaignStateBatchRequest$;
1975
- exports.GetCampaignStateBatchResponse$ = GetCampaignStateBatchResponse$;
1976
720
  exports.GetCampaignStateCommand = GetCampaignStateCommand;
1977
- exports.GetCampaignStateRequest$ = GetCampaignStateRequest$;
1978
- exports.GetCampaignStateResponse$ = GetCampaignStateResponse$;
1979
- exports.GetConnectInstanceConfig$ = GetConnectInstanceConfig$;
1980
721
  exports.GetConnectInstanceConfigCommand = GetConnectInstanceConfigCommand;
1981
- exports.GetConnectInstanceConfigRequest$ = GetConnectInstanceConfigRequest$;
1982
- exports.GetConnectInstanceConfigResponse$ = GetConnectInstanceConfigResponse$;
1983
- exports.GetInstanceCommunicationLimits$ = GetInstanceCommunicationLimits$;
1984
722
  exports.GetInstanceCommunicationLimitsCommand = GetInstanceCommunicationLimitsCommand;
1985
- exports.GetInstanceCommunicationLimitsRequest$ = GetInstanceCommunicationLimitsRequest$;
1986
- exports.GetInstanceCommunicationLimitsResponse$ = GetInstanceCommunicationLimitsResponse$;
1987
- exports.GetInstanceOnboardingJobStatus$ = GetInstanceOnboardingJobStatus$;
1988
723
  exports.GetInstanceOnboardingJobStatusCommand = GetInstanceOnboardingJobStatusCommand;
1989
- exports.GetInstanceOnboardingJobStatusRequest$ = GetInstanceOnboardingJobStatusRequest$;
1990
- exports.GetInstanceOnboardingJobStatusResponse$ = GetInstanceOnboardingJobStatusResponse$;
1991
- exports.InstanceCommunicationLimitsConfig$ = InstanceCommunicationLimitsConfig$;
1992
- exports.InstanceConfig$ = InstanceConfig$;
1993
- exports.InstanceIdFilter$ = InstanceIdFilter$;
1994
724
  exports.InstanceIdFilterOperator = InstanceIdFilterOperator;
1995
725
  exports.InstanceLimitsHandling = InstanceLimitsHandling;
1996
726
  exports.InstanceOnboardingJobFailureCode = InstanceOnboardingJobFailureCode;
1997
- exports.InstanceOnboardingJobStatus$ = InstanceOnboardingJobStatus$;
1998
727
  exports.InstanceOnboardingJobStatusCode = InstanceOnboardingJobStatusCode;
1999
- exports.IntegrationConfig$ = IntegrationConfig$;
2000
- exports.IntegrationIdentifier$ = IntegrationIdentifier$;
2001
- exports.IntegrationSummary$ = IntegrationSummary$;
2002
- exports.InternalServerException = InternalServerException;
2003
- exports.InternalServerException$ = InternalServerException$;
2004
- exports.InvalidCampaignStateException = InvalidCampaignStateException;
2005
- exports.InvalidCampaignStateException$ = InvalidCampaignStateException$;
2006
- exports.InvalidStateException = InvalidStateException;
2007
- exports.InvalidStateException$ = InvalidStateException$;
2008
- exports.LambdaIntegrationConfig$ = LambdaIntegrationConfig$;
2009
- exports.LambdaIntegrationIdentifier$ = LambdaIntegrationIdentifier$;
2010
- exports.LambdaIntegrationSummary$ = LambdaIntegrationSummary$;
2011
- exports.ListCampaigns$ = ListCampaigns$;
2012
728
  exports.ListCampaignsCommand = ListCampaignsCommand;
2013
- exports.ListCampaignsRequest$ = ListCampaignsRequest$;
2014
- exports.ListCampaignsResponse$ = ListCampaignsResponse$;
2015
- exports.ListConnectInstanceIntegrations$ = ListConnectInstanceIntegrations$;
2016
729
  exports.ListConnectInstanceIntegrationsCommand = ListConnectInstanceIntegrationsCommand;
2017
- exports.ListConnectInstanceIntegrationsRequest$ = ListConnectInstanceIntegrationsRequest$;
2018
- exports.ListConnectInstanceIntegrationsResponse$ = ListConnectInstanceIntegrationsResponse$;
2019
- exports.ListTagsForResource$ = ListTagsForResource$;
2020
730
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2021
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2022
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2023
- exports.LocalTimeZoneConfig$ = LocalTimeZoneConfig$;
2024
731
  exports.LocalTimeZoneDetectionType = LocalTimeZoneDetectionType;
2025
- exports.OpenHours$ = OpenHours$;
2026
- exports.OutboundRequest$ = OutboundRequest$;
2027
- exports.PauseCampaign$ = PauseCampaign$;
2028
732
  exports.PauseCampaignCommand = PauseCampaignCommand;
2029
- exports.PauseCampaignRequest$ = PauseCampaignRequest$;
2030
- exports.PredictiveConfig$ = PredictiveConfig$;
2031
- exports.PreviewConfig$ = PreviewConfig$;
2032
- exports.ProfileOutboundRequest$ = ProfileOutboundRequest$;
2033
733
  exports.ProfileOutboundRequestFailureCode = ProfileOutboundRequestFailureCode;
2034
- exports.ProgressiveConfig$ = ProgressiveConfig$;
2035
- exports.PutConnectInstanceIntegration$ = PutConnectInstanceIntegration$;
2036
734
  exports.PutConnectInstanceIntegrationCommand = PutConnectInstanceIntegrationCommand;
2037
- exports.PutConnectInstanceIntegrationRequest$ = PutConnectInstanceIntegrationRequest$;
2038
- exports.PutInstanceCommunicationLimits$ = PutInstanceCommunicationLimits$;
2039
735
  exports.PutInstanceCommunicationLimitsCommand = PutInstanceCommunicationLimitsCommand;
2040
- exports.PutInstanceCommunicationLimitsRequest$ = PutInstanceCommunicationLimitsRequest$;
2041
- exports.PutOutboundRequestBatch$ = PutOutboundRequestBatch$;
2042
736
  exports.PutOutboundRequestBatchCommand = PutOutboundRequestBatchCommand;
2043
- exports.PutOutboundRequestBatchRequest$ = PutOutboundRequestBatchRequest$;
2044
- exports.PutOutboundRequestBatchResponse$ = PutOutboundRequestBatchResponse$;
2045
- exports.PutProfileOutboundRequestBatch$ = PutProfileOutboundRequestBatch$;
2046
737
  exports.PutProfileOutboundRequestBatchCommand = PutProfileOutboundRequestBatchCommand;
2047
- exports.PutProfileOutboundRequestBatchRequest$ = PutProfileOutboundRequestBatchRequest$;
2048
- exports.PutProfileOutboundRequestBatchResponse$ = PutProfileOutboundRequestBatchResponse$;
2049
- exports.QConnectIntegrationConfig$ = QConnectIntegrationConfig$;
2050
- exports.QConnectIntegrationIdentifier$ = QConnectIntegrationIdentifier$;
2051
- exports.QConnectIntegrationSummary$ = QConnectIntegrationSummary$;
2052
- exports.ResourceNotFoundException = ResourceNotFoundException;
2053
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2054
- exports.RestrictedPeriod$ = RestrictedPeriod$;
2055
- exports.RestrictedPeriods$ = RestrictedPeriods$;
2056
- exports.ResumeCampaign$ = ResumeCampaign$;
2057
738
  exports.ResumeCampaignCommand = ResumeCampaignCommand;
2058
- exports.ResumeCampaignRequest$ = ResumeCampaignRequest$;
2059
- exports.Schedule$ = Schedule$;
2060
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2061
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2062
- exports.SmsChannelSubtypeConfig$ = SmsChannelSubtypeConfig$;
2063
- exports.SmsChannelSubtypeParameters$ = SmsChannelSubtypeParameters$;
2064
- exports.SmsOutboundConfig$ = SmsOutboundConfig$;
2065
- exports.SmsOutboundMode$ = SmsOutboundMode$;
2066
- exports.Source$ = Source$;
2067
- exports.StartCampaign$ = StartCampaign$;
2068
739
  exports.StartCampaignCommand = StartCampaignCommand;
2069
- exports.StartCampaignRequest$ = StartCampaignRequest$;
2070
- exports.StartInstanceOnboardingJob$ = StartInstanceOnboardingJob$;
2071
740
  exports.StartInstanceOnboardingJobCommand = StartInstanceOnboardingJobCommand;
2072
- exports.StartInstanceOnboardingJobRequest$ = StartInstanceOnboardingJobRequest$;
2073
- exports.StartInstanceOnboardingJobResponse$ = StartInstanceOnboardingJobResponse$;
2074
- exports.StopCampaign$ = StopCampaign$;
2075
741
  exports.StopCampaignCommand = StopCampaignCommand;
2076
- exports.StopCampaignRequest$ = StopCampaignRequest$;
2077
- exports.SuccessfulCampaignStateResponse$ = SuccessfulCampaignStateResponse$;
2078
- exports.SuccessfulProfileOutboundRequest$ = SuccessfulProfileOutboundRequest$;
2079
- exports.SuccessfulRequest$ = SuccessfulRequest$;
2080
- exports.TagResource$ = TagResource$;
2081
742
  exports.TagResourceCommand = TagResourceCommand;
2082
- exports.TagResourceRequest$ = TagResourceRequest$;
2083
- exports.TelephonyChannelSubtypeConfig$ = TelephonyChannelSubtypeConfig$;
2084
- exports.TelephonyChannelSubtypeParameters$ = TelephonyChannelSubtypeParameters$;
2085
- exports.TelephonyOutboundConfig$ = TelephonyOutboundConfig$;
2086
- exports.TelephonyOutboundMode$ = TelephonyOutboundMode$;
2087
- exports.ThrottlingException = ThrottlingException;
2088
- exports.ThrottlingException$ = ThrottlingException$;
2089
- exports.TimeRange$ = TimeRange$;
2090
- exports.TimeWindow$ = TimeWindow$;
2091
- exports.TimeoutConfig$ = TimeoutConfig$;
2092
- exports.UntagResource$ = UntagResource$;
2093
743
  exports.UntagResourceCommand = UntagResourceCommand;
2094
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2095
- exports.UpdateCampaignChannelSubtypeConfig$ = UpdateCampaignChannelSubtypeConfig$;
2096
744
  exports.UpdateCampaignChannelSubtypeConfigCommand = UpdateCampaignChannelSubtypeConfigCommand;
2097
- exports.UpdateCampaignChannelSubtypeConfigRequest$ = UpdateCampaignChannelSubtypeConfigRequest$;
2098
- exports.UpdateCampaignCommunicationLimits$ = UpdateCampaignCommunicationLimits$;
2099
745
  exports.UpdateCampaignCommunicationLimitsCommand = UpdateCampaignCommunicationLimitsCommand;
2100
- exports.UpdateCampaignCommunicationLimitsRequest$ = UpdateCampaignCommunicationLimitsRequest$;
2101
- exports.UpdateCampaignCommunicationTime$ = UpdateCampaignCommunicationTime$;
2102
746
  exports.UpdateCampaignCommunicationTimeCommand = UpdateCampaignCommunicationTimeCommand;
2103
- exports.UpdateCampaignCommunicationTimeRequest$ = UpdateCampaignCommunicationTimeRequest$;
2104
- exports.UpdateCampaignFlowAssociation$ = UpdateCampaignFlowAssociation$;
2105
747
  exports.UpdateCampaignFlowAssociationCommand = UpdateCampaignFlowAssociationCommand;
2106
- exports.UpdateCampaignFlowAssociationRequest$ = UpdateCampaignFlowAssociationRequest$;
2107
- exports.UpdateCampaignName$ = UpdateCampaignName$;
2108
748
  exports.UpdateCampaignNameCommand = UpdateCampaignNameCommand;
2109
- exports.UpdateCampaignNameRequest$ = UpdateCampaignNameRequest$;
2110
- exports.UpdateCampaignSchedule$ = UpdateCampaignSchedule$;
2111
749
  exports.UpdateCampaignScheduleCommand = UpdateCampaignScheduleCommand;
2112
- exports.UpdateCampaignScheduleRequest$ = UpdateCampaignScheduleRequest$;
2113
- exports.UpdateCampaignSource$ = UpdateCampaignSource$;
2114
750
  exports.UpdateCampaignSourceCommand = UpdateCampaignSourceCommand;
2115
- exports.UpdateCampaignSourceRequest$ = UpdateCampaignSourceRequest$;
2116
- exports.ValidationException = ValidationException;
2117
- exports.ValidationException$ = ValidationException$;
2118
- exports.WhatsAppChannelSubtypeConfig$ = WhatsAppChannelSubtypeConfig$;
2119
- exports.WhatsAppChannelSubtypeParameters$ = WhatsAppChannelSubtypeParameters$;
2120
- exports.WhatsAppOutboundConfig$ = WhatsAppOutboundConfig$;
2121
- exports.WhatsAppOutboundMode$ = WhatsAppOutboundMode$;
2122
751
  exports.paginateListCampaigns = paginateListCampaigns;
2123
752
  exports.paginateListConnectInstanceIntegrations = paginateListConnectInstanceIntegrations;
753
+ Object.keys(schemas_0).forEach(function (k) {
754
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
755
+ enumerable: true,
756
+ get: function () { return schemas_0[k]; }
757
+ });
758
+ });
759
+ Object.keys(errors).forEach(function (k) {
760
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
761
+ enumerable: true,
762
+ get: function () { return errors[k]; }
763
+ });
764
+ });