cdk-dms-replication 0.2.2__tar.gz → 0.2.4__tar.gz
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.
- {cdk_dms_replication-0.2.2/src/cdk_dms_replication.egg-info → cdk_dms_replication-0.2.4}/PKG-INFO +1 -1
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/setup.py +2 -2
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication/_jsii/__init__.py +2 -2
- cdk_dms_replication-0.2.4/src/cdk_dms_replication/_jsii/cdk-dms-replication@0.2.4.jsii.tgz +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4/src/cdk_dms_replication.egg-info}/PKG-INFO +1 -1
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication.egg-info/SOURCES.txt +1 -1
- cdk_dms_replication-0.2.2/src/cdk_dms_replication/_jsii/cdk-dms-replication@0.2.2.jsii.tgz +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/LICENSE +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/MANIFEST.in +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/README.md +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/pyproject.toml +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/setup.cfg +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication/__init__.py +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication/py.typed +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication.egg-info/dependency_links.txt +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication.egg-info/requires.txt +0 -0
- {cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication.egg-info/top_level.txt +0 -0
{cdk_dms_replication-0.2.2/src/cdk_dms_replication.egg-info → cdk_dms_replication-0.2.4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdk-dms-replication
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: L3 CDK Constructs for Amazon Database Migration Service (DMS) — pattern construct bundling replication instance, endpoints, and tasks with secure defaults.
|
|
5
5
|
Home-page: https://github.com/kckempf/cdk-dms-replication#readme
|
|
6
6
|
Author: Kevin Kempf<kckempf@gmail.com>
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cdk-dms-replication",
|
|
8
|
-
"version": "0.2.
|
|
8
|
+
"version": "0.2.4",
|
|
9
9
|
"description": "L3 CDK Constructs for Amazon Database Migration Service (DMS) — pattern construct bundling replication instance, endpoints, and tasks with secure defaults.",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/kckempf/cdk-dms-replication#readme",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cdk_dms_replication._jsii": [
|
|
29
|
-
"cdk-dms-replication@0.2.
|
|
29
|
+
"cdk-dms-replication@0.2.4.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cdk_dms_replication": [
|
|
32
32
|
"py.typed"
|
|
Binary file
|
{cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4/src/cdk_dms_replication.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdk-dms-replication
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: L3 CDK Constructs for Amazon Database Migration Service (DMS) — pattern construct bundling replication instance, endpoints, and tasks with secure defaults.
|
|
5
5
|
Home-page: https://github.com/kckempf/cdk-dms-replication#readme
|
|
6
6
|
Author: Kevin Kempf<kckempf@gmail.com>
|
{cdk_dms_replication-0.2.2 → cdk_dms_replication-0.2.4}/src/cdk_dms_replication.egg-info/SOURCES.txt
RENAMED
|
@@ -11,4 +11,4 @@ src/cdk_dms_replication.egg-info/dependency_links.txt
|
|
|
11
11
|
src/cdk_dms_replication.egg-info/requires.txt
|
|
12
12
|
src/cdk_dms_replication.egg-info/top_level.txt
|
|
13
13
|
src/cdk_dms_replication/_jsii/__init__.py
|
|
14
|
-
src/cdk_dms_replication/_jsii/cdk-dms-replication@0.2.
|
|
14
|
+
src/cdk_dms_replication/_jsii/cdk-dms-replication@0.2.4.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|