@aws-sdk/client-bedrock-agentcore-control 3.1038.0 → 3.1039.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 (92) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +215 -0
  3. package/dist-cjs/schemas/schemas_0.js +529 -98
  4. package/dist-es/BedrockAgentCoreControl.js +30 -0
  5. package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
  6. package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
  8. package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
  9. package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
  10. package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
  11. package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
  12. package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
  13. package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
  14. package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
  15. package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
  16. package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
  17. package/dist-es/commands/index.js +12 -0
  18. package/dist-es/models/enums.js +30 -0
  19. package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
  20. package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +516 -86
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
  27. package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
  28. package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
  29. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +17 -4
  31. package/dist-types/commands/CreateMemoryCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
  33. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
  34. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  35. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
  36. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
  37. package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
  38. package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
  39. package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
  40. package/dist-types/commands/GetGatewayTargetCommand.d.ts +9 -2
  41. package/dist-types/commands/GetMemoryCommand.d.ts +1 -1
  42. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
  43. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
  44. package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
  46. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
  47. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  48. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +9 -2
  49. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
  50. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
  51. package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
  52. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
  53. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +17 -4
  54. package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -1
  55. package/dist-types/commands/index.d.ts +12 -0
  56. package/dist-types/models/enums.d.ts +70 -0
  57. package/dist-types/models/models_0.d.ts +2866 -2901
  58. package/dist-types/models/models_1.d.ts +1406 -4
  59. package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
  60. package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +3 -0
  63. package/dist-types/schemas/schemas_0.d.ts +61 -0
  64. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  65. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  66. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
  67. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
  75. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
  79. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  84. package/dist-types/ts3.4/models/enums.d.ts +39 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +405 -571
  86. package/dist-types/ts3.4/models/models_1.d.ts +592 -7
  87. package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.d.ts +11 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
  92. package/package.json +7 -7
package/README.md CHANGED
@@ -223,6 +223,13 @@ CreateCodeInterpreter
223
223
  </details>
224
224
  <details>
225
225
  <summary>
226
+ CreateConfigurationBundle
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateConfigurationBundleCommandOutput/)
230
+ </details>
231
+ <details>
232
+ <summary>
226
233
  CreateEvaluator
227
234
  </summary>
228
235
 
@@ -237,6 +244,13 @@ CreateGateway
237
244
  </details>
238
245
  <details>
239
246
  <summary>
247
+ CreateGatewayRule
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateGatewayRuleCommandOutput/)
251
+ </details>
252
+ <details>
253
+ <summary>
240
254
  CreateGatewayTarget
241
255
  </summary>
242
256
 
@@ -349,6 +363,13 @@ DeleteCodeInterpreter
349
363
  </details>
350
364
  <details>
351
365
  <summary>
366
+ DeleteConfigurationBundle
367
+ </summary>
368
+
369
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteConfigurationBundleCommandOutput/)
370
+ </details>
371
+ <details>
372
+ <summary>
352
373
  DeleteEvaluator
353
374
  </summary>
354
375
 
@@ -363,6 +384,13 @@ DeleteGateway
363
384
  </details>
364
385
  <details>
365
386
  <summary>
387
+ DeleteGatewayRule
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteGatewayRuleCommandOutput/)
391
+ </details>
392
+ <details>
393
+ <summary>
366
394
  DeleteGatewayTarget
367
395
  </summary>
368
396
 
@@ -482,6 +510,20 @@ GetCodeInterpreter
482
510
  </details>
483
511
  <details>
484
512
  <summary>
513
+ GetConfigurationBundle
514
+ </summary>
515
+
516
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleCommandOutput/)
517
+ </details>
518
+ <details>
519
+ <summary>
520
+ GetConfigurationBundleVersion
521
+ </summary>
522
+
523
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetConfigurationBundleVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetConfigurationBundleVersionCommandOutput/)
524
+ </details>
525
+ <details>
526
+ <summary>
485
527
  GetEvaluator
486
528
  </summary>
487
529
 
@@ -496,6 +538,13 @@ GetGateway
496
538
  </details>
497
539
  <details>
498
540
  <summary>
541
+ GetGatewayRule
542
+ </summary>
543
+
544
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetGatewayRuleCommandOutput/)
545
+ </details>
546
+ <details>
547
+ <summary>
499
548
  GetGatewayTarget
500
549
  </summary>
501
550
 
@@ -636,6 +685,20 @@ ListCodeInterpreters
636
685
  </details>
637
686
  <details>
638
687
  <summary>
688
+ ListConfigurationBundles
689
+ </summary>
690
+
691
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListConfigurationBundlesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundlesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundlesCommandOutput/)
692
+ </details>
693
+ <details>
694
+ <summary>
695
+ ListConfigurationBundleVersions
696
+ </summary>
697
+
698
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListConfigurationBundleVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundleVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListConfigurationBundleVersionsCommandOutput/)
699
+ </details>
700
+ <details>
701
+ <summary>
639
702
  ListEvaluators
640
703
  </summary>
641
704
 
@@ -643,6 +706,13 @@ ListEvaluators
643
706
  </details>
644
707
  <details>
645
708
  <summary>
709
+ ListGatewayRules
710
+ </summary>
711
+
712
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListGatewayRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListGatewayRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListGatewayRulesCommandOutput/)
713
+ </details>
714
+ <details>
715
+ <summary>
646
716
  ListGateways
647
717
  </summary>
648
718
 
@@ -811,6 +881,13 @@ UpdateApiKeyCredentialProvider
811
881
  </details>
812
882
  <details>
813
883
  <summary>
884
+ UpdateConfigurationBundle
885
+ </summary>
886
+
887
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateConfigurationBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateConfigurationBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateConfigurationBundleCommandOutput/)
888
+ </details>
889
+ <details>
890
+ <summary>
814
891
  UpdateEvaluator
815
892
  </summary>
816
893
 
@@ -825,6 +902,13 @@ UpdateGateway
825
902
  </details>
826
903
  <details>
827
904
  <summary>
905
+ UpdateGatewayRule
906
+ </summary>
907
+
908
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateGatewayRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateGatewayRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateGatewayRuleCommandOutput/)
909
+ </details>
910
+ <details>
911
+ <summary>
828
912
  UpdateGatewayTarget
829
913
  </summary>
830
914
 
package/dist-cjs/index.js CHANGED
@@ -186,6 +186,18 @@ class CreateCodeInterpreterCommand extends smithyClient.Command
186
186
  .build() {
187
187
  }
188
188
 
189
+ class CreateConfigurationBundleCommand extends smithyClient.Command
190
+ .classBuilder()
191
+ .ep(commonParams)
192
+ .m(function (Command, cs, config, o) {
193
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
+ })
195
+ .s("AmazonBedrockAgentCoreControl", "CreateConfigurationBundle", {})
196
+ .n("BedrockAgentCoreControlClient", "CreateConfigurationBundleCommand")
197
+ .sc(schemas_0.CreateConfigurationBundle$)
198
+ .build() {
199
+ }
200
+
189
201
  class CreateEvaluatorCommand extends smithyClient.Command
190
202
  .classBuilder()
191
203
  .ep(commonParams)
@@ -210,6 +222,18 @@ class CreateGatewayCommand extends smithyClient.Command
210
222
  .build() {
211
223
  }
212
224
 
225
+ class CreateGatewayRuleCommand 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", "CreateGatewayRule", {})
232
+ .n("BedrockAgentCoreControlClient", "CreateGatewayRuleCommand")
233
+ .sc(schemas_0.CreateGatewayRule$)
234
+ .build() {
235
+ }
236
+
213
237
  class CreateGatewayTargetCommand extends smithyClient.Command
214
238
  .classBuilder()
215
239
  .ep(commonParams)
@@ -402,6 +426,18 @@ class DeleteCodeInterpreterCommand extends smithyClient.Command
402
426
  .build() {
403
427
  }
404
428
 
429
+ class DeleteConfigurationBundleCommand extends smithyClient.Command
430
+ .classBuilder()
431
+ .ep(commonParams)
432
+ .m(function (Command, cs, config, o) {
433
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
+ })
435
+ .s("AmazonBedrockAgentCoreControl", "DeleteConfigurationBundle", {})
436
+ .n("BedrockAgentCoreControlClient", "DeleteConfigurationBundleCommand")
437
+ .sc(schemas_0.DeleteConfigurationBundle$)
438
+ .build() {
439
+ }
440
+
405
441
  class DeleteEvaluatorCommand extends smithyClient.Command
406
442
  .classBuilder()
407
443
  .ep(commonParams)
@@ -426,6 +462,18 @@ class DeleteGatewayCommand extends smithyClient.Command
426
462
  .build() {
427
463
  }
428
464
 
465
+ class DeleteGatewayRuleCommand extends smithyClient.Command
466
+ .classBuilder()
467
+ .ep(commonParams)
468
+ .m(function (Command, cs, config, o) {
469
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
+ })
471
+ .s("AmazonBedrockAgentCoreControl", "DeleteGatewayRule", {})
472
+ .n("BedrockAgentCoreControlClient", "DeleteGatewayRuleCommand")
473
+ .sc(schemas_0.DeleteGatewayRule$)
474
+ .build() {
475
+ }
476
+
429
477
  class DeleteGatewayTargetCommand extends smithyClient.Command
430
478
  .classBuilder()
431
479
  .ep(commonParams)
@@ -630,6 +678,30 @@ class GetCodeInterpreterCommand extends smithyClient.Command
630
678
  .build() {
631
679
  }
632
680
 
681
+ class GetConfigurationBundleCommand extends smithyClient.Command
682
+ .classBuilder()
683
+ .ep(commonParams)
684
+ .m(function (Command, cs, config, o) {
685
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
686
+ })
687
+ .s("AmazonBedrockAgentCoreControl", "GetConfigurationBundle", {})
688
+ .n("BedrockAgentCoreControlClient", "GetConfigurationBundleCommand")
689
+ .sc(schemas_0.GetConfigurationBundle$)
690
+ .build() {
691
+ }
692
+
693
+ class GetConfigurationBundleVersionCommand extends smithyClient.Command
694
+ .classBuilder()
695
+ .ep(commonParams)
696
+ .m(function (Command, cs, config, o) {
697
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
698
+ })
699
+ .s("AmazonBedrockAgentCoreControl", "GetConfigurationBundleVersion", {})
700
+ .n("BedrockAgentCoreControlClient", "GetConfigurationBundleVersionCommand")
701
+ .sc(schemas_0.GetConfigurationBundleVersion$)
702
+ .build() {
703
+ }
704
+
633
705
  class GetEvaluatorCommand extends smithyClient.Command
634
706
  .classBuilder()
635
707
  .ep(commonParams)
@@ -654,6 +726,18 @@ class GetGatewayCommand extends smithyClient.Command
654
726
  .build() {
655
727
  }
656
728
 
729
+ class GetGatewayRuleCommand extends smithyClient.Command
730
+ .classBuilder()
731
+ .ep(commonParams)
732
+ .m(function (Command, cs, config, o) {
733
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
734
+ })
735
+ .s("AmazonBedrockAgentCoreControl", "GetGatewayRule", {})
736
+ .n("BedrockAgentCoreControlClient", "GetGatewayRuleCommand")
737
+ .sc(schemas_0.GetGatewayRule$)
738
+ .build() {
739
+ }
740
+
657
741
  class GetGatewayTargetCommand extends smithyClient.Command
658
742
  .classBuilder()
659
743
  .ep(commonParams)
@@ -894,6 +978,30 @@ class ListCodeInterpretersCommand extends smithyClient.Command
894
978
  .build() {
895
979
  }
896
980
 
981
+ class ListConfigurationBundlesCommand extends smithyClient.Command
982
+ .classBuilder()
983
+ .ep(commonParams)
984
+ .m(function (Command, cs, config, o) {
985
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
986
+ })
987
+ .s("AmazonBedrockAgentCoreControl", "ListConfigurationBundles", {})
988
+ .n("BedrockAgentCoreControlClient", "ListConfigurationBundlesCommand")
989
+ .sc(schemas_0.ListConfigurationBundles$)
990
+ .build() {
991
+ }
992
+
993
+ class ListConfigurationBundleVersionsCommand extends smithyClient.Command
994
+ .classBuilder()
995
+ .ep(commonParams)
996
+ .m(function (Command, cs, config, o) {
997
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
998
+ })
999
+ .s("AmazonBedrockAgentCoreControl", "ListConfigurationBundleVersions", {})
1000
+ .n("BedrockAgentCoreControlClient", "ListConfigurationBundleVersionsCommand")
1001
+ .sc(schemas_0.ListConfigurationBundleVersions$)
1002
+ .build() {
1003
+ }
1004
+
897
1005
  class ListEvaluatorsCommand extends smithyClient.Command
898
1006
  .classBuilder()
899
1007
  .ep(commonParams)
@@ -906,6 +1014,18 @@ class ListEvaluatorsCommand extends smithyClient.Command
906
1014
  .build() {
907
1015
  }
908
1016
 
1017
+ class ListGatewayRulesCommand extends smithyClient.Command
1018
+ .classBuilder()
1019
+ .ep(commonParams)
1020
+ .m(function (Command, cs, config, o) {
1021
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1022
+ })
1023
+ .s("AmazonBedrockAgentCoreControl", "ListGatewayRules", {})
1024
+ .n("BedrockAgentCoreControlClient", "ListGatewayRulesCommand")
1025
+ .sc(schemas_0.ListGatewayRules$)
1026
+ .build() {
1027
+ }
1028
+
909
1029
  class ListGatewaysCommand extends smithyClient.Command
910
1030
  .classBuilder()
911
1031
  .ep(commonParams)
@@ -1194,6 +1314,18 @@ class UpdateApiKeyCredentialProviderCommand extends smithyClient.Command
1194
1314
  .build() {
1195
1315
  }
1196
1316
 
1317
+ class UpdateConfigurationBundleCommand extends smithyClient.Command
1318
+ .classBuilder()
1319
+ .ep(commonParams)
1320
+ .m(function (Command, cs, config, o) {
1321
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1322
+ })
1323
+ .s("AmazonBedrockAgentCoreControl", "UpdateConfigurationBundle", {})
1324
+ .n("BedrockAgentCoreControlClient", "UpdateConfigurationBundleCommand")
1325
+ .sc(schemas_0.UpdateConfigurationBundle$)
1326
+ .build() {
1327
+ }
1328
+
1197
1329
  class UpdateEvaluatorCommand extends smithyClient.Command
1198
1330
  .classBuilder()
1199
1331
  .ep(commonParams)
@@ -1218,6 +1350,18 @@ class UpdateGatewayCommand extends smithyClient.Command
1218
1350
  .build() {
1219
1351
  }
1220
1352
 
1353
+ class UpdateGatewayRuleCommand extends smithyClient.Command
1354
+ .classBuilder()
1355
+ .ep(commonParams)
1356
+ .m(function (Command, cs, config, o) {
1357
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1358
+ })
1359
+ .s("AmazonBedrockAgentCoreControl", "UpdateGatewayRule", {})
1360
+ .n("BedrockAgentCoreControlClient", "UpdateGatewayRuleCommand")
1361
+ .sc(schemas_0.UpdateGatewayRule$)
1362
+ .build() {
1363
+ }
1364
+
1221
1365
  class UpdateGatewayTargetCommand extends smithyClient.Command
1222
1366
  .classBuilder()
1223
1367
  .ep(commonParams)
@@ -1364,8 +1508,14 @@ const paginateListBrowsers = core.createPaginator(BedrockAgentCoreControlClient,
1364
1508
 
1365
1509
  const paginateListCodeInterpreters = core.createPaginator(BedrockAgentCoreControlClient, ListCodeInterpretersCommand, "nextToken", "nextToken", "maxResults");
1366
1510
 
1511
+ const paginateListConfigurationBundles = core.createPaginator(BedrockAgentCoreControlClient, ListConfigurationBundlesCommand, "nextToken", "nextToken", "maxResults");
1512
+
1513
+ const paginateListConfigurationBundleVersions = core.createPaginator(BedrockAgentCoreControlClient, ListConfigurationBundleVersionsCommand, "nextToken", "nextToken", "maxResults");
1514
+
1367
1515
  const paginateListEvaluators = core.createPaginator(BedrockAgentCoreControlClient, ListEvaluatorsCommand, "nextToken", "nextToken", "maxResults");
1368
1516
 
1517
+ const paginateListGatewayRules = core.createPaginator(BedrockAgentCoreControlClient, ListGatewayRulesCommand, "nextToken", "nextToken", "maxResults");
1518
+
1369
1519
  const paginateListGateways = core.createPaginator(BedrockAgentCoreControlClient, ListGatewaysCommand, "nextToken", "nextToken", "maxResults");
1370
1520
 
1371
1521
  const paginateListGatewayTargets = core.createPaginator(BedrockAgentCoreControlClient, ListGatewayTargetsCommand, "nextToken", "nextToken", "maxResults");
@@ -1702,8 +1852,10 @@ const commands = {
1702
1852
  CreateBrowserCommand,
1703
1853
  CreateBrowserProfileCommand,
1704
1854
  CreateCodeInterpreterCommand,
1855
+ CreateConfigurationBundleCommand,
1705
1856
  CreateEvaluatorCommand,
1706
1857
  CreateGatewayCommand,
1858
+ CreateGatewayRuleCommand,
1707
1859
  CreateGatewayTargetCommand,
1708
1860
  CreateHarnessCommand,
1709
1861
  CreateMemoryCommand,
@@ -1720,8 +1872,10 @@ const commands = {
1720
1872
  DeleteBrowserCommand,
1721
1873
  DeleteBrowserProfileCommand,
1722
1874
  DeleteCodeInterpreterCommand,
1875
+ DeleteConfigurationBundleCommand,
1723
1876
  DeleteEvaluatorCommand,
1724
1877
  DeleteGatewayCommand,
1878
+ DeleteGatewayRuleCommand,
1725
1879
  DeleteGatewayTargetCommand,
1726
1880
  DeleteHarnessCommand,
1727
1881
  DeleteMemoryCommand,
@@ -1739,8 +1893,11 @@ const commands = {
1739
1893
  GetBrowserCommand,
1740
1894
  GetBrowserProfileCommand,
1741
1895
  GetCodeInterpreterCommand,
1896
+ GetConfigurationBundleCommand,
1897
+ GetConfigurationBundleVersionCommand,
1742
1898
  GetEvaluatorCommand,
1743
1899
  GetGatewayCommand,
1900
+ GetGatewayRuleCommand,
1744
1901
  GetGatewayTargetCommand,
1745
1902
  GetHarnessCommand,
1746
1903
  GetMemoryCommand,
@@ -1761,7 +1918,10 @@ const commands = {
1761
1918
  ListBrowserProfilesCommand,
1762
1919
  ListBrowsersCommand,
1763
1920
  ListCodeInterpretersCommand,
1921
+ ListConfigurationBundlesCommand,
1922
+ ListConfigurationBundleVersionsCommand,
1764
1923
  ListEvaluatorsCommand,
1924
+ ListGatewayRulesCommand,
1765
1925
  ListGatewaysCommand,
1766
1926
  ListGatewayTargetsCommand,
1767
1927
  ListHarnessesCommand,
@@ -1786,8 +1946,10 @@ const commands = {
1786
1946
  UpdateAgentRuntimeCommand,
1787
1947
  UpdateAgentRuntimeEndpointCommand,
1788
1948
  UpdateApiKeyCredentialProviderCommand,
1949
+ UpdateConfigurationBundleCommand,
1789
1950
  UpdateEvaluatorCommand,
1790
1951
  UpdateGatewayCommand,
1952
+ UpdateGatewayRuleCommand,
1791
1953
  UpdateGatewayTargetCommand,
1792
1954
  UpdateHarnessCommand,
1793
1955
  UpdateMemoryCommand,
@@ -1808,7 +1970,10 @@ const paginators = {
1808
1970
  paginateListBrowserProfiles,
1809
1971
  paginateListBrowsers,
1810
1972
  paginateListCodeInterpreters,
1973
+ paginateListConfigurationBundles,
1974
+ paginateListConfigurationBundleVersions,
1811
1975
  paginateListEvaluators,
1976
+ paginateListGatewayRules,
1812
1977
  paginateListGateways,
1813
1978
  paginateListGatewayTargets,
1814
1979
  paginateListHarnesses,
@@ -1928,6 +2093,15 @@ const CodeInterpreterStatus = {
1928
2093
  DELETING: "DELETING",
1929
2094
  READY: "READY",
1930
2095
  };
2096
+ const ConfigurationBundleStatus = {
2097
+ ACTIVE: "ACTIVE",
2098
+ CREATE_FAILED: "CREATE_FAILED",
2099
+ CREATING: "CREATING",
2100
+ DELETE_FAILED: "DELETE_FAILED",
2101
+ DELETING: "DELETING",
2102
+ UPDATE_FAILED: "UPDATE_FAILED",
2103
+ UPDATING: "UPDATING",
2104
+ };
1931
2105
  const EvaluatorLevel = {
1932
2106
  SESSION: "SESSION",
1933
2107
  TOOL_CALL: "TOOL_CALL",
@@ -1941,12 +2115,17 @@ const EvaluatorStatus = {
1941
2115
  UPDATE_FAILED: "UPDATE_FAILED",
1942
2116
  UPDATING: "UPDATING",
1943
2117
  };
2118
+ const IncludedData = {
2119
+ ALL_DATA: "ALL_DATA",
2120
+ METADATA_ONLY: "METADATA_ONLY",
2121
+ };
1944
2122
  const EvaluatorType = {
1945
2123
  BUILTIN: "Builtin",
1946
2124
  CODE: "CustomCode",
1947
2125
  CUSTOM: "Custom",
1948
2126
  };
1949
2127
  const AuthorizerType = {
2128
+ AUTHENTICATE_ONLY: "AUTHENTICATE_ONLY",
1950
2129
  AWS_IAM: "AWS_IAM",
1951
2130
  CUSTOM_JWT: "CUSTOM_JWT",
1952
2131
  NONE: "NONE",
@@ -1976,6 +2155,16 @@ const GatewayStatus = {
1976
2155
  UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
1977
2156
  UPDATING: "UPDATING",
1978
2157
  };
2158
+ const PrincipalMatchOperator = {
2159
+ StringEquals: "StringEquals",
2160
+ StringLike: "StringLike",
2161
+ };
2162
+ const GatewayRuleStatus = {
2163
+ ACTIVE: "ACTIVE",
2164
+ CREATING: "CREATING",
2165
+ DELETING: "DELETING",
2166
+ UPDATING: "UPDATING",
2167
+ };
1979
2168
  const ApiKeyCredentialLocation = {
1980
2169
  HEADER: "HEADER",
1981
2170
  QUERY_PARAMETER: "QUERY_PARAMETER",
@@ -1986,7 +2175,9 @@ const OAuthGrantType = {
1986
2175
  };
1987
2176
  const CredentialProviderType = {
1988
2177
  API_KEY: "API_KEY",
2178
+ CALLER_IAM_CREDENTIALS: "CALLER_IAM_CREDENTIALS",
1989
2179
  GATEWAY_IAM_ROLE: "GATEWAY_IAM_ROLE",
2180
+ JWT_PASSTHROUGH: "JWT_PASSTHROUGH",
1990
2181
  OAUTH: "OAUTH",
1991
2182
  };
1992
2183
  const RestApiMethod = {
@@ -2010,6 +2201,10 @@ const ListingMode = {
2010
2201
  DEFAULT: "DEFAULT",
2011
2202
  DYNAMIC: "DYNAMIC",
2012
2203
  };
2204
+ const TargetProtocolType = {
2205
+ HTTP: "HTTP",
2206
+ MCP: "MCP",
2207
+ };
2013
2208
  const TargetStatus = {
2014
2209
  CREATE_PENDING_AUTH: "CREATE_PENDING_AUTH",
2015
2210
  CREATING: "CREATING",
@@ -2239,6 +2434,7 @@ exports.BrowserStatus = BrowserStatus;
2239
2434
  exports.ClaimMatchOperatorType = ClaimMatchOperatorType;
2240
2435
  exports.CodeInterpreterNetworkMode = CodeInterpreterNetworkMode;
2241
2436
  exports.CodeInterpreterStatus = CodeInterpreterStatus;
2437
+ exports.ConfigurationBundleStatus = ConfigurationBundleStatus;
2242
2438
  exports.ContentLevel = ContentLevel;
2243
2439
  exports.ContentType = ContentType;
2244
2440
  exports.CreateAgentRuntimeCommand = CreateAgentRuntimeCommand;
@@ -2247,8 +2443,10 @@ exports.CreateApiKeyCredentialProviderCommand = CreateApiKeyCredentialProviderCo
2247
2443
  exports.CreateBrowserCommand = CreateBrowserCommand;
2248
2444
  exports.CreateBrowserProfileCommand = CreateBrowserProfileCommand;
2249
2445
  exports.CreateCodeInterpreterCommand = CreateCodeInterpreterCommand;
2446
+ exports.CreateConfigurationBundleCommand = CreateConfigurationBundleCommand;
2250
2447
  exports.CreateEvaluatorCommand = CreateEvaluatorCommand;
2251
2448
  exports.CreateGatewayCommand = CreateGatewayCommand;
2449
+ exports.CreateGatewayRuleCommand = CreateGatewayRuleCommand;
2252
2450
  exports.CreateGatewayTargetCommand = CreateGatewayTargetCommand;
2253
2451
  exports.CreateHarnessCommand = CreateHarnessCommand;
2254
2452
  exports.CreateMemoryCommand = CreateMemoryCommand;
@@ -2267,8 +2465,10 @@ exports.DeleteApiKeyCredentialProviderCommand = DeleteApiKeyCredentialProviderCo
2267
2465
  exports.DeleteBrowserCommand = DeleteBrowserCommand;
2268
2466
  exports.DeleteBrowserProfileCommand = DeleteBrowserProfileCommand;
2269
2467
  exports.DeleteCodeInterpreterCommand = DeleteCodeInterpreterCommand;
2468
+ exports.DeleteConfigurationBundleCommand = DeleteConfigurationBundleCommand;
2270
2469
  exports.DeleteEvaluatorCommand = DeleteEvaluatorCommand;
2271
2470
  exports.DeleteGatewayCommand = DeleteGatewayCommand;
2471
+ exports.DeleteGatewayRuleCommand = DeleteGatewayRuleCommand;
2272
2472
  exports.DeleteGatewayTargetCommand = DeleteGatewayTargetCommand;
2273
2473
  exports.DeleteHarnessCommand = DeleteHarnessCommand;
2274
2474
  exports.DeleteMemoryCommand = DeleteMemoryCommand;
@@ -2291,6 +2491,7 @@ exports.FindingType = FindingType;
2291
2491
  exports.GatewayInterceptionPoint = GatewayInterceptionPoint;
2292
2492
  exports.GatewayPolicyEngineMode = GatewayPolicyEngineMode;
2293
2493
  exports.GatewayProtocolType = GatewayProtocolType;
2494
+ exports.GatewayRuleStatus = GatewayRuleStatus;
2294
2495
  exports.GatewayStatus = GatewayStatus;
2295
2496
  exports.GetAgentRuntimeCommand = GetAgentRuntimeCommand;
2296
2497
  exports.GetAgentRuntimeEndpointCommand = GetAgentRuntimeEndpointCommand;
@@ -2298,8 +2499,11 @@ exports.GetApiKeyCredentialProviderCommand = GetApiKeyCredentialProviderCommand;
2298
2499
  exports.GetBrowserCommand = GetBrowserCommand;
2299
2500
  exports.GetBrowserProfileCommand = GetBrowserProfileCommand;
2300
2501
  exports.GetCodeInterpreterCommand = GetCodeInterpreterCommand;
2502
+ exports.GetConfigurationBundleCommand = GetConfigurationBundleCommand;
2503
+ exports.GetConfigurationBundleVersionCommand = GetConfigurationBundleVersionCommand;
2301
2504
  exports.GetEvaluatorCommand = GetEvaluatorCommand;
2302
2505
  exports.GetGatewayCommand = GetGatewayCommand;
2506
+ exports.GetGatewayRuleCommand = GetGatewayRuleCommand;
2303
2507
  exports.GetGatewayTargetCommand = GetGatewayTargetCommand;
2304
2508
  exports.GetHarnessCommand = GetHarnessCommand;
2305
2509
  exports.GetMemoryCommand = GetMemoryCommand;
@@ -2317,6 +2521,7 @@ exports.HarnessStatus = HarnessStatus;
2317
2521
  exports.HarnessToolType = HarnessToolType;
2318
2522
  exports.HarnessTruncationStrategy = HarnessTruncationStrategy;
2319
2523
  exports.InboundTokenClaimValueType = InboundTokenClaimValueType;
2524
+ exports.IncludedData = IncludedData;
2320
2525
  exports.KeyType = KeyType;
2321
2526
  exports.ListAgentRuntimeEndpointsCommand = ListAgentRuntimeEndpointsCommand;
2322
2527
  exports.ListAgentRuntimeVersionsCommand = ListAgentRuntimeVersionsCommand;
@@ -2325,7 +2530,10 @@ exports.ListApiKeyCredentialProvidersCommand = ListApiKeyCredentialProvidersComm
2325
2530
  exports.ListBrowserProfilesCommand = ListBrowserProfilesCommand;
2326
2531
  exports.ListBrowsersCommand = ListBrowsersCommand;
2327
2532
  exports.ListCodeInterpretersCommand = ListCodeInterpretersCommand;
2533
+ exports.ListConfigurationBundleVersionsCommand = ListConfigurationBundleVersionsCommand;
2534
+ exports.ListConfigurationBundlesCommand = ListConfigurationBundlesCommand;
2328
2535
  exports.ListEvaluatorsCommand = ListEvaluatorsCommand;
2536
+ exports.ListGatewayRulesCommand = ListGatewayRulesCommand;
2329
2537
  exports.ListGatewayTargetsCommand = ListGatewayTargetsCommand;
2330
2538
  exports.ListGatewaysCommand = ListGatewaysCommand;
2331
2539
  exports.ListHarnessesCommand = ListHarnessesCommand;
@@ -2354,6 +2562,7 @@ exports.PolicyEngineStatus = PolicyEngineStatus;
2354
2562
  exports.PolicyGenerationStatus = PolicyGenerationStatus;
2355
2563
  exports.PolicyStatus = PolicyStatus;
2356
2564
  exports.PolicyValidationMode = PolicyValidationMode;
2565
+ exports.PrincipalMatchOperator = PrincipalMatchOperator;
2357
2566
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
2358
2567
  exports.RegistryAuthorizerType = RegistryAuthorizerType;
2359
2568
  exports.RegistryRecordCredentialProviderType = RegistryRecordCredentialProviderType;
@@ -2372,13 +2581,16 @@ exports.SubmitRegistryRecordForApprovalCommand = SubmitRegistryRecordForApproval
2372
2581
  exports.SynchronizationType = SynchronizationType;
2373
2582
  exports.SynchronizeGatewayTargetsCommand = SynchronizeGatewayTargetsCommand;
2374
2583
  exports.TagResourceCommand = TagResourceCommand;
2584
+ exports.TargetProtocolType = TargetProtocolType;
2375
2585
  exports.TargetStatus = TargetStatus;
2376
2586
  exports.UntagResourceCommand = UntagResourceCommand;
2377
2587
  exports.UpdateAgentRuntimeCommand = UpdateAgentRuntimeCommand;
2378
2588
  exports.UpdateAgentRuntimeEndpointCommand = UpdateAgentRuntimeEndpointCommand;
2379
2589
  exports.UpdateApiKeyCredentialProviderCommand = UpdateApiKeyCredentialProviderCommand;
2590
+ exports.UpdateConfigurationBundleCommand = UpdateConfigurationBundleCommand;
2380
2591
  exports.UpdateEvaluatorCommand = UpdateEvaluatorCommand;
2381
2592
  exports.UpdateGatewayCommand = UpdateGatewayCommand;
2593
+ exports.UpdateGatewayRuleCommand = UpdateGatewayRuleCommand;
2382
2594
  exports.UpdateGatewayTargetCommand = UpdateGatewayTargetCommand;
2383
2595
  exports.UpdateHarnessCommand = UpdateHarnessCommand;
2384
2596
  exports.UpdateMemoryCommand = UpdateMemoryCommand;
@@ -2398,7 +2610,10 @@ exports.paginateListApiKeyCredentialProviders = paginateListApiKeyCredentialProv
2398
2610
  exports.paginateListBrowserProfiles = paginateListBrowserProfiles;
2399
2611
  exports.paginateListBrowsers = paginateListBrowsers;
2400
2612
  exports.paginateListCodeInterpreters = paginateListCodeInterpreters;
2613
+ exports.paginateListConfigurationBundleVersions = paginateListConfigurationBundleVersions;
2614
+ exports.paginateListConfigurationBundles = paginateListConfigurationBundles;
2401
2615
  exports.paginateListEvaluators = paginateListEvaluators;
2616
+ exports.paginateListGatewayRules = paginateListGatewayRules;
2402
2617
  exports.paginateListGatewayTargets = paginateListGatewayTargets;
2403
2618
  exports.paginateListGateways = paginateListGateways;
2404
2619
  exports.paginateListHarnesses = paginateListHarnesses;