@aws-cdk/aws-elasticache-alpha 2.250.0-alpha.0 → 2.252.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.250.0",
11
+ "aws-cdk-lib": "^2.252.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -13799,6 +13799,6 @@
13799
13799
  "symbolId": "lib/user-group:UserGroupProps"
13800
13800
  }
13801
13801
  },
13802
- "version": "2.250.0-alpha.0",
13802
+ "version": "2.252.0-alpha.0",
13803
13803
  "fingerprint": "**********"
13804
13804
  }
Binary file
@@ -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.250.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheGrants", version: "2.252.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.250.0-alpha.0" };
75
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.252.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.250.0-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.NoPasswordUser", version: "2.252.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.250.0-alpha.0" };
67
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.PasswordUser", version: "2.252.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.250.0-alpha.0" };
54
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.252.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.250.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.252.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.250.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.AccessControl", version: "2.252.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.250.0-alpha.0" };
40
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserBase", version: "2.252.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.250.0-alpha.0" };
51
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroupBase", version: "2.252.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.250.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroup", version: "2.252.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.250.0-alpha.0",
3
+ "version": "2.252.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.250.0-alpha.0",
88
+ "@aws-cdk/cdk-build-tools": "2.252.0-alpha.0",
89
89
  "@aws-cdk/integ-runner": "^2.197.1",
90
- "@aws-cdk/pkglint": "2.250.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.252.0-alpha.0",
91
91
  "@types/jest": "^29.5.14",
92
92
  "jest": "^29.7.0",
93
- "aws-cdk-lib": "2.250.0",
93
+ "aws-cdk-lib": "2.252.0",
94
94
  "constructs": "^10.5.0",
95
- "@aws-cdk/integ-tests-alpha": "2.250.0-alpha.0"
95
+ "@aws-cdk/integ-tests-alpha": "2.252.0-alpha.0"
96
96
  },
97
97
  "dependencies": {},
98
98
  "peerDependencies": {
99
- "aws-cdk-lib": "^2.250.0",
99
+ "aws-cdk-lib": "^2.252.0",
100
100
  "constructs": "^10.5.0"
101
101
  },
102
102
  "engines": {