@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/README.md CHANGED
@@ -620,6 +620,13 @@ CreateTaskTemplate
620
620
  </details>
621
621
  <details>
622
622
  <summary>
623
+ CreateTestCase
624
+ </summary>
625
+
626
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/CreateTestCaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateTestCaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/CreateTestCaseCommandOutput/)
627
+ </details>
628
+ <details>
629
+ <summary>
623
630
  CreateTrafficDistributionGroup
624
631
  </summary>
625
632
 
@@ -858,6 +865,13 @@ DeleteTaskTemplate
858
865
  </details>
859
866
  <details>
860
867
  <summary>
868
+ DeleteTestCase
869
+ </summary>
870
+
871
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DeleteTestCaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteTestCaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DeleteTestCaseCommandOutput/)
872
+ </details>
873
+ <details>
874
+ <summary>
861
875
  DeleteTrafficDistributionGroup
862
876
  </summary>
863
877
 
@@ -1096,6 +1110,13 @@ DescribeSecurityProfile
1096
1110
  </details>
1097
1111
  <details>
1098
1112
  <summary>
1113
+ DescribeTestCase
1114
+ </summary>
1115
+
1116
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/DescribeTestCaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeTestCaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/DescribeTestCaseCommandOutput/)
1117
+ </details>
1118
+ <details>
1119
+ <summary>
1099
1120
  DescribeTrafficDistributionGroup
1100
1121
  </summary>
1101
1122
 
@@ -1362,6 +1383,13 @@ GetTaskTemplate
1362
1383
  </details>
1363
1384
  <details>
1364
1385
  <summary>
1386
+ GetTestCaseExecutionSummary
1387
+ </summary>
1388
+
1389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/GetTestCaseExecutionSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetTestCaseExecutionSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/GetTestCaseExecutionSummaryCommandOutput/)
1390
+ </details>
1391
+ <details>
1392
+ <summary>
1365
1393
  GetTrafficDistribution
1366
1394
  </summary>
1367
1395
 
@@ -1740,6 +1768,27 @@ ListTaskTemplates
1740
1768
  </details>
1741
1769
  <details>
1742
1770
  <summary>
1771
+ ListTestCaseExecutionRecords
1772
+ </summary>
1773
+
1774
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListTestCaseExecutionRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListTestCaseExecutionRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListTestCaseExecutionRecordsCommandOutput/)
1775
+ </details>
1776
+ <details>
1777
+ <summary>
1778
+ ListTestCaseExecutions
1779
+ </summary>
1780
+
1781
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListTestCaseExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListTestCaseExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListTestCaseExecutionsCommandOutput/)
1782
+ </details>
1783
+ <details>
1784
+ <summary>
1785
+ ListTestCases
1786
+ </summary>
1787
+
1788
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/ListTestCasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListTestCasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/ListTestCasesCommandOutput/)
1789
+ </details>
1790
+ <details>
1791
+ <summary>
1743
1792
  ListTrafficDistributionGroups
1744
1793
  </summary>
1745
1794
 
@@ -1992,6 +2041,13 @@ SearchSecurityProfiles
1992
2041
  </details>
1993
2042
  <details>
1994
2043
  <summary>
2044
+ SearchTestCases
2045
+ </summary>
2046
+
2047
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/SearchTestCasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchTestCasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/SearchTestCasesCommandOutput/)
2048
+ </details>
2049
+ <details>
2050
+ <summary>
1995
2051
  SearchUserHierarchyGroups
1996
2052
  </summary>
1997
2053
 
@@ -2132,6 +2188,13 @@ StartTaskContact
2132
2188
  </details>
2133
2189
  <details>
2134
2190
  <summary>
2191
+ StartTestCaseExecution
2192
+ </summary>
2193
+
2194
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/StartTestCaseExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StartTestCaseExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StartTestCaseExecutionCommandOutput/)
2195
+ </details>
2196
+ <details>
2197
+ <summary>
2135
2198
  StartWebRTCContact
2136
2199
  </summary>
2137
2200
 
@@ -2167,6 +2230,13 @@ StopContactStreaming
2167
2230
  </details>
2168
2231
  <details>
2169
2232
  <summary>
2233
+ StopTestCaseExecution
2234
+ </summary>
2235
+
2236
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/StopTestCaseExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StopTestCaseExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/StopTestCaseExecutionCommandOutput/)
2237
+ </details>
2238
+ <details>
2239
+ <summary>
2170
2240
  SubmitContactEvaluation
2171
2241
  </summary>
2172
2242
 
@@ -2524,6 +2594,13 @@ UpdateTaskTemplate
2524
2594
  </details>
2525
2595
  <details>
2526
2596
  <summary>
2597
+ UpdateTestCase
2598
+ </summary>
2599
+
2600
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/connect/command/UpdateTestCaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateTestCaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-connect/Interface/UpdateTestCaseCommandOutput/)
2601
+ </details>
2602
+ <details>
2603
+ <summary>
2527
2604
  UpdateTrafficDistribution
2528
2605
  </summary>
2529
2606