@aws-cdk/aws-redshift-alpha 2.269.0-alpha.0 → 2.270.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.269.0",
11
+ "aws-cdk-lib": "^2.270.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -13474,6 +13474,6 @@
13474
13474
  "symbolId": "lib/user:UserProps"
13475
13475
  }
13476
13476
  },
13477
- "version": "2.269.0-alpha.0",
13477
+ "version": "2.270.0-alpha.0",
13478
13478
  "fingerprint": "**********"
13479
13479
  }
package/lib/cluster.js CHANGED
@@ -235,7 +235,7 @@ let Cluster = (() => {
235
235
  Cluster = _classThis = _classDescriptor.value;
236
236
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
237
237
  }
238
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Cluster", version: "2.269.0-alpha.0" };
238
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Cluster", version: "2.270.0-alpha.0" };
239
239
  /** Uniquely identifies this class. */
240
240
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.Cluster';
241
241
  /**
@@ -92,7 +92,7 @@ let DatabaseSecret = (() => {
92
92
  DatabaseSecret = _classThis = _classDescriptor.value;
93
93
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
94
94
  }
95
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.DatabaseSecret", version: "2.269.0-alpha.0" };
95
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.DatabaseSecret", version: "2.270.0-alpha.0" };
96
96
  /** Uniquely identifies this class. */
97
97
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.DatabaseSecret';
98
98
  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.269.0-alpha.0" };
56
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Endpoint", version: "2.270.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.269.0-alpha.0" };
73
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterParameterGroup", version: "2.270.0-alpha.0" };
74
74
  /** Uniquely identifies this class. */
75
75
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.ClusterParameterGroup';
76
76
  /**
@@ -94,7 +94,7 @@ let ClusterSubnetGroup = (() => {
94
94
  ClusterSubnetGroup = _classThis = _classDescriptor.value;
95
95
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
96
96
  }
97
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterSubnetGroup", version: "2.269.0-alpha.0" };
97
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterSubnetGroup", version: "2.270.0-alpha.0" };
98
98
  /** Uniquely identifies this class. */
99
99
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.ClusterSubnetGroup';
100
100
  /**
package/lib/table.js CHANGED
@@ -88,7 +88,7 @@ class TableBase extends constructs_1.Construct {
88
88
  * A table in a Redshift cluster.
89
89
  */
90
90
  class Table extends TableBase {
91
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Table", version: "2.269.0-alpha.0" };
91
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Table", version: "2.270.0-alpha.0" };
92
92
  /**
93
93
  * Specify a Redshift table using a table name and schema that already exists.
94
94
  */
package/lib/user.js CHANGED
@@ -63,7 +63,7 @@ class UserBase extends constructs_1.Construct {
63
63
  * A user in a Redshift cluster.
64
64
  */
65
65
  class User extends UserBase {
66
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.User", version: "2.269.0-alpha.0" };
66
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.User", version: "2.270.0-alpha.0" };
67
67
  /**
68
68
  * Specify a Redshift user using credentials that already exist.
69
69
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-redshift-alpha",
3
- "version": "2.269.0-alpha.0",
3
+ "version": "2.270.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.269.0-alpha.0",
88
+ "@aws-cdk/cdk-build-tools": "2.270.0-alpha.0",
89
89
  "@aws-cdk/integ-runner": "^2.202.3",
90
- "@aws-cdk/pkglint": "2.269.0-alpha.0",
91
- "@aws-cdk/custom-resource-handlers": "2.269.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.270.0-alpha.0",
91
+ "@aws-cdk/custom-resource-handlers": "2.270.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.269.0",
96
+ "aws-cdk-lib": "2.270.0",
97
97
  "constructs": "^10.5.0",
98
- "@aws-cdk/integ-tests-alpha": "2.269.0-alpha.0"
98
+ "@aws-cdk/integ-tests-alpha": "2.270.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.269.0",
103
+ "aws-cdk-lib": "^2.270.0",
104
104
  "constructs": "^10.5.0"
105
105
  },
106
106
  "engines": {