@aws-sdk/client-bedrock-agent-runtime 3.613.0 → 3.616.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 (42) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +677 -76
  3. package/dist-es/BedrockAgentRuntime.js +6 -0
  4. package/dist-es/BedrockAgentRuntimeClient.js +5 -5
  5. package/dist-es/commands/DeleteAgentMemoryCommand.js +24 -0
  6. package/dist-es/commands/GetAgentMemoryCommand.js +24 -0
  7. package/dist-es/commands/InvokeFlowCommand.js +29 -0
  8. package/dist-es/commands/index.js +3 -0
  9. package/dist-es/models/models_0.js +221 -49
  10. package/dist-es/pagination/GetAgentMemoryPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_restJson1.js +311 -3
  13. package/dist-types/BedrockAgentRuntime.d.ts +21 -0
  14. package/dist-types/BedrockAgentRuntimeClient.d.ts +7 -4
  15. package/dist-types/commands/DeleteAgentMemoryCommand.d.ts +87 -0
  16. package/dist-types/commands/GetAgentMemoryCommand.d.ts +103 -0
  17. package/dist-types/commands/InvokeAgentCommand.d.ts +134 -4
  18. package/dist-types/commands/InvokeFlowCommand.d.ts +137 -0
  19. package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +18 -1
  20. package/dist-types/commands/RetrieveCommand.d.ts +13 -1
  21. package/dist-types/commands/index.d.ts +3 -0
  22. package/dist-types/models/models_0.d.ts +1339 -299
  23. package/dist-types/pagination/GetAgentMemoryPaginator.d.ts +7 -0
  24. package/dist-types/pagination/index.d.ts +1 -0
  25. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  26. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  27. package/dist-types/runtimeConfig.d.ts +1 -1
  28. package/dist-types/runtimeConfig.native.d.ts +1 -1
  29. package/dist-types/ts3.4/BedrockAgentRuntime.d.ts +51 -0
  30. package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +20 -2
  31. package/dist-types/ts3.4/commands/DeleteAgentMemoryCommand.d.ts +40 -0
  32. package/dist-types/ts3.4/commands/GetAgentMemoryCommand.d.ts +39 -0
  33. package/dist-types/ts3.4/commands/InvokeFlowCommand.d.ts +36 -0
  34. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  35. package/dist-types/ts3.4/models/models_0.d.ts +527 -54
  36. package/dist-types/ts3.4/pagination/GetAgentMemoryPaginator.d.ts +11 -0
  37. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  42. package/package.json +24 -24
package/README.md CHANGED
@@ -203,6 +203,22 @@ see LICENSE for more information.
203
203
 
204
204
  ## Client Commands (Operations List)
205
205
 
206
+ <details>
207
+ <summary>
208
+ DeleteAgentMemory
209
+ </summary>
210
+
211
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agent-runtime/command/DeleteAgentMemoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/DeleteAgentMemoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/DeleteAgentMemoryCommandOutput/)
212
+
213
+ </details>
214
+ <details>
215
+ <summary>
216
+ GetAgentMemory
217
+ </summary>
218
+
219
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agent-runtime/command/GetAgentMemoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/GetAgentMemoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/GetAgentMemoryCommandOutput/)
220
+
221
+ </details>
206
222
  <details>
207
223
  <summary>
208
224
  InvokeAgent
@@ -210,6 +226,14 @@ InvokeAgent
210
226
 
211
227
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agent-runtime/command/InvokeAgentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/InvokeAgentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/InvokeAgentCommandOutput/)
212
228
 
229
+ </details>
230
+ <details>
231
+ <summary>
232
+ InvokeFlow
233
+ </summary>
234
+
235
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agent-runtime/command/InvokeFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/InvokeFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agent-runtime/Interface/InvokeFlowCommandOutput/)
236
+
213
237
  </details>
214
238
  <details>
215
239
  <summary>