@aws-cdk/aws-elasticache-alpha 2.229.1-alpha.0 → 2.231.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.229.1",
11
+ "aws-cdk-lib": "^2.231.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -13133,6 +13133,6 @@
13133
13133
  "symbolId": "lib/user-group:UserGroupProps"
13134
13134
  }
13135
13135
  },
13136
- "version": "2.229.1-alpha.0",
13136
+ "version": "2.231.0-alpha.0",
13137
13137
  "fingerprint": "**********"
13138
13138
  }
Binary file
package/lib/iam-user.js CHANGED
@@ -71,7 +71,7 @@ let IamUser = (() => {
71
71
  IamUser = _classThis = _classDescriptor.value;
72
72
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
73
73
  }
74
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.229.1-alpha.0" };
74
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.231.0-alpha.0" };
75
75
  /**
76
76
  * Uniquely identifies this class.
77
77
  */
@@ -63,7 +63,7 @@ let NoPasswordUser = (() => {
63
63
  NoPasswordUser = _classThis = _classDescriptor.value;
64
64
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
65
65
  }
66
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.NoPasswordUser", version: "2.229.1-alpha.0" };
66
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.NoPasswordUser", version: "2.231.0-alpha.0" };
67
67
  /**
68
68
  * Uniquely identifies this class.
69
69
  */
@@ -63,7 +63,7 @@ let PasswordUser = (() => {
63
63
  PasswordUser = _classThis = _classDescriptor.value;
64
64
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
65
65
  }
66
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.PasswordUser", version: "2.229.1-alpha.0" };
66
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.PasswordUser", version: "2.231.0-alpha.0" };
67
67
  /**
68
68
  * Uniquely identifies this class.
69
69
  */
@@ -45,7 +45,7 @@ var CacheEngine;
45
45
  * Base class for ServerlessCache constructs
46
46
  */
47
47
  class ServerlessCacheBase extends core_1.Resource {
48
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.229.1-alpha.0" };
48
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.231.0-alpha.0" };
49
49
  /**
50
50
  * Grant connect permissions to the cache
51
51
  *
@@ -90,7 +90,7 @@ let ServerlessCache = (() => {
90
90
  ServerlessCache = _classThis = _classDescriptor.value;
91
91
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
92
92
  }
93
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.229.1-alpha.0" };
93
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.231.0-alpha.0" };
94
94
  /**
95
95
  * Uniquely identifies this class.
96
96
  */
package/lib/user-base.js CHANGED
@@ -8,7 +8,7 @@ const core_1 = require("aws-cdk-lib/core");
8
8
  * Access control configuration for ElastiCache users.
9
9
  */
10
10
  class AccessControl {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.AccessControl", version: "2.229.1-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.AccessControl", version: "2.231.0-alpha.0" };
12
12
  /**
13
13
  * Create access control from an access string.
14
14
  *
@@ -36,7 +36,7 @@ class AccessControlString extends AccessControl {
36
36
  * Base class for ElastiCache users.
37
37
  */
38
38
  class UserBase extends core_1.Resource {
39
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserBase", version: "2.229.1-alpha.0" };
39
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserBase", version: "2.231.0-alpha.0" };
40
40
  /**
41
41
  * Import an existing user by ID.
42
42
  *
package/lib/user-group.js CHANGED
@@ -47,7 +47,7 @@ const ELASTICACHE_USERGROUP_SYMBOL = Symbol.for('@aws-cdk/aws-elasticache.UserGr
47
47
  * Base class for UserGroup constructs
48
48
  */
49
49
  class UserGroupBase extends core_1.Resource {
50
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroupBase", version: "2.229.1-alpha.0" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroupBase", version: "2.231.0-alpha.0" };
51
51
  /**
52
52
  * Add a user to this user group
53
53
  *
@@ -90,7 +90,7 @@ let UserGroup = (() => {
90
90
  UserGroup = _classThis = _classDescriptor.value;
91
91
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
92
92
  }
93
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroup", version: "2.229.1-alpha.0" };
93
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroup", version: "2.231.0-alpha.0" };
94
94
  /**
95
95
  * Uniquely identifies this class
96
96
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-elasticache-alpha",
3
- "version": "2.229.1-alpha.0",
3
+ "version": "2.231.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::ElastiCache",
6
6
  "main": "lib/index.js",
@@ -84,18 +84,18 @@
84
84
  },
85
85
  "license": "Apache-2.0",
86
86
  "devDependencies": {
87
- "@aws-cdk/cdk-build-tools": "2.229.1-alpha.0",
87
+ "@aws-cdk/cdk-build-tools": "2.231.0-alpha.0",
88
88
  "@aws-cdk/integ-runner": "^2.192.2",
89
- "@aws-cdk/pkglint": "2.229.1-alpha.0",
89
+ "@aws-cdk/pkglint": "2.231.0-alpha.0",
90
90
  "@types/jest": "^29.5.14",
91
91
  "jest": "^29.7.0",
92
- "aws-cdk-lib": "2.229.1",
92
+ "aws-cdk-lib": "2.231.0",
93
93
  "constructs": "^10.0.0",
94
- "@aws-cdk/integ-tests-alpha": "2.229.1-alpha.0"
94
+ "@aws-cdk/integ-tests-alpha": "2.231.0-alpha.0"
95
95
  },
96
96
  "dependencies": {},
97
97
  "peerDependencies": {
98
- "aws-cdk-lib": "^2.229.1",
98
+ "aws-cdk-lib": "^2.231.0",
99
99
  "constructs": "^10.0.0"
100
100
  },
101
101
  "engines": {