@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
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 = "InputData";
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 = "Recipient";
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 = "StartTaskContact";
2658
- const _STCR = "StartTaskContactRequest";
2659
- const _STCRt = "StartTaskContactResponse";
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";
@@ -2722,6 +2777,8 @@ const _TACL = "TagAndConditionList";
2722
2777
  const _TAD = "TaskActionDefinition";
2723
2778
  const _TAI = "TargetAccountId";
2724
2779
  const _TAa = "TaskAction";
2780
+ const _TAas = "TaskAttachment";
2781
+ const _TAask = "TaskAttachments";
2725
2782
  const _TAe = "TextActive";
2726
2783
  const _TAem = "TemplateAttributes";
2727
2784
  const _TAo = "ToAddresses";
@@ -2730,16 +2787,34 @@ const _TBH = "TextBackgroundHover";
2730
2787
  const _TBM = "TotalBotMessages";
2731
2788
  const _TBMLIC = "TotalBotMessageLengthInChars";
2732
2789
  const _TC = "TagConditions";
2790
+ const _TCA = "TestCaseArn";
2791
+ const _TCE = "TestCaseExecutions";
2792
+ const _TCEI = "TestCaseExecutionId";
2793
+ const _TCEL = "TestCaseExecutionList";
2794
+ const _TCEP = "TestCaseEntryPoint";
2795
+ const _TCES = "TestCaseExecutionStatus";
2796
+ const _TCEe = "TestCaseExecution";
2797
+ const _TCI = "TestCaseId";
2733
2798
  const _TCL = "TranscriptCriteriaList";
2799
+ const _TCN = "TestCaseName";
2734
2800
  const _TCR = "TagContactRequest";
2735
2801
  const _TCRa = "TagContactResponse";
2736
2802
  const _TCRr = "TransferContactRequest";
2737
2803
  const _TCRra = "TransferContactResponse";
2804
+ const _TCS = "TestCaseSha256";
2805
+ const _TCSC = "TestCaseSearchCriteria";
2806
+ const _TCSCL = "TestCaseSearchConditionList";
2807
+ const _TCSF = "TestCaseSearchFilter";
2808
+ const _TCSL = "TestCaseSummaryList";
2809
+ const _TCSSL = "TestCaseSearchSummaryList";
2810
+ const _TCSe = "TestCaseSummary";
2738
2811
  const _TCU = "TurnControlUrl";
2739
2812
  const _TCa = "TagCondition";
2740
2813
  const _TCag = "TagContact";
2741
2814
  const _TCar = "TargetConfiguration";
2742
- const _TCe = "TelephonyConfig";
2815
+ const _TCe = "TestCase";
2816
+ const _TCel = "TelephonyConfig";
2817
+ const _TCes = "TestCases";
2743
2818
  const _TCh = "ThresholdCollections";
2744
2819
  const _TCi = "TimestampCondition";
2745
2820
  const _TCo = "TotalCount";
@@ -2768,6 +2843,7 @@ const _TLa = "TagsList";
2768
2843
  const _TM = "TotalMessages";
2769
2844
  const _TMC = "TemplatedMessageConfig";
2770
2845
  const _TMRE = "TooManyRequestsException";
2846
+ const _TO = "TotalObservations";
2771
2847
  const _TOCL = "TagOrConditionList";
2772
2848
  const _TPC = "TotalPauseCount";
2773
2849
  const _TPDIS = "TotalPauseDurationInSeconds";
@@ -2808,7 +2884,8 @@ const _Tem = "Template";
2808
2884
  const _Th = "Theme";
2809
2885
  const _Thr = "Threshold";
2810
2886
  const _Ti = "Title";
2811
- const _Tim = "Time";
2887
+ const _Tim = "Timestamp";
2888
+ const _Time = "Time";
2812
2889
  const _Tr = "Transcript";
2813
2890
  const _Ty = "Typography";
2814
2891
  const _U = "Username";
@@ -2969,6 +3046,9 @@ const _USPR = "UpdateSecurityProfileRequest";
2969
3046
  const _USS = "UserSearchSummary";
2970
3047
  const _USSL = "UserSearchSummaryList";
2971
3048
  const _UT = "UserTags";
3049
+ const _UTC = "UpdateTestCase";
3050
+ const _UTCR = "UpdateTestCaseRequest";
3051
+ const _UTCRp = "UpdateTestCaseResponse";
2972
3052
  const _UTD = "UpdateTrafficDistribution";
2973
3053
  const _UTDR = "UpdateTrafficDistributionRequest";
2974
3054
  const _UTDRp = "UpdateTrafficDistributionResponse";
@@ -3021,6 +3101,7 @@ const _VAa = "ValueArn";
3021
3101
  const _VAi = "ViewActions";
3022
3102
  const _VAo = "VocabularyArn";
3023
3103
  const _VC = "ViewContent";
3104
+ const _VCEPP = "VoiceCallEntryPointParameters";
3024
3105
  const _VCS = "ViewContentSha256";
3025
3106
  const _VD = "VersionDescription";
3026
3107
  const _VE = "ValidationEnum";
@@ -3096,10 +3177,12 @@ const _cI = "contactId";
3096
3177
  const _cT = "clientToken";
3097
3178
  const _e = "error";
3098
3179
  const _eSN = "eventSourceName";
3180
+ const _eT = "endTime";
3099
3181
  const _fA = "functionArn";
3100
3182
  const _fD = "fromDate";
3101
3183
  const _h = "http";
3102
3184
  const _hE = "httpError";
3185
+ const _hH = "httpHeader";
3103
3186
  const _hQ = "httpQuery";
3104
3187
  const _iA = "integrationArn";
3105
3188
  const _iI = "instanceId";
@@ -3122,12 +3205,15 @@ const _qT = "queueTypes";
3122
3205
  const _rA = "resourceArn";
3123
3206
  const _rT = "resourceType";
3124
3207
  const _rTe = "referenceTypes";
3125
- const _s = "server";
3208
+ const _s = "status";
3209
+ const _sT = "startTime";
3126
3210
  const _sV = "snapshotVersion";
3211
+ const _se = "server";
3127
3212
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connect";
3128
3213
  const _st = "state";
3129
- const _sta = "status";
3130
3214
  const _t = "tags";
3215
+ const _tCI = "testCaseId";
3216
+ const _tCN = "testCaseName";
3131
3217
  const _tD = "toDate";
3132
3218
  const _tK = "tagKey";
3133
3219
  const _tKCT = "tagKeyComparisonType";
@@ -3138,6 +3224,9 @@ const _ty = "type";
3138
3224
  const _uEIS = "urlExpiryInSeconds";
3139
3225
  const _v = "version";
3140
3226
  const _va = "value";
3227
+ const _xalmr = "x-amz-last-modified-region";
3228
+ const _xalmt = "x-amz-last-modified-time";
3229
+ const _xari = "x-amz-resource-id";
3141
3230
  const n0 = "com.amazonaws.connect";
3142
3231
  var AgentFirstName = [0, n0, _AFN, 8, 0];
3143
3232
  var AgentLastName = [0, n0, _ALN, 8, 0];
@@ -4180,6 +4269,16 @@ var CreateTaskTemplateResponse$ = [3, n0, _CTTRr,
4180
4269
  [_I, _A],
4181
4270
  [0, 0], 2
4182
4271
  ];
4272
+ var CreateTestCaseRequest$ = [3, n0, _CTCR,
4273
+ 0,
4274
+ [_II, _N, _Co, _D, _EP, _IDn, _St, _TCI, _Ta, _LMT, _LMR],
4275
+ [[0, 1], 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, [0, { [_hH]: _xari }], 128 | 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 3
4276
+ ];
4277
+ var CreateTestCaseResponse$ = [3, n0, _CTCRr,
4278
+ 0,
4279
+ [_TCI, _TCA],
4280
+ [0, 0]
4281
+ ];
4183
4282
  var CreateTrafficDistributionGroupRequest$ = [3, n0, _CTDGR,
4184
4283
  0,
4185
4284
  [_N, _II, _D, _CT, _Ta],
@@ -4252,7 +4351,7 @@ var CreateVocabularyResponse$ = [3, n0, _CVRrea,
4252
4351
  ];
4253
4352
  var CreateWorkspacePageRequest$ = [3, n0, _CWPR,
4254
4353
  0,
4255
- [_II, _WI, _RAe, _Pa, _Sl, _IDn],
4354
+ [_II, _WI, _RAe, _Pa, _Sl, _IDnp],
4256
4355
  [[0, 1], [0, 1], 0, 0, 0, 0], 4
4257
4356
  ];
4258
4357
  var CreateWorkspacePageResponse$ = [3, n0, _CWPRr,
@@ -4590,6 +4689,16 @@ var DeleteTaskTemplateResponse$ = [3, n0, _DTTRe,
4590
4689
  [],
4591
4690
  []
4592
4691
  ];
4692
+ var DeleteTestCaseRequest$ = [3, n0, _DTCR,
4693
+ 0,
4694
+ [_II, _TCI],
4695
+ [[0, 1], [0, 1]], 2
4696
+ ];
4697
+ var DeleteTestCaseResponse$ = [3, n0, _DTCRe,
4698
+ 0,
4699
+ [],
4700
+ []
4701
+ ];
4593
4702
  var DeleteTrafficDistributionGroupRequest$ = [3, n0, _DTDGR,
4594
4703
  0,
4595
4704
  [_TDGI],
@@ -4915,6 +5024,16 @@ var DescribeSecurityProfileResponse$ = [3, n0, _DSPRes,
4915
5024
  [_SPe],
4916
5025
  [() => SecurityProfile$]
4917
5026
  ];
5027
+ var DescribeTestCaseRequest$ = [3, n0, _DTCRes,
5028
+ 0,
5029
+ [_II, _TCI, _St],
5030
+ [[0, 1], [0, 1], [0, { [_hQ]: _s }]], 2
5031
+ ];
5032
+ var DescribeTestCaseResponse$ = [3, n0, _DTCResc,
5033
+ 0,
5034
+ [_TCe],
5035
+ [() => TestCase$]
5036
+ ];
4918
5037
  var DescribeTrafficDistributionGroupRequest$ = [3, n0, _DTDGRes,
4919
5038
  0,
4920
5039
  [_TDGI],
@@ -5512,6 +5631,11 @@ var EventBridgeActionDefinition$ = [3, n0, _EBAD,
5512
5631
  [_N],
5513
5632
  [0], 1
5514
5633
  ];
5634
+ var ExecutionRecord$ = [3, n0, _ERx,
5635
+ 0,
5636
+ [_OI, _St, _Tim, _Rec],
5637
+ [0, 0, 4, 0]
5638
+ ];
5515
5639
  var Expiry$ = [3, n0, _Ex,
5516
5640
  0,
5517
5641
  [_DIS, _ETx],
@@ -5702,6 +5826,16 @@ var GetTaskTemplateResponse$ = [3, n0, _GTTRe,
5702
5826
  [_I, _A, _N, _II, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre, _Ta],
5703
5827
  [0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4, 128 | 0], 3
5704
5828
  ];
5829
+ var GetTestCaseExecutionSummaryRequest$ = [3, n0, _GTCESR,
5830
+ 0,
5831
+ [_II, _TCI, _TCEI],
5832
+ [[0, 1], [0, 1], [0, 1]], 3
5833
+ ];
5834
+ var GetTestCaseExecutionSummaryResponse$ = [3, n0, _GTCESRe,
5835
+ 0,
5836
+ [_STtar, _ETnd, _St, _OSb],
5837
+ [4, 4, 0, () => ObservationSummary$]
5838
+ ];
5705
5839
  var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
5706
5840
  0,
5707
5841
  [_I],
@@ -5709,7 +5843,7 @@ var GetTrafficDistributionRequest$ = [3, n0, _GTDR,
5709
5843
  ];
5710
5844
  var GetTrafficDistributionResponse$ = [3, n0, _GTDRe,
5711
5845
  0,
5712
- [_TCe, _I, _A, _SIC, _ACg],
5846
+ [_TCel, _I, _A, _SIC, _ACg],
5713
5847
  [() => TelephonyConfig$, 0, 0, () => SignInConfig$, () => AgentConfig$]
5714
5848
  ];
5715
5849
  var GlobalResiliencyMetadata$ = [3, n0, _GRM,
@@ -5919,7 +6053,7 @@ var IntegrationAssociationSummary$ = [3, n0, _IAS,
5919
6053
  [0, 0, 0, 0, 0, 0, 0, 0]
5920
6054
  ];
5921
6055
  var InternalServiceException$ = [-3, n0, _ISE,
5922
- { [_e]: _s, [_hE]: 500 },
6056
+ { [_e]: _se, [_hE]: 500 },
5923
6057
  [_M],
5924
6058
  [0]
5925
6059
  ];
@@ -5959,6 +6093,12 @@ var InvalidRequestException$ = [-3, n0, _IRE,
5959
6093
  [0, () => InvalidRequestExceptionReason$]
5960
6094
  ];
5961
6095
  schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
6096
+ var InvalidTestCaseException$ = [-3, n0, _ITCE,
6097
+ { [_e]: _c, [_hE]: 400 },
6098
+ [_Prob],
6099
+ [() => Problems]
6100
+ ];
6101
+ schema.TypeRegistry.for(n0).registerError(InvalidTestCaseException$, InvalidTestCaseException);
5962
6102
  var InvisibleFieldInfo$ = [3, n0, _IFI,
5963
6103
  0,
5964
6104
  [_I],
@@ -6513,13 +6653,43 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
6513
6653
  var ListTaskTemplatesRequest$ = [3, n0, _LTTR,
6514
6654
  0,
6515
6655
  [_II, _NT, _MR, _St, _N],
6516
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sta }], [0, { [_hQ]: _n }]], 1
6656
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _s }], [0, { [_hQ]: _n }]], 1
6517
6657
  ];
6518
6658
  var ListTaskTemplatesResponse$ = [3, n0, _LTTRi,
6519
6659
  0,
6520
6660
  [_TTa, _NT],
6521
6661
  [() => TaskTemplateList, 0]
6522
6662
  ];
6663
+ var ListTestCaseExecutionRecordsRequest$ = [3, n0, _LTCERR,
6664
+ 0,
6665
+ [_II, _TCI, _TCEI, _St, _NT, _MR],
6666
+ [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 3
6667
+ ];
6668
+ var ListTestCaseExecutionRecordsResponse$ = [3, n0, _LTCERRi,
6669
+ 0,
6670
+ [_ERxe, _NT],
6671
+ [() => ExecutionRecordList, 0]
6672
+ ];
6673
+ var ListTestCaseExecutionsRequest$ = [3, n0, _LTCER,
6674
+ 0,
6675
+ [_II, _TCI, _TCN, _STtar, _ETnd, _St, _NT, _MR],
6676
+ [[0, 1], [0, { [_hQ]: _tCI }], [0, { [_hQ]: _tCN }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _s }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6677
+ ];
6678
+ var ListTestCaseExecutionsResponse$ = [3, n0, _LTCERi,
6679
+ 0,
6680
+ [_TCE, _NT],
6681
+ [() => TestCaseExecutionList, 0]
6682
+ ];
6683
+ var ListTestCasesRequest$ = [3, n0, _LTCR,
6684
+ 0,
6685
+ [_II, _NT, _MR],
6686
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
6687
+ ];
6688
+ var ListTestCasesResponse$ = [3, n0, _LTCRi,
6689
+ 0,
6690
+ [_TCSL, _NT],
6691
+ [() => TestCaseSummaryList, 0]
6692
+ ];
6523
6693
  var ListTrafficDistributionGroupsRequest$ = [3, n0, _LTDGR,
6524
6694
  0,
6525
6695
  [_MR, _NT, _II],
@@ -6741,6 +6911,11 @@ var NumericQuestionPropertyValueAutomation$ = [3, n0, _NQPVA,
6741
6911
  [_La],
6742
6912
  [0], 1
6743
6913
  ];
6914
+ var ObservationSummary$ = [3, n0, _OSb,
6915
+ 0,
6916
+ [_TO, _OP, _OF],
6917
+ [1, 1, 1]
6918
+ ];
6744
6919
  var OperationalHour$ = [3, n0, _OHp,
6745
6920
  0,
6746
6921
  [_Star, _End_],
@@ -7106,7 +7281,7 @@ var RealTimeContactAnalysisPointOfInterest$ = [3, n0, _RTCAPOI,
7106
7281
  ];
7107
7282
  var RealTimeContactAnalysisSegmentAttachments$ = [3, n0, _RTCASA,
7108
7283
  0,
7109
- [_I, _PI, _PR, _Atta, _Tim, _DN],
7284
+ [_I, _PI, _PR, _Atta, _Time, _DN],
7110
7285
  [0, 0, 0, () => RealTimeContactAnalysisAttachments, () => RealTimeContactAnalysisTimeData$, 0], 5
7111
7286
  ];
7112
7287
  var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
@@ -7116,7 +7291,7 @@ var RealTimeContactAnalysisSegmentCategories$ = [3, n0, _RTCASC,
7116
7291
  ];
7117
7292
  var RealTimeContactAnalysisSegmentEvent$ = [3, n0, _RTCASE,
7118
7293
  0,
7119
- [_I, _ETve, _Tim, _PI, _PR, _DN],
7294
+ [_I, _ETve, _Time, _PI, _PR, _DN],
7120
7295
  [0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, 0], 3
7121
7296
  ];
7122
7297
  var RealTimeContactAnalysisSegmentIssues$ = [3, n0, _RTCASI,
@@ -7131,7 +7306,7 @@ var RealTimeContactAnalysisSegmentPostContactSummary$ = [3, n0, _RTCASPCS,
7131
7306
  ];
7132
7307
  var RealTimeContactAnalysisSegmentTranscript$ = [3, n0, _RTCAST,
7133
7308
  0,
7134
- [_I, _PI, _PR, _Co, _Tim, _DN, _CTon, _Red, _Sen],
7309
+ [_I, _PI, _PR, _Co, _Time, _DN, _CTon, _Red, _Sen],
7135
7310
  [0, 0, 0, 0, () => RealTimeContactAnalysisTimeData$, 0, 0, () => RealTimeContactAnalysisTranscriptItemRedaction$, 0], 5
7136
7311
  ];
7137
7312
  var RealTimeContactAnalysisTranscriptItemRedaction$ = [3, n0, _RTCATIR,
@@ -7588,6 +7763,16 @@ var SearchSecurityProfilesResponse$ = [3, n0, _SSPRe,
7588
7763
  [_SP, _NT, _ATC],
7589
7764
  [() => SecurityProfilesSearchSummaryList, 0, 1]
7590
7765
  ];
7766
+ var SearchTestCasesRequest$ = [3, n0, _STCR,
7767
+ 0,
7768
+ [_II, _NT, _MR, _SF, _SCe],
7769
+ [0, 0, 1, () => TestCaseSearchFilter$, () => TestCaseSearchCriteria$], 1
7770
+ ];
7771
+ var SearchTestCasesResponse$ = [3, n0, _STCRe,
7772
+ 0,
7773
+ [_TCes, _NT, _ATC],
7774
+ [() => TestCaseSearchSummaryList, 0, 1]
7775
+ ];
7591
7776
  var SearchUserHierarchyGroupsRequest$ = [3, n0, _SUHGR,
7592
7777
  0,
7593
7778
  [_II, _NT, _MR, _SF, _SCe],
@@ -7700,7 +7885,7 @@ var SendChatIntegrationEventResponse$ = [3, n0, _SCIERe,
7700
7885
  ];
7701
7886
  var SendNotificationActionDefinition$ = [3, n0, _SNAD,
7702
7887
  0,
7703
- [_DM, _Co, _CTon, _Rec, _Subj, _Exc],
7888
+ [_DM, _Co, _CTon, _Reci, _Subj, _Exc],
7704
7889
  [0, 0, 0, () => NotificationRecipientType$, 0, () => NotificationRecipientType$], 4
7705
7890
  ];
7706
7891
  var SendOutboundEmailRequest$ = [3, n0, _SOER,
@@ -7854,16 +8039,26 @@ var StartScreenSharingResponse$ = [3, n0, _SSSRt,
7854
8039
  [],
7855
8040
  []
7856
8041
  ];
7857
- var StartTaskContactRequest$ = [3, n0, _STCR,
8042
+ var StartTaskContactRequest$ = [3, n0, _STCRt,
7858
8043
  0,
7859
- [_II, _N, _PCI, _CFI, _Attr, _Ref, _D, _CT, _STch, _TTIa, _QCIu, _RCI, _SAe],
7860
- [0, [() => Name, 0], 0, 0, 128 | 0, () => ContactReferences, [() => Description, 0], [0, 4], 4, 0, 0, 0, () => SegmentAttributes], 2
8044
+ [_II, _N, _PCI, _CFI, _Attr, _Ref, _D, _CT, _STch, _TTIa, _QCIu, _RCI, _SAe, _Atta],
8045
+ [0, [() => Name, 0], 0, 0, 128 | 0, () => ContactReferences, [() => Description, 0], [0, 4], 4, 0, 0, 0, () => SegmentAttributes, [() => TaskAttachments, 0]], 2
7861
8046
  ];
7862
- var StartTaskContactResponse$ = [3, n0, _STCRt,
8047
+ var StartTaskContactResponse$ = [3, n0, _STCRta,
7863
8048
  0,
7864
8049
  [_CI],
7865
8050
  [0]
7866
8051
  ];
8052
+ var StartTestCaseExecutionRequest$ = [3, n0, _STCER,
8053
+ 0,
8054
+ [_II, _TCI, _CT],
8055
+ [[0, 1], [0, 1], 0], 2
8056
+ ];
8057
+ var StartTestCaseExecutionResponse$ = [3, n0, _STCERt,
8058
+ 0,
8059
+ [_TCEI, _TCI, _St],
8060
+ [0, 0, 0]
8061
+ ];
7867
8062
  var StartWebRTCContactRequest$ = [3, n0, _SWRTCCR,
7868
8063
  0,
7869
8064
  [_CFI, _II, _PD, _Attr, _CT, _ACll, _RCI, _Ref, _D],
@@ -7924,6 +8119,16 @@ var StopContactStreamingResponse$ = [3, n0, _SCSRtop,
7924
8119
  [],
7925
8120
  []
7926
8121
  ];
8122
+ var StopTestCaseExecutionRequest$ = [3, n0, _STCERto,
8123
+ 0,
8124
+ [_II, _TCEI, _TCI, _CT],
8125
+ [[0, 1], [0, 1], [0, 1], 0], 3
8126
+ ];
8127
+ var StopTestCaseExecutionResponse$ = [3, n0, _STCERtop,
8128
+ 0,
8129
+ [],
8130
+ []
8131
+ ];
7927
8132
  var StringCondition$ = [3, n0, _SC,
7928
8133
  0,
7929
8134
  [_FNi, _V, _CTo],
@@ -8004,6 +8209,11 @@ var TaskActionDefinition$ = [3, n0, _TAD,
8004
8209
  [_N, _CFI, _D, _Ref],
8005
8210
  [0, 0, 0, () => ContactReferences], 2
8006
8211
  ];
8212
+ var TaskAttachment$ = [3, n0, _TAas,
8213
+ 0,
8214
+ [_FN, _SUr],
8215
+ [0, 0], 2
8216
+ ];
8007
8217
  var TaskTemplateConstraints$ = [3, n0, _TTC,
8008
8218
  0,
8009
8219
  [_RF, _ROF, _IF],
@@ -8039,7 +8249,7 @@ var TaskTemplateMetadata$ = [3, n0, _TTM,
8039
8249
  [_I, _A, _N, _D, _St, _LMT, _CTre],
8040
8250
  [0, 0, 0, 0, 0, 4, 4]
8041
8251
  ];
8042
- var TelephonyConfig$ = [3, n0, _TCe,
8252
+ var TelephonyConfig$ = [3, n0, _TCel,
8043
8253
  0,
8044
8254
  [_Di],
8045
8255
  [() => DistributionList], 1
@@ -8054,6 +8264,36 @@ var TemplatedMessageConfig$ = [3, n0, _TMC,
8054
8264
  [_KBI, _MTI, _TAem],
8055
8265
  [0, 0, () => TemplateAttributes$], 3
8056
8266
  ];
8267
+ var TestCase$ = [3, n0, _TCe,
8268
+ 0,
8269
+ [_A, _I, _N, _Co, _EP, _IDn, _D, _St, _LMT, _LMR, _Ta, _TCS],
8270
+ [0, 0, 0, 0, () => TestCaseEntryPoint$, 0, 0, 0, 4, 0, 128 | 0, 0]
8271
+ ];
8272
+ var TestCaseEntryPoint$ = [3, n0, _TCEP,
8273
+ 0,
8274
+ [_T, _VCEPP],
8275
+ [0, () => VoiceCallEntryPointParameters$]
8276
+ ];
8277
+ var TestCaseExecution$ = [3, n0, _TCEe,
8278
+ 0,
8279
+ [_STtar, _ETnd, _TCEI, _TCI, _TCES, _Ta],
8280
+ [4, 4, 0, 0, 0, 128 | 0]
8281
+ ];
8282
+ var TestCaseSearchCriteria$ = [3, n0, _TCSC,
8283
+ 0,
8284
+ [_OC, _ACn, _SC, _SCtat],
8285
+ [() => TestCaseSearchConditionList, () => TestCaseSearchConditionList, () => StringCondition$, 0]
8286
+ ];
8287
+ var TestCaseSearchFilter$ = [3, n0, _TCSF,
8288
+ 0,
8289
+ [_TF],
8290
+ [() => ControlPlaneTagFilter$]
8291
+ ];
8292
+ var TestCaseSummary$ = [3, n0, _TCSe,
8293
+ 0,
8294
+ [_I, _A, _N, _St, _LMT, _LMR],
8295
+ [0, 0, 0, 0, 4, 0]
8296
+ ];
8057
8297
  var Threshold$ = [3, n0, _Thr,
8058
8298
  0,
8059
8299
  [_Comp, _TVh],
@@ -8456,9 +8696,19 @@ var UpdateTaskTemplateResponse$ = [3, n0, _UTTRp,
8456
8696
  [_II, _I, _A, _N, _D, _CFI, _SAFI, _Cons, _Def, _Fie, _St, _LMT, _CTre],
8457
8697
  [0, 0, 0, 0, 0, 0, 0, () => TaskTemplateConstraints$, () => TaskTemplateDefaults$, () => TaskTemplateFields, 0, 4, 4]
8458
8698
  ];
8699
+ var UpdateTestCaseRequest$ = [3, n0, _UTCR,
8700
+ 0,
8701
+ [_II, _TCI, _Co, _EP, _IDn, _N, _D, _St, _LMT, _LMR],
8702
+ [[0, 1], [0, 1], 0, () => TestCaseEntryPoint$, 0, 0, 0, 0, [4, { [_hH]: _xalmt }], [0, { [_hH]: _xalmr }]], 2
8703
+ ];
8704
+ var UpdateTestCaseResponse$ = [3, n0, _UTCRp,
8705
+ 0,
8706
+ [],
8707
+ []
8708
+ ];
8459
8709
  var UpdateTrafficDistributionRequest$ = [3, n0, _UTDR,
8460
8710
  0,
8461
- [_I, _TCe, _SIC, _ACg],
8711
+ [_I, _TCel, _SIC, _ACg],
8462
8712
  [[0, 1], () => TelephonyConfig$, () => SignInConfig$, () => AgentConfig$], 1
8463
8713
  ];
8464
8714
  var UpdateTrafficDistributionResponse$ = [3, n0, _UTDRp,
@@ -8538,7 +8788,7 @@ var UpdateWorkspaceMetadataResponse$ = [3, n0, _UWMRp,
8538
8788
  ];
8539
8789
  var UpdateWorkspacePageRequest$ = [3, n0, _UWPR,
8540
8790
  0,
8541
- [_II, _WI, _Pa, _NP, _RAe, _Sl, _IDn],
8791
+ [_II, _WI, _Pa, _NP, _RAe, _Sl, _IDnp],
8542
8792
  [[0, 1], [0, 1], [0, 1], 0, 0, 0, 0], 3
8543
8793
  ];
8544
8794
  var UpdateWorkspacePageResponse$ = [3, n0, _UWPRp,
@@ -8727,6 +8977,11 @@ var VocabularySummary$ = [3, n0, _VSo,
8727
8977
  [_N, _I, _A, _LC, _S, _LMT, _FRa],
8728
8978
  [0, 0, 0, 0, 0, 4, 0], 6
8729
8979
  ];
8980
+ var VoiceCallEntryPointParameters$ = [3, n0, _VCEPP,
8981
+ 0,
8982
+ [_SPNo, _DPN, _FI],
8983
+ [0, 0, 0]
8984
+ ];
8730
8985
  var VoiceRecordingConfiguration$ = [3, n0, _VRC,
8731
8986
  0,
8732
8987
  [_VRT, _IRT],
@@ -8759,7 +9014,7 @@ var WorkspaceAssociationSearchSummary$ = [3, n0, _WASS,
8759
9014
  ];
8760
9015
  var WorkspacePage$ = [3, n0, _WP,
8761
9016
  0,
8762
- [_RAe, _Pa, _Sl, _IDn],
9017
+ [_RAe, _Pa, _Sl, _IDnp],
8763
9018
  [0, 0, 0, 0]
8764
9019
  ];
8765
9020
  var WorkspaceSearchCriteria$ = [3, n0, _WSC,
@@ -9074,6 +9329,9 @@ var EvaluationSummaryList = [1, n0, _ESL,
9074
9329
  var EvaluationTranscriptPointsOfInterest = [1, n0, _ETPOIv,
9075
9330
  0, () => EvaluationTranscriptPointOfInterest$
9076
9331
  ];
9332
+ var ExecutionRecordList = [1, n0, _ERLx,
9333
+ 0, () => ExecutionRecord$
9334
+ ];
9077
9335
  var Expressions = [1, n0, _Expr,
9078
9336
  0, () => Expression$
9079
9337
  ];
@@ -9386,6 +9644,9 @@ var TagOrConditionList = [1, n0, _TOCL,
9386
9644
  var TagsList = [1, n0, _TLa,
9387
9645
  0, () => TagSet$
9388
9646
  ];
9647
+ var TaskAttachments = [1, n0, _TAask,
9648
+ 8, () => TaskAttachment$
9649
+ ];
9389
9650
  var TaskTemplateDefaultFieldValueList = [1, n0, _TTDFVL,
9390
9651
  0, () => TaskTemplateDefaultFieldValue$
9391
9652
  ];
@@ -9395,6 +9656,18 @@ var TaskTemplateFields = [1, n0, _TTFa,
9395
9656
  var TaskTemplateList = [1, n0, _TTL,
9396
9657
  0, () => TaskTemplateMetadata$
9397
9658
  ];
9659
+ var TestCaseExecutionList = [1, n0, _TCEL,
9660
+ 0, () => TestCaseExecution$
9661
+ ];
9662
+ var TestCaseSearchConditionList = [1, n0, _TCSCL,
9663
+ 0, () => TestCaseSearchCriteria$
9664
+ ];
9665
+ var TestCaseSearchSummaryList = [1, n0, _TCSSL,
9666
+ 0, () => TestCase$
9667
+ ];
9668
+ var TestCaseSummaryList = [1, n0, _TCSL,
9669
+ 0, () => TestCaseSummary$
9670
+ ];
9398
9671
  var ThresholdCollections = [1, n0, _TCh,
9399
9672
  0, () => ThresholdV2$
9400
9673
  ];
@@ -9777,6 +10050,9 @@ var CreateSecurityProfile$ = [9, n0, _CSP,
9777
10050
  var CreateTaskTemplate$ = [9, n0, _CTT,
9778
10051
  { [_h]: ["PUT", "/instance/{InstanceId}/task/template", 200] }, () => CreateTaskTemplateRequest$, () => CreateTaskTemplateResponse$
9779
10052
  ];
10053
+ var CreateTestCase$ = [9, n0, _CTCr,
10054
+ { [_h]: ["PUT", "/test-cases/{InstanceId}", 200] }, () => CreateTestCaseRequest$, () => CreateTestCaseResponse$
10055
+ ];
9780
10056
  var CreateTrafficDistributionGroup$ = [9, n0, _CTDG,
9781
10057
  { [_h]: ["PUT", "/traffic-distribution-group", 200] }, () => CreateTrafficDistributionGroupRequest$, () => CreateTrafficDistributionGroupResponse$
9782
10058
  ];
@@ -9879,6 +10155,9 @@ var DeleteSecurityProfile$ = [9, n0, _DSP,
9879
10155
  var DeleteTaskTemplate$ = [9, n0, _DTT,
9880
10156
  { [_h]: ["DELETE", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => DeleteTaskTemplateRequest$, () => DeleteTaskTemplateResponse$
9881
10157
  ];
10158
+ var DeleteTestCase$ = [9, n0, _DTCe,
10159
+ { [_h]: ["DELETE", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DeleteTestCaseRequest$, () => DeleteTestCaseResponse$
10160
+ ];
9882
10161
  var DeleteTrafficDistributionGroup$ = [9, n0, _DTDG,
9883
10162
  { [_h]: ["DELETE", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DeleteTrafficDistributionGroupRequest$, () => DeleteTrafficDistributionGroupResponse$
9884
10163
  ];
@@ -9981,6 +10260,9 @@ var DescribeRule$ = [9, n0, _DRes,
9981
10260
  var DescribeSecurityProfile$ = [9, n0, _DSPe,
9982
10261
  { [_h]: ["GET", "/security-profiles/{InstanceId}/{SecurityProfileId}", 200] }, () => DescribeSecurityProfileRequest$, () => DescribeSecurityProfileResponse$
9983
10262
  ];
10263
+ var DescribeTestCase$ = [9, n0, _DTCes,
10264
+ { [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => DescribeTestCaseRequest$, () => DescribeTestCaseResponse$
10265
+ ];
9984
10266
  var DescribeTrafficDistributionGroup$ = [9, n0, _DTDGe,
9985
10267
  { [_h]: ["GET", "/traffic-distribution-group/{TrafficDistributionGroupId}", 200] }, () => DescribeTrafficDistributionGroupRequest$, () => DescribeTrafficDistributionGroupResponse$
9986
10268
  ];
@@ -10095,6 +10377,9 @@ var GetPromptFile$ = [9, n0, _GPF,
10095
10377
  var GetTaskTemplate$ = [9, n0, _GTT,
10096
10378
  { [_h]: ["GET", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => GetTaskTemplateRequest$, () => GetTaskTemplateResponse$
10097
10379
  ];
10380
+ var GetTestCaseExecutionSummary$ = [9, n0, _GTCES,
10381
+ { [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/summary", 200] }, () => GetTestCaseExecutionSummaryRequest$, () => GetTestCaseExecutionSummaryResponse$
10382
+ ];
10098
10383
  var GetTrafficDistribution$ = [9, n0, _GTD,
10099
10384
  { [_h]: ["GET", "/traffic-distribution/{Id}", 200] }, () => GetTrafficDistributionRequest$, () => GetTrafficDistributionResponse$
10100
10385
  ];
@@ -10257,6 +10542,15 @@ var ListTagsForResource$ = [9, n0, _LTFR,
10257
10542
  var ListTaskTemplates$ = [9, n0, _LTT,
10258
10543
  { [_h]: ["GET", "/instance/{InstanceId}/task/template", 200] }, () => ListTaskTemplatesRequest$, () => ListTaskTemplatesResponse$
10259
10544
  ];
10545
+ var ListTestCaseExecutionRecords$ = [9, n0, _LTCERis,
10546
+ { [_h]: ["GET", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/records", 200] }, () => ListTestCaseExecutionRecordsRequest$, () => ListTestCaseExecutionRecordsResponse$
10547
+ ];
10548
+ var ListTestCaseExecutions$ = [9, n0, _LTCE,
10549
+ { [_h]: ["GET", "/test-case-executions/{InstanceId}", 200] }, () => ListTestCaseExecutionsRequest$, () => ListTestCaseExecutionsResponse$
10550
+ ];
10551
+ var ListTestCases$ = [9, n0, _LTC,
10552
+ { [_h]: ["GET", "/test-cases-summary/{InstanceId}", 200] }, () => ListTestCasesRequest$, () => ListTestCasesResponse$
10553
+ ];
10260
10554
  var ListTrafficDistributionGroups$ = [9, n0, _LTDG,
10261
10555
  { [_h]: ["GET", "/traffic-distribution-groups", 200] }, () => ListTrafficDistributionGroupsRequest$, () => ListTrafficDistributionGroupsResponse$
10262
10556
  ];
@@ -10365,6 +10659,9 @@ var SearchRoutingProfiles$ = [9, n0, _SRP,
10365
10659
  var SearchSecurityProfiles$ = [9, n0, _SSP,
10366
10660
  { [_h]: ["POST", "/search-security-profiles", 200] }, () => SearchSecurityProfilesRequest$, () => SearchSecurityProfilesResponse$
10367
10661
  ];
10662
+ var SearchTestCases$ = [9, n0, _STC,
10663
+ { [_h]: ["POST", "/search-test-cases", 200] }, () => SearchTestCasesRequest$, () => SearchTestCasesResponse$
10664
+ ];
10368
10665
  var SearchUserHierarchyGroups$ = [9, n0, _SUHG,
10369
10666
  { [_h]: ["POST", "/search-user-hierarchy-groups", 200] }, () => SearchUserHierarchyGroupsRequest$, () => SearchUserHierarchyGroupsResponse$
10370
10667
  ];
@@ -10422,9 +10719,12 @@ var StartOutboundVoiceContact$ = [9, n0, _SOVC,
10422
10719
  var StartScreenSharing$ = [9, n0, _SSS,
10423
10720
  { [_h]: ["PUT", "/contact/screen-sharing", 200] }, () => StartScreenSharingRequest$, () => StartScreenSharingResponse$
10424
10721
  ];
10425
- var StartTaskContact$ = [9, n0, _STC,
10722
+ var StartTaskContact$ = [9, n0, _STCt,
10426
10723
  { [_h]: ["PUT", "/contact/task", 200] }, () => StartTaskContactRequest$, () => StartTaskContactResponse$
10427
10724
  ];
10725
+ var StartTestCaseExecution$ = [9, n0, _STCE,
10726
+ { [_h]: ["PUT", "/test-cases/{InstanceId}/{TestCaseId}/start-execution", 200] }, () => StartTestCaseExecutionRequest$, () => StartTestCaseExecutionResponse$
10727
+ ];
10428
10728
  var StartWebRTCContact$ = [9, n0, _SWRTCC,
10429
10729
  { [_h]: ["PUT", "/contact/webrtc", 200] }, () => StartWebRTCContactRequest$, () => StartWebRTCContactResponse$
10430
10730
  ];
@@ -10440,6 +10740,9 @@ var StopContactRecording$ = [9, n0, _SCRtop,
10440
10740
  var StopContactStreaming$ = [9, n0, _SCSt,
10441
10741
  { [_h]: ["POST", "/contact/stop-streaming", 200] }, () => StopContactStreamingRequest$, () => StopContactStreamingResponse$
10442
10742
  ];
10743
+ var StopTestCaseExecution$ = [9, n0, _STCEt,
10744
+ { [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/stop-execution", 200] }, () => StopTestCaseExecutionRequest$, () => StopTestCaseExecutionResponse$
10745
+ ];
10443
10746
  var SubmitContactEvaluation$ = [9, n0, _SCEu,
10444
10747
  { [_h]: ["POST", "/contact-evaluations/{InstanceId}/{EvaluationId}/submit", 200] }, () => SubmitContactEvaluationRequest$, () => SubmitContactEvaluationResponse$
10445
10748
  ];
@@ -10593,6 +10896,9 @@ var UpdateSecurityProfile$ = [9, n0, _USP,
10593
10896
  var UpdateTaskTemplate$ = [9, n0, _UTT,
10594
10897
  { [_h]: ["POST", "/instance/{InstanceId}/task/template/{TaskTemplateId}", 200] }, () => UpdateTaskTemplateRequest$, () => UpdateTaskTemplateResponse$
10595
10898
  ];
10899
+ var UpdateTestCase$ = [9, n0, _UTC,
10900
+ { [_h]: ["POST", "/test-cases/{InstanceId}/{TestCaseId}", 200] }, () => UpdateTestCaseRequest$, () => UpdateTestCaseResponse$
10901
+ ];
10596
10902
  var UpdateTrafficDistribution$ = [9, n0, _UTD,
10597
10903
  { [_h]: ["PUT", "/traffic-distribution/{Id}", 200] }, () => UpdateTrafficDistributionRequest$, () => UpdateTrafficDistributionResponse$
10598
10904
  ];
@@ -11323,6 +11629,18 @@ class CreateTaskTemplateCommand extends smithyClient.Command
11323
11629
  .build() {
11324
11630
  }
11325
11631
 
11632
+ class CreateTestCaseCommand extends smithyClient.Command
11633
+ .classBuilder()
11634
+ .ep(commonParams)
11635
+ .m(function (Command, cs, config, o) {
11636
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11637
+ })
11638
+ .s("AmazonConnectService", "CreateTestCase", {})
11639
+ .n("ConnectClient", "CreateTestCaseCommand")
11640
+ .sc(CreateTestCase$)
11641
+ .build() {
11642
+ }
11643
+
11326
11644
  class CreateTrafficDistributionGroupCommand extends smithyClient.Command
11327
11645
  .classBuilder()
11328
11646
  .ep(commonParams)
@@ -11731,6 +12049,18 @@ class DeleteTaskTemplateCommand extends smithyClient.Command
11731
12049
  .build() {
11732
12050
  }
11733
12051
 
12052
+ class DeleteTestCaseCommand extends smithyClient.Command
12053
+ .classBuilder()
12054
+ .ep(commonParams)
12055
+ .m(function (Command, cs, config, o) {
12056
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
12057
+ })
12058
+ .s("AmazonConnectService", "DeleteTestCase", {})
12059
+ .n("ConnectClient", "DeleteTestCaseCommand")
12060
+ .sc(DeleteTestCase$)
12061
+ .build() {
12062
+ }
12063
+
11734
12064
  class DeleteTrafficDistributionGroupCommand extends smithyClient.Command
11735
12065
  .classBuilder()
11736
12066
  .ep(commonParams)
@@ -12139,6 +12469,18 @@ class DescribeSecurityProfileCommand extends smithyClient.Command
12139
12469
  .build() {
12140
12470
  }
12141
12471
 
12472
+ class DescribeTestCaseCommand extends smithyClient.Command
12473
+ .classBuilder()
12474
+ .ep(commonParams)
12475
+ .m(function (Command, cs, config, o) {
12476
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
12477
+ })
12478
+ .s("AmazonConnectService", "DescribeTestCase", {})
12479
+ .n("ConnectClient", "DescribeTestCaseCommand")
12480
+ .sc(DescribeTestCase$)
12481
+ .build() {
12482
+ }
12483
+
12142
12484
  class DescribeTrafficDistributionGroupCommand extends smithyClient.Command
12143
12485
  .classBuilder()
12144
12486
  .ep(commonParams)
@@ -12595,6 +12937,18 @@ class GetTaskTemplateCommand extends smithyClient.Command
12595
12937
  .build() {
12596
12938
  }
12597
12939
 
12940
+ class GetTestCaseExecutionSummaryCommand extends smithyClient.Command
12941
+ .classBuilder()
12942
+ .ep(commonParams)
12943
+ .m(function (Command, cs, config, o) {
12944
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
12945
+ })
12946
+ .s("AmazonConnectService", "GetTestCaseExecutionSummary", {})
12947
+ .n("ConnectClient", "GetTestCaseExecutionSummaryCommand")
12948
+ .sc(GetTestCaseExecutionSummary$)
12949
+ .build() {
12950
+ }
12951
+
12598
12952
  class GetTrafficDistributionCommand extends smithyClient.Command
12599
12953
  .classBuilder()
12600
12954
  .ep(commonParams)
@@ -13243,6 +13597,42 @@ class ListTaskTemplatesCommand extends smithyClient.Command
13243
13597
  .build() {
13244
13598
  }
13245
13599
 
13600
+ class ListTestCaseExecutionRecordsCommand extends smithyClient.Command
13601
+ .classBuilder()
13602
+ .ep(commonParams)
13603
+ .m(function (Command, cs, config, o) {
13604
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13605
+ })
13606
+ .s("AmazonConnectService", "ListTestCaseExecutionRecords", {})
13607
+ .n("ConnectClient", "ListTestCaseExecutionRecordsCommand")
13608
+ .sc(ListTestCaseExecutionRecords$)
13609
+ .build() {
13610
+ }
13611
+
13612
+ class ListTestCaseExecutionsCommand extends smithyClient.Command
13613
+ .classBuilder()
13614
+ .ep(commonParams)
13615
+ .m(function (Command, cs, config, o) {
13616
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13617
+ })
13618
+ .s("AmazonConnectService", "ListTestCaseExecutions", {})
13619
+ .n("ConnectClient", "ListTestCaseExecutionsCommand")
13620
+ .sc(ListTestCaseExecutions$)
13621
+ .build() {
13622
+ }
13623
+
13624
+ class ListTestCasesCommand extends smithyClient.Command
13625
+ .classBuilder()
13626
+ .ep(commonParams)
13627
+ .m(function (Command, cs, config, o) {
13628
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13629
+ })
13630
+ .s("AmazonConnectService", "ListTestCases", {})
13631
+ .n("ConnectClient", "ListTestCasesCommand")
13632
+ .sc(ListTestCases$)
13633
+ .build() {
13634
+ }
13635
+
13246
13636
  class ListTrafficDistributionGroupsCommand extends smithyClient.Command
13247
13637
  .classBuilder()
13248
13638
  .ep(commonParams)
@@ -13675,6 +14065,18 @@ class SearchSecurityProfilesCommand extends smithyClient.Command
13675
14065
  .build() {
13676
14066
  }
13677
14067
 
14068
+ class SearchTestCasesCommand extends smithyClient.Command
14069
+ .classBuilder()
14070
+ .ep(commonParams)
14071
+ .m(function (Command, cs, config, o) {
14072
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14073
+ })
14074
+ .s("AmazonConnectService", "SearchTestCases", {})
14075
+ .n("ConnectClient", "SearchTestCasesCommand")
14076
+ .sc(SearchTestCases$)
14077
+ .build() {
14078
+ }
14079
+
13678
14080
  class SearchUserHierarchyGroupsCommand extends smithyClient.Command
13679
14081
  .classBuilder()
13680
14082
  .ep(commonParams)
@@ -13915,6 +14317,18 @@ class StartTaskContactCommand extends smithyClient.Command
13915
14317
  .build() {
13916
14318
  }
13917
14319
 
14320
+ class StartTestCaseExecutionCommand extends smithyClient.Command
14321
+ .classBuilder()
14322
+ .ep(commonParams)
14323
+ .m(function (Command, cs, config, o) {
14324
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14325
+ })
14326
+ .s("AmazonConnectService", "StartTestCaseExecution", {})
14327
+ .n("ConnectClient", "StartTestCaseExecutionCommand")
14328
+ .sc(StartTestCaseExecution$)
14329
+ .build() {
14330
+ }
14331
+
13918
14332
  class StartWebRTCContactCommand extends smithyClient.Command
13919
14333
  .classBuilder()
13920
14334
  .ep(commonParams)
@@ -13975,6 +14389,18 @@ class StopContactStreamingCommand extends smithyClient.Command
13975
14389
  .build() {
13976
14390
  }
13977
14391
 
14392
+ class StopTestCaseExecutionCommand extends smithyClient.Command
14393
+ .classBuilder()
14394
+ .ep(commonParams)
14395
+ .m(function (Command, cs, config, o) {
14396
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14397
+ })
14398
+ .s("AmazonConnectService", "StopTestCaseExecution", {})
14399
+ .n("ConnectClient", "StopTestCaseExecutionCommand")
14400
+ .sc(StopTestCaseExecution$)
14401
+ .build() {
14402
+ }
14403
+
13978
14404
  class SubmitContactEvaluationCommand extends smithyClient.Command
13979
14405
  .classBuilder()
13980
14406
  .ep(commonParams)
@@ -14587,6 +15013,18 @@ class UpdateTaskTemplateCommand extends smithyClient.Command
14587
15013
  .build() {
14588
15014
  }
14589
15015
 
15016
+ class UpdateTestCaseCommand extends smithyClient.Command
15017
+ .classBuilder()
15018
+ .ep(commonParams)
15019
+ .m(function (Command, cs, config, o) {
15020
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15021
+ })
15022
+ .s("AmazonConnectService", "UpdateTestCase", {})
15023
+ .n("ConnectClient", "UpdateTestCaseCommand")
15024
+ .sc(UpdateTestCase$)
15025
+ .build() {
15026
+ }
15027
+
14590
15028
  class UpdateTrafficDistributionCommand extends smithyClient.Command
14591
15029
  .classBuilder()
14592
15030
  .ep(commonParams)
@@ -14825,6 +15263,7 @@ const commands = {
14825
15263
  CreateRuleCommand,
14826
15264
  CreateSecurityProfileCommand,
14827
15265
  CreateTaskTemplateCommand,
15266
+ CreateTestCaseCommand,
14828
15267
  CreateTrafficDistributionGroupCommand,
14829
15268
  CreateUseCaseCommand,
14830
15269
  CreateUserCommand,
@@ -14859,6 +15298,7 @@ const commands = {
14859
15298
  DeleteRuleCommand,
14860
15299
  DeleteSecurityProfileCommand,
14861
15300
  DeleteTaskTemplateCommand,
15301
+ DeleteTestCaseCommand,
14862
15302
  DeleteTrafficDistributionGroupCommand,
14863
15303
  DeleteUseCaseCommand,
14864
15304
  DeleteUserCommand,
@@ -14893,6 +15333,7 @@ const commands = {
14893
15333
  DescribeRoutingProfileCommand,
14894
15334
  DescribeRuleCommand,
14895
15335
  DescribeSecurityProfileCommand,
15336
+ DescribeTestCaseCommand,
14896
15337
  DescribeTrafficDistributionGroupCommand,
14897
15338
  DescribeUserCommand,
14898
15339
  DescribeUserHierarchyGroupCommand,
@@ -14931,6 +15372,7 @@ const commands = {
14931
15372
  GetMetricDataV2Command,
14932
15373
  GetPromptFileCommand,
14933
15374
  GetTaskTemplateCommand,
15375
+ GetTestCaseExecutionSummaryCommand,
14934
15376
  GetTrafficDistributionCommand,
14935
15377
  ImportPhoneNumberCommand,
14936
15378
  ImportWorkspaceMediaCommand,
@@ -14985,6 +15427,9 @@ const commands = {
14985
15427
  ListSecurityProfilesCommand,
14986
15428
  ListTagsForResourceCommand,
14987
15429
  ListTaskTemplatesCommand,
15430
+ ListTestCaseExecutionRecordsCommand,
15431
+ ListTestCaseExecutionsCommand,
15432
+ ListTestCasesCommand,
14988
15433
  ListTrafficDistributionGroupsCommand,
14989
15434
  ListTrafficDistributionGroupUsersCommand,
14990
15435
  ListUseCasesCommand,
@@ -15021,6 +15466,7 @@ const commands = {
15021
15466
  SearchResourceTagsCommand,
15022
15467
  SearchRoutingProfilesCommand,
15023
15468
  SearchSecurityProfilesCommand,
15469
+ SearchTestCasesCommand,
15024
15470
  SearchUserHierarchyGroupsCommand,
15025
15471
  SearchUsersCommand,
15026
15472
  SearchViewsCommand,
@@ -15041,11 +15487,13 @@ const commands = {
15041
15487
  StartOutboundVoiceContactCommand,
15042
15488
  StartScreenSharingCommand,
15043
15489
  StartTaskContactCommand,
15490
+ StartTestCaseExecutionCommand,
15044
15491
  StartWebRTCContactCommand,
15045
15492
  StopContactCommand,
15046
15493
  StopContactMediaProcessingCommand,
15047
15494
  StopContactRecordingCommand,
15048
15495
  StopContactStreamingCommand,
15496
+ StopTestCaseExecutionCommand,
15049
15497
  SubmitContactEvaluationCommand,
15050
15498
  SuspendContactRecordingCommand,
15051
15499
  TagContactCommand,
@@ -15097,6 +15545,7 @@ const commands = {
15097
15545
  UpdateRuleCommand,
15098
15546
  UpdateSecurityProfileCommand,
15099
15547
  UpdateTaskTemplateCommand,
15548
+ UpdateTestCaseCommand,
15100
15549
  UpdateTrafficDistributionCommand,
15101
15550
  UpdateUserHierarchyCommand,
15102
15551
  UpdateUserHierarchyGroupNameCommand,
@@ -15221,6 +15670,8 @@ const paginateListSecurityProfiles = core.createPaginator(ConnectClient, ListSec
15221
15670
 
15222
15671
  const paginateListTaskTemplates = core.createPaginator(ConnectClient, ListTaskTemplatesCommand, "NextToken", "NextToken", "MaxResults");
15223
15672
 
15673
+ const paginateListTestCases = core.createPaginator(ConnectClient, ListTestCasesCommand, "NextToken", "NextToken", "MaxResults");
15674
+
15224
15675
  const paginateListTrafficDistributionGroups = core.createPaginator(ConnectClient, ListTrafficDistributionGroupsCommand, "NextToken", "NextToken", "MaxResults");
15225
15676
 
15226
15677
  const paginateListTrafficDistributionGroupUsers = core.createPaginator(ConnectClient, ListTrafficDistributionGroupUsersCommand, "NextToken", "NextToken", "MaxResults");
@@ -15271,6 +15722,8 @@ const paginateSearchRoutingProfiles = core.createPaginator(ConnectClient, Search
15271
15722
 
15272
15723
  const paginateSearchSecurityProfiles = core.createPaginator(ConnectClient, SearchSecurityProfilesCommand, "NextToken", "NextToken", "MaxResults");
15273
15724
 
15725
+ const paginateSearchTestCases = core.createPaginator(ConnectClient, SearchTestCasesCommand, "NextToken", "NextToken", "MaxResults");
15726
+
15274
15727
  const paginateSearchUserHierarchyGroups = core.createPaginator(ConnectClient, SearchUserHierarchyGroupsCommand, "NextToken", "NextToken", "MaxResults");
15275
15728
 
15276
15729
  const paginateSearchUsers = core.createPaginator(ConnectClient, SearchUsersCommand, "NextToken", "NextToken", "MaxResults");
@@ -15776,6 +16229,13 @@ const PropertyValidationExceptionReason = {
15776
16229
  RESOURCE_NAME_ALREADY_EXISTS: "RESOURCE_NAME_ALREADY_EXISTS",
15777
16230
  UNIQUE_CONSTRAINT_VIOLATED: "UNIQUE_CONSTRAINT_VIOLATED",
15778
16231
  };
16232
+ const TestCaseEntryPointType = {
16233
+ VOICE_CALL: "VOICE_CALL",
16234
+ };
16235
+ const TestCaseStatus = {
16236
+ PUBLISHED: "PUBLISHED",
16237
+ SAVED: "SAVED",
16238
+ };
15779
16239
  const UseCaseType = {
15780
16240
  CONNECT_CAMPAIGNS: "CONNECT_CAMPAIGNS",
15781
16241
  RULES_EVALUATION: "RULES_EVALUATION",
@@ -16304,6 +16764,13 @@ const IntervalPeriod = {
16304
16764
  TOTAL: "TOTAL",
16305
16765
  WEEK: "WEEK",
16306
16766
  };
16767
+ const TestCaseExecutionStatus = {
16768
+ FAILED: "FAILED",
16769
+ INITIATED: "INITIATED",
16770
+ IN_PROGRESS: "IN_PROGRESS",
16771
+ PASSED: "PASSED",
16772
+ STOPPED: "STOPPED",
16773
+ };
16307
16774
  const LexVersion = {
16308
16775
  V1: "V1",
16309
16776
  V2: "V2",
@@ -16354,6 +16821,12 @@ const RealTimeContactAnalysisStatus = {
16354
16821
  FAILED: "FAILED",
16355
16822
  IN_PROGRESS: "IN_PROGRESS",
16356
16823
  };
16824
+ const ExecutionRecordStatus = {
16825
+ FAILED: "FAILED",
16826
+ IN_PROGRESS: "IN_PROGRESS",
16827
+ PASSED: "PASSED",
16828
+ STOPPED: "STOPPED",
16829
+ };
16357
16830
  const ContactRecordingType = {
16358
16831
  AGENT: "AGENT",
16359
16832
  IVR: "IVR",
@@ -16853,6 +17326,10 @@ exports.CreateTaskTemplate$ = CreateTaskTemplate$;
16853
17326
  exports.CreateTaskTemplateCommand = CreateTaskTemplateCommand;
16854
17327
  exports.CreateTaskTemplateRequest$ = CreateTaskTemplateRequest$;
16855
17328
  exports.CreateTaskTemplateResponse$ = CreateTaskTemplateResponse$;
17329
+ exports.CreateTestCase$ = CreateTestCase$;
17330
+ exports.CreateTestCaseCommand = CreateTestCaseCommand;
17331
+ exports.CreateTestCaseRequest$ = CreateTestCaseRequest$;
17332
+ exports.CreateTestCaseResponse$ = CreateTestCaseResponse$;
16856
17333
  exports.CreateTrafficDistributionGroup$ = CreateTrafficDistributionGroup$;
16857
17334
  exports.CreateTrafficDistributionGroupCommand = CreateTrafficDistributionGroupCommand;
16858
17335
  exports.CreateTrafficDistributionGroupRequest$ = CreateTrafficDistributionGroupRequest$;
@@ -17011,6 +17488,10 @@ exports.DeleteTaskTemplate$ = DeleteTaskTemplate$;
17011
17488
  exports.DeleteTaskTemplateCommand = DeleteTaskTemplateCommand;
17012
17489
  exports.DeleteTaskTemplateRequest$ = DeleteTaskTemplateRequest$;
17013
17490
  exports.DeleteTaskTemplateResponse$ = DeleteTaskTemplateResponse$;
17491
+ exports.DeleteTestCase$ = DeleteTestCase$;
17492
+ exports.DeleteTestCaseCommand = DeleteTestCaseCommand;
17493
+ exports.DeleteTestCaseRequest$ = DeleteTestCaseRequest$;
17494
+ exports.DeleteTestCaseResponse$ = DeleteTestCaseResponse$;
17014
17495
  exports.DeleteTrafficDistributionGroup$ = DeleteTrafficDistributionGroup$;
17015
17496
  exports.DeleteTrafficDistributionGroupCommand = DeleteTrafficDistributionGroupCommand;
17016
17497
  exports.DeleteTrafficDistributionGroupRequest$ = DeleteTrafficDistributionGroupRequest$;
@@ -17144,6 +17625,10 @@ exports.DescribeSecurityProfile$ = DescribeSecurityProfile$;
17144
17625
  exports.DescribeSecurityProfileCommand = DescribeSecurityProfileCommand;
17145
17626
  exports.DescribeSecurityProfileRequest$ = DescribeSecurityProfileRequest$;
17146
17627
  exports.DescribeSecurityProfileResponse$ = DescribeSecurityProfileResponse$;
17628
+ exports.DescribeTestCase$ = DescribeTestCase$;
17629
+ exports.DescribeTestCaseCommand = DescribeTestCaseCommand;
17630
+ exports.DescribeTestCaseRequest$ = DescribeTestCaseRequest$;
17631
+ exports.DescribeTestCaseResponse$ = DescribeTestCaseResponse$;
17147
17632
  exports.DescribeTrafficDistributionGroup$ = DescribeTrafficDistributionGroup$;
17148
17633
  exports.DescribeTrafficDistributionGroupCommand = DescribeTrafficDistributionGroupCommand;
17149
17634
  exports.DescribeTrafficDistributionGroupRequest$ = DescribeTrafficDistributionGroupRequest$;
@@ -17353,6 +17838,8 @@ exports.EvaluationType = EvaluationType;
17353
17838
  exports.EvaluatorUserUnion$ = EvaluatorUserUnion$;
17354
17839
  exports.EventBridgeActionDefinition$ = EventBridgeActionDefinition$;
17355
17840
  exports.EventSourceName = EventSourceName;
17841
+ exports.ExecutionRecord$ = ExecutionRecord$;
17842
+ exports.ExecutionRecordStatus = ExecutionRecordStatus;
17356
17843
  exports.Expiry$ = Expiry$;
17357
17844
  exports.Expression$ = Expression$;
17358
17845
  exports.ExternalInvocationConfiguration$ = ExternalInvocationConfiguration$;
@@ -17421,6 +17908,10 @@ exports.GetTaskTemplate$ = GetTaskTemplate$;
17421
17908
  exports.GetTaskTemplateCommand = GetTaskTemplateCommand;
17422
17909
  exports.GetTaskTemplateRequest$ = GetTaskTemplateRequest$;
17423
17910
  exports.GetTaskTemplateResponse$ = GetTaskTemplateResponse$;
17911
+ exports.GetTestCaseExecutionSummary$ = GetTestCaseExecutionSummary$;
17912
+ exports.GetTestCaseExecutionSummaryCommand = GetTestCaseExecutionSummaryCommand;
17913
+ exports.GetTestCaseExecutionSummaryRequest$ = GetTestCaseExecutionSummaryRequest$;
17914
+ exports.GetTestCaseExecutionSummaryResponse$ = GetTestCaseExecutionSummaryResponse$;
17424
17915
  exports.GetTrafficDistribution$ = GetTrafficDistribution$;
17425
17916
  exports.GetTrafficDistributionCommand = GetTrafficDistributionCommand;
17426
17917
  exports.GetTrafficDistributionRequest$ = GetTrafficDistributionRequest$;
@@ -17497,6 +17988,8 @@ exports.InvalidParameterException$ = InvalidParameterException$;
17497
17988
  exports.InvalidRequestException = InvalidRequestException;
17498
17989
  exports.InvalidRequestException$ = InvalidRequestException$;
17499
17990
  exports.InvalidRequestExceptionReason$ = InvalidRequestExceptionReason$;
17991
+ exports.InvalidTestCaseException = InvalidTestCaseException;
17992
+ exports.InvalidTestCaseException$ = InvalidTestCaseException$;
17500
17993
  exports.InvisibleFieldInfo$ = InvisibleFieldInfo$;
17501
17994
  exports.IvrRecordingTrack = IvrRecordingTrack;
17502
17995
  exports.KinesisFirehoseConfig$ = KinesisFirehoseConfig$;
@@ -17715,6 +18208,18 @@ exports.ListTaskTemplates$ = ListTaskTemplates$;
17715
18208
  exports.ListTaskTemplatesCommand = ListTaskTemplatesCommand;
17716
18209
  exports.ListTaskTemplatesRequest$ = ListTaskTemplatesRequest$;
17717
18210
  exports.ListTaskTemplatesResponse$ = ListTaskTemplatesResponse$;
18211
+ exports.ListTestCaseExecutionRecords$ = ListTestCaseExecutionRecords$;
18212
+ exports.ListTestCaseExecutionRecordsCommand = ListTestCaseExecutionRecordsCommand;
18213
+ exports.ListTestCaseExecutionRecordsRequest$ = ListTestCaseExecutionRecordsRequest$;
18214
+ exports.ListTestCaseExecutionRecordsResponse$ = ListTestCaseExecutionRecordsResponse$;
18215
+ exports.ListTestCaseExecutions$ = ListTestCaseExecutions$;
18216
+ exports.ListTestCaseExecutionsCommand = ListTestCaseExecutionsCommand;
18217
+ exports.ListTestCaseExecutionsRequest$ = ListTestCaseExecutionsRequest$;
18218
+ exports.ListTestCaseExecutionsResponse$ = ListTestCaseExecutionsResponse$;
18219
+ exports.ListTestCases$ = ListTestCases$;
18220
+ exports.ListTestCasesCommand = ListTestCasesCommand;
18221
+ exports.ListTestCasesRequest$ = ListTestCasesRequest$;
18222
+ exports.ListTestCasesResponse$ = ListTestCasesResponse$;
17718
18223
  exports.ListTrafficDistributionGroupUsers$ = ListTrafficDistributionGroupUsers$;
17719
18224
  exports.ListTrafficDistributionGroupUsersCommand = ListTrafficDistributionGroupUsersCommand;
17720
18225
  exports.ListTrafficDistributionGroupUsersRequest$ = ListTrafficDistributionGroupUsersRequest$;
@@ -17795,6 +18300,7 @@ exports.NumberCondition$ = NumberCondition$;
17795
18300
  exports.NumberReference$ = NumberReference$;
17796
18301
  exports.NumericQuestionPropertyAutomationLabel = NumericQuestionPropertyAutomationLabel;
17797
18302
  exports.NumericQuestionPropertyValueAutomation$ = NumericQuestionPropertyValueAutomation$;
18303
+ exports.ObservationSummary$ = ObservationSummary$;
17798
18304
  exports.OperationalHour$ = OperationalHour$;
17799
18305
  exports.OperationalStatus = OperationalStatus;
17800
18306
  exports.OutboundAdditionalRecipients$ = OutboundAdditionalRecipients$;
@@ -18055,6 +18561,10 @@ exports.SearchSecurityProfiles$ = SearchSecurityProfiles$;
18055
18561
  exports.SearchSecurityProfilesCommand = SearchSecurityProfilesCommand;
18056
18562
  exports.SearchSecurityProfilesRequest$ = SearchSecurityProfilesRequest$;
18057
18563
  exports.SearchSecurityProfilesResponse$ = SearchSecurityProfilesResponse$;
18564
+ exports.SearchTestCases$ = SearchTestCases$;
18565
+ exports.SearchTestCasesCommand = SearchTestCasesCommand;
18566
+ exports.SearchTestCasesRequest$ = SearchTestCasesRequest$;
18567
+ exports.SearchTestCasesResponse$ = SearchTestCasesResponse$;
18058
18568
  exports.SearchUserHierarchyGroups$ = SearchUserHierarchyGroups$;
18059
18569
  exports.SearchUserHierarchyGroupsCommand = SearchUserHierarchyGroupsCommand;
18060
18570
  exports.SearchUserHierarchyGroupsRequest$ = SearchUserHierarchyGroupsRequest$;
@@ -18166,6 +18676,10 @@ exports.StartTaskContact$ = StartTaskContact$;
18166
18676
  exports.StartTaskContactCommand = StartTaskContactCommand;
18167
18677
  exports.StartTaskContactRequest$ = StartTaskContactRequest$;
18168
18678
  exports.StartTaskContactResponse$ = StartTaskContactResponse$;
18679
+ exports.StartTestCaseExecution$ = StartTestCaseExecution$;
18680
+ exports.StartTestCaseExecutionCommand = StartTestCaseExecutionCommand;
18681
+ exports.StartTestCaseExecutionRequest$ = StartTestCaseExecutionRequest$;
18682
+ exports.StartTestCaseExecutionResponse$ = StartTestCaseExecutionResponse$;
18169
18683
  exports.StartWebRTCContact$ = StartWebRTCContact$;
18170
18684
  exports.StartWebRTCContactCommand = StartWebRTCContactCommand;
18171
18685
  exports.StartWebRTCContactRequest$ = StartWebRTCContactRequest$;
@@ -18190,6 +18704,10 @@ exports.StopContactStreaming$ = StopContactStreaming$;
18190
18704
  exports.StopContactStreamingCommand = StopContactStreamingCommand;
18191
18705
  exports.StopContactStreamingRequest$ = StopContactStreamingRequest$;
18192
18706
  exports.StopContactStreamingResponse$ = StopContactStreamingResponse$;
18707
+ exports.StopTestCaseExecution$ = StopTestCaseExecution$;
18708
+ exports.StopTestCaseExecutionCommand = StopTestCaseExecutionCommand;
18709
+ exports.StopTestCaseExecutionRequest$ = StopTestCaseExecutionRequest$;
18710
+ exports.StopTestCaseExecutionResponse$ = StopTestCaseExecutionResponse$;
18193
18711
  exports.StorageType = StorageType;
18194
18712
  exports.StringComparisonType = StringComparisonType;
18195
18713
  exports.StringCondition$ = StringCondition$;
@@ -18217,6 +18735,7 @@ exports.TagSearchCondition$ = TagSearchCondition$;
18217
18735
  exports.TagSet$ = TagSet$;
18218
18736
  exports.TargetListType = TargetListType;
18219
18737
  exports.TaskActionDefinition$ = TaskActionDefinition$;
18738
+ exports.TaskAttachment$ = TaskAttachment$;
18220
18739
  exports.TaskTemplateConstraints$ = TaskTemplateConstraints$;
18221
18740
  exports.TaskTemplateDefaultFieldValue$ = TaskTemplateDefaultFieldValue$;
18222
18741
  exports.TaskTemplateDefaults$ = TaskTemplateDefaults$;
@@ -18229,6 +18748,15 @@ exports.TaskTemplateStatus = TaskTemplateStatus;
18229
18748
  exports.TelephonyConfig$ = TelephonyConfig$;
18230
18749
  exports.TemplateAttributes$ = TemplateAttributes$;
18231
18750
  exports.TemplatedMessageConfig$ = TemplatedMessageConfig$;
18751
+ exports.TestCase$ = TestCase$;
18752
+ exports.TestCaseEntryPoint$ = TestCaseEntryPoint$;
18753
+ exports.TestCaseEntryPointType = TestCaseEntryPointType;
18754
+ exports.TestCaseExecution$ = TestCaseExecution$;
18755
+ exports.TestCaseExecutionStatus = TestCaseExecutionStatus;
18756
+ exports.TestCaseSearchCriteria$ = TestCaseSearchCriteria$;
18757
+ exports.TestCaseSearchFilter$ = TestCaseSearchFilter$;
18758
+ exports.TestCaseStatus = TestCaseStatus;
18759
+ exports.TestCaseSummary$ = TestCaseSummary$;
18232
18760
  exports.Threshold$ = Threshold$;
18233
18761
  exports.ThresholdV2$ = ThresholdV2$;
18234
18762
  exports.ThrottlingException = ThrottlingException;
@@ -18410,6 +18938,10 @@ exports.UpdateTaskTemplate$ = UpdateTaskTemplate$;
18410
18938
  exports.UpdateTaskTemplateCommand = UpdateTaskTemplateCommand;
18411
18939
  exports.UpdateTaskTemplateRequest$ = UpdateTaskTemplateRequest$;
18412
18940
  exports.UpdateTaskTemplateResponse$ = UpdateTaskTemplateResponse$;
18941
+ exports.UpdateTestCase$ = UpdateTestCase$;
18942
+ exports.UpdateTestCaseCommand = UpdateTestCaseCommand;
18943
+ exports.UpdateTestCaseRequest$ = UpdateTestCaseRequest$;
18944
+ exports.UpdateTestCaseResponse$ = UpdateTestCaseResponse$;
18413
18945
  exports.UpdateTrafficDistribution$ = UpdateTrafficDistribution$;
18414
18946
  exports.UpdateTrafficDistributionCommand = UpdateTrafficDistributionCommand;
18415
18947
  exports.UpdateTrafficDistributionRequest$ = UpdateTrafficDistributionRequest$;
@@ -18502,6 +19034,7 @@ exports.Vocabulary$ = Vocabulary$;
18502
19034
  exports.VocabularyLanguageCode = VocabularyLanguageCode;
18503
19035
  exports.VocabularyState = VocabularyState;
18504
19036
  exports.VocabularySummary$ = VocabularySummary$;
19037
+ exports.VoiceCallEntryPointParameters$ = VoiceCallEntryPointParameters$;
18505
19038
  exports.VoiceRecordingConfiguration$ = VoiceRecordingConfiguration$;
18506
19039
  exports.VoiceRecordingTrack = VoiceRecordingTrack;
18507
19040
  exports.WisdomInfo$ = WisdomInfo$;
@@ -18572,6 +19105,7 @@ exports.paginateListSecurityProfileFlowModules = paginateListSecurityProfileFlow
18572
19105
  exports.paginateListSecurityProfilePermissions = paginateListSecurityProfilePermissions;
18573
19106
  exports.paginateListSecurityProfiles = paginateListSecurityProfiles;
18574
19107
  exports.paginateListTaskTemplates = paginateListTaskTemplates;
19108
+ exports.paginateListTestCases = paginateListTestCases;
18575
19109
  exports.paginateListTrafficDistributionGroupUsers = paginateListTrafficDistributionGroupUsers;
18576
19110
  exports.paginateListTrafficDistributionGroups = paginateListTrafficDistributionGroups;
18577
19111
  exports.paginateListUseCases = paginateListUseCases;
@@ -18597,6 +19131,7 @@ exports.paginateSearchQuickConnects = paginateSearchQuickConnects;
18597
19131
  exports.paginateSearchResourceTags = paginateSearchResourceTags;
18598
19132
  exports.paginateSearchRoutingProfiles = paginateSearchRoutingProfiles;
18599
19133
  exports.paginateSearchSecurityProfiles = paginateSearchSecurityProfiles;
19134
+ exports.paginateSearchTestCases = paginateSearchTestCases;
18600
19135
  exports.paginateSearchUserHierarchyGroups = paginateSearchUserHierarchyGroups;
18601
19136
  exports.paginateSearchUsers = paginateSearchUsers;
18602
19137
  exports.paginateSearchViews = paginateSearchViews;