@aws-cdk/aws-neptune-alpha 2.219.0-alpha.0 → 2.220.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 +3 -3
- package/.jsii.tabl.json.gz +0 -0
- package/lib/cluster.js +353 -294
- package/lib/endpoint.js +14 -4
- package/lib/instance.js +333 -273
- package/lib/parameter-group.js +158 -101
- package/lib/subnet-group.js +86 -47
- package/package.json +9 -8
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.220.0",
|
|
12
12
|
"constructs": "^10.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -4082,7 +4082,7 @@
|
|
|
4082
4082
|
"stability": "experimental"
|
|
4083
4083
|
},
|
|
4084
4084
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
4085
|
-
"jsiiVersion": "5.7
|
|
4085
|
+
"jsiiVersion": "5.9.7 (build 1693b5a)",
|
|
4086
4086
|
"keywords": [
|
|
4087
4087
|
"aws",
|
|
4088
4088
|
"cdk",
|
|
@@ -8927,6 +8927,6 @@
|
|
|
8927
8927
|
"symbolId": "lib/subnet-group:SubnetGroupProps"
|
|
8928
8928
|
}
|
|
8929
8929
|
},
|
|
8930
|
-
"version": "2.
|
|
8930
|
+
"version": "2.220.0-alpha.0",
|
|
8931
8931
|
"fingerprint": "**********"
|
|
8932
8932
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|