@aws-cdk/aws-redshift-alpha 2.251.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.251.0",
11
+ "aws-cdk-lib": "^2.252.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -12791,6 +12791,6 @@
12791
12791
  "symbolId": "lib/user:UserProps"
12792
12792
  }
12793
12793
  },
12794
- "version": "2.251.0-alpha.0",
12794
+ "version": "2.252.0-alpha.0",
12795
12795
  "fingerprint": "**********"
12796
12796
  }
Binary file
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.251.0-alpha.0" };
205
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Cluster", version: "2.252.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.251.0-alpha.0" };
62
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.DatabaseSecret", version: "2.252.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.251.0-alpha.0" };
56
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Endpoint", version: "2.252.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.251.0-alpha.0" };
73
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterParameterGroup", version: "2.252.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.251.0-alpha.0" };
64
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterSubnetGroup", version: "2.252.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.251.0-alpha.0" };
58
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Table", version: "2.252.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.251.0-alpha.0" };
33
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.User", version: "2.252.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.251.0-alpha.0",
3
+ "version": "2.252.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.251.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.251.0-alpha.0",
91
- "@aws-cdk/custom-resource-handlers": "2.251.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.252.0-alpha.0",
91
+ "@aws-cdk/custom-resource-handlers": "2.252.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.251.0",
96
+ "aws-cdk-lib": "2.252.0",
97
97
  "constructs": "^10.5.0",
98
- "@aws-cdk/integ-tests-alpha": "2.251.0-alpha.0"
98
+ "@aws-cdk/integ-tests-alpha": "2.252.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.251.0",
103
+ "aws-cdk-lib": "^2.252.0",
104
104
  "constructs": "^10.5.0"
105
105
  },
106
106
  "engines": {