@aws-cdk/aws-elasticache-alpha 2.245.0-alpha.0 → 2.246.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.245.0",
11
+ "aws-cdk-lib": "^2.246.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -13596,6 +13596,6 @@
13596
13596
  "symbolId": "lib/user-group:UserGroupProps"
13597
13597
  }
13598
13598
  },
13599
- "version": "2.245.0-alpha.0",
13599
+ "version": "2.246.0-alpha.0",
13600
13600
  "fingerprint": "**********"
13601
13601
  }
@@ -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.245.0-alpha.0" };
12
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheGrants", version: "2.246.0-alpha.0" };
13
13
  /**
14
14
  * Creates grants for ServerlessCacheGrants
15
15
  */
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.245.0-alpha.0" };
74
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.IamUser", version: "2.246.0-alpha.0" };
75
75
  /**
76
76
  * Uniquely identifies this class.
77
77
  */
@@ -67,7 +67,7 @@ let NoPasswordUser = (() => {
67
67
  NoPasswordUser = _classThis = _classDescriptor.value;
68
68
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
69
69
  }
70
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.NoPasswordUser", version: "2.245.0-alpha.0" };
70
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.NoPasswordUser", version: "2.246.0-alpha.0" };
71
71
  /**
72
72
  * Uniquely identifies this class.
73
73
  */
@@ -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.245.0-alpha.0" };
66
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.PasswordUser", version: "2.246.0-alpha.0" };
67
67
  /**
68
68
  * Uniquely identifies this class.
69
69
  */
@@ -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.245.0-alpha.0" };
54
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCacheBase", version: "2.246.0-alpha.0" };
55
55
  /**
56
56
  * Collection of grant methods for this cache
57
57
  */
@@ -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.245.0-alpha.0" };
93
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.ServerlessCache", version: "2.246.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.245.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.AccessControl", version: "2.246.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.245.0-alpha.0" };
39
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserBase", version: "2.246.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.245.0-alpha.0" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroupBase", version: "2.246.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.245.0-alpha.0" };
93
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-elasticache-alpha.UserGroup", version: "2.246.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.245.0-alpha.0",
3
+ "version": "2.246.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.245.0-alpha.0",
88
+ "@aws-cdk/cdk-build-tools": "2.246.0-alpha.0",
89
89
  "@aws-cdk/integ-runner": "^2.197.1",
90
- "@aws-cdk/pkglint": "2.245.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.246.0-alpha.0",
91
91
  "@types/jest": "^29.5.14",
92
92
  "jest": "^29.7.0",
93
- "aws-cdk-lib": "2.245.0",
93
+ "aws-cdk-lib": "2.246.0",
94
94
  "constructs": "^10.5.0",
95
- "@aws-cdk/integ-tests-alpha": "2.245.0-alpha.0"
95
+ "@aws-cdk/integ-tests-alpha": "2.246.0-alpha.0"
96
96
  },
97
97
  "dependencies": {},
98
98
  "peerDependencies": {
99
- "aws-cdk-lib": "^2.245.0",
99
+ "aws-cdk-lib": "^2.246.0",
100
100
  "constructs": "^10.5.0"
101
101
  },
102
102
  "engines": {