@aws-sdk/client-connectcampaignsv2 3.952.0 → 3.953.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.
Files changed (55) hide show
  1. package/dist-cjs/index.js +518 -348
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateCampaignCommand.js +2 -2
  4. package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +2 -2
  5. package/dist-es/commands/DeleteCampaignCommand.js +2 -2
  6. package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +2 -2
  7. package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +2 -2
  8. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -2
  9. package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +2 -2
  10. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -2
  11. package/dist-es/commands/DescribeCampaignCommand.js +2 -2
  12. package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -2
  13. package/dist-es/commands/GetCampaignStateCommand.js +2 -2
  14. package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -2
  15. package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +2 -2
  16. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -2
  17. package/dist-es/commands/ListCampaignsCommand.js +2 -2
  18. package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +2 -2
  19. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  20. package/dist-es/commands/PauseCampaignCommand.js +2 -2
  21. package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +2 -2
  22. package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +2 -2
  23. package/dist-es/commands/PutOutboundRequestBatchCommand.js +2 -2
  24. package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +2 -2
  25. package/dist-es/commands/ResumeCampaignCommand.js +2 -2
  26. package/dist-es/commands/StartCampaignCommand.js +2 -2
  27. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -2
  28. package/dist-es/commands/StopCampaignCommand.js +2 -2
  29. package/dist-es/commands/TagResourceCommand.js +2 -2
  30. package/dist-es/commands/UntagResourceCommand.js +2 -2
  31. package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +2 -2
  32. package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +2 -2
  33. package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +2 -2
  34. package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +2 -2
  35. package/dist-es/commands/UpdateCampaignNameCommand.js +2 -2
  36. package/dist-es/commands/UpdateCampaignScheduleCommand.js +2 -2
  37. package/dist-es/commands/UpdateCampaignSourceCommand.js +2 -2
  38. package/dist-es/index.js +1 -0
  39. package/dist-es/runtimeConfig.shared.js +6 -1
  40. package/dist-es/schemas/schemas_0.js +312 -300
  41. package/dist-types/ConnectCampaignsV2Client.d.ts +1 -10
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  44. package/dist-types/runtimeConfig.d.ts +6 -2
  45. package/dist-types/runtimeConfig.native.d.ts +6 -2
  46. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  47. package/dist-types/schemas/schemas_0.d.ts +159 -185
  48. package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +0 -4
  49. package/dist-types/ts3.4/index.d.ts +1 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +158 -187
  55. package/package.json +34 -34
@@ -294,12 +294,12 @@ const _xAET = "xAmzErrorType";
294
294
  const _xaE = "x-amzn-ErrorType";
295
295
  const n0 = "com.amazonaws.connectcampaignsv2";
296
296
  import { TypeRegistry } from "@smithy/core/schema";
297
- import { ConnectCampaignsV2ServiceException as __ConnectCampaignsV2ServiceException } from "../models/ConnectCampaignsV2ServiceException";
298
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, InvalidCampaignStateException as __InvalidCampaignStateException, InvalidStateException as __InvalidStateException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
299
- export var DestinationPhoneNumber = [0, n0, _DPN, 8, 0];
300
- export var EmailAddress = [0, n0, _EA, 8, 0];
301
- export var EmailDisplayName = [0, n0, _EDN, 8, 0];
302
- export var AccessDeniedException = [
297
+ import { ConnectCampaignsV2ServiceException } from "../models/ConnectCampaignsV2ServiceException";
298
+ import { AccessDeniedException, ConflictException, InternalServerException, InvalidCampaignStateException, InvalidStateException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
299
+ var DestinationPhoneNumber = [0, n0, _DPN, 8, 0];
300
+ var EmailAddress = [0, n0, _EA, 8, 0];
301
+ var EmailDisplayName = [0, n0, _EDN, 8, 0];
302
+ export var AccessDeniedException$ = [
303
303
  -3,
304
304
  n0,
305
305
  _ADE,
@@ -307,10 +307,10 @@ export var AccessDeniedException = [
307
307
  [_m, _xAET],
308
308
  [0, [0, { [_hH]: _xaE }]],
309
309
  ];
310
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
311
- export var AgentlessConfig = [3, n0, _AC, 0, [], []];
312
- export var AnswerMachineDetectionConfig = [3, n0, _AMDC, 0, [_eAMD, _aAMP], [2, 2]];
313
- export var Campaign = [
310
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
311
+ export var AgentlessConfig$ = [3, n0, _AC, 0, [], []];
312
+ export var AnswerMachineDetectionConfig$ = [3, n0, _AMDC, 0, [_eAMD, _aAMP], [2, 2]];
313
+ export var Campaign$ = [
314
314
  3,
315
315
  n0,
316
316
  _C,
@@ -321,56 +321,56 @@ export var Campaign = [
321
321
  0,
322
322
  0,
323
323
  0,
324
- [() => ChannelSubtypeConfig, 0],
324
+ [() => ChannelSubtypeConfig$, 0],
325
325
  0,
326
- () => Source,
326
+ () => Source$,
327
327
  0,
328
- () => Schedule,
329
- () => CommunicationTimeConfig,
330
- () => CommunicationLimitsConfig,
328
+ () => Schedule$,
329
+ () => CommunicationTimeConfig$,
330
+ () => CommunicationLimitsConfig$,
331
331
  128 | 0,
332
332
  ],
333
333
  ];
334
- export var CampaignFilters = [3, n0, _CF, 0, [_iIF], [() => InstanceIdFilter]];
335
- export var CampaignSummary = [
334
+ export var CampaignFilters$ = [3, n0, _CF, 0, [_iIF], [() => InstanceIdFilter$]];
335
+ export var CampaignSummary$ = [
336
336
  3,
337
337
  n0,
338
338
  _CS,
339
339
  0,
340
340
  [_i, _a, _n, _cII, _cS, _t, _sc, _cCFA],
341
- [0, 0, 0, 0, 64 | 0, 0, () => Schedule, 0],
341
+ [0, 0, 0, 0, 64 | 0, 0, () => Schedule$, 0],
342
342
  ];
343
- export var ChannelSubtypeConfig = [
343
+ export var ChannelSubtypeConfig$ = [
344
344
  3,
345
345
  n0,
346
346
  _CSC,
347
347
  0,
348
348
  [_te, _sm, _em, _wA],
349
349
  [
350
- () => TelephonyChannelSubtypeConfig,
351
- () => SmsChannelSubtypeConfig,
352
- [() => EmailChannelSubtypeConfig, 0],
353
- () => WhatsAppChannelSubtypeConfig,
350
+ () => TelephonyChannelSubtypeConfig$,
351
+ () => SmsChannelSubtypeConfig$,
352
+ [() => EmailChannelSubtypeConfig$, 0],
353
+ () => WhatsAppChannelSubtypeConfig$,
354
354
  ],
355
355
  ];
356
- export var CommunicationLimit = [3, n0, _CL, 0, [_mCPR, _f, _u], [1, 1, 0]];
357
- export var CommunicationLimitsConfig = [
356
+ export var CommunicationLimit$ = [3, n0, _CL, 0, [_mCPR, _f, _u], [1, 1, 0]];
357
+ export var CommunicationLimitsConfig$ = [
358
358
  3,
359
359
  n0,
360
360
  _CLC,
361
361
  0,
362
362
  [_aCS, _iLH],
363
- [() => CommunicationLimits, 0],
363
+ [() => CommunicationLimits$, 0],
364
364
  ];
365
- export var CommunicationTimeConfig = [
365
+ export var CommunicationTimeConfig$ = [
366
366
  3,
367
367
  n0,
368
368
  _CTC,
369
369
  0,
370
370
  [_lTZC, _te, _sm, _em, _wA],
371
- [() => LocalTimeZoneConfig, () => TimeWindow, () => TimeWindow, () => TimeWindow, () => TimeWindow],
371
+ [() => LocalTimeZoneConfig$, () => TimeWindow$, () => TimeWindow$, () => TimeWindow$, () => TimeWindow$],
372
372
  ];
373
- export var ConflictException = [
373
+ export var ConflictException$ = [
374
374
  -3,
375
375
  n0,
376
376
  _CE,
@@ -378,8 +378,8 @@ export var ConflictException = [
378
378
  [_m, _xAET],
379
379
  [0, [0, { [_hH]: _xaE }]],
380
380
  ];
381
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
382
- export var CreateCampaignRequest = [
381
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
382
+ export var CreateCampaignRequest$ = [
383
383
  3,
384
384
  n0,
385
385
  _CCR,
@@ -388,21 +388,21 @@ export var CreateCampaignRequest = [
388
388
  [
389
389
  0,
390
390
  0,
391
- [() => ChannelSubtypeConfig, 0],
391
+ [() => ChannelSubtypeConfig$, 0],
392
392
  0,
393
- () => Source,
393
+ () => Source$,
394
394
  0,
395
- () => Schedule,
396
- () => CommunicationTimeConfig,
397
- () => CommunicationLimitsConfig,
395
+ () => Schedule$,
396
+ () => CommunicationTimeConfig$,
397
+ () => CommunicationLimitsConfig$,
398
398
  128 | 0,
399
399
  ],
400
400
  ];
401
- export var CreateCampaignResponse = [3, n0, _CCRr, 0, [_i, _a, _ta], [0, 0, 128 | 0]];
402
- export var CustomerProfilesIntegrationConfig = [3, n0, _CPIC, 0, [_dA, _oTN], [0, 128 | 0]];
403
- export var CustomerProfilesIntegrationIdentifier = [3, n0, _CPII, 0, [_dA], [0]];
404
- export var CustomerProfilesIntegrationSummary = [3, n0, _CPIS, 0, [_dA, _oTN], [0, 128 | 0]];
405
- export var DeleteCampaignChannelSubtypeConfigRequest = [
401
+ export var CreateCampaignResponse$ = [3, n0, _CCRr, 0, [_i, _a, _ta], [0, 0, 128 | 0]];
402
+ export var CustomerProfilesIntegrationConfig$ = [3, n0, _CPIC, 0, [_dA, _oTN], [0, 128 | 0]];
403
+ export var CustomerProfilesIntegrationIdentifier$ = [3, n0, _CPII, 0, [_dA], [0]];
404
+ export var CustomerProfilesIntegrationSummary$ = [3, n0, _CPIS, 0, [_dA, _oTN], [0, 128 | 0]];
405
+ export var DeleteCampaignChannelSubtypeConfigRequest$ = [
406
406
  3,
407
407
  n0,
408
408
  _DCCSCR,
@@ -413,7 +413,7 @@ export var DeleteCampaignChannelSubtypeConfigRequest = [
413
413
  [0, { [_hQ]: _cSh }],
414
414
  ],
415
415
  ];
416
- export var DeleteCampaignCommunicationLimitsRequest = [
416
+ export var DeleteCampaignCommunicationLimitsRequest$ = [
417
417
  3,
418
418
  n0,
419
419
  _DCCLR,
@@ -424,7 +424,7 @@ export var DeleteCampaignCommunicationLimitsRequest = [
424
424
  [0, { [_hQ]: _co }],
425
425
  ],
426
426
  ];
427
- export var DeleteCampaignCommunicationTimeRequest = [
427
+ export var DeleteCampaignCommunicationTimeRequest$ = [
428
428
  3,
429
429
  n0,
430
430
  _DCCTR,
@@ -435,8 +435,8 @@ export var DeleteCampaignCommunicationTimeRequest = [
435
435
  [0, { [_hQ]: _co }],
436
436
  ],
437
437
  ];
438
- export var DeleteCampaignRequest = [3, n0, _DCR, 0, [_i], [[0, 1]]];
439
- export var DeleteConnectInstanceConfigRequest = [
438
+ export var DeleteCampaignRequest$ = [3, n0, _DCR, 0, [_i], [[0, 1]]];
439
+ export var DeleteConnectInstanceConfigRequest$ = [
440
440
  3,
441
441
  n0,
442
442
  _DCICR,
@@ -447,26 +447,26 @@ export var DeleteConnectInstanceConfigRequest = [
447
447
  [0, { [_hQ]: _cDP }],
448
448
  ],
449
449
  ];
450
- export var DeleteConnectInstanceIntegrationRequest = [
450
+ export var DeleteConnectInstanceIntegrationRequest$ = [
451
451
  3,
452
452
  n0,
453
453
  _DCIIR,
454
454
  0,
455
455
  [_cII, _iI],
456
- [[0, 1], () => IntegrationIdentifier],
456
+ [[0, 1], () => IntegrationIdentifier$],
457
457
  ];
458
- export var DeleteInstanceOnboardingJobRequest = [3, n0, _DIOJR, 0, [_cII], [[0, 1]]];
459
- export var DescribeCampaignRequest = [3, n0, _DCRe, 0, [_i], [[0, 1]]];
460
- export var DescribeCampaignResponse = [3, n0, _DCRes, 0, [_ca], [[() => Campaign, 0]]];
461
- export var EmailChannelSubtypeConfig = [
458
+ export var DeleteInstanceOnboardingJobRequest$ = [3, n0, _DIOJR, 0, [_cII], [[0, 1]]];
459
+ export var DescribeCampaignRequest$ = [3, n0, _DCRe, 0, [_i], [[0, 1]]];
460
+ export var DescribeCampaignResponse$ = [3, n0, _DCRes, 0, [_ca], [[() => Campaign$, 0]]];
461
+ export var EmailChannelSubtypeConfig$ = [
462
462
  3,
463
463
  n0,
464
464
  _ECSC,
465
465
  0,
466
466
  [_cap, _oM, _dOC],
467
- [1, () => EmailOutboundMode, [() => EmailOutboundConfig, 0]],
467
+ [1, () => EmailOutboundMode$, [() => EmailOutboundConfig$, 0]],
468
468
  ];
469
- export var EmailChannelSubtypeParameters = [
469
+ export var EmailChannelSubtypeParameters$ = [
470
470
  3,
471
471
  n0,
472
472
  _ECSP,
@@ -474,7 +474,7 @@ export var EmailChannelSubtypeParameters = [
474
474
  [_dEA, _cSEA, _tA, _tP],
475
475
  [[() => EmailAddress, 0], [() => EmailAddress, 0], 0, [() => Attributes, 0]],
476
476
  ];
477
- export var EmailOutboundConfig = [
477
+ export var EmailOutboundConfig$ = [
478
478
  3,
479
479
  n0,
480
480
  _EOC,
@@ -482,13 +482,13 @@ export var EmailOutboundConfig = [
482
482
  [_cSEA, _sEADN, _wTA],
483
483
  [[() => EmailAddress, 0], [() => EmailDisplayName, 0], 0],
484
484
  ];
485
- export var EncryptionConfig = [3, n0, _EC, 0, [_en, _eT, _kA], [2, 0, 0]];
486
- export var EventTrigger = [3, n0, _ET, 0, [_cPDA], [0]];
487
- export var FailedCampaignStateResponse = [3, n0, _FCSR, 0, [_cI, _fC], [0, 0]];
488
- export var FailedProfileOutboundRequest = [3, n0, _FPOR, 0, [_cT, _i, _fC], [0, 0, 0]];
489
- export var FailedRequest = [3, n0, _FR, 0, [_cT, _i, _fC], [0, 0, 0]];
490
- export var GetCampaignStateBatchRequest = [3, n0, _GCSBR, 0, [_cIa], [64 | 0]];
491
- export var GetCampaignStateBatchResponse = [
485
+ export var EncryptionConfig$ = [3, n0, _EC, 0, [_en, _eT, _kA], [2, 0, 0]];
486
+ export var EventTrigger$ = [3, n0, _ET, 0, [_cPDA], [0]];
487
+ export var FailedCampaignStateResponse$ = [3, n0, _FCSR, 0, [_cI, _fC], [0, 0]];
488
+ export var FailedProfileOutboundRequest$ = [3, n0, _FPOR, 0, [_cT, _i, _fC], [0, 0, 0]];
489
+ export var FailedRequest$ = [3, n0, _FR, 0, [_cT, _i, _fC], [0, 0, 0]];
490
+ export var GetCampaignStateBatchRequest$ = [3, n0, _GCSBR, 0, [_cIa], [64 | 0]];
491
+ export var GetCampaignStateBatchResponse$ = [
492
492
  3,
493
493
  n0,
494
494
  _GCSBRe,
@@ -496,47 +496,54 @@ export var GetCampaignStateBatchResponse = [
496
496
  [_sR, _fR],
497
497
  [() => SuccessfulCampaignStateResponseList, () => FailedCampaignStateResponseList],
498
498
  ];
499
- export var GetCampaignStateRequest = [3, n0, _GCSR, 0, [_i], [[0, 1]]];
500
- export var GetCampaignStateResponse = [3, n0, _GCSRe, 0, [_st], [0]];
501
- export var GetConnectInstanceConfigRequest = [3, n0, _GCICR, 0, [_cII], [[0, 1]]];
502
- export var GetConnectInstanceConfigResponse = [
499
+ export var GetCampaignStateRequest$ = [3, n0, _GCSR, 0, [_i], [[0, 1]]];
500
+ export var GetCampaignStateResponse$ = [3, n0, _GCSRe, 0, [_st], [0]];
501
+ export var GetConnectInstanceConfigRequest$ = [3, n0, _GCICR, 0, [_cII], [[0, 1]]];
502
+ export var GetConnectInstanceConfigResponse$ = [
503
503
  3,
504
504
  n0,
505
505
  _GCICRe,
506
506
  0,
507
507
  [_cIC],
508
- [() => InstanceConfig],
508
+ [() => InstanceConfig$],
509
509
  ];
510
- export var GetInstanceCommunicationLimitsRequest = [3, n0, _GICLR, 0, [_cII], [[0, 1]]];
511
- export var GetInstanceCommunicationLimitsResponse = [
510
+ export var GetInstanceCommunicationLimitsRequest$ = [3, n0, _GICLR, 0, [_cII], [[0, 1]]];
511
+ export var GetInstanceCommunicationLimitsResponse$ = [
512
512
  3,
513
513
  n0,
514
514
  _GICLRe,
515
515
  0,
516
516
  [_cLC],
517
- [() => InstanceCommunicationLimitsConfig],
517
+ [() => InstanceCommunicationLimitsConfig$],
518
518
  ];
519
- export var GetInstanceOnboardingJobStatusRequest = [3, n0, _GIOJSR, 0, [_cII], [[0, 1]]];
520
- export var GetInstanceOnboardingJobStatusResponse = [
519
+ export var GetInstanceOnboardingJobStatusRequest$ = [3, n0, _GIOJSR, 0, [_cII], [[0, 1]]];
520
+ export var GetInstanceOnboardingJobStatusResponse$ = [
521
521
  3,
522
522
  n0,
523
523
  _GIOJSRe,
524
524
  0,
525
525
  [_cIOJS],
526
- [() => InstanceOnboardingJobStatus],
526
+ [() => InstanceOnboardingJobStatus$],
527
527
  ];
528
- export var InstanceCommunicationLimitsConfig = [
528
+ export var InstanceCommunicationLimitsConfig$ = [
529
529
  3,
530
530
  n0,
531
531
  _ICLC,
532
532
  0,
533
533
  [_aCS],
534
- [() => CommunicationLimits],
534
+ [() => CommunicationLimits$],
535
535
  ];
536
- export var InstanceConfig = [3, n0, _IC, 0, [_cII, _sLRA, _eC], [0, 0, () => EncryptionConfig]];
537
- export var InstanceIdFilter = [3, n0, _IIF, 0, [_v, _o], [0, 0]];
538
- export var InstanceOnboardingJobStatus = [3, n0, _IOJS, 0, [_cII, _sta, _fC], [0, 0, 0]];
539
- export var InternalServerException = [
536
+ export var InstanceConfig$ = [
537
+ 3,
538
+ n0,
539
+ _IC,
540
+ 0,
541
+ [_cII, _sLRA, _eC],
542
+ [0, 0, () => EncryptionConfig$],
543
+ ];
544
+ export var InstanceIdFilter$ = [3, n0, _IIF, 0, [_v, _o], [0, 0]];
545
+ export var InstanceOnboardingJobStatus$ = [3, n0, _IOJS, 0, [_cII, _sta, _fC], [0, 0, 0]];
546
+ export var InternalServerException$ = [
540
547
  -3,
541
548
  n0,
542
549
  _ISE,
@@ -544,8 +551,8 @@ export var InternalServerException = [
544
551
  [_m, _xAET],
545
552
  [0, [0, { [_hH]: _xaE }]],
546
553
  ];
547
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
548
- export var InvalidCampaignStateException = [
554
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
555
+ export var InvalidCampaignStateException$ = [
549
556
  -3,
550
557
  n0,
551
558
  _ICSE,
@@ -553,8 +560,8 @@ export var InvalidCampaignStateException = [
553
560
  [_st, _m, _xAET],
554
561
  [0, 0, [0, { [_hH]: _xaE }]],
555
562
  ];
556
- TypeRegistry.for(n0).registerError(InvalidCampaignStateException, __InvalidCampaignStateException);
557
- export var InvalidStateException = [
563
+ TypeRegistry.for(n0).registerError(InvalidCampaignStateException$, InvalidCampaignStateException);
564
+ export var InvalidStateException$ = [
558
565
  -3,
559
566
  n0,
560
567
  _ISEn,
@@ -562,19 +569,19 @@ export var InvalidStateException = [
562
569
  [_m, _xAET],
563
570
  [0, [0, { [_hH]: _xaE }]],
564
571
  ];
565
- TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
566
- export var LambdaIntegrationConfig = [3, n0, _LIC, 0, [_fA], [0]];
567
- export var LambdaIntegrationIdentifier = [3, n0, _LII, 0, [_fA], [0]];
568
- export var LambdaIntegrationSummary = [3, n0, _LIS, 0, [_fA], [0]];
569
- export var ListCampaignsRequest = [
572
+ TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
573
+ export var LambdaIntegrationConfig$ = [3, n0, _LIC, 0, [_fA], [0]];
574
+ export var LambdaIntegrationIdentifier$ = [3, n0, _LII, 0, [_fA], [0]];
575
+ export var LambdaIntegrationSummary$ = [3, n0, _LIS, 0, [_fA], [0]];
576
+ export var ListCampaignsRequest$ = [
570
577
  3,
571
578
  n0,
572
579
  _LCR,
573
580
  0,
574
581
  [_mR, _nT, _fi],
575
- [1, 0, () => CampaignFilters],
582
+ [1, 0, () => CampaignFilters$],
576
583
  ];
577
- export var ListCampaignsResponse = [
584
+ export var ListCampaignsResponse$ = [
578
585
  3,
579
586
  n0,
580
587
  _LCRi,
@@ -582,7 +589,7 @@ export var ListCampaignsResponse = [
582
589
  [_nT, _cSL],
583
590
  [0, () => CampaignSummaryList],
584
591
  ];
585
- export var ListConnectInstanceIntegrationsRequest = [
592
+ export var ListConnectInstanceIntegrationsRequest$ = [
586
593
  3,
587
594
  n0,
588
595
  _LCIIR,
@@ -594,7 +601,7 @@ export var ListConnectInstanceIntegrationsRequest = [
594
601
  [0, { [_hQ]: _nT }],
595
602
  ],
596
603
  ];
597
- export var ListConnectInstanceIntegrationsResponse = [
604
+ export var ListConnectInstanceIntegrationsResponse$ = [
598
605
  3,
599
606
  n0,
600
607
  _LCIIRi,
@@ -602,39 +609,39 @@ export var ListConnectInstanceIntegrationsResponse = [
602
609
  [_nT, _iSL],
603
610
  [0, () => IntegrationSummaryList],
604
611
  ];
605
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [[0, 1]]];
606
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
607
- export var LocalTimeZoneConfig = [3, n0, _LTZC, 0, [_dTZ, _lTZD], [0, 64 | 0]];
608
- export var OutboundRequest = [
612
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_a], [[0, 1]]];
613
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
614
+ export var LocalTimeZoneConfig$ = [3, n0, _LTZC, 0, [_dTZ, _lTZD], [0, 64 | 0]];
615
+ export var OutboundRequest$ = [
609
616
  3,
610
617
  n0,
611
618
  _OR,
612
619
  0,
613
620
  [_cT, _eTx, _cSP],
614
- [0, 5, [() => ChannelSubtypeParameters, 0]],
615
- ];
616
- export var PauseCampaignRequest = [3, n0, _PCR, 0, [_i], [[0, 1]]];
617
- export var PredictiveConfig = [3, n0, _PC, 0, [_bA], [1]];
618
- export var PreviewConfig = [3, n0, _PCr, 0, [_bA, _tC, _aA], [1, () => TimeoutConfig, 64 | 0]];
619
- export var ProfileOutboundRequest = [3, n0, _POR, 0, [_cT, _pI, _eTx], [0, 0, 5]];
620
- export var ProgressiveConfig = [3, n0, _PCro, 0, [_bA], [1]];
621
- export var PutConnectInstanceIntegrationRequest = [
621
+ [0, 5, [() => ChannelSubtypeParameters$, 0]],
622
+ ];
623
+ export var PauseCampaignRequest$ = [3, n0, _PCR, 0, [_i], [[0, 1]]];
624
+ export var PredictiveConfig$ = [3, n0, _PC, 0, [_bA], [1]];
625
+ export var PreviewConfig$ = [3, n0, _PCr, 0, [_bA, _tC, _aA], [1, () => TimeoutConfig$, 64 | 0]];
626
+ export var ProfileOutboundRequest$ = [3, n0, _POR, 0, [_cT, _pI, _eTx], [0, 0, 5]];
627
+ export var ProgressiveConfig$ = [3, n0, _PCro, 0, [_bA], [1]];
628
+ export var PutConnectInstanceIntegrationRequest$ = [
622
629
  3,
623
630
  n0,
624
631
  _PCIIR,
625
632
  0,
626
633
  [_cII, _iC],
627
- [[0, 1], () => IntegrationConfig],
634
+ [[0, 1], () => IntegrationConfig$],
628
635
  ];
629
- export var PutInstanceCommunicationLimitsRequest = [
636
+ export var PutInstanceCommunicationLimitsRequest$ = [
630
637
  3,
631
638
  n0,
632
639
  _PICLR,
633
640
  0,
634
641
  [_cII, _cLC],
635
- [[0, 1], () => InstanceCommunicationLimitsConfig],
642
+ [[0, 1], () => InstanceCommunicationLimitsConfig$],
636
643
  ];
637
- export var PutOutboundRequestBatchRequest = [
644
+ export var PutOutboundRequestBatchRequest$ = [
638
645
  3,
639
646
  n0,
640
647
  _PORBR,
@@ -645,7 +652,7 @@ export var PutOutboundRequestBatchRequest = [
645
652
  [() => OutboundRequestList, 0],
646
653
  ],
647
654
  ];
648
- export var PutOutboundRequestBatchResponse = [
655
+ export var PutOutboundRequestBatchResponse$ = [
649
656
  3,
650
657
  n0,
651
658
  _PORBRu,
@@ -653,7 +660,7 @@ export var PutOutboundRequestBatchResponse = [
653
660
  [_sR, _fR],
654
661
  [() => SuccessfulRequestList, () => FailedRequestList],
655
662
  ];
656
- export var PutProfileOutboundRequestBatchRequest = [
663
+ export var PutProfileOutboundRequestBatchRequest$ = [
657
664
  3,
658
665
  n0,
659
666
  _PPORBR,
@@ -661,7 +668,7 @@ export var PutProfileOutboundRequestBatchRequest = [
661
668
  [_i, _pOR],
662
669
  [[0, 1], () => ProfileOutboundRequestList],
663
670
  ];
664
- export var PutProfileOutboundRequestBatchResponse = [
671
+ export var PutProfileOutboundRequestBatchResponse$ = [
665
672
  3,
666
673
  n0,
667
674
  _PPORBRu,
@@ -669,10 +676,10 @@ export var PutProfileOutboundRequestBatchResponse = [
669
676
  [_sR, _fR],
670
677
  [() => SuccessfulProfileOutboundRequestList, () => FailedProfileOutboundRequestList],
671
678
  ];
672
- export var QConnectIntegrationConfig = [3, n0, _QCIC, 0, [_kBA], [0]];
673
- export var QConnectIntegrationIdentifier = [3, n0, _QCII, 0, [_kBA], [0]];
674
- export var QConnectIntegrationSummary = [3, n0, _QCIS, 0, [_kBA], [0]];
675
- export var ResourceNotFoundException = [
679
+ export var QConnectIntegrationConfig$ = [3, n0, _QCIC, 0, [_kBA], [0]];
680
+ export var QConnectIntegrationIdentifier$ = [3, n0, _QCII, 0, [_kBA], [0]];
681
+ export var QConnectIntegrationSummary$ = [3, n0, _QCIS, 0, [_kBA], [0]];
682
+ export var ResourceNotFoundException$ = [
676
683
  -3,
677
684
  n0,
678
685
  _RNFE,
@@ -680,11 +687,11 @@ export var ResourceNotFoundException = [
680
687
  [_m, _xAET],
681
688
  [0, [0, { [_hH]: _xaE }]],
682
689
  ];
683
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
684
- export var RestrictedPeriod = [3, n0, _RP, 0, [_n, _sD, _eD], [0, 0, 0]];
685
- export var ResumeCampaignRequest = [3, n0, _RCR, 0, [_i], [[0, 1]]];
686
- export var Schedule = [3, n0, _S, 0, [_sT, _eTn, _rF], [5, 5, 0]];
687
- export var ServiceQuotaExceededException = [
690
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
691
+ export var RestrictedPeriod$ = [3, n0, _RP, 0, [_n, _sD, _eD], [0, 0, 0]];
692
+ export var ResumeCampaignRequest$ = [3, n0, _RCR, 0, [_i], [[0, 1]]];
693
+ export var Schedule$ = [3, n0, _S, 0, [_sT, _eTn, _rF], [5, 5, 0]];
694
+ export var ServiceQuotaExceededException$ = [
688
695
  -3,
689
696
  n0,
690
697
  _SQEE,
@@ -692,16 +699,16 @@ export var ServiceQuotaExceededException = [
692
699
  [_m, _xAET],
693
700
  [0, [0, { [_hH]: _xaE }]],
694
701
  ];
695
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
696
- export var SmsChannelSubtypeConfig = [
702
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
703
+ export var SmsChannelSubtypeConfig$ = [
697
704
  3,
698
705
  n0,
699
706
  _SCSC,
700
707
  0,
701
708
  [_cap, _oM, _dOC],
702
- [1, () => SmsOutboundMode, () => SmsOutboundConfig],
709
+ [1, () => SmsOutboundMode$, () => SmsOutboundConfig$],
703
710
  ];
704
- export var SmsChannelSubtypeParameters = [
711
+ export var SmsChannelSubtypeParameters$ = [
705
712
  3,
706
713
  n0,
707
714
  _SCSP,
@@ -709,54 +716,54 @@ export var SmsChannelSubtypeParameters = [
709
716
  [_dPN, _cSPNA, _tA, _tP],
710
717
  [[() => DestinationPhoneNumber, 0], 0, 0, [() => Attributes, 0]],
711
718
  ];
712
- export var SmsOutboundConfig = [3, n0, _SOC, 0, [_cSPNA, _wTA], [0, 0]];
713
- export var StartCampaignRequest = [3, n0, _SCR, 0, [_i], [[0, 1]]];
714
- export var StartInstanceOnboardingJobRequest = [
719
+ export var SmsOutboundConfig$ = [3, n0, _SOC, 0, [_cSPNA, _wTA], [0, 0]];
720
+ export var StartCampaignRequest$ = [3, n0, _SCR, 0, [_i], [[0, 1]]];
721
+ export var StartInstanceOnboardingJobRequest$ = [
715
722
  3,
716
723
  n0,
717
724
  _SIOJR,
718
725
  0,
719
726
  [_cII, _eC],
720
- [[0, 1], () => EncryptionConfig],
727
+ [[0, 1], () => EncryptionConfig$],
721
728
  ];
722
- export var StartInstanceOnboardingJobResponse = [
729
+ export var StartInstanceOnboardingJobResponse$ = [
723
730
  3,
724
731
  n0,
725
732
  _SIOJRt,
726
733
  0,
727
734
  [_cIOJS],
728
- [() => InstanceOnboardingJobStatus],
729
- ];
730
- export var StopCampaignRequest = [3, n0, _SCRt, 0, [_i], [[0, 1]]];
731
- export var SuccessfulCampaignStateResponse = [3, n0, _SCSR, 0, [_cI, _st], [0, 0]];
732
- export var SuccessfulProfileOutboundRequest = [3, n0, _SPOR, 0, [_cT, _i], [0, 0]];
733
- export var SuccessfulRequest = [3, n0, _SR, 0, [_cT, _i], [0, 0]];
734
- export var TagResourceRequest = [3, n0, _TRR, 0, [_a, _ta], [[0, 1], 128 | 0]];
735
- export var TelephonyChannelSubtypeConfig = [
735
+ [() => InstanceOnboardingJobStatus$],
736
+ ];
737
+ export var StopCampaignRequest$ = [3, n0, _SCRt, 0, [_i], [[0, 1]]];
738
+ export var SuccessfulCampaignStateResponse$ = [3, n0, _SCSR, 0, [_cI, _st], [0, 0]];
739
+ export var SuccessfulProfileOutboundRequest$ = [3, n0, _SPOR, 0, [_cT, _i], [0, 0]];
740
+ export var SuccessfulRequest$ = [3, n0, _SR, 0, [_cT, _i], [0, 0]];
741
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_a, _ta], [[0, 1], 128 | 0]];
742
+ export var TelephonyChannelSubtypeConfig$ = [
736
743
  3,
737
744
  n0,
738
745
  _TCSC,
739
746
  0,
740
747
  [_cap, _cQI, _oM, _dOC],
741
- [1, 0, () => TelephonyOutboundMode, () => TelephonyOutboundConfig],
748
+ [1, 0, () => TelephonyOutboundMode$, () => TelephonyOutboundConfig$],
742
749
  ];
743
- export var TelephonyChannelSubtypeParameters = [
750
+ export var TelephonyChannelSubtypeParameters$ = [
744
751
  3,
745
752
  n0,
746
753
  _TCSP,
747
754
  0,
748
755
  [_dPN, _at, _cSPN, _aMDC, _rT],
749
- [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, () => AnswerMachineDetectionConfig, 1],
756
+ [[() => DestinationPhoneNumber, 0], [() => Attributes, 0], 0, () => AnswerMachineDetectionConfig$, 1],
750
757
  ];
751
- export var TelephonyOutboundConfig = [
758
+ export var TelephonyOutboundConfig$ = [
752
759
  3,
753
760
  n0,
754
761
  _TOC,
755
762
  0,
756
763
  [_cCFI, _cSPN, _aMDC, _rT],
757
- [0, 0, () => AnswerMachineDetectionConfig, 1],
764
+ [0, 0, () => AnswerMachineDetectionConfig$, 1],
758
765
  ];
759
- export var ThrottlingException = [
766
+ export var ThrottlingException$ = [
760
767
  -3,
761
768
  n0,
762
769
  _TE,
@@ -764,11 +771,18 @@ export var ThrottlingException = [
764
771
  [_m, _xAET],
765
772
  [0, [0, { [_hH]: _xaE }]],
766
773
  ];
767
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
768
- export var TimeoutConfig = [3, n0, _TC, 0, [_dIS], [1]];
769
- export var TimeRange = [3, n0, _TR, 0, [_sT, _eTn], [0, 0]];
770
- export var TimeWindow = [3, n0, _TW, 0, [_oH, _rP], [() => OpenHours, () => RestrictedPeriods]];
771
- export var UntagResourceRequest = [
774
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
775
+ export var TimeoutConfig$ = [3, n0, _TC, 0, [_dIS], [1]];
776
+ export var TimeRange$ = [3, n0, _TR, 0, [_sT, _eTn], [0, 0]];
777
+ export var TimeWindow$ = [
778
+ 3,
779
+ n0,
780
+ _TW,
781
+ 0,
782
+ [_oH, _rP],
783
+ [() => OpenHours$, () => RestrictedPeriods$],
784
+ ];
785
+ export var UntagResourceRequest$ = [
772
786
  3,
773
787
  n0,
774
788
  _URR,
@@ -779,7 +793,7 @@ export var UntagResourceRequest = [
779
793
  [64 | 0, { [_hQ]: _tK }],
780
794
  ],
781
795
  ];
782
- export var UpdateCampaignChannelSubtypeConfigRequest = [
796
+ export var UpdateCampaignChannelSubtypeConfigRequest$ = [
783
797
  3,
784
798
  n0,
785
799
  _UCCSCR,
@@ -787,37 +801,37 @@ export var UpdateCampaignChannelSubtypeConfigRequest = [
787
801
  [_i, _cSC],
788
802
  [
789
803
  [0, 1],
790
- [() => ChannelSubtypeConfig, 0],
804
+ [() => ChannelSubtypeConfig$, 0],
791
805
  ],
792
806
  ];
793
- export var UpdateCampaignCommunicationLimitsRequest = [
807
+ export var UpdateCampaignCommunicationLimitsRequest$ = [
794
808
  3,
795
809
  n0,
796
810
  _UCCLR,
797
811
  0,
798
812
  [_i, _cLO],
799
- [[0, 1], () => CommunicationLimitsConfig],
813
+ [[0, 1], () => CommunicationLimitsConfig$],
800
814
  ];
801
- export var UpdateCampaignCommunicationTimeRequest = [
815
+ export var UpdateCampaignCommunicationTimeRequest$ = [
802
816
  3,
803
817
  n0,
804
818
  _UCCTR,
805
819
  0,
806
820
  [_i, _cTC],
807
- [[0, 1], () => CommunicationTimeConfig],
821
+ [[0, 1], () => CommunicationTimeConfig$],
808
822
  ];
809
- export var UpdateCampaignFlowAssociationRequest = [3, n0, _UCFAR, 0, [_i, _cCFA], [[0, 1], 0]];
810
- export var UpdateCampaignNameRequest = [3, n0, _UCNR, 0, [_i, _n], [[0, 1], 0]];
811
- export var UpdateCampaignScheduleRequest = [
823
+ export var UpdateCampaignFlowAssociationRequest$ = [3, n0, _UCFAR, 0, [_i, _cCFA], [[0, 1], 0]];
824
+ export var UpdateCampaignNameRequest$ = [3, n0, _UCNR, 0, [_i, _n], [[0, 1], 0]];
825
+ export var UpdateCampaignScheduleRequest$ = [
812
826
  3,
813
827
  n0,
814
828
  _UCSR,
815
829
  0,
816
830
  [_i, _sc],
817
- [[0, 1], () => Schedule],
831
+ [[0, 1], () => Schedule$],
818
832
  ];
819
- export var UpdateCampaignSourceRequest = [3, n0, _UCSRp, 0, [_i, _s], [[0, 1], () => Source]];
820
- export var ValidationException = [
833
+ export var UpdateCampaignSourceRequest$ = [3, n0, _UCSRp, 0, [_i, _s], [[0, 1], () => Source$]];
834
+ export var ValidationException$ = [
821
835
  -3,
822
836
  n0,
823
837
  _VE,
@@ -825,16 +839,16 @@ export var ValidationException = [
825
839
  [_m, _xAET],
826
840
  [0, [0, { [_hH]: _xaE }]],
827
841
  ];
828
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
829
- export var WhatsAppChannelSubtypeConfig = [
842
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
843
+ export var WhatsAppChannelSubtypeConfig$ = [
830
844
  3,
831
845
  n0,
832
846
  _WACSC,
833
847
  0,
834
848
  [_cap, _oM, _dOC],
835
- [1, () => WhatsAppOutboundMode, () => WhatsAppOutboundConfig],
849
+ [1, () => WhatsAppOutboundMode$, () => WhatsAppOutboundConfig$],
836
850
  ];
837
- export var WhatsAppChannelSubtypeParameters = [
851
+ export var WhatsAppChannelSubtypeParameters$ = [
838
852
  3,
839
853
  n0,
840
854
  _WACSP,
@@ -842,9 +856,9 @@ export var WhatsAppChannelSubtypeParameters = [
842
856
  [_dPN, _cSPNA, _tA, _tP],
843
857
  [[() => DestinationPhoneNumber, 0], 0, 0, [() => Attributes, 0]],
844
858
  ];
845
- export var WhatsAppOutboundConfig = [3, n0, _WAOC, 0, [_cSPNA, _wTA], [0, 0]];
846
- export var __Unit = "unit";
847
- export var ConnectCampaignsV2ServiceException = [
859
+ export var WhatsAppOutboundConfig$ = [3, n0, _WAOC, 0, [_cSPNA, _wTA], [0, 0]];
860
+ var __Unit = "unit";
861
+ export var ConnectCampaignsV2ServiceException$ = [
848
862
  -3,
849
863
  _smi,
850
864
  "ConnectCampaignsV2ServiceException",
@@ -852,370 +866,368 @@ export var ConnectCampaignsV2ServiceException = [
852
866
  [],
853
867
  [],
854
868
  ];
855
- TypeRegistry.for(_smi).registerError(ConnectCampaignsV2ServiceException, __ConnectCampaignsV2ServiceException);
856
- export var AgentActions = 64 | 0;
857
- export var CampaignIdList = 64 | 0;
858
- export var CampaignSummaryList = [1, n0, _CSL, 0, () => CampaignSummary];
859
- export var ChannelSubtypeList = 64 | 0;
860
- export var CommunicationLimitList = [1, n0, _CLL, 0, () => CommunicationLimit];
861
- export var FailedCampaignStateResponseList = [1, n0, _FCSRL, 0, () => FailedCampaignStateResponse];
862
- export var FailedProfileOutboundRequestList = [1, n0, _FPORL, 0, () => FailedProfileOutboundRequest];
863
- export var FailedRequestList = [1, n0, _FRL, 0, () => FailedRequest];
864
- export var IntegrationSummaryList = [1, n0, _ISL, 0, () => IntegrationSummary];
865
- export var LocalTimeZoneDetection = 64 | 0;
866
- export var OutboundRequestList = [1, n0, _ORL, 0, [() => OutboundRequest, 0]];
867
- export var ProfileOutboundRequestList = [1, n0, _PORL, 0, () => ProfileOutboundRequest];
868
- export var RestrictedPeriodList = [1, n0, _RPL, 0, () => RestrictedPeriod];
869
- export var SuccessfulCampaignStateResponseList = [
870
- 1,
871
- n0,
872
- _SCSRL,
873
- 0,
874
- () => SuccessfulCampaignStateResponse,
875
- ];
876
- export var SuccessfulProfileOutboundRequestList = [
869
+ TypeRegistry.for(_smi).registerError(ConnectCampaignsV2ServiceException$, ConnectCampaignsV2ServiceException);
870
+ var AgentActions = 64 | 0;
871
+ var CampaignIdList = 64 | 0;
872
+ var CampaignSummaryList = [1, n0, _CSL, 0, () => CampaignSummary$];
873
+ var ChannelSubtypeList = 64 | 0;
874
+ var CommunicationLimitList = [1, n0, _CLL, 0, () => CommunicationLimit$];
875
+ var FailedCampaignStateResponseList = [1, n0, _FCSRL, 0, () => FailedCampaignStateResponse$];
876
+ var FailedProfileOutboundRequestList = [1, n0, _FPORL, 0, () => FailedProfileOutboundRequest$];
877
+ var FailedRequestList = [1, n0, _FRL, 0, () => FailedRequest$];
878
+ var IntegrationSummaryList = [1, n0, _ISL, 0, () => IntegrationSummary$];
879
+ var LocalTimeZoneDetection = 64 | 0;
880
+ var OutboundRequestList = [1, n0, _ORL, 0, [() => OutboundRequest$, 0]];
881
+ var ProfileOutboundRequestList = [1, n0, _PORL, 0, () => ProfileOutboundRequest$];
882
+ var RestrictedPeriodList = [1, n0, _RPL, 0, () => RestrictedPeriod$];
883
+ var SuccessfulCampaignStateResponseList = [1, n0, _SCSRL, 0, () => SuccessfulCampaignStateResponse$];
884
+ var SuccessfulProfileOutboundRequestList = [
877
885
  1,
878
886
  n0,
879
887
  _SPORL,
880
888
  0,
881
- () => SuccessfulProfileOutboundRequest,
882
- ];
883
- export var SuccessfulRequestList = [1, n0, _SRL, 0, () => SuccessfulRequest];
884
- export var TagKeyList = 64 | 0;
885
- export var TimeRangeList = [1, n0, _TRL, 0, () => TimeRange];
886
- export var Attributes = [2, n0, _A, 8, 0, 0];
887
- export var DailyHours = [2, n0, _DH, 0, 0, () => TimeRangeList];
888
- export var ObjectTypeNamesMap = 128 | 0;
889
- export var TagMap = 128 | 0;
890
- export var ChannelSubtypeParameters = [
889
+ () => SuccessfulProfileOutboundRequest$,
890
+ ];
891
+ var SuccessfulRequestList = [1, n0, _SRL, 0, () => SuccessfulRequest$];
892
+ var TagKeyList = 64 | 0;
893
+ var TimeRangeList = [1, n0, _TRL, 0, () => TimeRange$];
894
+ var Attributes = [2, n0, _A, 8, 0, 0];
895
+ var DailyHours = [2, n0, _DH, 0, 0, () => TimeRangeList];
896
+ var ObjectTypeNamesMap = 128 | 0;
897
+ var TagMap = 128 | 0;
898
+ export var ChannelSubtypeParameters$ = [
891
899
  3,
892
900
  n0,
893
901
  _CSP,
894
902
  0,
895
903
  [_te, _sm, _em, _wA],
896
904
  [
897
- [() => TelephonyChannelSubtypeParameters, 0],
898
- [() => SmsChannelSubtypeParameters, 0],
899
- [() => EmailChannelSubtypeParameters, 0],
900
- [() => WhatsAppChannelSubtypeParameters, 0],
905
+ [() => TelephonyChannelSubtypeParameters$, 0],
906
+ [() => SmsChannelSubtypeParameters$, 0],
907
+ [() => EmailChannelSubtypeParameters$, 0],
908
+ [() => WhatsAppChannelSubtypeParameters$, 0],
901
909
  ],
902
910
  ];
903
- export var CommunicationLimits = [3, n0, _CLo, 0, [_cLL], [() => CommunicationLimitList]];
904
- export var EmailOutboundMode = [3, n0, _EOM, 0, [_ag], [() => AgentlessConfig]];
905
- export var IntegrationConfig = [
911
+ export var CommunicationLimits$ = [3, n0, _CLo, 0, [_cLL], [() => CommunicationLimitList]];
912
+ export var EmailOutboundMode$ = [3, n0, _EOM, 0, [_ag], [() => AgentlessConfig$]];
913
+ export var IntegrationConfig$ = [
906
914
  3,
907
915
  n0,
908
916
  _ICn,
909
917
  0,
910
918
  [_cP, _qC, _l],
911
- [() => CustomerProfilesIntegrationConfig, () => QConnectIntegrationConfig, () => LambdaIntegrationConfig],
919
+ [() => CustomerProfilesIntegrationConfig$, () => QConnectIntegrationConfig$, () => LambdaIntegrationConfig$],
912
920
  ];
913
- export var IntegrationIdentifier = [
921
+ export var IntegrationIdentifier$ = [
914
922
  3,
915
923
  n0,
916
924
  _II,
917
925
  0,
918
926
  [_cP, _qC, _l],
919
- [() => CustomerProfilesIntegrationIdentifier, () => QConnectIntegrationIdentifier, () => LambdaIntegrationIdentifier],
927
+ [
928
+ () => CustomerProfilesIntegrationIdentifier$,
929
+ () => QConnectIntegrationIdentifier$,
930
+ () => LambdaIntegrationIdentifier$,
931
+ ],
920
932
  ];
921
- export var IntegrationSummary = [
933
+ export var IntegrationSummary$ = [
922
934
  3,
923
935
  n0,
924
936
  _IS,
925
937
  0,
926
938
  [_cP, _qC, _l],
927
- [() => CustomerProfilesIntegrationSummary, () => QConnectIntegrationSummary, () => LambdaIntegrationSummary],
939
+ [() => CustomerProfilesIntegrationSummary$, () => QConnectIntegrationSummary$, () => LambdaIntegrationSummary$],
928
940
  ];
929
- export var OpenHours = [3, n0, _OH, 0, [_dH], [() => DailyHours]];
930
- export var RestrictedPeriods = [3, n0, _RPe, 0, [_rPL], [() => RestrictedPeriodList]];
931
- export var SmsOutboundMode = [3, n0, _SOM, 0, [_ag], [() => AgentlessConfig]];
932
- export var Source = [3, n0, _So, 0, [_cPSA, _eTv], [0, () => EventTrigger]];
933
- export var TelephonyOutboundMode = [
941
+ export var OpenHours$ = [3, n0, _OH, 0, [_dH], [() => DailyHours]];
942
+ export var RestrictedPeriods$ = [3, n0, _RPe, 0, [_rPL], [() => RestrictedPeriodList]];
943
+ export var SmsOutboundMode$ = [3, n0, _SOM, 0, [_ag], [() => AgentlessConfig$]];
944
+ export var Source$ = [3, n0, _So, 0, [_cPSA, _eTv], [0, () => EventTrigger$]];
945
+ export var TelephonyOutboundMode$ = [
934
946
  3,
935
947
  n0,
936
948
  _TOM,
937
949
  0,
938
950
  [_p, _pr, _ag, _pre],
939
- [() => ProgressiveConfig, () => PredictiveConfig, () => AgentlessConfig, () => PreviewConfig],
951
+ [() => ProgressiveConfig$, () => PredictiveConfig$, () => AgentlessConfig$, () => PreviewConfig$],
940
952
  ];
941
- export var WhatsAppOutboundMode = [3, n0, _WAOM, 0, [_ag], [() => AgentlessConfig]];
942
- export var CreateCampaign = [
953
+ export var WhatsAppOutboundMode$ = [3, n0, _WAOM, 0, [_ag], [() => AgentlessConfig$]];
954
+ export var CreateCampaign$ = [
943
955
  9,
944
956
  n0,
945
957
  _CC,
946
958
  { [_h]: ["PUT", "/v2/campaigns", 200] },
947
- () => CreateCampaignRequest,
948
- () => CreateCampaignResponse,
959
+ () => CreateCampaignRequest$,
960
+ () => CreateCampaignResponse$,
949
961
  ];
950
- export var DeleteCampaign = [
962
+ export var DeleteCampaign$ = [
951
963
  9,
952
964
  n0,
953
965
  _DC,
954
966
  { [_h]: ["DELETE", "/v2/campaigns/{id}", 200] },
955
- () => DeleteCampaignRequest,
967
+ () => DeleteCampaignRequest$,
956
968
  () => __Unit,
957
969
  ];
958
- export var DeleteCampaignChannelSubtypeConfig = [
970
+ export var DeleteCampaignChannelSubtypeConfig$ = [
959
971
  9,
960
972
  n0,
961
973
  _DCCSC,
962
974
  { [_h]: ["DELETE", "/v2/campaigns/{id}/channel-subtype-config", 200] },
963
- () => DeleteCampaignChannelSubtypeConfigRequest,
975
+ () => DeleteCampaignChannelSubtypeConfigRequest$,
964
976
  () => __Unit,
965
977
  ];
966
- export var DeleteCampaignCommunicationLimits = [
978
+ export var DeleteCampaignCommunicationLimits$ = [
967
979
  9,
968
980
  n0,
969
981
  _DCCL,
970
982
  { [_h]: ["DELETE", "/v2/campaigns/{id}/communication-limits", 200] },
971
- () => DeleteCampaignCommunicationLimitsRequest,
983
+ () => DeleteCampaignCommunicationLimitsRequest$,
972
984
  () => __Unit,
973
985
  ];
974
- export var DeleteCampaignCommunicationTime = [
986
+ export var DeleteCampaignCommunicationTime$ = [
975
987
  9,
976
988
  n0,
977
989
  _DCCT,
978
990
  { [_h]: ["DELETE", "/v2/campaigns/{id}/communication-time", 200] },
979
- () => DeleteCampaignCommunicationTimeRequest,
991
+ () => DeleteCampaignCommunicationTimeRequest$,
980
992
  () => __Unit,
981
993
  ];
982
- export var DeleteConnectInstanceConfig = [
994
+ export var DeleteConnectInstanceConfig$ = [
983
995
  9,
984
996
  n0,
985
997
  _DCIC,
986
998
  { [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/config", 200] },
987
- () => DeleteConnectInstanceConfigRequest,
999
+ () => DeleteConnectInstanceConfigRequest$,
988
1000
  () => __Unit,
989
1001
  ];
990
- export var DeleteConnectInstanceIntegration = [
1002
+ export var DeleteConnectInstanceIntegration$ = [
991
1003
  9,
992
1004
  n0,
993
1005
  _DCII,
994
1006
  { [_h]: ["POST", "/v2/connect-instance/{connectInstanceId}/integrations/delete", 200] },
995
- () => DeleteConnectInstanceIntegrationRequest,
1007
+ () => DeleteConnectInstanceIntegrationRequest$,
996
1008
  () => __Unit,
997
1009
  ];
998
- export var DeleteInstanceOnboardingJob = [
1010
+ export var DeleteInstanceOnboardingJob$ = [
999
1011
  9,
1000
1012
  n0,
1001
1013
  _DIOJ,
1002
1014
  { [_h]: ["DELETE", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] },
1003
- () => DeleteInstanceOnboardingJobRequest,
1015
+ () => DeleteInstanceOnboardingJobRequest$,
1004
1016
  () => __Unit,
1005
1017
  ];
1006
- export var DescribeCampaign = [
1018
+ export var DescribeCampaign$ = [
1007
1019
  9,
1008
1020
  n0,
1009
1021
  _DCe,
1010
1022
  { [_h]: ["GET", "/v2/campaigns/{id}", 200] },
1011
- () => DescribeCampaignRequest,
1012
- () => DescribeCampaignResponse,
1023
+ () => DescribeCampaignRequest$,
1024
+ () => DescribeCampaignResponse$,
1013
1025
  ];
1014
- export var GetCampaignState = [
1026
+ export var GetCampaignState$ = [
1015
1027
  9,
1016
1028
  n0,
1017
1029
  _GCS,
1018
1030
  { [_h]: ["GET", "/v2/campaigns/{id}/state", 200] },
1019
- () => GetCampaignStateRequest,
1020
- () => GetCampaignStateResponse,
1031
+ () => GetCampaignStateRequest$,
1032
+ () => GetCampaignStateResponse$,
1021
1033
  ];
1022
- export var GetCampaignStateBatch = [
1034
+ export var GetCampaignStateBatch$ = [
1023
1035
  9,
1024
1036
  n0,
1025
1037
  _GCSB,
1026
1038
  { [_h]: ["POST", "/v2/campaigns-state", 200] },
1027
- () => GetCampaignStateBatchRequest,
1028
- () => GetCampaignStateBatchResponse,
1039
+ () => GetCampaignStateBatchRequest$,
1040
+ () => GetCampaignStateBatchResponse$,
1029
1041
  ];
1030
- export var GetConnectInstanceConfig = [
1042
+ export var GetConnectInstanceConfig$ = [
1031
1043
  9,
1032
1044
  n0,
1033
1045
  _GCIC,
1034
1046
  { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/config", 200] },
1035
- () => GetConnectInstanceConfigRequest,
1036
- () => GetConnectInstanceConfigResponse,
1047
+ () => GetConnectInstanceConfigRequest$,
1048
+ () => GetConnectInstanceConfigResponse$,
1037
1049
  ];
1038
- export var GetInstanceCommunicationLimits = [
1050
+ export var GetInstanceCommunicationLimits$ = [
1039
1051
  9,
1040
1052
  n0,
1041
1053
  _GICL,
1042
1054
  { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200] },
1043
- () => GetInstanceCommunicationLimitsRequest,
1044
- () => GetInstanceCommunicationLimitsResponse,
1055
+ () => GetInstanceCommunicationLimitsRequest$,
1056
+ () => GetInstanceCommunicationLimitsResponse$,
1045
1057
  ];
1046
- export var GetInstanceOnboardingJobStatus = [
1058
+ export var GetInstanceOnboardingJobStatus$ = [
1047
1059
  9,
1048
1060
  n0,
1049
1061
  _GIOJS,
1050
1062
  { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] },
1051
- () => GetInstanceOnboardingJobStatusRequest,
1052
- () => GetInstanceOnboardingJobStatusResponse,
1063
+ () => GetInstanceOnboardingJobStatusRequest$,
1064
+ () => GetInstanceOnboardingJobStatusResponse$,
1053
1065
  ];
1054
- export var ListCampaigns = [
1066
+ export var ListCampaigns$ = [
1055
1067
  9,
1056
1068
  n0,
1057
1069
  _LC,
1058
1070
  { [_h]: ["POST", "/v2/campaigns-summary", 200] },
1059
- () => ListCampaignsRequest,
1060
- () => ListCampaignsResponse,
1071
+ () => ListCampaignsRequest$,
1072
+ () => ListCampaignsResponse$,
1061
1073
  ];
1062
- export var ListConnectInstanceIntegrations = [
1074
+ export var ListConnectInstanceIntegrations$ = [
1063
1075
  9,
1064
1076
  n0,
1065
1077
  _LCII,
1066
1078
  { [_h]: ["GET", "/v2/connect-instance/{connectInstanceId}/integrations", 200] },
1067
- () => ListConnectInstanceIntegrationsRequest,
1068
- () => ListConnectInstanceIntegrationsResponse,
1079
+ () => ListConnectInstanceIntegrationsRequest$,
1080
+ () => ListConnectInstanceIntegrationsResponse$,
1069
1081
  ];
1070
- export var ListTagsForResource = [
1082
+ export var ListTagsForResource$ = [
1071
1083
  9,
1072
1084
  n0,
1073
1085
  _LTFR,
1074
1086
  { [_h]: ["GET", "/v2/tags/{arn}", 200] },
1075
- () => ListTagsForResourceRequest,
1076
- () => ListTagsForResourceResponse,
1087
+ () => ListTagsForResourceRequest$,
1088
+ () => ListTagsForResourceResponse$,
1077
1089
  ];
1078
- export var PauseCampaign = [
1090
+ export var PauseCampaign$ = [
1079
1091
  9,
1080
1092
  n0,
1081
1093
  _PCa,
1082
1094
  { [_h]: ["POST", "/v2/campaigns/{id}/pause", 200] },
1083
- () => PauseCampaignRequest,
1095
+ () => PauseCampaignRequest$,
1084
1096
  () => __Unit,
1085
1097
  ];
1086
- export var PutConnectInstanceIntegration = [
1098
+ export var PutConnectInstanceIntegration$ = [
1087
1099
  9,
1088
1100
  n0,
1089
1101
  _PCII,
1090
1102
  { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/integrations", 200] },
1091
- () => PutConnectInstanceIntegrationRequest,
1103
+ () => PutConnectInstanceIntegrationRequest$,
1092
1104
  () => __Unit,
1093
1105
  ];
1094
- export var PutInstanceCommunicationLimits = [
1106
+ export var PutInstanceCommunicationLimits$ = [
1095
1107
  9,
1096
1108
  n0,
1097
1109
  _PICL,
1098
1110
  { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/communication-limits", 200] },
1099
- () => PutInstanceCommunicationLimitsRequest,
1111
+ () => PutInstanceCommunicationLimitsRequest$,
1100
1112
  () => __Unit,
1101
1113
  ];
1102
- export var PutOutboundRequestBatch = [
1114
+ export var PutOutboundRequestBatch$ = [
1103
1115
  9,
1104
1116
  n0,
1105
1117
  _PORB,
1106
1118
  { [_h]: ["PUT", "/v2/campaigns/{id}/outbound-requests", 200] },
1107
- () => PutOutboundRequestBatchRequest,
1108
- () => PutOutboundRequestBatchResponse,
1119
+ () => PutOutboundRequestBatchRequest$,
1120
+ () => PutOutboundRequestBatchResponse$,
1109
1121
  ];
1110
- export var PutProfileOutboundRequestBatch = [
1122
+ export var PutProfileOutboundRequestBatch$ = [
1111
1123
  9,
1112
1124
  n0,
1113
1125
  _PPORB,
1114
1126
  { [_h]: ["PUT", "/v2/campaigns/{id}/profile-outbound-requests", 200] },
1115
- () => PutProfileOutboundRequestBatchRequest,
1116
- () => PutProfileOutboundRequestBatchResponse,
1127
+ () => PutProfileOutboundRequestBatchRequest$,
1128
+ () => PutProfileOutboundRequestBatchResponse$,
1117
1129
  ];
1118
- export var ResumeCampaign = [
1130
+ export var ResumeCampaign$ = [
1119
1131
  9,
1120
1132
  n0,
1121
1133
  _RC,
1122
1134
  { [_h]: ["POST", "/v2/campaigns/{id}/resume", 200] },
1123
- () => ResumeCampaignRequest,
1135
+ () => ResumeCampaignRequest$,
1124
1136
  () => __Unit,
1125
1137
  ];
1126
- export var StartCampaign = [
1138
+ export var StartCampaign$ = [
1127
1139
  9,
1128
1140
  n0,
1129
1141
  _SC,
1130
1142
  { [_h]: ["POST", "/v2/campaigns/{id}/start", 200] },
1131
- () => StartCampaignRequest,
1143
+ () => StartCampaignRequest$,
1132
1144
  () => __Unit,
1133
1145
  ];
1134
- export var StartInstanceOnboardingJob = [
1146
+ export var StartInstanceOnboardingJob$ = [
1135
1147
  9,
1136
1148
  n0,
1137
1149
  _SIOJ,
1138
1150
  { [_h]: ["PUT", "/v2/connect-instance/{connectInstanceId}/onboarding", 200] },
1139
- () => StartInstanceOnboardingJobRequest,
1140
- () => StartInstanceOnboardingJobResponse,
1151
+ () => StartInstanceOnboardingJobRequest$,
1152
+ () => StartInstanceOnboardingJobResponse$,
1141
1153
  ];
1142
- export var StopCampaign = [
1154
+ export var StopCampaign$ = [
1143
1155
  9,
1144
1156
  n0,
1145
1157
  _SCt,
1146
1158
  { [_h]: ["POST", "/v2/campaigns/{id}/stop", 200] },
1147
- () => StopCampaignRequest,
1159
+ () => StopCampaignRequest$,
1148
1160
  () => __Unit,
1149
1161
  ];
1150
- export var TagResource = [
1162
+ export var TagResource$ = [
1151
1163
  9,
1152
1164
  n0,
1153
1165
  _TRa,
1154
1166
  { [_h]: ["POST", "/v2/tags/{arn}", 200] },
1155
- () => TagResourceRequest,
1167
+ () => TagResourceRequest$,
1156
1168
  () => __Unit,
1157
1169
  ];
1158
- export var UntagResource = [
1170
+ export var UntagResource$ = [
1159
1171
  9,
1160
1172
  n0,
1161
1173
  _UR,
1162
1174
  { [_h]: ["DELETE", "/v2/tags/{arn}", 200] },
1163
- () => UntagResourceRequest,
1175
+ () => UntagResourceRequest$,
1164
1176
  () => __Unit,
1165
1177
  ];
1166
- export var UpdateCampaignChannelSubtypeConfig = [
1178
+ export var UpdateCampaignChannelSubtypeConfig$ = [
1167
1179
  9,
1168
1180
  n0,
1169
1181
  _UCCSC,
1170
1182
  { [_h]: ["POST", "/v2/campaigns/{id}/channel-subtype-config", 200] },
1171
- () => UpdateCampaignChannelSubtypeConfigRequest,
1183
+ () => UpdateCampaignChannelSubtypeConfigRequest$,
1172
1184
  () => __Unit,
1173
1185
  ];
1174
- export var UpdateCampaignCommunicationLimits = [
1186
+ export var UpdateCampaignCommunicationLimits$ = [
1175
1187
  9,
1176
1188
  n0,
1177
1189
  _UCCL,
1178
1190
  { [_h]: ["POST", "/v2/campaigns/{id}/communication-limits", 200] },
1179
- () => UpdateCampaignCommunicationLimitsRequest,
1191
+ () => UpdateCampaignCommunicationLimitsRequest$,
1180
1192
  () => __Unit,
1181
1193
  ];
1182
- export var UpdateCampaignCommunicationTime = [
1194
+ export var UpdateCampaignCommunicationTime$ = [
1183
1195
  9,
1184
1196
  n0,
1185
1197
  _UCCT,
1186
1198
  { [_h]: ["POST", "/v2/campaigns/{id}/communication-time", 200] },
1187
- () => UpdateCampaignCommunicationTimeRequest,
1199
+ () => UpdateCampaignCommunicationTimeRequest$,
1188
1200
  () => __Unit,
1189
1201
  ];
1190
- export var UpdateCampaignFlowAssociation = [
1202
+ export var UpdateCampaignFlowAssociation$ = [
1191
1203
  9,
1192
1204
  n0,
1193
1205
  _UCFA,
1194
1206
  { [_h]: ["POST", "/v2/campaigns/{id}/flow", 200] },
1195
- () => UpdateCampaignFlowAssociationRequest,
1207
+ () => UpdateCampaignFlowAssociationRequest$,
1196
1208
  () => __Unit,
1197
1209
  ];
1198
- export var UpdateCampaignName = [
1210
+ export var UpdateCampaignName$ = [
1199
1211
  9,
1200
1212
  n0,
1201
1213
  _UCN,
1202
1214
  { [_h]: ["POST", "/v2/campaigns/{id}/name", 200] },
1203
- () => UpdateCampaignNameRequest,
1215
+ () => UpdateCampaignNameRequest$,
1204
1216
  () => __Unit,
1205
1217
  ];
1206
- export var UpdateCampaignSchedule = [
1218
+ export var UpdateCampaignSchedule$ = [
1207
1219
  9,
1208
1220
  n0,
1209
1221
  _UCS,
1210
1222
  { [_h]: ["POST", "/v2/campaigns/{id}/schedule", 200] },
1211
- () => UpdateCampaignScheduleRequest,
1223
+ () => UpdateCampaignScheduleRequest$,
1212
1224
  () => __Unit,
1213
1225
  ];
1214
- export var UpdateCampaignSource = [
1226
+ export var UpdateCampaignSource$ = [
1215
1227
  9,
1216
1228
  n0,
1217
1229
  _UCSp,
1218
1230
  { [_h]: ["POST", "/v2/campaigns/{id}/source", 200] },
1219
- () => UpdateCampaignSourceRequest,
1231
+ () => UpdateCampaignSourceRequest$,
1220
1232
  () => __Unit,
1221
1233
  ];