@aws-sdk/client-connect 3.974.0 → 3.975.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 +77 -0
- package/dist-cjs/index.js +548 -24
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateTestCaseCommand.js +16 -0
- package/dist-es/commands/DeleteTestCaseCommand.js +16 -0
- package/dist-es/commands/DescribeTestCaseCommand.js +16 -0
- package/dist-es/commands/GetTestCaseExecutionSummaryCommand.js +16 -0
- package/dist-es/commands/ListTestCaseExecutionRecordsCommand.js +16 -0
- package/dist-es/commands/ListTestCaseExecutionsCommand.js +16 -0
- package/dist-es/commands/ListTestCasesCommand.js +16 -0
- package/dist-es/commands/SearchTestCasesCommand.js +16 -0
- package/dist-es/commands/StartTestCaseExecutionCommand.js +16 -0
- package/dist-es/commands/StopTestCaseExecutionCommand.js +16 -0
- package/dist-es/commands/UpdateTestCaseCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/enums.js +20 -0
- package/dist-es/models/errors.js +14 -0
- package/dist-es/pagination/ListTestCasesPaginator.js +4 -0
- package/dist-es/pagination/SearchTestCasesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -25
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/CreateTestCaseCommand.d.ts +127 -0
- package/dist-types/commands/CreateWorkspacePageCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTestCaseCommand.d.ts +91 -0
- package/dist-types/commands/DescribeTestCaseCommand.d.ts +116 -0
- package/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +101 -0
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -1
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListTestCaseExecutionRecordsCommand.d.ts +105 -0
- package/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +111 -0
- package/dist-types/commands/ListTestCasesCommand.d.ts +104 -0
- package/dist-types/commands/SearchTestCasesCommand.d.ts +167 -0
- package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +1 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +1 -1
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -2
- package/dist-types/commands/StartTestCaseExecutionCommand.d.ts +99 -0
- package/dist-types/commands/StopTestCaseExecutionCommand.d.ts +93 -0
- package/dist-types/commands/UpdateTestCaseCommand.d.ts +112 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/enums.d.ts +52 -0
- package/dist-types/models/errors.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +113 -84
- package/dist-types/models/models_1.d.ts +267 -282
- package/dist-types/models/models_2.d.ts +578 -599
- package/dist-types/models/models_3.d.ts +774 -3
- package/dist-types/pagination/ListTestCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchTestCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +43 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/enums.d.ts +28 -0
- package/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +28 -19
- package/dist-types/ts3.4/models/models_1.d.ts +65 -67
- package/dist-types/ts3.4/models/models_2.d.ts +137 -121
- package/dist-types/ts3.4/models/models_3.d.ts +167 -10
- package/dist-types/ts3.4/pagination/ListTestCasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchTestCasesPaginator.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 +43 -0
- package/package.json +9 -9
package/dist-cjs/index.js
CHANGED
|
@@ -347,6 +347,20 @@ class PropertyValidationException extends ConnectServiceException {
|
|
|
347
347
|
this.PropertyList = opts.PropertyList;
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
+
class InvalidTestCaseException extends ConnectServiceException {
|
|
351
|
+
name = "InvalidTestCaseException";
|
|
352
|
+
$fault = "client";
|
|
353
|
+
Problems;
|
|
354
|
+
constructor(opts) {
|
|
355
|
+
super({
|
|
356
|
+
name: "InvalidTestCaseException",
|
|
357
|
+
$fault: "client",
|
|
358
|
+
...opts,
|
|
359
|
+
});
|
|
360
|
+
Object.setPrototypeOf(this, InvalidTestCaseException.prototype);
|
|
361
|
+
this.Problems = opts.Problems;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
350
364
|
class ResourceNotReadyException extends ConnectServiceException {
|
|
351
365
|
name = "ResourceNotReadyException";
|
|
352
366
|
$fault = "client";
|
|
@@ -990,6 +1004,9 @@ const _CSSSAV = "ContactSearchSummarySegmentAttributeValue";
|
|
|
990
1004
|
const _CT = "ClientToken";
|
|
991
1005
|
const _CTAT = "ConnectedToAgentTimestamp";
|
|
992
1006
|
const _CTC = "ConversationTurnCount";
|
|
1007
|
+
const _CTCR = "CreateTestCaseRequest";
|
|
1008
|
+
const _CTCRr = "CreateTestCaseResponse";
|
|
1009
|
+
const _CTCr = "CreateTestCase";
|
|
993
1010
|
const _CTDG = "CreateTrafficDistributionGroup";
|
|
994
1011
|
const _CTDGR = "CreateTrafficDistributionGroupRequest";
|
|
995
1012
|
const _CTDGRr = "CreateTrafficDistributionGroupResponse";
|
|
@@ -1253,6 +1270,12 @@ const _DTA = "DataTableAttribute";
|
|
|
1253
1270
|
const _DTACC = "DataTableAccessControlConfiguration";
|
|
1254
1271
|
const _DTAa = "DataTableArn";
|
|
1255
1272
|
const _DTC = "DateTimeCondition";
|
|
1273
|
+
const _DTCR = "DeleteTestCaseRequest";
|
|
1274
|
+
const _DTCRe = "DeleteTestCaseResponse";
|
|
1275
|
+
const _DTCRes = "DescribeTestCaseRequest";
|
|
1276
|
+
const _DTCResc = "DescribeTestCaseResponse";
|
|
1277
|
+
const _DTCe = "DeleteTestCase";
|
|
1278
|
+
const _DTCes = "DescribeTestCase";
|
|
1256
1279
|
const _DTDG = "DeleteTrafficDistributionGroup";
|
|
1257
1280
|
const _DTDGR = "DeleteTrafficDistributionGroupRequest";
|
|
1258
1281
|
const _DTDGRe = "DeleteTrafficDistributionGroupResponse";
|
|
@@ -1473,11 +1496,13 @@ const _ENM = "EvaluationNotesMap";
|
|
|
1473
1496
|
const _EOC = "EndOffsetChar";
|
|
1474
1497
|
const _EOH = "EffectiveOverrideHours";
|
|
1475
1498
|
const _EOHL = "EffectiveOverrideHoursList";
|
|
1499
|
+
const _EP = "EntryPoint";
|
|
1476
1500
|
const _EQAAD = "EvaluationQuestionAnswerAnalysisDetails";
|
|
1477
1501
|
const _EQID = "EvaluationQuestionInputDetails";
|
|
1478
1502
|
const _ER = "EchoReduction";
|
|
1479
1503
|
const _ERC = "EvaluationReviewConfiguration";
|
|
1480
1504
|
const _ERL = "EmailRecipientsList";
|
|
1505
|
+
const _ERLx = "ExecutionRecordList";
|
|
1481
1506
|
const _ERM = "EvaluationReviewMetadata";
|
|
1482
1507
|
const _ERNR = "EvaluationReviewNotificationRecipient";
|
|
1483
1508
|
const _ERNRL = "EvaluationReviewNotificationRecipientList";
|
|
@@ -1488,6 +1513,8 @@ const _ERm = "EmailRecipient";
|
|
|
1488
1513
|
const _ERma = "EmailReference";
|
|
1489
1514
|
const _ERr = "ErrorResult";
|
|
1490
1515
|
const _ERrr = "ErrorResults";
|
|
1516
|
+
const _ERx = "ExecutionRecord";
|
|
1517
|
+
const _ERxe = "ExecutionRecords";
|
|
1491
1518
|
const _ES = "EvaluationScore";
|
|
1492
1519
|
const _ESA = "EvaluationSuggestedAnswer";
|
|
1493
1520
|
const _ESAL = "EvaluationSuggestedAnswersList";
|
|
@@ -1625,6 +1652,9 @@ const _GPFRe = "GetPromptFileResponse";
|
|
|
1625
1652
|
const _GRM = "GlobalResiliencyMetadata";
|
|
1626
1653
|
const _GSIE = "GlobalSignInEndpoint";
|
|
1627
1654
|
const _GST = "GreetingStartTimestamp";
|
|
1655
|
+
const _GTCES = "GetTestCaseExecutionSummary";
|
|
1656
|
+
const _GTCESR = "GetTestCaseExecutionSummaryRequest";
|
|
1657
|
+
const _GTCESRe = "GetTestCaseExecutionSummaryResponse";
|
|
1628
1658
|
const _GTD = "GetTrafficDistribution";
|
|
1629
1659
|
const _GTDR = "GetTrafficDistributionRequest";
|
|
1630
1660
|
const _GTDRe = "GetTrafficDistributionResponse";
|
|
@@ -1698,7 +1728,8 @@ const _ICFE = "InvalidContactFlowException";
|
|
|
1698
1728
|
const _ICFME = "InvalidContactFlowModuleException";
|
|
1699
1729
|
const _ICI = "InitialContactId";
|
|
1700
1730
|
const _ID = "IsDefault";
|
|
1701
|
-
const _IDn = "
|
|
1731
|
+
const _IDn = "InitializationData";
|
|
1732
|
+
const _IDnp = "InputData";
|
|
1702
1733
|
const _IDnt = "IntervalDetails";
|
|
1703
1734
|
const _IDs = "IssuesDetected";
|
|
1704
1735
|
const _IE = "IdempotencyException";
|
|
@@ -1735,6 +1766,7 @@ const _ISn = "InstanceStatus";
|
|
|
1735
1766
|
const _ISnp = "InputSchema";
|
|
1736
1767
|
const _ISns = "InstanceSummary";
|
|
1737
1768
|
const _IT = "InitiationTimestamp";
|
|
1769
|
+
const _ITCE = "InvalidTestCaseException";
|
|
1738
1770
|
const _ITSM = "InitialTemplatedSystemMessage";
|
|
1739
1771
|
const _ITTF = "InvisibleTaskTemplateFields";
|
|
1740
1772
|
const _ITn = "IntegrationType";
|
|
@@ -1937,6 +1969,15 @@ const _LSPPRi = "ListSecurityProfilePermissionsResponse";
|
|
|
1937
1969
|
const _LSPR = "ListSecurityProfilesRequest";
|
|
1938
1970
|
const _LSPRi = "ListSecurityProfilesResponse";
|
|
1939
1971
|
const _LT = "LevelTwo";
|
|
1972
|
+
const _LTC = "ListTestCases";
|
|
1973
|
+
const _LTCE = "ListTestCaseExecutions";
|
|
1974
|
+
const _LTCER = "ListTestCaseExecutionsRequest";
|
|
1975
|
+
const _LTCERR = "ListTestCaseExecutionRecordsRequest";
|
|
1976
|
+
const _LTCERRi = "ListTestCaseExecutionRecordsResponse";
|
|
1977
|
+
const _LTCERi = "ListTestCaseExecutionsResponse";
|
|
1978
|
+
const _LTCERis = "ListTestCaseExecutionRecords";
|
|
1979
|
+
const _LTCR = "ListTestCasesRequest";
|
|
1980
|
+
const _LTCRi = "ListTestCasesResponse";
|
|
1940
1981
|
const _LTDG = "ListTrafficDistributionGroups";
|
|
1941
1982
|
const _LTDGR = "ListTrafficDistributionGroupsRequest";
|
|
1942
1983
|
const _LTDGRi = "ListTrafficDistributionGroupsResponse";
|
|
@@ -2106,12 +2147,15 @@ const _OE = "OrExpression";
|
|
|
2106
2147
|
const _OEAI = "OutboundEmailAddressId";
|
|
2107
2148
|
const _OEC = "OutboundEmailConfig";
|
|
2108
2149
|
const _OECu = "OutboundEmailContent";
|
|
2150
|
+
const _OF = "ObservationsFailed";
|
|
2109
2151
|
const _OFI = "OutboundFlowId";
|
|
2110
2152
|
const _OH = "OperationalHours";
|
|
2111
2153
|
const _OHp = "OperationalHour";
|
|
2112
2154
|
const _OHv = "OverrideHours";
|
|
2113
2155
|
const _OHve = "OverrideHour";
|
|
2156
|
+
const _OI = "ObservationId";
|
|
2114
2157
|
const _ON = "OverrideName";
|
|
2158
|
+
const _OP = "ObservationsPassed";
|
|
2115
2159
|
const _OR = "OriginRegion";
|
|
2116
2160
|
const _ORI = "OptionRefIds";
|
|
2117
2161
|
const _ORIp = "OptionRefId";
|
|
@@ -2120,6 +2164,7 @@ const _ORIu = "OutboundRequestId";
|
|
|
2120
2164
|
const _ORM = "OutboundRawMessage";
|
|
2121
2165
|
const _OS = "OutboundSubject";
|
|
2122
2166
|
const _OSC = "OutboundStrategyConfig";
|
|
2167
|
+
const _OSb = "ObservationSummary";
|
|
2123
2168
|
const _OSp = "OperatingSystem";
|
|
2124
2169
|
const _OSpe = "OperationalStatus";
|
|
2125
2170
|
const _OSu = "OutboundStrategy";
|
|
@@ -2421,7 +2466,8 @@ const _RTefe = "ReferenceTypes";
|
|
|
2421
2466
|
const _RTes = "ResourceTypes";
|
|
2422
2467
|
const _Re = "Recordings";
|
|
2423
2468
|
const _Rea = "Reason";
|
|
2424
|
-
const _Rec = "
|
|
2469
|
+
const _Rec = "Record";
|
|
2470
|
+
const _Reci = "Recipient";
|
|
2425
2471
|
const _Red = "Redaction";
|
|
2426
2472
|
const _Ref = "References";
|
|
2427
2473
|
const _Refe = "Reference";
|
|
@@ -2654,9 +2700,18 @@ const _SSV = "SystemSuggestedValue";
|
|
|
2654
2700
|
const _SSc = "ScreenShare";
|
|
2655
2701
|
const _SSi = "SingleSelect";
|
|
2656
2702
|
const _ST = "SearchText";
|
|
2657
|
-
const _STC = "
|
|
2658
|
-
const
|
|
2659
|
-
const
|
|
2703
|
+
const _STC = "SearchTestCases";
|
|
2704
|
+
const _STCE = "StartTestCaseExecution";
|
|
2705
|
+
const _STCER = "StartTestCaseExecutionRequest";
|
|
2706
|
+
const _STCERt = "StartTestCaseExecutionResponse";
|
|
2707
|
+
const _STCERto = "StopTestCaseExecutionRequest";
|
|
2708
|
+
const _STCERtop = "StopTestCaseExecutionResponse";
|
|
2709
|
+
const _STCEt = "StopTestCaseExecution";
|
|
2710
|
+
const _STCR = "SearchTestCasesRequest";
|
|
2711
|
+
const _STCRe = "SearchTestCasesResponse";
|
|
2712
|
+
const _STCRt = "StartTaskContactRequest";
|
|
2713
|
+
const _STCRta = "StartTaskContactResponse";
|
|
2714
|
+
const _STCt = "StartTaskContact";
|
|
2660
2715
|
const _STL = "SearchTextList";
|
|
2661
2716
|
const _STc = "ScheduledTimestamp";
|
|
2662
2717
|
const _STch = "ScheduledTime";
|
|
@@ -2730,16 +2785,34 @@ const _TBH = "TextBackgroundHover";
|
|
|
2730
2785
|
const _TBM = "TotalBotMessages";
|
|
2731
2786
|
const _TBMLIC = "TotalBotMessageLengthInChars";
|
|
2732
2787
|
const _TC = "TagConditions";
|
|
2788
|
+
const _TCA = "TestCaseArn";
|
|
2789
|
+
const _TCE = "TestCaseExecutions";
|
|
2790
|
+
const _TCEI = "TestCaseExecutionId";
|
|
2791
|
+
const _TCEL = "TestCaseExecutionList";
|
|
2792
|
+
const _TCEP = "TestCaseEntryPoint";
|
|
2793
|
+
const _TCES = "TestCaseExecutionStatus";
|
|
2794
|
+
const _TCEe = "TestCaseExecution";
|
|
2795
|
+
const _TCI = "TestCaseId";
|
|
2733
2796
|
const _TCL = "TranscriptCriteriaList";
|
|
2797
|
+
const _TCN = "TestCaseName";
|
|
2734
2798
|
const _TCR = "TagContactRequest";
|
|
2735
2799
|
const _TCRa = "TagContactResponse";
|
|
2736
2800
|
const _TCRr = "TransferContactRequest";
|
|
2737
2801
|
const _TCRra = "TransferContactResponse";
|
|
2802
|
+
const _TCS = "TestCaseSha256";
|
|
2803
|
+
const _TCSC = "TestCaseSearchCriteria";
|
|
2804
|
+
const _TCSCL = "TestCaseSearchConditionList";
|
|
2805
|
+
const _TCSF = "TestCaseSearchFilter";
|
|
2806
|
+
const _TCSL = "TestCaseSummaryList";
|
|
2807
|
+
const _TCSSL = "TestCaseSearchSummaryList";
|
|
2808
|
+
const _TCSe = "TestCaseSummary";
|
|
2738
2809
|
const _TCU = "TurnControlUrl";
|
|
2739
2810
|
const _TCa = "TagCondition";
|
|
2740
2811
|
const _TCag = "TagContact";
|
|
2741
2812
|
const _TCar = "TargetConfiguration";
|
|
2742
|
-
const _TCe = "
|
|
2813
|
+
const _TCe = "TestCase";
|
|
2814
|
+
const _TCel = "TelephonyConfig";
|
|
2815
|
+
const _TCes = "TestCases";
|
|
2743
2816
|
const _TCh = "ThresholdCollections";
|
|
2744
2817
|
const _TCi = "TimestampCondition";
|
|
2745
2818
|
const _TCo = "TotalCount";
|
|
@@ -2768,6 +2841,7 @@ const _TLa = "TagsList";
|
|
|
2768
2841
|
const _TM = "TotalMessages";
|
|
2769
2842
|
const _TMC = "TemplatedMessageConfig";
|
|
2770
2843
|
const _TMRE = "TooManyRequestsException";
|
|
2844
|
+
const _TO = "TotalObservations";
|
|
2771
2845
|
const _TOCL = "TagOrConditionList";
|
|
2772
2846
|
const _TPC = "TotalPauseCount";
|
|
2773
2847
|
const _TPDIS = "TotalPauseDurationInSeconds";
|
|
@@ -2808,7 +2882,8 @@ const _Tem = "Template";
|
|
|
2808
2882
|
const _Th = "Theme";
|
|
2809
2883
|
const _Thr = "Threshold";
|
|
2810
2884
|
const _Ti = "Title";
|
|
2811
|
-
const _Tim = "
|
|
2885
|
+
const _Tim = "Timestamp";
|
|
2886
|
+
const _Time = "Time";
|
|
2812
2887
|
const _Tr = "Transcript";
|
|
2813
2888
|
const _Ty = "Typography";
|
|
2814
2889
|
const _U = "Username";
|
|
@@ -2969,6 +3044,9 @@ const _USPR = "UpdateSecurityProfileRequest";
|
|
|
2969
3044
|
const _USS = "UserSearchSummary";
|
|
2970
3045
|
const _USSL = "UserSearchSummaryList";
|
|
2971
3046
|
const _UT = "UserTags";
|
|
3047
|
+
const _UTC = "UpdateTestCase";
|
|
3048
|
+
const _UTCR = "UpdateTestCaseRequest";
|
|
3049
|
+
const _UTCRp = "UpdateTestCaseResponse";
|
|
2972
3050
|
const _UTD = "UpdateTrafficDistribution";
|
|
2973
3051
|
const _UTDR = "UpdateTrafficDistributionRequest";
|
|
2974
3052
|
const _UTDRp = "UpdateTrafficDistributionResponse";
|
|
@@ -3021,6 +3099,7 @@ const _VAa = "ValueArn";
|
|
|
3021
3099
|
const _VAi = "ViewActions";
|
|
3022
3100
|
const _VAo = "VocabularyArn";
|
|
3023
3101
|
const _VC = "ViewContent";
|
|
3102
|
+
const _VCEPP = "VoiceCallEntryPointParameters";
|
|
3024
3103
|
const _VCS = "ViewContentSha256";
|
|
3025
3104
|
const _VD = "VersionDescription";
|
|
3026
3105
|
const _VE = "ValidationEnum";
|
|
@@ -3096,10 +3175,12 @@ const _cI = "contactId";
|
|
|
3096
3175
|
const _cT = "clientToken";
|
|
3097
3176
|
const _e = "error";
|
|
3098
3177
|
const _eSN = "eventSourceName";
|
|
3178
|
+
const _eT = "endTime";
|
|
3099
3179
|
const _fA = "functionArn";
|
|
3100
3180
|
const _fD = "fromDate";
|
|
3101
3181
|
const _h = "http";
|
|
3102
3182
|
const _hE = "httpError";
|
|
3183
|
+
const _hH = "httpHeader";
|
|
3103
3184
|
const _hQ = "httpQuery";
|
|
3104
3185
|
const _iA = "integrationArn";
|
|
3105
3186
|
const _iI = "instanceId";
|
|
@@ -3122,12 +3203,15 @@ const _qT = "queueTypes";
|
|
|
3122
3203
|
const _rA = "resourceArn";
|
|
3123
3204
|
const _rT = "resourceType";
|
|
3124
3205
|
const _rTe = "referenceTypes";
|
|
3125
|
-
const _s = "
|
|
3206
|
+
const _s = "status";
|
|
3207
|
+
const _sT = "startTime";
|
|
3126
3208
|
const _sV = "snapshotVersion";
|
|
3209
|
+
const _se = "server";
|
|
3127
3210
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connect";
|
|
3128
3211
|
const _st = "state";
|
|
3129
|
-
const _sta = "status";
|
|
3130
3212
|
const _t = "tags";
|
|
3213
|
+
const _tCI = "testCaseId";
|
|
3214
|
+
const _tCN = "testCaseName";
|
|
3131
3215
|
const _tD = "toDate";
|
|
3132
3216
|
const _tK = "tagKey";
|
|
3133
3217
|
const _tKCT = "tagKeyComparisonType";
|
|
@@ -3138,6 +3222,9 @@ const _ty = "type";
|
|
|
3138
3222
|
const _uEIS = "urlExpiryInSeconds";
|
|
3139
3223
|
const _v = "version";
|
|
3140
3224
|
const _va = "value";
|
|
3225
|
+
const _xalmr = "x-amz-last-modified-region";
|
|
3226
|
+
const _xalmt = "x-amz-last-modified-time";
|
|
3227
|
+
const _xari = "x-amz-resource-id";
|
|
3141
3228
|
const n0 = "com.amazonaws.connect";
|
|
3142
3229
|
var AgentFirstName = [0, n0, _AFN, 8, 0];
|
|
3143
3230
|
var AgentLastName = [0, n0, _ALN, 8, 0];
|
|
@@ -4180,6 +4267,16 @@ var CreateTaskTemplateResponse$ = [3, n0, _CTTRr,
|
|
|
4180
4267
|
[_I, _A],
|
|
4181
4268
|
[0, 0], 2
|
|
4182
4269
|
];
|
|
4270
|
+
var CreateTestCaseRequest$ = [3, n0, _CTCR,
|
|
4271
|
+
0,
|
|
4272
|
+
[_II, _N, _Co, _D, _EP, _IDn, _St, _TCI, _Ta, _LMT, _LMR],
|
|
4273
|
+
[[0, 1], 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, [0, { [_hH]: _xari }], 128 | 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 3
|
|
4274
|
+
];
|
|
4275
|
+
var CreateTestCaseResponse$ = [3, n0, _CTCRr,
|
|
4276
|
+
0,
|
|
4277
|
+
[_TCI, _TCA],
|
|
4278
|
+
[0, 0]
|
|
4279
|
+
];
|
|
4183
4280
|
var CreateTrafficDistributionGroupRequest$ = [3, n0, _CTDGR,
|
|
4184
4281
|
0,
|
|
4185
4282
|
[_N, _II, _D, _CT, _Ta],
|
|
@@ -4252,7 +4349,7 @@ var CreateVocabularyResponse$ = [3, n0, _CVRrea,
|
|
|
4252
4349
|
];
|
|
4253
4350
|
var CreateWorkspacePageRequest$ = [3, n0, _CWPR,
|
|
4254
4351
|
0,
|
|
4255
|
-
[_II, _WI, _RAe, _Pa, _Sl,
|
|
4352
|
+
[_II, _WI, _RAe, _Pa, _Sl, _IDnp],
|
|
4256
4353
|
[[0, 1], [0, 1], 0, 0, 0, 0], 4
|
|
4257
4354
|
];
|
|
4258
4355
|
var CreateWorkspacePageResponse$ = [3, n0, _CWPRr,
|
|
@@ -4590,6 +4687,16 @@ var DeleteTaskTemplateResponse$ = [3, n0, _DTTRe,
|
|
|
4590
4687
|
[],
|
|
4591
4688
|
[]
|
|
4592
4689
|
];
|
|
4690
|
+
var DeleteTestCaseRequest$ = [3, n0, _DTCR,
|
|
4691
|
+
0,
|
|
4692
|
+
[_II, _TCI],
|
|
4693
|
+
[[0, 1], [0, 1]], 2
|
|
4694
|
+
];
|
|
4695
|
+
var DeleteTestCaseResponse$ = [3, n0, _DTCRe,
|
|
4696
|
+
0,
|
|
4697
|
+
[],
|
|
4698
|
+
[]
|
|
4699
|
+
];
|
|
4593
4700
|
var DeleteTrafficDistributionGroupRequest$ = [3, n0, _DTDGR,
|
|
4594
4701
|
0,
|
|
4595
4702
|
[_TDGI],
|
|
@@ -4915,6 +5022,16 @@ var DescribeSecurityProfileResponse$ = [3, n0, _DSPRes,
|
|
|
4915
5022
|
[_SPe],
|
|
4916
5023
|
[() => SecurityProfile$]
|
|
4917
5024
|
];
|
|
5025
|
+
var DescribeTestCaseRequest$ = [3, n0, _DTCRes,
|
|
5026
|
+
0,
|
|
5027
|
+
[_II, _TCI, _St],
|
|
5028
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _s }]], 2
|
|
5029
|
+
];
|
|
5030
|
+
var DescribeTestCaseResponse$ = [3, n0, _DTCResc,
|
|
5031
|
+
0,
|
|
5032
|
+
[_TCe],
|
|
5033
|
+
[() => TestCase$]
|
|
5034
|
+
];
|
|
4918
5035
|
var DescribeTrafficDistributionGroupRequest$ = [3, n0, _DTDGRes,
|
|
4919
5036
|
0,
|
|
4920
5037
|
[_TDGI],
|
|
@@ -5512,6 +5629,11 @@ var EventBridgeActionDefinition$ = [3, n0, _EBAD,
|
|
|
5512
5629
|
[_N],
|
|
5513
5630
|
[0], 1
|
|
5514
5631
|
];
|
|
5632
|
+
var ExecutionRecord$ = [3, n0, _ERx,
|
|
5633
|
+
0,
|
|
5634
|
+
[_OI, _St, _Tim, _Rec],
|
|
5635
|
+
[0, 0, 4, 0]
|
|
5636
|
+
];
|
|
5515
5637
|
var Expiry$ = [3, n0, _Ex,
|
|
5516
5638
|
0,
|
|
5517
5639
|
[_DIS, _ETx],
|
|
@@ -5702,6 +5824,16 @@ var GetTaskTemplateResponse$ = [3, n0, _GTTRe,
|
|
|
5702
5824
|
[_I, _A, _N, _II, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre, _Ta],
|
|
5703
5825
|
[0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4, 128 | 0], 3
|
|
5704
5826
|
];
|
|
5827
|
+
var GetTestCaseExecutionSummaryRequest$ = [3, n0, _GTCESR,
|
|
5828
|
+
0,
|
|
5829
|
+
[_II, _TCI, _TCEI],
|
|
5830
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
5831
|
+
];
|
|
5832
|
+
var GetTestCaseExecutionSummaryResponse$ = [3, n0, _GTCESRe,
|
|
5833
|
+
0,
|
|
5834
|
+
[_STtar, _ETnd, _St, _OSb],
|
|
5835
|
+
[4, 4, 0, () => ObservationSummary$]
|
|
5836
|
+
];
|
|
5705
5837
|
var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
|
|
5706
5838
|
0,
|
|
5707
5839
|
[_I],
|
|
@@ -5709,7 +5841,7 @@ var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
|
|
|
5709
5841
|
];
|
|
5710
5842
|
var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
5711
5843
|
0,
|
|
5712
|
-
[
|
|
5844
|
+
[_TCel, _I, _A, _SIC, _ACg],
|
|
5713
5845
|
[() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
|
|
5714
5846
|
];
|
|
5715
5847
|
var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
@@ -5919,7 +6051,7 @@ var IntegrationAssociationSummary$ = [3, n0, _IAS,
|
|
|
5919
6051
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
5920
6052
|
];
|
|
5921
6053
|
var InternalServiceException$ = [-3, n0, _ISE,
|
|
5922
|
-
{ [_e]:
|
|
6054
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
5923
6055
|
[_M],
|
|
5924
6056
|
[0]
|
|
5925
6057
|
];
|
|
@@ -5959,6 +6091,12 @@ var InvalidRequestException$ = [-3, n0, _IRE,
|
|
|
5959
6091
|
[0, () => InvalidRequestExceptionReason$]
|
|
5960
6092
|
];
|
|
5961
6093
|
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
6094
|
+
var InvalidTestCaseException$ = [-3, n0, _ITCE,
|
|
6095
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
6096
|
+
[_Prob],
|
|
6097
|
+
[() => Problems]
|
|
6098
|
+
];
|
|
6099
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTestCaseException$, InvalidTestCaseException);
|
|
5962
6100
|
var InvisibleFieldInfo$ = [3, n0, _IFI,
|
|
5963
6101
|
0,
|
|
5964
6102
|
[_I],
|
|
@@ -6513,13 +6651,43 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
6513
6651
|
var ListTaskTemplatesRequest$ = [3, n0, _LTTR,
|
|
6514
6652
|
0,
|
|
6515
6653
|
[_II, _NT, _MR, _St, _N],
|
|
6516
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
6654
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _s }], [0, { [_hQ]: _n }]], 1
|
|
6517
6655
|
];
|
|
6518
6656
|
var ListTaskTemplatesResponse$ = [3, n0, _LTTRi,
|
|
6519
6657
|
0,
|
|
6520
6658
|
[_TTa, _NT],
|
|
6521
6659
|
[() => TaskTemplateList, 0]
|
|
6522
6660
|
];
|
|
6661
|
+
var ListTestCaseExecutionRecordsRequest$ = [3, n0, _LTCERR,
|
|
6662
|
+
0,
|
|
6663
|
+
[_II, _TCI, _TCEI, _St, _NT, _MR],
|
|
6664
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
|
|
6665
|
+
];
|
|
6666
|
+
var ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
|
|
6667
|
+
0,
|
|
6668
|
+
[_ERxe, _NT],
|
|
6669
|
+
[() => ExecutionRecordList, 0]
|
|
6670
|
+
];
|
|
6671
|
+
var ListTestCaseExecutionsRequest$ = [3, n0, _LTCER,
|
|
6672
|
+
0,
|
|
6673
|
+
[_II, _TCI, _TCN, _STtar, _ETnd, _St, _NT, _MR],
|
|
6674
|
+
[[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
6675
|
+
];
|
|
6676
|
+
var ListTestCaseExecutionsResponse$ = [3, n0, _LTCERi,
|
|
6677
|
+
0,
|
|
6678
|
+
[_TCE, _NT],
|
|
6679
|
+
[() => TestCaseExecutionList, 0]
|
|
6680
|
+
];
|
|
6681
|
+
var ListTestCasesRequest$ = [3, n0, _LTCR,
|
|
6682
|
+
0,
|
|
6683
|
+
[_II, _NT, _MR],
|
|
6684
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
6685
|
+
];
|
|
6686
|
+
var ListTestCasesResponse$ = [3, n0, _LTCRi,
|
|
6687
|
+
0,
|
|
6688
|
+
[_TCSL, _NT],
|
|
6689
|
+
[() => TestCaseSummaryList, 0]
|
|
6690
|
+
];
|
|
6523
6691
|
var ListTrafficDistributionGroupsRequest$ = [3, n0, _LTDGR,
|
|
6524
6692
|
0,
|
|
6525
6693
|
[_MR, _NT, _II],
|
|
@@ -6741,6 +6909,11 @@ var NumericQuestionPropertyValueAutomation$ = [3, n0, _NQPVA,
|
|
|
6741
6909
|
[_La],
|
|
6742
6910
|
[0], 1
|
|
6743
6911
|
];
|
|
6912
|
+
var ObservationSummary$ = [3, n0, _OSb,
|
|
6913
|
+
0,
|
|
6914
|
+
[_TO, _OP, _OF],
|
|
6915
|
+
[1, 1, 1]
|
|
6916
|
+
];
|
|
6744
6917
|
var OperationalHour$ = [3, n0, _OHp,
|
|
6745
6918
|
0,
|
|
6746
6919
|
[_Star, _End_],
|
|
@@ -7106,7 +7279,7 @@ var RealTimeContactAnalysisPointOfInterest$ = [3, n0, _RTCAPOI,
|
|
|
7106
7279
|
];
|
|
7107
7280
|
var RealTimeContactAnalysisSegmentAttachments$ = [3, n0, _RTCASA,
|
|
7108
7281
|
0,
|
|
7109
|
-
[_I, _PI, _PR, _Atta,
|
|
7282
|
+
[_I, _PI, _PR, _Atta, _Time, _DN],
|
|
7110
7283
|
[0, 0, 0, () => RealTimeContactAnalysisAttachments, () => RealTimeContactAnalysisTimeData$, 0], 5
|
|
7111
7284
|
];
|
|
7112
7285
|
var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
|
|
@@ -7116,7 +7289,7 @@ var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
|
|
|
7116
7289
|
];
|
|
7117
7290
|
var RealTimeContactAnalysisSegmentEvent$ = [3, n0, _RTCASE,
|
|
7118
7291
|
0,
|
|
7119
|
-
[_I, _ETve,
|
|
7292
|
+
[_I, _ETve, _Time, _PI, _PR, _DN],
|
|
7120
7293
|
[0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, 0], 3
|
|
7121
7294
|
];
|
|
7122
7295
|
var RealTimeContactAnalysisSegmentIssues$ = [3, n0, _RTCASI,
|
|
@@ -7131,7 +7304,7 @@ var RealTimeContactAnalysisSegmentPostContactSummary$ = [3, n0, _RTCASPCS,
|
|
|
7131
7304
|
];
|
|
7132
7305
|
var RealTimeContactAnalysisSegmentTranscript$ = [3, n0, _RTCAST,
|
|
7133
7306
|
0,
|
|
7134
|
-
[_I, _PI, _PR, _Co,
|
|
7307
|
+
[_I, _PI, _PR, _Co, _Time, _DN, _CTon, _Red, _Sen],
|
|
7135
7308
|
[0, 0, 0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, () => RealTimeContactAnalysisTranscriptItemRedaction$, 0], 5
|
|
7136
7309
|
];
|
|
7137
7310
|
var RealTimeContactAnalysisTranscriptItemRedaction$ = [3, n0, _RTCATIR,
|
|
@@ -7588,6 +7761,16 @@ var SearchSecurityProfilesResponse$ = [3, n0, _SSPRe,
|
|
|
7588
7761
|
[_SP, _NT, _ATC],
|
|
7589
7762
|
[() => SecurityProfilesSearchSummaryList, 0, 1]
|
|
7590
7763
|
];
|
|
7764
|
+
var SearchTestCasesRequest$ = [3, n0, _STCR,
|
|
7765
|
+
0,
|
|
7766
|
+
[_II, _NT, _MR, _SF, _SCe],
|
|
7767
|
+
[0, 0, 1, () => TestCaseSearchFilter$, () => TestCaseSearchCriteria$], 1
|
|
7768
|
+
];
|
|
7769
|
+
var SearchTestCasesResponse$ = [3, n0, _STCRe,
|
|
7770
|
+
0,
|
|
7771
|
+
[_TCes, _NT, _ATC],
|
|
7772
|
+
[() => TestCaseSearchSummaryList, 0, 1]
|
|
7773
|
+
];
|
|
7591
7774
|
var SearchUserHierarchyGroupsRequest$ = [3, n0, _SUHGR,
|
|
7592
7775
|
0,
|
|
7593
7776
|
[_II, _NT, _MR, _SF, _SCe],
|
|
@@ -7700,7 +7883,7 @@ var SendChatIntegrationEventResponse$ = [3, n0, _SCIERe,
|
|
|
7700
7883
|
];
|
|
7701
7884
|
var SendNotificationActionDefinition$ = [3, n0, _SNAD,
|
|
7702
7885
|
0,
|
|
7703
|
-
[_DM, _Co, _CTon,
|
|
7886
|
+
[_DM, _Co, _CTon, _Reci, _Subj, _Exc],
|
|
7704
7887
|
[0, 0, 0, () => NotificationRecipientType$, 0, () => NotificationRecipientType$], 4
|
|
7705
7888
|
];
|
|
7706
7889
|
var SendOutboundEmailRequest$ = [3, n0, _SOER,
|
|
@@ -7854,16 +8037,26 @@ var StartScreenSharingResponse$ = [3, n0, _SSSRt,
|
|
|
7854
8037
|
[],
|
|
7855
8038
|
[]
|
|
7856
8039
|
];
|
|
7857
|
-
var StartTaskContactRequest$ = [3, n0,
|
|
8040
|
+
var StartTaskContactRequest$ = [3, n0, _STCRt,
|
|
7858
8041
|
0,
|
|
7859
8042
|
[_II, _N, _PCI, _CFI, _Attr, _Ref, _D, _CT, _STch, _TTIa, _QCIu, _RCI, _SAe],
|
|
7860
8043
|
[0, [() => Name, 0], 0, 0, 128 | 0, () => ContactReferences, [() => Description, 0], [0, 4], 4, 0, 0, 0, () => SegmentAttributes], 2
|
|
7861
8044
|
];
|
|
7862
|
-
var StartTaskContactResponse$ = [3, n0,
|
|
8045
|
+
var StartTaskContactResponse$ = [3, n0, _STCRta,
|
|
7863
8046
|
0,
|
|
7864
8047
|
[_CI],
|
|
7865
8048
|
[0]
|
|
7866
8049
|
];
|
|
8050
|
+
var StartTestCaseExecutionRequest$ = [3, n0, _STCER,
|
|
8051
|
+
0,
|
|
8052
|
+
[_II, _TCI, _CT],
|
|
8053
|
+
[[0, 1], [0, 1], 0], 2
|
|
8054
|
+
];
|
|
8055
|
+
var StartTestCaseExecutionResponse$ = [3, n0, _STCERt,
|
|
8056
|
+
0,
|
|
8057
|
+
[_TCEI, _TCI, _St],
|
|
8058
|
+
[0, 0, 0]
|
|
8059
|
+
];
|
|
7867
8060
|
var StartWebRTCContactRequest$ = [3, n0, _SWRTCCR,
|
|
7868
8061
|
0,
|
|
7869
8062
|
[_CFI, _II, _PD, _Attr, _CT, _ACll, _RCI, _Ref, _D],
|
|
@@ -7924,6 +8117,16 @@ var StopContactStreamingResponse$ = [3, n0, _SCSRtop,
|
|
|
7924
8117
|
[],
|
|
7925
8118
|
[]
|
|
7926
8119
|
];
|
|
8120
|
+
var StopTestCaseExecutionRequest$ = [3, n0, _STCERto,
|
|
8121
|
+
0,
|
|
8122
|
+
[_II, _TCEI, _TCI, _CT],
|
|
8123
|
+
[[0, 1], [0, 1], [0, 1], 0], 3
|
|
8124
|
+
];
|
|
8125
|
+
var StopTestCaseExecutionResponse$ = [3, n0, _STCERtop,
|
|
8126
|
+
0,
|
|
8127
|
+
[],
|
|
8128
|
+
[]
|
|
8129
|
+
];
|
|
7927
8130
|
var StringCondition$ = [3, n0, _SC,
|
|
7928
8131
|
0,
|
|
7929
8132
|
[_FNi, _V, _CTo],
|
|
@@ -8039,7 +8242,7 @@ var TaskTemplateMetadata$ = [3, n0, _TTM,
|
|
|
8039
8242
|
[_I, _A, _N, _D, _St, _LMT, _CTre],
|
|
8040
8243
|
[0, 0, 0, 0, 0, 4, 4]
|
|
8041
8244
|
];
|
|
8042
|
-
var TelephonyConfig$ = [3, n0,
|
|
8245
|
+
var TelephonyConfig$ = [3, n0, _TCel,
|
|
8043
8246
|
0,
|
|
8044
8247
|
[_Di],
|
|
8045
8248
|
[() => DistributionList], 1
|
|
@@ -8054,6 +8257,36 @@ var TemplatedMessageConfig$ = [3, n0, _TMC,
|
|
|
8054
8257
|
[_KBI, _MTI, _TAem],
|
|
8055
8258
|
[0, 0, () => TemplateAttributes$], 3
|
|
8056
8259
|
];
|
|
8260
|
+
var TestCase$ = [3, n0, _TCe,
|
|
8261
|
+
0,
|
|
8262
|
+
[_A, _I, _N, _Co, _EP, _IDn, _D, _St, _LMT, _LMR, _Ta, _TCS],
|
|
8263
|
+
[0, 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, 0, 4, 0, 128 | 0, 0]
|
|
8264
|
+
];
|
|
8265
|
+
var TestCaseEntryPoint$ = [3, n0, _TCEP,
|
|
8266
|
+
0,
|
|
8267
|
+
[_T, _VCEPP],
|
|
8268
|
+
[0, () => VoiceCallEntryPointParameters$]
|
|
8269
|
+
];
|
|
8270
|
+
var TestCaseExecution$ = [3, n0, _TCEe,
|
|
8271
|
+
0,
|
|
8272
|
+
[_STtar, _ETnd, _TCEI, _TCI, _TCES, _Ta],
|
|
8273
|
+
[4, 4, 0, 0, 0, 128 | 0]
|
|
8274
|
+
];
|
|
8275
|
+
var TestCaseSearchCriteria$ = [3, n0, _TCSC,
|
|
8276
|
+
0,
|
|
8277
|
+
[_OC, _ACn, _SC, _SCtat],
|
|
8278
|
+
[() => TestCaseSearchConditionList, () => TestCaseSearchConditionList, () => StringCondition$, 0]
|
|
8279
|
+
];
|
|
8280
|
+
var TestCaseSearchFilter$ = [3, n0, _TCSF,
|
|
8281
|
+
0,
|
|
8282
|
+
[_TF],
|
|
8283
|
+
[() => ControlPlaneTagFilter$]
|
|
8284
|
+
];
|
|
8285
|
+
var TestCaseSummary$ = [3, n0, _TCSe,
|
|
8286
|
+
0,
|
|
8287
|
+
[_I, _A, _N, _St, _LMT, _LMR],
|
|
8288
|
+
[0, 0, 0, 0, 4, 0]
|
|
8289
|
+
];
|
|
8057
8290
|
var Threshold$ = [3, n0, _Thr,
|
|
8058
8291
|
0,
|
|
8059
8292
|
[_Comp, _TVh],
|
|
@@ -8456,9 +8689,19 @@ var UpdateTaskTemplateResponse$ = [3, n0, _UTTRp,
|
|
|
8456
8689
|
[_II, _I, _A, _N, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre],
|
|
8457
8690
|
[0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4]
|
|
8458
8691
|
];
|
|
8692
|
+
var UpdateTestCaseRequest$ = [3, n0, _UTCR,
|
|
8693
|
+
0,
|
|
8694
|
+
[_II, _TCI, _Co, _EP, _IDn, _N, _D, _St, _LMT, _LMR],
|
|
8695
|
+
[[0, 1], [0, 1], 0, () => TestCaseEntryPoint$, 0, 0, 0, 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 2
|
|
8696
|
+
];
|
|
8697
|
+
var UpdateTestCaseResponse$ = [3, n0, _UTCRp,
|
|
8698
|
+
0,
|
|
8699
|
+
[],
|
|
8700
|
+
[]
|
|
8701
|
+
];
|
|
8459
8702
|
var UpdateTrafficDistributionRequest$ = [3, n0, _UTDR,
|
|
8460
8703
|
0,
|
|
8461
|
-
[_I,
|
|
8704
|
+
[_I, _TCel, _SIC, _ACg],
|
|
8462
8705
|
[[0, 1], () => TelephonyConfig$, () => SignInConfig$, () => AgentConfig$], 1
|
|
8463
8706
|
];
|
|
8464
8707
|
var UpdateTrafficDistributionResponse$ = [3, n0, _UTDRp,
|
|
@@ -8538,7 +8781,7 @@ var UpdateWorkspaceMetadataResponse$ = [3, n0, _UWMRp,
|
|
|
8538
8781
|
];
|
|
8539
8782
|
var UpdateWorkspacePageRequest$ = [3, n0, _UWPR,
|
|
8540
8783
|
0,
|
|
8541
|
-
[_II, _WI, _Pa, _NP, _RAe, _Sl,
|
|
8784
|
+
[_II, _WI, _Pa, _NP, _RAe, _Sl, _IDnp],
|
|
8542
8785
|
[[0, 1], [0, 1], [0, 1], 0, 0, 0, 0], 3
|
|
8543
8786
|
];
|
|
8544
8787
|
var UpdateWorkspacePageResponse$ = [3, n0, _UWPRp,
|
|
@@ -8727,6 +8970,11 @@ var VocabularySummary$ = [3, n0, _VSo,
|
|
|
8727
8970
|
[_N, _I, _A, _LC, _S, _LMT, _FRa],
|
|
8728
8971
|
[0, 0, 0, 0, 0, 4, 0], 6
|
|
8729
8972
|
];
|
|
8973
|
+
var VoiceCallEntryPointParameters$ = [3, n0, _VCEPP,
|
|
8974
|
+
0,
|
|
8975
|
+
[_SPNo, _DPN, _FI],
|
|
8976
|
+
[0, 0, 0]
|
|
8977
|
+
];
|
|
8730
8978
|
var VoiceRecordingConfiguration$ = [3, n0, _VRC,
|
|
8731
8979
|
0,
|
|
8732
8980
|
[_VRT, _IRT],
|
|
@@ -8759,7 +9007,7 @@ var WorkspaceAssociationSearchSummary$ = [3, n0, _WASS,
|
|
|
8759
9007
|
];
|
|
8760
9008
|
var WorkspacePage$ = [3, n0, _WP,
|
|
8761
9009
|
0,
|
|
8762
|
-
[_RAe, _Pa, _Sl,
|
|
9010
|
+
[_RAe, _Pa, _Sl, _IDnp],
|
|
8763
9011
|
[0, 0, 0, 0]
|
|
8764
9012
|
];
|
|
8765
9013
|
var WorkspaceSearchCriteria$ = [3, n0, _WSC,
|
|
@@ -9074,6 +9322,9 @@ var EvaluationSummaryList = [1, n0, _ESL,
|
|
|
9074
9322
|
var EvaluationTranscriptPointsOfInterest = [1, n0, _ETPOIv,
|
|
9075
9323
|
0, () => EvaluationTranscriptPointOfInterest$
|
|
9076
9324
|
];
|
|
9325
|
+
var ExecutionRecordList = [1, n0, _ERLx,
|
|
9326
|
+
0, () => ExecutionRecord$
|
|
9327
|
+
];
|
|
9077
9328
|
var Expressions = [1, n0, _Expr,
|
|
9078
9329
|
0, () => Expression$
|
|
9079
9330
|
];
|
|
@@ -9395,6 +9646,18 @@ var TaskTemplateFields = [1, n0, _TTFa,
|
|
|
9395
9646
|
var TaskTemplateList = [1, n0, _TTL,
|
|
9396
9647
|
0, () => TaskTemplateMetadata$
|
|
9397
9648
|
];
|
|
9649
|
+
var TestCaseExecutionList = [1, n0, _TCEL,
|
|
9650
|
+
0, () => TestCaseExecution$
|
|
9651
|
+
];
|
|
9652
|
+
var TestCaseSearchConditionList = [1, n0, _TCSCL,
|
|
9653
|
+
0, () => TestCaseSearchCriteria$
|
|
9654
|
+
];
|
|
9655
|
+
var TestCaseSearchSummaryList = [1, n0, _TCSSL,
|
|
9656
|
+
0, () => TestCase$
|
|
9657
|
+
];
|
|
9658
|
+
var TestCaseSummaryList = [1, n0, _TCSL,
|
|
9659
|
+
0, () => TestCaseSummary$
|
|
9660
|
+
];
|
|
9398
9661
|
var ThresholdCollections = [1, n0, _TCh,
|
|
9399
9662
|
0, () => ThresholdV2$
|
|
9400
9663
|
];
|
|
@@ -9777,6 +10040,9 @@ var CreateSecurityProfile$ = [9, n0, _CSP,
|
|
|
9777
10040
|
var CreateTaskTemplate$ = [9, n0, _CTT,
|
|
9778
10041
|
{ [_h]: ["PUT", "/instance/{InstanceId}/task/template", 200] }, () => CreateTaskTemplateRequest$, () => CreateTaskTemplateResponse$
|
|
9779
10042
|
];
|
|
10043
|
+
var CreateTestCase$ = [9, n0, _CTCr,
|
|
10044
|
+
{ [_h]: ["PUT", "/test-cases/{InstanceId}", 200] }, () => CreateTestCaseRequest$, () => CreateTestCaseResponse$
|
|
10045
|
+
];
|
|
9780
10046
|
var CreateTrafficDistributionGroup$ = [9, n0, _CTDG,
|
|
9781
10047
|
{ [_h]: ["PUT", "/traffic-distribution-group", 200] }, () => CreateTrafficDistributionGroupRequest$, () => CreateTrafficDistributionGroupResponse$
|
|
9782
10048
|
];
|
|
@@ -9879,6 +10145,9 @@ var DeleteSecurityProfile$ = [9, n0, _DSP,
|
|
|
9879
10145
|
var DeleteTaskTemplate$ = [9, n0, _DTT,
|
|
9880
10146
|
{ [_h]: ["DELETE", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => DeleteTaskTemplateRequest$, () => DeleteTaskTemplateResponse$
|
|
9881
10147
|
];
|
|
10148
|
+
var DeleteTestCase$ = [9, n0, _DTCe,
|
|
10149
|
+
{ [_h]: ["DELETE", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DeleteTestCaseRequest$, () => DeleteTestCaseResponse$
|
|
10150
|
+
];
|
|
9882
10151
|
var DeleteTrafficDistributionGroup$ = [9, n0, _DTDG,
|
|
9883
10152
|
{ [_h]: ["DELETE", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DeleteTrafficDistributionGroupRequest$, () => DeleteTrafficDistributionGroupResponse$
|
|
9884
10153
|
];
|
|
@@ -9981,6 +10250,9 @@ var DescribeRule$ = [9, n0, _DRes,
|
|
|
9981
10250
|
var DescribeSecurityProfile$ = [9, n0, _DSPe,
|
|
9982
10251
|
{ [_h]: ["GET", "/security-profiles/{InstanceId}/{SecurityProfileId}", 200] }, () => DescribeSecurityProfileRequest$, () => DescribeSecurityProfileResponse$
|
|
9983
10252
|
];
|
|
10253
|
+
var DescribeTestCase$ = [9, n0, _DTCes,
|
|
10254
|
+
{ [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DescribeTestCaseRequest$, () => DescribeTestCaseResponse$
|
|
10255
|
+
];
|
|
9984
10256
|
var DescribeTrafficDistributionGroup$ = [9, n0, _DTDGe,
|
|
9985
10257
|
{ [_h]: ["GET", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DescribeTrafficDistributionGroupRequest$, () => DescribeTrafficDistributionGroupResponse$
|
|
9986
10258
|
];
|
|
@@ -10095,6 +10367,9 @@ var GetPromptFile$ = [9, n0, _GPF,
|
|
|
10095
10367
|
var GetTaskTemplate$ = [9, n0, _GTT,
|
|
10096
10368
|
{ [_h]: ["GET", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => GetTaskTemplateRequest$, () => GetTaskTemplateResponse$
|
|
10097
10369
|
];
|
|
10370
|
+
var GetTestCaseExecutionSummary$ = [9, n0, _GTCES,
|
|
10371
|
+
{ [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/summary", 200] }, () => GetTestCaseExecutionSummaryRequest$, () => GetTestCaseExecutionSummaryResponse$
|
|
10372
|
+
];
|
|
10098
10373
|
var GetTrafficDistribution$ = [9, n0, _GTD,
|
|
10099
10374
|
{ [_h]: ["GET", "/traffic-distribution/{Id}", 200] }, () => GetTrafficDistributionRequest$, () => GetTrafficDistributionResponse$
|
|
10100
10375
|
];
|
|
@@ -10257,6 +10532,15 @@ var ListTagsForResource$ = [9, n0, _LTFR,
|
|
|
10257
10532
|
var ListTaskTemplates$ = [9, n0, _LTT,
|
|
10258
10533
|
{ [_h]: ["GET", "/instance/{InstanceId}/task/template", 200] }, () => ListTaskTemplatesRequest$, () => ListTaskTemplatesResponse$
|
|
10259
10534
|
];
|
|
10535
|
+
var ListTestCaseExecutionRecords$ = [9, n0, _LTCERis,
|
|
10536
|
+
{ [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/records", 200] }, () => ListTestCaseExecutionRecordsRequest$, () => ListTestCaseExecutionRecordsResponse$
|
|
10537
|
+
];
|
|
10538
|
+
var ListTestCaseExecutions$ = [9, n0, _LTCE,
|
|
10539
|
+
{ [_h]: ["GET", "/test-case-executions/{InstanceId}", 200] }, () => ListTestCaseExecutionsRequest$, () => ListTestCaseExecutionsResponse$
|
|
10540
|
+
];
|
|
10541
|
+
var ListTestCases$ = [9, n0, _LTC,
|
|
10542
|
+
{ [_h]: ["GET", "/test-cases-summary/{InstanceId}", 200] }, () => ListTestCasesRequest$, () => ListTestCasesResponse$
|
|
10543
|
+
];
|
|
10260
10544
|
var ListTrafficDistributionGroups$ = [9, n0, _LTDG,
|
|
10261
10545
|
{ [_h]: ["GET", "/traffic-distribution-groups", 200] }, () => ListTrafficDistributionGroupsRequest$, () => ListTrafficDistributionGroupsResponse$
|
|
10262
10546
|
];
|
|
@@ -10365,6 +10649,9 @@ var SearchRoutingProfiles$ = [9, n0, _SRP,
|
|
|
10365
10649
|
var SearchSecurityProfiles$ = [9, n0, _SSP,
|
|
10366
10650
|
{ [_h]: ["POST", "/search-security-profiles", 200] }, () => SearchSecurityProfilesRequest$, () => SearchSecurityProfilesResponse$
|
|
10367
10651
|
];
|
|
10652
|
+
var SearchTestCases$ = [9, n0, _STC,
|
|
10653
|
+
{ [_h]: ["POST", "/search-test-cases", 200] }, () => SearchTestCasesRequest$, () => SearchTestCasesResponse$
|
|
10654
|
+
];
|
|
10368
10655
|
var SearchUserHierarchyGroups$ = [9, n0, _SUHG,
|
|
10369
10656
|
{ [_h]: ["POST", "/search-user-hierarchy-groups", 200] }, () => SearchUserHierarchyGroupsRequest$, () => SearchUserHierarchyGroupsResponse$
|
|
10370
10657
|
];
|
|
@@ -10422,9 +10709,12 @@ var StartOutboundVoiceContact$ = [9, n0, _SOVC,
|
|
|
10422
10709
|
var StartScreenSharing$ = [9, n0, _SSS,
|
|
10423
10710
|
{ [_h]: ["PUT", "/contact/screen-sharing", 200] }, () => StartScreenSharingRequest$, () => StartScreenSharingResponse$
|
|
10424
10711
|
];
|
|
10425
|
-
var StartTaskContact$ = [9, n0,
|
|
10712
|
+
var StartTaskContact$ = [9, n0, _STCt,
|
|
10426
10713
|
{ [_h]: ["PUT", "/contact/task", 200] }, () => StartTaskContactRequest$, () => StartTaskContactResponse$
|
|
10427
10714
|
];
|
|
10715
|
+
var StartTestCaseExecution$ = [9, n0, _STCE,
|
|
10716
|
+
{ [_h]: ["PUT", "/test-cases/{InstanceId}/{TestCaseId}/start-execution", 200] }, () => StartTestCaseExecutionRequest$, () => StartTestCaseExecutionResponse$
|
|
10717
|
+
];
|
|
10428
10718
|
var StartWebRTCContact$ = [9, n0, _SWRTCC,
|
|
10429
10719
|
{ [_h]: ["PUT", "/contact/webrtc", 200] }, () => StartWebRTCContactRequest$, () => StartWebRTCContactResponse$
|
|
10430
10720
|
];
|
|
@@ -10440,6 +10730,9 @@ var StopContactRecording$ = [9, n0, _SCRtop,
|
|
|
10440
10730
|
var StopContactStreaming$ = [9, n0, _SCSt,
|
|
10441
10731
|
{ [_h]: ["POST", "/contact/stop-streaming", 200] }, () => StopContactStreamingRequest$, () => StopContactStreamingResponse$
|
|
10442
10732
|
];
|
|
10733
|
+
var StopTestCaseExecution$ = [9, n0, _STCEt,
|
|
10734
|
+
{ [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/stop-execution", 200] }, () => StopTestCaseExecutionRequest$, () => StopTestCaseExecutionResponse$
|
|
10735
|
+
];
|
|
10443
10736
|
var SubmitContactEvaluation$ = [9, n0, _SCEu,
|
|
10444
10737
|
{ [_h]: ["POST", "/contact-evaluations/{InstanceId}/{EvaluationId}/submit", 200] }, () => SubmitContactEvaluationRequest$, () => SubmitContactEvaluationResponse$
|
|
10445
10738
|
];
|
|
@@ -10593,6 +10886,9 @@ var UpdateSecurityProfile$ = [9, n0, _USP,
|
|
|
10593
10886
|
var UpdateTaskTemplate$ = [9, n0, _UTT,
|
|
10594
10887
|
{ [_h]: ["POST", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => UpdateTaskTemplateRequest$, () => UpdateTaskTemplateResponse$
|
|
10595
10888
|
];
|
|
10889
|
+
var UpdateTestCase$ = [9, n0, _UTC,
|
|
10890
|
+
{ [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => UpdateTestCaseRequest$, () => UpdateTestCaseResponse$
|
|
10891
|
+
];
|
|
10596
10892
|
var UpdateTrafficDistribution$ = [9, n0, _UTD,
|
|
10597
10893
|
{ [_h]: ["PUT", "/traffic-distribution/{Id}", 200] }, () => UpdateTrafficDistributionRequest$, () => UpdateTrafficDistributionResponse$
|
|
10598
10894
|
];
|
|
@@ -11323,6 +11619,18 @@ class CreateTaskTemplateCommand extends smithyClient.Command
|
|
|
11323
11619
|
.build() {
|
|
11324
11620
|
}
|
|
11325
11621
|
|
|
11622
|
+
class CreateTestCaseCommand extends smithyClient.Command
|
|
11623
|
+
.classBuilder()
|
|
11624
|
+
.ep(commonParams)
|
|
11625
|
+
.m(function (Command, cs, config, o) {
|
|
11626
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11627
|
+
})
|
|
11628
|
+
.s("AmazonConnectService", "CreateTestCase", {})
|
|
11629
|
+
.n("ConnectClient", "CreateTestCaseCommand")
|
|
11630
|
+
.sc(CreateTestCase$)
|
|
11631
|
+
.build() {
|
|
11632
|
+
}
|
|
11633
|
+
|
|
11326
11634
|
class CreateTrafficDistributionGroupCommand extends smithyClient.Command
|
|
11327
11635
|
.classBuilder()
|
|
11328
11636
|
.ep(commonParams)
|
|
@@ -11731,6 +12039,18 @@ class DeleteTaskTemplateCommand extends smithyClient.Command
|
|
|
11731
12039
|
.build() {
|
|
11732
12040
|
}
|
|
11733
12041
|
|
|
12042
|
+
class DeleteTestCaseCommand extends smithyClient.Command
|
|
12043
|
+
.classBuilder()
|
|
12044
|
+
.ep(commonParams)
|
|
12045
|
+
.m(function (Command, cs, config, o) {
|
|
12046
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
12047
|
+
})
|
|
12048
|
+
.s("AmazonConnectService", "DeleteTestCase", {})
|
|
12049
|
+
.n("ConnectClient", "DeleteTestCaseCommand")
|
|
12050
|
+
.sc(DeleteTestCase$)
|
|
12051
|
+
.build() {
|
|
12052
|
+
}
|
|
12053
|
+
|
|
11734
12054
|
class DeleteTrafficDistributionGroupCommand extends smithyClient.Command
|
|
11735
12055
|
.classBuilder()
|
|
11736
12056
|
.ep(commonParams)
|
|
@@ -12139,6 +12459,18 @@ class DescribeSecurityProfileCommand extends smithyClient.Command
|
|
|
12139
12459
|
.build() {
|
|
12140
12460
|
}
|
|
12141
12461
|
|
|
12462
|
+
class DescribeTestCaseCommand extends smithyClient.Command
|
|
12463
|
+
.classBuilder()
|
|
12464
|
+
.ep(commonParams)
|
|
12465
|
+
.m(function (Command, cs, config, o) {
|
|
12466
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
12467
|
+
})
|
|
12468
|
+
.s("AmazonConnectService", "DescribeTestCase", {})
|
|
12469
|
+
.n("ConnectClient", "DescribeTestCaseCommand")
|
|
12470
|
+
.sc(DescribeTestCase$)
|
|
12471
|
+
.build() {
|
|
12472
|
+
}
|
|
12473
|
+
|
|
12142
12474
|
class DescribeTrafficDistributionGroupCommand extends smithyClient.Command
|
|
12143
12475
|
.classBuilder()
|
|
12144
12476
|
.ep(commonParams)
|
|
@@ -12595,6 +12927,18 @@ class GetTaskTemplateCommand extends smithyClient.Command
|
|
|
12595
12927
|
.build() {
|
|
12596
12928
|
}
|
|
12597
12929
|
|
|
12930
|
+
class GetTestCaseExecutionSummaryCommand extends smithyClient.Command
|
|
12931
|
+
.classBuilder()
|
|
12932
|
+
.ep(commonParams)
|
|
12933
|
+
.m(function (Command, cs, config, o) {
|
|
12934
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
12935
|
+
})
|
|
12936
|
+
.s("AmazonConnectService", "GetTestCaseExecutionSummary", {})
|
|
12937
|
+
.n("ConnectClient", "GetTestCaseExecutionSummaryCommand")
|
|
12938
|
+
.sc(GetTestCaseExecutionSummary$)
|
|
12939
|
+
.build() {
|
|
12940
|
+
}
|
|
12941
|
+
|
|
12598
12942
|
class GetTrafficDistributionCommand extends smithyClient.Command
|
|
12599
12943
|
.classBuilder()
|
|
12600
12944
|
.ep(commonParams)
|
|
@@ -13243,6 +13587,42 @@ class ListTaskTemplatesCommand extends smithyClient.Command
|
|
|
13243
13587
|
.build() {
|
|
13244
13588
|
}
|
|
13245
13589
|
|
|
13590
|
+
class ListTestCaseExecutionRecordsCommand extends smithyClient.Command
|
|
13591
|
+
.classBuilder()
|
|
13592
|
+
.ep(commonParams)
|
|
13593
|
+
.m(function (Command, cs, config, o) {
|
|
13594
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
13595
|
+
})
|
|
13596
|
+
.s("AmazonConnectService", "ListTestCaseExecutionRecords", {})
|
|
13597
|
+
.n("ConnectClient", "ListTestCaseExecutionRecordsCommand")
|
|
13598
|
+
.sc(ListTestCaseExecutionRecords$)
|
|
13599
|
+
.build() {
|
|
13600
|
+
}
|
|
13601
|
+
|
|
13602
|
+
class ListTestCaseExecutionsCommand extends smithyClient.Command
|
|
13603
|
+
.classBuilder()
|
|
13604
|
+
.ep(commonParams)
|
|
13605
|
+
.m(function (Command, cs, config, o) {
|
|
13606
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
13607
|
+
})
|
|
13608
|
+
.s("AmazonConnectService", "ListTestCaseExecutions", {})
|
|
13609
|
+
.n("ConnectClient", "ListTestCaseExecutionsCommand")
|
|
13610
|
+
.sc(ListTestCaseExecutions$)
|
|
13611
|
+
.build() {
|
|
13612
|
+
}
|
|
13613
|
+
|
|
13614
|
+
class ListTestCasesCommand extends smithyClient.Command
|
|
13615
|
+
.classBuilder()
|
|
13616
|
+
.ep(commonParams)
|
|
13617
|
+
.m(function (Command, cs, config, o) {
|
|
13618
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
13619
|
+
})
|
|
13620
|
+
.s("AmazonConnectService", "ListTestCases", {})
|
|
13621
|
+
.n("ConnectClient", "ListTestCasesCommand")
|
|
13622
|
+
.sc(ListTestCases$)
|
|
13623
|
+
.build() {
|
|
13624
|
+
}
|
|
13625
|
+
|
|
13246
13626
|
class ListTrafficDistributionGroupsCommand extends smithyClient.Command
|
|
13247
13627
|
.classBuilder()
|
|
13248
13628
|
.ep(commonParams)
|
|
@@ -13675,6 +14055,18 @@ class SearchSecurityProfilesCommand extends smithyClient.Command
|
|
|
13675
14055
|
.build() {
|
|
13676
14056
|
}
|
|
13677
14057
|
|
|
14058
|
+
class SearchTestCasesCommand extends smithyClient.Command
|
|
14059
|
+
.classBuilder()
|
|
14060
|
+
.ep(commonParams)
|
|
14061
|
+
.m(function (Command, cs, config, o) {
|
|
14062
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14063
|
+
})
|
|
14064
|
+
.s("AmazonConnectService", "SearchTestCases", {})
|
|
14065
|
+
.n("ConnectClient", "SearchTestCasesCommand")
|
|
14066
|
+
.sc(SearchTestCases$)
|
|
14067
|
+
.build() {
|
|
14068
|
+
}
|
|
14069
|
+
|
|
13678
14070
|
class SearchUserHierarchyGroupsCommand extends smithyClient.Command
|
|
13679
14071
|
.classBuilder()
|
|
13680
14072
|
.ep(commonParams)
|
|
@@ -13915,6 +14307,18 @@ class StartTaskContactCommand extends smithyClient.Command
|
|
|
13915
14307
|
.build() {
|
|
13916
14308
|
}
|
|
13917
14309
|
|
|
14310
|
+
class StartTestCaseExecutionCommand extends smithyClient.Command
|
|
14311
|
+
.classBuilder()
|
|
14312
|
+
.ep(commonParams)
|
|
14313
|
+
.m(function (Command, cs, config, o) {
|
|
14314
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14315
|
+
})
|
|
14316
|
+
.s("AmazonConnectService", "StartTestCaseExecution", {})
|
|
14317
|
+
.n("ConnectClient", "StartTestCaseExecutionCommand")
|
|
14318
|
+
.sc(StartTestCaseExecution$)
|
|
14319
|
+
.build() {
|
|
14320
|
+
}
|
|
14321
|
+
|
|
13918
14322
|
class StartWebRTCContactCommand extends smithyClient.Command
|
|
13919
14323
|
.classBuilder()
|
|
13920
14324
|
.ep(commonParams)
|
|
@@ -13975,6 +14379,18 @@ class StopContactStreamingCommand extends smithyClient.Command
|
|
|
13975
14379
|
.build() {
|
|
13976
14380
|
}
|
|
13977
14381
|
|
|
14382
|
+
class StopTestCaseExecutionCommand extends smithyClient.Command
|
|
14383
|
+
.classBuilder()
|
|
14384
|
+
.ep(commonParams)
|
|
14385
|
+
.m(function (Command, cs, config, o) {
|
|
14386
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14387
|
+
})
|
|
14388
|
+
.s("AmazonConnectService", "StopTestCaseExecution", {})
|
|
14389
|
+
.n("ConnectClient", "StopTestCaseExecutionCommand")
|
|
14390
|
+
.sc(StopTestCaseExecution$)
|
|
14391
|
+
.build() {
|
|
14392
|
+
}
|
|
14393
|
+
|
|
13978
14394
|
class SubmitContactEvaluationCommand extends smithyClient.Command
|
|
13979
14395
|
.classBuilder()
|
|
13980
14396
|
.ep(commonParams)
|
|
@@ -14587,6 +15003,18 @@ class UpdateTaskTemplateCommand extends smithyClient.Command
|
|
|
14587
15003
|
.build() {
|
|
14588
15004
|
}
|
|
14589
15005
|
|
|
15006
|
+
class UpdateTestCaseCommand extends smithyClient.Command
|
|
15007
|
+
.classBuilder()
|
|
15008
|
+
.ep(commonParams)
|
|
15009
|
+
.m(function (Command, cs, config, o) {
|
|
15010
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15011
|
+
})
|
|
15012
|
+
.s("AmazonConnectService", "UpdateTestCase", {})
|
|
15013
|
+
.n("ConnectClient", "UpdateTestCaseCommand")
|
|
15014
|
+
.sc(UpdateTestCase$)
|
|
15015
|
+
.build() {
|
|
15016
|
+
}
|
|
15017
|
+
|
|
14590
15018
|
class UpdateTrafficDistributionCommand extends smithyClient.Command
|
|
14591
15019
|
.classBuilder()
|
|
14592
15020
|
.ep(commonParams)
|
|
@@ -14825,6 +15253,7 @@ const commands = {
|
|
|
14825
15253
|
CreateRuleCommand,
|
|
14826
15254
|
CreateSecurityProfileCommand,
|
|
14827
15255
|
CreateTaskTemplateCommand,
|
|
15256
|
+
CreateTestCaseCommand,
|
|
14828
15257
|
CreateTrafficDistributionGroupCommand,
|
|
14829
15258
|
CreateUseCaseCommand,
|
|
14830
15259
|
CreateUserCommand,
|
|
@@ -14859,6 +15288,7 @@ const commands = {
|
|
|
14859
15288
|
DeleteRuleCommand,
|
|
14860
15289
|
DeleteSecurityProfileCommand,
|
|
14861
15290
|
DeleteTaskTemplateCommand,
|
|
15291
|
+
DeleteTestCaseCommand,
|
|
14862
15292
|
DeleteTrafficDistributionGroupCommand,
|
|
14863
15293
|
DeleteUseCaseCommand,
|
|
14864
15294
|
DeleteUserCommand,
|
|
@@ -14893,6 +15323,7 @@ const commands = {
|
|
|
14893
15323
|
DescribeRoutingProfileCommand,
|
|
14894
15324
|
DescribeRuleCommand,
|
|
14895
15325
|
DescribeSecurityProfileCommand,
|
|
15326
|
+
DescribeTestCaseCommand,
|
|
14896
15327
|
DescribeTrafficDistributionGroupCommand,
|
|
14897
15328
|
DescribeUserCommand,
|
|
14898
15329
|
DescribeUserHierarchyGroupCommand,
|
|
@@ -14931,6 +15362,7 @@ const commands = {
|
|
|
14931
15362
|
GetMetricDataV2Command,
|
|
14932
15363
|
GetPromptFileCommand,
|
|
14933
15364
|
GetTaskTemplateCommand,
|
|
15365
|
+
GetTestCaseExecutionSummaryCommand,
|
|
14934
15366
|
GetTrafficDistributionCommand,
|
|
14935
15367
|
ImportPhoneNumberCommand,
|
|
14936
15368
|
ImportWorkspaceMediaCommand,
|
|
@@ -14985,6 +15417,9 @@ const commands = {
|
|
|
14985
15417
|
ListSecurityProfilesCommand,
|
|
14986
15418
|
ListTagsForResourceCommand,
|
|
14987
15419
|
ListTaskTemplatesCommand,
|
|
15420
|
+
ListTestCaseExecutionRecordsCommand,
|
|
15421
|
+
ListTestCaseExecutionsCommand,
|
|
15422
|
+
ListTestCasesCommand,
|
|
14988
15423
|
ListTrafficDistributionGroupsCommand,
|
|
14989
15424
|
ListTrafficDistributionGroupUsersCommand,
|
|
14990
15425
|
ListUseCasesCommand,
|
|
@@ -15021,6 +15456,7 @@ const commands = {
|
|
|
15021
15456
|
SearchResourceTagsCommand,
|
|
15022
15457
|
SearchRoutingProfilesCommand,
|
|
15023
15458
|
SearchSecurityProfilesCommand,
|
|
15459
|
+
SearchTestCasesCommand,
|
|
15024
15460
|
SearchUserHierarchyGroupsCommand,
|
|
15025
15461
|
SearchUsersCommand,
|
|
15026
15462
|
SearchViewsCommand,
|
|
@@ -15041,11 +15477,13 @@ const commands = {
|
|
|
15041
15477
|
StartOutboundVoiceContactCommand,
|
|
15042
15478
|
StartScreenSharingCommand,
|
|
15043
15479
|
StartTaskContactCommand,
|
|
15480
|
+
StartTestCaseExecutionCommand,
|
|
15044
15481
|
StartWebRTCContactCommand,
|
|
15045
15482
|
StopContactCommand,
|
|
15046
15483
|
StopContactMediaProcessingCommand,
|
|
15047
15484
|
StopContactRecordingCommand,
|
|
15048
15485
|
StopContactStreamingCommand,
|
|
15486
|
+
StopTestCaseExecutionCommand,
|
|
15049
15487
|
SubmitContactEvaluationCommand,
|
|
15050
15488
|
SuspendContactRecordingCommand,
|
|
15051
15489
|
TagContactCommand,
|
|
@@ -15097,6 +15535,7 @@ const commands = {
|
|
|
15097
15535
|
UpdateRuleCommand,
|
|
15098
15536
|
UpdateSecurityProfileCommand,
|
|
15099
15537
|
UpdateTaskTemplateCommand,
|
|
15538
|
+
UpdateTestCaseCommand,
|
|
15100
15539
|
UpdateTrafficDistributionCommand,
|
|
15101
15540
|
UpdateUserHierarchyCommand,
|
|
15102
15541
|
UpdateUserHierarchyGroupNameCommand,
|
|
@@ -15221,6 +15660,8 @@ const paginateListSecurityProfiles = core.createPaginator(ConnectClient, ListSec
|
|
|
15221
15660
|
|
|
15222
15661
|
const paginateListTaskTemplates = core.createPaginator(ConnectClient, ListTaskTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
15223
15662
|
|
|
15663
|
+
const paginateListTestCases = core.createPaginator(ConnectClient, ListTestCasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
15664
|
+
|
|
15224
15665
|
const paginateListTrafficDistributionGroups = core.createPaginator(ConnectClient, ListTrafficDistributionGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
15225
15666
|
|
|
15226
15667
|
const paginateListTrafficDistributionGroupUsers = core.createPaginator(ConnectClient, ListTrafficDistributionGroupUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -15271,6 +15712,8 @@ const paginateSearchRoutingProfiles = core.createPaginator(ConnectClient, Search
|
|
|
15271
15712
|
|
|
15272
15713
|
const paginateSearchSecurityProfiles = core.createPaginator(ConnectClient, SearchSecurityProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
15273
15714
|
|
|
15715
|
+
const paginateSearchTestCases = core.createPaginator(ConnectClient, SearchTestCasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
15716
|
+
|
|
15274
15717
|
const paginateSearchUserHierarchyGroups = core.createPaginator(ConnectClient, SearchUserHierarchyGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
15275
15718
|
|
|
15276
15719
|
const paginateSearchUsers = core.createPaginator(ConnectClient, SearchUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -15776,6 +16219,13 @@ const PropertyValidationExceptionReason = {
|
|
|
15776
16219
|
RESOURCE_NAME_ALREADY_EXISTS: "RESOURCE_NAME_ALREADY_EXISTS",
|
|
15777
16220
|
UNIQUE_CONSTRAINT_VIOLATED: "UNIQUE_CONSTRAINT_VIOLATED",
|
|
15778
16221
|
};
|
|
16222
|
+
const TestCaseEntryPointType = {
|
|
16223
|
+
VOICE_CALL: "VOICE_CALL",
|
|
16224
|
+
};
|
|
16225
|
+
const TestCaseStatus = {
|
|
16226
|
+
PUBLISHED: "PUBLISHED",
|
|
16227
|
+
SAVED: "SAVED",
|
|
16228
|
+
};
|
|
15779
16229
|
const UseCaseType = {
|
|
15780
16230
|
CONNECT_CAMPAIGNS: "CONNECT_CAMPAIGNS",
|
|
15781
16231
|
RULES_EVALUATION: "RULES_EVALUATION",
|
|
@@ -16304,6 +16754,13 @@ const IntervalPeriod = {
|
|
|
16304
16754
|
TOTAL: "TOTAL",
|
|
16305
16755
|
WEEK: "WEEK",
|
|
16306
16756
|
};
|
|
16757
|
+
const TestCaseExecutionStatus = {
|
|
16758
|
+
FAILED: "FAILED",
|
|
16759
|
+
INITIATED: "INITIATED",
|
|
16760
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
16761
|
+
PASSED: "PASSED",
|
|
16762
|
+
STOPPED: "STOPPED",
|
|
16763
|
+
};
|
|
16307
16764
|
const LexVersion = {
|
|
16308
16765
|
V1: "V1",
|
|
16309
16766
|
V2: "V2",
|
|
@@ -16354,6 +16811,12 @@ const RealTimeContactAnalysisStatus = {
|
|
|
16354
16811
|
FAILED: "FAILED",
|
|
16355
16812
|
IN_PROGRESS: "IN_PROGRESS",
|
|
16356
16813
|
};
|
|
16814
|
+
const ExecutionRecordStatus = {
|
|
16815
|
+
FAILED: "FAILED",
|
|
16816
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
16817
|
+
PASSED: "PASSED",
|
|
16818
|
+
STOPPED: "STOPPED",
|
|
16819
|
+
};
|
|
16357
16820
|
const ContactRecordingType = {
|
|
16358
16821
|
AGENT: "AGENT",
|
|
16359
16822
|
IVR: "IVR",
|
|
@@ -16853,6 +17316,10 @@ exports.CreateTaskTemplate$ = CreateTaskTemplate$;
|
|
|
16853
17316
|
exports.CreateTaskTemplateCommand = CreateTaskTemplateCommand;
|
|
16854
17317
|
exports.CreateTaskTemplateRequest$ = CreateTaskTemplateRequest$;
|
|
16855
17318
|
exports.CreateTaskTemplateResponse$ = CreateTaskTemplateResponse$;
|
|
17319
|
+
exports.CreateTestCase$ = CreateTestCase$;
|
|
17320
|
+
exports.CreateTestCaseCommand = CreateTestCaseCommand;
|
|
17321
|
+
exports.CreateTestCaseRequest$ = CreateTestCaseRequest$;
|
|
17322
|
+
exports.CreateTestCaseResponse$ = CreateTestCaseResponse$;
|
|
16856
17323
|
exports.CreateTrafficDistributionGroup$ = CreateTrafficDistributionGroup$;
|
|
16857
17324
|
exports.CreateTrafficDistributionGroupCommand = CreateTrafficDistributionGroupCommand;
|
|
16858
17325
|
exports.CreateTrafficDistributionGroupRequest$ = CreateTrafficDistributionGroupRequest$;
|
|
@@ -17011,6 +17478,10 @@ exports.DeleteTaskTemplate$ = DeleteTaskTemplate$;
|
|
|
17011
17478
|
exports.DeleteTaskTemplateCommand = DeleteTaskTemplateCommand;
|
|
17012
17479
|
exports.DeleteTaskTemplateRequest$ = DeleteTaskTemplateRequest$;
|
|
17013
17480
|
exports.DeleteTaskTemplateResponse$ = DeleteTaskTemplateResponse$;
|
|
17481
|
+
exports.DeleteTestCase$ = DeleteTestCase$;
|
|
17482
|
+
exports.DeleteTestCaseCommand = DeleteTestCaseCommand;
|
|
17483
|
+
exports.DeleteTestCaseRequest$ = DeleteTestCaseRequest$;
|
|
17484
|
+
exports.DeleteTestCaseResponse$ = DeleteTestCaseResponse$;
|
|
17014
17485
|
exports.DeleteTrafficDistributionGroup$ = DeleteTrafficDistributionGroup$;
|
|
17015
17486
|
exports.DeleteTrafficDistributionGroupCommand = DeleteTrafficDistributionGroupCommand;
|
|
17016
17487
|
exports.DeleteTrafficDistributionGroupRequest$ = DeleteTrafficDistributionGroupRequest$;
|
|
@@ -17144,6 +17615,10 @@ exports.DescribeSecurityProfile$ = DescribeSecurityProfile$;
|
|
|
17144
17615
|
exports.DescribeSecurityProfileCommand = DescribeSecurityProfileCommand;
|
|
17145
17616
|
exports.DescribeSecurityProfileRequest$ = DescribeSecurityProfileRequest$;
|
|
17146
17617
|
exports.DescribeSecurityProfileResponse$ = DescribeSecurityProfileResponse$;
|
|
17618
|
+
exports.DescribeTestCase$ = DescribeTestCase$;
|
|
17619
|
+
exports.DescribeTestCaseCommand = DescribeTestCaseCommand;
|
|
17620
|
+
exports.DescribeTestCaseRequest$ = DescribeTestCaseRequest$;
|
|
17621
|
+
exports.DescribeTestCaseResponse$ = DescribeTestCaseResponse$;
|
|
17147
17622
|
exports.DescribeTrafficDistributionGroup$ = DescribeTrafficDistributionGroup$;
|
|
17148
17623
|
exports.DescribeTrafficDistributionGroupCommand = DescribeTrafficDistributionGroupCommand;
|
|
17149
17624
|
exports.DescribeTrafficDistributionGroupRequest$ = DescribeTrafficDistributionGroupRequest$;
|
|
@@ -17353,6 +17828,8 @@ exports.EvaluationType = EvaluationType;
|
|
|
17353
17828
|
exports.EvaluatorUserUnion$ = EvaluatorUserUnion$;
|
|
17354
17829
|
exports.EventBridgeActionDefinition$ = EventBridgeActionDefinition$;
|
|
17355
17830
|
exports.EventSourceName = EventSourceName;
|
|
17831
|
+
exports.ExecutionRecord$ = ExecutionRecord$;
|
|
17832
|
+
exports.ExecutionRecordStatus = ExecutionRecordStatus;
|
|
17356
17833
|
exports.Expiry$ = Expiry$;
|
|
17357
17834
|
exports.Expression$ = Expression$;
|
|
17358
17835
|
exports.ExternalInvocationConfiguration$ = ExternalInvocationConfiguration$;
|
|
@@ -17421,6 +17898,10 @@ exports.GetTaskTemplate$ = GetTaskTemplate$;
|
|
|
17421
17898
|
exports.GetTaskTemplateCommand = GetTaskTemplateCommand;
|
|
17422
17899
|
exports.GetTaskTemplateRequest$ = GetTaskTemplateRequest$;
|
|
17423
17900
|
exports.GetTaskTemplateResponse$ = GetTaskTemplateResponse$;
|
|
17901
|
+
exports.GetTestCaseExecutionSummary$ = GetTestCaseExecutionSummary$;
|
|
17902
|
+
exports.GetTestCaseExecutionSummaryCommand = GetTestCaseExecutionSummaryCommand;
|
|
17903
|
+
exports.GetTestCaseExecutionSummaryRequest$ = GetTestCaseExecutionSummaryRequest$;
|
|
17904
|
+
exports.GetTestCaseExecutionSummaryResponse$ = GetTestCaseExecutionSummaryResponse$;
|
|
17424
17905
|
exports.GetTrafficDistribution$ = GetTrafficDistribution$;
|
|
17425
17906
|
exports.GetTrafficDistributionCommand = GetTrafficDistributionCommand;
|
|
17426
17907
|
exports.GetTrafficDistributionRequest$ = GetTrafficDistributionRequest$;
|
|
@@ -17497,6 +17978,8 @@ exports.InvalidParameterException$ = InvalidParameterException$;
|
|
|
17497
17978
|
exports.InvalidRequestException = InvalidRequestException;
|
|
17498
17979
|
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
17499
17980
|
exports.InvalidRequestExceptionReason$ = InvalidRequestExceptionReason$;
|
|
17981
|
+
exports.InvalidTestCaseException = InvalidTestCaseException;
|
|
17982
|
+
exports.InvalidTestCaseException$ = InvalidTestCaseException$;
|
|
17500
17983
|
exports.InvisibleFieldInfo$ = InvisibleFieldInfo$;
|
|
17501
17984
|
exports.IvrRecordingTrack = IvrRecordingTrack;
|
|
17502
17985
|
exports.KinesisFirehoseConfig$ = KinesisFirehoseConfig$;
|
|
@@ -17715,6 +18198,18 @@ exports.ListTaskTemplates$ = ListTaskTemplates$;
|
|
|
17715
18198
|
exports.ListTaskTemplatesCommand = ListTaskTemplatesCommand;
|
|
17716
18199
|
exports.ListTaskTemplatesRequest$ = ListTaskTemplatesRequest$;
|
|
17717
18200
|
exports.ListTaskTemplatesResponse$ = ListTaskTemplatesResponse$;
|
|
18201
|
+
exports.ListTestCaseExecutionRecords$ = ListTestCaseExecutionRecords$;
|
|
18202
|
+
exports.ListTestCaseExecutionRecordsCommand = ListTestCaseExecutionRecordsCommand;
|
|
18203
|
+
exports.ListTestCaseExecutionRecordsRequest$ = ListTestCaseExecutionRecordsRequest$;
|
|
18204
|
+
exports.ListTestCaseExecutionRecordsResponse$ = ListTestCaseExecutionRecordsResponse$;
|
|
18205
|
+
exports.ListTestCaseExecutions$ = ListTestCaseExecutions$;
|
|
18206
|
+
exports.ListTestCaseExecutionsCommand = ListTestCaseExecutionsCommand;
|
|
18207
|
+
exports.ListTestCaseExecutionsRequest$ = ListTestCaseExecutionsRequest$;
|
|
18208
|
+
exports.ListTestCaseExecutionsResponse$ = ListTestCaseExecutionsResponse$;
|
|
18209
|
+
exports.ListTestCases$ = ListTestCases$;
|
|
18210
|
+
exports.ListTestCasesCommand = ListTestCasesCommand;
|
|
18211
|
+
exports.ListTestCasesRequest$ = ListTestCasesRequest$;
|
|
18212
|
+
exports.ListTestCasesResponse$ = ListTestCasesResponse$;
|
|
17718
18213
|
exports.ListTrafficDistributionGroupUsers$ = ListTrafficDistributionGroupUsers$;
|
|
17719
18214
|
exports.ListTrafficDistributionGroupUsersCommand = ListTrafficDistributionGroupUsersCommand;
|
|
17720
18215
|
exports.ListTrafficDistributionGroupUsersRequest$ = ListTrafficDistributionGroupUsersRequest$;
|
|
@@ -17795,6 +18290,7 @@ exports.NumberCondition$ = NumberCondition$;
|
|
|
17795
18290
|
exports.NumberReference$ = NumberReference$;
|
|
17796
18291
|
exports.NumericQuestionPropertyAutomationLabel = NumericQuestionPropertyAutomationLabel;
|
|
17797
18292
|
exports.NumericQuestionPropertyValueAutomation$ = NumericQuestionPropertyValueAutomation$;
|
|
18293
|
+
exports.ObservationSummary$ = ObservationSummary$;
|
|
17798
18294
|
exports.OperationalHour$ = OperationalHour$;
|
|
17799
18295
|
exports.OperationalStatus = OperationalStatus;
|
|
17800
18296
|
exports.OutboundAdditionalRecipients$ = OutboundAdditionalRecipients$;
|
|
@@ -18055,6 +18551,10 @@ exports.SearchSecurityProfiles$ = SearchSecurityProfiles$;
|
|
|
18055
18551
|
exports.SearchSecurityProfilesCommand = SearchSecurityProfilesCommand;
|
|
18056
18552
|
exports.SearchSecurityProfilesRequest$ = SearchSecurityProfilesRequest$;
|
|
18057
18553
|
exports.SearchSecurityProfilesResponse$ = SearchSecurityProfilesResponse$;
|
|
18554
|
+
exports.SearchTestCases$ = SearchTestCases$;
|
|
18555
|
+
exports.SearchTestCasesCommand = SearchTestCasesCommand;
|
|
18556
|
+
exports.SearchTestCasesRequest$ = SearchTestCasesRequest$;
|
|
18557
|
+
exports.SearchTestCasesResponse$ = SearchTestCasesResponse$;
|
|
18058
18558
|
exports.SearchUserHierarchyGroups$ = SearchUserHierarchyGroups$;
|
|
18059
18559
|
exports.SearchUserHierarchyGroupsCommand = SearchUserHierarchyGroupsCommand;
|
|
18060
18560
|
exports.SearchUserHierarchyGroupsRequest$ = SearchUserHierarchyGroupsRequest$;
|
|
@@ -18166,6 +18666,10 @@ exports.StartTaskContact$ = StartTaskContact$;
|
|
|
18166
18666
|
exports.StartTaskContactCommand = StartTaskContactCommand;
|
|
18167
18667
|
exports.StartTaskContactRequest$ = StartTaskContactRequest$;
|
|
18168
18668
|
exports.StartTaskContactResponse$ = StartTaskContactResponse$;
|
|
18669
|
+
exports.StartTestCaseExecution$ = StartTestCaseExecution$;
|
|
18670
|
+
exports.StartTestCaseExecutionCommand = StartTestCaseExecutionCommand;
|
|
18671
|
+
exports.StartTestCaseExecutionRequest$ = StartTestCaseExecutionRequest$;
|
|
18672
|
+
exports.StartTestCaseExecutionResponse$ = StartTestCaseExecutionResponse$;
|
|
18169
18673
|
exports.StartWebRTCContact$ = StartWebRTCContact$;
|
|
18170
18674
|
exports.StartWebRTCContactCommand = StartWebRTCContactCommand;
|
|
18171
18675
|
exports.StartWebRTCContactRequest$ = StartWebRTCContactRequest$;
|
|
@@ -18190,6 +18694,10 @@ exports.StopContactStreaming$ = StopContactStreaming$;
|
|
|
18190
18694
|
exports.StopContactStreamingCommand = StopContactStreamingCommand;
|
|
18191
18695
|
exports.StopContactStreamingRequest$ = StopContactStreamingRequest$;
|
|
18192
18696
|
exports.StopContactStreamingResponse$ = StopContactStreamingResponse$;
|
|
18697
|
+
exports.StopTestCaseExecution$ = StopTestCaseExecution$;
|
|
18698
|
+
exports.StopTestCaseExecutionCommand = StopTestCaseExecutionCommand;
|
|
18699
|
+
exports.StopTestCaseExecutionRequest$ = StopTestCaseExecutionRequest$;
|
|
18700
|
+
exports.StopTestCaseExecutionResponse$ = StopTestCaseExecutionResponse$;
|
|
18193
18701
|
exports.StorageType = StorageType;
|
|
18194
18702
|
exports.StringComparisonType = StringComparisonType;
|
|
18195
18703
|
exports.StringCondition$ = StringCondition$;
|
|
@@ -18229,6 +18737,15 @@ exports.TaskTemplateStatus = TaskTemplateStatus;
|
|
|
18229
18737
|
exports.TelephonyConfig$ = TelephonyConfig$;
|
|
18230
18738
|
exports.TemplateAttributes$ = TemplateAttributes$;
|
|
18231
18739
|
exports.TemplatedMessageConfig$ = TemplatedMessageConfig$;
|
|
18740
|
+
exports.TestCase$ = TestCase$;
|
|
18741
|
+
exports.TestCaseEntryPoint$ = TestCaseEntryPoint$;
|
|
18742
|
+
exports.TestCaseEntryPointType = TestCaseEntryPointType;
|
|
18743
|
+
exports.TestCaseExecution$ = TestCaseExecution$;
|
|
18744
|
+
exports.TestCaseExecutionStatus = TestCaseExecutionStatus;
|
|
18745
|
+
exports.TestCaseSearchCriteria$ = TestCaseSearchCriteria$;
|
|
18746
|
+
exports.TestCaseSearchFilter$ = TestCaseSearchFilter$;
|
|
18747
|
+
exports.TestCaseStatus = TestCaseStatus;
|
|
18748
|
+
exports.TestCaseSummary$ = TestCaseSummary$;
|
|
18232
18749
|
exports.Threshold$ = Threshold$;
|
|
18233
18750
|
exports.ThresholdV2$ = ThresholdV2$;
|
|
18234
18751
|
exports.ThrottlingException = ThrottlingException;
|
|
@@ -18410,6 +18927,10 @@ exports.UpdateTaskTemplate$ = UpdateTaskTemplate$;
|
|
|
18410
18927
|
exports.UpdateTaskTemplateCommand = UpdateTaskTemplateCommand;
|
|
18411
18928
|
exports.UpdateTaskTemplateRequest$ = UpdateTaskTemplateRequest$;
|
|
18412
18929
|
exports.UpdateTaskTemplateResponse$ = UpdateTaskTemplateResponse$;
|
|
18930
|
+
exports.UpdateTestCase$ = UpdateTestCase$;
|
|
18931
|
+
exports.UpdateTestCaseCommand = UpdateTestCaseCommand;
|
|
18932
|
+
exports.UpdateTestCaseRequest$ = UpdateTestCaseRequest$;
|
|
18933
|
+
exports.UpdateTestCaseResponse$ = UpdateTestCaseResponse$;
|
|
18413
18934
|
exports.UpdateTrafficDistribution$ = UpdateTrafficDistribution$;
|
|
18414
18935
|
exports.UpdateTrafficDistributionCommand = UpdateTrafficDistributionCommand;
|
|
18415
18936
|
exports.UpdateTrafficDistributionRequest$ = UpdateTrafficDistributionRequest$;
|
|
@@ -18502,6 +19023,7 @@ exports.Vocabulary$ = Vocabulary$;
|
|
|
18502
19023
|
exports.VocabularyLanguageCode = VocabularyLanguageCode;
|
|
18503
19024
|
exports.VocabularyState = VocabularyState;
|
|
18504
19025
|
exports.VocabularySummary$ = VocabularySummary$;
|
|
19026
|
+
exports.VoiceCallEntryPointParameters$ = VoiceCallEntryPointParameters$;
|
|
18505
19027
|
exports.VoiceRecordingConfiguration$ = VoiceRecordingConfiguration$;
|
|
18506
19028
|
exports.VoiceRecordingTrack = VoiceRecordingTrack;
|
|
18507
19029
|
exports.WisdomInfo$ = WisdomInfo$;
|
|
@@ -18572,6 +19094,7 @@ exports.paginateListSecurityProfileFlowModules = paginateListSecurityProfileFlow
|
|
|
18572
19094
|
exports.paginateListSecurityProfilePermissions = paginateListSecurityProfilePermissions;
|
|
18573
19095
|
exports.paginateListSecurityProfiles = paginateListSecurityProfiles;
|
|
18574
19096
|
exports.paginateListTaskTemplates = paginateListTaskTemplates;
|
|
19097
|
+
exports.paginateListTestCases = paginateListTestCases;
|
|
18575
19098
|
exports.paginateListTrafficDistributionGroupUsers = paginateListTrafficDistributionGroupUsers;
|
|
18576
19099
|
exports.paginateListTrafficDistributionGroups = paginateListTrafficDistributionGroups;
|
|
18577
19100
|
exports.paginateListUseCases = paginateListUseCases;
|
|
@@ -18597,6 +19120,7 @@ exports.paginateSearchQuickConnects = paginateSearchQuickConnects;
|
|
|
18597
19120
|
exports.paginateSearchResourceTags = paginateSearchResourceTags;
|
|
18598
19121
|
exports.paginateSearchRoutingProfiles = paginateSearchRoutingProfiles;
|
|
18599
19122
|
exports.paginateSearchSecurityProfiles = paginateSearchSecurityProfiles;
|
|
19123
|
+
exports.paginateSearchTestCases = paginateSearchTestCases;
|
|
18600
19124
|
exports.paginateSearchUserHierarchyGroups = paginateSearchUserHierarchyGroups;
|
|
18601
19125
|
exports.paginateSearchUsers = paginateSearchUsers;
|
|
18602
19126
|
exports.paginateSearchViews = paginateSearchViews;
|