@aws-sdk/client-bedrock-agentcore-control 3.890.0 → 3.893.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 +25 -1
- package/dist-cjs/BedrockAgentCoreControl.js +6 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +55 -40
- package/dist-cjs/protocols/Aws_restJson1.js +97 -12
- package/dist-es/BedrockAgentCoreControl.js +6 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +49 -35
- package/dist-es/protocols/Aws_restJson1.js +88 -9
- package/dist-types/BedrockAgentCoreControl.d.ts +22 -1
- package/dist-types/BedrockAgentCoreControlClient.d.ts +6 -3
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +21 -3
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -1
- package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/CreateBrowserCommand.d.ts +14 -1
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +14 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/CreateMemoryCommand.d.ts +3 -1
- 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 +3 -1
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +3 -1
- 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 +3 -1
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/DeleteMemoryCommand.d.ts +3 -1
- 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 +18 -3
- 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 +12 -1
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +12 -1
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +3 -1
- 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 +4 -2
- package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +4 -2
- package/dist-types/commands/ListAgentRuntimesCommand.d.ts +4 -2
- 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 +3 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/ListMemoriesCommand.d.ts +3 -1
- package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -0
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +93 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +17 -2
- package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +3 -1
- package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +3 -1
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +3 -1
- package/dist-types/commands/UpdateMemoryCommand.d.ts +3 -1
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +547 -378
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +51 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +133 -79
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +19 -19
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link TagResourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link TagResourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const TagResourceCommand_base: {
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BedrockAgentCoreControlClient, TagResourceCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
|
+
* // const { BedrockAgentCoreControlClient, TagResourceCommand } = 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
|
|
38
|
+
* const client = new BedrockAgentCoreControlClient(config);
|
|
39
|
+
* const input = { // TagResourceRequest
|
|
40
|
+
* resourceArn: "STRING_VALUE", // required
|
|
41
|
+
* tags: { // TagsMap // required
|
|
42
|
+
* "<keys>": "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* };
|
|
45
|
+
* const command = new TagResourceCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
52
|
+
* @returns {@link TagResourceCommandOutput}
|
|
53
|
+
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
67
|
+
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ValidationException} (client fault)
|
|
73
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: TagResourceRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: TagResourceCommandInput;
|
|
90
|
+
output: TagResourceCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UntagResourceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UntagResourceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UntagResourceCommand_base: {
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Removes the specified tags from the specified resource.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BedrockAgentCoreControlClient, UntagResourceCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
|
+
* // const { BedrockAgentCoreControlClient, UntagResourceCommand } = 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
|
|
38
|
+
* const client = new BedrockAgentCoreControlClient(config);
|
|
39
|
+
* const input = { // UntagResourceRequest
|
|
40
|
+
* resourceArn: "STRING_VALUE", // required
|
|
41
|
+
* tagKeys: [ // TagKeyList // required
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* };
|
|
45
|
+
* const command = new UntagResourceCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
52
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
53
|
+
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ValidationException} (client fault)
|
|
70
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UntagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UntagResourceCommandInput;
|
|
87
|
+
output: UntagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -33,18 +33,28 @@ 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
|
|
39
41
|
* description: "STRING_VALUE",
|
|
40
|
-
* agentRuntimeArtifact: { //
|
|
42
|
+
* agentRuntimeArtifact: { // AgentRuntimeArtifact Union: only one key present
|
|
41
43
|
* containerConfiguration: { // ContainerConfiguration
|
|
42
44
|
* containerUri: "STRING_VALUE", // required
|
|
43
45
|
* },
|
|
44
46
|
* },
|
|
45
47
|
* roleArn: "STRING_VALUE", // required
|
|
46
48
|
* networkConfiguration: { // NetworkConfiguration
|
|
47
|
-
* networkMode: "PUBLIC", // required
|
|
49
|
+
* networkMode: "PUBLIC" || "VPC", // required
|
|
50
|
+
* networkModeConfig: { // VpcConfig
|
|
51
|
+
* securityGroups: [ // SecurityGroups // required
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* subnets: [ // Subnets // required
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
48
58
|
* },
|
|
49
59
|
* protocolConfiguration: { // ProtocolConfiguration
|
|
50
60
|
* serverProtocol: "MCP" || "HTTP", // required
|
|
@@ -64,6 +74,11 @@ declare const UpdateAgentRuntimeCommand_base: {
|
|
|
64
74
|
* ],
|
|
65
75
|
* },
|
|
66
76
|
* },
|
|
77
|
+
* requestHeaderConfiguration: { // RequestHeaderConfiguration Union: only one key present
|
|
78
|
+
* requestHeaderAllowlist: [ // RequestHeaderAllowlist
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* },
|
|
67
82
|
* };
|
|
68
83
|
* const command = new UpdateAgentRuntimeCommand(input);
|
|
69
84
|
* const response = await client.send(command);
|
|
@@ -27,12 +27,14 @@ declare const UpdateAgentRuntimeEndpointCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing Amazon
|
|
30
|
+
* <p>Updates an existing Amazon Bedrock AgentCore Runtime endpoint.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
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
|
|
@@ -27,12 +27,14 @@ declare const UpdateGatewayCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing
|
|
30
|
+
* <p>Updates an existing gateway.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
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
|
|
@@ -27,12 +27,14 @@ declare const UpdateGatewayTargetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing
|
|
30
|
+
* <p>Updates an existing gateway target.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
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
|
|
@@ -27,12 +27,14 @@ declare const UpdateMemoryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Update memory.</p>
|
|
30
|
+
* <p>Update an Amazon Bedrock AgentCore Memory resource memory.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
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
|
|
@@ -39,8 +39,11 @@ export * from "./ListGatewayTargetsCommand";
|
|
|
39
39
|
export * from "./ListGatewaysCommand";
|
|
40
40
|
export * from "./ListMemoriesCommand";
|
|
41
41
|
export * from "./ListOauth2CredentialProvidersCommand";
|
|
42
|
+
export * from "./ListTagsForResourceCommand";
|
|
42
43
|
export * from "./ListWorkloadIdentitiesCommand";
|
|
43
44
|
export * from "./SetTokenVaultCMKCommand";
|
|
45
|
+
export * from "./TagResourceCommand";
|
|
46
|
+
export * from "./UntagResourceCommand";
|
|
44
47
|
export * from "./UpdateAgentRuntimeCommand";
|
|
45
48
|
export * from "./UpdateAgentRuntimeEndpointCommand";
|
|
46
49
|
export * from "./UpdateApiKeyCredentialProviderCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <note> <p>
|
|
2
|
+
* <note> <p> is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.</p>
|
|
3
3
|
*
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|