@aws-sdk/client-bedrock-agentcore-control 3.890.0 → 3.891.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-types/commands/CreateAgentRuntimeCommand.d.ts +2 -0
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateBrowserCommand.d.ts +2 -0
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +2 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +2 -0
- package/dist-types/commands/CreateMemoryCommand.d.ts +2 -0
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBrowserCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMemoryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +2 -0
- package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetBrowserCommand.d.ts +2 -0
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +2 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +2 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +2 -0
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetTokenVaultCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentRuntimesCommand.d.ts +2 -0
- package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListBrowsersCommand.d.ts +2 -0
- package/dist-types/commands/ListCodeInterpretersCommand.d.ts +2 -0
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +2 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/ListMemoriesCommand.d.ts +2 -0
- package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -0
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMemoryCommand.d.ts +2 -0
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const CreateAgentRuntimeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateAgentRuntimeCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateAgentRuntimeCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateAgentRuntimeRequest
|
|
38
40
|
* agentRuntimeName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateAgentRuntimeEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateAgentRuntimeEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateAgentRuntimeEndpointCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateAgentRuntimeEndpointRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateApiKeyCredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateApiKeyCredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateApiKeyCredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateApiKeyCredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateBrowserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateBrowserCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateBrowserCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateBrowserRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateCodeInterpreterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateCodeInterpreterCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateCodeInterpreterCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateCodeInterpreterRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateGatewayCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateGatewayCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateGatewayRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateGatewayTargetCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateGatewayTargetCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateGatewayTargetRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateMemoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateMemoryCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateMemoryCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateMemoryInput
|
|
38
40
|
* clientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateOauth2CredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateOauth2CredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateOauth2CredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateOauth2CredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateWorkloadIdentityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, CreateWorkloadIdentityCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, CreateWorkloadIdentityCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // CreateWorkloadIdentityRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAgentRuntimeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteAgentRuntimeCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteAgentRuntimeCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteAgentRuntimeRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAgentRuntimeEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteAgentRuntimeEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteAgentRuntimeEndpointCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteAgentRuntimeEndpointRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApiKeyCredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteApiKeyCredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteApiKeyCredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteApiKeyCredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteBrowserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteBrowserCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteBrowserCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteBrowserRequest
|
|
38
40
|
* browserId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCodeInterpreterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteCodeInterpreterCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteCodeInterpreterCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteCodeInterpreterRequest
|
|
38
40
|
* codeInterpreterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteGatewayCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteGatewayCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteGatewayRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteGatewayTargetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteGatewayTargetCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteGatewayTargetCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteGatewayTargetRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteMemoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteMemoryCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteMemoryCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteMemoryInput
|
|
38
40
|
* clientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteOauth2CredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteOauth2CredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteOauth2CredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteOauth2CredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkloadIdentityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, DeleteWorkloadIdentityCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, DeleteWorkloadIdentityCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // DeleteWorkloadIdentityRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetAgentRuntimeCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetAgentRuntimeCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetAgentRuntimeRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAgentRuntimeEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetAgentRuntimeEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetAgentRuntimeEndpointCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetAgentRuntimeEndpointRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiKeyCredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetApiKeyCredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetApiKeyCredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetApiKeyCredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetBrowserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetBrowserCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetBrowserCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetBrowserRequest
|
|
38
40
|
* browserId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCodeInterpreterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetCodeInterpreterCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetCodeInterpreterCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetCodeInterpreterRequest
|
|
38
40
|
* codeInterpreterId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetGatewayCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetGatewayCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetGatewayRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetGatewayTargetCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetGatewayTargetCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetGatewayTargetRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMemoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetMemoryCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetMemoryCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetMemoryInput
|
|
38
40
|
* memoryId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOauth2CredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetOauth2CredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetOauth2CredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetOauth2CredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTokenVaultCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetTokenVaultCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetTokenVaultCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetTokenVaultRequest
|
|
38
40
|
* tokenVaultId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetWorkloadIdentityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, GetWorkloadIdentityCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, GetWorkloadIdentityCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // GetWorkloadIdentityRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAgentRuntimeEndpointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListAgentRuntimeEndpointsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListAgentRuntimeEndpointsCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListAgentRuntimeEndpointsRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAgentRuntimeVersionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListAgentRuntimeVersionsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListAgentRuntimeVersionsCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListAgentRuntimeVersionsRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAgentRuntimesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListAgentRuntimesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListAgentRuntimesCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListAgentRuntimesRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListApiKeyCredentialProvidersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListApiKeyCredentialProvidersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListApiKeyCredentialProvidersCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListApiKeyCredentialProvidersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListBrowsersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListBrowsersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListBrowsersCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListBrowsersRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListCodeInterpretersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListCodeInterpretersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListCodeInterpretersCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListCodeInterpretersRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListGatewayTargetsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListGatewayTargetsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListGatewayTargetsCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListGatewayTargetsRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListGatewaysCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListGatewaysCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListGatewaysCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListGatewaysRequest
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListMemoriesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListMemoriesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListMemoriesCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListMemoriesInput
|
|
38
40
|
* maxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListOauth2CredentialProvidersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListOauth2CredentialProvidersCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListOauth2CredentialProvidersCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListOauth2CredentialProvidersRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListWorkloadIdentitiesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, ListWorkloadIdentitiesCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, ListWorkloadIdentitiesCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // ListWorkloadIdentitiesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const SetTokenVaultCMKCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, SetTokenVaultCMKCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, SetTokenVaultCMKCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // SetTokenVaultCMKRequest
|
|
38
40
|
* tokenVaultId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateAgentRuntimeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateAgentRuntimeCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateAgentRuntimeCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateAgentRuntimeRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAgentRuntimeEndpointCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateAgentRuntimeEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateAgentRuntimeEndpointCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateAgentRuntimeEndpointRequest
|
|
38
40
|
* agentRuntimeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApiKeyCredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateApiKeyCredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateApiKeyCredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateApiKeyCredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateGatewayCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateGatewayCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateGatewayCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateGatewayRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateGatewayTargetCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateGatewayTargetCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateGatewayTargetRequest
|
|
38
40
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateMemoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateMemoryCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateMemoryCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateMemoryInput
|
|
38
40
|
* clientToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateOauth2CredentialProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateOauth2CredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateOauth2CredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateOauth2CredentialProviderRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateWorkloadIdentityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { BedrockAgentCoreControlClient, UpdateWorkloadIdentityCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
35
|
* // const { BedrockAgentCoreControlClient, UpdateWorkloadIdentityCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
36
38
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
37
39
|
* const input = { // UpdateWorkloadIdentityRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|