@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.