@aws-cdk/aws-bedrock-agentcore-alpha 2.253.0-alpha.0 → 2.253.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/.jsii +3 -3
  2. package/lib/evaluation/custom-evaluator.js +1 -1
  3. package/lib/evaluation/data-source.js +1 -1
  4. package/lib/evaluation/evaluator-base.js +1 -1
  5. package/lib/evaluation/evaluator-config.js +2 -2
  6. package/lib/evaluation/evaluator.js +1 -1
  7. package/lib/evaluation/online-evaluation-base.js +1 -1
  8. package/lib/evaluation/online-evaluation.js +1 -1
  9. package/lib/evaluation/types.js +5 -5
  10. package/lib/gateway/gateway-base.js +1 -1
  11. package/lib/gateway/gateway.js +2 -2
  12. package/lib/gateway/inbound-auth/authorizer.js +4 -4
  13. package/lib/gateway/inbound-auth/custom-claim.js +1 -1
  14. package/lib/gateway/interceptor.js +1 -1
  15. package/lib/gateway/outbound-auth/api-key.js +1 -1
  16. package/lib/gateway/outbound-auth/credential-provider.js +1 -1
  17. package/lib/gateway/protocol.js +2 -2
  18. package/lib/gateway/targets/schema/api-schema.js +4 -4
  19. package/lib/gateway/targets/schema/tool-schema.js +4 -4
  20. package/lib/gateway/targets/target-base.js +1 -1
  21. package/lib/gateway/targets/target-configuration.js +6 -6
  22. package/lib/gateway/targets/target.js +1 -1
  23. package/lib/memory/memory-strategy.js +1 -1
  24. package/lib/memory/memory.js +2 -2
  25. package/lib/memory/strategies/managed-strategy.js +1 -1
  26. package/lib/memory/strategies/self-managed-strategy.js +1 -1
  27. package/lib/network/network-configuration.js +4 -4
  28. package/lib/policy/policy-base.js +1 -1
  29. package/lib/policy/policy-engine-base.js +1 -1
  30. package/lib/policy/policy-engine.js +1 -1
  31. package/lib/policy/policy-statement.js +5 -5
  32. package/lib/policy/policy-types.js +1 -1
  33. package/lib/policy/policy.js +1 -1
  34. package/lib/runtime/inbound-auth/custom-claim.js +1 -1
  35. package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +1 -1
  36. package/lib/runtime/observability.js +2 -2
  37. package/lib/runtime/runtime-artifact.js +1 -1
  38. package/lib/runtime/runtime-base.js +1 -1
  39. package/lib/runtime/runtime-endpoint-base.js +1 -1
  40. package/lib/runtime/runtime-endpoint.js +1 -1
  41. package/lib/runtime/runtime.js +1 -1
  42. package/lib/tools/browser.js +2 -2
  43. package/lib/tools/code-interpreter.js +2 -2
  44. 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.253.0-alpha.0",
12
- "aws-cdk-lib": "^2.253.0",
11
+ "@aws-cdk/aws-bedrock-alpha": "2.253.1-alpha.0",
12
+ "aws-cdk-lib": "^2.253.1",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -39578,6 +39578,6 @@
39578
39578
  "symbolId": "lib/network/network-configuration:VpcConfigProps"
39579
39579
  }
39580
39580
  },
39581
- "version": "2.253.0-alpha.0",
39581
+ "version": "2.253.1-alpha.0",
39582
39582
  "fingerprint": "**********"
39583
39583
  }
@@ -110,7 +110,7 @@ let Evaluator = (() => {
110
110
  Evaluator = _classThis = _classDescriptor.value;
111
111
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
112
112
  }
113
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Evaluator", version: "2.253.0-alpha.0" };
113
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Evaluator", version: "2.253.1-alpha.0" };
114
114
  /** Uniquely identifies this class. */
115
115
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Evaluator';
116
116
  /**
@@ -31,7 +31,7 @@ const validation_helpers_1 = require("./validation-helpers");
31
31
  * });
32
32
  */
33
33
  class DataSourceConfig {
34
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.DataSourceConfig", version: "2.253.0-alpha.0" };
34
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.DataSourceConfig", version: "2.253.1-alpha.0" };
35
35
  /**
36
36
  * Creates a CloudWatch Logs data source configuration.
37
37
  *
@@ -21,7 +21,7 @@ const iam = require("aws-cdk-lib/aws-iam");
21
21
  * Contains methods and attributes valid for evaluators either created with CDK or imported.
22
22
  */
23
23
  class EvaluatorBase extends aws_cdk_lib_1.Resource {
24
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorBase", version: "2.253.0-alpha.0" };
24
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorBase", version: "2.253.1-alpha.0" };
25
25
  constructor(scope, id, props = {}) {
26
26
  super(scope, id, props);
27
27
  }
@@ -25,7 +25,7 @@ const validation_helpers_1 = require("./validation-helpers");
25
25
  * ]);
26
26
  */
27
27
  class EvaluatorRatingScale {
28
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorRatingScale", version: "2.253.0-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorRatingScale", version: "2.253.1-alpha.0" };
29
29
  /**
30
30
  * Creates a categorical rating scale.
31
31
  *
@@ -88,7 +88,7 @@ exports.EvaluatorRatingScale = EvaluatorRatingScale;
88
88
  * });
89
89
  */
90
90
  class EvaluatorConfig {
91
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorConfig", version: "2.253.0-alpha.0" };
91
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorConfig", version: "2.253.1-alpha.0" };
92
92
  /**
93
93
  * Creates an LLM-as-a-Judge evaluator configuration.
94
94
  *
@@ -19,7 +19,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
19
19
  * const custom = agentcore.EvaluatorReference.custom(myCustomEvaluator);
20
20
  */
21
21
  class EvaluatorReference {
22
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorReference", version: "2.253.0-alpha.0" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluatorReference", version: "2.253.1-alpha.0" };
23
23
  /**
24
24
  * Creates a reference to a built-in evaluator.
25
25
  *
@@ -21,7 +21,7 @@ const iam = require("aws-cdk-lib/aws-iam");
21
21
  * Contains methods and attributes valid for configurations either created with CDK or imported.
22
22
  */
23
23
  class OnlineEvaluationBase extends aws_cdk_lib_1.Resource {
24
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OnlineEvaluationBase", version: "2.253.0-alpha.0" };
24
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OnlineEvaluationBase", version: "2.253.1-alpha.0" };
25
25
  constructor(scope, id, props = {}) {
26
26
  super(scope, id, props);
27
27
  }
@@ -93,7 +93,7 @@ let OnlineEvaluationConfig = (() => {
93
93
  OnlineEvaluationConfig = _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.OnlineEvaluationConfig", version: "2.253.0-alpha.0" };
96
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OnlineEvaluationConfig", version: "2.253.1-alpha.0" };
97
97
  /** Uniquely identifies this class. */
98
98
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.OnlineEvaluationConfig';
99
99
  /**
@@ -9,7 +9,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
9
9
  * at various levels (session, trace, or tool call).
10
10
  */
11
11
  class BuiltinEvaluator {
12
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BuiltinEvaluator", version: "2.253.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BuiltinEvaluator", version: "2.253.1-alpha.0" };
13
13
  /**
14
14
  * Evaluates whether the information in the agent's response is factually accurate.
15
15
  */
@@ -78,7 +78,7 @@ exports.BuiltinEvaluator = BuiltinEvaluator;
78
78
  * The execution status of an online evaluation configuration.
79
79
  */
80
80
  class ExecutionStatus {
81
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ExecutionStatus", version: "2.253.0-alpha.0" };
81
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ExecutionStatus", version: "2.253.1-alpha.0" };
82
82
  /**
83
83
  * The evaluation is enabled and actively processing agent traces.
84
84
  */
@@ -103,7 +103,7 @@ exports.ExecutionStatus = ExecutionStatus;
103
103
  * Filter operators for online evaluation filtering.
104
104
  */
105
105
  class FilterOperator {
106
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterOperator", version: "2.253.0-alpha.0" };
106
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterOperator", version: "2.253.1-alpha.0" };
107
107
  /**
108
108
  * Exact equality comparison.
109
109
  */
@@ -157,7 +157,7 @@ exports.FilterOperator = FilterOperator;
157
157
  * - `FilterValue.boolean()` for boolean comparisons
158
158
  */
159
159
  class FilterValue {
160
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterValue", version: "2.253.0-alpha.0" };
160
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.FilterValue", version: "2.253.1-alpha.0" };
161
161
  /**
162
162
  * Creates a string filter value.
163
163
  *
@@ -201,7 +201,7 @@ exports.FilterValue = FilterValue;
201
201
  * Determines what granularity of data the evaluator operates on.
202
202
  */
203
203
  class EvaluationLevel {
204
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluationLevel", version: "2.253.0-alpha.0" };
204
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.EvaluationLevel", version: "2.253.1-alpha.0" };
205
205
  /**
206
206
  * Evaluates individual tool call invocations within a trace.
207
207
  */
@@ -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.253.0-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.253.1-alpha.0" };
29
29
  /**
30
30
  * A reference to a Gateway resource.
31
31
  */
@@ -58,7 +58,7 @@ const validation_helpers_1 = require("./validation-helpers");
58
58
  *
59
59
  */
60
60
  class PolicyEngineMode {
61
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineMode", version: "2.253.0-alpha.0" };
61
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineMode", version: "2.253.1-alpha.0" };
62
62
  /**
63
63
  * Evaluates actions and adds traces but does not enforce decisions.
64
64
  * Use this mode for testing and validation before enabling enforcement.
@@ -120,7 +120,7 @@ let Gateway = (() => {
120
120
  Gateway = _classThis = _classDescriptor.value;
121
121
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
122
122
  }
123
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Gateway", version: "2.253.0-alpha.0" };
123
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Gateway", version: "2.253.1-alpha.0" };
124
124
  /** Uniquely identifies this class. */
125
125
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Gateway';
126
126
  /**
@@ -24,7 +24,7 @@ var GatewayAuthorizerType;
24
24
  * Custom JWT authorizer configuration implementation
25
25
  */
26
26
  class CustomJwtAuthorizer {
27
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.253.0-alpha.0" };
27
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.253.1-alpha.0" };
28
28
  authorizerType = GatewayAuthorizerType.CUSTOM_JWT;
29
29
  discoveryUrl;
30
30
  allowedAudience;
@@ -73,7 +73,7 @@ exports.CustomJwtAuthorizer = CustomJwtAuthorizer;
73
73
  *
74
74
  */
75
75
  class IamAuthorizer {
76
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.253.0-alpha.0" };
76
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.253.1-alpha.0" };
77
77
  authorizerType = GatewayAuthorizerType.AWS_IAM;
78
78
  /**
79
79
  * @internal
@@ -92,7 +92,7 @@ exports.IamAuthorizer = IamAuthorizer;
92
92
  * No authorization configuration implementation
93
93
  */
94
94
  class NoAuthAuthorizer {
95
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NoAuthAuthorizer", version: "2.253.0-alpha.0" };
95
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NoAuthAuthorizer", version: "2.253.1-alpha.0" };
96
96
  authorizerType = GatewayAuthorizerType.NONE;
97
97
  /**
98
98
  * @internal
@@ -106,7 +106,7 @@ exports.NoAuthAuthorizer = NoAuthAuthorizer;
106
106
  * Factory class for creating Gateway Authorizers
107
107
  */
108
108
  class GatewayAuthorizer {
109
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.253.0-alpha.0" };
109
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.253.1-alpha.0" };
110
110
  /**
111
111
  * AWS IAM authorizer instance
112
112
  */
@@ -29,7 +29,7 @@ class GatewayCustomClaim {
29
29
  valueType;
30
30
  operator;
31
31
  value;
32
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.253.0-alpha.0" };
32
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.253.1-alpha.0" };
33
33
  /**
34
34
  * Create a custom claim with a string value.
35
35
  * 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.253.0-alpha.0" };
37
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaInterceptor", version: "2.253.1-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.253.0-alpha.0" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialLocation", version: "2.253.1-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.253.0-alpha.0" };
34
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCredentialProvider", version: "2.253.1-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
@@ -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.253.0-alpha.0" };
24
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayProtocol", version: "2.253.1-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.253.0-alpha.0" };
78
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpProtocolConfiguration", version: "2.253.1-alpha.0" };
79
79
  protocolType;
80
80
  /**
81
81
  * The supported MCP protocol versions
@@ -15,7 +15,7 @@ const base_schema_1 = require("./base-schema");
15
15
  * Represents the concept of an API Schema for a Gateway Target.
16
16
  */
17
17
  class ApiSchema extends base_schema_1.TargetSchema {
18
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema", version: "2.253.0-alpha.0" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema", version: "2.253.1-alpha.0" };
19
19
  /**
20
20
  * Creates an API Schema from a local file.
21
21
  * @param path - the path to the local file containing the OpenAPI schema for the action group
@@ -73,7 +73,7 @@ exports.ApiSchema = ApiSchema;
73
73
  class AssetApiSchema extends ApiSchema {
74
74
  path;
75
75
  options;
76
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetApiSchema", version: "2.253.0-alpha.0" };
76
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetApiSchema", version: "2.253.1-alpha.0" };
77
77
  asset;
78
78
  constructor(path, options = {}) {
79
79
  super();
@@ -135,7 +135,7 @@ exports.AssetApiSchema = AssetApiSchema;
135
135
  */
136
136
  class InlineApiSchema extends ApiSchema {
137
137
  schema;
138
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineApiSchema", version: "2.253.0-alpha.0" };
138
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineApiSchema", version: "2.253.1-alpha.0" };
139
139
  constructor(schema) {
140
140
  super(undefined, undefined, schema);
141
141
  this.schema = schema;
@@ -165,7 +165,7 @@ exports.InlineApiSchema = InlineApiSchema;
165
165
  class S3ApiSchema extends ApiSchema {
166
166
  location;
167
167
  bucketOwnerAccountId;
168
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ApiSchema", version: "2.253.0-alpha.0" };
168
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ApiSchema", version: "2.253.1-alpha.0" };
169
169
  constructor(location, bucketOwnerAccountId) {
170
170
  super(location, bucketOwnerAccountId, undefined);
171
171
  this.location = location;
@@ -30,7 +30,7 @@ var SchemaDefinitionType;
30
30
  * TOOL SCHEMA CLASS
31
31
  *****************************************************************************/
32
32
  class ToolSchema extends base_schema_1.TargetSchema {
33
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema", version: "2.253.0-alpha.0" };
33
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema", version: "2.253.1-alpha.0" };
34
34
  /**
35
35
  * Creates a tool Schema from a local file.
36
36
  * @param path - the path to the local file containing the function schema for the tool
@@ -88,7 +88,7 @@ exports.ToolSchema = ToolSchema;
88
88
  class AssetToolSchema extends ToolSchema {
89
89
  path;
90
90
  options;
91
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetToolSchema", version: "2.253.0-alpha.0" };
91
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetToolSchema", version: "2.253.1-alpha.0" };
92
92
  asset;
93
93
  constructor(path, options = {}) {
94
94
  super();
@@ -141,7 +141,7 @@ exports.AssetToolSchema = AssetToolSchema;
141
141
  */
142
142
  class InlineToolSchema extends ToolSchema {
143
143
  schema;
144
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineToolSchema", version: "2.253.0-alpha.0" };
144
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineToolSchema", version: "2.253.1-alpha.0" };
145
145
  constructor(schema) {
146
146
  super(undefined, undefined, schema);
147
147
  this.schema = schema;
@@ -171,7 +171,7 @@ exports.InlineToolSchema = InlineToolSchema;
171
171
  class S3ToolSchema extends ToolSchema {
172
172
  location;
173
173
  bucketOwnerAccountId;
174
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ToolSchema", version: "2.253.0-alpha.0" };
174
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ToolSchema", version: "2.253.1-alpha.0" };
175
175
  constructor(location, bucketOwnerAccountId) {
176
176
  super(location, bucketOwnerAccountId, undefined);
177
177
  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.253.0-alpha.0" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase", version: "2.253.1-alpha.0" };
45
45
  /**
46
46
  * A reference to a GatewayTarget resource.
47
47
  */
@@ -19,7 +19,7 @@ const target_base_1 = require("./target-base");
19
19
  * Provides common functionality for all MCP target types
20
20
  */
21
21
  class McpTargetConfiguration {
22
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.253.0-alpha.0" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.253.1-alpha.0" };
23
23
  /**
24
24
  * Renders the configuration as CloudFormation properties
25
25
  * @internal
@@ -41,7 +41,7 @@ exports.McpTargetConfiguration = McpTargetConfiguration;
41
41
  * allowing the gateway to invoke the function to provide tool capabilities.
42
42
  */
43
43
  class LambdaTargetConfiguration extends McpTargetConfiguration {
44
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.253.0-alpha.0" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.253.1-alpha.0" };
45
45
  /**
46
46
  * Create a Lambda target configuration
47
47
  *
@@ -131,7 +131,7 @@ exports.LambdaTargetConfiguration = LambdaTargetConfiguration;
131
131
  * allowing the gateway to transform API operations into tool calls.
132
132
  */
133
133
  class OpenApiTargetConfiguration extends McpTargetConfiguration {
134
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.253.0-alpha.0" };
134
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.253.1-alpha.0" };
135
135
  /**
136
136
  * Create an OpenAPI target configuration
137
137
  *
@@ -249,7 +249,7 @@ exports.OpenApiTargetConfiguration = OpenApiTargetConfiguration;
249
249
  * allowing the gateway to transform Smithy operations into tool calls.
250
250
  */
251
251
  class SmithyTargetConfiguration extends McpTargetConfiguration {
252
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.253.0-alpha.0" };
252
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.253.1-alpha.0" };
253
253
  /**
254
254
  * Create a Smithy target configuration
255
255
  *
@@ -331,7 +331,7 @@ exports.SmithyTargetConfiguration = SmithyTargetConfiguration;
331
331
  * synchronization.
332
332
  */
333
333
  class McpServerTargetConfiguration extends McpTargetConfiguration {
334
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.253.0-alpha.0" };
334
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.253.1-alpha.0" };
335
335
  /**
336
336
  * Create an MCP server target configuration
337
337
  *
@@ -445,7 +445,7 @@ var ApiGatewayHttpMethod;
445
445
  * - Proxy resources (e.g., `/pets/{proxy+}`) are not supported
446
446
  */
447
447
  class ApiGatewayTargetConfiguration extends McpTargetConfiguration {
448
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.253.0-alpha.0" };
448
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.253.1-alpha.0" };
449
449
  /**
450
450
  * Create an API Gateway target configuration
451
451
  *
@@ -80,7 +80,7 @@ let GatewayTarget = (() => {
80
80
  GatewayTarget = _classThis = _classDescriptor.value;
81
81
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
82
82
  }
83
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTarget", version: "2.253.0-alpha.0" };
83
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTarget", version: "2.253.1-alpha.0" };
84
84
  /** Uniquely identifies this class. */
85
85
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.GatewayTarget';
86
86
  /**
@@ -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.253.0-alpha.0" };
59
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryStrategy", version: "2.253.1-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.
@@ -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.253.0-alpha.0" };
90
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase", version: "2.253.1-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.253.0-alpha.0" };
372
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Memory", version: "2.253.1-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.253.0-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ManagedMemoryStrategy", version: "2.253.1-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.253.0-alpha.0" };
89
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SelfManagedMemoryStrategy", version: "2.253.1-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.253.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.253.1-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.253.0-alpha.0" };
90
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.253.1-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.253.0-alpha.0" };
136
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.253.1-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.253.0-alpha.0" };
190
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.253.1-alpha.0" };
191
191
  /**
192
192
  * Creates a public network configuration. PUBLIC is the default network mode.
193
193
  * @returns A RuntimeNetworkConfiguration.
@@ -15,7 +15,7 @@ const perms_1 = require("./perms");
15
15
  * Contains methods and attributes valid for Policies either created with CDK or imported.
16
16
  */
17
17
  class PolicyBase extends aws_cdk_lib_1.Resource {
18
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyBase", version: "2.253.0-alpha.0" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyBase", version: "2.253.1-alpha.0" };
19
19
  /**
20
20
  * A reference to this Policy resource.
21
21
  */
@@ -16,7 +16,7 @@ const perms_1 = require("./perms");
16
16
  * Contains methods and attributes valid for PolicyEngines either created with CDK or imported.
17
17
  */
18
18
  class PolicyEngineBase extends aws_cdk_lib_1.Resource {
19
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineBase", version: "2.253.0-alpha.0" };
19
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngineBase", version: "2.253.1-alpha.0" };
20
20
  /**
21
21
  * A reference to this PolicyEngine resource.
22
22
  */
@@ -85,7 +85,7 @@ let PolicyEngine = (() => {
85
85
  PolicyEngine = _classThis = _classDescriptor.value;
86
86
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
87
87
  }
88
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngine", version: "2.253.0-alpha.0" };
88
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyEngine", version: "2.253.1-alpha.0" };
89
89
  /** Uniquely identifies this class. */
90
90
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.PolicyEngine';
91
91
  /**
@@ -107,7 +107,7 @@ class ConditionExpression {
107
107
  * Supports logical operators (AND, OR) and various comparison operators.
108
108
  */
109
109
  class ConditionBuilder {
110
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionBuilder", version: "2.253.0-alpha.0" };
110
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionBuilder", version: "2.253.1-alpha.0" };
111
111
  conditions = [];
112
112
  operators = [];
113
113
  /**
@@ -194,7 +194,7 @@ exports.ConditionBuilder = ConditionBuilder;
194
194
  class ConditionalPolicyStatement {
195
195
  policyStatement;
196
196
  conditionBuilder;
197
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalPolicyStatement", version: "2.253.0-alpha.0" };
197
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalPolicyStatement", version: "2.253.1-alpha.0" };
198
198
  constructor(policyStatement, conditionBuilder) {
199
199
  this.policyStatement = policyStatement;
200
200
  this.conditionBuilder = conditionBuilder;
@@ -273,7 +273,7 @@ class ConditionalAttributeAccessor {
273
273
  path;
274
274
  parent;
275
275
  conditionBuilder;
276
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalAttributeAccessor", version: "2.253.0-alpha.0" };
276
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ConditionalAttributeAccessor", version: "2.253.1-alpha.0" };
277
277
  constructor(path, parent, conditionBuilder) {
278
278
  this.path = path;
279
279
  this.parent = parent;
@@ -365,7 +365,7 @@ exports.ConditionalAttributeAccessor = ConditionalAttributeAccessor;
365
365
  class AttributeAccessor {
366
366
  path;
367
367
  parent;
368
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AttributeAccessor", version: "2.253.0-alpha.0" };
368
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AttributeAccessor", version: "2.253.1-alpha.0" };
369
369
  constructor(path, parent) {
370
370
  this.path = path;
371
371
  this.parent = parent;
@@ -552,7 +552,7 @@ exports.AttributeAccessor = AttributeAccessor;
552
552
  * });
553
553
  */
554
554
  class PolicyStatement {
555
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyStatement", version: "2.253.0-alpha.0" };
555
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyStatement", version: "2.253.1-alpha.0" };
556
556
  /**
557
557
  * Create a permit statement - allows the action if conditions are met.
558
558
  *
@@ -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.253.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.PolicyValidationMode", version: "2.253.1-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.
@@ -69,7 +69,7 @@ let Policy = (() => {
69
69
  Policy = _classThis = _classDescriptor.value;
70
70
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
71
71
  }
72
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Policy", version: "2.253.0-alpha.0" };
72
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Policy", version: "2.253.1-alpha.0" };
73
73
  /** Uniquely identifies this class. */
74
74
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Policy';
75
75
  /**
@@ -29,7 +29,7 @@ class RuntimeCustomClaim {
29
29
  valueType;
30
30
  operator;
31
31
  value;
32
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.253.0-alpha.0" };
32
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.253.1-alpha.0" };
33
33
  /**
34
34
  * Create a custom claim with a string value.
35
35
  * String claims must use the EQUALS operator.
@@ -22,7 +22,7 @@ const helpers_internal_1 = require("aws-cdk-lib/core/lib/helpers-internal");
22
22
  * Provides static factory methods to create different authentication types.
23
23
  */
24
24
  class RuntimeAuthorizerConfiguration {
25
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.253.0-alpha.0" };
25
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.253.1-alpha.0" };
26
26
  /**
27
27
  * Use IAM authentication (default).
28
28
  * Requires AWS credentials to sign requests using SigV4.
@@ -18,7 +18,7 @@ const MAX_DELIVERY_NAME_LENGTH = 60;
18
18
  */
19
19
  class LogType {
20
20
  value;
21
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LogType", version: "2.253.0-alpha.0" };
21
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LogType", version: "2.253.1-alpha.0" };
22
22
  /**
23
23
  * Application logs for agent runtime invocations
24
24
  */
@@ -53,7 +53,7 @@ exports.LogType = LogType;
53
53
  * - `LoggingDestination.firehose(stream)` - Send logs to Kinesis Data Firehose
54
54
  */
55
55
  class LoggingDestination {
56
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LoggingDestination", version: "2.253.0-alpha.0" };
56
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LoggingDestination", version: "2.253.1-alpha.0" };
57
57
  /**
58
58
  * Create a logging destination that sends logs to a CloudWatch Log Group
59
59
  *
@@ -49,7 +49,7 @@ var AgentCoreRuntime;
49
49
  * Provides methods to reference container images from ECR repositories or local assets.
50
50
  */
51
51
  class AgentRuntimeArtifact {
52
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.253.0-alpha.0" };
52
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.253.1-alpha.0" };
53
53
  /**
54
54
  * Reference an image in an ECR repository
55
55
  */
@@ -15,7 +15,7 @@ const perms_1 = require("./perms");
15
15
  * Base class for Agent Runtime
16
16
  */
17
17
  class RuntimeBase extends aws_cdk_lib_1.Resource {
18
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.253.0-alpha.0" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.253.1-alpha.0" };
19
19
  /**
20
20
  * A reference to a Runtime resource.
21
21
  */
@@ -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.253.0-alpha.0" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.253.1-alpha.0" };
14
14
  /**
15
15
  * A reference to a RuntimeEndpoint resource.
16
16
  */
@@ -69,7 +69,7 @@ let RuntimeEndpoint = (() => {
69
69
  RuntimeEndpoint = _classThis = _classDescriptor.value;
70
70
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
71
71
  }
72
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.253.0-alpha.0" };
72
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.253.1-alpha.0" };
73
73
  /** Uniquely identifies this class. */
74
74
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.RuntimeEndpoint';
75
75
  /**
@@ -94,7 +94,7 @@ let Runtime = (() => {
94
94
  Runtime = _classThis = _classDescriptor.value;
95
95
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
96
96
  }
97
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.253.0-alpha.0" };
97
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.253.1-alpha.0" };
98
98
  /** Uniquely identifies this class. */
99
99
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Runtime';
100
100
  /**
@@ -100,7 +100,7 @@ var BrowserSigning;
100
100
  * Contains methods and attributes valid for Browsers either created with CDK or imported.
101
101
  */
102
102
  class BrowserCustomBase extends aws_cdk_lib_1.Resource {
103
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.253.0-alpha.0" };
103
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.253.1-alpha.0" };
104
104
  /**
105
105
  * A reference to a BrowserCustom resource.
106
106
  */
@@ -374,7 +374,7 @@ let BrowserCustom = (() => {
374
374
  BrowserCustom = _classThis = _classDescriptor.value;
375
375
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
376
376
  }
377
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.253.0-alpha.0" };
377
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.253.1-alpha.0" };
378
378
  /** Uniquely identifies this class. */
379
379
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.BrowserCustom';
380
380
  /**
@@ -80,7 +80,7 @@ const CODE_INTERPRETER_TAG_MAX_LENGTH = 256;
80
80
  * Contains methods and attributes valid for Code Interpreters either created with CDK or imported.
81
81
  */
82
82
  class CodeInterpreterCustomBase extends aws_cdk_lib_1.Resource {
83
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.253.0-alpha.0" };
83
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.253.1-alpha.0" };
84
84
  /**
85
85
  * A reference to a CodeInterpreterCustom resource.
86
86
  */
@@ -332,7 +332,7 @@ let CodeInterpreterCustom = (() => {
332
332
  CodeInterpreterCustom = _classThis = _classDescriptor.value;
333
333
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
334
334
  }
335
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.253.0-alpha.0" };
335
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.253.1-alpha.0" };
336
336
  /** Uniquely identifies this class. */
337
337
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.CodeInterpreterCustom';
338
338
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-bedrock-agentcore-alpha",
3
- "version": "2.253.0-alpha.0",
3
+ "version": "2.253.1-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.253.0",
82
- "@aws-cdk/aws-bedrock-alpha": "2.253.0-alpha.0",
83
- "@aws-cdk/cdk-build-tools": "2.253.0-alpha.0",
81
+ "aws-cdk-lib": "2.253.1",
82
+ "@aws-cdk/aws-bedrock-alpha": "2.253.1-alpha.0",
83
+ "@aws-cdk/cdk-build-tools": "2.253.1-alpha.0",
84
84
  "@aws-cdk/integ-runner": "^2.197.1",
85
- "@aws-cdk/pkglint": "2.253.0-alpha.0",
86
- "@aws-cdk/integ-tests-alpha": "2.253.0-alpha.0",
85
+ "@aws-cdk/pkglint": "2.253.1-alpha.0",
86
+ "@aws-cdk/integ-tests-alpha": "2.253.1-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.253.0",
93
+ "aws-cdk-lib": "^2.253.1",
94
94
  "constructs": "^10.5.0",
95
- "@aws-cdk/aws-bedrock-alpha": "2.253.0-alpha.0"
95
+ "@aws-cdk/aws-bedrock-alpha": "2.253.1-alpha.0"
96
96
  },
97
97
  "engines": {
98
98
  "node": ">= 20.0.0"
@@ -163,7 +163,7 @@
163
163
  },
164
164
  "jsiiRosetta": {
165
165
  "exampleDependencies": {
166
- "@aws-cdk/aws-bedrock-alpha": "^2.253.0-alpha.0"
166
+ "@aws-cdk/aws-bedrock-alpha": "^2.253.1-alpha.0"
167
167
  }
168
168
  }
169
169
  }