@aws-cdk/aws-redshift-alpha 2.248.0-alpha.0 → 2.249.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.248.0",
11
+ "aws-cdk-lib": "^2.249.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2820,6 +2820,19 @@
2820
2820
  }
2821
2821
  }
2822
2822
  },
2823
+ "aws-cdk-lib.aws_novaact": {
2824
+ "targets": {
2825
+ "dotnet": {
2826
+ "namespace": "Amazon.CDK.AWS.NovaAct"
2827
+ },
2828
+ "java": {
2829
+ "package": "software.amazon.awscdk.services.novaact"
2830
+ },
2831
+ "python": {
2832
+ "module": "aws_cdk.aws_novaact"
2833
+ }
2834
+ }
2835
+ },
2823
2836
  "aws-cdk-lib.aws_oam": {
2824
2837
  "targets": {
2825
2838
  "dotnet": {
@@ -3616,6 +3629,19 @@
3616
3629
  }
3617
3630
  }
3618
3631
  },
3632
+ "aws-cdk-lib.aws_securityagent": {
3633
+ "targets": {
3634
+ "dotnet": {
3635
+ "namespace": "Amazon.CDK.AWS.SecurityAgent"
3636
+ },
3637
+ "java": {
3638
+ "package": "software.amazon.awscdk.services.securityagent"
3639
+ },
3640
+ "python": {
3641
+ "module": "aws_cdk.aws_securityagent"
3642
+ }
3643
+ }
3644
+ },
3619
3645
  "aws-cdk-lib.aws_securityhub": {
3620
3646
  "targets": {
3621
3647
  "dotnet": {
@@ -7184,6 +7210,22 @@
7184
7210
  }
7185
7211
  }
7186
7212
  },
7213
+ "aws-cdk-lib.interfaces.aws_novaact": {
7214
+ "targets": {
7215
+ "dotnet": {
7216
+ "namespace": "Amazon.CDK.Interfaces.NovaAct"
7217
+ },
7218
+ "go": {
7219
+ "packageName": "interfacesawsnovaact"
7220
+ },
7221
+ "java": {
7222
+ "package": "software.amazon.awscdk.interfaces.novaact"
7223
+ },
7224
+ "python": {
7225
+ "module": "aws_cdk.interfaces.aws_novaact"
7226
+ }
7227
+ }
7228
+ },
7187
7229
  "aws-cdk-lib.interfaces.aws_oam": {
7188
7230
  "targets": {
7189
7231
  "dotnet": {
@@ -8048,6 +8090,22 @@
8048
8090
  }
8049
8091
  }
8050
8092
  },
8093
+ "aws-cdk-lib.interfaces.aws_securityagent": {
8094
+ "targets": {
8095
+ "dotnet": {
8096
+ "namespace": "Amazon.CDK.Interfaces.SecurityAgent"
8097
+ },
8098
+ "go": {
8099
+ "packageName": "interfacesawssecurityagent"
8100
+ },
8101
+ "java": {
8102
+ "package": "software.amazon.awscdk.interfaces.securityagent"
8103
+ },
8104
+ "python": {
8105
+ "module": "aws_cdk.interfaces.aws_securityagent"
8106
+ }
8107
+ }
8108
+ },
8051
8109
  "aws-cdk-lib.interfaces.aws_securityhub": {
8052
8110
  "targets": {
8053
8111
  "dotnet": {
@@ -8763,7 +8821,7 @@
8763
8821
  "stability": "experimental"
8764
8822
  },
8765
8823
  "homepage": "https://github.com/aws/aws-cdk",
8766
- "jsiiVersion": "5.9.31 (build 550e607)",
8824
+ "jsiiVersion": "5.9.37 (build 5176c0d)",
8767
8825
  "keywords": [
8768
8826
  "aws",
8769
8827
  "cdk",
@@ -12646,6 +12704,6 @@
12646
12704
  "symbolId": "lib/user:UserProps"
12647
12705
  }
12648
12706
  },
12649
- "version": "2.248.0-alpha.0",
12707
+ "version": "2.249.0-alpha.0",
12650
12708
  "fingerprint": "**********"
12651
12709
  }
Binary file
package/.warnings.jsii.js CHANGED
@@ -1,187 +1,51 @@
1
- function _aws_cdk_aws_redshift_alpha_NodeType(p) {
2
- }
3
- function _aws_cdk_aws_redshift_alpha_ClusterType(p) {
4
- }
5
- function _aws_cdk_aws_redshift_alpha_ResourceAction(p) {
6
- }
7
- function _aws_cdk_aws_redshift_alpha_Login(p) {
8
- }
9
- function _aws_cdk_aws_redshift_alpha_LoggingProperties(p) {
10
- }
11
- function _aws_cdk_aws_redshift_alpha_RotationMultiUserOptions(p) {
12
- }
13
- function _aws_cdk_aws_redshift_alpha_MaintenanceTrackName(p) {
14
- }
15
- function _aws_cdk_aws_redshift_alpha_ICluster(p) {
16
- }
17
- function _aws_cdk_aws_redshift_alpha_ClusterAttributes(p) {
18
- if (p == null)
19
- return;
20
- visitedObjects.add(p);
21
- try {
22
- if (p.securityGroups != null)
23
- for (const o of p.securityGroups)
24
- if (!visitedObjects.has(o))
25
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISecurityGroup(o);
26
- }
27
- finally {
28
- visitedObjects.delete(p);
29
- }
30
- }
31
- function _aws_cdk_aws_redshift_alpha_ClusterProps(p) {
32
- if (p == null)
33
- return;
34
- visitedObjects.add(p);
35
- try {
36
- if (!visitedObjects.has(p.masterUser))
37
- _aws_cdk_aws_redshift_alpha_Login(p.masterUser);
38
- if (!visitedObjects.has(p.clusterType))
39
- _aws_cdk_aws_redshift_alpha_ClusterType(p.clusterType);
40
- if (!visitedObjects.has(p.loggingProperties))
41
- _aws_cdk_aws_redshift_alpha_LoggingProperties(p.loggingProperties);
42
- if (!visitedObjects.has(p.maintenanceTrackName))
43
- _aws_cdk_aws_redshift_alpha_MaintenanceTrackName(p.maintenanceTrackName);
44
- if (!visitedObjects.has(p.nodeType))
45
- _aws_cdk_aws_redshift_alpha_NodeType(p.nodeType);
46
- if (!visitedObjects.has(p.parameterGroup))
47
- _aws_cdk_aws_redshift_alpha_IClusterParameterGroup(p.parameterGroup);
48
- if (!visitedObjects.has(p.resourceAction))
49
- _aws_cdk_aws_redshift_alpha_ResourceAction(p.resourceAction);
50
- if (p.roles != null)
51
- for (const o of p.roles)
52
- if (!visitedObjects.has(o))
53
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IRole(o);
54
- if (p.securityGroups != null)
55
- for (const o of p.securityGroups)
56
- if (!visitedObjects.has(o))
57
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISecurityGroup(o);
58
- if (!visitedObjects.has(p.subnetGroup))
59
- _aws_cdk_aws_redshift_alpha_IClusterSubnetGroup(p.subnetGroup);
60
- }
61
- finally {
62
- visitedObjects.delete(p);
63
- }
64
- }
65
- function _aws_cdk_aws_redshift_alpha_Cluster(p) {
66
- }
67
- function _aws_cdk_aws_redshift_alpha_IClusterParameterGroup(p) {
68
- }
69
- function _aws_cdk_aws_redshift_alpha_ClusterParameterGroupProps(p) {
70
- }
71
- function _aws_cdk_aws_redshift_alpha_ClusterParameterGroup(p) {
72
- }
73
- function _aws_cdk_aws_redshift_alpha_DatabaseOptions(p) {
74
- if (p == null)
75
- return;
76
- visitedObjects.add(p);
77
- try {
78
- if (!visitedObjects.has(p.cluster))
79
- _aws_cdk_aws_redshift_alpha_ICluster(p.cluster);
80
- }
81
- finally {
82
- visitedObjects.delete(p);
83
- }
84
- }
85
- function _aws_cdk_aws_redshift_alpha_DatabaseSecretProps(p) {
86
- }
87
- function _aws_cdk_aws_redshift_alpha_DatabaseSecret(p) {
88
- }
89
- function _aws_cdk_aws_redshift_alpha_Endpoint(p) {
90
- }
91
- function _aws_cdk_aws_redshift_alpha_IClusterSubnetGroup(p) {
92
- }
93
- function _aws_cdk_aws_redshift_alpha_ClusterSubnetGroupProps(p) {
94
- }
95
- function _aws_cdk_aws_redshift_alpha_ClusterSubnetGroup(p) {
96
- }
97
- function _aws_cdk_aws_redshift_alpha_TableAction(p) {
98
- }
99
- function _aws_cdk_aws_redshift_alpha_Column(p) {
100
- if (p == null)
101
- return;
102
- visitedObjects.add(p);
103
- try {
104
- if (!visitedObjects.has(p.encoding))
105
- _aws_cdk_aws_redshift_alpha_ColumnEncoding(p.encoding);
106
- }
107
- finally {
108
- visitedObjects.delete(p);
109
- }
110
- }
111
- function _aws_cdk_aws_redshift_alpha_TableProps(p) {
112
- if (p == null)
113
- return;
114
- visitedObjects.add(p);
115
- try {
116
- if (p.tableColumns != null)
117
- for (const o of p.tableColumns)
118
- if (!visitedObjects.has(o))
119
- _aws_cdk_aws_redshift_alpha_Column(o);
120
- if (!visitedObjects.has(p.distStyle))
121
- _aws_cdk_aws_redshift_alpha_TableDistStyle(p.distStyle);
122
- if (!visitedObjects.has(p.sortStyle))
123
- _aws_cdk_aws_redshift_alpha_TableSortStyle(p.sortStyle);
124
- if (!visitedObjects.has(p.cluster))
125
- _aws_cdk_aws_redshift_alpha_ICluster(p.cluster);
126
- }
127
- finally {
128
- visitedObjects.delete(p);
129
- }
130
- }
131
- function _aws_cdk_aws_redshift_alpha_ITable(p) {
132
- }
133
- function _aws_cdk_aws_redshift_alpha_TableAttributes(p) {
134
- if (p == null)
135
- return;
136
- visitedObjects.add(p);
137
- try {
138
- if (!visitedObjects.has(p.cluster))
139
- _aws_cdk_aws_redshift_alpha_ICluster(p.cluster);
140
- if (p.tableColumns != null)
141
- for (const o of p.tableColumns)
142
- if (!visitedObjects.has(o))
143
- _aws_cdk_aws_redshift_alpha_Column(o);
144
- }
145
- finally {
146
- visitedObjects.delete(p);
147
- }
148
- }
149
- function _aws_cdk_aws_redshift_alpha_Table(p) {
150
- }
151
- function _aws_cdk_aws_redshift_alpha_TableDistStyle(p) {
152
- }
153
- function _aws_cdk_aws_redshift_alpha_TableSortStyle(p) {
154
- }
155
- function _aws_cdk_aws_redshift_alpha_ColumnEncoding(p) {
156
- }
157
- function _aws_cdk_aws_redshift_alpha_UserProps(p) {
158
- if (p == null)
159
- return;
160
- visitedObjects.add(p);
161
- try {
162
- if (!visitedObjects.has(p.cluster))
163
- _aws_cdk_aws_redshift_alpha_ICluster(p.cluster);
164
- }
165
- finally {
166
- visitedObjects.delete(p);
167
- }
168
- }
169
- function _aws_cdk_aws_redshift_alpha_IUser(p) {
170
- }
171
- function _aws_cdk_aws_redshift_alpha_UserAttributes(p) {
172
- if (p == null)
173
- return;
174
- visitedObjects.add(p);
175
- try {
176
- if (!visitedObjects.has(p.cluster))
177
- _aws_cdk_aws_redshift_alpha_ICluster(p.cluster);
178
- }
179
- finally {
180
- visitedObjects.delete(p);
181
- }
182
- }
183
- function _aws_cdk_aws_redshift_alpha_User(p) {
184
- }
1
+ const VALIDATORS = { _aws_cdk_aws_redshift_alpha_ClusterAttributes: function _aws_cdk_aws_redshift_alpha_ClusterAttributes(p) {
2
+ if (p == null)
3
+ return;
4
+ visitedObjects.add(p);
5
+ try {
6
+ if (p.securityGroups != null)
7
+ for (const o of p.securityGroups)
8
+ if (!visitedObjects.has(o))
9
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISecurityGroup(o);
10
+ }
11
+ finally {
12
+ visitedObjects.delete(p);
13
+ }
14
+ }, _aws_cdk_aws_redshift_alpha_ClusterProps: function _aws_cdk_aws_redshift_alpha_ClusterProps(p) {
15
+ if (p == null)
16
+ return;
17
+ visitedObjects.add(p);
18
+ try {
19
+ if (!visitedObjects.has(p.masterUser))
20
+ module.exports._aws_cdk_aws_redshift_alpha_Login(p.masterUser);
21
+ if (!visitedObjects.has(p.loggingProperties))
22
+ module.exports._aws_cdk_aws_redshift_alpha_LoggingProperties(p.loggingProperties);
23
+ if (p.roles != null)
24
+ for (const o of p.roles)
25
+ if (!visitedObjects.has(o))
26
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IRole(o);
27
+ if (p.securityGroups != null)
28
+ for (const o of p.securityGroups)
29
+ if (!visitedObjects.has(o))
30
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISecurityGroup(o);
31
+ }
32
+ finally {
33
+ visitedObjects.delete(p);
34
+ }
35
+ }, _aws_cdk_aws_redshift_alpha_TableProps: function _aws_cdk_aws_redshift_alpha_TableProps(p) {
36
+ if (p == null)
37
+ return;
38
+ visitedObjects.add(p);
39
+ try {
40
+ if (p.tableColumns != null)
41
+ for (const o of p.tableColumns)
42
+ if (!visitedObjects.has(o))
43
+ module.exports._aws_cdk_aws_redshift_alpha_Column(o);
44
+ }
45
+ finally {
46
+ visitedObjects.delete(p);
47
+ }
48
+ } };
185
49
  function print(name, deprecationMessage) {
186
50
  const deprecated = process.env.JSII_DEPRECATED;
187
51
  const deprecationMode = ["warn", "fail", "quiet"].includes(deprecated) ? deprecated : "warn";
@@ -218,4 +82,16 @@ class DeprecationError extends Error {
218
82
  });
219
83
  }
220
84
  }
221
- module.exports = { print, getPropertyDescriptor, DeprecationError, _aws_cdk_aws_redshift_alpha_NodeType, _aws_cdk_aws_redshift_alpha_ClusterType, _aws_cdk_aws_redshift_alpha_ResourceAction, _aws_cdk_aws_redshift_alpha_Login, _aws_cdk_aws_redshift_alpha_LoggingProperties, _aws_cdk_aws_redshift_alpha_RotationMultiUserOptions, _aws_cdk_aws_redshift_alpha_MaintenanceTrackName, _aws_cdk_aws_redshift_alpha_ICluster, _aws_cdk_aws_redshift_alpha_ClusterAttributes, _aws_cdk_aws_redshift_alpha_ClusterProps, _aws_cdk_aws_redshift_alpha_Cluster, _aws_cdk_aws_redshift_alpha_IClusterParameterGroup, _aws_cdk_aws_redshift_alpha_ClusterParameterGroupProps, _aws_cdk_aws_redshift_alpha_ClusterParameterGroup, _aws_cdk_aws_redshift_alpha_DatabaseOptions, _aws_cdk_aws_redshift_alpha_DatabaseSecretProps, _aws_cdk_aws_redshift_alpha_DatabaseSecret, _aws_cdk_aws_redshift_alpha_Endpoint, _aws_cdk_aws_redshift_alpha_IClusterSubnetGroup, _aws_cdk_aws_redshift_alpha_ClusterSubnetGroupProps, _aws_cdk_aws_redshift_alpha_ClusterSubnetGroup, _aws_cdk_aws_redshift_alpha_TableAction, _aws_cdk_aws_redshift_alpha_Column, _aws_cdk_aws_redshift_alpha_TableProps, _aws_cdk_aws_redshift_alpha_ITable, _aws_cdk_aws_redshift_alpha_TableAttributes, _aws_cdk_aws_redshift_alpha_Table, _aws_cdk_aws_redshift_alpha_TableDistStyle, _aws_cdk_aws_redshift_alpha_TableSortStyle, _aws_cdk_aws_redshift_alpha_ColumnEncoding, _aws_cdk_aws_redshift_alpha_UserProps, _aws_cdk_aws_redshift_alpha_IUser, _aws_cdk_aws_redshift_alpha_UserAttributes, _aws_cdk_aws_redshift_alpha_User };
85
+ function nop() {
86
+ }
87
+ module.exports = new Proxy({}, {
88
+ get(target, prop, receiver) {
89
+ if (prop === "print")
90
+ return print;
91
+ if (prop === "getPropertyDescriptor")
92
+ return getPropertyDescriptor;
93
+ if (prop === "DeprecationError")
94
+ return DeprecationError;
95
+ return VALIDATORS[prop] ?? nop;
96
+ },
97
+ });
package/lib/cluster.js CHANGED
@@ -202,7 +202,7 @@ let Cluster = (() => {
202
202
  Cluster = _classThis = _classDescriptor.value;
203
203
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
204
204
  }
205
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Cluster", version: "2.248.0-alpha.0" };
205
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Cluster", version: "2.249.0-alpha.0" };
206
206
  /** Uniquely identifies this class. */
207
207
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.Cluster';
208
208
  /**
@@ -59,7 +59,7 @@ let DatabaseSecret = (() => {
59
59
  DatabaseSecret = _classThis = _classDescriptor.value;
60
60
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
61
61
  }
62
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.DatabaseSecret", version: "2.248.0-alpha.0" };
62
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.DatabaseSecret", version: "2.249.0-alpha.0" };
63
63
  /** Uniquely identifies this class. */
64
64
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.DatabaseSecret';
65
65
  constructor(scope, id, props) {
package/lib/endpoint.js CHANGED
@@ -53,7 +53,7 @@ let Endpoint = (() => {
53
53
  __esDecorate(this, null, _get_socketAddress_decorators, { kind: "getter", name: "socketAddress", static: false, private: false, access: { has: obj => "socketAddress" in obj, get: obj => obj.socketAddress }, metadata: _metadata }, null, _instanceExtraInitializers);
54
54
  if (_metadata) Object.defineProperty(this, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
55
55
  }
56
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Endpoint", version: "2.248.0-alpha.0" };
56
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Endpoint", version: "2.249.0-alpha.0" };
57
57
  /**
58
58
  * The hostname of the endpoint
59
59
  */
@@ -70,7 +70,7 @@ let ClusterParameterGroup = (() => {
70
70
  ClusterParameterGroup = _classThis = _classDescriptor.value;
71
71
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
72
72
  }
73
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterParameterGroup", version: "2.248.0-alpha.0" };
73
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterParameterGroup", version: "2.249.0-alpha.0" };
74
74
  /** Uniquely identifies this class. */
75
75
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.ClusterParameterGroup';
76
76
  /**
@@ -61,7 +61,7 @@ let ClusterSubnetGroup = (() => {
61
61
  ClusterSubnetGroup = _classThis = _classDescriptor.value;
62
62
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
63
63
  }
64
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterSubnetGroup", version: "2.248.0-alpha.0" };
64
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterSubnetGroup", version: "2.249.0-alpha.0" };
65
65
  /** Uniquely identifies this class. */
66
66
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.ClusterSubnetGroup';
67
67
  /**
package/lib/table.js CHANGED
@@ -55,7 +55,7 @@ class TableBase extends constructs_1.Construct {
55
55
  * A table in a Redshift cluster.
56
56
  */
57
57
  class Table extends TableBase {
58
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Table", version: "2.248.0-alpha.0" };
58
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Table", version: "2.249.0-alpha.0" };
59
59
  /**
60
60
  * Specify a Redshift table using a table name and schema that already exists.
61
61
  */
package/lib/user.js CHANGED
@@ -30,7 +30,7 @@ class UserBase extends constructs_1.Construct {
30
30
  * A user in a Redshift cluster.
31
31
  */
32
32
  class User extends UserBase {
33
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.User", version: "2.248.0-alpha.0" };
33
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.User", version: "2.249.0-alpha.0" };
34
34
  /**
35
35
  * Specify a Redshift user using credentials that already exist.
36
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-redshift-alpha",
3
- "version": "2.248.0-alpha.0",
3
+ "version": "2.249.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::Redshift",
6
6
  "main": "lib/index.js",
@@ -85,22 +85,22 @@
85
85
  },
86
86
  "license": "Apache-2.0",
87
87
  "devDependencies": {
88
- "@aws-cdk/cdk-build-tools": "2.248.0-alpha.0",
88
+ "@aws-cdk/cdk-build-tools": "2.249.0-alpha.0",
89
89
  "@aws-cdk/integ-runner": "^2.197.1",
90
- "@aws-cdk/pkglint": "2.248.0-alpha.0",
91
- "@aws-cdk/custom-resource-handlers": "2.248.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.249.0-alpha.0",
91
+ "@aws-cdk/custom-resource-handlers": "2.249.0-alpha.0",
92
92
  "@aws-sdk/client-redshift": "3.632.0",
93
93
  "@aws-sdk/client-redshift-data": "3.632.0",
94
94
  "@aws-sdk/client-secrets-manager": "3.632.0",
95
95
  "@types/jest": "^29.5.14",
96
- "aws-cdk-lib": "2.248.0",
96
+ "aws-cdk-lib": "2.249.0",
97
97
  "constructs": "^10.5.0",
98
- "@aws-cdk/integ-tests-alpha": "2.248.0-alpha.0"
98
+ "@aws-cdk/integ-tests-alpha": "2.249.0-alpha.0"
99
99
  },
100
100
  "dependencies": {},
101
101
  "homepage": "https://github.com/aws/aws-cdk",
102
102
  "peerDependencies": {
103
- "aws-cdk-lib": "^2.248.0",
103
+ "aws-cdk-lib": "^2.249.0",
104
104
  "constructs": "^10.5.0"
105
105
  },
106
106
  "engines": {