@aws-sdk/client-connect 3.974.0 → 3.977.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +77 -0
  2. package/dist-cjs/index.js +561 -26
  3. package/dist-es/Connect.js +22 -0
  4. package/dist-es/commands/CreateTestCaseCommand.js +16 -0
  5. package/dist-es/commands/DeleteTestCaseCommand.js +16 -0
  6. package/dist-es/commands/DescribeTestCaseCommand.js +16 -0
  7. package/dist-es/commands/GetTestCaseExecutionSummaryCommand.js +16 -0
  8. package/dist-es/commands/ListTestCaseExecutionRecordsCommand.js +16 -0
  9. package/dist-es/commands/ListTestCaseExecutionsCommand.js +16 -0
  10. package/dist-es/commands/ListTestCasesCommand.js +16 -0
  11. package/dist-es/commands/SearchTestCasesCommand.js +16 -0
  12. package/dist-es/commands/StartTestCaseExecutionCommand.js +16 -0
  13. package/dist-es/commands/StopTestCaseExecutionCommand.js +16 -0
  14. package/dist-es/commands/UpdateTestCaseCommand.js +16 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/enums.js +20 -0
  17. package/dist-es/models/errors.js +14 -0
  18. package/dist-es/pagination/ListTestCasesPaginator.js +4 -0
  19. package/dist-es/pagination/SearchTestCasesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -0
  21. package/dist-es/schemas/schemas_0.js +319 -27
  22. package/dist-types/Connect.d.ts +77 -0
  23. package/dist-types/ConnectClient.d.ts +13 -2
  24. package/dist-types/commands/CreateTestCaseCommand.d.ts +127 -0
  25. package/dist-types/commands/CreateWorkspacePageCommand.d.ts +1 -1
  26. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteTestCaseCommand.d.ts +91 -0
  28. package/dist-types/commands/DescribeTestCaseCommand.d.ts +116 -0
  29. package/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +101 -0
  30. package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListTestCaseExecutionRecordsCommand.d.ts +105 -0
  36. package/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +111 -0
  37. package/dist-types/commands/ListTestCasesCommand.d.ts +104 -0
  38. package/dist-types/commands/SearchTestCasesCommand.d.ts +167 -0
  39. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +1 -1
  40. package/dist-types/commands/SendOutboundEmailCommand.d.ts +1 -1
  41. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
  42. package/dist-types/commands/StartChatContactCommand.d.ts +1 -2
  43. package/dist-types/commands/StartTaskContactCommand.d.ts +6 -0
  44. package/dist-types/commands/StartTestCaseExecutionCommand.d.ts +99 -0
  45. package/dist-types/commands/StopTestCaseExecutionCommand.d.ts +93 -0
  46. package/dist-types/commands/UpdateTestCaseCommand.d.ts +112 -0
  47. package/dist-types/commands/index.d.ts +11 -0
  48. package/dist-types/models/enums.d.ts +52 -0
  49. package/dist-types/models/errors.d.ts +17 -0
  50. package/dist-types/models/models_0.d.ts +113 -84
  51. package/dist-types/models/models_1.d.ts +267 -282
  52. package/dist-types/models/models_2.d.ts +578 -599
  53. package/dist-types/models/models_3.d.ts +795 -3
  54. package/dist-types/pagination/ListTestCasesPaginator.d.ts +7 -0
  55. package/dist-types/pagination/SearchTestCasesPaginator.d.ts +7 -0
  56. package/dist-types/pagination/index.d.ts +2 -0
  57. package/dist-types/schemas/schemas_0.d.ts +44 -0
  58. package/dist-types/ts3.4/Connect.d.ts +187 -0
  59. package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
  60. package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +50 -0
  61. package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DeleteTestCaseCommand.d.ts +50 -0
  64. package/dist-types/ts3.4/commands/DescribeTestCaseCommand.d.ts +50 -0
  65. package/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +51 -0
  66. package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListTestCaseExecutionRecordsCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/ListTestCaseExecutionsCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/ListTestCasesCommand.d.ts +50 -0
  74. package/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +48 -0
  75. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartAttachedFileUploadCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +4 -2
  79. package/dist-types/ts3.4/commands/StartTestCaseExecutionCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/StopTestCaseExecutionCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/UpdateTestCaseCommand.d.ts +50 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  83. package/dist-types/ts3.4/models/enums.d.ts +28 -0
  84. package/dist-types/ts3.4/models/errors.d.ts +8 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +28 -19
  86. package/dist-types/ts3.4/models/models_1.d.ts +65 -67
  87. package/dist-types/ts3.4/models/models_2.d.ts +137 -121
  88. package/dist-types/ts3.4/models/models_3.d.ts +172 -10
  89. package/dist-types/ts3.4/pagination/ListTestCasesPaginator.d.ts +11 -0
  90. package/dist-types/ts3.4/pagination/SearchTestCasesPaginator.d.ts +11 -0
  91. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -0
  93. 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 = "InputData";
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 = "Recipient";
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 = "StartTaskContact";
2150
- const _STCR = "StartTaskContactRequest";
2151
- const _STCRt = "StartTaskContactResponse";
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";
@@ -2214,6 +2255,8 @@ const _TACL = "TagAndConditionList";
2214
2255
  const _TAD = "TaskActionDefinition";
2215
2256
  const _TAI = "TargetAccountId";
2216
2257
  const _TAa = "TaskAction";
2258
+ const _TAas = "TaskAttachment";
2259
+ const _TAask = "TaskAttachments";
2217
2260
  const _TAe = "TextActive";
2218
2261
  const _TAem = "TemplateAttributes";
2219
2262
  const _TAo = "ToAddresses";
@@ -2222,16 +2265,34 @@ const _TBH = "TextBackgroundHover";
2222
2265
  const _TBM = "TotalBotMessages";
2223
2266
  const _TBMLIC = "TotalBotMessageLengthInChars";
2224
2267
  const _TC = "TagConditions";
2268
+ const _TCA = "TestCaseArn";
2269
+ const _TCE = "TestCaseExecutions";
2270
+ const _TCEI = "TestCaseExecutionId";
2271
+ const _TCEL = "TestCaseExecutionList";
2272
+ const _TCEP = "TestCaseEntryPoint";
2273
+ const _TCES = "TestCaseExecutionStatus";
2274
+ const _TCEe = "TestCaseExecution";
2275
+ const _TCI = "TestCaseId";
2225
2276
  const _TCL = "TranscriptCriteriaList";
2277
+ const _TCN = "TestCaseName";
2226
2278
  const _TCR = "TagContactRequest";
2227
2279
  const _TCRa = "TagContactResponse";
2228
2280
  const _TCRr = "TransferContactRequest";
2229
2281
  const _TCRra = "TransferContactResponse";
2282
+ const _TCS = "TestCaseSha256";
2283
+ const _TCSC = "TestCaseSearchCriteria";
2284
+ const _TCSCL = "TestCaseSearchConditionList";
2285
+ const _TCSF = "TestCaseSearchFilter";
2286
+ const _TCSL = "TestCaseSummaryList";
2287
+ const _TCSSL = "TestCaseSearchSummaryList";
2288
+ const _TCSe = "TestCaseSummary";
2230
2289
  const _TCU = "TurnControlUrl";
2231
2290
  const _TCa = "TagCondition";
2232
2291
  const _TCag = "TagContact";
2233
2292
  const _TCar = "TargetConfiguration";
2234
- const _TCe = "TelephonyConfig";
2293
+ const _TCe = "TestCase";
2294
+ const _TCel = "TelephonyConfig";
2295
+ const _TCes = "TestCases";
2235
2296
  const _TCh = "ThresholdCollections";
2236
2297
  const _TCi = "TimestampCondition";
2237
2298
  const _TCo = "TotalCount";
@@ -2260,6 +2321,7 @@ const _TLa = "TagsList";
2260
2321
  const _TM = "TotalMessages";
2261
2322
  const _TMC = "TemplatedMessageConfig";
2262
2323
  const _TMRE = "TooManyRequestsException";
2324
+ const _TO = "TotalObservations";
2263
2325
  const _TOCL = "TagOrConditionList";
2264
2326
  const _TPC = "TotalPauseCount";
2265
2327
  const _TPDIS = "TotalPauseDurationInSeconds";
@@ -2300,7 +2362,8 @@ const _Tem = "Template";
2300
2362
  const _Th = "Theme";
2301
2363
  const _Thr = "Threshold";
2302
2364
  const _Ti = "Title";
2303
- const _Tim = "Time";
2365
+ const _Tim = "Timestamp";
2366
+ const _Time = "Time";
2304
2367
  const _Tr = "Transcript";
2305
2368
  const _Ty = "Typography";
2306
2369
  const _U = "Username";
@@ -2461,6 +2524,9 @@ const _USPR = "UpdateSecurityProfileRequest";
2461
2524
  const _USS = "UserSearchSummary";
2462
2525
  const _USSL = "UserSearchSummaryList";
2463
2526
  const _UT = "UserTags";
2527
+ const _UTC = "UpdateTestCase";
2528
+ const _UTCR = "UpdateTestCaseRequest";
2529
+ const _UTCRp = "UpdateTestCaseResponse";
2464
2530
  const _UTD = "UpdateTrafficDistribution";
2465
2531
  const _UTDR = "UpdateTrafficDistributionRequest";
2466
2532
  const _UTDRp = "UpdateTrafficDistributionResponse";
@@ -2513,6 +2579,7 @@ const _VAa = "ValueArn";
2513
2579
  const _VAi = "ViewActions";
2514
2580
  const _VAo = "VocabularyArn";
2515
2581
  const _VC = "ViewContent";
2582
+ const _VCEPP = "VoiceCallEntryPointParameters";
2516
2583
  const _VCS = "ViewContentSha256";
2517
2584
  const _VD = "VersionDescription";
2518
2585
  const _VE = "ValidationEnum";
@@ -2588,10 +2655,12 @@ const _cI = "contactId";
2588
2655
  const _cT = "clientToken";
2589
2656
  const _e = "error";
2590
2657
  const _eSN = "eventSourceName";
2658
+ const _eT = "endTime";
2591
2659
  const _fA = "functionArn";
2592
2660
  const _fD = "fromDate";
2593
2661
  const _h = "http";
2594
2662
  const _hE = "httpError";
2663
+ const _hH = "httpHeader";
2595
2664
  const _hQ = "httpQuery";
2596
2665
  const _iA = "integrationArn";
2597
2666
  const _iI = "instanceId";
@@ -2614,12 +2683,15 @@ const _qT = "queueTypes";
2614
2683
  const _rA = "resourceArn";
2615
2684
  const _rT = "resourceType";
2616
2685
  const _rTe = "referenceTypes";
2617
- const _s = "server";
2686
+ const _s = "status";
2687
+ const _sT = "startTime";
2618
2688
  const _sV = "snapshotVersion";
2689
+ const _se = "server";
2619
2690
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connect";
2620
2691
  const _st = "state";
2621
- const _sta = "status";
2622
2692
  const _t = "tags";
2693
+ const _tCI = "testCaseId";
2694
+ const _tCN = "testCaseName";
2623
2695
  const _tD = "toDate";
2624
2696
  const _tK = "tagKey";
2625
2697
  const _tKCT = "tagKeyComparisonType";
@@ -2630,10 +2702,13 @@ const _ty = "type";
2630
2702
  const _uEIS = "urlExpiryInSeconds";
2631
2703
  const _v = "version";
2632
2704
  const _va = "value";
2705
+ const _xalmr = "x-amz-last-modified-region";
2706
+ const _xalmt = "x-amz-last-modified-time";
2707
+ const _xari = "x-amz-resource-id";
2633
2708
  const n0 = "com.amazonaws.connect";
2634
2709
  import { TypeRegistry } from "@smithy/core/schema";
2635
2710
  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";
2711
+ 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
2712
  var AgentFirstName = [0, n0, _AFN, 8, 0];
2638
2713
  var AgentLastName = [0, n0, _ALN, 8, 0];
2639
2714
  var AuthenticationError = [0, n0, _AE, 8, 0];
@@ -3675,6 +3750,16 @@ export var CreateTaskTemplateResponse$ = [3, n0, _CTTRr,
3675
3750
  [_I, _A],
3676
3751
  [0, 0], 2
3677
3752
  ];
3753
+ export var CreateTestCaseRequest$ = [3, n0, _CTCR,
3754
+ 0,
3755
+ [_II, _N, _Co, _D, _EP, _IDn, _St, _TCI, _Ta, _LMT, _LMR],
3756
+ [[0, 1], 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, [0, { [_hH]: _xari }], 128 | 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 3
3757
+ ];
3758
+ export var CreateTestCaseResponse$ = [3, n0, _CTCRr,
3759
+ 0,
3760
+ [_TCI, _TCA],
3761
+ [0, 0]
3762
+ ];
3678
3763
  export var CreateTrafficDistributionGroupRequest$ = [3, n0, _CTDGR,
3679
3764
  0,
3680
3765
  [_N, _II, _D, _CT, _Ta],
@@ -3747,7 +3832,7 @@ export var CreateVocabularyResponse$ = [3, n0, _CVRrea,
3747
3832
  ];
3748
3833
  export var CreateWorkspacePageRequest$ = [3, n0, _CWPR,
3749
3834
  0,
3750
- [_II, _WI, _RAe, _Pa, _Sl, _IDn],
3835
+ [_II, _WI, _RAe, _Pa, _Sl, _IDnp],
3751
3836
  [[0, 1], [0, 1], 0, 0, 0, 0], 4
3752
3837
  ];
3753
3838
  export var CreateWorkspacePageResponse$ = [3, n0, _CWPRr,
@@ -4085,6 +4170,16 @@ export var DeleteTaskTemplateResponse$ = [3, n0, _DTTRe,
4085
4170
  [],
4086
4171
  []
4087
4172
  ];
4173
+ export var DeleteTestCaseRequest$ = [3, n0, _DTCR,
4174
+ 0,
4175
+ [_II, _TCI],
4176
+ [[0, 1], [0, 1]], 2
4177
+ ];
4178
+ export var DeleteTestCaseResponse$ = [3, n0, _DTCRe,
4179
+ 0,
4180
+ [],
4181
+ []
4182
+ ];
4088
4183
  export var DeleteTrafficDistributionGroupRequest$ = [3, n0, _DTDGR,
4089
4184
  0,
4090
4185
  [_TDGI],
@@ -4410,6 +4505,16 @@ export var DescribeSecurityProfileResponse$ = [3, n0, _DSPRes,
4410
4505
  [_SPe],
4411
4506
  [() => SecurityProfile$]
4412
4507
  ];
4508
+ export var DescribeTestCaseRequest$ = [3, n0, _DTCRes,
4509
+ 0,
4510
+ [_II, _TCI, _St],
4511
+ [[0, 1], [0, 1], [0, { [_hQ]: _s }]], 2
4512
+ ];
4513
+ export var DescribeTestCaseResponse$ = [3, n0, _DTCResc,
4514
+ 0,
4515
+ [_TCe],
4516
+ [() => TestCase$]
4517
+ ];
4413
4518
  export var DescribeTrafficDistributionGroupRequest$ = [3, n0, _DTDGRes,
4414
4519
  0,
4415
4520
  [_TDGI],
@@ -5007,6 +5112,11 @@ export var EventBridgeActionDefinition$ = [3, n0, _EBAD,
5007
5112
  [_N],
5008
5113
  [0], 1
5009
5114
  ];
5115
+ export var ExecutionRecord$ = [3, n0, _ERx,
5116
+ 0,
5117
+ [_OI, _St, _Tim, _Rec],
5118
+ [0, 0, 4, 0]
5119
+ ];
5010
5120
  export var Expiry$ = [3, n0, _Ex,
5011
5121
  0,
5012
5122
  [_DIS, _ETx],
@@ -5197,6 +5307,16 @@ export var GetTaskTemplateResponse$ = [3, n0, _GTTRe,
5197
5307
  [_I, _A, _N, _II, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre, _Ta],
5198
5308
  [0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4, 128 | 0], 3
5199
5309
  ];
5310
+ export var GetTestCaseExecutionSummaryRequest$ = [3, n0, _GTCESR,
5311
+ 0,
5312
+ [_II, _TCI, _TCEI],
5313
+ [[0, 1], [0, 1], [0, 1]], 3
5314
+ ];
5315
+ export var GetTestCaseExecutionSummaryResponse$ = [3, n0, _GTCESRe,
5316
+ 0,
5317
+ [_STtar, _ETnd, _St, _OSb],
5318
+ [4, 4, 0, () => ObservationSummary$]
5319
+ ];
5200
5320
  export var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
5201
5321
  0,
5202
5322
  [_I],
@@ -5204,7 +5324,7 @@ export var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
5204
5324
  ];
5205
5325
  export var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
5206
5326
  0,
5207
- [_TCe, _I, _A, _SIC, _ACg],
5327
+ [_TCel, _I, _A, _SIC, _ACg],
5208
5328
  [() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
5209
5329
  ];
5210
5330
  export var GlobalResiliencyMetadata$ = [3, n0, _GRM,
@@ -5414,7 +5534,7 @@ export var IntegrationAssociationSummary$ = [3, n0, _IAS,
5414
5534
  [0, 0, 0, 0, 0, 0, 0, 0]
5415
5535
  ];
5416
5536
  export var InternalServiceException$ = [-3, n0, _ISE,
5417
- { [_e]: _s, [_hE]: 500 },
5537
+ { [_e]: _se, [_hE]: 500 },
5418
5538
  [_M],
5419
5539
  [0]
5420
5540
  ];
@@ -5454,6 +5574,12 @@ export var InvalidRequestException$ = [-3, n0, _IRE,
5454
5574
  [0, () => InvalidRequestExceptionReason$]
5455
5575
  ];
5456
5576
  TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
5577
+ export var InvalidTestCaseException$ = [-3, n0, _ITCE,
5578
+ { [_e]: _c, [_hE]: 400 },
5579
+ [_Prob],
5580
+ [() => Problems]
5581
+ ];
5582
+ TypeRegistry.for(n0).registerError(InvalidTestCaseException$, InvalidTestCaseException);
5457
5583
  export var InvisibleFieldInfo$ = [3, n0, _IFI,
5458
5584
  0,
5459
5585
  [_I],
@@ -6008,13 +6134,43 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
6008
6134
  export var ListTaskTemplatesRequest$ = [3, n0, _LTTR,
6009
6135
  0,
6010
6136
  [_II, _NT, _MR, _St, _N],
6011
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _n }]], 1
6137
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _s }], [0, { [_hQ]: _n }]], 1
6012
6138
  ];
6013
6139
  export var ListTaskTemplatesResponse$ = [3, n0, _LTTRi,
6014
6140
  0,
6015
6141
  [_TTa, _NT],
6016
6142
  [() => TaskTemplateList, 0]
6017
6143
  ];
6144
+ export var ListTestCaseExecutionRecordsRequest$ = [3, n0, _LTCERR,
6145
+ 0,
6146
+ [_II, _TCI, _TCEI, _St, _NT, _MR],
6147
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
6148
+ ];
6149
+ export var ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
6150
+ 0,
6151
+ [_ERxe, _NT],
6152
+ [() => ExecutionRecordList, 0]
6153
+ ];
6154
+ export var ListTestCaseExecutionsRequest$ = [3, n0, _LTCER,
6155
+ 0,
6156
+ [_II, _TCI, _TCN, _STtar, _ETnd, _St, _NT, _MR],
6157
+ [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6158
+ ];
6159
+ export var ListTestCaseExecutionsResponse$ = [3, n0, _LTCERi,
6160
+ 0,
6161
+ [_TCE, _NT],
6162
+ [() => TestCaseExecutionList, 0]
6163
+ ];
6164
+ export var ListTestCasesRequest$ = [3, n0, _LTCR,
6165
+ 0,
6166
+ [_II, _NT, _MR],
6167
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6168
+ ];
6169
+ export var ListTestCasesResponse$ = [3, n0, _LTCRi,
6170
+ 0,
6171
+ [_TCSL, _NT],
6172
+ [() => TestCaseSummaryList, 0]
6173
+ ];
6018
6174
  export var ListTrafficDistributionGroupsRequest$ = [3, n0, _LTDGR,
6019
6175
  0,
6020
6176
  [_MR, _NT, _II],
@@ -6236,6 +6392,11 @@ export var NumericQuestionPropertyValueAutomation$ = [3, n0, _NQPVA,
6236
6392
  [_La],
6237
6393
  [0], 1
6238
6394
  ];
6395
+ export var ObservationSummary$ = [3, n0, _OSb,
6396
+ 0,
6397
+ [_TO, _OP, _OF],
6398
+ [1, 1, 1]
6399
+ ];
6239
6400
  export var OperationalHour$ = [3, n0, _OHp,
6240
6401
  0,
6241
6402
  [_Star, _End_],
@@ -6601,7 +6762,7 @@ export var RealTimeContactAnalysisPointOfInterest$ = [3, n0, _RTCAPOI,
6601
6762
  ];
6602
6763
  export var RealTimeContactAnalysisSegmentAttachments$ = [3, n0, _RTCASA,
6603
6764
  0,
6604
- [_I, _PI, _PR, _Atta, _Tim, _DN],
6765
+ [_I, _PI, _PR, _Atta, _Time, _DN],
6605
6766
  [0, 0, 0, () => RealTimeContactAnalysisAttachments, () => RealTimeContactAnalysisTimeData$, 0], 5
6606
6767
  ];
6607
6768
  export var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
@@ -6611,7 +6772,7 @@ export var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
6611
6772
  ];
6612
6773
  export var RealTimeContactAnalysisSegmentEvent$ = [3, n0, _RTCASE,
6613
6774
  0,
6614
- [_I, _ETve, _Tim, _PI, _PR, _DN],
6775
+ [_I, _ETve, _Time, _PI, _PR, _DN],
6615
6776
  [0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, 0], 3
6616
6777
  ];
6617
6778
  export var RealTimeContactAnalysisSegmentIssues$ = [3, n0, _RTCASI,
@@ -6626,7 +6787,7 @@ export var RealTimeContactAnalysisSegmentPostContactSummary$ = [3, n0, _RTCASPCS
6626
6787
  ];
6627
6788
  export var RealTimeContactAnalysisSegmentTranscript$ = [3, n0, _RTCAST,
6628
6789
  0,
6629
- [_I, _PI, _PR, _Co, _Tim, _DN, _CTon, _Red, _Sen],
6790
+ [_I, _PI, _PR, _Co, _Time, _DN, _CTon, _Red, _Sen],
6630
6791
  [0, 0, 0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, () => RealTimeContactAnalysisTranscriptItemRedaction$, 0], 5
6631
6792
  ];
6632
6793
  export var RealTimeContactAnalysisTranscriptItemRedaction$ = [3, n0, _RTCATIR,
@@ -7083,6 +7244,16 @@ export var SearchSecurityProfilesResponse$ = [3, n0, _SSPRe,
7083
7244
  [_SP, _NT, _ATC],
7084
7245
  [() => SecurityProfilesSearchSummaryList, 0, 1]
7085
7246
  ];
7247
+ export var SearchTestCasesRequest$ = [3, n0, _STCR,
7248
+ 0,
7249
+ [_II, _NT, _MR, _SF, _SCe],
7250
+ [0, 0, 1, () => TestCaseSearchFilter$, () => TestCaseSearchCriteria$], 1
7251
+ ];
7252
+ export var SearchTestCasesResponse$ = [3, n0, _STCRe,
7253
+ 0,
7254
+ [_TCes, _NT, _ATC],
7255
+ [() => TestCaseSearchSummaryList, 0, 1]
7256
+ ];
7086
7257
  export var SearchUserHierarchyGroupsRequest$ = [3, n0, _SUHGR,
7087
7258
  0,
7088
7259
  [_II, _NT, _MR, _SF, _SCe],
@@ -7195,7 +7366,7 @@ export var SendChatIntegrationEventResponse$ = [3, n0, _SCIERe,
7195
7366
  ];
7196
7367
  export var SendNotificationActionDefinition$ = [3, n0, _SNAD,
7197
7368
  0,
7198
- [_DM, _Co, _CTon, _Rec, _Subj, _Exc],
7369
+ [_DM, _Co, _CTon, _Reci, _Subj, _Exc],
7199
7370
  [0, 0, 0, () => NotificationRecipientType$, 0, () => NotificationRecipientType$], 4
7200
7371
  ];
7201
7372
  export var SendOutboundEmailRequest$ = [3, n0, _SOER,
@@ -7349,16 +7520,26 @@ export var StartScreenSharingResponse$ = [3, n0, _SSSRt,
7349
7520
  [],
7350
7521
  []
7351
7522
  ];
7352
- export var StartTaskContactRequest$ = [3, n0, _STCR,
7523
+ export var StartTaskContactRequest$ = [3, n0, _STCRt,
7353
7524
  0,
7354
- [_II, _N, _PCI, _CFI, _Attr, _Ref, _D, _CT, _STch, _TTIa, _QCIu, _RCI, _SAe],
7355
- [0, [() => Name, 0], 0, 0, 128 | 0, () => ContactReferences, [() => Description, 0], [0, 4], 4, 0, 0, 0, () => SegmentAttributes], 2
7525
+ [_II, _N, _PCI, _CFI, _Attr, _Ref, _D, _CT, _STch, _TTIa, _QCIu, _RCI, _SAe, _Atta],
7526
+ [0, [() => Name, 0], 0, 0, 128 | 0, () => ContactReferences, [() => Description, 0], [0, 4], 4, 0, 0, 0, () => SegmentAttributes, [() => TaskAttachments, 0]], 2
7356
7527
  ];
7357
- export var StartTaskContactResponse$ = [3, n0, _STCRt,
7528
+ export var StartTaskContactResponse$ = [3, n0, _STCRta,
7358
7529
  0,
7359
7530
  [_CI],
7360
7531
  [0]
7361
7532
  ];
7533
+ export var StartTestCaseExecutionRequest$ = [3, n0, _STCER,
7534
+ 0,
7535
+ [_II, _TCI, _CT],
7536
+ [[0, 1], [0, 1], 0], 2
7537
+ ];
7538
+ export var StartTestCaseExecutionResponse$ = [3, n0, _STCERt,
7539
+ 0,
7540
+ [_TCEI, _TCI, _St],
7541
+ [0, 0, 0]
7542
+ ];
7362
7543
  export var StartWebRTCContactRequest$ = [3, n0, _SWRTCCR,
7363
7544
  0,
7364
7545
  [_CFI, _II, _PD, _Attr, _CT, _ACll, _RCI, _Ref, _D],
@@ -7419,6 +7600,16 @@ export var StopContactStreamingResponse$ = [3, n0, _SCSRtop,
7419
7600
  [],
7420
7601
  []
7421
7602
  ];
7603
+ export var StopTestCaseExecutionRequest$ = [3, n0, _STCERto,
7604
+ 0,
7605
+ [_II, _TCEI, _TCI, _CT],
7606
+ [[0, 1], [0, 1], [0, 1], 0], 3
7607
+ ];
7608
+ export var StopTestCaseExecutionResponse$ = [3, n0, _STCERtop,
7609
+ 0,
7610
+ [],
7611
+ []
7612
+ ];
7422
7613
  export var StringCondition$ = [3, n0, _SC,
7423
7614
  0,
7424
7615
  [_FNi, _V, _CTo],
@@ -7499,6 +7690,11 @@ export var TaskActionDefinition$ = [3, n0, _TAD,
7499
7690
  [_N, _CFI, _D, _Ref],
7500
7691
  [0, 0, 0, () => ContactReferences], 2
7501
7692
  ];
7693
+ export var TaskAttachment$ = [3, n0, _TAas,
7694
+ 0,
7695
+ [_FN, _SUr],
7696
+ [0, 0], 2
7697
+ ];
7502
7698
  export var TaskTemplateConstraints$ = [3, n0, _TTC,
7503
7699
  0,
7504
7700
  [_RF, _ROF, _IF],
@@ -7534,7 +7730,7 @@ export var TaskTemplateMetadata$ = [3, n0, _TTM,
7534
7730
  [_I, _A, _N, _D, _St, _LMT, _CTre],
7535
7731
  [0, 0, 0, 0, 0, 4, 4]
7536
7732
  ];
7537
- export var TelephonyConfig$ = [3, n0, _TCe,
7733
+ export var TelephonyConfig$ = [3, n0, _TCel,
7538
7734
  0,
7539
7735
  [_Di],
7540
7736
  [() => DistributionList], 1
@@ -7549,6 +7745,36 @@ export var TemplatedMessageConfig$ = [3, n0, _TMC,
7549
7745
  [_KBI, _MTI, _TAem],
7550
7746
  [0, 0, () => TemplateAttributes$], 3
7551
7747
  ];
7748
+ export var TestCase$ = [3, n0, _TCe,
7749
+ 0,
7750
+ [_A, _I, _N, _Co, _EP, _IDn, _D, _St, _LMT, _LMR, _Ta, _TCS],
7751
+ [0, 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, 0, 4, 0, 128 | 0, 0]
7752
+ ];
7753
+ export var TestCaseEntryPoint$ = [3, n0, _TCEP,
7754
+ 0,
7755
+ [_T, _VCEPP],
7756
+ [0, () => VoiceCallEntryPointParameters$]
7757
+ ];
7758
+ export var TestCaseExecution$ = [3, n0, _TCEe,
7759
+ 0,
7760
+ [_STtar, _ETnd, _TCEI, _TCI, _TCES, _Ta],
7761
+ [4, 4, 0, 0, 0, 128 | 0]
7762
+ ];
7763
+ export var TestCaseSearchCriteria$ = [3, n0, _TCSC,
7764
+ 0,
7765
+ [_OC, _ACn, _SC, _SCtat],
7766
+ [() => TestCaseSearchConditionList, () => TestCaseSearchConditionList, () => StringCondition$, 0]
7767
+ ];
7768
+ export var TestCaseSearchFilter$ = [3, n0, _TCSF,
7769
+ 0,
7770
+ [_TF],
7771
+ [() => ControlPlaneTagFilter$]
7772
+ ];
7773
+ export var TestCaseSummary$ = [3, n0, _TCSe,
7774
+ 0,
7775
+ [_I, _A, _N, _St, _LMT, _LMR],
7776
+ [0, 0, 0, 0, 4, 0]
7777
+ ];
7552
7778
  export var Threshold$ = [3, n0, _Thr,
7553
7779
  0,
7554
7780
  [_Comp, _TVh],
@@ -7951,9 +8177,19 @@ export var UpdateTaskTemplateResponse$ = [3, n0, _UTTRp,
7951
8177
  [_II, _I, _A, _N, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre],
7952
8178
  [0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4]
7953
8179
  ];
8180
+ export var UpdateTestCaseRequest$ = [3, n0, _UTCR,
8181
+ 0,
8182
+ [_II, _TCI, _Co, _EP, _IDn, _N, _D, _St, _LMT, _LMR],
8183
+ [[0, 1], [0, 1], 0, () => TestCaseEntryPoint$, 0, 0, 0, 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 2
8184
+ ];
8185
+ export var UpdateTestCaseResponse$ = [3, n0, _UTCRp,
8186
+ 0,
8187
+ [],
8188
+ []
8189
+ ];
7954
8190
  export var UpdateTrafficDistributionRequest$ = [3, n0, _UTDR,
7955
8191
  0,
7956
- [_I, _TCe, _SIC, _ACg],
8192
+ [_I, _TCel, _SIC, _ACg],
7957
8193
  [[0, 1], () => TelephonyConfig$, () => SignInConfig$, () => AgentConfig$], 1
7958
8194
  ];
7959
8195
  export var UpdateTrafficDistributionResponse$ = [3, n0, _UTDRp,
@@ -8033,7 +8269,7 @@ export var UpdateWorkspaceMetadataResponse$ = [3, n0, _UWMRp,
8033
8269
  ];
8034
8270
  export var UpdateWorkspacePageRequest$ = [3, n0, _UWPR,
8035
8271
  0,
8036
- [_II, _WI, _Pa, _NP, _RAe, _Sl, _IDn],
8272
+ [_II, _WI, _Pa, _NP, _RAe, _Sl, _IDnp],
8037
8273
  [[0, 1], [0, 1], [0, 1], 0, 0, 0, 0], 3
8038
8274
  ];
8039
8275
  export var UpdateWorkspacePageResponse$ = [3, n0, _UWPRp,
@@ -8222,6 +8458,11 @@ export var VocabularySummary$ = [3, n0, _VSo,
8222
8458
  [_N, _I, _A, _LC, _S, _LMT, _FRa],
8223
8459
  [0, 0, 0, 0, 0, 4, 0], 6
8224
8460
  ];
8461
+ export var VoiceCallEntryPointParameters$ = [3, n0, _VCEPP,
8462
+ 0,
8463
+ [_SPNo, _DPN, _FI],
8464
+ [0, 0, 0]
8465
+ ];
8225
8466
  export var VoiceRecordingConfiguration$ = [3, n0, _VRC,
8226
8467
  0,
8227
8468
  [_VRT, _IRT],
@@ -8254,7 +8495,7 @@ export var WorkspaceAssociationSearchSummary$ = [3, n0, _WASS,
8254
8495
  ];
8255
8496
  export var WorkspacePage$ = [3, n0, _WP,
8256
8497
  0,
8257
- [_RAe, _Pa, _Sl, _IDn],
8498
+ [_RAe, _Pa, _Sl, _IDnp],
8258
8499
  [0, 0, 0, 0]
8259
8500
  ];
8260
8501
  export var WorkspaceSearchCriteria$ = [3, n0, _WSC,
@@ -8589,6 +8830,9 @@ var EvaluationSummaryList = [1, n0, _ESL,
8589
8830
  var EvaluationTranscriptPointsOfInterest = [1, n0, _ETPOIv,
8590
8831
  0, () => EvaluationTranscriptPointOfInterest$
8591
8832
  ];
8833
+ var ExecutionRecordList = [1, n0, _ERLx,
8834
+ 0, () => ExecutionRecord$
8835
+ ];
8592
8836
  var Expressions = [1, n0, _Expr,
8593
8837
  0, () => Expression$
8594
8838
  ];
@@ -8941,6 +9185,9 @@ var TagRestrictedResourceList = 64 | 0;
8941
9185
  var TagsList = [1, n0, _TLa,
8942
9186
  0, () => TagSet$
8943
9187
  ];
9188
+ var TaskAttachments = [1, n0, _TAask,
9189
+ 8, () => TaskAttachment$
9190
+ ];
8944
9191
  var TaskTemplateDefaultFieldValueList = [1, n0, _TTDFVL,
8945
9192
  0, () => TaskTemplateDefaultFieldValue$
8946
9193
  ];
@@ -8950,6 +9197,18 @@ var TaskTemplateFields = [1, n0, _TTFa,
8950
9197
  var TaskTemplateList = [1, n0, _TTL,
8951
9198
  0, () => TaskTemplateMetadata$
8952
9199
  ];
9200
+ var TestCaseExecutionList = [1, n0, _TCEL,
9201
+ 0, () => TestCaseExecution$
9202
+ ];
9203
+ var TestCaseSearchConditionList = [1, n0, _TCSCL,
9204
+ 0, () => TestCaseSearchCriteria$
9205
+ ];
9206
+ var TestCaseSearchSummaryList = [1, n0, _TCSSL,
9207
+ 0, () => TestCase$
9208
+ ];
9209
+ var TestCaseSummaryList = [1, n0, _TCSL,
9210
+ 0, () => TestCaseSummary$
9211
+ ];
8953
9212
  var ThresholdCollections = [1, n0, _TCh,
8954
9213
  0, () => ThresholdV2$
8955
9214
  ];
@@ -9348,6 +9607,9 @@ export var CreateSecurityProfile$ = [9, n0, _CSP,
9348
9607
  export var CreateTaskTemplate$ = [9, n0, _CTT,
9349
9608
  { [_h]: ["PUT", "/instance/{InstanceId}/task/template", 200] }, () => CreateTaskTemplateRequest$, () => CreateTaskTemplateResponse$
9350
9609
  ];
9610
+ export var CreateTestCase$ = [9, n0, _CTCr,
9611
+ { [_h]: ["PUT", "/test-cases/{InstanceId}", 200] }, () => CreateTestCaseRequest$, () => CreateTestCaseResponse$
9612
+ ];
9351
9613
  export var CreateTrafficDistributionGroup$ = [9, n0, _CTDG,
9352
9614
  { [_h]: ["PUT", "/traffic-distribution-group", 200] }, () => CreateTrafficDistributionGroupRequest$, () => CreateTrafficDistributionGroupResponse$
9353
9615
  ];
@@ -9450,6 +9712,9 @@ export var DeleteSecurityProfile$ = [9, n0, _DSP,
9450
9712
  export var DeleteTaskTemplate$ = [9, n0, _DTT,
9451
9713
  { [_h]: ["DELETE", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => DeleteTaskTemplateRequest$, () => DeleteTaskTemplateResponse$
9452
9714
  ];
9715
+ export var DeleteTestCase$ = [9, n0, _DTCe,
9716
+ { [_h]: ["DELETE", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DeleteTestCaseRequest$, () => DeleteTestCaseResponse$
9717
+ ];
9453
9718
  export var DeleteTrafficDistributionGroup$ = [9, n0, _DTDG,
9454
9719
  { [_h]: ["DELETE", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DeleteTrafficDistributionGroupRequest$, () => DeleteTrafficDistributionGroupResponse$
9455
9720
  ];
@@ -9552,6 +9817,9 @@ export var DescribeRule$ = [9, n0, _DRes,
9552
9817
  export var DescribeSecurityProfile$ = [9, n0, _DSPe,
9553
9818
  { [_h]: ["GET", "/security-profiles/{InstanceId}/{SecurityProfileId}", 200] }, () => DescribeSecurityProfileRequest$, () => DescribeSecurityProfileResponse$
9554
9819
  ];
9820
+ export var DescribeTestCase$ = [9, n0, _DTCes,
9821
+ { [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DescribeTestCaseRequest$, () => DescribeTestCaseResponse$
9822
+ ];
9555
9823
  export var DescribeTrafficDistributionGroup$ = [9, n0, _DTDGe,
9556
9824
  { [_h]: ["GET", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DescribeTrafficDistributionGroupRequest$, () => DescribeTrafficDistributionGroupResponse$
9557
9825
  ];
@@ -9666,6 +9934,9 @@ export var GetPromptFile$ = [9, n0, _GPF,
9666
9934
  export var GetTaskTemplate$ = [9, n0, _GTT,
9667
9935
  { [_h]: ["GET", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => GetTaskTemplateRequest$, () => GetTaskTemplateResponse$
9668
9936
  ];
9937
+ export var GetTestCaseExecutionSummary$ = [9, n0, _GTCES,
9938
+ { [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/summary", 200] }, () => GetTestCaseExecutionSummaryRequest$, () => GetTestCaseExecutionSummaryResponse$
9939
+ ];
9669
9940
  export var GetTrafficDistribution$ = [9, n0, _GTD,
9670
9941
  { [_h]: ["GET", "/traffic-distribution/{Id}", 200] }, () => GetTrafficDistributionRequest$, () => GetTrafficDistributionResponse$
9671
9942
  ];
@@ -9828,6 +10099,15 @@ export var ListTagsForResource$ = [9, n0, _LTFR,
9828
10099
  export var ListTaskTemplates$ = [9, n0, _LTT,
9829
10100
  { [_h]: ["GET", "/instance/{InstanceId}/task/template", 200] }, () => ListTaskTemplatesRequest$, () => ListTaskTemplatesResponse$
9830
10101
  ];
10102
+ export var ListTestCaseExecutionRecords$ = [9, n0, _LTCERis,
10103
+ { [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/records", 200] }, () => ListTestCaseExecutionRecordsRequest$, () => ListTestCaseExecutionRecordsResponse$
10104
+ ];
10105
+ export var ListTestCaseExecutions$ = [9, n0, _LTCE,
10106
+ { [_h]: ["GET", "/test-case-executions/{InstanceId}", 200] }, () => ListTestCaseExecutionsRequest$, () => ListTestCaseExecutionsResponse$
10107
+ ];
10108
+ export var ListTestCases$ = [9, n0, _LTC,
10109
+ { [_h]: ["GET", "/test-cases-summary/{InstanceId}", 200] }, () => ListTestCasesRequest$, () => ListTestCasesResponse$
10110
+ ];
9831
10111
  export var ListTrafficDistributionGroups$ = [9, n0, _LTDG,
9832
10112
  { [_h]: ["GET", "/traffic-distribution-groups", 200] }, () => ListTrafficDistributionGroupsRequest$, () => ListTrafficDistributionGroupsResponse$
9833
10113
  ];
@@ -9936,6 +10216,9 @@ export var SearchRoutingProfiles$ = [9, n0, _SRP,
9936
10216
  export var SearchSecurityProfiles$ = [9, n0, _SSP,
9937
10217
  { [_h]: ["POST", "/search-security-profiles", 200] }, () => SearchSecurityProfilesRequest$, () => SearchSecurityProfilesResponse$
9938
10218
  ];
10219
+ export var SearchTestCases$ = [9, n0, _STC,
10220
+ { [_h]: ["POST", "/search-test-cases", 200] }, () => SearchTestCasesRequest$, () => SearchTestCasesResponse$
10221
+ ];
9939
10222
  export var SearchUserHierarchyGroups$ = [9, n0, _SUHG,
9940
10223
  { [_h]: ["POST", "/search-user-hierarchy-groups", 200] }, () => SearchUserHierarchyGroupsRequest$, () => SearchUserHierarchyGroupsResponse$
9941
10224
  ];
@@ -9993,9 +10276,12 @@ export var StartOutboundVoiceContact$ = [9, n0, _SOVC,
9993
10276
  export var StartScreenSharing$ = [9, n0, _SSS,
9994
10277
  { [_h]: ["PUT", "/contact/screen-sharing", 200] }, () => StartScreenSharingRequest$, () => StartScreenSharingResponse$
9995
10278
  ];
9996
- export var StartTaskContact$ = [9, n0, _STC,
10279
+ export var StartTaskContact$ = [9, n0, _STCt,
9997
10280
  { [_h]: ["PUT", "/contact/task", 200] }, () => StartTaskContactRequest$, () => StartTaskContactResponse$
9998
10281
  ];
10282
+ export var StartTestCaseExecution$ = [9, n0, _STCE,
10283
+ { [_h]: ["PUT", "/test-cases/{InstanceId}/{TestCaseId}/start-execution", 200] }, () => StartTestCaseExecutionRequest$, () => StartTestCaseExecutionResponse$
10284
+ ];
9999
10285
  export var StartWebRTCContact$ = [9, n0, _SWRTCC,
10000
10286
  { [_h]: ["PUT", "/contact/webrtc", 200] }, () => StartWebRTCContactRequest$, () => StartWebRTCContactResponse$
10001
10287
  ];
@@ -10011,6 +10297,9 @@ export var StopContactRecording$ = [9, n0, _SCRtop,
10011
10297
  export var StopContactStreaming$ = [9, n0, _SCSt,
10012
10298
  { [_h]: ["POST", "/contact/stop-streaming", 200] }, () => StopContactStreamingRequest$, () => StopContactStreamingResponse$
10013
10299
  ];
10300
+ export var StopTestCaseExecution$ = [9, n0, _STCEt,
10301
+ { [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/stop-execution", 200] }, () => StopTestCaseExecutionRequest$, () => StopTestCaseExecutionResponse$
10302
+ ];
10014
10303
  export var SubmitContactEvaluation$ = [9, n0, _SCEu,
10015
10304
  { [_h]: ["POST", "/contact-evaluations/{InstanceId}/{EvaluationId}/submit", 200] }, () => SubmitContactEvaluationRequest$, () => SubmitContactEvaluationResponse$
10016
10305
  ];
@@ -10164,6 +10453,9 @@ export var UpdateSecurityProfile$ = [9, n0, _USP,
10164
10453
  export var UpdateTaskTemplate$ = [9, n0, _UTT,
10165
10454
  { [_h]: ["POST", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => UpdateTaskTemplateRequest$, () => UpdateTaskTemplateResponse$
10166
10455
  ];
10456
+ export var UpdateTestCase$ = [9, n0, _UTC,
10457
+ { [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => UpdateTestCaseRequest$, () => UpdateTestCaseResponse$
10458
+ ];
10167
10459
  export var UpdateTrafficDistribution$ = [9, n0, _UTD,
10168
10460
  { [_h]: ["PUT", "/traffic-distribution/{Id}", 200] }, () => UpdateTrafficDistributionRequest$, () => UpdateTrafficDistributionResponse$
10169
10461
  ];