@aws-sdk/client-bedrock-agentcore-control 3.927.0 → 3.929.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 (79) hide show
  1. package/dist-cjs/index.js +3217 -3522
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BedrockAgentCoreControlClient.js +2 -0
  4. package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
  5. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
  6. package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
  7. package/dist-es/commands/CreateBrowserCommand.js +3 -10
  8. package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
  9. package/dist-es/commands/CreateGatewayCommand.js +3 -10
  10. package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
  11. package/dist-es/commands/CreateMemoryCommand.js +3 -10
  12. package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
  13. package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
  15. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
  16. package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
  17. package/dist-es/commands/DeleteBrowserCommand.js +3 -9
  18. package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
  19. package/dist-es/commands/DeleteGatewayCommand.js +3 -9
  20. package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
  21. package/dist-es/commands/DeleteMemoryCommand.js +3 -9
  22. package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
  24. package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
  25. package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
  26. package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
  27. package/dist-es/commands/GetBrowserCommand.js +3 -10
  28. package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
  29. package/dist-es/commands/GetGatewayCommand.js +3 -10
  30. package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
  31. package/dist-es/commands/GetMemoryCommand.js +3 -10
  32. package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
  33. package/dist-es/commands/GetTokenVaultCommand.js +3 -9
  34. package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
  35. package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
  36. package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
  37. package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
  38. package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
  39. package/dist-es/commands/ListBrowsersCommand.js +3 -10
  40. package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
  41. package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
  42. package/dist-es/commands/ListGatewaysCommand.js +3 -10
  43. package/dist-es/commands/ListMemoriesCommand.js +3 -9
  44. package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
  47. package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
  48. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
  52. package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
  53. package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
  54. package/dist-es/commands/UpdateGatewayCommand.js +3 -10
  55. package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
  56. package/dist-es/commands/UpdateMemoryCommand.js +3 -10
  57. package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
  58. package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
  59. package/dist-es/models/models_0.js +0 -626
  60. package/dist-es/runtimeConfig.shared.js +2 -0
  61. package/dist-es/schemas/schemas_0.js +3086 -0
  62. package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
  63. package/dist-types/models/models_0.d.ts +0 -388
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +350 -0
  69. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +0 -287
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +357 -0
  76. package/package.json +5 -6
  77. package/dist-es/protocols/Aws_restJson1.js +0 -2379
  78. package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -665

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.