@aws-sdk/client-connect 3.937.0 → 3.938.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 (110) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +422 -15
  3. package/dist-es/Connect.js +16 -0
  4. package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
  5. package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
  6. package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
  7. package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
  8. package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
  9. package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
  10. package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
  11. package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
  14. package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +304 -15
  17. package/dist-types/Connect.d.ts +56 -0
  18. package/dist-types/ConnectClient.d.ts +10 -2
  19. package/dist-types/commands/CreateContactCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
  21. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
  22. package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
  23. package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
  24. package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
  25. package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
  26. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
  27. package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
  28. package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
  29. package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
  30. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
  36. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  37. package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
  38. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
  39. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
  40. package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
  41. package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
  42. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
  43. package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
  44. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
  45. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
  47. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
  52. package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
  53. package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
  55. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
  56. package/dist-types/commands/index.d.ts +8 -0
  57. package/dist-types/models/models_0.d.ts +157 -239
  58. package/dist-types/models/models_1.d.ts +501 -481
  59. package/dist-types/models/models_2.d.ts +3522 -3819
  60. package/dist-types/models/models_3.d.ts +803 -3
  61. package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +2 -0
  64. package/dist-types/schemas/schemas_0.d.ts +30 -0
  65. package/dist-types/ts3.4/Connect.d.ts +136 -0
  66. package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
  67. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
  82. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
  84. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
  85. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
  87. package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
  88. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
  90. package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
  95. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
  97. package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
  98. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  102. package/dist-types/ts3.4/models/models_0.d.ts +38 -99
  103. package/dist-types/ts3.4/models/models_1.d.ts +161 -102
  104. package/dist-types/ts3.4/models/models_2.d.ts +112 -157
  105. package/dist-types/ts3.4/models/models_3.d.ts +185 -2
  106. package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
  107. package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
  108. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  109. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  110. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -536,7 +536,7 @@ const _ACn = "AndConditions";
536
536
  const _ACnd = "AndCondition";
537
537
  const _ACt = "AttributeCondition";
538
538
  const _ACtt = "AttributeConfiguration";
539
- const _AD = "AnalysisDetails";
539
+ const _AD = "AliasDescription";
540
540
  const _ADAR = "AnalyticsDataAssociationResult";
541
541
  const _ADARn = "AnalyticsDataAssociationResults";
542
542
  const _ADE = "AccessDeniedException";
@@ -545,6 +545,7 @@ const _ADSRn = "AnalyticsDataSetsResults";
545
545
  const _ADV = "AssociateDefaultVocabulary";
546
546
  const _ADVR = "AssociateDefaultVocabularyRequest";
547
547
  const _ADVRs = "AssociateDefaultVocabularyResponse";
548
+ const _ADn = "AnalysisDetails";
548
549
  const _AE = "AuthenticationError";
549
550
  const _AEAA = "AssociateEmailAddressAlias";
550
551
  const _AEAAR = "AssociateEmailAddressAliasRequest";
@@ -588,6 +589,7 @@ const _AISCR = "AssociateInstanceStorageConfigRequest";
588
589
  const _AISCRs = "AssociateInstanceStorageConfigResponse";
589
590
  const _AIg = "AgentIds";
590
591
  const _AIl = "AllowedIps";
592
+ const _AIli = "AliasId";
591
593
  const _AIs = "AssociationId";
592
594
  const _AIt = "AttendeeId";
593
595
  const _AItt = "AttachmentId";
@@ -602,10 +604,11 @@ const _AMAQI = "AssociatedManualAssignmentQueueIds";
602
604
  const _AMC = "AllowedMonitorCapabilities";
603
605
  const _AMDC = "AnswerMachineDetectionConfig";
604
606
  const _AMDS = "AnsweringMachineDetectionStatus";
605
- const _AN = "AttachmentName";
607
+ const _AN = "AliasName";
606
608
  const _ANL = "AvailableNumbersList";
607
609
  const _ANS = "AvailableNumberSummary";
608
- const _ANt = "AttributeName";
610
+ const _ANt = "AttachmentName";
611
+ const _ANtt = "AttributeName";
609
612
  const _AOCL = "AttributeOrConditionList";
610
613
  const _AP = "ApplicationPermissions";
611
614
  const _APDIS = "AgentPauseDurationInSeconds";
@@ -732,8 +735,14 @@ const _CCAD = "CreateCaseActionDefinition";
732
735
  const _CCB = "CrossChannelBehavior";
733
736
  const _CCF = "CreateContactFlow";
734
737
  const _CCFM = "CreateContactFlowModule";
738
+ const _CCFMA = "CreateContactFlowModuleAlias";
739
+ const _CCFMAR = "CreateContactFlowModuleAliasRequest";
740
+ const _CCFMARr = "CreateContactFlowModuleAliasResponse";
735
741
  const _CCFMR = "CreateContactFlowModuleRequest";
736
742
  const _CCFMRr = "CreateContactFlowModuleResponse";
743
+ const _CCFMV = "CreateContactFlowModuleVersion";
744
+ const _CCFMVR = "CreateContactFlowModuleVersionRequest";
745
+ const _CCFMVRr = "CreateContactFlowModuleVersionResponse";
737
746
  const _CCFR = "CreateContactFlowRequest";
738
747
  const _CCFRr = "CreateContactFlowResponse";
739
748
  const _CCFV = "CreateContactFlowVersion";
@@ -767,6 +776,11 @@ const _CFA = "ContactFlowArn";
767
776
  const _CFCI = "ContinuedFromContactId";
768
777
  const _CFI = "ContactFlowId";
769
778
  const _CFM = "ContactFlowModule";
779
+ const _CFMA = "ContactFlowModuleArn";
780
+ const _CFMAI = "ContactFlowModuleAliasInfo";
781
+ const _CFMAS = "ContactFlowModuleAliasSummary";
782
+ const _CFMASL = "ContactFlowModuleAliasSummaryList";
783
+ const _CFMAo = "ContactFlowModuleAlias";
770
784
  const _CFMI = "ContactFlowModuleId";
771
785
  const _CFMS = "ContactFlowModuleSummary";
772
786
  const _CFMSC = "ContactFlowModuleSearchCriteria";
@@ -775,6 +789,9 @@ const _CFMSF = "ContactFlowModuleSearchFilter";
775
789
  const _CFMSL = "ContactFlowModulesSummaryList";
776
790
  const _CFMSSL = "ContactFlowModuleSearchSummaryList";
777
791
  const _CFMSo = "ContactFlowModuleState";
792
+ const _CFMV = "ContactFlowModuleVersion";
793
+ const _CFMVS = "ContactFlowModuleVersionSummary";
794
+ const _CFMVSL = "ContactFlowModuleVersionSummaryList";
778
795
  const _CFMo = "ContactFlowModules";
779
796
  const _CFNPE = "ContactFlowNotPublishedException";
780
797
  const _CFS = "ContactFlowSummary";
@@ -967,10 +984,19 @@ const _DCERes = "DescribeContactEvaluationResponse";
967
984
  const _DCEe = "DescribeContactEvaluation";
968
985
  const _DCF = "DeleteContactFlow";
969
986
  const _DCFM = "DeleteContactFlowModule";
987
+ const _DCFMA = "DeleteContactFlowModuleAlias";
988
+ const _DCFMAR = "DeleteContactFlowModuleAliasRequest";
989
+ const _DCFMARe = "DeleteContactFlowModuleAliasResponse";
990
+ const _DCFMARes = "DescribeContactFlowModuleAliasRequest";
991
+ const _DCFMAResc = "DescribeContactFlowModuleAliasResponse";
992
+ const _DCFMAe = "DescribeContactFlowModuleAlias";
970
993
  const _DCFMR = "DeleteContactFlowModuleRequest";
971
994
  const _DCFMRe = "DeleteContactFlowModuleResponse";
972
995
  const _DCFMRes = "DescribeContactFlowModuleRequest";
973
996
  const _DCFMResc = "DescribeContactFlowModuleResponse";
997
+ const _DCFMV = "DeleteContactFlowModuleVersion";
998
+ const _DCFMVR = "DeleteContactFlowModuleVersionRequest";
999
+ const _DCFMVRe = "DeleteContactFlowModuleVersionResponse";
974
1000
  const _DCFMe = "DescribeContactFlowModule";
975
1001
  const _DCFR = "DeleteContactFlowRequest";
976
1002
  const _DCFRe = "DeleteContactFlowResponse";
@@ -1258,6 +1284,7 @@ const _EGAIAAD = "EvaluationGenAIAnswerAnalysisDetails";
1258
1284
  const _EHOO = "EffectiveHoursOfOperations";
1259
1285
  const _EHOOL = "EffectiveHoursOfOperationList";
1260
1286
  const _EI = "EvaluationId";
1287
+ const _EIC = "ExternalInvocationConfiguration";
1261
1288
  const _EIU = "EventIngestionUrl";
1262
1289
  const _EIn = "EndpointInfo";
1263
1290
  const _EL = "ExportLocation";
@@ -1331,6 +1358,7 @@ const _FIie = "FieldId";
1331
1358
  const _FIil = "FileIds";
1332
1359
  const _FIo = "FormId";
1333
1360
  const _FK = "FilterKey";
1361
+ const _FMCS = "FlowModuleContentSha256";
1334
1362
  const _FN = "FileName";
1335
1363
  const _FNi = "FieldName";
1336
1364
  const _FNir = "FirstName";
@@ -1546,8 +1574,14 @@ const _LCER = "ListContactEvaluationsRequest";
1546
1574
  const _LCERi = "ListContactEvaluationsResponse";
1547
1575
  const _LCF = "ListContactFlows";
1548
1576
  const _LCFM = "ListContactFlowModules";
1577
+ const _LCFMA = "ListContactFlowModuleAliases";
1578
+ const _LCFMAR = "ListContactFlowModuleAliasesRequest";
1579
+ const _LCFMARi = "ListContactFlowModuleAliasesResponse";
1549
1580
  const _LCFMR = "ListContactFlowModulesRequest";
1550
1581
  const _LCFMRi = "ListContactFlowModulesResponse";
1582
+ const _LCFMV = "ListContactFlowModuleVersions";
1583
+ const _LCFMVR = "ListContactFlowModuleVersionsRequest";
1584
+ const _LCFMVRi = "ListContactFlowModuleVersionsResponse";
1551
1585
  const _LCFR = "ListContactFlowsRequest";
1552
1586
  const _LCFRi = "ListContactFlowsResponse";
1553
1587
  const _LCFV = "ListContactFlowVersions";
@@ -2315,8 +2349,9 @@ const _SWRTCCR = "StartWebRTCContactRequest";
2315
2349
  const _SWRTCCRt = "StartWebRTCContactResponse";
2316
2350
  const _Sc = "Scores";
2317
2351
  const _Sco = "Score";
2318
- const _Se = "Segments";
2352
+ const _Se = "Settings";
2319
2353
  const _Sec = "Section";
2354
+ const _Seg = "Segments";
2320
2355
  const _Sen = "Sentiment";
2321
2356
  const _So = "Source";
2322
2357
  const _Sor = "Sort";
@@ -2438,6 +2473,9 @@ const _UCFC = "UpdateContactFlowContent";
2438
2473
  const _UCFCR = "UpdateContactFlowContentRequest";
2439
2474
  const _UCFCRp = "UpdateContactFlowContentResponse";
2440
2475
  const _UCFM = "UpdateContactFlowMetadata";
2476
+ const _UCFMA = "UpdateContactFlowModuleAlias";
2477
+ const _UCFMAR = "UpdateContactFlowModuleAliasRequest";
2478
+ const _UCFMARp = "UpdateContactFlowModuleAliasResponse";
2441
2479
  const _UCFMC = "UpdateContactFlowModuleContent";
2442
2480
  const _UCFMCR = "UpdateContactFlowModuleContentRequest";
2443
2481
  const _UCFMCRp = "UpdateContactFlowModuleContentResponse";
@@ -3360,8 +3398,24 @@ var ContactFlowModule = [
3360
3398
  n0,
3361
3399
  _CFM,
3362
3400
  0,
3363
- [_A, _I, _N, _Co, _D, _S, _St, _Ta],
3364
- [0, 0, 0, 0, 0, 0, 0, 128 | 0],
3401
+ [_A, _I, _N, _Co, _D, _S, _St, _Ta, _FMCS, _Ve, _VD, _Se, _EIC],
3402
+ [0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 1, 0, 0, () => ExternalInvocationConfiguration],
3403
+ ];
3404
+ var ContactFlowModuleAliasInfo = [
3405
+ 3,
3406
+ n0,
3407
+ _CFMAI,
3408
+ 0,
3409
+ [_CFMI, _CFMA, _AIli, _Ve, _N, _D, _LMR, _LMT],
3410
+ [0, 0, 0, 1, 0, 0, 0, 4],
3411
+ ];
3412
+ var ContactFlowModuleAliasSummary = [
3413
+ 3,
3414
+ n0,
3415
+ _CFMAS,
3416
+ 0,
3417
+ [_A, _AIli, _Ve, _AN, _AD, _LMT],
3418
+ [0, 0, 1, 0, 0, 4],
3365
3419
  ];
3366
3420
  var ContactFlowModuleSearchCriteria = [
3367
3421
  3,
@@ -3380,6 +3434,7 @@ var ContactFlowModuleSearchFilter = [
3380
3434
  [() => ControlPlaneTagFilter],
3381
3435
  ];
3382
3436
  var ContactFlowModuleSummary = [3, n0, _CFMS, 0, [_I, _A, _N, _S], [0, 0, 0, 0]];
3437
+ var ContactFlowModuleVersionSummary = [3, n0, _CFMVS, 0, [_A, _VD, _Ve], [0, 0, 1]];
3383
3438
  var ContactFlowNotPublishedException = [
3384
3439
  -3,
3385
3440
  n0,
@@ -3492,15 +3547,33 @@ var CreateAgentStatusRequest = [
3492
3547
  ];
3493
3548
  var CreateAgentStatusResponse = [3, n0, _CASRr, 0, [_ASARN, _ASI], [0, 0]];
3494
3549
  var CreateCaseActionDefinition = [3, n0, _CCAD, 0, [_Fi, _TI], [() => FieldValues, 0]];
3550
+ var CreateContactFlowModuleAliasRequest = [
3551
+ 3,
3552
+ n0,
3553
+ _CCFMAR,
3554
+ 0,
3555
+ [_II, _D, _CFMI, _CFMV, _AN],
3556
+ [[0, 1], 0, [0, 1], 1, 0],
3557
+ ];
3558
+ var CreateContactFlowModuleAliasResponse = [3, n0, _CCFMARr, 0, [_CFMA, _I], [0, 0]];
3495
3559
  var CreateContactFlowModuleRequest = [
3496
3560
  3,
3497
3561
  n0,
3498
3562
  _CCFMR,
3499
3563
  0,
3500
- [_II, _N, _D, _Co, _Ta, _CT],
3501
- [[0, 1], 0, 0, 0, 128 | 0, [0, 4]],
3564
+ [_II, _N, _D, _Co, _Ta, _CT, _Se, _EIC],
3565
+ [[0, 1], 0, 0, 0, 128 | 0, [0, 4], 0, () => ExternalInvocationConfiguration],
3502
3566
  ];
3503
3567
  var CreateContactFlowModuleResponse = [3, n0, _CCFMRr, 0, [_I, _A], [0, 0]];
3568
+ var CreateContactFlowModuleVersionRequest = [
3569
+ 3,
3570
+ n0,
3571
+ _CCFMVR,
3572
+ 0,
3573
+ [_II, _D, _CFMI, _FMCS],
3574
+ [[0, 1], 0, [0, 1], 0],
3575
+ ];
3576
+ var CreateContactFlowModuleVersionResponse = [3, n0, _CCFMVRr, 0, [_CFMA, _Ve], [0, 1]];
3504
3577
  var CreateContactFlowRequest = [
3505
3578
  3,
3506
3579
  n0,
@@ -3857,6 +3930,19 @@ var DeleteContactEvaluationRequest = [
3857
3930
  [0, 1],
3858
3931
  ],
3859
3932
  ];
3933
+ var DeleteContactFlowModuleAliasRequest = [
3934
+ 3,
3935
+ n0,
3936
+ _DCFMAR,
3937
+ 0,
3938
+ [_II, _CFMI, _AIli],
3939
+ [
3940
+ [0, 1],
3941
+ [0, 1],
3942
+ [0, 1],
3943
+ ],
3944
+ ];
3945
+ var DeleteContactFlowModuleAliasResponse = [3, n0, _DCFMARe, 0, [], []];
3860
3946
  var DeleteContactFlowModuleRequest = [
3861
3947
  3,
3862
3948
  n0,
@@ -3869,6 +3955,19 @@ var DeleteContactFlowModuleRequest = [
3869
3955
  ],
3870
3956
  ];
3871
3957
  var DeleteContactFlowModuleResponse = [3, n0, _DCFMRe, 0, [], []];
3958
+ var DeleteContactFlowModuleVersionRequest = [
3959
+ 3,
3960
+ n0,
3961
+ _DCFMVR,
3962
+ 0,
3963
+ [_II, _CFMI, _CFMV],
3964
+ [
3965
+ [0, 1],
3966
+ [0, 1],
3967
+ [1, 1],
3968
+ ],
3969
+ ];
3970
+ var DeleteContactFlowModuleVersionResponse = [3, n0, _DCFMVRe, 0, [], []];
3872
3971
  var DeleteContactFlowRequest = [
3873
3972
  3,
3874
3973
  n0,
@@ -4204,6 +4303,26 @@ var DescribeContactEvaluationResponse = [
4204
4303
  [_Ev, _EFv],
4205
4304
  [() => Evaluation, () => EvaluationFormContent],
4206
4305
  ];
4306
+ var DescribeContactFlowModuleAliasRequest = [
4307
+ 3,
4308
+ n0,
4309
+ _DCFMARes,
4310
+ 0,
4311
+ [_II, _CFMI, _AIli],
4312
+ [
4313
+ [0, 1],
4314
+ [0, 1],
4315
+ [0, 1],
4316
+ ],
4317
+ ];
4318
+ var DescribeContactFlowModuleAliasResponse = [
4319
+ 3,
4320
+ n0,
4321
+ _DCFMAResc,
4322
+ 0,
4323
+ [_CFMAo],
4324
+ [() => ContactFlowModuleAliasInfo],
4325
+ ];
4207
4326
  var DescribeContactFlowModuleRequest = [
4208
4327
  3,
4209
4328
  n0,
@@ -5163,7 +5282,7 @@ var EvaluationSuggestedAnswer = [
5163
5282
  n0,
5164
5283
  _ESA,
5165
5284
  0,
5166
- [_V, _St, _Inp, _ATn, _AD],
5285
+ [_V, _St, _Inp, _ATn, _ADn],
5167
5286
  [
5168
5287
  () => EvaluationAnswerData,
5169
5288
  0,
@@ -5206,6 +5325,7 @@ var Expression = [
5206
5325
  [_ACt, _AEn, _OE, _NAC],
5207
5326
  [() => AttributeCondition, () => Expressions, () => Expressions, () => AttributeCondition],
5208
5327
  ];
5328
+ var ExternalInvocationConfiguration = [3, n0, _EIC, 0, [_En], [2]];
5209
5329
  var FailedRequest = [3, n0, _FR, 0, [_RIeq, _FRC, _FRM], [0, 0, 0]];
5210
5330
  var FieldValue = [3, n0, _FV, 0, [_I, _V], [0, () => FieldValueUnion]];
5211
5331
  var FieldValueUnion = [
@@ -6034,6 +6154,37 @@ var ListContactEvaluationsResponse = [
6034
6154
  [_ESL, _NT],
6035
6155
  [() => EvaluationSummaryList, 0],
6036
6156
  ];
6157
+ var ListContactFlowModuleAliasesRequest = [
6158
+ 3,
6159
+ n0,
6160
+ _LCFMAR,
6161
+ 0,
6162
+ [_II, _CFMI, _NT, _MRa],
6163
+ [
6164
+ [0, 1],
6165
+ [0, 1],
6166
+ [
6167
+ 0,
6168
+ {
6169
+ [_hQ]: _nT,
6170
+ },
6171
+ ],
6172
+ [
6173
+ 1,
6174
+ {
6175
+ [_hQ]: _mR,
6176
+ },
6177
+ ],
6178
+ ],
6179
+ ];
6180
+ var ListContactFlowModuleAliasesResponse = [
6181
+ 3,
6182
+ n0,
6183
+ _LCFMARi,
6184
+ 0,
6185
+ [_CFMASL, _NT],
6186
+ [() => ContactFlowModuleAliasSummaryList, 0],
6187
+ ];
6037
6188
  var ListContactFlowModulesRequest = [
6038
6189
  3,
6039
6190
  n0,
@@ -6070,6 +6221,37 @@ var ListContactFlowModulesResponse = [
6070
6221
  [_CFMSL, _NT],
6071
6222
  [() => ContactFlowModulesSummaryList, 0],
6072
6223
  ];
6224
+ var ListContactFlowModuleVersionsRequest = [
6225
+ 3,
6226
+ n0,
6227
+ _LCFMVR,
6228
+ 0,
6229
+ [_II, _CFMI, _NT, _MRa],
6230
+ [
6231
+ [0, 1],
6232
+ [0, 1],
6233
+ [
6234
+ 0,
6235
+ {
6236
+ [_hQ]: _nT,
6237
+ },
6238
+ ],
6239
+ [
6240
+ 1,
6241
+ {
6242
+ [_hQ]: _mR,
6243
+ },
6244
+ ],
6245
+ ],
6246
+ ];
6247
+ var ListContactFlowModuleVersionsResponse = [
6248
+ 3,
6249
+ n0,
6250
+ _LCFMVRi,
6251
+ 0,
6252
+ [_CFMVSL, _NT],
6253
+ [() => ContactFlowModuleVersionSummaryList, 0],
6254
+ ];
6073
6255
  var ListContactFlowsRequest = [
6074
6256
  3,
6075
6257
  n0,
@@ -6753,7 +6935,7 @@ var ListRealtimeContactAnalysisSegmentsV2Response = [
6753
6935
  n0,
6754
6936
  _LRCASVRi,
6755
6937
  0,
6756
- [_C, _St, _Se, _NT],
6938
+ [_C, _St, _Seg, _NT],
6757
6939
  [0, 0, () => RealtimeContactAnalysisSegments, 0],
6758
6940
  ];
6759
6941
  var ListRoutingProfileManualAssignmentQueuesRequest = [
@@ -7580,7 +7762,7 @@ var RealTimeContactAnalysisAttachment = [
7580
7762
  n0,
7581
7763
  _RTCAA,
7582
7764
  0,
7583
- [_AN, _CTon, _AItt, _St],
7765
+ [_ANt, _CTon, _AItt, _St],
7584
7766
  [0, 0, 0, 0],
7585
7767
  ];
7586
7768
  var RealTimeContactAnalysisCategoryDetails = [
@@ -8871,13 +9053,22 @@ var UpdateContactFlowMetadataRequest = [
8871
9053
  [[0, 1], [0, 1], 0, 0, 0],
8872
9054
  ];
8873
9055
  var UpdateContactFlowMetadataResponse = [3, n0, _UCFMRp, 0, [], []];
9056
+ var UpdateContactFlowModuleAliasRequest = [
9057
+ 3,
9058
+ n0,
9059
+ _UCFMAR,
9060
+ 0,
9061
+ [_II, _CFMI, _AIli, _N, _D, _CFMV],
9062
+ [[0, 1], [0, 1], [0, 1], 0, 0, 1],
9063
+ ];
9064
+ var UpdateContactFlowModuleAliasResponse = [3, n0, _UCFMARp, 0, [], []];
8874
9065
  var UpdateContactFlowModuleContentRequest = [
8875
9066
  3,
8876
9067
  n0,
8877
9068
  _UCFMCR,
8878
9069
  0,
8879
- [_II, _CFMI, _Co],
8880
- [[0, 1], [0, 1], 0],
9070
+ [_II, _CFMI, _Co, _Se],
9071
+ [[0, 1], [0, 1], 0, 0],
8881
9072
  ];
8882
9073
  var UpdateContactFlowModuleContentResponse = [3, n0, _UCFMCRp, 0, [], []];
8883
9074
  var UpdateContactFlowModuleMetadataRequest = [
@@ -9363,8 +9554,8 @@ var UserPhoneConfig = [
9363
9554
  [_PTh, _AAu, _ACWTL, _DPNe, _PCer],
9364
9555
  [0, 2, 1, 0, 2],
9365
9556
  ];
9366
- var UserProficiency = [3, n0, _UPs, 0, [_ANt, _AVt, _Level__], [0, 0, 1]];
9367
- var UserProficiencyDisassociate = [3, n0, _UPD, 0, [_ANt, _AVt], [0, 0]];
9557
+ var UserProficiency = [3, n0, _UPs, 0, [_ANtt, _AVt, _Level__], [0, 0, 1]];
9558
+ var UserProficiencyDisassociate = [3, n0, _UPD, 0, [_ANtt, _AVt], [0, 0]];
9368
9559
  var UserQuickConnectConfig = [3, n0, _UQCC, 0, [_UI, _CFI], [0, 0]];
9369
9560
  var UserReference = [3, n0, _URs, 0, [_I, _A], [0, 0]];
9370
9561
  var UserSearchCriteria = [
@@ -9471,6 +9662,13 @@ var AvailableNumbersList = [1, n0, _ANL, 0, () => AvailableNumberSummary];
9471
9662
  var CommonAttributeOrConditionList = [1, n0, _CAOCL, 0, () => CommonAttributeAndCondition];
9472
9663
  var Conditions = [1, n0, _Cond, 0, () => Condition];
9473
9664
  var ContactDataRequestList = [1, n0, _CDRL, 0, () => ContactDataRequest];
9665
+ var ContactFlowModuleAliasSummaryList = [
9666
+ 1,
9667
+ n0,
9668
+ _CFMASL,
9669
+ 0,
9670
+ () => ContactFlowModuleAliasSummary,
9671
+ ];
9474
9672
  var ContactFlowModuleSearchConditionList = [
9475
9673
  1,
9476
9674
  n0,
@@ -9480,6 +9678,13 @@ var ContactFlowModuleSearchConditionList = [
9480
9678
  ];
9481
9679
  var ContactFlowModuleSearchSummaryList = [1, n0, _CFMSSL, 0, () => ContactFlowModule];
9482
9680
  var ContactFlowModulesSummaryList = [1, n0, _CFMSL, 0, () => ContactFlowModuleSummary];
9681
+ var ContactFlowModuleVersionSummaryList = [
9682
+ 1,
9683
+ n0,
9684
+ _CFMVSL,
9685
+ 0,
9686
+ () => ContactFlowModuleVersionSummary,
9687
+ ];
9483
9688
  var ContactFlowSearchConditionList = [1, n0, _CFSCL, 0, () => ContactFlowSearchCriteria];
9484
9689
  var ContactFlowSearchSummaryList = [1, n0, _CFSSL, 0, () => ContactFlow];
9485
9690
  var ContactFlowSummaryList = [1, n0, _CFSL, 0, () => ContactFlowSummary];
@@ -10220,6 +10425,26 @@ var CreateContactFlowModule = [
10220
10425
  () => CreateContactFlowModuleRequest,
10221
10426
  () => CreateContactFlowModuleResponse,
10222
10427
  ];
10428
+ var CreateContactFlowModuleAlias = [
10429
+ 9,
10430
+ n0,
10431
+ _CCFMA,
10432
+ {
10433
+ [_h]: ["PUT", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias", 200],
10434
+ },
10435
+ () => CreateContactFlowModuleAliasRequest,
10436
+ () => CreateContactFlowModuleAliasResponse,
10437
+ ];
10438
+ var CreateContactFlowModuleVersion = [
10439
+ 9,
10440
+ n0,
10441
+ _CCFMV,
10442
+ {
10443
+ [_h]: ["PUT", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version", 200],
10444
+ },
10445
+ () => CreateContactFlowModuleVersionRequest,
10446
+ () => CreateContactFlowModuleVersionResponse,
10447
+ ];
10223
10448
  var CreateContactFlowVersion = [
10224
10449
  9,
10225
10450
  n0,
@@ -10520,6 +10745,30 @@ var DeleteContactFlowModule = [
10520
10745
  () => DeleteContactFlowModuleRequest,
10521
10746
  () => DeleteContactFlowModuleResponse,
10522
10747
  ];
10748
+ var DeleteContactFlowModuleAlias = [
10749
+ 9,
10750
+ n0,
10751
+ _DCFMA,
10752
+ {
10753
+ [_h]: ["DELETE", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
10754
+ },
10755
+ () => DeleteContactFlowModuleAliasRequest,
10756
+ () => DeleteContactFlowModuleAliasResponse,
10757
+ ];
10758
+ var DeleteContactFlowModuleVersion = [
10759
+ 9,
10760
+ n0,
10761
+ _DCFMV,
10762
+ {
10763
+ [_h]: [
10764
+ "DELETE",
10765
+ "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version/{ContactFlowModuleVersion}",
10766
+ 200,
10767
+ ],
10768
+ },
10769
+ () => DeleteContactFlowModuleVersionRequest,
10770
+ () => DeleteContactFlowModuleVersionResponse,
10771
+ ];
10523
10772
  var DeleteContactFlowVersion = [
10524
10773
  9,
10525
10774
  n0,
@@ -10818,6 +11067,16 @@ var DescribeContactFlowModule = [
10818
11067
  () => DescribeContactFlowModuleRequest,
10819
11068
  () => DescribeContactFlowModuleResponse,
10820
11069
  ];
11070
+ var DescribeContactFlowModuleAlias = [
11071
+ 9,
11072
+ n0,
11073
+ _DCFMAe,
11074
+ {
11075
+ [_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
11076
+ },
11077
+ () => DescribeContactFlowModuleAliasRequest,
11078
+ () => DescribeContactFlowModuleAliasResponse,
11079
+ ];
10821
11080
  var DescribeEmailAddress = [
10822
11081
  9,
10823
11082
  n0,
@@ -11398,6 +11657,16 @@ var ListContactEvaluations = [
11398
11657
  () => ListContactEvaluationsRequest,
11399
11658
  () => ListContactEvaluationsResponse,
11400
11659
  ];
11660
+ var ListContactFlowModuleAliases = [
11661
+ 9,
11662
+ n0,
11663
+ _LCFMA,
11664
+ {
11665
+ [_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/aliases", 200],
11666
+ },
11667
+ () => ListContactFlowModuleAliasesRequest,
11668
+ () => ListContactFlowModuleAliasesResponse,
11669
+ ];
11401
11670
  var ListContactFlowModules = [
11402
11671
  9,
11403
11672
  n0,
@@ -11408,6 +11677,16 @@ var ListContactFlowModules = [
11408
11677
  () => ListContactFlowModulesRequest,
11409
11678
  () => ListContactFlowModulesResponse,
11410
11679
  ];
11680
+ var ListContactFlowModuleVersions = [
11681
+ 9,
11682
+ n0,
11683
+ _LCFMV,
11684
+ {
11685
+ [_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/versions", 200],
11686
+ },
11687
+ () => ListContactFlowModuleVersionsRequest,
11688
+ () => ListContactFlowModuleVersionsResponse,
11689
+ ];
11411
11690
  var ListContactFlows = [
11412
11691
  9,
11413
11692
  n0,
@@ -12398,6 +12677,16 @@ var UpdateContactFlowMetadata = [
12398
12677
  () => UpdateContactFlowMetadataRequest,
12399
12678
  () => UpdateContactFlowMetadataResponse,
12400
12679
  ];
12680
+ var UpdateContactFlowModuleAlias = [
12681
+ 9,
12682
+ n0,
12683
+ _UCFMA,
12684
+ {
12685
+ [_h]: ["POST", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
12686
+ },
12687
+ () => UpdateContactFlowModuleAliasRequest,
12688
+ () => UpdateContactFlowModuleAliasResponse,
12689
+ ];
12401
12690
  var UpdateContactFlowModuleContent = [
12402
12691
  9,
12403
12692
  n0,
@@ -13167,6 +13456,18 @@ class CreateContactFlowCommand extends smithyClient.Command
13167
13456
  .build() {
13168
13457
  }
13169
13458
 
13459
+ class CreateContactFlowModuleAliasCommand extends smithyClient.Command
13460
+ .classBuilder()
13461
+ .ep(commonParams)
13462
+ .m(function (Command, cs, config, o) {
13463
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13464
+ })
13465
+ .s("AmazonConnectService", "CreateContactFlowModuleAlias", {})
13466
+ .n("ConnectClient", "CreateContactFlowModuleAliasCommand")
13467
+ .sc(CreateContactFlowModuleAlias)
13468
+ .build() {
13469
+ }
13470
+
13170
13471
  class CreateContactFlowModuleCommand extends smithyClient.Command
13171
13472
  .classBuilder()
13172
13473
  .ep(commonParams)
@@ -13179,6 +13480,18 @@ class CreateContactFlowModuleCommand extends smithyClient.Command
13179
13480
  .build() {
13180
13481
  }
13181
13482
 
13483
+ class CreateContactFlowModuleVersionCommand extends smithyClient.Command
13484
+ .classBuilder()
13485
+ .ep(commonParams)
13486
+ .m(function (Command, cs, config, o) {
13487
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13488
+ })
13489
+ .s("AmazonConnectService", "CreateContactFlowModuleVersion", {})
13490
+ .n("ConnectClient", "CreateContactFlowModuleVersionCommand")
13491
+ .sc(CreateContactFlowModuleVersion)
13492
+ .build() {
13493
+ }
13494
+
13182
13495
  class CreateContactFlowVersionCommand extends smithyClient.Command
13183
13496
  .classBuilder()
13184
13497
  .ep(commonParams)
@@ -13527,6 +13840,18 @@ class DeleteContactFlowCommand extends smithyClient.Command
13527
13840
  .build() {
13528
13841
  }
13529
13842
 
13843
+ class DeleteContactFlowModuleAliasCommand extends smithyClient.Command
13844
+ .classBuilder()
13845
+ .ep(commonParams)
13846
+ .m(function (Command, cs, config, o) {
13847
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13848
+ })
13849
+ .s("AmazonConnectService", "DeleteContactFlowModuleAlias", {})
13850
+ .n("ConnectClient", "DeleteContactFlowModuleAliasCommand")
13851
+ .sc(DeleteContactFlowModuleAlias)
13852
+ .build() {
13853
+ }
13854
+
13530
13855
  class DeleteContactFlowModuleCommand extends smithyClient.Command
13531
13856
  .classBuilder()
13532
13857
  .ep(commonParams)
@@ -13539,6 +13864,18 @@ class DeleteContactFlowModuleCommand extends smithyClient.Command
13539
13864
  .build() {
13540
13865
  }
13541
13866
 
13867
+ class DeleteContactFlowModuleVersionCommand extends smithyClient.Command
13868
+ .classBuilder()
13869
+ .ep(commonParams)
13870
+ .m(function (Command, cs, config, o) {
13871
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13872
+ })
13873
+ .s("AmazonConnectService", "DeleteContactFlowModuleVersion", {})
13874
+ .n("ConnectClient", "DeleteContactFlowModuleVersionCommand")
13875
+ .sc(DeleteContactFlowModuleVersion)
13876
+ .build() {
13877
+ }
13878
+
13542
13879
  class DeleteContactFlowVersionCommand extends smithyClient.Command
13543
13880
  .classBuilder()
13544
13881
  .ep(commonParams)
@@ -13875,6 +14212,18 @@ class DescribeContactFlowCommand extends smithyClient.Command
13875
14212
  .build() {
13876
14213
  }
13877
14214
 
14215
+ class DescribeContactFlowModuleAliasCommand extends smithyClient.Command
14216
+ .classBuilder()
14217
+ .ep(commonParams)
14218
+ .m(function (Command, cs, config, o) {
14219
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14220
+ })
14221
+ .s("AmazonConnectService", "DescribeContactFlowModuleAlias", {})
14222
+ .n("ConnectClient", "DescribeContactFlowModuleAliasCommand")
14223
+ .sc(DescribeContactFlowModuleAlias)
14224
+ .build() {
14225
+ }
14226
+
13878
14227
  class DescribeContactFlowModuleCommand extends smithyClient.Command
13879
14228
  .classBuilder()
13880
14229
  .ep(commonParams)
@@ -14583,6 +14932,18 @@ class ListContactEvaluationsCommand extends smithyClient.Command
14583
14932
  .build() {
14584
14933
  }
14585
14934
 
14935
+ class ListContactFlowModuleAliasesCommand extends smithyClient.Command
14936
+ .classBuilder()
14937
+ .ep(commonParams)
14938
+ .m(function (Command, cs, config, o) {
14939
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14940
+ })
14941
+ .s("AmazonConnectService", "ListContactFlowModuleAliases", {})
14942
+ .n("ConnectClient", "ListContactFlowModuleAliasesCommand")
14943
+ .sc(ListContactFlowModuleAliases)
14944
+ .build() {
14945
+ }
14946
+
14586
14947
  class ListContactFlowModulesCommand extends smithyClient.Command
14587
14948
  .classBuilder()
14588
14949
  .ep(commonParams)
@@ -14595,6 +14956,18 @@ class ListContactFlowModulesCommand extends smithyClient.Command
14595
14956
  .build() {
14596
14957
  }
14597
14958
 
14959
+ class ListContactFlowModuleVersionsCommand extends smithyClient.Command
14960
+ .classBuilder()
14961
+ .ep(commonParams)
14962
+ .m(function (Command, cs, config, o) {
14963
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14964
+ })
14965
+ .s("AmazonConnectService", "ListContactFlowModuleVersions", {})
14966
+ .n("ConnectClient", "ListContactFlowModuleVersionsCommand")
14967
+ .sc(ListContactFlowModuleVersions)
14968
+ .build() {
14969
+ }
14970
+
14598
14971
  class ListContactFlowsCommand extends smithyClient.Command
14599
14972
  .classBuilder()
14600
14973
  .ep(commonParams)
@@ -15783,6 +16156,18 @@ class UpdateContactFlowMetadataCommand extends smithyClient.Command
15783
16156
  .build() {
15784
16157
  }
15785
16158
 
16159
+ class UpdateContactFlowModuleAliasCommand extends smithyClient.Command
16160
+ .classBuilder()
16161
+ .ep(commonParams)
16162
+ .m(function (Command, cs, config, o) {
16163
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16164
+ })
16165
+ .s("AmazonConnectService", "UpdateContactFlowModuleAlias", {})
16166
+ .n("ConnectClient", "UpdateContactFlowModuleAliasCommand")
16167
+ .sc(UpdateContactFlowModuleAlias)
16168
+ .build() {
16169
+ }
16170
+
15786
16171
  class UpdateContactFlowModuleContentCommand extends smithyClient.Command
15787
16172
  .classBuilder()
15788
16173
  .ep(commonParams)
@@ -16340,6 +16725,8 @@ const commands = {
16340
16725
  CreateContactCommand,
16341
16726
  CreateContactFlowCommand,
16342
16727
  CreateContactFlowModuleCommand,
16728
+ CreateContactFlowModuleAliasCommand,
16729
+ CreateContactFlowModuleVersionCommand,
16343
16730
  CreateContactFlowVersionCommand,
16344
16731
  CreateEmailAddressCommand,
16345
16732
  CreateEvaluationFormCommand,
@@ -16370,6 +16757,8 @@ const commands = {
16370
16757
  DeleteContactEvaluationCommand,
16371
16758
  DeleteContactFlowCommand,
16372
16759
  DeleteContactFlowModuleCommand,
16760
+ DeleteContactFlowModuleAliasCommand,
16761
+ DeleteContactFlowModuleVersionCommand,
16373
16762
  DeleteContactFlowVersionCommand,
16374
16763
  DeleteEmailAddressCommand,
16375
16764
  DeleteEvaluationFormCommand,
@@ -16399,6 +16788,7 @@ const commands = {
16399
16788
  DescribeContactEvaluationCommand,
16400
16789
  DescribeContactFlowCommand,
16401
16790
  DescribeContactFlowModuleCommand,
16791
+ DescribeContactFlowModuleAliasCommand,
16402
16792
  DescribeEmailAddressCommand,
16403
16793
  DescribeEvaluationFormCommand,
16404
16794
  DescribeHoursOfOperationCommand,
@@ -16457,7 +16847,9 @@ const commands = {
16457
16847
  ListAuthenticationProfilesCommand,
16458
16848
  ListBotsCommand,
16459
16849
  ListContactEvaluationsCommand,
16850
+ ListContactFlowModuleAliasesCommand,
16460
16851
  ListContactFlowModulesCommand,
16852
+ ListContactFlowModuleVersionsCommand,
16461
16853
  ListContactFlowsCommand,
16462
16854
  ListContactFlowVersionsCommand,
16463
16855
  ListContactReferencesCommand,
@@ -16557,6 +16949,7 @@ const commands = {
16557
16949
  UpdateContactEvaluationCommand,
16558
16950
  UpdateContactFlowContentCommand,
16559
16951
  UpdateContactFlowMetadataCommand,
16952
+ UpdateContactFlowModuleAliasCommand,
16560
16953
  UpdateContactFlowModuleContentCommand,
16561
16954
  UpdateContactFlowModuleMetadataCommand,
16562
16955
  UpdateContactFlowNameCommand,
@@ -16624,6 +17017,10 @@ const paginateListBots = core.createPaginator(ConnectClient, ListBotsCommand, "N
16624
17017
 
16625
17018
  const paginateListContactEvaluations = core.createPaginator(ConnectClient, ListContactEvaluationsCommand, "NextToken", "NextToken", "");
16626
17019
 
17020
+ const paginateListContactFlowModuleAliases = core.createPaginator(ConnectClient, ListContactFlowModuleAliasesCommand, "NextToken", "NextToken", "MaxResults");
17021
+
17022
+ const paginateListContactFlowModuleVersions = core.createPaginator(ConnectClient, ListContactFlowModuleVersionsCommand, "NextToken", "NextToken", "MaxResults");
17023
+
16627
17024
  const paginateListContactFlowModules = core.createPaginator(ConnectClient, ListContactFlowModulesCommand, "NextToken", "NextToken", "MaxResults");
16628
17025
 
16629
17026
  const paginateListContactFlowVersions = core.createPaginator(ConnectClient, ListContactFlowVersionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -17886,7 +18283,9 @@ exports.ContactState = ContactState;
17886
18283
  exports.CreateAgentStatusCommand = CreateAgentStatusCommand;
17887
18284
  exports.CreateContactCommand = CreateContactCommand;
17888
18285
  exports.CreateContactFlowCommand = CreateContactFlowCommand;
18286
+ exports.CreateContactFlowModuleAliasCommand = CreateContactFlowModuleAliasCommand;
17889
18287
  exports.CreateContactFlowModuleCommand = CreateContactFlowModuleCommand;
18288
+ exports.CreateContactFlowModuleVersionCommand = CreateContactFlowModuleVersionCommand;
17890
18289
  exports.CreateContactFlowVersionCommand = CreateContactFlowVersionCommand;
17891
18290
  exports.CreateEmailAddressCommand = CreateEmailAddressCommand;
17892
18291
  exports.CreateEvaluationFormCommand = CreateEvaluationFormCommand;
@@ -17920,7 +18319,9 @@ exports.DecimalComparisonType = DecimalComparisonType;
17920
18319
  exports.DeleteAttachedFileCommand = DeleteAttachedFileCommand;
17921
18320
  exports.DeleteContactEvaluationCommand = DeleteContactEvaluationCommand;
17922
18321
  exports.DeleteContactFlowCommand = DeleteContactFlowCommand;
18322
+ exports.DeleteContactFlowModuleAliasCommand = DeleteContactFlowModuleAliasCommand;
17923
18323
  exports.DeleteContactFlowModuleCommand = DeleteContactFlowModuleCommand;
18324
+ exports.DeleteContactFlowModuleVersionCommand = DeleteContactFlowModuleVersionCommand;
17924
18325
  exports.DeleteContactFlowVersionCommand = DeleteContactFlowVersionCommand;
17925
18326
  exports.DeleteEmailAddressCommand = DeleteEmailAddressCommand;
17926
18327
  exports.DeleteEvaluationFormCommand = DeleteEvaluationFormCommand;
@@ -17949,6 +18350,7 @@ exports.DescribeAuthenticationProfileCommand = DescribeAuthenticationProfileComm
17949
18350
  exports.DescribeContactCommand = DescribeContactCommand;
17950
18351
  exports.DescribeContactEvaluationCommand = DescribeContactEvaluationCommand;
17951
18352
  exports.DescribeContactFlowCommand = DescribeContactFlowCommand;
18353
+ exports.DescribeContactFlowModuleAliasCommand = DescribeContactFlowModuleAliasCommand;
17952
18354
  exports.DescribeContactFlowModuleCommand = DescribeContactFlowModuleCommand;
17953
18355
  exports.DescribeEmailAddressCommand = DescribeEmailAddressCommand;
17954
18356
  exports.DescribeEvaluationFormCommand = DescribeEvaluationFormCommand;
@@ -18057,6 +18459,8 @@ exports.ListAssociatedContactsCommand = ListAssociatedContactsCommand;
18057
18459
  exports.ListAuthenticationProfilesCommand = ListAuthenticationProfilesCommand;
18058
18460
  exports.ListBotsCommand = ListBotsCommand;
18059
18461
  exports.ListContactEvaluationsCommand = ListContactEvaluationsCommand;
18462
+ exports.ListContactFlowModuleAliasesCommand = ListContactFlowModuleAliasesCommand;
18463
+ exports.ListContactFlowModuleVersionsCommand = ListContactFlowModuleVersionsCommand;
18060
18464
  exports.ListContactFlowModulesCommand = ListContactFlowModulesCommand;
18061
18465
  exports.ListContactFlowVersionsCommand = ListContactFlowVersionsCommand;
18062
18466
  exports.ListContactFlowsCommand = ListContactFlowsCommand;
@@ -18229,6 +18633,7 @@ exports.UpdateContactCommand = UpdateContactCommand;
18229
18633
  exports.UpdateContactEvaluationCommand = UpdateContactEvaluationCommand;
18230
18634
  exports.UpdateContactFlowContentCommand = UpdateContactFlowContentCommand;
18231
18635
  exports.UpdateContactFlowMetadataCommand = UpdateContactFlowMetadataCommand;
18636
+ exports.UpdateContactFlowModuleAliasCommand = UpdateContactFlowModuleAliasCommand;
18232
18637
  exports.UpdateContactFlowModuleContentCommand = UpdateContactFlowModuleContentCommand;
18233
18638
  exports.UpdateContactFlowModuleMetadataCommand = UpdateContactFlowModuleMetadataCommand;
18234
18639
  exports.UpdateContactFlowNameCommand = UpdateContactFlowNameCommand;
@@ -18290,6 +18695,8 @@ exports.paginateListApprovedOrigins = paginateListApprovedOrigins;
18290
18695
  exports.paginateListAuthenticationProfiles = paginateListAuthenticationProfiles;
18291
18696
  exports.paginateListBots = paginateListBots;
18292
18697
  exports.paginateListContactEvaluations = paginateListContactEvaluations;
18698
+ exports.paginateListContactFlowModuleAliases = paginateListContactFlowModuleAliases;
18699
+ exports.paginateListContactFlowModuleVersions = paginateListContactFlowModuleVersions;
18293
18700
  exports.paginateListContactFlowModules = paginateListContactFlowModules;
18294
18701
  exports.paginateListContactFlowVersions = paginateListContactFlowVersions;
18295
18702
  exports.paginateListContactFlows = paginateListContactFlows;