@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.
- package/dist-cjs/index.js +3217 -3522
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BedrockAgentCoreControlClient.js +2 -0
- package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
- package/dist-es/commands/CreateBrowserCommand.js +3 -10
- package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/CreateGatewayCommand.js +3 -10
- package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
- package/dist-es/commands/CreateMemoryCommand.js +3 -10
- package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
- package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
- package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
- package/dist-es/commands/DeleteBrowserCommand.js +3 -9
- package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
- package/dist-es/commands/DeleteMemoryCommand.js +3 -9
- package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
- package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
- package/dist-es/commands/GetBrowserCommand.js +3 -10
- package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/GetGatewayCommand.js +3 -10
- package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
- package/dist-es/commands/GetMemoryCommand.js +3 -10
- package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
- package/dist-es/commands/GetTokenVaultCommand.js +3 -9
- package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
- package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
- package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
- package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
- package/dist-es/commands/ListBrowsersCommand.js +3 -10
- package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
- package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
- package/dist-es/commands/ListGatewaysCommand.js +3 -10
- package/dist-es/commands/ListMemoriesCommand.js +3 -9
- package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
- package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
- package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
- package/dist-es/commands/UpdateGatewayCommand.js +3 -10
- package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
- package/dist-es/commands/UpdateMemoryCommand.js +3 -10
- package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
- package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -626
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3086 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -388
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +350 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -287
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +357 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -2379
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
- 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.