@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
@@ -42,7 +42,7 @@ const _ACn = "AndConditions";
42
42
  const _ACnd = "AndCondition";
43
43
  const _ACt = "AttributeCondition";
44
44
  const _ACtt = "AttributeConfiguration";
45
- const _AD = "AnalysisDetails";
45
+ const _AD = "AliasDescription";
46
46
  const _ADAR = "AnalyticsDataAssociationResult";
47
47
  const _ADARn = "AnalyticsDataAssociationResults";
48
48
  const _ADE = "AccessDeniedException";
@@ -51,6 +51,7 @@ const _ADSRn = "AnalyticsDataSetsResults";
51
51
  const _ADV = "AssociateDefaultVocabulary";
52
52
  const _ADVR = "AssociateDefaultVocabularyRequest";
53
53
  const _ADVRs = "AssociateDefaultVocabularyResponse";
54
+ const _ADn = "AnalysisDetails";
54
55
  const _AE = "AuthenticationError";
55
56
  const _AEAA = "AssociateEmailAddressAlias";
56
57
  const _AEAAR = "AssociateEmailAddressAliasRequest";
@@ -94,6 +95,7 @@ const _AISCR = "AssociateInstanceStorageConfigRequest";
94
95
  const _AISCRs = "AssociateInstanceStorageConfigResponse";
95
96
  const _AIg = "AgentIds";
96
97
  const _AIl = "AllowedIps";
98
+ const _AIli = "AliasId";
97
99
  const _AIs = "AssociationId";
98
100
  const _AIt = "AttendeeId";
99
101
  const _AItt = "AttachmentId";
@@ -108,10 +110,11 @@ const _AMAQI = "AssociatedManualAssignmentQueueIds";
108
110
  const _AMC = "AllowedMonitorCapabilities";
109
111
  const _AMDC = "AnswerMachineDetectionConfig";
110
112
  const _AMDS = "AnsweringMachineDetectionStatus";
111
- const _AN = "AttachmentName";
113
+ const _AN = "AliasName";
112
114
  const _ANL = "AvailableNumbersList";
113
115
  const _ANS = "AvailableNumberSummary";
114
- const _ANt = "AttributeName";
116
+ const _ANt = "AttachmentName";
117
+ const _ANtt = "AttributeName";
115
118
  const _AOCL = "AttributeOrConditionList";
116
119
  const _AP = "ApplicationPermissions";
117
120
  const _APDIS = "AgentPauseDurationInSeconds";
@@ -238,8 +241,14 @@ const _CCAD = "CreateCaseActionDefinition";
238
241
  const _CCB = "CrossChannelBehavior";
239
242
  const _CCF = "CreateContactFlow";
240
243
  const _CCFM = "CreateContactFlowModule";
244
+ const _CCFMA = "CreateContactFlowModuleAlias";
245
+ const _CCFMAR = "CreateContactFlowModuleAliasRequest";
246
+ const _CCFMARr = "CreateContactFlowModuleAliasResponse";
241
247
  const _CCFMR = "CreateContactFlowModuleRequest";
242
248
  const _CCFMRr = "CreateContactFlowModuleResponse";
249
+ const _CCFMV = "CreateContactFlowModuleVersion";
250
+ const _CCFMVR = "CreateContactFlowModuleVersionRequest";
251
+ const _CCFMVRr = "CreateContactFlowModuleVersionResponse";
243
252
  const _CCFR = "CreateContactFlowRequest";
244
253
  const _CCFRr = "CreateContactFlowResponse";
245
254
  const _CCFV = "CreateContactFlowVersion";
@@ -273,6 +282,11 @@ const _CFA = "ContactFlowArn";
273
282
  const _CFCI = "ContinuedFromContactId";
274
283
  const _CFI = "ContactFlowId";
275
284
  const _CFM = "ContactFlowModule";
285
+ const _CFMA = "ContactFlowModuleArn";
286
+ const _CFMAI = "ContactFlowModuleAliasInfo";
287
+ const _CFMAS = "ContactFlowModuleAliasSummary";
288
+ const _CFMASL = "ContactFlowModuleAliasSummaryList";
289
+ const _CFMAo = "ContactFlowModuleAlias";
276
290
  const _CFMI = "ContactFlowModuleId";
277
291
  const _CFMS = "ContactFlowModuleSummary";
278
292
  const _CFMSC = "ContactFlowModuleSearchCriteria";
@@ -281,6 +295,9 @@ const _CFMSF = "ContactFlowModuleSearchFilter";
281
295
  const _CFMSL = "ContactFlowModulesSummaryList";
282
296
  const _CFMSSL = "ContactFlowModuleSearchSummaryList";
283
297
  const _CFMSo = "ContactFlowModuleState";
298
+ const _CFMV = "ContactFlowModuleVersion";
299
+ const _CFMVS = "ContactFlowModuleVersionSummary";
300
+ const _CFMVSL = "ContactFlowModuleVersionSummaryList";
284
301
  const _CFMo = "ContactFlowModules";
285
302
  const _CFNPE = "ContactFlowNotPublishedException";
286
303
  const _CFS = "ContactFlowSummary";
@@ -473,10 +490,19 @@ const _DCERes = "DescribeContactEvaluationResponse";
473
490
  const _DCEe = "DescribeContactEvaluation";
474
491
  const _DCF = "DeleteContactFlow";
475
492
  const _DCFM = "DeleteContactFlowModule";
493
+ const _DCFMA = "DeleteContactFlowModuleAlias";
494
+ const _DCFMAR = "DeleteContactFlowModuleAliasRequest";
495
+ const _DCFMARe = "DeleteContactFlowModuleAliasResponse";
496
+ const _DCFMARes = "DescribeContactFlowModuleAliasRequest";
497
+ const _DCFMAResc = "DescribeContactFlowModuleAliasResponse";
498
+ const _DCFMAe = "DescribeContactFlowModuleAlias";
476
499
  const _DCFMR = "DeleteContactFlowModuleRequest";
477
500
  const _DCFMRe = "DeleteContactFlowModuleResponse";
478
501
  const _DCFMRes = "DescribeContactFlowModuleRequest";
479
502
  const _DCFMResc = "DescribeContactFlowModuleResponse";
503
+ const _DCFMV = "DeleteContactFlowModuleVersion";
504
+ const _DCFMVR = "DeleteContactFlowModuleVersionRequest";
505
+ const _DCFMVRe = "DeleteContactFlowModuleVersionResponse";
480
506
  const _DCFMe = "DescribeContactFlowModule";
481
507
  const _DCFR = "DeleteContactFlowRequest";
482
508
  const _DCFRe = "DeleteContactFlowResponse";
@@ -764,6 +790,7 @@ const _EGAIAAD = "EvaluationGenAIAnswerAnalysisDetails";
764
790
  const _EHOO = "EffectiveHoursOfOperations";
765
791
  const _EHOOL = "EffectiveHoursOfOperationList";
766
792
  const _EI = "EvaluationId";
793
+ const _EIC = "ExternalInvocationConfiguration";
767
794
  const _EIU = "EventIngestionUrl";
768
795
  const _EIn = "EndpointInfo";
769
796
  const _EL = "ExportLocation";
@@ -837,6 +864,7 @@ const _FIie = "FieldId";
837
864
  const _FIil = "FileIds";
838
865
  const _FIo = "FormId";
839
866
  const _FK = "FilterKey";
867
+ const _FMCS = "FlowModuleContentSha256";
840
868
  const _FN = "FileName";
841
869
  const _FNi = "FieldName";
842
870
  const _FNir = "FirstName";
@@ -1052,8 +1080,14 @@ const _LCER = "ListContactEvaluationsRequest";
1052
1080
  const _LCERi = "ListContactEvaluationsResponse";
1053
1081
  const _LCF = "ListContactFlows";
1054
1082
  const _LCFM = "ListContactFlowModules";
1083
+ const _LCFMA = "ListContactFlowModuleAliases";
1084
+ const _LCFMAR = "ListContactFlowModuleAliasesRequest";
1085
+ const _LCFMARi = "ListContactFlowModuleAliasesResponse";
1055
1086
  const _LCFMR = "ListContactFlowModulesRequest";
1056
1087
  const _LCFMRi = "ListContactFlowModulesResponse";
1088
+ const _LCFMV = "ListContactFlowModuleVersions";
1089
+ const _LCFMVR = "ListContactFlowModuleVersionsRequest";
1090
+ const _LCFMVRi = "ListContactFlowModuleVersionsResponse";
1057
1091
  const _LCFR = "ListContactFlowsRequest";
1058
1092
  const _LCFRi = "ListContactFlowsResponse";
1059
1093
  const _LCFV = "ListContactFlowVersions";
@@ -1821,8 +1855,9 @@ const _SWRTCCR = "StartWebRTCContactRequest";
1821
1855
  const _SWRTCCRt = "StartWebRTCContactResponse";
1822
1856
  const _Sc = "Scores";
1823
1857
  const _Sco = "Score";
1824
- const _Se = "Segments";
1858
+ const _Se = "Settings";
1825
1859
  const _Sec = "Section";
1860
+ const _Seg = "Segments";
1826
1861
  const _Sen = "Sentiment";
1827
1862
  const _So = "Source";
1828
1863
  const _Sor = "Sort";
@@ -1944,6 +1979,9 @@ const _UCFC = "UpdateContactFlowContent";
1944
1979
  const _UCFCR = "UpdateContactFlowContentRequest";
1945
1980
  const _UCFCRp = "UpdateContactFlowContentResponse";
1946
1981
  const _UCFM = "UpdateContactFlowMetadata";
1982
+ const _UCFMA = "UpdateContactFlowModuleAlias";
1983
+ const _UCFMAR = "UpdateContactFlowModuleAliasRequest";
1984
+ const _UCFMARp = "UpdateContactFlowModuleAliasResponse";
1947
1985
  const _UCFMC = "UpdateContactFlowModuleContent";
1948
1986
  const _UCFMCR = "UpdateContactFlowModuleContentRequest";
1949
1987
  const _UCFMCRp = "UpdateContactFlowModuleContentResponse";
@@ -2869,8 +2907,24 @@ export var ContactFlowModule = [
2869
2907
  n0,
2870
2908
  _CFM,
2871
2909
  0,
2872
- [_A, _I, _N, _Co, _D, _S, _St, _Ta],
2873
- [0, 0, 0, 0, 0, 0, 0, 128 | 0],
2910
+ [_A, _I, _N, _Co, _D, _S, _St, _Ta, _FMCS, _Ve, _VD, _Se, _EIC],
2911
+ [0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 1, 0, 0, () => ExternalInvocationConfiguration],
2912
+ ];
2913
+ export var ContactFlowModuleAliasInfo = [
2914
+ 3,
2915
+ n0,
2916
+ _CFMAI,
2917
+ 0,
2918
+ [_CFMI, _CFMA, _AIli, _Ve, _N, _D, _LMR, _LMT],
2919
+ [0, 0, 0, 1, 0, 0, 0, 4],
2920
+ ];
2921
+ export var ContactFlowModuleAliasSummary = [
2922
+ 3,
2923
+ n0,
2924
+ _CFMAS,
2925
+ 0,
2926
+ [_A, _AIli, _Ve, _AN, _AD, _LMT],
2927
+ [0, 0, 1, 0, 0, 4],
2874
2928
  ];
2875
2929
  export var ContactFlowModuleSearchCriteria = [
2876
2930
  3,
@@ -2889,6 +2943,7 @@ export var ContactFlowModuleSearchFilter = [
2889
2943
  [() => ControlPlaneTagFilter],
2890
2944
  ];
2891
2945
  export var ContactFlowModuleSummary = [3, n0, _CFMS, 0, [_I, _A, _N, _S], [0, 0, 0, 0]];
2946
+ export var ContactFlowModuleVersionSummary = [3, n0, _CFMVS, 0, [_A, _VD, _Ve], [0, 0, 1]];
2892
2947
  export var ContactFlowNotPublishedException = [
2893
2948
  -3,
2894
2949
  n0,
@@ -3001,15 +3056,33 @@ export var CreateAgentStatusRequest = [
3001
3056
  ];
3002
3057
  export var CreateAgentStatusResponse = [3, n0, _CASRr, 0, [_ASARN, _ASI], [0, 0]];
3003
3058
  export var CreateCaseActionDefinition = [3, n0, _CCAD, 0, [_Fi, _TI], [() => FieldValues, 0]];
3059
+ export var CreateContactFlowModuleAliasRequest = [
3060
+ 3,
3061
+ n0,
3062
+ _CCFMAR,
3063
+ 0,
3064
+ [_II, _D, _CFMI, _CFMV, _AN],
3065
+ [[0, 1], 0, [0, 1], 1, 0],
3066
+ ];
3067
+ export var CreateContactFlowModuleAliasResponse = [3, n0, _CCFMARr, 0, [_CFMA, _I], [0, 0]];
3004
3068
  export var CreateContactFlowModuleRequest = [
3005
3069
  3,
3006
3070
  n0,
3007
3071
  _CCFMR,
3008
3072
  0,
3009
- [_II, _N, _D, _Co, _Ta, _CT],
3010
- [[0, 1], 0, 0, 0, 128 | 0, [0, 4]],
3073
+ [_II, _N, _D, _Co, _Ta, _CT, _Se, _EIC],
3074
+ [[0, 1], 0, 0, 0, 128 | 0, [0, 4], 0, () => ExternalInvocationConfiguration],
3011
3075
  ];
3012
3076
  export var CreateContactFlowModuleResponse = [3, n0, _CCFMRr, 0, [_I, _A], [0, 0]];
3077
+ export var CreateContactFlowModuleVersionRequest = [
3078
+ 3,
3079
+ n0,
3080
+ _CCFMVR,
3081
+ 0,
3082
+ [_II, _D, _CFMI, _FMCS],
3083
+ [[0, 1], 0, [0, 1], 0],
3084
+ ];
3085
+ export var CreateContactFlowModuleVersionResponse = [3, n0, _CCFMVRr, 0, [_CFMA, _Ve], [0, 1]];
3013
3086
  export var CreateContactFlowRequest = [
3014
3087
  3,
3015
3088
  n0,
@@ -3366,6 +3439,19 @@ export var DeleteContactEvaluationRequest = [
3366
3439
  [0, 1],
3367
3440
  ],
3368
3441
  ];
3442
+ export var DeleteContactFlowModuleAliasRequest = [
3443
+ 3,
3444
+ n0,
3445
+ _DCFMAR,
3446
+ 0,
3447
+ [_II, _CFMI, _AIli],
3448
+ [
3449
+ [0, 1],
3450
+ [0, 1],
3451
+ [0, 1],
3452
+ ],
3453
+ ];
3454
+ export var DeleteContactFlowModuleAliasResponse = [3, n0, _DCFMARe, 0, [], []];
3369
3455
  export var DeleteContactFlowModuleRequest = [
3370
3456
  3,
3371
3457
  n0,
@@ -3378,6 +3464,19 @@ export var DeleteContactFlowModuleRequest = [
3378
3464
  ],
3379
3465
  ];
3380
3466
  export var DeleteContactFlowModuleResponse = [3, n0, _DCFMRe, 0, [], []];
3467
+ export var DeleteContactFlowModuleVersionRequest = [
3468
+ 3,
3469
+ n0,
3470
+ _DCFMVR,
3471
+ 0,
3472
+ [_II, _CFMI, _CFMV],
3473
+ [
3474
+ [0, 1],
3475
+ [0, 1],
3476
+ [1, 1],
3477
+ ],
3478
+ ];
3479
+ export var DeleteContactFlowModuleVersionResponse = [3, n0, _DCFMVRe, 0, [], []];
3381
3480
  export var DeleteContactFlowRequest = [
3382
3481
  3,
3383
3482
  n0,
@@ -3713,6 +3812,26 @@ export var DescribeContactEvaluationResponse = [
3713
3812
  [_Ev, _EFv],
3714
3813
  [() => Evaluation, () => EvaluationFormContent],
3715
3814
  ];
3815
+ export var DescribeContactFlowModuleAliasRequest = [
3816
+ 3,
3817
+ n0,
3818
+ _DCFMARes,
3819
+ 0,
3820
+ [_II, _CFMI, _AIli],
3821
+ [
3822
+ [0, 1],
3823
+ [0, 1],
3824
+ [0, 1],
3825
+ ],
3826
+ ];
3827
+ export var DescribeContactFlowModuleAliasResponse = [
3828
+ 3,
3829
+ n0,
3830
+ _DCFMAResc,
3831
+ 0,
3832
+ [_CFMAo],
3833
+ [() => ContactFlowModuleAliasInfo],
3834
+ ];
3716
3835
  export var DescribeContactFlowModuleRequest = [
3717
3836
  3,
3718
3837
  n0,
@@ -4672,7 +4791,7 @@ export var EvaluationSuggestedAnswer = [
4672
4791
  n0,
4673
4792
  _ESA,
4674
4793
  0,
4675
- [_V, _St, _Inp, _ATn, _AD],
4794
+ [_V, _St, _Inp, _ATn, _ADn],
4676
4795
  [
4677
4796
  () => EvaluationAnswerData,
4678
4797
  0,
@@ -4715,6 +4834,7 @@ export var Expression = [
4715
4834
  [_ACt, _AEn, _OE, _NAC],
4716
4835
  [() => AttributeCondition, () => Expressions, () => Expressions, () => AttributeCondition],
4717
4836
  ];
4837
+ export var ExternalInvocationConfiguration = [3, n0, _EIC, 0, [_En], [2]];
4718
4838
  export var FailedRequest = [3, n0, _FR, 0, [_RIeq, _FRC, _FRM], [0, 0, 0]];
4719
4839
  export var FieldValue = [3, n0, _FV, 0, [_I, _V], [0, () => FieldValueUnion]];
4720
4840
  export var FieldValueUnion = [
@@ -5543,6 +5663,37 @@ export var ListContactEvaluationsResponse = [
5543
5663
  [_ESL, _NT],
5544
5664
  [() => EvaluationSummaryList, 0],
5545
5665
  ];
5666
+ export var ListContactFlowModuleAliasesRequest = [
5667
+ 3,
5668
+ n0,
5669
+ _LCFMAR,
5670
+ 0,
5671
+ [_II, _CFMI, _NT, _MRa],
5672
+ [
5673
+ [0, 1],
5674
+ [0, 1],
5675
+ [
5676
+ 0,
5677
+ {
5678
+ [_hQ]: _nT,
5679
+ },
5680
+ ],
5681
+ [
5682
+ 1,
5683
+ {
5684
+ [_hQ]: _mR,
5685
+ },
5686
+ ],
5687
+ ],
5688
+ ];
5689
+ export var ListContactFlowModuleAliasesResponse = [
5690
+ 3,
5691
+ n0,
5692
+ _LCFMARi,
5693
+ 0,
5694
+ [_CFMASL, _NT],
5695
+ [() => ContactFlowModuleAliasSummaryList, 0],
5696
+ ];
5546
5697
  export var ListContactFlowModulesRequest = [
5547
5698
  3,
5548
5699
  n0,
@@ -5579,6 +5730,37 @@ export var ListContactFlowModulesResponse = [
5579
5730
  [_CFMSL, _NT],
5580
5731
  [() => ContactFlowModulesSummaryList, 0],
5581
5732
  ];
5733
+ export var ListContactFlowModuleVersionsRequest = [
5734
+ 3,
5735
+ n0,
5736
+ _LCFMVR,
5737
+ 0,
5738
+ [_II, _CFMI, _NT, _MRa],
5739
+ [
5740
+ [0, 1],
5741
+ [0, 1],
5742
+ [
5743
+ 0,
5744
+ {
5745
+ [_hQ]: _nT,
5746
+ },
5747
+ ],
5748
+ [
5749
+ 1,
5750
+ {
5751
+ [_hQ]: _mR,
5752
+ },
5753
+ ],
5754
+ ],
5755
+ ];
5756
+ export var ListContactFlowModuleVersionsResponse = [
5757
+ 3,
5758
+ n0,
5759
+ _LCFMVRi,
5760
+ 0,
5761
+ [_CFMVSL, _NT],
5762
+ [() => ContactFlowModuleVersionSummaryList, 0],
5763
+ ];
5582
5764
  export var ListContactFlowsRequest = [
5583
5765
  3,
5584
5766
  n0,
@@ -6262,7 +6444,7 @@ export var ListRealtimeContactAnalysisSegmentsV2Response = [
6262
6444
  n0,
6263
6445
  _LRCASVRi,
6264
6446
  0,
6265
- [_C, _St, _Se, _NT],
6447
+ [_C, _St, _Seg, _NT],
6266
6448
  [0, 0, () => RealtimeContactAnalysisSegments, 0],
6267
6449
  ];
6268
6450
  export var ListRoutingProfileManualAssignmentQueuesRequest = [
@@ -7089,7 +7271,7 @@ export var RealTimeContactAnalysisAttachment = [
7089
7271
  n0,
7090
7272
  _RTCAA,
7091
7273
  0,
7092
- [_AN, _CTon, _AItt, _St],
7274
+ [_ANt, _CTon, _AItt, _St],
7093
7275
  [0, 0, 0, 0],
7094
7276
  ];
7095
7277
  export var RealTimeContactAnalysisCategoryDetails = [
@@ -8380,13 +8562,22 @@ export var UpdateContactFlowMetadataRequest = [
8380
8562
  [[0, 1], [0, 1], 0, 0, 0],
8381
8563
  ];
8382
8564
  export var UpdateContactFlowMetadataResponse = [3, n0, _UCFMRp, 0, [], []];
8565
+ export var UpdateContactFlowModuleAliasRequest = [
8566
+ 3,
8567
+ n0,
8568
+ _UCFMAR,
8569
+ 0,
8570
+ [_II, _CFMI, _AIli, _N, _D, _CFMV],
8571
+ [[0, 1], [0, 1], [0, 1], 0, 0, 1],
8572
+ ];
8573
+ export var UpdateContactFlowModuleAliasResponse = [3, n0, _UCFMARp, 0, [], []];
8383
8574
  export var UpdateContactFlowModuleContentRequest = [
8384
8575
  3,
8385
8576
  n0,
8386
8577
  _UCFMCR,
8387
8578
  0,
8388
- [_II, _CFMI, _Co],
8389
- [[0, 1], [0, 1], 0],
8579
+ [_II, _CFMI, _Co, _Se],
8580
+ [[0, 1], [0, 1], 0, 0],
8390
8581
  ];
8391
8582
  export var UpdateContactFlowModuleContentResponse = [3, n0, _UCFMCRp, 0, [], []];
8392
8583
  export var UpdateContactFlowModuleMetadataRequest = [
@@ -8872,8 +9063,8 @@ export var UserPhoneConfig = [
8872
9063
  [_PTh, _AAu, _ACWTL, _DPNe, _PCer],
8873
9064
  [0, 2, 1, 0, 2],
8874
9065
  ];
8875
- export var UserProficiency = [3, n0, _UPs, 0, [_ANt, _AVt, _Level__], [0, 0, 1]];
8876
- export var UserProficiencyDisassociate = [3, n0, _UPD, 0, [_ANt, _AVt], [0, 0]];
9066
+ export var UserProficiency = [3, n0, _UPs, 0, [_ANtt, _AVt, _Level__], [0, 0, 1]];
9067
+ export var UserProficiencyDisassociate = [3, n0, _UPD, 0, [_ANtt, _AVt], [0, 0]];
8877
9068
  export var UserQuickConnectConfig = [3, n0, _UQCC, 0, [_UI, _CFI], [0, 0]];
8878
9069
  export var UserReference = [3, n0, _URs, 0, [_I, _A], [0, 0]];
8879
9070
  export var UserSearchCriteria = [
@@ -8991,6 +9182,13 @@ export var Channels = 64 | 0;
8991
9182
  export var CommonAttributeOrConditionList = [1, n0, _CAOCL, 0, () => CommonAttributeAndCondition];
8992
9183
  export var Conditions = [1, n0, _Cond, 0, () => Condition];
8993
9184
  export var ContactDataRequestList = [1, n0, _CDRL, 0, () => ContactDataRequest];
9185
+ export var ContactFlowModuleAliasSummaryList = [
9186
+ 1,
9187
+ n0,
9188
+ _CFMASL,
9189
+ 0,
9190
+ () => ContactFlowModuleAliasSummary,
9191
+ ];
8994
9192
  export var ContactFlowModuleSearchConditionList = [
8995
9193
  1,
8996
9194
  n0,
@@ -9000,6 +9198,13 @@ export var ContactFlowModuleSearchConditionList = [
9000
9198
  ];
9001
9199
  export var ContactFlowModuleSearchSummaryList = [1, n0, _CFMSSL, 0, () => ContactFlowModule];
9002
9200
  export var ContactFlowModulesSummaryList = [1, n0, _CFMSL, 0, () => ContactFlowModuleSummary];
9201
+ export var ContactFlowModuleVersionSummaryList = [
9202
+ 1,
9203
+ n0,
9204
+ _CFMVSL,
9205
+ 0,
9206
+ () => ContactFlowModuleVersionSummary,
9207
+ ];
9003
9208
  export var ContactFlowSearchConditionList = [1, n0, _CFSCL, 0, () => ContactFlowSearchCriteria];
9004
9209
  export var ContactFlowSearchSummaryList = [1, n0, _CFSSL, 0, () => ContactFlow];
9005
9210
  export var ContactFlowSummaryList = [1, n0, _CFSL, 0, () => ContactFlowSummary];
@@ -9788,6 +9993,26 @@ export var CreateContactFlowModule = [
9788
9993
  () => CreateContactFlowModuleRequest,
9789
9994
  () => CreateContactFlowModuleResponse,
9790
9995
  ];
9996
+ export var CreateContactFlowModuleAlias = [
9997
+ 9,
9998
+ n0,
9999
+ _CCFMA,
10000
+ {
10001
+ [_h]: ["PUT", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias", 200],
10002
+ },
10003
+ () => CreateContactFlowModuleAliasRequest,
10004
+ () => CreateContactFlowModuleAliasResponse,
10005
+ ];
10006
+ export var CreateContactFlowModuleVersion = [
10007
+ 9,
10008
+ n0,
10009
+ _CCFMV,
10010
+ {
10011
+ [_h]: ["PUT", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version", 200],
10012
+ },
10013
+ () => CreateContactFlowModuleVersionRequest,
10014
+ () => CreateContactFlowModuleVersionResponse,
10015
+ ];
9791
10016
  export var CreateContactFlowVersion = [
9792
10017
  9,
9793
10018
  n0,
@@ -10088,6 +10313,30 @@ export var DeleteContactFlowModule = [
10088
10313
  () => DeleteContactFlowModuleRequest,
10089
10314
  () => DeleteContactFlowModuleResponse,
10090
10315
  ];
10316
+ export var DeleteContactFlowModuleAlias = [
10317
+ 9,
10318
+ n0,
10319
+ _DCFMA,
10320
+ {
10321
+ [_h]: ["DELETE", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
10322
+ },
10323
+ () => DeleteContactFlowModuleAliasRequest,
10324
+ () => DeleteContactFlowModuleAliasResponse,
10325
+ ];
10326
+ export var DeleteContactFlowModuleVersion = [
10327
+ 9,
10328
+ n0,
10329
+ _DCFMV,
10330
+ {
10331
+ [_h]: [
10332
+ "DELETE",
10333
+ "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version/{ContactFlowModuleVersion}",
10334
+ 200,
10335
+ ],
10336
+ },
10337
+ () => DeleteContactFlowModuleVersionRequest,
10338
+ () => DeleteContactFlowModuleVersionResponse,
10339
+ ];
10091
10340
  export var DeleteContactFlowVersion = [
10092
10341
  9,
10093
10342
  n0,
@@ -10386,6 +10635,16 @@ export var DescribeContactFlowModule = [
10386
10635
  () => DescribeContactFlowModuleRequest,
10387
10636
  () => DescribeContactFlowModuleResponse,
10388
10637
  ];
10638
+ export var DescribeContactFlowModuleAlias = [
10639
+ 9,
10640
+ n0,
10641
+ _DCFMAe,
10642
+ {
10643
+ [_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
10644
+ },
10645
+ () => DescribeContactFlowModuleAliasRequest,
10646
+ () => DescribeContactFlowModuleAliasResponse,
10647
+ ];
10389
10648
  export var DescribeEmailAddress = [
10390
10649
  9,
10391
10650
  n0,
@@ -10966,6 +11225,16 @@ export var ListContactEvaluations = [
10966
11225
  () => ListContactEvaluationsRequest,
10967
11226
  () => ListContactEvaluationsResponse,
10968
11227
  ];
11228
+ export var ListContactFlowModuleAliases = [
11229
+ 9,
11230
+ n0,
11231
+ _LCFMA,
11232
+ {
11233
+ [_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/aliases", 200],
11234
+ },
11235
+ () => ListContactFlowModuleAliasesRequest,
11236
+ () => ListContactFlowModuleAliasesResponse,
11237
+ ];
10969
11238
  export var ListContactFlowModules = [
10970
11239
  9,
10971
11240
  n0,
@@ -10976,6 +11245,16 @@ export var ListContactFlowModules = [
10976
11245
  () => ListContactFlowModulesRequest,
10977
11246
  () => ListContactFlowModulesResponse,
10978
11247
  ];
11248
+ export var ListContactFlowModuleVersions = [
11249
+ 9,
11250
+ n0,
11251
+ _LCFMV,
11252
+ {
11253
+ [_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/versions", 200],
11254
+ },
11255
+ () => ListContactFlowModuleVersionsRequest,
11256
+ () => ListContactFlowModuleVersionsResponse,
11257
+ ];
10979
11258
  export var ListContactFlows = [
10980
11259
  9,
10981
11260
  n0,
@@ -11966,6 +12245,16 @@ export var UpdateContactFlowMetadata = [
11966
12245
  () => UpdateContactFlowMetadataRequest,
11967
12246
  () => UpdateContactFlowMetadataResponse,
11968
12247
  ];
12248
+ export var UpdateContactFlowModuleAlias = [
12249
+ 9,
12250
+ n0,
12251
+ _UCFMA,
12252
+ {
12253
+ [_h]: ["POST", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
12254
+ },
12255
+ () => UpdateContactFlowModuleAliasRequest,
12256
+ () => UpdateContactFlowModuleAliasResponse,
12257
+ ];
11969
12258
  export var UpdateContactFlowModuleContent = [
11970
12259
  9,
11971
12260
  n0,