@aws-cdk/aws-bedrock-agentcore-alpha 2.245.0-alpha.0 → 2.246.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 CHANGED
@@ -8,8 +8,8 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-cdk/aws-bedrock-alpha": "2.245.0-alpha.0",
12
- "aws-cdk-lib": "^2.245.0",
11
+ "@aws-cdk/aws-bedrock-alpha": "2.246.0-alpha.0",
12
+ "aws-cdk-lib": "^2.246.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -30835,6 +30835,6 @@
30835
30835
  "symbolId": "lib/network/network-configuration:VpcConfigProps"
30836
30836
  }
30837
30837
  },
30838
- "version": "2.245.0-alpha.0",
30838
+ "version": "2.246.0-alpha.0",
30839
30839
  "fingerprint": "**********"
30840
30840
  }
Binary file
@@ -25,7 +25,7 @@ var GatewayExceptionLevel;
25
25
  * Base Class
26
26
  *****************************************************************************/
27
27
  class GatewayBase extends aws_cdk_lib_1.Resource {
28
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.245.0-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.246.0-alpha.0" };
29
29
  /**
30
30
  * A reference to a Gateway resource.
31
31
  */
@@ -94,7 +94,7 @@ let Gateway = (() => {
94
94
  Gateway = _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.Gateway", version: "2.245.0-alpha.0" };
97
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Gateway", version: "2.246.0-alpha.0" };
98
98
  /** Uniquely identifies this class. */
99
99
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Gateway';
100
100
  /**
@@ -21,7 +21,7 @@ var GatewayAuthorizerType;
21
21
  * Custom JWT authorizer configuration implementation
22
22
  */
23
23
  class CustomJwtAuthorizer {
24
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.245.0-alpha.0" };
24
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CustomJwtAuthorizer", version: "2.246.0-alpha.0" };
25
25
  authorizerType = GatewayAuthorizerType.CUSTOM_JWT;
26
26
  discoveryUrl;
27
27
  allowedAudience;
@@ -70,7 +70,7 @@ exports.CustomJwtAuthorizer = CustomJwtAuthorizer;
70
70
  *
71
71
  */
72
72
  class IamAuthorizer {
73
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.245.0-alpha.0" };
73
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.IamAuthorizer", version: "2.246.0-alpha.0" };
74
74
  authorizerType = GatewayAuthorizerType.AWS_IAM;
75
75
  /**
76
76
  * @internal
@@ -86,7 +86,7 @@ exports.IamAuthorizer = IamAuthorizer;
86
86
  * Factory class for creating Gateway Authorizers
87
87
  */
88
88
  class GatewayAuthorizer {
89
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.245.0-alpha.0" };
89
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayAuthorizer", version: "2.246.0-alpha.0" };
90
90
  /**
91
91
  * AWS IAM authorizer instance
92
92
  */
@@ -28,7 +28,7 @@ class GatewayCustomClaim {
28
28
  valueType;
29
29
  operator;
30
30
  value;
31
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.245.0-alpha.0" };
31
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCustomClaim", version: "2.246.0-alpha.0" };
32
32
  /**
33
33
  * Create a custom claim with a string value.
34
34
  * String claims must use the EQUALS operator.
@@ -34,7 +34,7 @@ var InterceptionPoint;
34
34
  * @see https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-interceptors.html
35
35
  */
36
36
  class LambdaInterceptor {
37
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaInterceptor", version: "2.245.0-alpha.0" };
37
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaInterceptor", version: "2.246.0-alpha.0" };
38
38
  /**
39
39
  * Create a REQUEST interceptor that executes before the gateway calls the target
40
40
  *
@@ -19,7 +19,7 @@ var ApiKeyCredentialLocationType;
19
19
  * API Key location within the request
20
20
  */
21
21
  class ApiKeyCredentialLocation {
22
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialLocation", version: "2.245.0-alpha.0" };
22
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiKeyCredentialLocation", version: "2.246.0-alpha.0" };
23
23
  /**
24
24
  * Create a header-based API key credential location
25
25
  * @param config - Optional configuration for the credential location
@@ -31,7 +31,7 @@ var CredentialProviderType;
31
31
  * Factory class for creating different Gateway Credential Providers
32
32
  */
33
33
  class GatewayCredentialProvider {
34
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCredentialProvider", version: "2.245.0-alpha.0" };
34
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayCredentialProvider", version: "2.246.0-alpha.0" };
35
35
  /**
36
36
  * Create an API key credential provider from Identity ARN
37
37
  * Use this method when you have the Identity ARN as a string
@@ -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.245.0-alpha.0" };
24
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayProtocol", version: "2.246.0-alpha.0" };
25
25
  /**
26
26
  * Create an MCP protocol configuration
27
27
  * @param props - Optional MCP configuration properties
@@ -75,7 +75,7 @@ var McpGatewaySearchType;
75
75
  * MCP (Model Context Protocol) configuration implementation
76
76
  */
77
77
  class McpProtocolConfiguration {
78
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpProtocolConfiguration", version: "2.245.0-alpha.0" };
78
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpProtocolConfiguration", version: "2.246.0-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.245.0-alpha.0" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema", version: "2.246.0-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.245.0-alpha.0" };
76
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetApiSchema", version: "2.246.0-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.245.0-alpha.0" };
138
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineApiSchema", version: "2.246.0-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.245.0-alpha.0" };
168
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ApiSchema", version: "2.246.0-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.245.0-alpha.0" };
33
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema", version: "2.246.0-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.245.0-alpha.0" };
91
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AssetToolSchema", version: "2.246.0-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.245.0-alpha.0" };
144
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.InlineToolSchema", version: "2.246.0-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.245.0-alpha.0" };
174
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.S3ToolSchema", version: "2.246.0-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.245.0-alpha.0" };
44
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase", version: "2.246.0-alpha.0" };
45
45
  /**
46
46
  * A reference to a GatewayTarget resource.
47
47
  */
@@ -18,7 +18,7 @@ const target_base_1 = require("./target-base");
18
18
  * Provides common functionality for all MCP target types
19
19
  */
20
20
  class McpTargetConfiguration {
21
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.245.0-alpha.0" };
21
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration", version: "2.246.0-alpha.0" };
22
22
  /**
23
23
  * Renders the configuration as CloudFormation properties
24
24
  * @internal
@@ -40,7 +40,7 @@ exports.McpTargetConfiguration = McpTargetConfiguration;
40
40
  * allowing the gateway to invoke the function to provide tool capabilities.
41
41
  */
42
42
  class LambdaTargetConfiguration extends McpTargetConfiguration {
43
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.245.0-alpha.0" };
43
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.LambdaTargetConfiguration", version: "2.246.0-alpha.0" };
44
44
  /**
45
45
  * Create a Lambda target configuration
46
46
  *
@@ -130,7 +130,7 @@ exports.LambdaTargetConfiguration = LambdaTargetConfiguration;
130
130
  * allowing the gateway to transform API operations into tool calls.
131
131
  */
132
132
  class OpenApiTargetConfiguration extends McpTargetConfiguration {
133
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.245.0-alpha.0" };
133
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.OpenApiTargetConfiguration", version: "2.246.0-alpha.0" };
134
134
  /**
135
135
  * Create an OpenAPI target configuration
136
136
  *
@@ -248,7 +248,7 @@ exports.OpenApiTargetConfiguration = OpenApiTargetConfiguration;
248
248
  * allowing the gateway to transform Smithy operations into tool calls.
249
249
  */
250
250
  class SmithyTargetConfiguration extends McpTargetConfiguration {
251
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.245.0-alpha.0" };
251
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SmithyTargetConfiguration", version: "2.246.0-alpha.0" };
252
252
  /**
253
253
  * Create a Smithy target configuration
254
254
  *
@@ -330,7 +330,7 @@ exports.SmithyTargetConfiguration = SmithyTargetConfiguration;
330
330
  * synchronization.
331
331
  */
332
332
  class McpServerTargetConfiguration extends McpTargetConfiguration {
333
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.245.0-alpha.0" };
333
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.McpServerTargetConfiguration", version: "2.246.0-alpha.0" };
334
334
  /**
335
335
  * Create an MCP server target configuration
336
336
  *
@@ -444,7 +444,7 @@ var ApiGatewayHttpMethod;
444
444
  * - Proxy resources (e.g., `/pets/{proxy+}`) are not supported
445
445
  */
446
446
  class ApiGatewayTargetConfiguration extends McpTargetConfiguration {
447
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.245.0-alpha.0" };
447
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ApiGatewayTargetConfiguration", version: "2.246.0-alpha.0" };
448
448
  /**
449
449
  * Create an API Gateway target configuration
450
450
  *
@@ -79,7 +79,7 @@ let GatewayTarget = (() => {
79
79
  GatewayTarget = _classThis = _classDescriptor.value;
80
80
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
81
81
  }
82
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTarget", version: "2.245.0-alpha.0" };
82
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTarget", version: "2.246.0-alpha.0" };
83
83
  /** Uniquely identifies this class. */
84
84
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.GatewayTarget';
85
85
  /**
@@ -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.245.0-alpha.0" };
59
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryStrategy", version: "2.246.0-alpha.0" };
60
60
  /**
61
61
  * Default strategies for organizing and extracting memory data, each optimized for specific use cases.
62
62
  * This strategy compresses conversations into concise overviews, preserving essential context and key insights for quick recall.
@@ -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.245.0-alpha.0" };
90
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.MemoryBase", version: "2.246.0-alpha.0" };
91
91
  /**
92
92
  * A reference to a Memory resource.
93
93
  */
@@ -369,7 +369,7 @@ let Memory = (() => {
369
369
  Memory = _classThis = _classDescriptor.value;
370
370
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
371
371
  }
372
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Memory", version: "2.245.0-alpha.0" };
372
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Memory", version: "2.246.0-alpha.0" };
373
373
  /** Uniquely identifies this class. */
374
374
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Memory';
375
375
  /**
@@ -25,7 +25,7 @@ const PROMPT_MAX_LENGTH = 30000;
25
25
  * with specific models and prompt templates.
26
26
  */
27
27
  class ManagedMemoryStrategy {
28
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ManagedMemoryStrategy", version: "2.245.0-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.ManagedMemoryStrategy", version: "2.246.0-alpha.0" };
29
29
  name;
30
30
  description;
31
31
  /**
@@ -86,7 +86,7 @@ const DEFAULT_TOKEN_BASED_TRIGGER = 100;
86
86
  * Use AgentCore memory for event storage with custom triggers. Define memory processing logic in your own environment.
87
87
  */
88
88
  class SelfManagedMemoryStrategy {
89
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SelfManagedMemoryStrategy", version: "2.245.0-alpha.0" };
89
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.SelfManagedMemoryStrategy", version: "2.246.0-alpha.0" };
90
90
  name;
91
91
  description;
92
92
  strategyType;
@@ -8,7 +8,7 @@ const ec2 = require("aws-cdk-lib/aws-ec2");
8
8
  * Abstract base class for network configuration.
9
9
  */
10
10
  class NetworkConfiguration {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.245.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.NetworkConfiguration", version: "2.246.0-alpha.0" };
12
12
  /**
13
13
  * The network mode to use.
14
14
  * Configure the security level for agent
@@ -87,7 +87,7 @@ exports.NetworkConfiguration = NetworkConfiguration;
87
87
  * Network configuration for the Browser tool.
88
88
  */
89
89
  class BrowserNetworkConfiguration extends NetworkConfiguration {
90
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.245.0-alpha.0" };
90
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserNetworkConfiguration", version: "2.246.0-alpha.0" };
91
91
  /**
92
92
  * Creates a public network configuration. PUBLIC is the default network mode.
93
93
  * @returns A BrowserNetworkConfiguration.
@@ -133,7 +133,7 @@ exports.BrowserNetworkConfiguration = BrowserNetworkConfiguration;
133
133
  * Network configuration for the Code Interpreter tool.
134
134
  */
135
135
  class CodeInterpreterNetworkConfiguration extends NetworkConfiguration {
136
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.245.0-alpha.0" };
136
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterNetworkConfiguration", version: "2.246.0-alpha.0" };
137
137
  /**
138
138
  * Creates a public network configuration.
139
139
  * @returns A CodeInterpreterNetworkConfiguration.
@@ -187,7 +187,7 @@ exports.CodeInterpreterNetworkConfiguration = CodeInterpreterNetworkConfiguratio
187
187
  * Network configuration for the Runtime.
188
188
  */
189
189
  class RuntimeNetworkConfiguration extends NetworkConfiguration {
190
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.245.0-alpha.0" };
190
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeNetworkConfiguration", version: "2.246.0-alpha.0" };
191
191
  /**
192
192
  * Creates a public network configuration. PUBLIC is the default network mode.
193
193
  * @returns A RuntimeNetworkConfiguration.
@@ -28,7 +28,7 @@ class RuntimeCustomClaim {
28
28
  valueType;
29
29
  operator;
30
30
  value;
31
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.245.0-alpha.0" };
31
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeCustomClaim", version: "2.246.0-alpha.0" };
32
32
  /**
33
33
  * Create a custom claim with a string value.
34
34
  * String claims must use the EQUALS operator.
@@ -21,7 +21,7 @@ const errors_1 = require("aws-cdk-lib/core/lib/errors");
21
21
  * Provides static factory methods to create different authentication types.
22
22
  */
23
23
  class RuntimeAuthorizerConfiguration {
24
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.245.0-alpha.0" };
24
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeAuthorizerConfiguration", version: "2.246.0-alpha.0" };
25
25
  /**
26
26
  * Use IAM authentication (default).
27
27
  * Requires AWS credentials to sign requests using SigV4.
@@ -48,7 +48,7 @@ var AgentCoreRuntime;
48
48
  * Provides methods to reference container images from ECR repositories or local assets.
49
49
  */
50
50
  class AgentRuntimeArtifact {
51
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.245.0-alpha.0" };
51
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.AgentRuntimeArtifact", version: "2.246.0-alpha.0" };
52
52
  /**
53
53
  * Reference an image in an ECR repository
54
54
  */
@@ -14,7 +14,7 @@ const perms_1 = require("./perms");
14
14
  * Base class for Agent Runtime
15
15
  */
16
16
  class RuntimeBase extends aws_cdk_lib_1.Resource {
17
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.245.0-alpha.0" };
17
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase", version: "2.246.0-alpha.0" };
18
18
  /**
19
19
  * A reference to a Runtime resource.
20
20
  */
@@ -10,7 +10,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
10
10
  * Base class for Runtime Endpoint
11
11
  */
12
12
  class RuntimeEndpointBase extends aws_cdk_lib_1.Resource {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.245.0-alpha.0" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase", version: "2.246.0-alpha.0" };
14
14
  /**
15
15
  * A reference to a RuntimeEndpoint resource.
16
16
  */
@@ -68,7 +68,7 @@ let RuntimeEndpoint = (() => {
68
68
  RuntimeEndpoint = _classThis = _classDescriptor.value;
69
69
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
70
70
  }
71
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.245.0-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpoint", version: "2.246.0-alpha.0" };
72
72
  /** Uniquely identifies this class. */
73
73
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.RuntimeEndpoint';
74
74
  /**
@@ -92,7 +92,7 @@ let Runtime = (() => {
92
92
  Runtime = _classThis = _classDescriptor.value;
93
93
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
94
94
  }
95
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.245.0-alpha.0" };
95
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.Runtime", version: "2.246.0-alpha.0" };
96
96
  /** Uniquely identifies this class. */
97
97
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.Runtime';
98
98
  /**
@@ -99,7 +99,7 @@ var BrowserSigning;
99
99
  * Contains methods and attributes valid for Browsers either created with CDK or imported.
100
100
  */
101
101
  class BrowserCustomBase extends aws_cdk_lib_1.Resource {
102
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.245.0-alpha.0" };
102
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase", version: "2.246.0-alpha.0" };
103
103
  /**
104
104
  * A reference to a BrowserCustom resource.
105
105
  */
@@ -373,7 +373,7 @@ let BrowserCustom = (() => {
373
373
  BrowserCustom = _classThis = _classDescriptor.value;
374
374
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
375
375
  }
376
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.245.0-alpha.0" };
376
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustom", version: "2.246.0-alpha.0" };
377
377
  /** Uniquely identifies this class. */
378
378
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.BrowserCustom';
379
379
  /**
@@ -79,7 +79,7 @@ const CODE_INTERPRETER_TAG_MAX_LENGTH = 256;
79
79
  * Contains methods and attributes valid for Code Interpreters either created with CDK or imported.
80
80
  */
81
81
  class CodeInterpreterCustomBase extends aws_cdk_lib_1.Resource {
82
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.245.0-alpha.0" };
82
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.246.0-alpha.0" };
83
83
  /**
84
84
  * A reference to a CodeInterpreterCustom resource.
85
85
  */
@@ -331,7 +331,7 @@ let CodeInterpreterCustom = (() => {
331
331
  CodeInterpreterCustom = _classThis = _classDescriptor.value;
332
332
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
333
333
  }
334
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.245.0-alpha.0" };
334
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.246.0-alpha.0" };
335
335
  /** Uniquely identifies this class. */
336
336
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-bedrock-agentcore-alpha.CodeInterpreterCustom';
337
337
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-bedrock-agentcore-alpha",
3
- "version": "2.245.0-alpha.0",
3
+ "version": "2.246.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.245.0",
82
- "@aws-cdk/aws-bedrock-alpha": "2.245.0-alpha.0",
83
- "@aws-cdk/cdk-build-tools": "2.245.0-alpha.0",
81
+ "aws-cdk-lib": "2.246.0",
82
+ "@aws-cdk/aws-bedrock-alpha": "2.246.0-alpha.0",
83
+ "@aws-cdk/cdk-build-tools": "2.246.0-alpha.0",
84
84
  "@aws-cdk/integ-runner": "^2.197.1",
85
- "@aws-cdk/pkglint": "2.245.0-alpha.0",
86
- "@aws-cdk/integ-tests-alpha": "2.245.0-alpha.0",
85
+ "@aws-cdk/pkglint": "2.246.0-alpha.0",
86
+ "@aws-cdk/integ-tests-alpha": "2.246.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.245.0",
93
+ "aws-cdk-lib": "^2.246.0",
94
94
  "constructs": "^10.5.0",
95
- "@aws-cdk/aws-bedrock-alpha": "2.245.0-alpha.0"
95
+ "@aws-cdk/aws-bedrock-alpha": "2.246.0-alpha.0"
96
96
  },
97
97
  "engines": {
98
98
  "node": ">= 20.0.0"
@@ -162,7 +162,7 @@
162
162
  },
163
163
  "jsiiRosetta": {
164
164
  "exampleDependencies": {
165
- "@aws-cdk/aws-bedrock-alpha": "^2.245.0-alpha.0"
165
+ "@aws-cdk/aws-bedrock-alpha": "^2.246.0-alpha.0"
166
166
  }
167
167
  }
168
168
  }