@aws-sdk/client-bedrock-agentcore-control 3.1034.0 → 3.1036.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 (67) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +99 -0
  3. package/dist-cjs/schemas/schemas_0.js +473 -133
  4. package/dist-es/BedrockAgentCoreControl.js +12 -0
  5. package/dist-es/commands/CreateHarnessCommand.js +16 -0
  6. package/dist-es/commands/DeleteHarnessCommand.js +16 -0
  7. package/dist-es/commands/GetHarnessCommand.js +16 -0
  8. package/dist-es/commands/ListHarnessesCommand.js +16 -0
  9. package/dist-es/commands/UpdateHarnessCommand.js +16 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/enums.js +22 -0
  12. package/dist-es/pagination/ListHarnessesPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +462 -123
  15. package/dist-types/BedrockAgentCoreControl.d.ts +43 -0
  16. package/dist-types/BedrockAgentCoreControlClient.d.ts +7 -2
  17. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +2 -0
  18. package/dist-types/commands/CreateHarnessCommand.d.ts +451 -0
  19. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +2 -2
  21. package/dist-types/commands/DeleteHarnessCommand.d.ts +276 -0
  22. package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteOnlineEvaluationConfigCommand.d.ts +2 -2
  24. package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -0
  25. package/dist-types/commands/GetHarnessCommand.d.ts +272 -0
  26. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +1 -1
  27. package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +2 -2
  28. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -0
  29. package/dist-types/commands/ListHarnessesCommand.d.ts +97 -0
  30. package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +2 -3
  32. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -0
  33. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +2 -0
  34. package/dist-types/commands/UpdateHarnessCommand.d.ts +454 -0
  35. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +1 -1
  37. package/dist-types/commands/index.d.ts +5 -0
  38. package/dist-types/models/enums.d.ts +46 -0
  39. package/dist-types/models/models_0.d.ts +1952 -1926
  40. package/dist-types/models/models_1.d.ts +1246 -13
  41. package/dist-types/pagination/ListHarnessesPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +45 -0
  44. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +93 -0
  45. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +30 -0
  46. package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +50 -0
  47. package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +50 -0
  50. package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +47 -0
  53. package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +50 -0
  56. package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +50 -0
  59. package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  61. package/dist-types/ts3.4/models/enums.d.ts +27 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +470 -566
  63. package/dist-types/ts3.4/models/models_1.d.ts +574 -6
  64. package/dist-types/ts3.4/pagination/ListHarnessesPaginator.d.ts +11 -0
  65. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +45 -0
  67. package/package.json +14 -14
package/README.md CHANGED
@@ -244,6 +244,13 @@ CreateGatewayTarget
244
244
  </details>
245
245
  <details>
246
246
  <summary>
247
+ CreateHarness
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateHarnessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateHarnessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateHarnessCommandOutput/)
251
+ </details>
252
+ <details>
253
+ <summary>
247
254
  CreateMemory
248
255
  </summary>
249
256
 
@@ -363,6 +370,13 @@ DeleteGatewayTarget
363
370
  </details>
364
371
  <details>
365
372
  <summary>
373
+ DeleteHarness
374
+ </summary>
375
+
376
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteHarnessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteHarnessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteHarnessCommandOutput/)
377
+ </details>
378
+ <details>
379
+ <summary>
366
380
  DeleteMemory
367
381
  </summary>
368
382
 
@@ -489,6 +503,13 @@ GetGatewayTarget
489
503
  </details>
490
504
  <details>
491
505
  <summary>
506
+ GetHarness
507
+ </summary>
508
+
509
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetHarnessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetHarnessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetHarnessCommandOutput/)
510
+ </details>
511
+ <details>
512
+ <summary>
492
513
  GetMemory
493
514
  </summary>
494
515
 
@@ -636,6 +657,13 @@ ListGatewayTargets
636
657
  </details>
637
658
  <details>
638
659
  <summary>
660
+ ListHarnesses
661
+ </summary>
662
+
663
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListHarnessesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListHarnessesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListHarnessesCommandOutput/)
664
+ </details>
665
+ <details>
666
+ <summary>
639
667
  ListMemories
640
668
  </summary>
641
669
 
@@ -804,6 +832,13 @@ UpdateGatewayTarget
804
832
  </details>
805
833
  <details>
806
834
  <summary>
835
+ UpdateHarness
836
+ </summary>
837
+
838
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateHarnessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateHarnessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateHarnessCommandOutput/)
839
+ </details>
840
+ <details>
841
+ <summary>
807
842
  UpdateMemory
808
843
  </summary>
809
844
 
package/dist-cjs/index.js CHANGED
@@ -222,6 +222,18 @@ class CreateGatewayTargetCommand extends smithyClient.Command
222
222
  .build() {
223
223
  }
224
224
 
225
+ class CreateHarnessCommand extends smithyClient.Command
226
+ .classBuilder()
227
+ .ep(commonParams)
228
+ .m(function (Command, cs, config, o) {
229
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
+ })
231
+ .s("AmazonBedrockAgentCoreControl", "CreateHarness", {})
232
+ .n("BedrockAgentCoreControlClient", "CreateHarnessCommand")
233
+ .sc(schemas_0.CreateHarness$)
234
+ .build() {
235
+ }
236
+
225
237
  class CreateMemoryCommand extends smithyClient.Command
226
238
  .classBuilder()
227
239
  .ep(commonParams)
@@ -426,6 +438,18 @@ class DeleteGatewayTargetCommand extends smithyClient.Command
426
438
  .build() {
427
439
  }
428
440
 
441
+ class DeleteHarnessCommand extends smithyClient.Command
442
+ .classBuilder()
443
+ .ep(commonParams)
444
+ .m(function (Command, cs, config, o) {
445
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
+ })
447
+ .s("AmazonBedrockAgentCoreControl", "DeleteHarness", {})
448
+ .n("BedrockAgentCoreControlClient", "DeleteHarnessCommand")
449
+ .sc(schemas_0.DeleteHarness$)
450
+ .build() {
451
+ }
452
+
429
453
  class DeleteMemoryCommand extends smithyClient.Command
430
454
  .classBuilder()
431
455
  .ep(commonParams)
@@ -642,6 +666,18 @@ class GetGatewayTargetCommand extends smithyClient.Command
642
666
  .build() {
643
667
  }
644
668
 
669
+ class GetHarnessCommand extends smithyClient.Command
670
+ .classBuilder()
671
+ .ep(commonParams)
672
+ .m(function (Command, cs, config, o) {
673
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
674
+ })
675
+ .s("AmazonBedrockAgentCoreControl", "GetHarness", {})
676
+ .n("BedrockAgentCoreControlClient", "GetHarnessCommand")
677
+ .sc(schemas_0.GetHarness$)
678
+ .build() {
679
+ }
680
+
645
681
  class GetMemoryCommand extends smithyClient.Command
646
682
  .classBuilder()
647
683
  .ep(commonParams)
@@ -894,6 +930,18 @@ class ListGatewayTargetsCommand extends smithyClient.Command
894
930
  .build() {
895
931
  }
896
932
 
933
+ class ListHarnessesCommand extends smithyClient.Command
934
+ .classBuilder()
935
+ .ep(commonParams)
936
+ .m(function (Command, cs, config, o) {
937
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
938
+ })
939
+ .s("AmazonBedrockAgentCoreControl", "ListHarnesses", {})
940
+ .n("BedrockAgentCoreControlClient", "ListHarnessesCommand")
941
+ .sc(schemas_0.ListHarnesses$)
942
+ .build() {
943
+ }
944
+
897
945
  class ListMemoriesCommand extends smithyClient.Command
898
946
  .classBuilder()
899
947
  .ep(commonParams)
@@ -1182,6 +1230,18 @@ class UpdateGatewayTargetCommand extends smithyClient.Command
1182
1230
  .build() {
1183
1231
  }
1184
1232
 
1233
+ class UpdateHarnessCommand extends smithyClient.Command
1234
+ .classBuilder()
1235
+ .ep(commonParams)
1236
+ .m(function (Command, cs, config, o) {
1237
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1238
+ })
1239
+ .s("AmazonBedrockAgentCoreControl", "UpdateHarness", {})
1240
+ .n("BedrockAgentCoreControlClient", "UpdateHarnessCommand")
1241
+ .sc(schemas_0.UpdateHarness$)
1242
+ .build() {
1243
+ }
1244
+
1185
1245
  class UpdateMemoryCommand extends smithyClient.Command
1186
1246
  .classBuilder()
1187
1247
  .ep(commonParams)
@@ -1310,6 +1370,8 @@ const paginateListGateways = core.createPaginator(BedrockAgentCoreControlClient,
1310
1370
 
1311
1371
  const paginateListGatewayTargets = core.createPaginator(BedrockAgentCoreControlClient, ListGatewayTargetsCommand, "nextToken", "nextToken", "maxResults");
1312
1372
 
1373
+ const paginateListHarnesses = core.createPaginator(BedrockAgentCoreControlClient, ListHarnessesCommand, "nextToken", "nextToken", "maxResults");
1374
+
1313
1375
  const paginateListMemories = core.createPaginator(BedrockAgentCoreControlClient, ListMemoriesCommand, "nextToken", "nextToken", "maxResults");
1314
1376
 
1315
1377
  const paginateListOauth2CredentialProviders = core.createPaginator(BedrockAgentCoreControlClient, ListOauth2CredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
@@ -1643,6 +1705,7 @@ const commands = {
1643
1705
  CreateEvaluatorCommand,
1644
1706
  CreateGatewayCommand,
1645
1707
  CreateGatewayTargetCommand,
1708
+ CreateHarnessCommand,
1646
1709
  CreateMemoryCommand,
1647
1710
  CreateOauth2CredentialProviderCommand,
1648
1711
  CreateOnlineEvaluationConfigCommand,
@@ -1660,6 +1723,7 @@ const commands = {
1660
1723
  DeleteEvaluatorCommand,
1661
1724
  DeleteGatewayCommand,
1662
1725
  DeleteGatewayTargetCommand,
1726
+ DeleteHarnessCommand,
1663
1727
  DeleteMemoryCommand,
1664
1728
  DeleteOauth2CredentialProviderCommand,
1665
1729
  DeleteOnlineEvaluationConfigCommand,
@@ -1678,6 +1742,7 @@ const commands = {
1678
1742
  GetEvaluatorCommand,
1679
1743
  GetGatewayCommand,
1680
1744
  GetGatewayTargetCommand,
1745
+ GetHarnessCommand,
1681
1746
  GetMemoryCommand,
1682
1747
  GetOauth2CredentialProviderCommand,
1683
1748
  GetOnlineEvaluationConfigCommand,
@@ -1699,6 +1764,7 @@ const commands = {
1699
1764
  ListEvaluatorsCommand,
1700
1765
  ListGatewaysCommand,
1701
1766
  ListGatewayTargetsCommand,
1767
+ ListHarnessesCommand,
1702
1768
  ListMemoriesCommand,
1703
1769
  ListOauth2CredentialProvidersCommand,
1704
1770
  ListOnlineEvaluationConfigsCommand,
@@ -1723,6 +1789,7 @@ const commands = {
1723
1789
  UpdateEvaluatorCommand,
1724
1790
  UpdateGatewayCommand,
1725
1791
  UpdateGatewayTargetCommand,
1792
+ UpdateHarnessCommand,
1726
1793
  UpdateMemoryCommand,
1727
1794
  UpdateOauth2CredentialProviderCommand,
1728
1795
  UpdateOnlineEvaluationConfigCommand,
@@ -1744,6 +1811,7 @@ const paginators = {
1744
1811
  paginateListEvaluators,
1745
1812
  paginateListGateways,
1746
1813
  paginateListGatewayTargets,
1814
+ paginateListHarnesses,
1747
1815
  paginateListMemories,
1748
1816
  paginateListOauth2CredentialProviders,
1749
1817
  paginateListOnlineEvaluationConfigs,
@@ -1958,6 +2026,27 @@ const KeyType = {
1958
2026
  CustomerManagedKey: "CustomerManagedKey",
1959
2027
  ServiceManagedKey: "ServiceManagedKey",
1960
2028
  };
2029
+ const HarnessToolType = {
2030
+ AGENTCORE_BROWSER: "agentcore_browser",
2031
+ AGENTCORE_CODE_INTERPRETER: "agentcore_code_interpreter",
2032
+ AGENTCORE_GATEWAY: "agentcore_gateway",
2033
+ INLINE_FUNCTION: "inline_function",
2034
+ REMOTE_MCP: "remote_mcp",
2035
+ };
2036
+ const HarnessTruncationStrategy = {
2037
+ NONE: "none",
2038
+ SLIDING_WINDOW: "sliding_window",
2039
+ SUMMARIZATION: "summarization",
2040
+ };
2041
+ const HarnessStatus = {
2042
+ CREATE_FAILED: "CREATE_FAILED",
2043
+ CREATING: "CREATING",
2044
+ DELETE_FAILED: "DELETE_FAILED",
2045
+ DELETING: "DELETING",
2046
+ READY: "READY",
2047
+ UPDATE_FAILED: "UPDATE_FAILED",
2048
+ UPDATING: "UPDATING",
2049
+ };
1961
2050
  const ContentLevel = {
1962
2051
  FULL_CONTENT: "FULL_CONTENT",
1963
2052
  METADATA_ONLY: "METADATA_ONLY",
@@ -2041,6 +2130,7 @@ const OnlineEvaluationConfigStatus = {
2041
2130
  CREATE_FAILED: "CREATE_FAILED",
2042
2131
  CREATING: "CREATING",
2043
2132
  DELETING: "DELETING",
2133
+ ERROR: "ERROR",
2044
2134
  UPDATE_FAILED: "UPDATE_FAILED",
2045
2135
  UPDATING: "UPDATING",
2046
2136
  };
@@ -2150,6 +2240,7 @@ exports.CreateCodeInterpreterCommand = CreateCodeInterpreterCommand;
2150
2240
  exports.CreateEvaluatorCommand = CreateEvaluatorCommand;
2151
2241
  exports.CreateGatewayCommand = CreateGatewayCommand;
2152
2242
  exports.CreateGatewayTargetCommand = CreateGatewayTargetCommand;
2243
+ exports.CreateHarnessCommand = CreateHarnessCommand;
2153
2244
  exports.CreateMemoryCommand = CreateMemoryCommand;
2154
2245
  exports.CreateOauth2CredentialProviderCommand = CreateOauth2CredentialProviderCommand;
2155
2246
  exports.CreateOnlineEvaluationConfigCommand = CreateOnlineEvaluationConfigCommand;
@@ -2169,6 +2260,7 @@ exports.DeleteCodeInterpreterCommand = DeleteCodeInterpreterCommand;
2169
2260
  exports.DeleteEvaluatorCommand = DeleteEvaluatorCommand;
2170
2261
  exports.DeleteGatewayCommand = DeleteGatewayCommand;
2171
2262
  exports.DeleteGatewayTargetCommand = DeleteGatewayTargetCommand;
2263
+ exports.DeleteHarnessCommand = DeleteHarnessCommand;
2172
2264
  exports.DeleteMemoryCommand = DeleteMemoryCommand;
2173
2265
  exports.DeleteOauth2CredentialProviderCommand = DeleteOauth2CredentialProviderCommand;
2174
2266
  exports.DeleteOnlineEvaluationConfigCommand = DeleteOnlineEvaluationConfigCommand;
@@ -2199,6 +2291,7 @@ exports.GetCodeInterpreterCommand = GetCodeInterpreterCommand;
2199
2291
  exports.GetEvaluatorCommand = GetEvaluatorCommand;
2200
2292
  exports.GetGatewayCommand = GetGatewayCommand;
2201
2293
  exports.GetGatewayTargetCommand = GetGatewayTargetCommand;
2294
+ exports.GetHarnessCommand = GetHarnessCommand;
2202
2295
  exports.GetMemoryCommand = GetMemoryCommand;
2203
2296
  exports.GetOauth2CredentialProviderCommand = GetOauth2CredentialProviderCommand;
2204
2297
  exports.GetOnlineEvaluationConfigCommand = GetOnlineEvaluationConfigCommand;
@@ -2210,6 +2303,9 @@ exports.GetRegistryRecordCommand = GetRegistryRecordCommand;
2210
2303
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
2211
2304
  exports.GetTokenVaultCommand = GetTokenVaultCommand;
2212
2305
  exports.GetWorkloadIdentityCommand = GetWorkloadIdentityCommand;
2306
+ exports.HarnessStatus = HarnessStatus;
2307
+ exports.HarnessToolType = HarnessToolType;
2308
+ exports.HarnessTruncationStrategy = HarnessTruncationStrategy;
2213
2309
  exports.InboundTokenClaimValueType = InboundTokenClaimValueType;
2214
2310
  exports.KeyType = KeyType;
2215
2311
  exports.ListAgentRuntimeEndpointsCommand = ListAgentRuntimeEndpointsCommand;
@@ -2222,6 +2318,7 @@ exports.ListCodeInterpretersCommand = ListCodeInterpretersCommand;
2222
2318
  exports.ListEvaluatorsCommand = ListEvaluatorsCommand;
2223
2319
  exports.ListGatewayTargetsCommand = ListGatewayTargetsCommand;
2224
2320
  exports.ListGatewaysCommand = ListGatewaysCommand;
2321
+ exports.ListHarnessesCommand = ListHarnessesCommand;
2225
2322
  exports.ListMemoriesCommand = ListMemoriesCommand;
2226
2323
  exports.ListOauth2CredentialProvidersCommand = ListOauth2CredentialProvidersCommand;
2227
2324
  exports.ListOnlineEvaluationConfigsCommand = ListOnlineEvaluationConfigsCommand;
@@ -2272,6 +2369,7 @@ exports.UpdateApiKeyCredentialProviderCommand = UpdateApiKeyCredentialProviderCo
2272
2369
  exports.UpdateEvaluatorCommand = UpdateEvaluatorCommand;
2273
2370
  exports.UpdateGatewayCommand = UpdateGatewayCommand;
2274
2371
  exports.UpdateGatewayTargetCommand = UpdateGatewayTargetCommand;
2372
+ exports.UpdateHarnessCommand = UpdateHarnessCommand;
2275
2373
  exports.UpdateMemoryCommand = UpdateMemoryCommand;
2276
2374
  exports.UpdateOauth2CredentialProviderCommand = UpdateOauth2CredentialProviderCommand;
2277
2375
  exports.UpdateOnlineEvaluationConfigCommand = UpdateOnlineEvaluationConfigCommand;
@@ -2292,6 +2390,7 @@ exports.paginateListCodeInterpreters = paginateListCodeInterpreters;
2292
2390
  exports.paginateListEvaluators = paginateListEvaluators;
2293
2391
  exports.paginateListGatewayTargets = paginateListGatewayTargets;
2294
2392
  exports.paginateListGateways = paginateListGateways;
2393
+ exports.paginateListHarnesses = paginateListHarnesses;
2295
2394
  exports.paginateListMemories = paginateListMemories;
2296
2395
  exports.paginateListOauth2CredentialProviders = paginateListOauth2CredentialProviders;
2297
2396
  exports.paginateListOnlineEvaluationConfigs = paginateListOnlineEvaluationConfigs;