@aws-cdk/aws-elasticache-alpha 2.256.0-alpha.0 → 2.257.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,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.256.0",
11
+ "aws-cdk-lib": "^2.257.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -525,6 +525,19 @@
525
525
  }
526
526
  }
527
527
  },
528
+ "aws-cdk-lib.aws_awsexternalanthropic": {
529
+ "targets": {
530
+ "dotnet": {
531
+ "namespace": "Amazon.CDK.AWS.AWSExternalAnthropic"
532
+ },
533
+ "java": {
534
+ "package": "software.amazon.awscdk.services.awsexternalanthropic"
535
+ },
536
+ "python": {
537
+ "module": "aws_cdk.aws_awsexternalanthropic"
538
+ }
539
+ }
540
+ },
528
541
  "aws-cdk-lib.aws_b2bi": {
529
542
  "targets": {
530
543
  "dotnet": {
@@ -4702,6 +4715,22 @@
4702
4715
  }
4703
4716
  }
4704
4717
  },
4718
+ "aws-cdk-lib.interfaces.aws_awsexternalanthropic": {
4719
+ "targets": {
4720
+ "dotnet": {
4721
+ "namespace": "Amazon.CDK.Interfaces.AWSExternalAnthropic"
4722
+ },
4723
+ "go": {
4724
+ "packageName": "interfacesawsawsexternalanthropic"
4725
+ },
4726
+ "java": {
4727
+ "package": "software.amazon.awscdk.interfaces.awsexternalanthropic"
4728
+ },
4729
+ "python": {
4730
+ "module": "aws_cdk.interfaces.aws_awsexternalanthropic"
4731
+ }
4732
+ }
4733
+ },
4705
4734
  "aws-cdk-lib.interfaces.aws_b2bi": {
4706
4735
  "targets": {
4707
4736
  "dotnet": {
@@ -13828,6 +13857,6 @@
13828
13857
  "symbolId": "lib/user-group:UserGroupProps"
13829
13858
  }
13830
13859
  },
13831
- "version": "2.256.0-alpha.0",
13860
+ "version": "2.257.0-alpha.0",
13832
13861
  "fingerprint": "**********"
13833
13862
  }
@@ -9,7 +9,7 @@ const iam = require("aws-cdk-lib/aws-iam");
9
9
  * Collection of grant methods for a IServerlessCacheRef
10
10
  */
11
11
  class ServerlessCacheGrants {
12
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheGrants", version: "2.256.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheGrants", version: "2.257.0-alpha.0" };
13
13
  /**
14
14
  * Creates grants for ServerlessCacheGrants
15
15
  */
package/lib/iam-user.js CHANGED
@@ -72,7 +72,7 @@ let IamUser = (() => {
72
72
  IamUser = _classThis = _classDescriptor.value;
73
73
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
74
74
  }
75
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.256.0-alpha.0" };
75
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.257.0-alpha.0" };
76
76
  /**
77
77
  * Uniquely identifies this class.
78
78
  */
@@ -68,7 +68,7 @@ let NoPasswordUser = (() => {
68
68
  NoPasswordUser = _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-elasticache-alpha.NoPasswordUser", version: "2.256.0-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.NoPasswordUser", version: "2.257.0-alpha.0" };
72
72
  /**
73
73
  * Uniquely identifies this class.
74
74
  */
@@ -64,7 +64,7 @@ let PasswordUser = (() => {
64
64
  PasswordUser = _classThis = _classDescriptor.value;
65
65
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
66
66
  }
67
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.PasswordUser", version: "2.256.0-alpha.0" };
67
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.PasswordUser", version: "2.257.0-alpha.0" };
68
68
  /**
69
69
  * Uniquely identifies this class.
70
70
  */
@@ -51,7 +51,7 @@ var CacheEngine;
51
51
  * Base class for ServerlessCache constructs
52
52
  */
53
53
  class ServerlessCacheBase extends core_1.Resource {
54
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.256.0-alpha.0" };
54
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.257.0-alpha.0" };
55
55
  /**
56
56
  * Collection of grant methods for this cache
57
57
  */
@@ -91,7 +91,7 @@ let ServerlessCache = (() => {
91
91
  ServerlessCache = _classThis = _classDescriptor.value;
92
92
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
93
93
  }
94
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.256.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.257.0-alpha.0" };
95
95
  /**
96
96
  * Uniquely identifies this class.
97
97
  */
package/lib/user-base.js CHANGED
@@ -9,7 +9,7 @@ const helpers_internal_1 = require("aws-cdk-lib/core/lib/helpers-internal");
9
9
  * Access control configuration for ElastiCache users.
10
10
  */
11
11
  class AccessControl {
12
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.AccessControl", version: "2.256.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.AccessControl", version: "2.257.0-alpha.0" };
13
13
  /**
14
14
  * Create access control from an access string.
15
15
  *
@@ -37,7 +37,7 @@ class AccessControlString extends AccessControl {
37
37
  * Base class for ElastiCache users.
38
38
  */
39
39
  class UserBase extends core_1.Resource {
40
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserBase", version: "2.256.0-alpha.0" };
40
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserBase", version: "2.257.0-alpha.0" };
41
41
  /**
42
42
  * Import an existing user by ID.
43
43
  *
package/lib/user-group.js CHANGED
@@ -48,7 +48,7 @@ const ELASTICACHE_USERGROUP_SYMBOL = Symbol.for('@aws-cdk/aws-elasticache.UserGr
48
48
  * Base class for UserGroup constructs
49
49
  */
50
50
  class UserGroupBase extends core_1.Resource {
51
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroupBase", version: "2.256.0-alpha.0" };
51
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroupBase", version: "2.257.0-alpha.0" };
52
52
  /**
53
53
  * Add a user to this user group
54
54
  *
@@ -91,7 +91,7 @@ let UserGroup = (() => {
91
91
  UserGroup = _classThis = _classDescriptor.value;
92
92
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
93
93
  }
94
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroup", version: "2.256.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroup", version: "2.257.0-alpha.0" };
95
95
  /**
96
96
  * Uniquely identifies this class
97
97
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-elasticache-alpha",
3
- "version": "2.256.0-alpha.0",
3
+ "version": "2.257.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::ElastiCache",
6
6
  "main": "lib/index.js",
@@ -85,18 +85,18 @@
85
85
  },
86
86
  "license": "Apache-2.0",
87
87
  "devDependencies": {
88
- "@aws-cdk/cdk-build-tools": "2.256.0-alpha.0",
88
+ "@aws-cdk/cdk-build-tools": "2.257.0-alpha.0",
89
89
  "@aws-cdk/integ-runner": "^2.197.1",
90
- "@aws-cdk/pkglint": "2.256.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.257.0-alpha.0",
91
91
  "@types/jest": "^29.5.14",
92
92
  "jest": "^29.7.0",
93
- "aws-cdk-lib": "2.256.0",
93
+ "aws-cdk-lib": "2.257.0",
94
94
  "constructs": "^10.5.0",
95
- "@aws-cdk/integ-tests-alpha": "2.256.0-alpha.0"
95
+ "@aws-cdk/integ-tests-alpha": "2.257.0-alpha.0"
96
96
  },
97
97
  "dependencies": {},
98
98
  "peerDependencies": {
99
- "aws-cdk-lib": "^2.256.0",
99
+ "aws-cdk-lib": "^2.257.0",
100
100
  "constructs": "^10.5.0"
101
101
  },
102
102
  "engines": {