@aws-cdk/aws-redshift-alpha 2.236.0-alpha.0 → 2.237.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.236.0",
11
+ "aws-cdk-lib": "^2.237.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2606,6 +2606,19 @@
2606
2606
  }
2607
2607
  }
2608
2608
  },
2609
+ "aws-cdk-lib.aws_mwaaserverless": {
2610
+ "targets": {
2611
+ "dotnet": {
2612
+ "namespace": "Amazon.CDK.AWS.MWAAServerless"
2613
+ },
2614
+ "java": {
2615
+ "package": "software.amazon.awscdk.services.mwaaserverless"
2616
+ },
2617
+ "python": {
2618
+ "module": "aws_cdk.aws_mwaaserverless"
2619
+ }
2620
+ }
2621
+ },
2609
2622
  "aws-cdk-lib.aws_neptune": {
2610
2623
  "targets": {
2611
2624
  "dotnet": {
@@ -6811,6 +6824,22 @@
6811
6824
  }
6812
6825
  }
6813
6826
  },
6827
+ "aws-cdk-lib.interfaces.aws_mwaaserverless": {
6828
+ "targets": {
6829
+ "dotnet": {
6830
+ "namespace": "Amazon.CDK.Interfaces.MWAAServerless"
6831
+ },
6832
+ "go": {
6833
+ "packageName": "interfacesawsmwaaserverless"
6834
+ },
6835
+ "java": {
6836
+ "package": "software.amazon.awscdk.interfaces.mwaaserverless"
6837
+ },
6838
+ "python": {
6839
+ "module": "aws_cdk.interfaces.aws_mwaaserverless"
6840
+ }
6841
+ }
6842
+ },
6814
6843
  "aws-cdk-lib.interfaces.aws_neptune": {
6815
6844
  "targets": {
6816
6845
  "dotnet": {
@@ -12353,6 +12382,6 @@
12353
12382
  "symbolId": "lib/user:UserProps"
12354
12383
  }
12355
12384
  },
12356
- "version": "2.236.0-alpha.0",
12385
+ "version": "2.237.0-alpha.0",
12357
12386
  "fingerprint": "**********"
12358
12387
  }
Binary file
package/lib/cluster.js CHANGED
@@ -201,7 +201,7 @@ let Cluster = (() => {
201
201
  Cluster = _classThis = _classDescriptor.value;
202
202
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
203
203
  }
204
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Cluster", version: "2.236.0-alpha.0" };
204
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Cluster", version: "2.237.0-alpha.0" };
205
205
  /** Uniquely identifies this class. */
206
206
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.Cluster';
207
207
  /**
@@ -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.236.0-alpha.0" };
62
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.DatabaseSecret", version: "2.237.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.236.0-alpha.0" };
56
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Endpoint", version: "2.237.0-alpha.0" };
57
57
  /**
58
58
  * The hostname of the endpoint
59
59
  */
@@ -69,7 +69,7 @@ let ClusterParameterGroup = (() => {
69
69
  ClusterParameterGroup = _classThis = _classDescriptor.value;
70
70
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
71
71
  }
72
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterParameterGroup", version: "2.236.0-alpha.0" };
72
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterParameterGroup", version: "2.237.0-alpha.0" };
73
73
  /** Uniquely identifies this class. */
74
74
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-redshift-alpha.ClusterParameterGroup';
75
75
  /**
@@ -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.236.0-alpha.0" };
64
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.ClusterSubnetGroup", version: "2.237.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
@@ -54,7 +54,7 @@ class TableBase extends constructs_1.Construct {
54
54
  * A table in a Redshift cluster.
55
55
  */
56
56
  class Table extends TableBase {
57
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Table", version: "2.236.0-alpha.0" };
57
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.Table", version: "2.237.0-alpha.0" };
58
58
  /**
59
59
  * Specify a Redshift table using a table name and schema that already exists.
60
60
  */
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.236.0-alpha.0" };
33
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-redshift-alpha.User", version: "2.237.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.236.0-alpha.0",
3
+ "version": "2.237.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.236.0-alpha.0",
88
+ "@aws-cdk/cdk-build-tools": "2.237.0-alpha.0",
89
89
  "@aws-cdk/integ-runner": "^2.193.5",
90
- "@aws-cdk/pkglint": "2.236.0-alpha.0",
91
- "@aws-cdk/custom-resource-handlers": "2.236.0-alpha.0",
90
+ "@aws-cdk/pkglint": "2.237.0-alpha.0",
91
+ "@aws-cdk/custom-resource-handlers": "2.237.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.236.0",
96
+ "aws-cdk-lib": "2.237.0",
97
97
  "constructs": "^10.0.0",
98
- "@aws-cdk/integ-tests-alpha": "2.236.0-alpha.0"
98
+ "@aws-cdk/integ-tests-alpha": "2.237.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.236.0",
103
+ "aws-cdk-lib": "^2.237.0",
104
104
  "constructs": "^10.0.0"
105
105
  },
106
106
  "engines": {