@aws-cdk/aws-elasticache-alpha 2.258.0-alpha.0 → 2.258.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.
package/.jsii CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.258.0",
11
+ "aws-cdk-lib": "^2.258.1",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -14120,6 +14120,6 @@
14120
14120
  "symbolId": "lib/user-group:UserGroupProps"
14121
14121
  }
14122
14122
  },
14123
- "version": "2.258.0-alpha.0",
14123
+ "version": "2.258.1-alpha.0",
14124
14124
  "fingerprint": "**********"
14125
14125
  }
package/lib/common.js CHANGED
@@ -10,7 +10,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
10
10
  * instance, use `UserEngine.of(engineType)`.
11
11
  */
12
12
  class UserEngine {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserEngine", version: "2.258.0-alpha.0" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserEngine", version: "2.258.1-alpha.0" };
14
14
  /**
15
15
  * Valkey engine.
16
16
  */
@@ -42,7 +42,7 @@ const iam = __importStar(require("aws-cdk-lib/aws-iam"));
42
42
  * Collection of grant methods for a IServerlessCacheRef
43
43
  */
44
44
  class ServerlessCacheGrants {
45
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheGrants", version: "2.258.0-alpha.0" };
45
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheGrants", version: "2.258.1-alpha.0" };
46
46
  /**
47
47
  * Creates grants for ServerlessCacheGrants
48
48
  */
package/lib/iam-user.js CHANGED
@@ -105,7 +105,7 @@ let IamUser = (() => {
105
105
  IamUser = _classThis = _classDescriptor.value;
106
106
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
107
107
  }
108
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.258.0-alpha.0" };
108
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.258.1-alpha.0" };
109
109
  /**
110
110
  * Uniquely identifies this class.
111
111
  */
@@ -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.258.0-alpha.0" };
71
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.NoPasswordUser", version: "2.258.1-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.258.0-alpha.0" };
67
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.PasswordUser", version: "2.258.1-alpha.0" };
68
68
  /**
69
69
  * Uniquely identifies this class.
70
70
  */
@@ -49,7 +49,7 @@ const elasticache_grants_generated_1 = require("./elasticache-grants.generated")
49
49
  * @see https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/engine-versions.html
50
50
  */
51
51
  class CacheEngine {
52
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.CacheEngine", version: "2.258.0-alpha.0" };
52
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.CacheEngine", version: "2.258.1-alpha.0" };
53
53
  /**
54
54
  * Valkey engine, latest major version available, minor version is selected automatically.
55
55
  */
@@ -126,7 +126,7 @@ exports.CacheEngine = CacheEngine;
126
126
  * Base class for ServerlessCache constructs
127
127
  */
128
128
  class ServerlessCacheBase extends core_1.Resource {
129
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.258.0-alpha.0" };
129
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.258.1-alpha.0" };
130
130
  /**
131
131
  * Collection of grant methods for this cache
132
132
  */
@@ -123,7 +123,7 @@ let ServerlessCache = (() => {
123
123
  ServerlessCache = _classThis = _classDescriptor.value;
124
124
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
125
125
  }
126
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.258.0-alpha.0" };
126
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.258.1-alpha.0" };
127
127
  /**
128
128
  * Uniquely identifies this class.
129
129
  */
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.258.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.AccessControl", version: "2.258.1-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.258.0-alpha.0" };
40
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserBase", version: "2.258.1-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.258.0-alpha.0" };
51
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroupBase", version: "2.258.1-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.258.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroup", version: "2.258.1-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.258.0-alpha.0",
3
+ "version": "2.258.1-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.258.0-alpha.0",
88
+ "@aws-cdk/cdk-build-tools": "2.258.1-alpha.0",
89
89
  "@aws-cdk/integ-runner": "^2.199.0",
90
- "@aws-cdk/pkglint": "2.258.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.258.1-alpha.0",
91
91
  "@types/jest": "^29.5.14",
92
92
  "jest": "^29.7.0",
93
- "aws-cdk-lib": "2.258.0",
93
+ "aws-cdk-lib": "2.258.1",
94
94
  "constructs": "^10.5.0",
95
- "@aws-cdk/integ-tests-alpha": "2.258.0-alpha.0"
95
+ "@aws-cdk/integ-tests-alpha": "2.258.1-alpha.0"
96
96
  },
97
97
  "dependencies": {},
98
98
  "peerDependencies": {
99
- "aws-cdk-lib": "^2.258.0",
99
+ "aws-cdk-lib": "^2.258.1",
100
100
  "constructs": "^10.5.0"
101
101
  },
102
102
  "engines": {