@aws-cdk/aws-bedrock-agentcore-alpha 2.239.0-alpha.0 → 2.241.0-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 +76 -5
- package/.jsii.tabl.json.gz +0 -0
- package/lib/gateway/gateway-base.js +1 -1
- package/lib/gateway/gateway.js +1 -1
- package/lib/gateway/inbound-auth/authorizer.js +3 -3
- package/lib/gateway/inbound-auth/custom-claim.js +1 -1
- package/lib/gateway/interceptor.js +1 -1
- package/lib/gateway/outbound-auth/api-key.js +1 -1
- package/lib/gateway/outbound-auth/credential-provider.js +1 -1
- package/lib/gateway/protocol.js +2 -2
- package/lib/gateway/targets/schema/api-schema.js +4 -4
- package/lib/gateway/targets/schema/tool-schema.js +4 -4
- package/lib/gateway/targets/target-base.js +1 -1
- package/lib/gateway/targets/target-configuration.js +6 -6
- package/lib/gateway/targets/target.js +1 -1
- package/lib/memory/memory-strategy.js +1 -1
- package/lib/memory/memory.js +2 -2
- package/lib/memory/strategies/managed-strategy.js +1 -1
- package/lib/memory/strategies/self-managed-strategy.js +1 -1
- package/lib/network/network-configuration.js +4 -4
- package/lib/runtime/inbound-auth/custom-claim.js +1 -1
- package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +1 -1
- package/lib/runtime/runtime-artifact.js +1 -1
- package/lib/runtime/runtime-base.js +1 -1
- package/lib/runtime/runtime-endpoint-base.js +1 -1
- package/lib/runtime/runtime-endpoint.js +1 -1
- package/lib/runtime/runtime.js +1 -1
- package/lib/tools/browser.js +2 -2
- package/lib/tools/code-interpreter.js +2 -2
- package/package.json +10 -10
package/.jsii
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-cdk/aws-bedrock-alpha": "2.
|
|
12
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"@aws-cdk/aws-bedrock-alpha": "2.241.0-alpha.0",
|
|
12
|
+
"aws-cdk-lib": "^2.241.0",
|
|
13
13
|
"constructs": "^10.5.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencyClosure": {
|
|
@@ -1052,6 +1052,19 @@
|
|
|
1052
1052
|
}
|
|
1053
1053
|
}
|
|
1054
1054
|
},
|
|
1055
|
+
"aws-cdk-lib.aws_computeoptimizer": {
|
|
1056
|
+
"targets": {
|
|
1057
|
+
"dotnet": {
|
|
1058
|
+
"namespace": "Amazon.CDK.AWS.ComputeOptimizer"
|
|
1059
|
+
},
|
|
1060
|
+
"java": {
|
|
1061
|
+
"package": "software.amazon.awscdk.services.computeoptimizer"
|
|
1062
|
+
},
|
|
1063
|
+
"python": {
|
|
1064
|
+
"module": "aws_cdk.aws_computeoptimizer"
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1055
1068
|
"aws-cdk-lib.aws_config": {
|
|
1056
1069
|
"targets": {
|
|
1057
1070
|
"dotnet": {
|
|
@@ -1273,6 +1286,19 @@
|
|
|
1273
1286
|
}
|
|
1274
1287
|
}
|
|
1275
1288
|
},
|
|
1289
|
+
"aws-cdk-lib.aws_directconnect": {
|
|
1290
|
+
"targets": {
|
|
1291
|
+
"dotnet": {
|
|
1292
|
+
"namespace": "Amazon.CDK.AWS.DirectConnect"
|
|
1293
|
+
},
|
|
1294
|
+
"java": {
|
|
1295
|
+
"package": "software.amazon.awscdk.services.directconnect"
|
|
1296
|
+
},
|
|
1297
|
+
"python": {
|
|
1298
|
+
"module": "aws_cdk.aws_directconnect"
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1276
1302
|
"aws-cdk-lib.aws_directoryservice": {
|
|
1277
1303
|
"targets": {
|
|
1278
1304
|
"dotnet": {
|
|
@@ -1455,6 +1481,19 @@
|
|
|
1455
1481
|
}
|
|
1456
1482
|
}
|
|
1457
1483
|
},
|
|
1484
|
+
"aws-cdk-lib.aws_eks_v2": {
|
|
1485
|
+
"targets": {
|
|
1486
|
+
"dotnet": {
|
|
1487
|
+
"namespace": "Amazon.CDK.AWS.EKSv2"
|
|
1488
|
+
},
|
|
1489
|
+
"java": {
|
|
1490
|
+
"package": "software.amazon.awscdk.services.eks_v2"
|
|
1491
|
+
},
|
|
1492
|
+
"python": {
|
|
1493
|
+
"module": "aws_cdk.aws_eks_v2"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1458
1497
|
"aws-cdk-lib.aws_elasticache": {
|
|
1459
1498
|
"targets": {
|
|
1460
1499
|
"dotnet": {
|
|
@@ -5064,6 +5103,22 @@
|
|
|
5064
5103
|
}
|
|
5065
5104
|
}
|
|
5066
5105
|
},
|
|
5106
|
+
"aws-cdk-lib.interfaces.aws_computeoptimizer": {
|
|
5107
|
+
"targets": {
|
|
5108
|
+
"dotnet": {
|
|
5109
|
+
"namespace": "Amazon.CDK.Interfaces.ComputeOptimizer"
|
|
5110
|
+
},
|
|
5111
|
+
"go": {
|
|
5112
|
+
"packageName": "interfacesawscomputeoptimizer"
|
|
5113
|
+
},
|
|
5114
|
+
"java": {
|
|
5115
|
+
"package": "software.amazon.awscdk.interfaces.computeoptimizer"
|
|
5116
|
+
},
|
|
5117
|
+
"python": {
|
|
5118
|
+
"module": "aws_cdk.interfaces.aws_computeoptimizer"
|
|
5119
|
+
}
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5067
5122
|
"aws-cdk-lib.interfaces.aws_config": {
|
|
5068
5123
|
"targets": {
|
|
5069
5124
|
"dotnet": {
|
|
@@ -5336,6 +5391,22 @@
|
|
|
5336
5391
|
}
|
|
5337
5392
|
}
|
|
5338
5393
|
},
|
|
5394
|
+
"aws-cdk-lib.interfaces.aws_directconnect": {
|
|
5395
|
+
"targets": {
|
|
5396
|
+
"dotnet": {
|
|
5397
|
+
"namespace": "Amazon.CDK.Interfaces.DirectConnect"
|
|
5398
|
+
},
|
|
5399
|
+
"go": {
|
|
5400
|
+
"packageName": "interfacesawsdirectconnect"
|
|
5401
|
+
},
|
|
5402
|
+
"java": {
|
|
5403
|
+
"package": "software.amazon.awscdk.interfaces.directconnect"
|
|
5404
|
+
},
|
|
5405
|
+
"python": {
|
|
5406
|
+
"module": "aws_cdk.interfaces.aws_directconnect"
|
|
5407
|
+
}
|
|
5408
|
+
}
|
|
5409
|
+
},
|
|
5339
5410
|
"aws-cdk-lib.interfaces.aws_directoryservice": {
|
|
5340
5411
|
"targets": {
|
|
5341
5412
|
"dotnet": {
|
|
@@ -8531,7 +8602,7 @@
|
|
|
8531
8602
|
"stability": "experimental"
|
|
8532
8603
|
},
|
|
8533
8604
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8534
|
-
"jsiiVersion": "5.9.
|
|
8605
|
+
"jsiiVersion": "5.9.29 (build f415c53)",
|
|
8535
8606
|
"keywords": [
|
|
8536
8607
|
"aws",
|
|
8537
8608
|
"cdk",
|
|
@@ -17531,7 +17602,7 @@
|
|
|
17531
17602
|
},
|
|
17532
17603
|
"locationInModule": {
|
|
17533
17604
|
"filename": "core/lib/resource.ts",
|
|
17534
|
-
"line":
|
|
17605
|
+
"line": 120
|
|
17535
17606
|
},
|
|
17536
17607
|
"parameters": [
|
|
17537
17608
|
{
|
|
@@ -30629,6 +30700,6 @@
|
|
|
30629
30700
|
"symbolId": "lib/network/network-configuration:VpcConfigProps"
|
|
30630
30701
|
}
|
|
30631
30702
|
},
|
|
30632
|
-
"version": "2.
|
|
30703
|
+
"version": "2.241.0-alpha.0",
|
|
30633
30704
|
"fingerprint": "**********"
|
|
30634
30705
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
|
@@ -25,7 +25,7 @@ var GatewayExceptionLevel;
|
|
|
25
25
|
* Base Class
|
|
26
26
|
*****************************************************************************/
|
|
27
27
|
class GatewayBase extends aws_cdk_lib_1.Resource {
|
|
28
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.
|
|
28
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.241.0-alpha.0" };
|
|
29
29
|
/**
|
|
30
30
|
* A reference to a Gateway resource.
|
|
31
31
|
*/
|
package/lib/gateway/gateway.js
CHANGED
|
@@ -93,7 +93,7 @@ let Gateway = (() => {
|
|
|
93
93
|
Gateway = _classThis = _classDescriptor.value;
|
|
94
94
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
95
95
|
}
|
|
96
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Gateway", version: "2.
|
|
96
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Gateway", version: "2.241.0-alpha.0" };
|
|
97
97
|
/** Uniquely identifies this class. */
|
|
98
98
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Gateway';
|
|
99
99
|
/**
|
|
@@ -21,7 +21,7 @@ var GatewayAuthorizerType;
|
|
|
21
21
|
* Custom JWT authorizer configuration implementation
|
|
22
22
|
*/
|
|
23
23
|
class CustomJwtAuthorizer {
|
|
24
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.
|
|
24
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.241.0-alpha.0" };
|
|
25
25
|
authorizerType = GatewayAuthorizerType.CUSTOM_JWT;
|
|
26
26
|
discoveryUrl;
|
|
27
27
|
allowedAudience;
|
|
@@ -70,7 +70,7 @@ exports.CustomJwtAuthorizer = CustomJwtAuthorizer;
|
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
class IamAuthorizer {
|
|
73
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.
|
|
73
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.241.0-alpha.0" };
|
|
74
74
|
authorizerType = GatewayAuthorizerType.AWS_IAM;
|
|
75
75
|
/**
|
|
76
76
|
* @internal
|
|
@@ -86,7 +86,7 @@ exports.IamAuthorizer = IamAuthorizer;
|
|
|
86
86
|
* Factory class for creating Gateway Authorizers
|
|
87
87
|
*/
|
|
88
88
|
class GatewayAuthorizer {
|
|
89
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.
|
|
89
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.241.0-alpha.0" };
|
|
90
90
|
/**
|
|
91
91
|
* AWS IAM authorizer instance
|
|
92
92
|
*/
|
|
@@ -28,7 +28,7 @@ class GatewayCustomClaim {
|
|
|
28
28
|
valueType;
|
|
29
29
|
operator;
|
|
30
30
|
value;
|
|
31
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.
|
|
31
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.241.0-alpha.0" };
|
|
32
32
|
/**
|
|
33
33
|
* Create a custom claim with a string value.
|
|
34
34
|
* String claims must use the EQUALS operator.
|
|
@@ -34,7 +34,7 @@ var InterceptionPoint;
|
|
|
34
34
|
* @see https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-interceptors.html
|
|
35
35
|
*/
|
|
36
36
|
class LambdaInterceptor {
|
|
37
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaInterceptor", version: "2.
|
|
37
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaInterceptor", version: "2.241.0-alpha.0" };
|
|
38
38
|
/**
|
|
39
39
|
* Create a REQUEST interceptor that executes before the gateway calls the target
|
|
40
40
|
*
|
|
@@ -19,7 +19,7 @@ var ApiKeyCredentialLocationType;
|
|
|
19
19
|
* API Key location within the request
|
|
20
20
|
*/
|
|
21
21
|
class ApiKeyCredentialLocation {
|
|
22
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialLocation", version: "2.
|
|
22
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialLocation", version: "2.241.0-alpha.0" };
|
|
23
23
|
/**
|
|
24
24
|
* Create a header-based API key credential location
|
|
25
25
|
* @param config - Optional configuration for the credential location
|
|
@@ -31,7 +31,7 @@ var CredentialProviderType;
|
|
|
31
31
|
* Factory class for creating different Gateway Credential Providers
|
|
32
32
|
*/
|
|
33
33
|
class GatewayCredentialProvider {
|
|
34
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCredentialProvider", version: "2.
|
|
34
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCredentialProvider", version: "2.241.0-alpha.0" };
|
|
35
35
|
/**
|
|
36
36
|
* Create an API key credential provider from Identity ARN
|
|
37
37
|
* Use this method when you have the Identity ARN as a string
|
package/lib/gateway/protocol.js
CHANGED
|
@@ -21,7 +21,7 @@ var GatewayProtocolType;
|
|
|
21
21
|
* Factory class for instantiating Gateway Protocols
|
|
22
22
|
*/
|
|
23
23
|
class GatewayProtocol {
|
|
24
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayProtocol", version: "2.
|
|
24
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayProtocol", version: "2.241.0-alpha.0" };
|
|
25
25
|
/**
|
|
26
26
|
* Create an MCP protocol configuration
|
|
27
27
|
* @param props - Optional MCP configuration properties
|
|
@@ -75,7 +75,7 @@ var McpGatewaySearchType;
|
|
|
75
75
|
* MCP (Model Context Protocol) configuration implementation
|
|
76
76
|
*/
|
|
77
77
|
class McpProtocolConfiguration {
|
|
78
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpProtocolConfiguration", version: "2.
|
|
78
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpProtocolConfiguration", version: "2.241.0-alpha.0" };
|
|
79
79
|
protocolType;
|
|
80
80
|
/**
|
|
81
81
|
* The supported MCP protocol versions
|
|
@@ -25,7 +25,7 @@ class ApiSchemaError extends Error {
|
|
|
25
25
|
* Represents the concept of an API Schema for a Gateway Target.
|
|
26
26
|
*/
|
|
27
27
|
class ApiSchema extends base_schema_1.TargetSchema {
|
|
28
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema", version: "2.
|
|
28
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema", version: "2.241.0-alpha.0" };
|
|
29
29
|
/**
|
|
30
30
|
* Creates an API Schema from a local file.
|
|
31
31
|
* @param path - the path to the local file containing the OpenAPI schema for the action group
|
|
@@ -83,7 +83,7 @@ exports.ApiSchema = ApiSchema;
|
|
|
83
83
|
class AssetApiSchema extends ApiSchema {
|
|
84
84
|
path;
|
|
85
85
|
options;
|
|
86
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetApiSchema", version: "2.
|
|
86
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetApiSchema", version: "2.241.0-alpha.0" };
|
|
87
87
|
asset;
|
|
88
88
|
constructor(path, options = {}) {
|
|
89
89
|
super();
|
|
@@ -145,7 +145,7 @@ exports.AssetApiSchema = AssetApiSchema;
|
|
|
145
145
|
*/
|
|
146
146
|
class InlineApiSchema extends ApiSchema {
|
|
147
147
|
schema;
|
|
148
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineApiSchema", version: "2.
|
|
148
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineApiSchema", version: "2.241.0-alpha.0" };
|
|
149
149
|
constructor(schema) {
|
|
150
150
|
super(undefined, undefined, schema);
|
|
151
151
|
this.schema = schema;
|
|
@@ -175,7 +175,7 @@ exports.InlineApiSchema = InlineApiSchema;
|
|
|
175
175
|
class S3ApiSchema extends ApiSchema {
|
|
176
176
|
location;
|
|
177
177
|
bucketOwnerAccountId;
|
|
178
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ApiSchema", version: "2.
|
|
178
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ApiSchema", version: "2.241.0-alpha.0" };
|
|
179
179
|
constructor(location, bucketOwnerAccountId) {
|
|
180
180
|
super(location, bucketOwnerAccountId, undefined);
|
|
181
181
|
this.location = location;
|
|
@@ -40,7 +40,7 @@ class ToolSchemaError extends Error {
|
|
|
40
40
|
* TOOL SCHEMA CLASS
|
|
41
41
|
*****************************************************************************/
|
|
42
42
|
class ToolSchema extends base_schema_1.TargetSchema {
|
|
43
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema", version: "2.
|
|
43
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema", version: "2.241.0-alpha.0" };
|
|
44
44
|
/**
|
|
45
45
|
* Creates a tool Schema from a local file.
|
|
46
46
|
* @param path - the path to the local file containing the function schema for the tool
|
|
@@ -98,7 +98,7 @@ exports.ToolSchema = ToolSchema;
|
|
|
98
98
|
class AssetToolSchema extends ToolSchema {
|
|
99
99
|
path;
|
|
100
100
|
options;
|
|
101
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetToolSchema", version: "2.
|
|
101
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetToolSchema", version: "2.241.0-alpha.0" };
|
|
102
102
|
asset;
|
|
103
103
|
constructor(path, options = {}) {
|
|
104
104
|
super();
|
|
@@ -151,7 +151,7 @@ exports.AssetToolSchema = AssetToolSchema;
|
|
|
151
151
|
*/
|
|
152
152
|
class InlineToolSchema extends ToolSchema {
|
|
153
153
|
schema;
|
|
154
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineToolSchema", version: "2.
|
|
154
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineToolSchema", version: "2.241.0-alpha.0" };
|
|
155
155
|
constructor(schema) {
|
|
156
156
|
super(undefined, undefined, schema);
|
|
157
157
|
this.schema = schema;
|
|
@@ -181,7 +181,7 @@ exports.InlineToolSchema = InlineToolSchema;
|
|
|
181
181
|
class S3ToolSchema extends ToolSchema {
|
|
182
182
|
location;
|
|
183
183
|
bucketOwnerAccountId;
|
|
184
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ToolSchema", version: "2.
|
|
184
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ToolSchema", version: "2.241.0-alpha.0" };
|
|
185
185
|
constructor(location, bucketOwnerAccountId) {
|
|
186
186
|
super(location, bucketOwnerAccountId, undefined);
|
|
187
187
|
this.location = location;
|
|
@@ -41,7 +41,7 @@ var McpTargetType;
|
|
|
41
41
|
* permission management and property definitions.
|
|
42
42
|
*/
|
|
43
43
|
class GatewayTargetBase extends aws_cdk_lib_1.Resource {
|
|
44
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase", version: "2.
|
|
44
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase", version: "2.241.0-alpha.0" };
|
|
45
45
|
/**
|
|
46
46
|
* A reference to a GatewayTarget resource.
|
|
47
47
|
*/
|
|
@@ -17,7 +17,7 @@ const target_base_1 = require("./target-base");
|
|
|
17
17
|
* Provides common functionality for all MCP target types
|
|
18
18
|
*/
|
|
19
19
|
class McpTargetConfiguration {
|
|
20
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.
|
|
20
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.241.0-alpha.0" };
|
|
21
21
|
/**
|
|
22
22
|
* Renders the configuration as CloudFormation properties
|
|
23
23
|
* @internal
|
|
@@ -39,7 +39,7 @@ exports.McpTargetConfiguration = McpTargetConfiguration;
|
|
|
39
39
|
* allowing the gateway to invoke the function to provide tool capabilities.
|
|
40
40
|
*/
|
|
41
41
|
class LambdaTargetConfiguration extends McpTargetConfiguration {
|
|
42
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.
|
|
42
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.241.0-alpha.0" };
|
|
43
43
|
/**
|
|
44
44
|
* Create a Lambda target configuration
|
|
45
45
|
*
|
|
@@ -129,7 +129,7 @@ exports.LambdaTargetConfiguration = LambdaTargetConfiguration;
|
|
|
129
129
|
* allowing the gateway to transform API operations into tool calls.
|
|
130
130
|
*/
|
|
131
131
|
class OpenApiTargetConfiguration extends McpTargetConfiguration {
|
|
132
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.
|
|
132
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.241.0-alpha.0" };
|
|
133
133
|
/**
|
|
134
134
|
* Create an OpenAPI target configuration
|
|
135
135
|
*
|
|
@@ -247,7 +247,7 @@ exports.OpenApiTargetConfiguration = OpenApiTargetConfiguration;
|
|
|
247
247
|
* allowing the gateway to transform Smithy operations into tool calls.
|
|
248
248
|
*/
|
|
249
249
|
class SmithyTargetConfiguration extends McpTargetConfiguration {
|
|
250
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.
|
|
250
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.241.0-alpha.0" };
|
|
251
251
|
/**
|
|
252
252
|
* Create a Smithy target configuration
|
|
253
253
|
*
|
|
@@ -329,7 +329,7 @@ exports.SmithyTargetConfiguration = SmithyTargetConfiguration;
|
|
|
329
329
|
* synchronization.
|
|
330
330
|
*/
|
|
331
331
|
class McpServerTargetConfiguration extends McpTargetConfiguration {
|
|
332
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.
|
|
332
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.241.0-alpha.0" };
|
|
333
333
|
/**
|
|
334
334
|
* Create an MCP server target configuration
|
|
335
335
|
*
|
|
@@ -443,7 +443,7 @@ var ApiGatewayHttpMethod;
|
|
|
443
443
|
* - Proxy resources (e.g., `/pets/{proxy+}`) are not supported
|
|
444
444
|
*/
|
|
445
445
|
class ApiGatewayTargetConfiguration extends McpTargetConfiguration {
|
|
446
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.
|
|
446
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.241.0-alpha.0" };
|
|
447
447
|
/**
|
|
448
448
|
* Create an API Gateway target configuration
|
|
449
449
|
*
|
|
@@ -78,7 +78,7 @@ let GatewayTarget = (() => {
|
|
|
78
78
|
GatewayTarget = _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.GatewayTarget", version: "2.
|
|
81
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTarget", version: "2.241.0-alpha.0" };
|
|
82
82
|
/** Uniquely identifies this class. */
|
|
83
83
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.GatewayTarget';
|
|
84
84
|
/**
|
|
@@ -56,7 +56,7 @@ var MemoryStrategyType;
|
|
|
56
56
|
* @see https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/memory-strategies.html
|
|
57
57
|
*/
|
|
58
58
|
class MemoryStrategy {
|
|
59
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryStrategy", version: "2.
|
|
59
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryStrategy", version: "2.241.0-alpha.0" };
|
|
60
60
|
/**
|
|
61
61
|
* Default strategies for organizing and extracting memory data, each optimized for specific use cases.
|
|
62
62
|
* This strategy compresses conversations into concise overviews, preserving essential context and key insights for quick recall.
|
package/lib/memory/memory.js
CHANGED
|
@@ -87,7 +87,7 @@ const MEMORY_EXPIRATION_DAYS_MAX = 365;
|
|
|
87
87
|
* Contains methods and attributes valid for Memories either created with CDK or imported.
|
|
88
88
|
*/
|
|
89
89
|
class MemoryBase extends aws_cdk_lib_1.Resource {
|
|
90
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase", version: "2.
|
|
90
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase", version: "2.241.0-alpha.0" };
|
|
91
91
|
/**
|
|
92
92
|
* A reference to a Memory resource.
|
|
93
93
|
*/
|
|
@@ -369,7 +369,7 @@ let Memory = (() => {
|
|
|
369
369
|
Memory = _classThis = _classDescriptor.value;
|
|
370
370
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
371
371
|
}
|
|
372
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Memory", version: "2.
|
|
372
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Memory", version: "2.241.0-alpha.0" };
|
|
373
373
|
/** Uniquely identifies this class. */
|
|
374
374
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Memory';
|
|
375
375
|
/**
|
|
@@ -25,7 +25,7 @@ const PROMPT_MAX_LENGTH = 30000;
|
|
|
25
25
|
* with specific models and prompt templates.
|
|
26
26
|
*/
|
|
27
27
|
class ManagedMemoryStrategy {
|
|
28
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ManagedMemoryStrategy", version: "2.
|
|
28
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ManagedMemoryStrategy", version: "2.241.0-alpha.0" };
|
|
29
29
|
name;
|
|
30
30
|
description;
|
|
31
31
|
/**
|
|
@@ -86,7 +86,7 @@ const DEFAULT_TOKEN_BASED_TRIGGER = 100;
|
|
|
86
86
|
* Use AgentCore memory for event storage with custom triggers. Define memory processing logic in your own environment.
|
|
87
87
|
*/
|
|
88
88
|
class SelfManagedMemoryStrategy {
|
|
89
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SelfManagedMemoryStrategy", version: "2.
|
|
89
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SelfManagedMemoryStrategy", version: "2.241.0-alpha.0" };
|
|
90
90
|
name;
|
|
91
91
|
description;
|
|
92
92
|
strategyType;
|
|
@@ -8,7 +8,7 @@ const ec2 = require("aws-cdk-lib/aws-ec2");
|
|
|
8
8
|
* Abstract base class for network configuration.
|
|
9
9
|
*/
|
|
10
10
|
class NetworkConfiguration {
|
|
11
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.
|
|
11
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.241.0-alpha.0" };
|
|
12
12
|
/**
|
|
13
13
|
* The network mode to use.
|
|
14
14
|
* Configure the security level for agent
|
|
@@ -87,7 +87,7 @@ exports.NetworkConfiguration = NetworkConfiguration;
|
|
|
87
87
|
* Network configuration for the Browser tool.
|
|
88
88
|
*/
|
|
89
89
|
class BrowserNetworkConfiguration extends NetworkConfiguration {
|
|
90
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.
|
|
90
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.241.0-alpha.0" };
|
|
91
91
|
/**
|
|
92
92
|
* Creates a public network configuration. PUBLIC is the default network mode.
|
|
93
93
|
* @returns A BrowserNetworkConfiguration.
|
|
@@ -133,7 +133,7 @@ exports.BrowserNetworkConfiguration = BrowserNetworkConfiguration;
|
|
|
133
133
|
* Network configuration for the Code Interpreter tool.
|
|
134
134
|
*/
|
|
135
135
|
class CodeInterpreterNetworkConfiguration extends NetworkConfiguration {
|
|
136
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.
|
|
136
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.241.0-alpha.0" };
|
|
137
137
|
/**
|
|
138
138
|
* Creates a public network configuration.
|
|
139
139
|
* @returns A CodeInterpreterNetworkConfiguration.
|
|
@@ -187,7 +187,7 @@ exports.CodeInterpreterNetworkConfiguration = CodeInterpreterNetworkConfiguratio
|
|
|
187
187
|
* Network configuration for the Runtime.
|
|
188
188
|
*/
|
|
189
189
|
class RuntimeNetworkConfiguration extends NetworkConfiguration {
|
|
190
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.
|
|
190
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.241.0-alpha.0" };
|
|
191
191
|
/**
|
|
192
192
|
* Creates a public network configuration. PUBLIC is the default network mode.
|
|
193
193
|
* @returns A RuntimeNetworkConfiguration.
|
|
@@ -28,7 +28,7 @@ class RuntimeCustomClaim {
|
|
|
28
28
|
valueType;
|
|
29
29
|
operator;
|
|
30
30
|
value;
|
|
31
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.
|
|
31
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.241.0-alpha.0" };
|
|
32
32
|
/**
|
|
33
33
|
* Create a custom claim with a string value.
|
|
34
34
|
* String claims must use the EQUALS operator.
|
|
@@ -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.
|
|
24
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.241.0-alpha.0" };
|
|
25
25
|
/**
|
|
26
26
|
* Use IAM authentication (default).
|
|
27
27
|
* Requires AWS credentials to sign requests using SigV4.
|
|
@@ -48,7 +48,7 @@ var AgentCoreRuntime;
|
|
|
48
48
|
* Provides methods to reference container images from ECR repositories or local assets.
|
|
49
49
|
*/
|
|
50
50
|
class AgentRuntimeArtifact {
|
|
51
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.
|
|
51
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.241.0-alpha.0" };
|
|
52
52
|
/**
|
|
53
53
|
* Reference an image in an ECR repository
|
|
54
54
|
*/
|
|
@@ -14,7 +14,7 @@ const validation_helpers_1 = require("./validation-helpers");
|
|
|
14
14
|
* Base class for Agent Runtime
|
|
15
15
|
*/
|
|
16
16
|
class RuntimeBase extends aws_cdk_lib_1.Resource {
|
|
17
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.
|
|
17
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.241.0-alpha.0" };
|
|
18
18
|
/**
|
|
19
19
|
* A reference to a Runtime resource.
|
|
20
20
|
*/
|
|
@@ -10,7 +10,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
|
10
10
|
* Base class for Runtime Endpoint
|
|
11
11
|
*/
|
|
12
12
|
class RuntimeEndpointBase extends aws_cdk_lib_1.Resource {
|
|
13
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.
|
|
13
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.241.0-alpha.0" };
|
|
14
14
|
/**
|
|
15
15
|
* A reference to a RuntimeEndpoint resource.
|
|
16
16
|
*/
|
|
@@ -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.
|
|
70
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.241.0-alpha.0" };
|
|
71
71
|
/** Uniquely identifies this class. */
|
|
72
72
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.RuntimeEndpoint';
|
|
73
73
|
/**
|
package/lib/runtime/runtime.js
CHANGED
|
@@ -91,7 +91,7 @@ let Runtime = (() => {
|
|
|
91
91
|
Runtime = _classThis = _classDescriptor.value;
|
|
92
92
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
93
93
|
}
|
|
94
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.
|
|
94
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.241.0-alpha.0" };
|
|
95
95
|
/** Uniquely identifies this class. */
|
|
96
96
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Runtime';
|
|
97
97
|
/**
|
package/lib/tools/browser.js
CHANGED
|
@@ -99,7 +99,7 @@ var BrowserSigning;
|
|
|
99
99
|
* Contains methods and attributes valid for Browsers either created with CDK or imported.
|
|
100
100
|
*/
|
|
101
101
|
class BrowserCustomBase extends aws_cdk_lib_1.Resource {
|
|
102
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.
|
|
102
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.241.0-alpha.0" };
|
|
103
103
|
/**
|
|
104
104
|
* A reference to a BrowserCustom resource.
|
|
105
105
|
*/
|
|
@@ -373,7 +373,7 @@ let BrowserCustom = (() => {
|
|
|
373
373
|
BrowserCustom = _classThis = _classDescriptor.value;
|
|
374
374
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
375
375
|
}
|
|
376
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.
|
|
376
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.241.0-alpha.0" };
|
|
377
377
|
/** Uniquely identifies this class. */
|
|
378
378
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.BrowserCustom';
|
|
379
379
|
/**
|
|
@@ -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.
|
|
82
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.241.0-alpha.0" };
|
|
83
83
|
/**
|
|
84
84
|
* A reference to a CodeInterpreterCustom resource.
|
|
85
85
|
*/
|
|
@@ -331,7 +331,7 @@ let CodeInterpreterCustom = (() => {
|
|
|
331
331
|
CodeInterpreterCustom = _classThis = _classDescriptor.value;
|
|
332
332
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
333
333
|
}
|
|
334
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.
|
|
334
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.241.0-alpha.0" };
|
|
335
335
|
/** Uniquely identifies this class. */
|
|
336
336
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.CodeInterpreterCustom';
|
|
337
337
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/aws-bedrock-agentcore-alpha",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.241.0-alpha.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The CDK Construct Library for Amazon Bedrock",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -78,21 +78,21 @@
|
|
|
78
78
|
},
|
|
79
79
|
"license": "Apache-2.0",
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"aws-cdk-lib": "2.
|
|
82
|
-
"@aws-cdk/aws-bedrock-alpha": "2.
|
|
83
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
84
|
-
"@aws-cdk/integ-runner": "^2.
|
|
85
|
-
"@aws-cdk/pkglint": "2.
|
|
86
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
81
|
+
"aws-cdk-lib": "2.241.0",
|
|
82
|
+
"@aws-cdk/aws-bedrock-alpha": "2.241.0-alpha.0",
|
|
83
|
+
"@aws-cdk/cdk-build-tools": "2.241.0-alpha.0",
|
|
84
|
+
"@aws-cdk/integ-runner": "^2.196.1",
|
|
85
|
+
"@aws-cdk/pkglint": "2.241.0-alpha.0",
|
|
86
|
+
"@aws-cdk/integ-tests-alpha": "2.241.0-alpha.0",
|
|
87
87
|
"@types/jest": "^29.5.14",
|
|
88
88
|
"constructs": "^10.5.0",
|
|
89
89
|
"jest": "^29.7.0"
|
|
90
90
|
},
|
|
91
91
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
92
92
|
"peerDependencies": {
|
|
93
|
-
"aws-cdk-lib": "^2.
|
|
93
|
+
"aws-cdk-lib": "^2.241.0",
|
|
94
94
|
"constructs": "^10.5.0",
|
|
95
|
-
"@aws-cdk/aws-bedrock-alpha": "2.
|
|
95
|
+
"@aws-cdk/aws-bedrock-alpha": "2.241.0-alpha.0"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
98
98
|
"node": ">= 18.0.0"
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
},
|
|
163
163
|
"jsiiRosetta": {
|
|
164
164
|
"exampleDependencies": {
|
|
165
|
-
"@aws-cdk/aws-bedrock-alpha": "^2.
|
|
165
|
+
"@aws-cdk/aws-bedrock-alpha": "^2.241.0-alpha.0"
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
}
|