@aws-sdk/client-bedrock-agentcore-control 3.1070.0 → 3.1072.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 +42 -0
- package/dist-cjs/index.js +143 -1
- package/dist-cjs/schemas/schemas_0.js +475 -94
- package/dist-es/BedrockAgentCoreControl.js +16 -0
- package/dist-es/commands/CreateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/DeleteHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/GetHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/ListHarnessEndpointsCommand.js +16 -0
- package/dist-es/commands/ListHarnessVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +43 -0
- package/dist-es/pagination/ListHarnessEndpointsPaginator.js +4 -0
- package/dist-es/pagination/ListHarnessVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +435 -94
- package/dist-types/BedrockAgentCoreControl.d.ts +56 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +8 -2
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +43 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/CreateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +116 -0
- package/dist-types/commands/CreateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +20 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -1
- package/dist-types/commands/DeleteHarnessCommand.d.ts +27 -1
- package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +108 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +26 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +69 -0
- package/dist-types/commands/GetHarnessCommand.d.ts +28 -2
- package/dist-types/commands/GetHarnessEndpointCommand.d.ts +104 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +1 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -1
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +12 -0
- package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +108 -0
- package/dist-types/commands/ListHarnessVersionsCommand.d.ts +105 -0
- package/dist-types/commands/ListHarnessesCommand.d.ts +3 -2
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +3 -0
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +69 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +51 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/UpdateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +113 -0
- package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +21 -1
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +99 -0
- package/dist-types/models/models_0.d.ts +904 -1144
- package/dist-types/models/models_1.d.ts +4595 -4209
- package/dist-types/models/models_2.d.ts +883 -6
- package/dist-types/pagination/ListHarnessEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListHarnessVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +46 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +116 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +56 -0
- package/dist-types/ts3.4/models/models_0.d.ts +269 -402
- package/dist-types/ts3.4/models/models_1.d.ts +447 -211
- package/dist-types/ts3.4/models/models_2.d.ts +262 -3
- package/dist-types/ts3.4/pagination/ListHarnessEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListHarnessVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
- package/package.json +3 -3
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.