@aws-cdk/aws-bedrock-agentcore-alpha 2.221.0-alpha.0 → 2.221.1-alpha.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/.jsii +2 -2
- package/agentcore/network/network-configuration.js +4 -4
- package/agentcore/runtime/runtime-artifact.js +1 -1
- package/agentcore/runtime/runtime-authorizer-configuration.js +1 -1
- package/agentcore/runtime/runtime-base.js +1 -1
- package/agentcore/runtime/runtime-endpoint-base.js +1 -1
- package/agentcore/runtime/runtime-endpoint.js +1 -1
- package/agentcore/runtime/runtime.js +1 -1
- package/agentcore/tools/browser.js +2 -2
- package/agentcore/tools/code-interpreter.js +2 -2
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.221.
|
|
11
|
+
"aws-cdk-lib": "^2.221.1",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -11995,6 +11995,6 @@
|
|
|
11995
11995
|
"symbolId": "agentcore/network/network-configuration:VpcConfigProps"
|
|
11996
11996
|
}
|
|
11997
11997
|
},
|
|
11998
|
-
"version": "2.221.
|
|
11998
|
+
"version": "2.221.1-alpha.0",
|
|
11999
11999
|
"fingerprint": "**********"
|
|
12000
12000
|
}
|
|
@@ -9,7 +9,7 @@ const ec2 = require("aws-cdk-lib/aws-ec2");
|
|
|
9
9
|
* Abstract base class for network configuration.
|
|
10
10
|
*/
|
|
11
11
|
class NetworkConfiguration {
|
|
12
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.221.
|
|
12
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.221.1-alpha.0" };
|
|
13
13
|
/**
|
|
14
14
|
* The network mode to use.
|
|
15
15
|
* Configure the security level for agent
|
|
@@ -88,7 +88,7 @@ exports.NetworkConfiguration = NetworkConfiguration;
|
|
|
88
88
|
* Network configuration for the Browser tool.
|
|
89
89
|
*/
|
|
90
90
|
class BrowserNetworkConfiguration extends NetworkConfiguration {
|
|
91
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.221.
|
|
91
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.221.1-alpha.0" };
|
|
92
92
|
/**
|
|
93
93
|
* Creates a public network configuration. PUBLIC is the default network mode.
|
|
94
94
|
* @returns A BrowserNetworkConfiguration.
|
|
@@ -134,7 +134,7 @@ exports.BrowserNetworkConfiguration = BrowserNetworkConfiguration;
|
|
|
134
134
|
* Network configuration for the Code Interpreter tool.
|
|
135
135
|
*/
|
|
136
136
|
class CodeInterpreterNetworkConfiguration extends NetworkConfiguration {
|
|
137
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.221.
|
|
137
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.221.1-alpha.0" };
|
|
138
138
|
/**
|
|
139
139
|
* Creates a public network configuration.
|
|
140
140
|
* @returns A CodeInterpreterNetworkConfiguration.
|
|
@@ -188,7 +188,7 @@ exports.CodeInterpreterNetworkConfiguration = CodeInterpreterNetworkConfiguratio
|
|
|
188
188
|
* Network configuration for the Runtime.
|
|
189
189
|
*/
|
|
190
190
|
class RuntimeNetworkConfiguration extends NetworkConfiguration {
|
|
191
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.221.
|
|
191
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.221.1-alpha.0" };
|
|
192
192
|
/**
|
|
193
193
|
* Creates a public network configuration. PUBLIC is the default network mode.
|
|
194
194
|
* @returns A RuntimeNetworkConfiguration.
|
|
@@ -10,7 +10,7 @@ const validation_helpers_1 = require("./validation-helpers");
|
|
|
10
10
|
* Provides methods to reference container images from ECR repositories or local assets.
|
|
11
11
|
*/
|
|
12
12
|
class AgentRuntimeArtifact {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.221.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.221.1-alpha.0" };
|
|
14
14
|
/**
|
|
15
15
|
* Reference an image in an ECR repository
|
|
16
16
|
*/
|
|
@@ -21,7 +21,7 @@ const validation_helpers_1 = require("./validation-helpers");
|
|
|
21
21
|
* Provides static factory methods to create different authentication types.
|
|
22
22
|
*/
|
|
23
23
|
class RuntimeAuthorizerConfiguration {
|
|
24
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.221.
|
|
24
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.221.1-alpha.0" };
|
|
25
25
|
/**
|
|
26
26
|
* Use IAM authentication (default).
|
|
27
27
|
* Requires AWS credentials to sign requests using SigV4.
|
|
@@ -26,7 +26,7 @@ const validation_helpers_1 = require("./validation-helpers");
|
|
|
26
26
|
* Base class for Agent Runtime
|
|
27
27
|
*/
|
|
28
28
|
class RuntimeBase extends aws_cdk_lib_1.Resource {
|
|
29
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.221.
|
|
29
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.221.1-alpha.0" };
|
|
30
30
|
/**
|
|
31
31
|
* An accessor for the Connections object that will fail if this Runtime does not have a VPC
|
|
32
32
|
* configured.
|
|
@@ -22,7 +22,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
|
22
22
|
* Base class for Runtime Endpoint
|
|
23
23
|
*/
|
|
24
24
|
class RuntimeEndpointBase extends aws_cdk_lib_1.Resource {
|
|
25
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.221.
|
|
25
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.221.1-alpha.0" };
|
|
26
26
|
constructor(scope, id) {
|
|
27
27
|
super(scope, id);
|
|
28
28
|
}
|
|
@@ -67,7 +67,7 @@ let RuntimeEndpoint = (() => {
|
|
|
67
67
|
RuntimeEndpoint = _classThis = _classDescriptor.value;
|
|
68
68
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
69
69
|
}
|
|
70
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.221.
|
|
70
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.221.1-alpha.0" };
|
|
71
71
|
/** Uniquely identifies this class. */
|
|
72
72
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.RuntimeEndpoint';
|
|
73
73
|
/**
|
|
@@ -78,7 +78,7 @@ let Runtime = (() => {
|
|
|
78
78
|
Runtime = _classThis = _classDescriptor.value;
|
|
79
79
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
80
80
|
}
|
|
81
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.221.
|
|
81
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.221.1-alpha.0" };
|
|
82
82
|
/** Uniquely identifies this class. */
|
|
83
83
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Runtime';
|
|
84
84
|
/**
|
|
@@ -80,7 +80,7 @@ const BROWSER_TAG_MAX_LENGTH = 256;
|
|
|
80
80
|
* Contains methods and attributes valid for Browsers either created with CDK or imported.
|
|
81
81
|
*/
|
|
82
82
|
class BrowserCustomBase extends aws_cdk_lib_1.Resource {
|
|
83
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.221.
|
|
83
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.221.1-alpha.0" };
|
|
84
84
|
/**
|
|
85
85
|
* An accessor for the Connections object that will fail if this Browser does not have a VPC
|
|
86
86
|
* configured.
|
|
@@ -338,7 +338,7 @@ let BrowserCustom = (() => {
|
|
|
338
338
|
BrowserCustom = _classThis = _classDescriptor.value;
|
|
339
339
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
340
340
|
}
|
|
341
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.221.
|
|
341
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.221.1-alpha.0" };
|
|
342
342
|
/** Uniquely identifies this class. */
|
|
343
343
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.BrowserCustom';
|
|
344
344
|
/**
|
|
@@ -79,7 +79,7 @@ const CODE_INTERPRETER_TAG_MAX_LENGTH = 256;
|
|
|
79
79
|
* Contains methods and attributes valid for Code Interpreters either created with CDK or imported.
|
|
80
80
|
*/
|
|
81
81
|
class CodeInterpreterCustomBase extends aws_cdk_lib_1.Resource {
|
|
82
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.221.
|
|
82
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.221.1-alpha.0" };
|
|
83
83
|
/**
|
|
84
84
|
* An accessor for the Connections object that will fail if this Browser does not have a VPC
|
|
85
85
|
* configured.
|
|
@@ -313,7 +313,7 @@ let CodeInterpreterCustom = (() => {
|
|
|
313
313
|
CodeInterpreterCustom = _classThis = _classDescriptor.value;
|
|
314
314
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
315
315
|
}
|
|
316
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.221.
|
|
316
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.221.1-alpha.0" };
|
|
317
317
|
/** Uniquely identifies this class. */
|
|
318
318
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.CodeInterpreterCustom';
|
|
319
319
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-bedrock-agentcore-alpha",
|
|
3
|
-
"version": "2.221.
|
|
3
|
+
"version": "2.221.1-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The CDK Construct Library for Amazon Bedrock",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -78,18 +78,18 @@
|
|
|
78
78
|
},
|
|
79
79
|
"license": "Apache-2.0",
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"aws-cdk-lib": "2.221.
|
|
82
|
-
"@aws-cdk/cdk-build-tools": "2.221.
|
|
81
|
+
"aws-cdk-lib": "2.221.1",
|
|
82
|
+
"@aws-cdk/cdk-build-tools": "2.221.1-alpha.0",
|
|
83
83
|
"@aws-cdk/integ-runner": "^2.190.2",
|
|
84
|
-
"@aws-cdk/pkglint": "2.221.
|
|
85
|
-
"@aws-cdk/integ-tests-alpha": "2.221.
|
|
84
|
+
"@aws-cdk/pkglint": "2.221.1-alpha.0",
|
|
85
|
+
"@aws-cdk/integ-tests-alpha": "2.221.1-alpha.0",
|
|
86
86
|
"@types/jest": "^29.5.14",
|
|
87
87
|
"constructs": "^10.0.0",
|
|
88
88
|
"jest": "^29.7.0"
|
|
89
89
|
},
|
|
90
90
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
91
91
|
"peerDependencies": {
|
|
92
|
-
"aws-cdk-lib": "^2.221.
|
|
92
|
+
"aws-cdk-lib": "^2.221.1",
|
|
93
93
|
"constructs": "^10.0.0"
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|