@aws-sdk/client-connect 3.972.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 +17 -17
|
@@ -482,6 +482,9 @@ const _CSSSAV = "ContactSearchSummarySegmentAttributeValue";
|
|
|
482
482
|
const _CT = "ClientToken";
|
|
483
483
|
const _CTAT = "ConnectedToAgentTimestamp";
|
|
484
484
|
const _CTC = "ConversationTurnCount";
|
|
485
|
+
const _CTCR = "CreateTestCaseRequest";
|
|
486
|
+
const _CTCRr = "CreateTestCaseResponse";
|
|
487
|
+
const _CTCr = "CreateTestCase";
|
|
485
488
|
const _CTDG = "CreateTrafficDistributionGroup";
|
|
486
489
|
const _CTDGR = "CreateTrafficDistributionGroupRequest";
|
|
487
490
|
const _CTDGRr = "CreateTrafficDistributionGroupResponse";
|
|
@@ -745,6 +748,12 @@ const _DTA = "DataTableAttribute";
|
|
|
745
748
|
const _DTACC = "DataTableAccessControlConfiguration";
|
|
746
749
|
const _DTAa = "DataTableArn";
|
|
747
750
|
const _DTC = "DateTimeCondition";
|
|
751
|
+
const _DTCR = "DeleteTestCaseRequest";
|
|
752
|
+
const _DTCRe = "DeleteTestCaseResponse";
|
|
753
|
+
const _DTCRes = "DescribeTestCaseRequest";
|
|
754
|
+
const _DTCResc = "DescribeTestCaseResponse";
|
|
755
|
+
const _DTCe = "DeleteTestCase";
|
|
756
|
+
const _DTCes = "DescribeTestCase";
|
|
748
757
|
const _DTDG = "DeleteTrafficDistributionGroup";
|
|
749
758
|
const _DTDGR = "DeleteTrafficDistributionGroupRequest";
|
|
750
759
|
const _DTDGRe = "DeleteTrafficDistributionGroupResponse";
|
|
@@ -965,11 +974,13 @@ const _ENM = "EvaluationNotesMap";
|
|
|
965
974
|
const _EOC = "EndOffsetChar";
|
|
966
975
|
const _EOH = "EffectiveOverrideHours";
|
|
967
976
|
const _EOHL = "EffectiveOverrideHoursList";
|
|
977
|
+
const _EP = "EntryPoint";
|
|
968
978
|
const _EQAAD = "EvaluationQuestionAnswerAnalysisDetails";
|
|
969
979
|
const _EQID = "EvaluationQuestionInputDetails";
|
|
970
980
|
const _ER = "EchoReduction";
|
|
971
981
|
const _ERC = "EvaluationReviewConfiguration";
|
|
972
982
|
const _ERL = "EmailRecipientsList";
|
|
983
|
+
const _ERLx = "ExecutionRecordList";
|
|
973
984
|
const _ERM = "EvaluationReviewMetadata";
|
|
974
985
|
const _ERNR = "EvaluationReviewNotificationRecipient";
|
|
975
986
|
const _ERNRL = "EvaluationReviewNotificationRecipientList";
|
|
@@ -980,6 +991,8 @@ const _ERm = "EmailRecipient";
|
|
|
980
991
|
const _ERma = "EmailReference";
|
|
981
992
|
const _ERr = "ErrorResult";
|
|
982
993
|
const _ERrr = "ErrorResults";
|
|
994
|
+
const _ERx = "ExecutionRecord";
|
|
995
|
+
const _ERxe = "ExecutionRecords";
|
|
983
996
|
const _ES = "EvaluationScore";
|
|
984
997
|
const _ESA = "EvaluationSuggestedAnswer";
|
|
985
998
|
const _ESAL = "EvaluationSuggestedAnswersList";
|
|
@@ -1117,6 +1130,9 @@ const _GPFRe = "GetPromptFileResponse";
|
|
|
1117
1130
|
const _GRM = "GlobalResiliencyMetadata";
|
|
1118
1131
|
const _GSIE = "GlobalSignInEndpoint";
|
|
1119
1132
|
const _GST = "GreetingStartTimestamp";
|
|
1133
|
+
const _GTCES = "GetTestCaseExecutionSummary";
|
|
1134
|
+
const _GTCESR = "GetTestCaseExecutionSummaryRequest";
|
|
1135
|
+
const _GTCESRe = "GetTestCaseExecutionSummaryResponse";
|
|
1120
1136
|
const _GTD = "GetTrafficDistribution";
|
|
1121
1137
|
const _GTDR = "GetTrafficDistributionRequest";
|
|
1122
1138
|
const _GTDRe = "GetTrafficDistributionResponse";
|
|
@@ -1190,7 +1206,8 @@ const _ICFE = "InvalidContactFlowException";
|
|
|
1190
1206
|
const _ICFME = "InvalidContactFlowModuleException";
|
|
1191
1207
|
const _ICI = "InitialContactId";
|
|
1192
1208
|
const _ID = "IsDefault";
|
|
1193
|
-
const _IDn = "
|
|
1209
|
+
const _IDn = "InitializationData";
|
|
1210
|
+
const _IDnp = "InputData";
|
|
1194
1211
|
const _IDnt = "IntervalDetails";
|
|
1195
1212
|
const _IDs = "IssuesDetected";
|
|
1196
1213
|
const _IE = "IdempotencyException";
|
|
@@ -1227,6 +1244,7 @@ const _ISn = "InstanceStatus";
|
|
|
1227
1244
|
const _ISnp = "InputSchema";
|
|
1228
1245
|
const _ISns = "InstanceSummary";
|
|
1229
1246
|
const _IT = "InitiationTimestamp";
|
|
1247
|
+
const _ITCE = "InvalidTestCaseException";
|
|
1230
1248
|
const _ITSM = "InitialTemplatedSystemMessage";
|
|
1231
1249
|
const _ITTF = "InvisibleTaskTemplateFields";
|
|
1232
1250
|
const _ITn = "IntegrationType";
|
|
@@ -1429,6 +1447,15 @@ const _LSPPRi = "ListSecurityProfilePermissionsResponse";
|
|
|
1429
1447
|
const _LSPR = "ListSecurityProfilesRequest";
|
|
1430
1448
|
const _LSPRi = "ListSecurityProfilesResponse";
|
|
1431
1449
|
const _LT = "LevelTwo";
|
|
1450
|
+
const _LTC = "ListTestCases";
|
|
1451
|
+
const _LTCE = "ListTestCaseExecutions";
|
|
1452
|
+
const _LTCER = "ListTestCaseExecutionsRequest";
|
|
1453
|
+
const _LTCERR = "ListTestCaseExecutionRecordsRequest";
|
|
1454
|
+
const _LTCERRi = "ListTestCaseExecutionRecordsResponse";
|
|
1455
|
+
const _LTCERi = "ListTestCaseExecutionsResponse";
|
|
1456
|
+
const _LTCERis = "ListTestCaseExecutionRecords";
|
|
1457
|
+
const _LTCR = "ListTestCasesRequest";
|
|
1458
|
+
const _LTCRi = "ListTestCasesResponse";
|
|
1432
1459
|
const _LTDG = "ListTrafficDistributionGroups";
|
|
1433
1460
|
const _LTDGR = "ListTrafficDistributionGroupsRequest";
|
|
1434
1461
|
const _LTDGRi = "ListTrafficDistributionGroupsResponse";
|
|
@@ -1598,12 +1625,15 @@ const _OE = "OrExpression";
|
|
|
1598
1625
|
const _OEAI = "OutboundEmailAddressId";
|
|
1599
1626
|
const _OEC = "OutboundEmailConfig";
|
|
1600
1627
|
const _OECu = "OutboundEmailContent";
|
|
1628
|
+
const _OF = "ObservationsFailed";
|
|
1601
1629
|
const _OFI = "OutboundFlowId";
|
|
1602
1630
|
const _OH = "OperationalHours";
|
|
1603
1631
|
const _OHp = "OperationalHour";
|
|
1604
1632
|
const _OHv = "OverrideHours";
|
|
1605
1633
|
const _OHve = "OverrideHour";
|
|
1634
|
+
const _OI = "ObservationId";
|
|
1606
1635
|
const _ON = "OverrideName";
|
|
1636
|
+
const _OP = "ObservationsPassed";
|
|
1607
1637
|
const _OR = "OriginRegion";
|
|
1608
1638
|
const _ORI = "OptionRefIds";
|
|
1609
1639
|
const _ORIp = "OptionRefId";
|
|
@@ -1612,6 +1642,7 @@ const _ORIu = "OutboundRequestId";
|
|
|
1612
1642
|
const _ORM = "OutboundRawMessage";
|
|
1613
1643
|
const _OS = "OutboundSubject";
|
|
1614
1644
|
const _OSC = "OutboundStrategyConfig";
|
|
1645
|
+
const _OSb = "ObservationSummary";
|
|
1615
1646
|
const _OSp = "OperatingSystem";
|
|
1616
1647
|
const _OSpe = "OperationalStatus";
|
|
1617
1648
|
const _OSu = "OutboundStrategy";
|
|
@@ -1913,7 +1944,8 @@ const _RTefe = "ReferenceTypes";
|
|
|
1913
1944
|
const _RTes = "ResourceTypes";
|
|
1914
1945
|
const _Re = "Recordings";
|
|
1915
1946
|
const _Rea = "Reason";
|
|
1916
|
-
const _Rec = "
|
|
1947
|
+
const _Rec = "Record";
|
|
1948
|
+
const _Reci = "Recipient";
|
|
1917
1949
|
const _Red = "Redaction";
|
|
1918
1950
|
const _Ref = "References";
|
|
1919
1951
|
const _Refe = "Reference";
|
|
@@ -2146,9 +2178,18 @@ const _SSV = "SystemSuggestedValue";
|
|
|
2146
2178
|
const _SSc = "ScreenShare";
|
|
2147
2179
|
const _SSi = "SingleSelect";
|
|
2148
2180
|
const _ST = "SearchText";
|
|
2149
|
-
const _STC = "
|
|
2150
|
-
const
|
|
2151
|
-
const
|
|
2181
|
+
const _STC = "SearchTestCases";
|
|
2182
|
+
const _STCE = "StartTestCaseExecution";
|
|
2183
|
+
const _STCER = "StartTestCaseExecutionRequest";
|
|
2184
|
+
const _STCERt = "StartTestCaseExecutionResponse";
|
|
2185
|
+
const _STCERto = "StopTestCaseExecutionRequest";
|
|
2186
|
+
const _STCERtop = "StopTestCaseExecutionResponse";
|
|
2187
|
+
const _STCEt = "StopTestCaseExecution";
|
|
2188
|
+
const _STCR = "SearchTestCasesRequest";
|
|
2189
|
+
const _STCRe = "SearchTestCasesResponse";
|
|
2190
|
+
const _STCRt = "StartTaskContactRequest";
|
|
2191
|
+
const _STCRta = "StartTaskContactResponse";
|
|
2192
|
+
const _STCt = "StartTaskContact";
|
|
2152
2193
|
const _STL = "SearchTextList";
|
|
2153
2194
|
const _STc = "ScheduledTimestamp";
|
|
2154
2195
|
const _STch = "ScheduledTime";
|
|
@@ -2222,16 +2263,34 @@ const _TBH = "TextBackgroundHover";
|
|
|
2222
2263
|
const _TBM = "TotalBotMessages";
|
|
2223
2264
|
const _TBMLIC = "TotalBotMessageLengthInChars";
|
|
2224
2265
|
const _TC = "TagConditions";
|
|
2266
|
+
const _TCA = "TestCaseArn";
|
|
2267
|
+
const _TCE = "TestCaseExecutions";
|
|
2268
|
+
const _TCEI = "TestCaseExecutionId";
|
|
2269
|
+
const _TCEL = "TestCaseExecutionList";
|
|
2270
|
+
const _TCEP = "TestCaseEntryPoint";
|
|
2271
|
+
const _TCES = "TestCaseExecutionStatus";
|
|
2272
|
+
const _TCEe = "TestCaseExecution";
|
|
2273
|
+
const _TCI = "TestCaseId";
|
|
2225
2274
|
const _TCL = "TranscriptCriteriaList";
|
|
2275
|
+
const _TCN = "TestCaseName";
|
|
2226
2276
|
const _TCR = "TagContactRequest";
|
|
2227
2277
|
const _TCRa = "TagContactResponse";
|
|
2228
2278
|
const _TCRr = "TransferContactRequest";
|
|
2229
2279
|
const _TCRra = "TransferContactResponse";
|
|
2280
|
+
const _TCS = "TestCaseSha256";
|
|
2281
|
+
const _TCSC = "TestCaseSearchCriteria";
|
|
2282
|
+
const _TCSCL = "TestCaseSearchConditionList";
|
|
2283
|
+
const _TCSF = "TestCaseSearchFilter";
|
|
2284
|
+
const _TCSL = "TestCaseSummaryList";
|
|
2285
|
+
const _TCSSL = "TestCaseSearchSummaryList";
|
|
2286
|
+
const _TCSe = "TestCaseSummary";
|
|
2230
2287
|
const _TCU = "TurnControlUrl";
|
|
2231
2288
|
const _TCa = "TagCondition";
|
|
2232
2289
|
const _TCag = "TagContact";
|
|
2233
2290
|
const _TCar = "TargetConfiguration";
|
|
2234
|
-
const _TCe = "
|
|
2291
|
+
const _TCe = "TestCase";
|
|
2292
|
+
const _TCel = "TelephonyConfig";
|
|
2293
|
+
const _TCes = "TestCases";
|
|
2235
2294
|
const _TCh = "ThresholdCollections";
|
|
2236
2295
|
const _TCi = "TimestampCondition";
|
|
2237
2296
|
const _TCo = "TotalCount";
|
|
@@ -2260,6 +2319,7 @@ const _TLa = "TagsList";
|
|
|
2260
2319
|
const _TM = "TotalMessages";
|
|
2261
2320
|
const _TMC = "TemplatedMessageConfig";
|
|
2262
2321
|
const _TMRE = "TooManyRequestsException";
|
|
2322
|
+
const _TO = "TotalObservations";
|
|
2263
2323
|
const _TOCL = "TagOrConditionList";
|
|
2264
2324
|
const _TPC = "TotalPauseCount";
|
|
2265
2325
|
const _TPDIS = "TotalPauseDurationInSeconds";
|
|
@@ -2300,7 +2360,8 @@ const _Tem = "Template";
|
|
|
2300
2360
|
const _Th = "Theme";
|
|
2301
2361
|
const _Thr = "Threshold";
|
|
2302
2362
|
const _Ti = "Title";
|
|
2303
|
-
const _Tim = "
|
|
2363
|
+
const _Tim = "Timestamp";
|
|
2364
|
+
const _Time = "Time";
|
|
2304
2365
|
const _Tr = "Transcript";
|
|
2305
2366
|
const _Ty = "Typography";
|
|
2306
2367
|
const _U = "Username";
|
|
@@ -2461,6 +2522,9 @@ const _USPR = "UpdateSecurityProfileRequest";
|
|
|
2461
2522
|
const _USS = "UserSearchSummary";
|
|
2462
2523
|
const _USSL = "UserSearchSummaryList";
|
|
2463
2524
|
const _UT = "UserTags";
|
|
2525
|
+
const _UTC = "UpdateTestCase";
|
|
2526
|
+
const _UTCR = "UpdateTestCaseRequest";
|
|
2527
|
+
const _UTCRp = "UpdateTestCaseResponse";
|
|
2464
2528
|
const _UTD = "UpdateTrafficDistribution";
|
|
2465
2529
|
const _UTDR = "UpdateTrafficDistributionRequest";
|
|
2466
2530
|
const _UTDRp = "UpdateTrafficDistributionResponse";
|
|
@@ -2513,6 +2577,7 @@ const _VAa = "ValueArn";
|
|
|
2513
2577
|
const _VAi = "ViewActions";
|
|
2514
2578
|
const _VAo = "VocabularyArn";
|
|
2515
2579
|
const _VC = "ViewContent";
|
|
2580
|
+
const _VCEPP = "VoiceCallEntryPointParameters";
|
|
2516
2581
|
const _VCS = "ViewContentSha256";
|
|
2517
2582
|
const _VD = "VersionDescription";
|
|
2518
2583
|
const _VE = "ValidationEnum";
|
|
@@ -2588,10 +2653,12 @@ const _cI = "contactId";
|
|
|
2588
2653
|
const _cT = "clientToken";
|
|
2589
2654
|
const _e = "error";
|
|
2590
2655
|
const _eSN = "eventSourceName";
|
|
2656
|
+
const _eT = "endTime";
|
|
2591
2657
|
const _fA = "functionArn";
|
|
2592
2658
|
const _fD = "fromDate";
|
|
2593
2659
|
const _h = "http";
|
|
2594
2660
|
const _hE = "httpError";
|
|
2661
|
+
const _hH = "httpHeader";
|
|
2595
2662
|
const _hQ = "httpQuery";
|
|
2596
2663
|
const _iA = "integrationArn";
|
|
2597
2664
|
const _iI = "instanceId";
|
|
@@ -2614,12 +2681,15 @@ const _qT = "queueTypes";
|
|
|
2614
2681
|
const _rA = "resourceArn";
|
|
2615
2682
|
const _rT = "resourceType";
|
|
2616
2683
|
const _rTe = "referenceTypes";
|
|
2617
|
-
const _s = "
|
|
2684
|
+
const _s = "status";
|
|
2685
|
+
const _sT = "startTime";
|
|
2618
2686
|
const _sV = "snapshotVersion";
|
|
2687
|
+
const _se = "server";
|
|
2619
2688
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connect";
|
|
2620
2689
|
const _st = "state";
|
|
2621
|
-
const _sta = "status";
|
|
2622
2690
|
const _t = "tags";
|
|
2691
|
+
const _tCI = "testCaseId";
|
|
2692
|
+
const _tCN = "testCaseName";
|
|
2623
2693
|
const _tD = "toDate";
|
|
2624
2694
|
const _tK = "tagKey";
|
|
2625
2695
|
const _tKCT = "tagKeyComparisonType";
|
|
@@ -2630,10 +2700,13 @@ const _ty = "type";
|
|
|
2630
2700
|
const _uEIS = "urlExpiryInSeconds";
|
|
2631
2701
|
const _v = "version";
|
|
2632
2702
|
const _va = "value";
|
|
2703
|
+
const _xalmr = "x-amz-last-modified-region";
|
|
2704
|
+
const _xalmt = "x-amz-last-modified-time";
|
|
2705
|
+
const _xari = "x-amz-resource-id";
|
|
2633
2706
|
const n0 = "com.amazonaws.connect";
|
|
2634
2707
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2635
2708
|
import { ConnectServiceException } from "../models/ConnectServiceException";
|
|
2636
|
-
import { AccessDeniedException, ConditionalOperationFailedException, ConflictException, ContactFlowNotPublishedException, ContactNotFoundException, DestinationNotAllowedException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidActiveRegionException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, LimitExceededException, MaximumResultReturnedException, OutboundContactNotPermittedException, OutputTypeNotFoundException, PropertyValidationException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, TooManyRequestsException, UserNotFoundException, } from "../models/errors";
|
|
2709
|
+
import { AccessDeniedException, ConditionalOperationFailedException, ConflictException, ContactFlowNotPublishedException, ContactNotFoundException, DestinationNotAllowedException, DuplicateResourceException, IdempotencyException, InternalServiceException, InvalidActiveRegionException, InvalidContactFlowException, InvalidContactFlowModuleException, InvalidParameterException, InvalidRequestException, InvalidTestCaseException, LimitExceededException, MaximumResultReturnedException, OutboundContactNotPermittedException, OutputTypeNotFoundException, PropertyValidationException, ResourceConflictException, ResourceInUseException, ResourceNotFoundException, ResourceNotReadyException, ServiceQuotaExceededException, ThrottlingException, TooManyRequestsException, UserNotFoundException, } from "../models/errors";
|
|
2637
2710
|
var AgentFirstName = [0, n0, _AFN, 8, 0];
|
|
2638
2711
|
var AgentLastName = [0, n0, _ALN, 8, 0];
|
|
2639
2712
|
var AuthenticationError = [0, n0, _AE, 8, 0];
|
|
@@ -3675,6 +3748,16 @@ export var CreateTaskTemplateResponse$ = [3, n0, _CTTRr,
|
|
|
3675
3748
|
[_I, _A],
|
|
3676
3749
|
[0, 0], 2
|
|
3677
3750
|
];
|
|
3751
|
+
export var CreateTestCaseRequest$ = [3, n0, _CTCR,
|
|
3752
|
+
0,
|
|
3753
|
+
[_II, _N, _Co, _D, _EP, _IDn, _St, _TCI, _Ta, _LMT, _LMR],
|
|
3754
|
+
[[0, 1], 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, [0, { [_hH]: _xari }], 128 | 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 3
|
|
3755
|
+
];
|
|
3756
|
+
export var CreateTestCaseResponse$ = [3, n0, _CTCRr,
|
|
3757
|
+
0,
|
|
3758
|
+
[_TCI, _TCA],
|
|
3759
|
+
[0, 0]
|
|
3760
|
+
];
|
|
3678
3761
|
export var CreateTrafficDistributionGroupRequest$ = [3, n0, _CTDGR,
|
|
3679
3762
|
0,
|
|
3680
3763
|
[_N, _II, _D, _CT, _Ta],
|
|
@@ -3747,7 +3830,7 @@ export var CreateVocabularyResponse$ = [3, n0, _CVRrea,
|
|
|
3747
3830
|
];
|
|
3748
3831
|
export var CreateWorkspacePageRequest$ = [3, n0, _CWPR,
|
|
3749
3832
|
0,
|
|
3750
|
-
[_II, _WI, _RAe, _Pa, _Sl,
|
|
3833
|
+
[_II, _WI, _RAe, _Pa, _Sl, _IDnp],
|
|
3751
3834
|
[[0, 1], [0, 1], 0, 0, 0, 0], 4
|
|
3752
3835
|
];
|
|
3753
3836
|
export var CreateWorkspacePageResponse$ = [3, n0, _CWPRr,
|
|
@@ -4085,6 +4168,16 @@ export var DeleteTaskTemplateResponse$ = [3, n0, _DTTRe,
|
|
|
4085
4168
|
[],
|
|
4086
4169
|
[]
|
|
4087
4170
|
];
|
|
4171
|
+
export var DeleteTestCaseRequest$ = [3, n0, _DTCR,
|
|
4172
|
+
0,
|
|
4173
|
+
[_II, _TCI],
|
|
4174
|
+
[[0, 1], [0, 1]], 2
|
|
4175
|
+
];
|
|
4176
|
+
export var DeleteTestCaseResponse$ = [3, n0, _DTCRe,
|
|
4177
|
+
0,
|
|
4178
|
+
[],
|
|
4179
|
+
[]
|
|
4180
|
+
];
|
|
4088
4181
|
export var DeleteTrafficDistributionGroupRequest$ = [3, n0, _DTDGR,
|
|
4089
4182
|
0,
|
|
4090
4183
|
[_TDGI],
|
|
@@ -4410,6 +4503,16 @@ export var DescribeSecurityProfileResponse$ = [3, n0, _DSPRes,
|
|
|
4410
4503
|
[_SPe],
|
|
4411
4504
|
[() => SecurityProfile$]
|
|
4412
4505
|
];
|
|
4506
|
+
export var DescribeTestCaseRequest$ = [3, n0, _DTCRes,
|
|
4507
|
+
0,
|
|
4508
|
+
[_II, _TCI, _St],
|
|
4509
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _s }]], 2
|
|
4510
|
+
];
|
|
4511
|
+
export var DescribeTestCaseResponse$ = [3, n0, _DTCResc,
|
|
4512
|
+
0,
|
|
4513
|
+
[_TCe],
|
|
4514
|
+
[() => TestCase$]
|
|
4515
|
+
];
|
|
4413
4516
|
export var DescribeTrafficDistributionGroupRequest$ = [3, n0, _DTDGRes,
|
|
4414
4517
|
0,
|
|
4415
4518
|
[_TDGI],
|
|
@@ -5007,6 +5110,11 @@ export var EventBridgeActionDefinition$ = [3, n0, _EBAD,
|
|
|
5007
5110
|
[_N],
|
|
5008
5111
|
[0], 1
|
|
5009
5112
|
];
|
|
5113
|
+
export var ExecutionRecord$ = [3, n0, _ERx,
|
|
5114
|
+
0,
|
|
5115
|
+
[_OI, _St, _Tim, _Rec],
|
|
5116
|
+
[0, 0, 4, 0]
|
|
5117
|
+
];
|
|
5010
5118
|
export var Expiry$ = [3, n0, _Ex,
|
|
5011
5119
|
0,
|
|
5012
5120
|
[_DIS, _ETx],
|
|
@@ -5197,6 +5305,16 @@ export var GetTaskTemplateResponse$ = [3, n0, _GTTRe,
|
|
|
5197
5305
|
[_I, _A, _N, _II, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre, _Ta],
|
|
5198
5306
|
[0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4, 128 | 0], 3
|
|
5199
5307
|
];
|
|
5308
|
+
export var GetTestCaseExecutionSummaryRequest$ = [3, n0, _GTCESR,
|
|
5309
|
+
0,
|
|
5310
|
+
[_II, _TCI, _TCEI],
|
|
5311
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
5312
|
+
];
|
|
5313
|
+
export var GetTestCaseExecutionSummaryResponse$ = [3, n0, _GTCESRe,
|
|
5314
|
+
0,
|
|
5315
|
+
[_STtar, _ETnd, _St, _OSb],
|
|
5316
|
+
[4, 4, 0, () => ObservationSummary$]
|
|
5317
|
+
];
|
|
5200
5318
|
export var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
|
|
5201
5319
|
0,
|
|
5202
5320
|
[_I],
|
|
@@ -5204,7 +5322,7 @@ export var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
|
|
|
5204
5322
|
];
|
|
5205
5323
|
export var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
|
|
5206
5324
|
0,
|
|
5207
|
-
[
|
|
5325
|
+
[_TCel, _I, _A, _SIC, _ACg],
|
|
5208
5326
|
[() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
|
|
5209
5327
|
];
|
|
5210
5328
|
export var GlobalResiliencyMetadata$ = [3, n0, _GRM,
|
|
@@ -5414,7 +5532,7 @@ export var IntegrationAssociationSummary$ = [3, n0, _IAS,
|
|
|
5414
5532
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
5415
5533
|
];
|
|
5416
5534
|
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
5417
|
-
{ [_e]:
|
|
5535
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
5418
5536
|
[_M],
|
|
5419
5537
|
[0]
|
|
5420
5538
|
];
|
|
@@ -5454,6 +5572,12 @@ export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
|
5454
5572
|
[0, () => InvalidRequestExceptionReason$]
|
|
5455
5573
|
];
|
|
5456
5574
|
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
5575
|
+
export var InvalidTestCaseException$ = [-3, n0, _ITCE,
|
|
5576
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
5577
|
+
[_Prob],
|
|
5578
|
+
[() => Problems]
|
|
5579
|
+
];
|
|
5580
|
+
TypeRegistry.for(n0).registerError(InvalidTestCaseException$, InvalidTestCaseException);
|
|
5457
5581
|
export var InvisibleFieldInfo$ = [3, n0, _IFI,
|
|
5458
5582
|
0,
|
|
5459
5583
|
[_I],
|
|
@@ -6008,13 +6132,43 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
6008
6132
|
export var ListTaskTemplatesRequest$ = [3, n0, _LTTR,
|
|
6009
6133
|
0,
|
|
6010
6134
|
[_II, _NT, _MR, _St, _N],
|
|
6011
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]:
|
|
6135
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _s }], [0, { [_hQ]: _n }]], 1
|
|
6012
6136
|
];
|
|
6013
6137
|
export var ListTaskTemplatesResponse$ = [3, n0, _LTTRi,
|
|
6014
6138
|
0,
|
|
6015
6139
|
[_TTa, _NT],
|
|
6016
6140
|
[() => TaskTemplateList, 0]
|
|
6017
6141
|
];
|
|
6142
|
+
export var ListTestCaseExecutionRecordsRequest$ = [3, n0, _LTCERR,
|
|
6143
|
+
0,
|
|
6144
|
+
[_II, _TCI, _TCEI, _St, _NT, _MR],
|
|
6145
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
|
|
6146
|
+
];
|
|
6147
|
+
export var ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
|
|
6148
|
+
0,
|
|
6149
|
+
[_ERxe, _NT],
|
|
6150
|
+
[() => ExecutionRecordList, 0]
|
|
6151
|
+
];
|
|
6152
|
+
export var ListTestCaseExecutionsRequest$ = [3, n0, _LTCER,
|
|
6153
|
+
0,
|
|
6154
|
+
[_II, _TCI, _TCN, _STtar, _ETnd, _St, _NT, _MR],
|
|
6155
|
+
[[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
6156
|
+
];
|
|
6157
|
+
export var ListTestCaseExecutionsResponse$ = [3, n0, _LTCERi,
|
|
6158
|
+
0,
|
|
6159
|
+
[_TCE, _NT],
|
|
6160
|
+
[() => TestCaseExecutionList, 0]
|
|
6161
|
+
];
|
|
6162
|
+
export var ListTestCasesRequest$ = [3, n0, _LTCR,
|
|
6163
|
+
0,
|
|
6164
|
+
[_II, _NT, _MR],
|
|
6165
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
6166
|
+
];
|
|
6167
|
+
export var ListTestCasesResponse$ = [3, n0, _LTCRi,
|
|
6168
|
+
0,
|
|
6169
|
+
[_TCSL, _NT],
|
|
6170
|
+
[() => TestCaseSummaryList, 0]
|
|
6171
|
+
];
|
|
6018
6172
|
export var ListTrafficDistributionGroupsRequest$ = [3, n0, _LTDGR,
|
|
6019
6173
|
0,
|
|
6020
6174
|
[_MR, _NT, _II],
|
|
@@ -6236,6 +6390,11 @@ export var NumericQuestionPropertyValueAutomation$ = [3, n0, _NQPVA,
|
|
|
6236
6390
|
[_La],
|
|
6237
6391
|
[0], 1
|
|
6238
6392
|
];
|
|
6393
|
+
export var ObservationSummary$ = [3, n0, _OSb,
|
|
6394
|
+
0,
|
|
6395
|
+
[_TO, _OP, _OF],
|
|
6396
|
+
[1, 1, 1]
|
|
6397
|
+
];
|
|
6239
6398
|
export var OperationalHour$ = [3, n0, _OHp,
|
|
6240
6399
|
0,
|
|
6241
6400
|
[_Star, _End_],
|
|
@@ -6601,7 +6760,7 @@ export var RealTimeContactAnalysisPointOfInterest$ = [3, n0, _RTCAPOI,
|
|
|
6601
6760
|
];
|
|
6602
6761
|
export var RealTimeContactAnalysisSegmentAttachments$ = [3, n0, _RTCASA,
|
|
6603
6762
|
0,
|
|
6604
|
-
[_I, _PI, _PR, _Atta,
|
|
6763
|
+
[_I, _PI, _PR, _Atta, _Time, _DN],
|
|
6605
6764
|
[0, 0, 0, () => RealTimeContactAnalysisAttachments, () => RealTimeContactAnalysisTimeData$, 0], 5
|
|
6606
6765
|
];
|
|
6607
6766
|
export var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
|
|
@@ -6611,7 +6770,7 @@ export var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
|
|
|
6611
6770
|
];
|
|
6612
6771
|
export var RealTimeContactAnalysisSegmentEvent$ = [3, n0, _RTCASE,
|
|
6613
6772
|
0,
|
|
6614
|
-
[_I, _ETve,
|
|
6773
|
+
[_I, _ETve, _Time, _PI, _PR, _DN],
|
|
6615
6774
|
[0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, 0], 3
|
|
6616
6775
|
];
|
|
6617
6776
|
export var RealTimeContactAnalysisSegmentIssues$ = [3, n0, _RTCASI,
|
|
@@ -6626,7 +6785,7 @@ export var RealTimeContactAnalysisSegmentPostContactSummary$ = [3, n0, _RTCASPCS
|
|
|
6626
6785
|
];
|
|
6627
6786
|
export var RealTimeContactAnalysisSegmentTranscript$ = [3, n0, _RTCAST,
|
|
6628
6787
|
0,
|
|
6629
|
-
[_I, _PI, _PR, _Co,
|
|
6788
|
+
[_I, _PI, _PR, _Co, _Time, _DN, _CTon, _Red, _Sen],
|
|
6630
6789
|
[0, 0, 0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, () => RealTimeContactAnalysisTranscriptItemRedaction$, 0], 5
|
|
6631
6790
|
];
|
|
6632
6791
|
export var RealTimeContactAnalysisTranscriptItemRedaction$ = [3, n0, _RTCATIR,
|
|
@@ -7083,6 +7242,16 @@ export var SearchSecurityProfilesResponse$ = [3, n0, _SSPRe,
|
|
|
7083
7242
|
[_SP, _NT, _ATC],
|
|
7084
7243
|
[() => SecurityProfilesSearchSummaryList, 0, 1]
|
|
7085
7244
|
];
|
|
7245
|
+
export var SearchTestCasesRequest$ = [3, n0, _STCR,
|
|
7246
|
+
0,
|
|
7247
|
+
[_II, _NT, _MR, _SF, _SCe],
|
|
7248
|
+
[0, 0, 1, () => TestCaseSearchFilter$, () => TestCaseSearchCriteria$], 1
|
|
7249
|
+
];
|
|
7250
|
+
export var SearchTestCasesResponse$ = [3, n0, _STCRe,
|
|
7251
|
+
0,
|
|
7252
|
+
[_TCes, _NT, _ATC],
|
|
7253
|
+
[() => TestCaseSearchSummaryList, 0, 1]
|
|
7254
|
+
];
|
|
7086
7255
|
export var SearchUserHierarchyGroupsRequest$ = [3, n0, _SUHGR,
|
|
7087
7256
|
0,
|
|
7088
7257
|
[_II, _NT, _MR, _SF, _SCe],
|
|
@@ -7195,7 +7364,7 @@ export var SendChatIntegrationEventResponse$ = [3, n0, _SCIERe,
|
|
|
7195
7364
|
];
|
|
7196
7365
|
export var SendNotificationActionDefinition$ = [3, n0, _SNAD,
|
|
7197
7366
|
0,
|
|
7198
|
-
[_DM, _Co, _CTon,
|
|
7367
|
+
[_DM, _Co, _CTon, _Reci, _Subj, _Exc],
|
|
7199
7368
|
[0, 0, 0, () => NotificationRecipientType$, 0, () => NotificationRecipientType$], 4
|
|
7200
7369
|
];
|
|
7201
7370
|
export var SendOutboundEmailRequest$ = [3, n0, _SOER,
|
|
@@ -7349,16 +7518,26 @@ export var StartScreenSharingResponse$ = [3, n0, _SSSRt,
|
|
|
7349
7518
|
[],
|
|
7350
7519
|
[]
|
|
7351
7520
|
];
|
|
7352
|
-
export var StartTaskContactRequest$ = [3, n0,
|
|
7521
|
+
export var StartTaskContactRequest$ = [3, n0, _STCRt,
|
|
7353
7522
|
0,
|
|
7354
7523
|
[_II, _N, _PCI, _CFI, _Attr, _Ref, _D, _CT, _STch, _TTIa, _QCIu, _RCI, _SAe],
|
|
7355
7524
|
[0, [() => Name, 0], 0, 0, 128 | 0, () => ContactReferences, [() => Description, 0], [0, 4], 4, 0, 0, 0, () => SegmentAttributes], 2
|
|
7356
7525
|
];
|
|
7357
|
-
export var StartTaskContactResponse$ = [3, n0,
|
|
7526
|
+
export var StartTaskContactResponse$ = [3, n0, _STCRta,
|
|
7358
7527
|
0,
|
|
7359
7528
|
[_CI],
|
|
7360
7529
|
[0]
|
|
7361
7530
|
];
|
|
7531
|
+
export var StartTestCaseExecutionRequest$ = [3, n0, _STCER,
|
|
7532
|
+
0,
|
|
7533
|
+
[_II, _TCI, _CT],
|
|
7534
|
+
[[0, 1], [0, 1], 0], 2
|
|
7535
|
+
];
|
|
7536
|
+
export var StartTestCaseExecutionResponse$ = [3, n0, _STCERt,
|
|
7537
|
+
0,
|
|
7538
|
+
[_TCEI, _TCI, _St],
|
|
7539
|
+
[0, 0, 0]
|
|
7540
|
+
];
|
|
7362
7541
|
export var StartWebRTCContactRequest$ = [3, n0, _SWRTCCR,
|
|
7363
7542
|
0,
|
|
7364
7543
|
[_CFI, _II, _PD, _Attr, _CT, _ACll, _RCI, _Ref, _D],
|
|
@@ -7419,6 +7598,16 @@ export var StopContactStreamingResponse$ = [3, n0, _SCSRtop,
|
|
|
7419
7598
|
[],
|
|
7420
7599
|
[]
|
|
7421
7600
|
];
|
|
7601
|
+
export var StopTestCaseExecutionRequest$ = [3, n0, _STCERto,
|
|
7602
|
+
0,
|
|
7603
|
+
[_II, _TCEI, _TCI, _CT],
|
|
7604
|
+
[[0, 1], [0, 1], [0, 1], 0], 3
|
|
7605
|
+
];
|
|
7606
|
+
export var StopTestCaseExecutionResponse$ = [3, n0, _STCERtop,
|
|
7607
|
+
0,
|
|
7608
|
+
[],
|
|
7609
|
+
[]
|
|
7610
|
+
];
|
|
7422
7611
|
export var StringCondition$ = [3, n0, _SC,
|
|
7423
7612
|
0,
|
|
7424
7613
|
[_FNi, _V, _CTo],
|
|
@@ -7534,7 +7723,7 @@ export var TaskTemplateMetadata$ = [3, n0, _TTM,
|
|
|
7534
7723
|
[_I, _A, _N, _D, _St, _LMT, _CTre],
|
|
7535
7724
|
[0, 0, 0, 0, 0, 4, 4]
|
|
7536
7725
|
];
|
|
7537
|
-
export var TelephonyConfig$ = [3, n0,
|
|
7726
|
+
export var TelephonyConfig$ = [3, n0, _TCel,
|
|
7538
7727
|
0,
|
|
7539
7728
|
[_Di],
|
|
7540
7729
|
[() => DistributionList], 1
|
|
@@ -7549,6 +7738,36 @@ export var TemplatedMessageConfig$ = [3, n0, _TMC,
|
|
|
7549
7738
|
[_KBI, _MTI, _TAem],
|
|
7550
7739
|
[0, 0, () => TemplateAttributes$], 3
|
|
7551
7740
|
];
|
|
7741
|
+
export var TestCase$ = [3, n0, _TCe,
|
|
7742
|
+
0,
|
|
7743
|
+
[_A, _I, _N, _Co, _EP, _IDn, _D, _St, _LMT, _LMR, _Ta, _TCS],
|
|
7744
|
+
[0, 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, 0, 4, 0, 128 | 0, 0]
|
|
7745
|
+
];
|
|
7746
|
+
export var TestCaseEntryPoint$ = [3, n0, _TCEP,
|
|
7747
|
+
0,
|
|
7748
|
+
[_T, _VCEPP],
|
|
7749
|
+
[0, () => VoiceCallEntryPointParameters$]
|
|
7750
|
+
];
|
|
7751
|
+
export var TestCaseExecution$ = [3, n0, _TCEe,
|
|
7752
|
+
0,
|
|
7753
|
+
[_STtar, _ETnd, _TCEI, _TCI, _TCES, _Ta],
|
|
7754
|
+
[4, 4, 0, 0, 0, 128 | 0]
|
|
7755
|
+
];
|
|
7756
|
+
export var TestCaseSearchCriteria$ = [3, n0, _TCSC,
|
|
7757
|
+
0,
|
|
7758
|
+
[_OC, _ACn, _SC, _SCtat],
|
|
7759
|
+
[() => TestCaseSearchConditionList, () => TestCaseSearchConditionList, () => StringCondition$, 0]
|
|
7760
|
+
];
|
|
7761
|
+
export var TestCaseSearchFilter$ = [3, n0, _TCSF,
|
|
7762
|
+
0,
|
|
7763
|
+
[_TF],
|
|
7764
|
+
[() => ControlPlaneTagFilter$]
|
|
7765
|
+
];
|
|
7766
|
+
export var TestCaseSummary$ = [3, n0, _TCSe,
|
|
7767
|
+
0,
|
|
7768
|
+
[_I, _A, _N, _St, _LMT, _LMR],
|
|
7769
|
+
[0, 0, 0, 0, 4, 0]
|
|
7770
|
+
];
|
|
7552
7771
|
export var Threshold$ = [3, n0, _Thr,
|
|
7553
7772
|
0,
|
|
7554
7773
|
[_Comp, _TVh],
|
|
@@ -7951,9 +8170,19 @@ export var UpdateTaskTemplateResponse$ = [3, n0, _UTTRp,
|
|
|
7951
8170
|
[_II, _I, _A, _N, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre],
|
|
7952
8171
|
[0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4]
|
|
7953
8172
|
];
|
|
8173
|
+
export var UpdateTestCaseRequest$ = [3, n0, _UTCR,
|
|
8174
|
+
0,
|
|
8175
|
+
[_II, _TCI, _Co, _EP, _IDn, _N, _D, _St, _LMT, _LMR],
|
|
8176
|
+
[[0, 1], [0, 1], 0, () => TestCaseEntryPoint$, 0, 0, 0, 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 2
|
|
8177
|
+
];
|
|
8178
|
+
export var UpdateTestCaseResponse$ = [3, n0, _UTCRp,
|
|
8179
|
+
0,
|
|
8180
|
+
[],
|
|
8181
|
+
[]
|
|
8182
|
+
];
|
|
7954
8183
|
export var UpdateTrafficDistributionRequest$ = [3, n0, _UTDR,
|
|
7955
8184
|
0,
|
|
7956
|
-
[_I,
|
|
8185
|
+
[_I, _TCel, _SIC, _ACg],
|
|
7957
8186
|
[[0, 1], () => TelephonyConfig$, () => SignInConfig$, () => AgentConfig$], 1
|
|
7958
8187
|
];
|
|
7959
8188
|
export var UpdateTrafficDistributionResponse$ = [3, n0, _UTDRp,
|
|
@@ -8033,7 +8262,7 @@ export var UpdateWorkspaceMetadataResponse$ = [3, n0, _UWMRp,
|
|
|
8033
8262
|
];
|
|
8034
8263
|
export var UpdateWorkspacePageRequest$ = [3, n0, _UWPR,
|
|
8035
8264
|
0,
|
|
8036
|
-
[_II, _WI, _Pa, _NP, _RAe, _Sl,
|
|
8265
|
+
[_II, _WI, _Pa, _NP, _RAe, _Sl, _IDnp],
|
|
8037
8266
|
[[0, 1], [0, 1], [0, 1], 0, 0, 0, 0], 3
|
|
8038
8267
|
];
|
|
8039
8268
|
export var UpdateWorkspacePageResponse$ = [3, n0, _UWPRp,
|
|
@@ -8222,6 +8451,11 @@ export var VocabularySummary$ = [3, n0, _VSo,
|
|
|
8222
8451
|
[_N, _I, _A, _LC, _S, _LMT, _FRa],
|
|
8223
8452
|
[0, 0, 0, 0, 0, 4, 0], 6
|
|
8224
8453
|
];
|
|
8454
|
+
export var VoiceCallEntryPointParameters$ = [3, n0, _VCEPP,
|
|
8455
|
+
0,
|
|
8456
|
+
[_SPNo, _DPN, _FI],
|
|
8457
|
+
[0, 0, 0]
|
|
8458
|
+
];
|
|
8225
8459
|
export var VoiceRecordingConfiguration$ = [3, n0, _VRC,
|
|
8226
8460
|
0,
|
|
8227
8461
|
[_VRT, _IRT],
|
|
@@ -8254,7 +8488,7 @@ export var WorkspaceAssociationSearchSummary$ = [3, n0, _WASS,
|
|
|
8254
8488
|
];
|
|
8255
8489
|
export var WorkspacePage$ = [3, n0, _WP,
|
|
8256
8490
|
0,
|
|
8257
|
-
[_RAe, _Pa, _Sl,
|
|
8491
|
+
[_RAe, _Pa, _Sl, _IDnp],
|
|
8258
8492
|
[0, 0, 0, 0]
|
|
8259
8493
|
];
|
|
8260
8494
|
export var WorkspaceSearchCriteria$ = [3, n0, _WSC,
|
|
@@ -8589,6 +8823,9 @@ var EvaluationSummaryList = [1, n0, _ESL,
|
|
|
8589
8823
|
var EvaluationTranscriptPointsOfInterest = [1, n0, _ETPOIv,
|
|
8590
8824
|
0, () => EvaluationTranscriptPointOfInterest$
|
|
8591
8825
|
];
|
|
8826
|
+
var ExecutionRecordList = [1, n0, _ERLx,
|
|
8827
|
+
0, () => ExecutionRecord$
|
|
8828
|
+
];
|
|
8592
8829
|
var Expressions = [1, n0, _Expr,
|
|
8593
8830
|
0, () => Expression$
|
|
8594
8831
|
];
|
|
@@ -8950,6 +9187,18 @@ var TaskTemplateFields = [1, n0, _TTFa,
|
|
|
8950
9187
|
var TaskTemplateList = [1, n0, _TTL,
|
|
8951
9188
|
0, () => TaskTemplateMetadata$
|
|
8952
9189
|
];
|
|
9190
|
+
var TestCaseExecutionList = [1, n0, _TCEL,
|
|
9191
|
+
0, () => TestCaseExecution$
|
|
9192
|
+
];
|
|
9193
|
+
var TestCaseSearchConditionList = [1, n0, _TCSCL,
|
|
9194
|
+
0, () => TestCaseSearchCriteria$
|
|
9195
|
+
];
|
|
9196
|
+
var TestCaseSearchSummaryList = [1, n0, _TCSSL,
|
|
9197
|
+
0, () => TestCase$
|
|
9198
|
+
];
|
|
9199
|
+
var TestCaseSummaryList = [1, n0, _TCSL,
|
|
9200
|
+
0, () => TestCaseSummary$
|
|
9201
|
+
];
|
|
8953
9202
|
var ThresholdCollections = [1, n0, _TCh,
|
|
8954
9203
|
0, () => ThresholdV2$
|
|
8955
9204
|
];
|
|
@@ -9348,6 +9597,9 @@ export var CreateSecurityProfile$ = [9, n0, _CSP,
|
|
|
9348
9597
|
export var CreateTaskTemplate$ = [9, n0, _CTT,
|
|
9349
9598
|
{ [_h]: ["PUT", "/instance/{InstanceId}/task/template", 200] }, () => CreateTaskTemplateRequest$, () => CreateTaskTemplateResponse$
|
|
9350
9599
|
];
|
|
9600
|
+
export var CreateTestCase$ = [9, n0, _CTCr,
|
|
9601
|
+
{ [_h]: ["PUT", "/test-cases/{InstanceId}", 200] }, () => CreateTestCaseRequest$, () => CreateTestCaseResponse$
|
|
9602
|
+
];
|
|
9351
9603
|
export var CreateTrafficDistributionGroup$ = [9, n0, _CTDG,
|
|
9352
9604
|
{ [_h]: ["PUT", "/traffic-distribution-group", 200] }, () => CreateTrafficDistributionGroupRequest$, () => CreateTrafficDistributionGroupResponse$
|
|
9353
9605
|
];
|
|
@@ -9450,6 +9702,9 @@ export var DeleteSecurityProfile$ = [9, n0, _DSP,
|
|
|
9450
9702
|
export var DeleteTaskTemplate$ = [9, n0, _DTT,
|
|
9451
9703
|
{ [_h]: ["DELETE", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => DeleteTaskTemplateRequest$, () => DeleteTaskTemplateResponse$
|
|
9452
9704
|
];
|
|
9705
|
+
export var DeleteTestCase$ = [9, n0, _DTCe,
|
|
9706
|
+
{ [_h]: ["DELETE", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DeleteTestCaseRequest$, () => DeleteTestCaseResponse$
|
|
9707
|
+
];
|
|
9453
9708
|
export var DeleteTrafficDistributionGroup$ = [9, n0, _DTDG,
|
|
9454
9709
|
{ [_h]: ["DELETE", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DeleteTrafficDistributionGroupRequest$, () => DeleteTrafficDistributionGroupResponse$
|
|
9455
9710
|
];
|
|
@@ -9552,6 +9807,9 @@ export var DescribeRule$ = [9, n0, _DRes,
|
|
|
9552
9807
|
export var DescribeSecurityProfile$ = [9, n0, _DSPe,
|
|
9553
9808
|
{ [_h]: ["GET", "/security-profiles/{InstanceId}/{SecurityProfileId}", 200] }, () => DescribeSecurityProfileRequest$, () => DescribeSecurityProfileResponse$
|
|
9554
9809
|
];
|
|
9810
|
+
export var DescribeTestCase$ = [9, n0, _DTCes,
|
|
9811
|
+
{ [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DescribeTestCaseRequest$, () => DescribeTestCaseResponse$
|
|
9812
|
+
];
|
|
9555
9813
|
export var DescribeTrafficDistributionGroup$ = [9, n0, _DTDGe,
|
|
9556
9814
|
{ [_h]: ["GET", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DescribeTrafficDistributionGroupRequest$, () => DescribeTrafficDistributionGroupResponse$
|
|
9557
9815
|
];
|
|
@@ -9666,6 +9924,9 @@ export var GetPromptFile$ = [9, n0, _GPF,
|
|
|
9666
9924
|
export var GetTaskTemplate$ = [9, n0, _GTT,
|
|
9667
9925
|
{ [_h]: ["GET", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => GetTaskTemplateRequest$, () => GetTaskTemplateResponse$
|
|
9668
9926
|
];
|
|
9927
|
+
export var GetTestCaseExecutionSummary$ = [9, n0, _GTCES,
|
|
9928
|
+
{ [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/summary", 200] }, () => GetTestCaseExecutionSummaryRequest$, () => GetTestCaseExecutionSummaryResponse$
|
|
9929
|
+
];
|
|
9669
9930
|
export var GetTrafficDistribution$ = [9, n0, _GTD,
|
|
9670
9931
|
{ [_h]: ["GET", "/traffic-distribution/{Id}", 200] }, () => GetTrafficDistributionRequest$, () => GetTrafficDistributionResponse$
|
|
9671
9932
|
];
|
|
@@ -9828,6 +10089,15 @@ export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
|
9828
10089
|
export var ListTaskTemplates$ = [9, n0, _LTT,
|
|
9829
10090
|
{ [_h]: ["GET", "/instance/{InstanceId}/task/template", 200] }, () => ListTaskTemplatesRequest$, () => ListTaskTemplatesResponse$
|
|
9830
10091
|
];
|
|
10092
|
+
export var ListTestCaseExecutionRecords$ = [9, n0, _LTCERis,
|
|
10093
|
+
{ [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/records", 200] }, () => ListTestCaseExecutionRecordsRequest$, () => ListTestCaseExecutionRecordsResponse$
|
|
10094
|
+
];
|
|
10095
|
+
export var ListTestCaseExecutions$ = [9, n0, _LTCE,
|
|
10096
|
+
{ [_h]: ["GET", "/test-case-executions/{InstanceId}", 200] }, () => ListTestCaseExecutionsRequest$, () => ListTestCaseExecutionsResponse$
|
|
10097
|
+
];
|
|
10098
|
+
export var ListTestCases$ = [9, n0, _LTC,
|
|
10099
|
+
{ [_h]: ["GET", "/test-cases-summary/{InstanceId}", 200] }, () => ListTestCasesRequest$, () => ListTestCasesResponse$
|
|
10100
|
+
];
|
|
9831
10101
|
export var ListTrafficDistributionGroups$ = [9, n0, _LTDG,
|
|
9832
10102
|
{ [_h]: ["GET", "/traffic-distribution-groups", 200] }, () => ListTrafficDistributionGroupsRequest$, () => ListTrafficDistributionGroupsResponse$
|
|
9833
10103
|
];
|
|
@@ -9936,6 +10206,9 @@ export var SearchRoutingProfiles$ = [9, n0, _SRP,
|
|
|
9936
10206
|
export var SearchSecurityProfiles$ = [9, n0, _SSP,
|
|
9937
10207
|
{ [_h]: ["POST", "/search-security-profiles", 200] }, () => SearchSecurityProfilesRequest$, () => SearchSecurityProfilesResponse$
|
|
9938
10208
|
];
|
|
10209
|
+
export var SearchTestCases$ = [9, n0, _STC,
|
|
10210
|
+
{ [_h]: ["POST", "/search-test-cases", 200] }, () => SearchTestCasesRequest$, () => SearchTestCasesResponse$
|
|
10211
|
+
];
|
|
9939
10212
|
export var SearchUserHierarchyGroups$ = [9, n0, _SUHG,
|
|
9940
10213
|
{ [_h]: ["POST", "/search-user-hierarchy-groups", 200] }, () => SearchUserHierarchyGroupsRequest$, () => SearchUserHierarchyGroupsResponse$
|
|
9941
10214
|
];
|
|
@@ -9993,9 +10266,12 @@ export var StartOutboundVoiceContact$ = [9, n0, _SOVC,
|
|
|
9993
10266
|
export var StartScreenSharing$ = [9, n0, _SSS,
|
|
9994
10267
|
{ [_h]: ["PUT", "/contact/screen-sharing", 200] }, () => StartScreenSharingRequest$, () => StartScreenSharingResponse$
|
|
9995
10268
|
];
|
|
9996
|
-
export var StartTaskContact$ = [9, n0,
|
|
10269
|
+
export var StartTaskContact$ = [9, n0, _STCt,
|
|
9997
10270
|
{ [_h]: ["PUT", "/contact/task", 200] }, () => StartTaskContactRequest$, () => StartTaskContactResponse$
|
|
9998
10271
|
];
|
|
10272
|
+
export var StartTestCaseExecution$ = [9, n0, _STCE,
|
|
10273
|
+
{ [_h]: ["PUT", "/test-cases/{InstanceId}/{TestCaseId}/start-execution", 200] }, () => StartTestCaseExecutionRequest$, () => StartTestCaseExecutionResponse$
|
|
10274
|
+
];
|
|
9999
10275
|
export var StartWebRTCContact$ = [9, n0, _SWRTCC,
|
|
10000
10276
|
{ [_h]: ["PUT", "/contact/webrtc", 200] }, () => StartWebRTCContactRequest$, () => StartWebRTCContactResponse$
|
|
10001
10277
|
];
|
|
@@ -10011,6 +10287,9 @@ export var StopContactRecording$ = [9, n0, _SCRtop,
|
|
|
10011
10287
|
export var StopContactStreaming$ = [9, n0, _SCSt,
|
|
10012
10288
|
{ [_h]: ["POST", "/contact/stop-streaming", 200] }, () => StopContactStreamingRequest$, () => StopContactStreamingResponse$
|
|
10013
10289
|
];
|
|
10290
|
+
export var StopTestCaseExecution$ = [9, n0, _STCEt,
|
|
10291
|
+
{ [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/stop-execution", 200] }, () => StopTestCaseExecutionRequest$, () => StopTestCaseExecutionResponse$
|
|
10292
|
+
];
|
|
10014
10293
|
export var SubmitContactEvaluation$ = [9, n0, _SCEu,
|
|
10015
10294
|
{ [_h]: ["POST", "/contact-evaluations/{InstanceId}/{EvaluationId}/submit", 200] }, () => SubmitContactEvaluationRequest$, () => SubmitContactEvaluationResponse$
|
|
10016
10295
|
];
|
|
@@ -10164,6 +10443,9 @@ export var UpdateSecurityProfile$ = [9, n0, _USP,
|
|
|
10164
10443
|
export var UpdateTaskTemplate$ = [9, n0, _UTT,
|
|
10165
10444
|
{ [_h]: ["POST", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => UpdateTaskTemplateRequest$, () => UpdateTaskTemplateResponse$
|
|
10166
10445
|
];
|
|
10446
|
+
export var UpdateTestCase$ = [9, n0, _UTC,
|
|
10447
|
+
{ [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => UpdateTestCaseRequest$, () => UpdateTestCaseResponse$
|
|
10448
|
+
];
|
|
10167
10449
|
export var UpdateTrafficDistribution$ = [9, n0, _UTD,
|
|
10168
10450
|
{ [_h]: ["PUT", "/traffic-distribution/{Id}", 200] }, () => UpdateTrafficDistributionRequest$, () => UpdateTrafficDistributionResponse$
|
|
10169
10451
|
];
|