@aws-sdk/client-bedrock-agentcore-control 3.1050.0 → 3.1052.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 (85) hide show
  1. package/README.md +77 -0
  2. package/dist-cjs/index.js +188 -2
  3. package/dist-cjs/schemas/schemas_0.js +334 -92
  4. package/dist-es/BedrockAgentCoreControl.js +28 -0
  5. package/dist-es/commands/AddDatasetExamplesCommand.js +16 -0
  6. package/dist-es/commands/CreateDatasetCommand.js +16 -0
  7. package/dist-es/commands/CreateDatasetVersionCommand.js +16 -0
  8. package/dist-es/commands/DeleteDatasetCommand.js +16 -0
  9. package/dist-es/commands/DeleteDatasetExamplesCommand.js +16 -0
  10. package/dist-es/commands/GetDatasetCommand.js +16 -0
  11. package/dist-es/commands/ListDatasetExamplesCommand.js +16 -0
  12. package/dist-es/commands/ListDatasetVersionsCommand.js +16 -0
  13. package/dist-es/commands/ListDatasetsCommand.js +16 -0
  14. package/dist-es/commands/UpdateDatasetCommand.js +16 -0
  15. package/dist-es/commands/UpdateDatasetExamplesCommand.js +16 -0
  16. package/dist-es/commands/index.js +11 -0
  17. package/dist-es/index.js +1 -0
  18. package/dist-es/models/enums.js +19 -2
  19. package/dist-es/models/models_2.js +1 -0
  20. package/dist-es/pagination/ListDatasetExamplesPaginator.js +4 -0
  21. package/dist-es/pagination/ListDatasetVersionsPaginator.js +4 -0
  22. package/dist-es/pagination/ListDatasetsPaginator.js +4 -0
  23. package/dist-es/pagination/index.js +3 -0
  24. package/dist-es/schemas/schemas_0.js +318 -77
  25. package/dist-types/BedrockAgentCoreControl.d.ts +99 -0
  26. package/dist-types/BedrockAgentCoreControlClient.d.ts +13 -2
  27. package/dist-types/commands/AddDatasetExamplesCommand.d.ts +127 -0
  28. package/dist-types/commands/CreateDatasetCommand.d.ts +117 -0
  29. package/dist-types/commands/CreateDatasetVersionCommand.d.ts +113 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteDatasetCommand.d.ts +123 -0
  32. package/dist-types/commands/DeleteDatasetExamplesCommand.d.ts +112 -0
  33. package/dist-types/commands/GetDatasetCommand.d.ts +130 -0
  34. package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
  35. package/dist-types/commands/ListDatasetExamplesCommand.d.ts +111 -0
  36. package/dist-types/commands/ListDatasetVersionsCommand.d.ts +103 -0
  37. package/dist-types/commands/ListDatasetsCommand.d.ts +103 -0
  38. package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -1
  39. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateDatasetCommand.d.ts +104 -0
  41. package/dist-types/commands/UpdateDatasetExamplesCommand.d.ts +120 -0
  42. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
  44. package/dist-types/commands/index.d.ts +11 -0
  45. package/dist-types/index.d.ts +1 -0
  46. package/dist-types/models/enums.d.ts +91 -3
  47. package/dist-types/models/models_0.d.ts +2382 -2324
  48. package/dist-types/models/models_1.d.ts +4111 -4197
  49. package/dist-types/models/models_2.d.ts +775 -0
  50. package/dist-types/pagination/ListDatasetExamplesPaginator.d.ts +7 -0
  51. package/dist-types/pagination/ListDatasetVersionsPaginator.d.ts +7 -0
  52. package/dist-types/pagination/ListDatasetsPaginator.d.ts +7 -0
  53. package/dist-types/pagination/index.d.ts +3 -0
  54. package/dist-types/schemas/schemas_0.d.ts +38 -0
  55. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +209 -0
  56. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +66 -0
  57. package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +53 -0
  58. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +52 -0
  59. package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +53 -0
  60. package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +52 -0
  62. package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +53 -0
  63. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +49 -0
  64. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +53 -0
  66. package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +53 -0
  67. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +49 -0
  68. package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +52 -0
  71. package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +53 -0
  72. package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  75. package/dist-types/ts3.4/index.d.ts +1 -0
  76. package/dist-types/ts3.4/models/enums.d.ts +25 -4
  77. package/dist-types/ts3.4/models/models_0.d.ts +192 -269
  78. package/dist-types/ts3.4/models/models_1.d.ts +268 -284
  79. package/dist-types/ts3.4/models/models_2.d.ts +273 -0
  80. package/dist-types/ts3.4/pagination/ListDatasetExamplesPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/ListDatasetVersionsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
  85. package/package.json +8 -8

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.