@aws-cdk/aws-bedrock-agentcore-alpha 2.268.0-alpha.0 → 2.269.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 +32 -3
- package/.jsii.tabl.json.gz +0 -0
- package/lib/evaluation/custom-evaluator.js +1 -1
- package/lib/evaluation/data-source.js +1 -1
- package/lib/evaluation/evaluator-base.js +1 -1
- package/lib/evaluation/evaluator-config.js +2 -2
- package/lib/evaluation/evaluator.js +1 -1
- package/lib/evaluation/online-evaluation-base.js +1 -1
- package/lib/evaluation/online-evaluation.js +1 -1
- package/lib/evaluation/types.js +5 -5
- package/lib/gateway/gateway-base.js +1 -1
- package/lib/gateway/gateway.js +2 -2
- package/lib/gateway/inbound-auth/authorizer.js +4 -4
- 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/identity/api-key-credential-provider.js +1 -1
- package/lib/identity/oauth2-credential-provider.js +1 -1
- package/lib/identity/perms.js +3 -3
- package/lib/identity/workload-identity.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/policy/policy-base.js +1 -1
- package/lib/policy/policy-engine-base.js +1 -1
- package/lib/policy/policy-engine.js +1 -1
- package/lib/policy/policy-statement.js +5 -5
- package/lib/policy/policy-types.js +1 -1
- package/lib/policy/policy.js +1 -1
- package/lib/runtime/inbound-auth/custom-claim.js +1 -1
- package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +1 -1
- package/lib/runtime/observability.js +2 -2
- 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 +9 -9
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.269.0-alpha.0",
|
|
12
|
+
"aws-cdk-lib": "^2.269.0",
|
|
13
13
|
"constructs": "^10.5.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencyClosure": {
|
|
@@ -3294,6 +3294,19 @@
|
|
|
3294
3294
|
}
|
|
3295
3295
|
}
|
|
3296
3296
|
},
|
|
3297
|
+
"aws-cdk-lib.aws_pricingplanmanager": {
|
|
3298
|
+
"targets": {
|
|
3299
|
+
"dotnet": {
|
|
3300
|
+
"namespace": "Amazon.CDK.AWS.PricingPlanManager"
|
|
3301
|
+
},
|
|
3302
|
+
"java": {
|
|
3303
|
+
"package": "software.amazon.awscdk.services.pricingplanmanager"
|
|
3304
|
+
},
|
|
3305
|
+
"python": {
|
|
3306
|
+
"module": "aws_cdk.aws_pricingplanmanager"
|
|
3307
|
+
}
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3297
3310
|
"aws-cdk-lib.aws_proton": {
|
|
3298
3311
|
"targets": {
|
|
3299
3312
|
"dotnet": {
|
|
@@ -8127,6 +8140,22 @@
|
|
|
8127
8140
|
}
|
|
8128
8141
|
}
|
|
8129
8142
|
},
|
|
8143
|
+
"aws-cdk-lib.interfaces.aws_pricingplanmanager": {
|
|
8144
|
+
"targets": {
|
|
8145
|
+
"dotnet": {
|
|
8146
|
+
"namespace": "Amazon.CDK.Interfaces.PricingPlanManager"
|
|
8147
|
+
},
|
|
8148
|
+
"go": {
|
|
8149
|
+
"packageName": "interfacesawspricingplanmanager"
|
|
8150
|
+
},
|
|
8151
|
+
"java": {
|
|
8152
|
+
"package": "software.amazon.awscdk.interfaces.pricingplanmanager"
|
|
8153
|
+
},
|
|
8154
|
+
"python": {
|
|
8155
|
+
"module": "aws_cdk.interfaces.aws_pricingplanmanager"
|
|
8156
|
+
}
|
|
8157
|
+
}
|
|
8158
|
+
},
|
|
8130
8159
|
"aws-cdk-lib.interfaces.aws_proton": {
|
|
8131
8160
|
"targets": {
|
|
8132
8161
|
"dotnet": {
|
|
@@ -45642,6 +45671,6 @@
|
|
|
45642
45671
|
"symbolId": "lib/identity/oauth2-credential-provider:ZoomOAuth2CredentialProviderProps"
|
|
45643
45672
|
}
|
|
45644
45673
|
},
|
|
45645
|
-
"version": "2.
|
|
45674
|
+
"version": "2.269.0-alpha.0",
|
|
45646
45675
|
"fingerprint": "**********"
|
|
45647
45676
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|
|
@@ -143,7 +143,7 @@ let Evaluator = (() => {
|
|
|
143
143
|
Evaluator = _classThis = _classDescriptor.value;
|
|
144
144
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
145
145
|
}
|
|
146
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Evaluator", version: "2.
|
|
146
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Evaluator", version: "2.269.0-alpha.0" };
|
|
147
147
|
/** Uniquely identifies this class. */
|
|
148
148
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Evaluator';
|
|
149
149
|
/**
|
|
@@ -32,7 +32,7 @@ const validation_helpers_1 = require("./validation-helpers");
|
|
|
32
32
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
33
33
|
*/
|
|
34
34
|
class DataSourceConfig {
|
|
35
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.DataSourceConfig", version: "2.
|
|
35
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.DataSourceConfig", version: "2.269.0-alpha.0" };
|
|
36
36
|
/**
|
|
37
37
|
* Creates a CloudWatch Logs data source configuration.
|
|
38
38
|
*
|
|
@@ -56,7 +56,7 @@ const iam = __importStar(require("aws-cdk-lib/aws-iam"));
|
|
|
56
56
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
57
57
|
*/
|
|
58
58
|
class EvaluatorBase extends aws_cdk_lib_1.Resource {
|
|
59
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorBase", version: "2.
|
|
59
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorBase", version: "2.269.0-alpha.0" };
|
|
60
60
|
constructor(scope, id, props = {}) {
|
|
61
61
|
super(scope, id, props);
|
|
62
62
|
try {
|
|
@@ -26,7 +26,7 @@ const validation_helpers_1 = require("./validation-helpers");
|
|
|
26
26
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
27
27
|
*/
|
|
28
28
|
class EvaluatorRatingScale {
|
|
29
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorRatingScale", version: "2.
|
|
29
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorRatingScale", version: "2.269.0-alpha.0" };
|
|
30
30
|
/**
|
|
31
31
|
* Creates a categorical rating scale.
|
|
32
32
|
*
|
|
@@ -108,7 +108,7 @@ exports.EvaluatorRatingScale = EvaluatorRatingScale;
|
|
|
108
108
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
109
109
|
*/
|
|
110
110
|
class EvaluatorConfig {
|
|
111
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorConfig", version: "2.
|
|
111
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorConfig", version: "2.269.0-alpha.0" };
|
|
112
112
|
/**
|
|
113
113
|
* Creates an LLM-as-a-Judge evaluator configuration.
|
|
114
114
|
*
|
|
@@ -20,7 +20,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
20
20
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
21
21
|
*/
|
|
22
22
|
class EvaluatorReference {
|
|
23
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorReference", version: "2.
|
|
23
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorReference", version: "2.269.0-alpha.0" };
|
|
24
24
|
/**
|
|
25
25
|
* Creates a reference to a built-in evaluator.
|
|
26
26
|
*
|
|
@@ -56,7 +56,7 @@ const iam = __importStar(require("aws-cdk-lib/aws-iam"));
|
|
|
56
56
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
57
57
|
*/
|
|
58
58
|
class OnlineEvaluationBase extends aws_cdk_lib_1.Resource {
|
|
59
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OnlineEvaluationBase", version: "2.
|
|
59
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OnlineEvaluationBase", version: "2.269.0-alpha.0" };
|
|
60
60
|
constructor(scope, id, props = {}) {
|
|
61
61
|
super(scope, id, props);
|
|
62
62
|
try {
|
|
@@ -126,7 +126,7 @@ let OnlineEvaluationConfig = (() => {
|
|
|
126
126
|
OnlineEvaluationConfig = _classThis = _classDescriptor.value;
|
|
127
127
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
128
128
|
}
|
|
129
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OnlineEvaluationConfig", version: "2.
|
|
129
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OnlineEvaluationConfig", version: "2.269.0-alpha.0" };
|
|
130
130
|
/** Uniquely identifies this class. */
|
|
131
131
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.OnlineEvaluationConfig';
|
|
132
132
|
/**
|
package/lib/evaluation/types.js
CHANGED
|
@@ -11,7 +11,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
11
11
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
12
12
|
*/
|
|
13
13
|
class BuiltinEvaluator {
|
|
14
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BuiltinEvaluator", version: "2.
|
|
14
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BuiltinEvaluator", version: "2.269.0-alpha.0" };
|
|
15
15
|
/**
|
|
16
16
|
* Evaluates whether the information in the agent's response is factually accurate.
|
|
17
17
|
*/
|
|
@@ -90,7 +90,7 @@ exports.BuiltinEvaluator = BuiltinEvaluator;
|
|
|
90
90
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
91
91
|
*/
|
|
92
92
|
class ExecutionStatus {
|
|
93
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ExecutionStatus", version: "2.
|
|
93
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ExecutionStatus", version: "2.269.0-alpha.0" };
|
|
94
94
|
/**
|
|
95
95
|
* The evaluation is enabled and actively processing agent traces.
|
|
96
96
|
*/
|
|
@@ -125,7 +125,7 @@ exports.ExecutionStatus = ExecutionStatus;
|
|
|
125
125
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
126
126
|
*/
|
|
127
127
|
class FilterOperator {
|
|
128
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterOperator", version: "2.
|
|
128
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterOperator", version: "2.269.0-alpha.0" };
|
|
129
129
|
/**
|
|
130
130
|
* Exact equality comparison.
|
|
131
131
|
*/
|
|
@@ -189,7 +189,7 @@ exports.FilterOperator = FilterOperator;
|
|
|
189
189
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
190
190
|
*/
|
|
191
191
|
class FilterValue {
|
|
192
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterValue", version: "2.
|
|
192
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterValue", version: "2.269.0-alpha.0" };
|
|
193
193
|
/**
|
|
194
194
|
* Creates a string filter value.
|
|
195
195
|
*
|
|
@@ -261,7 +261,7 @@ exports.FilterValue = FilterValue;
|
|
|
261
261
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
262
262
|
*/
|
|
263
263
|
class EvaluationLevel {
|
|
264
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluationLevel", version: "2.
|
|
264
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluationLevel", version: "2.269.0-alpha.0" };
|
|
265
265
|
/**
|
|
266
266
|
* Evaluates individual tool call invocations within a trace.
|
|
267
267
|
*/
|
|
@@ -65,7 +65,7 @@ var GatewayExceptionLevel;
|
|
|
65
65
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
66
66
|
*/
|
|
67
67
|
class GatewayBase extends aws_cdk_lib_1.Resource {
|
|
68
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.
|
|
68
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.269.0-alpha.0" };
|
|
69
69
|
/**
|
|
70
70
|
* A reference to a Gateway resource.
|
|
71
71
|
*/
|
package/lib/gateway/gateway.js
CHANGED
|
@@ -92,7 +92,7 @@ const validation_helpers_1 = require("./validation-helpers");
|
|
|
92
92
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
93
93
|
*/
|
|
94
94
|
class PolicyEngineMode {
|
|
95
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineMode", version: "2.
|
|
95
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineMode", version: "2.269.0-alpha.0" };
|
|
96
96
|
/**
|
|
97
97
|
* Evaluates actions and adds traces but does not enforce decisions.
|
|
98
98
|
* Use this mode for testing and validation before enabling enforcement.
|
|
@@ -163,7 +163,7 @@ let Gateway = (() => {
|
|
|
163
163
|
Gateway = _classThis = _classDescriptor.value;
|
|
164
164
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
165
165
|
}
|
|
166
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Gateway", version: "2.
|
|
166
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Gateway", version: "2.269.0-alpha.0" };
|
|
167
167
|
/** Uniquely identifies this class. */
|
|
168
168
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Gateway';
|
|
169
169
|
/**
|
|
@@ -26,7 +26,7 @@ var GatewayAuthorizerType;
|
|
|
26
26
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
27
27
|
*/
|
|
28
28
|
class CustomJwtAuthorizer {
|
|
29
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.
|
|
29
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.269.0-alpha.0" };
|
|
30
30
|
authorizerType = GatewayAuthorizerType.CUSTOM_JWT;
|
|
31
31
|
discoveryUrl;
|
|
32
32
|
allowedAudience;
|
|
@@ -77,7 +77,7 @@ exports.CustomJwtAuthorizer = CustomJwtAuthorizer;
|
|
|
77
77
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
78
78
|
*/
|
|
79
79
|
class IamAuthorizer {
|
|
80
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.
|
|
80
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.269.0-alpha.0" };
|
|
81
81
|
authorizerType = GatewayAuthorizerType.AWS_IAM;
|
|
82
82
|
/**
|
|
83
83
|
* @internal
|
|
@@ -97,7 +97,7 @@ exports.IamAuthorizer = IamAuthorizer;
|
|
|
97
97
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
98
98
|
*/
|
|
99
99
|
class NoAuthAuthorizer {
|
|
100
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NoAuthAuthorizer", version: "2.
|
|
100
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NoAuthAuthorizer", version: "2.269.0-alpha.0" };
|
|
101
101
|
authorizerType = GatewayAuthorizerType.NONE;
|
|
102
102
|
/**
|
|
103
103
|
* @internal
|
|
@@ -112,7 +112,7 @@ exports.NoAuthAuthorizer = NoAuthAuthorizer;
|
|
|
112
112
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
113
113
|
*/
|
|
114
114
|
class GatewayAuthorizer {
|
|
115
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.
|
|
115
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.269.0-alpha.0" };
|
|
116
116
|
/**
|
|
117
117
|
* AWS IAM authorizer instance
|
|
118
118
|
*/
|
|
@@ -30,7 +30,7 @@ class GatewayCustomClaim {
|
|
|
30
30
|
valueType;
|
|
31
31
|
operator;
|
|
32
32
|
value;
|
|
33
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.
|
|
33
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.269.0-alpha.0" };
|
|
34
34
|
/**
|
|
35
35
|
* Create a custom claim with a string value.
|
|
36
36
|
* String claims must use the EQUALS operator.
|
|
@@ -36,7 +36,7 @@ var InterceptionPoint;
|
|
|
36
36
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
37
37
|
*/
|
|
38
38
|
class LambdaInterceptor {
|
|
39
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaInterceptor", version: "2.
|
|
39
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaInterceptor", version: "2.269.0-alpha.0" };
|
|
40
40
|
/**
|
|
41
41
|
* Create a REQUEST interceptor that executes before the gateway calls the target
|
|
42
42
|
*
|
|
@@ -22,7 +22,7 @@ var ApiKeyCredentialLocationType;
|
|
|
22
22
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
23
23
|
*/
|
|
24
24
|
class ApiKeyCredentialLocation {
|
|
25
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialLocation", version: "2.
|
|
25
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialLocation", version: "2.269.0-alpha.0" };
|
|
26
26
|
/**
|
|
27
27
|
* Create a header-based API key credential location
|
|
28
28
|
* @param config - Optional configuration for the credential location
|
|
@@ -33,7 +33,7 @@ var CredentialProviderType;
|
|
|
33
33
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
34
34
|
*/
|
|
35
35
|
class GatewayCredentialProvider {
|
|
36
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCredentialProvider", version: "2.
|
|
36
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCredentialProvider", version: "2.269.0-alpha.0" };
|
|
37
37
|
/**
|
|
38
38
|
* Create an API key outbound auth configuration from a Token Vault {@link IApiKeyCredentialProvider} construct.
|
|
39
39
|
*
|
package/lib/gateway/protocol.js
CHANGED
|
@@ -23,7 +23,7 @@ var GatewayProtocolType;
|
|
|
23
23
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
24
24
|
*/
|
|
25
25
|
class GatewayProtocol {
|
|
26
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayProtocol", version: "2.
|
|
26
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayProtocol", version: "2.269.0-alpha.0" };
|
|
27
27
|
/**
|
|
28
28
|
* Create an MCP protocol configuration
|
|
29
29
|
* @param props - Optional MCP configuration properties
|
|
@@ -81,7 +81,7 @@ var McpGatewaySearchType;
|
|
|
81
81
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
82
82
|
*/
|
|
83
83
|
class McpProtocolConfiguration {
|
|
84
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpProtocolConfiguration", version: "2.
|
|
84
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpProtocolConfiguration", version: "2.269.0-alpha.0" };
|
|
85
85
|
protocolType;
|
|
86
86
|
/**
|
|
87
87
|
* The supported MCP protocol versions
|
|
@@ -50,7 +50,7 @@ const base_schema_1 = require("./base-schema");
|
|
|
50
50
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
51
51
|
*/
|
|
52
52
|
class ApiSchema extends base_schema_1.TargetSchema {
|
|
53
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema", version: "2.
|
|
53
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema", version: "2.269.0-alpha.0" };
|
|
54
54
|
/**
|
|
55
55
|
* Creates an API Schema from a local file.
|
|
56
56
|
* @param path - the path to the local file containing the OpenAPI schema for the action group
|
|
@@ -145,7 +145,7 @@ exports.ApiSchema = ApiSchema;
|
|
|
145
145
|
class AssetApiSchema extends ApiSchema {
|
|
146
146
|
path;
|
|
147
147
|
options;
|
|
148
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetApiSchema", version: "2.
|
|
148
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetApiSchema", version: "2.269.0-alpha.0" };
|
|
149
149
|
asset;
|
|
150
150
|
constructor(path, options = {}) {
|
|
151
151
|
super();
|
|
@@ -235,7 +235,7 @@ exports.AssetApiSchema = AssetApiSchema;
|
|
|
235
235
|
*/
|
|
236
236
|
class InlineApiSchema extends ApiSchema {
|
|
237
237
|
schema;
|
|
238
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineApiSchema", version: "2.
|
|
238
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineApiSchema", version: "2.269.0-alpha.0" };
|
|
239
239
|
constructor(schema) {
|
|
240
240
|
super(undefined, undefined, schema);
|
|
241
241
|
this.schema = schema;
|
|
@@ -293,7 +293,7 @@ exports.InlineApiSchema = InlineApiSchema;
|
|
|
293
293
|
class S3ApiSchema extends ApiSchema {
|
|
294
294
|
location;
|
|
295
295
|
bucketOwnerAccountId;
|
|
296
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ApiSchema", version: "2.
|
|
296
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ApiSchema", version: "2.269.0-alpha.0" };
|
|
297
297
|
constructor(location, bucketOwnerAccountId) {
|
|
298
298
|
super(location, bucketOwnerAccountId, undefined);
|
|
299
299
|
this.location = location;
|
|
@@ -70,7 +70,7 @@ var SchemaDefinitionType;
|
|
|
70
70
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
71
71
|
*/
|
|
72
72
|
class ToolSchema extends base_schema_1.TargetSchema {
|
|
73
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema", version: "2.
|
|
73
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema", version: "2.269.0-alpha.0" };
|
|
74
74
|
/**
|
|
75
75
|
* Creates a tool Schema from a local file.
|
|
76
76
|
* @param path - the path to the local file containing the function schema for the tool
|
|
@@ -165,7 +165,7 @@ exports.ToolSchema = ToolSchema;
|
|
|
165
165
|
class AssetToolSchema extends ToolSchema {
|
|
166
166
|
path;
|
|
167
167
|
options;
|
|
168
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetToolSchema", version: "2.
|
|
168
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetToolSchema", version: "2.269.0-alpha.0" };
|
|
169
169
|
asset;
|
|
170
170
|
constructor(path, options = {}) {
|
|
171
171
|
super();
|
|
@@ -246,7 +246,7 @@ exports.AssetToolSchema = AssetToolSchema;
|
|
|
246
246
|
*/
|
|
247
247
|
class InlineToolSchema extends ToolSchema {
|
|
248
248
|
schema;
|
|
249
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineToolSchema", version: "2.
|
|
249
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineToolSchema", version: "2.269.0-alpha.0" };
|
|
250
250
|
constructor(schema) {
|
|
251
251
|
super(undefined, undefined, schema);
|
|
252
252
|
this.schema = schema;
|
|
@@ -304,7 +304,7 @@ exports.InlineToolSchema = InlineToolSchema;
|
|
|
304
304
|
class S3ToolSchema extends ToolSchema {
|
|
305
305
|
location;
|
|
306
306
|
bucketOwnerAccountId;
|
|
307
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ToolSchema", version: "2.
|
|
307
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ToolSchema", version: "2.269.0-alpha.0" };
|
|
308
308
|
constructor(location, bucketOwnerAccountId) {
|
|
309
309
|
super(location, bucketOwnerAccountId, undefined);
|
|
310
310
|
this.location = location;
|
|
@@ -78,7 +78,7 @@ var McpTargetType;
|
|
|
78
78
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
79
79
|
*/
|
|
80
80
|
class GatewayTargetBase extends aws_cdk_lib_1.Resource {
|
|
81
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase", version: "2.
|
|
81
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase", version: "2.269.0-alpha.0" };
|
|
82
82
|
/**
|
|
83
83
|
* A reference to a GatewayTarget resource.
|
|
84
84
|
*/
|
|
@@ -53,7 +53,7 @@ const target_base_1 = require("./target-base");
|
|
|
53
53
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
54
54
|
*/
|
|
55
55
|
class McpTargetConfiguration {
|
|
56
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.
|
|
56
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.269.0-alpha.0" };
|
|
57
57
|
/**
|
|
58
58
|
* Renders the configuration as CloudFormation properties
|
|
59
59
|
* @internal
|
|
@@ -76,7 +76,7 @@ exports.McpTargetConfiguration = McpTargetConfiguration;
|
|
|
76
76
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
77
77
|
*/
|
|
78
78
|
class LambdaTargetConfiguration extends McpTargetConfiguration {
|
|
79
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.
|
|
79
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.269.0-alpha.0" };
|
|
80
80
|
/**
|
|
81
81
|
* Create a Lambda target configuration
|
|
82
82
|
*
|
|
@@ -179,7 +179,7 @@ exports.LambdaTargetConfiguration = LambdaTargetConfiguration;
|
|
|
179
179
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
180
180
|
*/
|
|
181
181
|
class OpenApiTargetConfiguration extends McpTargetConfiguration {
|
|
182
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.
|
|
182
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.269.0-alpha.0" };
|
|
183
183
|
/**
|
|
184
184
|
* Create an OpenAPI target configuration
|
|
185
185
|
*
|
|
@@ -310,7 +310,7 @@ exports.OpenApiTargetConfiguration = OpenApiTargetConfiguration;
|
|
|
310
310
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
311
311
|
*/
|
|
312
312
|
class SmithyTargetConfiguration extends McpTargetConfiguration {
|
|
313
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.
|
|
313
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.269.0-alpha.0" };
|
|
314
314
|
/**
|
|
315
315
|
* Create a Smithy target configuration
|
|
316
316
|
*
|
|
@@ -405,7 +405,7 @@ exports.SmithyTargetConfiguration = SmithyTargetConfiguration;
|
|
|
405
405
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
406
406
|
*/
|
|
407
407
|
class McpServerTargetConfiguration extends McpTargetConfiguration {
|
|
408
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.
|
|
408
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.269.0-alpha.0" };
|
|
409
409
|
/**
|
|
410
410
|
* Create an MCP server target configuration
|
|
411
411
|
*
|
|
@@ -549,7 +549,7 @@ var ApiGatewayHttpMethod;
|
|
|
549
549
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
550
550
|
*/
|
|
551
551
|
class ApiGatewayTargetConfiguration extends McpTargetConfiguration {
|
|
552
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.
|
|
552
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.269.0-alpha.0" };
|
|
553
553
|
/**
|
|
554
554
|
* Create an API Gateway target configuration
|
|
555
555
|
*
|
|
@@ -113,7 +113,7 @@ let GatewayTarget = (() => {
|
|
|
113
113
|
GatewayTarget = _classThis = _classDescriptor.value;
|
|
114
114
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
115
115
|
}
|
|
116
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTarget", version: "2.
|
|
116
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTarget", version: "2.269.0-alpha.0" };
|
|
117
117
|
/** Uniquely identifies this class. */
|
|
118
118
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.GatewayTarget';
|
|
119
119
|
/**
|
|
@@ -173,7 +173,7 @@ let ApiKeyCredentialProvider = (() => {
|
|
|
173
173
|
ApiKeyCredentialProvider = _classThis = _classDescriptor.value;
|
|
174
174
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
175
175
|
}
|
|
176
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialProvider", version: "2.
|
|
176
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialProvider", version: "2.269.0-alpha.0" };
|
|
177
177
|
/** Uniquely identifies this class. */
|
|
178
178
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.ApiKeyCredentialProvider';
|
|
179
179
|
/**
|
|
@@ -311,7 +311,7 @@ let OAuth2CredentialProvider = (() => {
|
|
|
311
311
|
OAuth2CredentialProvider = _classThis = _classDescriptor.value;
|
|
312
312
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
313
313
|
}
|
|
314
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OAuth2CredentialProvider", version: "2.
|
|
314
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OAuth2CredentialProvider", version: "2.269.0-alpha.0" };
|
|
315
315
|
/** Uniquely identifies this class. */
|
|
316
316
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.OAuth2CredentialProvider';
|
|
317
317
|
/**
|
package/lib/identity/perms.js
CHANGED
|
@@ -46,7 +46,7 @@ exports.TOKEN_VAULT_CREDENTIAL_SECRET_WRITE_PERMS = [
|
|
|
46
46
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
47
47
|
*/
|
|
48
48
|
class ApiKeyCredentialProviderIdentityPerms {
|
|
49
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialProviderIdentityPerms", version: "2.
|
|
49
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialProviderIdentityPerms", version: "2.269.0-alpha.0" };
|
|
50
50
|
/**
|
|
51
51
|
* Read a single API key credential provider definition.
|
|
52
52
|
*/
|
|
@@ -89,7 +89,7 @@ exports.ApiKeyCredentialProviderIdentityPerms = ApiKeyCredentialProviderIdentity
|
|
|
89
89
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
90
90
|
*/
|
|
91
91
|
class OAuth2CredentialProviderIdentityPerms {
|
|
92
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OAuth2CredentialProviderIdentityPerms", version: "2.
|
|
92
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OAuth2CredentialProviderIdentityPerms", version: "2.269.0-alpha.0" };
|
|
93
93
|
/**
|
|
94
94
|
* Read a single OAuth2 credential provider definition.
|
|
95
95
|
*/
|
|
@@ -135,7 +135,7 @@ exports.OAuth2CredentialProviderIdentityPerms = OAuth2CredentialProviderIdentity
|
|
|
135
135
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
136
136
|
*/
|
|
137
137
|
class WorkloadIdentityPerms {
|
|
138
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.WorkloadIdentityPerms", version: "2.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.WorkloadIdentityPerms", version: "2.269.0-alpha.0" };
|
|
139
139
|
/**
|
|
140
140
|
* Read a single workload identity.
|
|
141
141
|
*/
|
|
@@ -160,7 +160,7 @@ let WorkloadIdentity = (() => {
|
|
|
160
160
|
WorkloadIdentity = _classThis = _classDescriptor.value;
|
|
161
161
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
162
162
|
}
|
|
163
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.WorkloadIdentity", version: "2.
|
|
163
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.WorkloadIdentity", version: "2.269.0-alpha.0" };
|
|
164
164
|
/** Uniquely identifies this class. */
|
|
165
165
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.WorkloadIdentity';
|
|
166
166
|
/**
|
|
@@ -60,7 +60,7 @@ var MemoryStrategyType;
|
|
|
60
60
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
61
61
|
*/
|
|
62
62
|
class MemoryStrategy {
|
|
63
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryStrategy", version: "2.
|
|
63
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryStrategy", version: "2.269.0-alpha.0" };
|
|
64
64
|
/**
|
|
65
65
|
* Default strategies for organizing and extracting memory data, each optimized for specific use cases.
|
|
66
66
|
* This strategy compresses conversations into concise overviews, preserving essential context and key insights for quick recall.
|
package/lib/memory/memory.js
CHANGED
|
@@ -121,7 +121,7 @@ const MEMORY_EXPIRATION_DAYS_MAX = 365;
|
|
|
121
121
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
122
122
|
*/
|
|
123
123
|
class MemoryBase extends aws_cdk_lib_1.Resource {
|
|
124
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase", version: "2.
|
|
124
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase", version: "2.269.0-alpha.0" };
|
|
125
125
|
/**
|
|
126
126
|
* A reference to a Memory resource.
|
|
127
127
|
*/
|
|
@@ -574,7 +574,7 @@ let Memory = (() => {
|
|
|
574
574
|
Memory = _classThis = _classDescriptor.value;
|
|
575
575
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
576
576
|
}
|
|
577
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Memory", version: "2.
|
|
577
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Memory", version: "2.269.0-alpha.0" };
|
|
578
578
|
/** Uniquely identifies this class. */
|
|
579
579
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Memory';
|
|
580
580
|
/**
|
|
@@ -26,7 +26,7 @@ const PROMPT_MAX_LENGTH = 30000;
|
|
|
26
26
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
27
27
|
*/
|
|
28
28
|
class ManagedMemoryStrategy {
|
|
29
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ManagedMemoryStrategy", version: "2.
|
|
29
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ManagedMemoryStrategy", version: "2.269.0-alpha.0" };
|
|
30
30
|
name;
|
|
31
31
|
description;
|
|
32
32
|
/**
|
|
@@ -120,7 +120,7 @@ const DEFAULT_TOKEN_BASED_TRIGGER = 100;
|
|
|
120
120
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
121
121
|
*/
|
|
122
122
|
class SelfManagedMemoryStrategy {
|
|
123
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SelfManagedMemoryStrategy", version: "2.
|
|
123
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SelfManagedMemoryStrategy", version: "2.269.0-alpha.0" };
|
|
124
124
|
name;
|
|
125
125
|
description;
|
|
126
126
|
strategyType;
|
|
@@ -42,7 +42,7 @@ const ec2 = __importStar(require("aws-cdk-lib/aws-ec2"));
|
|
|
42
42
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
43
43
|
*/
|
|
44
44
|
class NetworkConfiguration {
|
|
45
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.
|
|
45
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.269.0-alpha.0" };
|
|
46
46
|
/**
|
|
47
47
|
* The network mode to use.
|
|
48
48
|
* Configure the security level for agent
|
|
@@ -123,7 +123,7 @@ exports.NetworkConfiguration = NetworkConfiguration;
|
|
|
123
123
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
124
124
|
*/
|
|
125
125
|
class BrowserNetworkConfiguration extends NetworkConfiguration {
|
|
126
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.
|
|
126
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.269.0-alpha.0" };
|
|
127
127
|
/**
|
|
128
128
|
* Creates a public network configuration. PUBLIC is the default network mode.
|
|
129
129
|
* @returns A BrowserNetworkConfiguration.
|
|
@@ -180,7 +180,7 @@ exports.BrowserNetworkConfiguration = BrowserNetworkConfiguration;
|
|
|
180
180
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
181
181
|
*/
|
|
182
182
|
class CodeInterpreterNetworkConfiguration extends NetworkConfiguration {
|
|
183
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.
|
|
183
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.269.0-alpha.0" };
|
|
184
184
|
/**
|
|
185
185
|
* Creates a public network configuration.
|
|
186
186
|
* @returns A CodeInterpreterNetworkConfiguration.
|
|
@@ -254,7 +254,7 @@ exports.CodeInterpreterNetworkConfiguration = CodeInterpreterNetworkConfiguratio
|
|
|
254
254
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
255
255
|
*/
|
|
256
256
|
class RuntimeNetworkConfiguration extends NetworkConfiguration {
|
|
257
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.
|
|
257
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.269.0-alpha.0" };
|
|
258
258
|
/**
|
|
259
259
|
* Creates a public network configuration. PUBLIC is the default network mode.
|
|
260
260
|
* @returns A RuntimeNetworkConfiguration.
|
|
@@ -48,7 +48,7 @@ const perms_1 = require("./perms");
|
|
|
48
48
|
* Contains methods and attributes valid for Policies either created with CDK or imported.
|
|
49
49
|
*/
|
|
50
50
|
class PolicyBase extends aws_cdk_lib_1.Resource {
|
|
51
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyBase", version: "2.
|
|
51
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyBase", version: "2.269.0-alpha.0" };
|
|
52
52
|
/**
|
|
53
53
|
* A reference to this Policy resource.
|
|
54
54
|
*/
|
|
@@ -49,7 +49,7 @@ const perms_1 = require("./perms");
|
|
|
49
49
|
* Contains methods and attributes valid for PolicyEngines either created with CDK or imported.
|
|
50
50
|
*/
|
|
51
51
|
class PolicyEngineBase extends aws_cdk_lib_1.Resource {
|
|
52
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineBase", version: "2.
|
|
52
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineBase", version: "2.269.0-alpha.0" };
|
|
53
53
|
/**
|
|
54
54
|
* A reference to this PolicyEngine resource.
|
|
55
55
|
*/
|
|
@@ -118,7 +118,7 @@ let PolicyEngine = (() => {
|
|
|
118
118
|
PolicyEngine = _classThis = _classDescriptor.value;
|
|
119
119
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
120
120
|
}
|
|
121
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngine", version: "2.
|
|
121
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngine", version: "2.269.0-alpha.0" };
|
|
122
122
|
/** Uniquely identifies this class. */
|
|
123
123
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.PolicyEngine';
|
|
124
124
|
/**
|
|
@@ -109,7 +109,7 @@ class ConditionExpression {
|
|
|
109
109
|
* Supports logical operators (AND, OR) and various comparison operators.
|
|
110
110
|
*/
|
|
111
111
|
class ConditionBuilder {
|
|
112
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionBuilder", version: "2.
|
|
112
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionBuilder", version: "2.269.0-alpha.0" };
|
|
113
113
|
conditions = [];
|
|
114
114
|
operators = [];
|
|
115
115
|
/**
|
|
@@ -196,7 +196,7 @@ exports.ConditionBuilder = ConditionBuilder;
|
|
|
196
196
|
class ConditionalPolicyStatement {
|
|
197
197
|
policyStatement;
|
|
198
198
|
conditionBuilder;
|
|
199
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalPolicyStatement", version: "2.
|
|
199
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalPolicyStatement", version: "2.269.0-alpha.0" };
|
|
200
200
|
constructor(policyStatement, conditionBuilder) {
|
|
201
201
|
this.policyStatement = policyStatement;
|
|
202
202
|
this.conditionBuilder = conditionBuilder;
|
|
@@ -275,7 +275,7 @@ class ConditionalAttributeAccessor {
|
|
|
275
275
|
path;
|
|
276
276
|
parent;
|
|
277
277
|
conditionBuilder;
|
|
278
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalAttributeAccessor", version: "2.
|
|
278
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalAttributeAccessor", version: "2.269.0-alpha.0" };
|
|
279
279
|
constructor(path, parent, conditionBuilder) {
|
|
280
280
|
this.path = path;
|
|
281
281
|
this.parent = parent;
|
|
@@ -367,7 +367,7 @@ exports.ConditionalAttributeAccessor = ConditionalAttributeAccessor;
|
|
|
367
367
|
class AttributeAccessor {
|
|
368
368
|
path;
|
|
369
369
|
parent;
|
|
370
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AttributeAccessor", version: "2.
|
|
370
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AttributeAccessor", version: "2.269.0-alpha.0" };
|
|
371
371
|
constructor(path, parent) {
|
|
372
372
|
this.path = path;
|
|
373
373
|
this.parent = parent;
|
|
@@ -554,7 +554,7 @@ exports.AttributeAccessor = AttributeAccessor;
|
|
|
554
554
|
* });
|
|
555
555
|
*/
|
|
556
556
|
class PolicyStatement {
|
|
557
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyStatement", version: "2.
|
|
557
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyStatement", version: "2.269.0-alpha.0" };
|
|
558
558
|
/**
|
|
559
559
|
* Create a permit statement - allows the action if conditions are met.
|
|
560
560
|
*
|
|
@@ -7,7 +7,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
9
9
|
class PolicyValidationMode {
|
|
10
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyValidationMode", version: "2.
|
|
10
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyValidationMode", version: "2.269.0-alpha.0" };
|
|
11
11
|
/**
|
|
12
12
|
* Fail policy creation if any validation findings are detected.
|
|
13
13
|
* This is the safer default - catches policy errors early.
|
package/lib/policy/policy.js
CHANGED
|
@@ -102,7 +102,7 @@ let Policy = (() => {
|
|
|
102
102
|
Policy = _classThis = _classDescriptor.value;
|
|
103
103
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
104
104
|
}
|
|
105
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Policy", version: "2.
|
|
105
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Policy", version: "2.269.0-alpha.0" };
|
|
106
106
|
/** Uniquely identifies this class. */
|
|
107
107
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Policy';
|
|
108
108
|
/**
|
|
@@ -30,7 +30,7 @@ class RuntimeCustomClaim {
|
|
|
30
30
|
valueType;
|
|
31
31
|
operator;
|
|
32
32
|
value;
|
|
33
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.
|
|
33
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.269.0-alpha.0" };
|
|
34
34
|
/**
|
|
35
35
|
* Create a custom claim with a string value.
|
|
36
36
|
* String claims must use the EQUALS operator.
|
|
@@ -24,7 +24,7 @@ const helpers_internal_1 = require("aws-cdk-lib/core/lib/helpers-internal");
|
|
|
24
24
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
25
25
|
*/
|
|
26
26
|
class RuntimeAuthorizerConfiguration {
|
|
27
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.
|
|
27
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.269.0-alpha.0" };
|
|
28
28
|
/**
|
|
29
29
|
* Use IAM authentication (default).
|
|
30
30
|
* Requires AWS credentials to sign requests using SigV4.
|
|
@@ -53,7 +53,7 @@ const MAX_DELIVERY_NAME_LENGTH = 60;
|
|
|
53
53
|
*/
|
|
54
54
|
class LogType {
|
|
55
55
|
value;
|
|
56
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LogType", version: "2.
|
|
56
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LogType", version: "2.269.0-alpha.0" };
|
|
57
57
|
/**
|
|
58
58
|
* Application logs for agent runtime invocations
|
|
59
59
|
*/
|
|
@@ -98,7 +98,7 @@ exports.LogType = LogType;
|
|
|
98
98
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
99
99
|
*/
|
|
100
100
|
class LoggingDestination {
|
|
101
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LoggingDestination", version: "2.
|
|
101
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LoggingDestination", version: "2.269.0-alpha.0" };
|
|
102
102
|
/**
|
|
103
103
|
* Create a logging destination that sends logs to a CloudWatch Log Group
|
|
104
104
|
*
|
|
@@ -92,7 +92,7 @@ var AgentCoreRuntime;
|
|
|
92
92
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
93
93
|
*/
|
|
94
94
|
class AgentRuntimeArtifact {
|
|
95
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.
|
|
95
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.269.0-alpha.0" };
|
|
96
96
|
/**
|
|
97
97
|
* Reference an image in an ECR repository
|
|
98
98
|
*/
|
|
@@ -50,7 +50,7 @@ const perms_1 = require("./perms");
|
|
|
50
50
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
51
51
|
*/
|
|
52
52
|
class RuntimeBase extends aws_cdk_lib_1.Resource {
|
|
53
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.
|
|
53
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.269.0-alpha.0" };
|
|
54
54
|
/**
|
|
55
55
|
* A reference to a Runtime resource.
|
|
56
56
|
*/
|
|
@@ -12,7 +12,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
|
12
12
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
13
13
|
*/
|
|
14
14
|
class RuntimeEndpointBase extends aws_cdk_lib_1.Resource {
|
|
15
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.
|
|
15
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.269.0-alpha.0" };
|
|
16
16
|
/**
|
|
17
17
|
* A reference to a RuntimeEndpoint resource.
|
|
18
18
|
*/
|
|
@@ -102,7 +102,7 @@ let RuntimeEndpoint = (() => {
|
|
|
102
102
|
RuntimeEndpoint = _classThis = _classDescriptor.value;
|
|
103
103
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
104
104
|
}
|
|
105
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.
|
|
105
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.269.0-alpha.0" };
|
|
106
106
|
/** Uniquely identifies this class. */
|
|
107
107
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.RuntimeEndpoint';
|
|
108
108
|
/**
|
package/lib/runtime/runtime.js
CHANGED
|
@@ -127,7 +127,7 @@ let Runtime = (() => {
|
|
|
127
127
|
Runtime = _classThis = _classDescriptor.value;
|
|
128
128
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
129
129
|
}
|
|
130
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.
|
|
130
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.269.0-alpha.0" };
|
|
131
131
|
/** Uniquely identifies this class. */
|
|
132
132
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Runtime';
|
|
133
133
|
/**
|
package/lib/tools/browser.js
CHANGED
|
@@ -135,7 +135,7 @@ var BrowserSigning;
|
|
|
135
135
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
136
136
|
*/
|
|
137
137
|
class BrowserCustomBase extends aws_cdk_lib_1.Resource {
|
|
138
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.
|
|
138
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.269.0-alpha.0" };
|
|
139
139
|
/**
|
|
140
140
|
* A reference to a BrowserCustom resource.
|
|
141
141
|
*/
|
|
@@ -571,7 +571,7 @@ let BrowserCustom = (() => {
|
|
|
571
571
|
BrowserCustom = _classThis = _classDescriptor.value;
|
|
572
572
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
573
573
|
}
|
|
574
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.
|
|
574
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.269.0-alpha.0" };
|
|
575
575
|
/** Uniquely identifies this class. */
|
|
576
576
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.BrowserCustom';
|
|
577
577
|
/**
|
|
@@ -114,7 +114,7 @@ const CODE_INTERPRETER_TAG_MAX_LENGTH = 256;
|
|
|
114
114
|
* @deprecated Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.
|
|
115
115
|
*/
|
|
116
116
|
class CodeInterpreterCustomBase extends aws_cdk_lib_1.Resource {
|
|
117
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.
|
|
117
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.269.0-alpha.0" };
|
|
118
118
|
/**
|
|
119
119
|
* A reference to a CodeInterpreterCustom resource.
|
|
120
120
|
*/
|
|
@@ -510,7 +510,7 @@ let CodeInterpreterCustom = (() => {
|
|
|
510
510
|
CodeInterpreterCustom = _classThis = _classDescriptor.value;
|
|
511
511
|
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
|
512
512
|
}
|
|
513
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.
|
|
513
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.269.0-alpha.0" };
|
|
514
514
|
/** Uniquely identifies this class. */
|
|
515
515
|
static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.CodeInterpreterCustom';
|
|
516
516
|
/**
|
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.269.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.
|
|
81
|
+
"aws-cdk-lib": "2.269.0",
|
|
82
|
+
"@aws-cdk/aws-bedrock-alpha": "2.269.0-alpha.0",
|
|
83
|
+
"@aws-cdk/cdk-build-tools": "2.269.0-alpha.0",
|
|
84
84
|
"@aws-cdk/integ-runner": "^2.202.3",
|
|
85
|
-
"@aws-cdk/pkglint": "2.
|
|
86
|
-
"@aws-cdk/integ-tests-alpha": "2.
|
|
85
|
+
"@aws-cdk/pkglint": "2.269.0-alpha.0",
|
|
86
|
+
"@aws-cdk/integ-tests-alpha": "2.269.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.269.0",
|
|
94
94
|
"constructs": "^10.5.0",
|
|
95
|
-
"@aws-cdk/aws-bedrock-alpha": "2.
|
|
95
|
+
"@aws-cdk/aws-bedrock-alpha": "2.269.0-alpha.0"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
98
98
|
"node": ">= 20.0.0"
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
},
|
|
172
172
|
"jsiiRosetta": {
|
|
173
173
|
"exampleDependencies": {
|
|
174
|
-
"@aws-cdk/aws-bedrock-alpha": "^2.
|
|
174
|
+
"@aws-cdk/aws-bedrock-alpha": "^2.269.0-alpha.0"
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
}
|