@aws-sdk/client-connect 3.936.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.
- package/README.md +64 -0
- package/dist-cjs/index.js +425 -17
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -17
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +8 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
- package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +162 -239
- package/dist-types/models/models_1.d.ts +501 -481
- package/dist-types/models/models_2.d.ts +3522 -3819
- package/dist-types/models/models_3.d.ts +803 -3
- package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -99
- package/dist-types/ts3.4/models/models_1.d.ts +161 -102
- package/dist-types/ts3.4/models/models_2.d.ts +112 -157
- package/dist-types/ts3.4/models/models_3.d.ts +185 -2
- package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- 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 = "
|
|
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 = "
|
|
607
|
+
const _AN = "AliasName";
|
|
606
608
|
const _ANL = "AvailableNumbersList";
|
|
607
609
|
const _ANS = "AvailableNumberSummary";
|
|
608
|
-
const _ANt = "
|
|
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";
|
|
@@ -1312,6 +1339,7 @@ const _Err = "Error";
|
|
|
1312
1339
|
const _Ev = "Evaluation";
|
|
1313
1340
|
const _Eve = "Event";
|
|
1314
1341
|
const _Ex = "Expiry";
|
|
1342
|
+
const _Exc = "Exclusion";
|
|
1315
1343
|
const _Exp = "Expression";
|
|
1316
1344
|
const _Expr = "Expressions";
|
|
1317
1345
|
const _F = "Files";
|
|
@@ -1330,6 +1358,7 @@ const _FIie = "FieldId";
|
|
|
1330
1358
|
const _FIil = "FileIds";
|
|
1331
1359
|
const _FIo = "FormId";
|
|
1332
1360
|
const _FK = "FilterKey";
|
|
1361
|
+
const _FMCS = "FlowModuleContentSha256";
|
|
1333
1362
|
const _FN = "FileName";
|
|
1334
1363
|
const _FNi = "FieldName";
|
|
1335
1364
|
const _FNir = "FirstName";
|
|
@@ -1545,8 +1574,14 @@ const _LCER = "ListContactEvaluationsRequest";
|
|
|
1545
1574
|
const _LCERi = "ListContactEvaluationsResponse";
|
|
1546
1575
|
const _LCF = "ListContactFlows";
|
|
1547
1576
|
const _LCFM = "ListContactFlowModules";
|
|
1577
|
+
const _LCFMA = "ListContactFlowModuleAliases";
|
|
1578
|
+
const _LCFMAR = "ListContactFlowModuleAliasesRequest";
|
|
1579
|
+
const _LCFMARi = "ListContactFlowModuleAliasesResponse";
|
|
1548
1580
|
const _LCFMR = "ListContactFlowModulesRequest";
|
|
1549
1581
|
const _LCFMRi = "ListContactFlowModulesResponse";
|
|
1582
|
+
const _LCFMV = "ListContactFlowModuleVersions";
|
|
1583
|
+
const _LCFMVR = "ListContactFlowModuleVersionsRequest";
|
|
1584
|
+
const _LCFMVRi = "ListContactFlowModuleVersionsResponse";
|
|
1550
1585
|
const _LCFR = "ListContactFlowsRequest";
|
|
1551
1586
|
const _LCFRi = "ListContactFlowsResponse";
|
|
1552
1587
|
const _LCFV = "ListContactFlowVersions";
|
|
@@ -2314,8 +2349,9 @@ const _SWRTCCR = "StartWebRTCContactRequest";
|
|
|
2314
2349
|
const _SWRTCCRt = "StartWebRTCContactResponse";
|
|
2315
2350
|
const _Sc = "Scores";
|
|
2316
2351
|
const _Sco = "Score";
|
|
2317
|
-
const _Se = "
|
|
2352
|
+
const _Se = "Settings";
|
|
2318
2353
|
const _Sec = "Section";
|
|
2354
|
+
const _Seg = "Segments";
|
|
2319
2355
|
const _Sen = "Sentiment";
|
|
2320
2356
|
const _So = "Source";
|
|
2321
2357
|
const _Sor = "Sort";
|
|
@@ -2437,6 +2473,9 @@ const _UCFC = "UpdateContactFlowContent";
|
|
|
2437
2473
|
const _UCFCR = "UpdateContactFlowContentRequest";
|
|
2438
2474
|
const _UCFCRp = "UpdateContactFlowContentResponse";
|
|
2439
2475
|
const _UCFM = "UpdateContactFlowMetadata";
|
|
2476
|
+
const _UCFMA = "UpdateContactFlowModuleAlias";
|
|
2477
|
+
const _UCFMAR = "UpdateContactFlowModuleAliasRequest";
|
|
2478
|
+
const _UCFMARp = "UpdateContactFlowModuleAliasResponse";
|
|
2440
2479
|
const _UCFMC = "UpdateContactFlowModuleContent";
|
|
2441
2480
|
const _UCFMCR = "UpdateContactFlowModuleContentRequest";
|
|
2442
2481
|
const _UCFMCRp = "UpdateContactFlowModuleContentResponse";
|
|
@@ -3359,8 +3398,24 @@ var ContactFlowModule = [
|
|
|
3359
3398
|
n0,
|
|
3360
3399
|
_CFM,
|
|
3361
3400
|
0,
|
|
3362
|
-
[_A, _I, _N, _Co, _D, _S, _St, _Ta],
|
|
3363
|
-
[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],
|
|
3364
3419
|
];
|
|
3365
3420
|
var ContactFlowModuleSearchCriteria = [
|
|
3366
3421
|
3,
|
|
@@ -3379,6 +3434,7 @@ var ContactFlowModuleSearchFilter = [
|
|
|
3379
3434
|
[() => ControlPlaneTagFilter],
|
|
3380
3435
|
];
|
|
3381
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]];
|
|
3382
3438
|
var ContactFlowNotPublishedException = [
|
|
3383
3439
|
-3,
|
|
3384
3440
|
n0,
|
|
@@ -3491,15 +3547,33 @@ var CreateAgentStatusRequest = [
|
|
|
3491
3547
|
];
|
|
3492
3548
|
var CreateAgentStatusResponse = [3, n0, _CASRr, 0, [_ASARN, _ASI], [0, 0]];
|
|
3493
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]];
|
|
3494
3559
|
var CreateContactFlowModuleRequest = [
|
|
3495
3560
|
3,
|
|
3496
3561
|
n0,
|
|
3497
3562
|
_CCFMR,
|
|
3498
3563
|
0,
|
|
3499
|
-
[_II, _N, _D, _Co, _Ta, _CT],
|
|
3500
|
-
[[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],
|
|
3501
3566
|
];
|
|
3502
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]];
|
|
3503
3577
|
var CreateContactFlowRequest = [
|
|
3504
3578
|
3,
|
|
3505
3579
|
n0,
|
|
@@ -3856,6 +3930,19 @@ var DeleteContactEvaluationRequest = [
|
|
|
3856
3930
|
[0, 1],
|
|
3857
3931
|
],
|
|
3858
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, [], []];
|
|
3859
3946
|
var DeleteContactFlowModuleRequest = [
|
|
3860
3947
|
3,
|
|
3861
3948
|
n0,
|
|
@@ -3868,6 +3955,19 @@ var DeleteContactFlowModuleRequest = [
|
|
|
3868
3955
|
],
|
|
3869
3956
|
];
|
|
3870
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, [], []];
|
|
3871
3971
|
var DeleteContactFlowRequest = [
|
|
3872
3972
|
3,
|
|
3873
3973
|
n0,
|
|
@@ -4203,6 +4303,26 @@ var DescribeContactEvaluationResponse = [
|
|
|
4203
4303
|
[_Ev, _EFv],
|
|
4204
4304
|
[() => Evaluation, () => EvaluationFormContent],
|
|
4205
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
|
+
];
|
|
4206
4326
|
var DescribeContactFlowModuleRequest = [
|
|
4207
4327
|
3,
|
|
4208
4328
|
n0,
|
|
@@ -5162,7 +5282,7 @@ var EvaluationSuggestedAnswer = [
|
|
|
5162
5282
|
n0,
|
|
5163
5283
|
_ESA,
|
|
5164
5284
|
0,
|
|
5165
|
-
[_V, _St, _Inp, _ATn,
|
|
5285
|
+
[_V, _St, _Inp, _ATn, _ADn],
|
|
5166
5286
|
[
|
|
5167
5287
|
() => EvaluationAnswerData,
|
|
5168
5288
|
0,
|
|
@@ -5205,6 +5325,7 @@ var Expression = [
|
|
|
5205
5325
|
[_ACt, _AEn, _OE, _NAC],
|
|
5206
5326
|
[() => AttributeCondition, () => Expressions, () => Expressions, () => AttributeCondition],
|
|
5207
5327
|
];
|
|
5328
|
+
var ExternalInvocationConfiguration = [3, n0, _EIC, 0, [_En], [2]];
|
|
5208
5329
|
var FailedRequest = [3, n0, _FR, 0, [_RIeq, _FRC, _FRM], [0, 0, 0]];
|
|
5209
5330
|
var FieldValue = [3, n0, _FV, 0, [_I, _V], [0, () => FieldValueUnion]];
|
|
5210
5331
|
var FieldValueUnion = [
|
|
@@ -6033,6 +6154,37 @@ var ListContactEvaluationsResponse = [
|
|
|
6033
6154
|
[_ESL, _NT],
|
|
6034
6155
|
[() => EvaluationSummaryList, 0],
|
|
6035
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
|
+
];
|
|
6036
6188
|
var ListContactFlowModulesRequest = [
|
|
6037
6189
|
3,
|
|
6038
6190
|
n0,
|
|
@@ -6069,6 +6221,37 @@ var ListContactFlowModulesResponse = [
|
|
|
6069
6221
|
[_CFMSL, _NT],
|
|
6070
6222
|
[() => ContactFlowModulesSummaryList, 0],
|
|
6071
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
|
+
];
|
|
6072
6255
|
var ListContactFlowsRequest = [
|
|
6073
6256
|
3,
|
|
6074
6257
|
n0,
|
|
@@ -6752,7 +6935,7 @@ var ListRealtimeContactAnalysisSegmentsV2Response = [
|
|
|
6752
6935
|
n0,
|
|
6753
6936
|
_LRCASVRi,
|
|
6754
6937
|
0,
|
|
6755
|
-
[_C, _St,
|
|
6938
|
+
[_C, _St, _Seg, _NT],
|
|
6756
6939
|
[0, 0, () => RealtimeContactAnalysisSegments, 0],
|
|
6757
6940
|
];
|
|
6758
6941
|
var ListRoutingProfileManualAssignmentQueuesRequest = [
|
|
@@ -7579,7 +7762,7 @@ var RealTimeContactAnalysisAttachment = [
|
|
|
7579
7762
|
n0,
|
|
7580
7763
|
_RTCAA,
|
|
7581
7764
|
0,
|
|
7582
|
-
[
|
|
7765
|
+
[_ANt, _CTon, _AItt, _St],
|
|
7583
7766
|
[0, 0, 0, 0],
|
|
7584
7767
|
];
|
|
7585
7768
|
var RealTimeContactAnalysisCategoryDetails = [
|
|
@@ -8346,8 +8529,8 @@ var SendNotificationActionDefinition = [
|
|
|
8346
8529
|
n0,
|
|
8347
8530
|
_SNAD,
|
|
8348
8531
|
0,
|
|
8349
|
-
[_DM, _Su, _Co, _CTon, _Rec],
|
|
8350
|
-
[0, 0, 0, 0, () => NotificationRecipientType],
|
|
8532
|
+
[_DM, _Su, _Co, _CTon, _Rec, _Exc],
|
|
8533
|
+
[0, 0, 0, 0, () => NotificationRecipientType, () => NotificationRecipientType],
|
|
8351
8534
|
];
|
|
8352
8535
|
var SendOutboundEmailRequest = [
|
|
8353
8536
|
3,
|
|
@@ -8870,13 +9053,22 @@ var UpdateContactFlowMetadataRequest = [
|
|
|
8870
9053
|
[[0, 1], [0, 1], 0, 0, 0],
|
|
8871
9054
|
];
|
|
8872
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, [], []];
|
|
8873
9065
|
var UpdateContactFlowModuleContentRequest = [
|
|
8874
9066
|
3,
|
|
8875
9067
|
n0,
|
|
8876
9068
|
_UCFMCR,
|
|
8877
9069
|
0,
|
|
8878
|
-
[_II, _CFMI, _Co],
|
|
8879
|
-
[[0, 1], [0, 1], 0],
|
|
9070
|
+
[_II, _CFMI, _Co, _Se],
|
|
9071
|
+
[[0, 1], [0, 1], 0, 0],
|
|
8880
9072
|
];
|
|
8881
9073
|
var UpdateContactFlowModuleContentResponse = [3, n0, _UCFMCRp, 0, [], []];
|
|
8882
9074
|
var UpdateContactFlowModuleMetadataRequest = [
|
|
@@ -9362,8 +9554,8 @@ var UserPhoneConfig = [
|
|
|
9362
9554
|
[_PTh, _AAu, _ACWTL, _DPNe, _PCer],
|
|
9363
9555
|
[0, 2, 1, 0, 2],
|
|
9364
9556
|
];
|
|
9365
|
-
var UserProficiency = [3, n0, _UPs, 0, [
|
|
9366
|
-
var UserProficiencyDisassociate = [3, n0, _UPD, 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]];
|
|
9367
9559
|
var UserQuickConnectConfig = [3, n0, _UQCC, 0, [_UI, _CFI], [0, 0]];
|
|
9368
9560
|
var UserReference = [3, n0, _URs, 0, [_I, _A], [0, 0]];
|
|
9369
9561
|
var UserSearchCriteria = [
|
|
@@ -9470,6 +9662,13 @@ var AvailableNumbersList = [1, n0, _ANL, 0, () => AvailableNumberSummary];
|
|
|
9470
9662
|
var CommonAttributeOrConditionList = [1, n0, _CAOCL, 0, () => CommonAttributeAndCondition];
|
|
9471
9663
|
var Conditions = [1, n0, _Cond, 0, () => Condition];
|
|
9472
9664
|
var ContactDataRequestList = [1, n0, _CDRL, 0, () => ContactDataRequest];
|
|
9665
|
+
var ContactFlowModuleAliasSummaryList = [
|
|
9666
|
+
1,
|
|
9667
|
+
n0,
|
|
9668
|
+
_CFMASL,
|
|
9669
|
+
0,
|
|
9670
|
+
() => ContactFlowModuleAliasSummary,
|
|
9671
|
+
];
|
|
9473
9672
|
var ContactFlowModuleSearchConditionList = [
|
|
9474
9673
|
1,
|
|
9475
9674
|
n0,
|
|
@@ -9479,6 +9678,13 @@ var ContactFlowModuleSearchConditionList = [
|
|
|
9479
9678
|
];
|
|
9480
9679
|
var ContactFlowModuleSearchSummaryList = [1, n0, _CFMSSL, 0, () => ContactFlowModule];
|
|
9481
9680
|
var ContactFlowModulesSummaryList = [1, n0, _CFMSL, 0, () => ContactFlowModuleSummary];
|
|
9681
|
+
var ContactFlowModuleVersionSummaryList = [
|
|
9682
|
+
1,
|
|
9683
|
+
n0,
|
|
9684
|
+
_CFMVSL,
|
|
9685
|
+
0,
|
|
9686
|
+
() => ContactFlowModuleVersionSummary,
|
|
9687
|
+
];
|
|
9482
9688
|
var ContactFlowSearchConditionList = [1, n0, _CFSCL, 0, () => ContactFlowSearchCriteria];
|
|
9483
9689
|
var ContactFlowSearchSummaryList = [1, n0, _CFSSL, 0, () => ContactFlow];
|
|
9484
9690
|
var ContactFlowSummaryList = [1, n0, _CFSL, 0, () => ContactFlowSummary];
|
|
@@ -10219,6 +10425,26 @@ var CreateContactFlowModule = [
|
|
|
10219
10425
|
() => CreateContactFlowModuleRequest,
|
|
10220
10426
|
() => CreateContactFlowModuleResponse,
|
|
10221
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
|
+
];
|
|
10222
10448
|
var CreateContactFlowVersion = [
|
|
10223
10449
|
9,
|
|
10224
10450
|
n0,
|
|
@@ -10519,6 +10745,30 @@ var DeleteContactFlowModule = [
|
|
|
10519
10745
|
() => DeleteContactFlowModuleRequest,
|
|
10520
10746
|
() => DeleteContactFlowModuleResponse,
|
|
10521
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
|
+
];
|
|
10522
10772
|
var DeleteContactFlowVersion = [
|
|
10523
10773
|
9,
|
|
10524
10774
|
n0,
|
|
@@ -10817,6 +11067,16 @@ var DescribeContactFlowModule = [
|
|
|
10817
11067
|
() => DescribeContactFlowModuleRequest,
|
|
10818
11068
|
() => DescribeContactFlowModuleResponse,
|
|
10819
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
|
+
];
|
|
10820
11080
|
var DescribeEmailAddress = [
|
|
10821
11081
|
9,
|
|
10822
11082
|
n0,
|
|
@@ -11397,6 +11657,16 @@ var ListContactEvaluations = [
|
|
|
11397
11657
|
() => ListContactEvaluationsRequest,
|
|
11398
11658
|
() => ListContactEvaluationsResponse,
|
|
11399
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
|
+
];
|
|
11400
11670
|
var ListContactFlowModules = [
|
|
11401
11671
|
9,
|
|
11402
11672
|
n0,
|
|
@@ -11407,6 +11677,16 @@ var ListContactFlowModules = [
|
|
|
11407
11677
|
() => ListContactFlowModulesRequest,
|
|
11408
11678
|
() => ListContactFlowModulesResponse,
|
|
11409
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
|
+
];
|
|
11410
11690
|
var ListContactFlows = [
|
|
11411
11691
|
9,
|
|
11412
11692
|
n0,
|
|
@@ -12397,6 +12677,16 @@ var UpdateContactFlowMetadata = [
|
|
|
12397
12677
|
() => UpdateContactFlowMetadataRequest,
|
|
12398
12678
|
() => UpdateContactFlowMetadataResponse,
|
|
12399
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
|
+
];
|
|
12400
12690
|
var UpdateContactFlowModuleContent = [
|
|
12401
12691
|
9,
|
|
12402
12692
|
n0,
|
|
@@ -13166,6 +13456,18 @@ class CreateContactFlowCommand extends smithyClient.Command
|
|
|
13166
13456
|
.build() {
|
|
13167
13457
|
}
|
|
13168
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
|
+
|
|
13169
13471
|
class CreateContactFlowModuleCommand extends smithyClient.Command
|
|
13170
13472
|
.classBuilder()
|
|
13171
13473
|
.ep(commonParams)
|
|
@@ -13178,6 +13480,18 @@ class CreateContactFlowModuleCommand extends smithyClient.Command
|
|
|
13178
13480
|
.build() {
|
|
13179
13481
|
}
|
|
13180
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
|
+
|
|
13181
13495
|
class CreateContactFlowVersionCommand extends smithyClient.Command
|
|
13182
13496
|
.classBuilder()
|
|
13183
13497
|
.ep(commonParams)
|
|
@@ -13526,6 +13840,18 @@ class DeleteContactFlowCommand extends smithyClient.Command
|
|
|
13526
13840
|
.build() {
|
|
13527
13841
|
}
|
|
13528
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
|
+
|
|
13529
13855
|
class DeleteContactFlowModuleCommand extends smithyClient.Command
|
|
13530
13856
|
.classBuilder()
|
|
13531
13857
|
.ep(commonParams)
|
|
@@ -13538,6 +13864,18 @@ class DeleteContactFlowModuleCommand extends smithyClient.Command
|
|
|
13538
13864
|
.build() {
|
|
13539
13865
|
}
|
|
13540
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
|
+
|
|
13541
13879
|
class DeleteContactFlowVersionCommand extends smithyClient.Command
|
|
13542
13880
|
.classBuilder()
|
|
13543
13881
|
.ep(commonParams)
|
|
@@ -13874,6 +14212,18 @@ class DescribeContactFlowCommand extends smithyClient.Command
|
|
|
13874
14212
|
.build() {
|
|
13875
14213
|
}
|
|
13876
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
|
+
|
|
13877
14227
|
class DescribeContactFlowModuleCommand extends smithyClient.Command
|
|
13878
14228
|
.classBuilder()
|
|
13879
14229
|
.ep(commonParams)
|
|
@@ -14582,6 +14932,18 @@ class ListContactEvaluationsCommand extends smithyClient.Command
|
|
|
14582
14932
|
.build() {
|
|
14583
14933
|
}
|
|
14584
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
|
+
|
|
14585
14947
|
class ListContactFlowModulesCommand extends smithyClient.Command
|
|
14586
14948
|
.classBuilder()
|
|
14587
14949
|
.ep(commonParams)
|
|
@@ -14594,6 +14956,18 @@ class ListContactFlowModulesCommand extends smithyClient.Command
|
|
|
14594
14956
|
.build() {
|
|
14595
14957
|
}
|
|
14596
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
|
+
|
|
14597
14971
|
class ListContactFlowsCommand extends smithyClient.Command
|
|
14598
14972
|
.classBuilder()
|
|
14599
14973
|
.ep(commonParams)
|
|
@@ -15782,6 +16156,18 @@ class UpdateContactFlowMetadataCommand extends smithyClient.Command
|
|
|
15782
16156
|
.build() {
|
|
15783
16157
|
}
|
|
15784
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
|
+
|
|
15785
16171
|
class UpdateContactFlowModuleContentCommand extends smithyClient.Command
|
|
15786
16172
|
.classBuilder()
|
|
15787
16173
|
.ep(commonParams)
|
|
@@ -16339,6 +16725,8 @@ const commands = {
|
|
|
16339
16725
|
CreateContactCommand,
|
|
16340
16726
|
CreateContactFlowCommand,
|
|
16341
16727
|
CreateContactFlowModuleCommand,
|
|
16728
|
+
CreateContactFlowModuleAliasCommand,
|
|
16729
|
+
CreateContactFlowModuleVersionCommand,
|
|
16342
16730
|
CreateContactFlowVersionCommand,
|
|
16343
16731
|
CreateEmailAddressCommand,
|
|
16344
16732
|
CreateEvaluationFormCommand,
|
|
@@ -16369,6 +16757,8 @@ const commands = {
|
|
|
16369
16757
|
DeleteContactEvaluationCommand,
|
|
16370
16758
|
DeleteContactFlowCommand,
|
|
16371
16759
|
DeleteContactFlowModuleCommand,
|
|
16760
|
+
DeleteContactFlowModuleAliasCommand,
|
|
16761
|
+
DeleteContactFlowModuleVersionCommand,
|
|
16372
16762
|
DeleteContactFlowVersionCommand,
|
|
16373
16763
|
DeleteEmailAddressCommand,
|
|
16374
16764
|
DeleteEvaluationFormCommand,
|
|
@@ -16398,6 +16788,7 @@ const commands = {
|
|
|
16398
16788
|
DescribeContactEvaluationCommand,
|
|
16399
16789
|
DescribeContactFlowCommand,
|
|
16400
16790
|
DescribeContactFlowModuleCommand,
|
|
16791
|
+
DescribeContactFlowModuleAliasCommand,
|
|
16401
16792
|
DescribeEmailAddressCommand,
|
|
16402
16793
|
DescribeEvaluationFormCommand,
|
|
16403
16794
|
DescribeHoursOfOperationCommand,
|
|
@@ -16456,7 +16847,9 @@ const commands = {
|
|
|
16456
16847
|
ListAuthenticationProfilesCommand,
|
|
16457
16848
|
ListBotsCommand,
|
|
16458
16849
|
ListContactEvaluationsCommand,
|
|
16850
|
+
ListContactFlowModuleAliasesCommand,
|
|
16459
16851
|
ListContactFlowModulesCommand,
|
|
16852
|
+
ListContactFlowModuleVersionsCommand,
|
|
16460
16853
|
ListContactFlowsCommand,
|
|
16461
16854
|
ListContactFlowVersionsCommand,
|
|
16462
16855
|
ListContactReferencesCommand,
|
|
@@ -16556,6 +16949,7 @@ const commands = {
|
|
|
16556
16949
|
UpdateContactEvaluationCommand,
|
|
16557
16950
|
UpdateContactFlowContentCommand,
|
|
16558
16951
|
UpdateContactFlowMetadataCommand,
|
|
16952
|
+
UpdateContactFlowModuleAliasCommand,
|
|
16559
16953
|
UpdateContactFlowModuleContentCommand,
|
|
16560
16954
|
UpdateContactFlowModuleMetadataCommand,
|
|
16561
16955
|
UpdateContactFlowNameCommand,
|
|
@@ -16623,6 +17017,10 @@ const paginateListBots = core.createPaginator(ConnectClient, ListBotsCommand, "N
|
|
|
16623
17017
|
|
|
16624
17018
|
const paginateListContactEvaluations = core.createPaginator(ConnectClient, ListContactEvaluationsCommand, "NextToken", "NextToken", "");
|
|
16625
17019
|
|
|
17020
|
+
const paginateListContactFlowModuleAliases = core.createPaginator(ConnectClient, ListContactFlowModuleAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
17021
|
+
|
|
17022
|
+
const paginateListContactFlowModuleVersions = core.createPaginator(ConnectClient, ListContactFlowModuleVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
17023
|
+
|
|
16626
17024
|
const paginateListContactFlowModules = core.createPaginator(ConnectClient, ListContactFlowModulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
16627
17025
|
|
|
16628
17026
|
const paginateListContactFlowVersions = core.createPaginator(ConnectClient, ListContactFlowVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -17885,7 +18283,9 @@ exports.ContactState = ContactState;
|
|
|
17885
18283
|
exports.CreateAgentStatusCommand = CreateAgentStatusCommand;
|
|
17886
18284
|
exports.CreateContactCommand = CreateContactCommand;
|
|
17887
18285
|
exports.CreateContactFlowCommand = CreateContactFlowCommand;
|
|
18286
|
+
exports.CreateContactFlowModuleAliasCommand = CreateContactFlowModuleAliasCommand;
|
|
17888
18287
|
exports.CreateContactFlowModuleCommand = CreateContactFlowModuleCommand;
|
|
18288
|
+
exports.CreateContactFlowModuleVersionCommand = CreateContactFlowModuleVersionCommand;
|
|
17889
18289
|
exports.CreateContactFlowVersionCommand = CreateContactFlowVersionCommand;
|
|
17890
18290
|
exports.CreateEmailAddressCommand = CreateEmailAddressCommand;
|
|
17891
18291
|
exports.CreateEvaluationFormCommand = CreateEvaluationFormCommand;
|
|
@@ -17919,7 +18319,9 @@ exports.DecimalComparisonType = DecimalComparisonType;
|
|
|
17919
18319
|
exports.DeleteAttachedFileCommand = DeleteAttachedFileCommand;
|
|
17920
18320
|
exports.DeleteContactEvaluationCommand = DeleteContactEvaluationCommand;
|
|
17921
18321
|
exports.DeleteContactFlowCommand = DeleteContactFlowCommand;
|
|
18322
|
+
exports.DeleteContactFlowModuleAliasCommand = DeleteContactFlowModuleAliasCommand;
|
|
17922
18323
|
exports.DeleteContactFlowModuleCommand = DeleteContactFlowModuleCommand;
|
|
18324
|
+
exports.DeleteContactFlowModuleVersionCommand = DeleteContactFlowModuleVersionCommand;
|
|
17923
18325
|
exports.DeleteContactFlowVersionCommand = DeleteContactFlowVersionCommand;
|
|
17924
18326
|
exports.DeleteEmailAddressCommand = DeleteEmailAddressCommand;
|
|
17925
18327
|
exports.DeleteEvaluationFormCommand = DeleteEvaluationFormCommand;
|
|
@@ -17948,6 +18350,7 @@ exports.DescribeAuthenticationProfileCommand = DescribeAuthenticationProfileComm
|
|
|
17948
18350
|
exports.DescribeContactCommand = DescribeContactCommand;
|
|
17949
18351
|
exports.DescribeContactEvaluationCommand = DescribeContactEvaluationCommand;
|
|
17950
18352
|
exports.DescribeContactFlowCommand = DescribeContactFlowCommand;
|
|
18353
|
+
exports.DescribeContactFlowModuleAliasCommand = DescribeContactFlowModuleAliasCommand;
|
|
17951
18354
|
exports.DescribeContactFlowModuleCommand = DescribeContactFlowModuleCommand;
|
|
17952
18355
|
exports.DescribeEmailAddressCommand = DescribeEmailAddressCommand;
|
|
17953
18356
|
exports.DescribeEvaluationFormCommand = DescribeEvaluationFormCommand;
|
|
@@ -18056,6 +18459,8 @@ exports.ListAssociatedContactsCommand = ListAssociatedContactsCommand;
|
|
|
18056
18459
|
exports.ListAuthenticationProfilesCommand = ListAuthenticationProfilesCommand;
|
|
18057
18460
|
exports.ListBotsCommand = ListBotsCommand;
|
|
18058
18461
|
exports.ListContactEvaluationsCommand = ListContactEvaluationsCommand;
|
|
18462
|
+
exports.ListContactFlowModuleAliasesCommand = ListContactFlowModuleAliasesCommand;
|
|
18463
|
+
exports.ListContactFlowModuleVersionsCommand = ListContactFlowModuleVersionsCommand;
|
|
18059
18464
|
exports.ListContactFlowModulesCommand = ListContactFlowModulesCommand;
|
|
18060
18465
|
exports.ListContactFlowVersionsCommand = ListContactFlowVersionsCommand;
|
|
18061
18466
|
exports.ListContactFlowsCommand = ListContactFlowsCommand;
|
|
@@ -18228,6 +18633,7 @@ exports.UpdateContactCommand = UpdateContactCommand;
|
|
|
18228
18633
|
exports.UpdateContactEvaluationCommand = UpdateContactEvaluationCommand;
|
|
18229
18634
|
exports.UpdateContactFlowContentCommand = UpdateContactFlowContentCommand;
|
|
18230
18635
|
exports.UpdateContactFlowMetadataCommand = UpdateContactFlowMetadataCommand;
|
|
18636
|
+
exports.UpdateContactFlowModuleAliasCommand = UpdateContactFlowModuleAliasCommand;
|
|
18231
18637
|
exports.UpdateContactFlowModuleContentCommand = UpdateContactFlowModuleContentCommand;
|
|
18232
18638
|
exports.UpdateContactFlowModuleMetadataCommand = UpdateContactFlowModuleMetadataCommand;
|
|
18233
18639
|
exports.UpdateContactFlowNameCommand = UpdateContactFlowNameCommand;
|
|
@@ -18289,6 +18695,8 @@ exports.paginateListApprovedOrigins = paginateListApprovedOrigins;
|
|
|
18289
18695
|
exports.paginateListAuthenticationProfiles = paginateListAuthenticationProfiles;
|
|
18290
18696
|
exports.paginateListBots = paginateListBots;
|
|
18291
18697
|
exports.paginateListContactEvaluations = paginateListContactEvaluations;
|
|
18698
|
+
exports.paginateListContactFlowModuleAliases = paginateListContactFlowModuleAliases;
|
|
18699
|
+
exports.paginateListContactFlowModuleVersions = paginateListContactFlowModuleVersions;
|
|
18292
18700
|
exports.paginateListContactFlowModules = paginateListContactFlowModules;
|
|
18293
18701
|
exports.paginateListContactFlowVersions = paginateListContactFlowVersions;
|
|
18294
18702
|
exports.paginateListContactFlows = paginateListContactFlows;
|