@aws-sdk/client-bedrock-agentcore-control 3.1051.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.
- package/README.md +77 -0
- package/dist-cjs/index.js +188 -2
- package/dist-cjs/schemas/schemas_0.js +334 -92
- package/dist-es/BedrockAgentCoreControl.js +28 -0
- package/dist-es/commands/AddDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/CreateDatasetCommand.js +16 -0
- package/dist-es/commands/CreateDatasetVersionCommand.js +16 -0
- package/dist-es/commands/DeleteDatasetCommand.js +16 -0
- package/dist-es/commands/DeleteDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/GetDatasetCommand.js +16 -0
- package/dist-es/commands/ListDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/ListDatasetVersionsCommand.js +16 -0
- package/dist-es/commands/ListDatasetsCommand.js +16 -0
- package/dist-es/commands/UpdateDatasetCommand.js +16 -0
- package/dist-es/commands/UpdateDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +19 -2
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/pagination/ListDatasetExamplesPaginator.js +4 -0
- package/dist-es/pagination/ListDatasetVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListDatasetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +318 -77
- package/dist-types/BedrockAgentCoreControl.d.ts +99 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +13 -2
- package/dist-types/commands/AddDatasetExamplesCommand.d.ts +127 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +117 -0
- package/dist-types/commands/CreateDatasetVersionCommand.d.ts +113 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +123 -0
- package/dist-types/commands/DeleteDatasetExamplesCommand.d.ts +112 -0
- package/dist-types/commands/GetDatasetCommand.d.ts +130 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetExamplesCommand.d.ts +111 -0
- package/dist-types/commands/ListDatasetVersionsCommand.d.ts +103 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +104 -0
- package/dist-types/commands/UpdateDatasetExamplesCommand.d.ts +120 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +91 -3
- package/dist-types/models/models_0.d.ts +2382 -2324
- package/dist-types/models/models_1.d.ts +4111 -4197
- package/dist-types/models/models_2.d.ts +775 -0
- package/dist-types/pagination/ListDatasetExamplesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDatasetVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +209 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +25 -4
- package/dist-types/ts3.4/models/models_0.d.ts +192 -269
- package/dist-types/ts3.4/models/models_1.d.ts +268 -284
- package/dist-types/ts3.4/models/models_2.d.ts +273 -0
- package/dist-types/ts3.4/pagination/ListDatasetExamplesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDatasetVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- 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.