@aws-cdk/aws-bedrock-agentcore-alpha 2.263.0-alpha.0 → 2.265.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.
Files changed (49) hide show
  1. package/.jsii +323 -33
  2. package/.jsii.tabl.json.gz +0 -0
  3. package/lib/evaluation/custom-evaluator.js +1 -1
  4. package/lib/evaluation/data-source.js +1 -1
  5. package/lib/evaluation/evaluator-base.js +1 -1
  6. package/lib/evaluation/evaluator-config.js +2 -2
  7. package/lib/evaluation/evaluator.js +1 -1
  8. package/lib/evaluation/online-evaluation-base.js +1 -1
  9. package/lib/evaluation/online-evaluation.js +1 -1
  10. package/lib/evaluation/types.js +5 -5
  11. package/lib/gateway/gateway-base.js +1 -1
  12. package/lib/gateway/gateway.js +2 -2
  13. package/lib/gateway/inbound-auth/authorizer.js +4 -4
  14. package/lib/gateway/inbound-auth/custom-claim.js +1 -1
  15. package/lib/gateway/interceptor.js +1 -1
  16. package/lib/gateway/outbound-auth/api-key.js +1 -1
  17. package/lib/gateway/outbound-auth/credential-provider.js +1 -1
  18. package/lib/gateway/protocol.js +2 -2
  19. package/lib/gateway/targets/schema/api-schema.js +4 -4
  20. package/lib/gateway/targets/schema/tool-schema.js +4 -4
  21. package/lib/gateway/targets/target-base.js +1 -1
  22. package/lib/gateway/targets/target-configuration.js +6 -6
  23. package/lib/gateway/targets/target.js +1 -1
  24. package/lib/identity/api-key-credential-provider.js +1 -1
  25. package/lib/identity/oauth2-credential-provider.js +1 -1
  26. package/lib/identity/perms.js +3 -3
  27. package/lib/identity/workload-identity.js +1 -1
  28. package/lib/memory/memory-strategy.js +1 -1
  29. package/lib/memory/memory.js +2 -2
  30. package/lib/memory/strategies/managed-strategy.js +1 -1
  31. package/lib/memory/strategies/self-managed-strategy.js +1 -1
  32. package/lib/network/network-configuration.js +4 -4
  33. package/lib/policy/policy-base.js +1 -1
  34. package/lib/policy/policy-engine-base.js +1 -1
  35. package/lib/policy/policy-engine.js +1 -1
  36. package/lib/policy/policy-statement.js +5 -5
  37. package/lib/policy/policy-types.js +1 -1
  38. package/lib/policy/policy.js +1 -1
  39. package/lib/runtime/inbound-auth/custom-claim.js +1 -1
  40. package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +1 -1
  41. package/lib/runtime/observability.js +2 -2
  42. package/lib/runtime/runtime-artifact.js +1 -1
  43. package/lib/runtime/runtime-base.js +1 -1
  44. package/lib/runtime/runtime-endpoint-base.js +1 -1
  45. package/lib/runtime/runtime-endpoint.js +1 -1
  46. package/lib/runtime/runtime.js +1 -1
  47. package/lib/tools/browser.js +2 -2
  48. package/lib/tools/code-interpreter.js +2 -2
  49. package/package.json +9 -9
@@ -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.263.0-alpha.0" };
117
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase", version: "2.265.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.263.0-alpha.0" };
513
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustom", version: "2.265.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.263.0-alpha.0",
3
+ "version": "2.265.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.263.0",
82
- "@aws-cdk/aws-bedrock-alpha": "2.263.0-alpha.0",
83
- "@aws-cdk/cdk-build-tools": "2.263.0-alpha.0",
81
+ "aws-cdk-lib": "2.265.0",
82
+ "@aws-cdk/aws-bedrock-alpha": "2.265.0-alpha.0",
83
+ "@aws-cdk/cdk-build-tools": "2.265.0-alpha.0",
84
84
  "@aws-cdk/integ-runner": "^2.202.3",
85
- "@aws-cdk/pkglint": "2.263.0-alpha.0",
86
- "@aws-cdk/integ-tests-alpha": "2.263.0-alpha.0",
85
+ "@aws-cdk/pkglint": "2.265.0-alpha.0",
86
+ "@aws-cdk/integ-tests-alpha": "2.265.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.263.0",
93
+ "aws-cdk-lib": "^2.265.0",
94
94
  "constructs": "^10.5.0",
95
- "@aws-cdk/aws-bedrock-alpha": "2.263.0-alpha.0"
95
+ "@aws-cdk/aws-bedrock-alpha": "2.265.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.263.0-alpha.0"
174
+ "@aws-cdk/aws-bedrock-alpha": "^2.265.0-alpha.0"
175
175
  }
176
176
  }
177
177
  }