cdk-dms-replication 0.2.0__tar.gz → 0.2.1__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.0/src/cdk_dms_replication.egg-info → cdk_dms_replication-0.2.1}/PKG-INFO +2 -2
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/setup.py +3 -3
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/src/cdk_dms_replication/__init__.py +28 -6
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/src/cdk_dms_replication/_jsii/__init__.py +2 -2
- cdk_dms_replication-0.2.1/src/cdk_dms_replication/_jsii/cdk-dms-replication@0.2.1.jsii.tgz +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1/src/cdk_dms_replication.egg-info}/PKG-INFO +2 -2
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/src/cdk_dms_replication.egg-info/SOURCES.txt +1 -1
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/src/cdk_dms_replication.egg-info/requires.txt +1 -1
- cdk_dms_replication-0.2.0/src/cdk_dms_replication/_jsii/cdk-dms-replication@0.2.0.jsii.tgz +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/LICENSE +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/MANIFEST.in +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/README.md +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/pyproject.toml +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/setup.cfg +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/src/cdk_dms_replication/py.typed +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/src/cdk_dms_replication.egg-info/dependency_links.txt +0 -0
- {cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/src/cdk_dms_replication.egg-info/top_level.txt +0 -0
{cdk_dms_replication-0.2.0/src/cdk_dms_replication.egg-info → cdk_dms_replication-0.2.1}/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.1
|
|
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>
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.100.0
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.5.1
|
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.136.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
28
28
|
|
|
29
29
|
# cdk-dms-replication
|
|
@@ -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.1",
|
|
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.1.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cdk_dms_replication": [
|
|
32
32
|
"py.typed"
|
|
@@ -36,7 +36,7 @@ kwargs = json.loads(
|
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk-lib>=2.100.0, <3.0.0",
|
|
38
38
|
"constructs>=10.5.1, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.136.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3"
|
|
41
41
|
],
|
|
42
42
|
"classifiers": [
|
|
@@ -968,6 +968,8 @@ Bug reports and pull requests are welcome. Please open an issue at [github.com/k
|
|
|
968
968
|
|
|
969
969
|
Apache-2.0 — see [LICENSE](https://github.com/kckempf/cdk-dms-replication/blob/main/LICENSE)
|
|
970
970
|
'''
|
|
971
|
+
from __future__ import annotations
|
|
972
|
+
|
|
971
973
|
from pkgutil import extend_path
|
|
972
974
|
__path__ = extend_path(__path__, __name__)
|
|
973
975
|
|
|
@@ -986,12 +988,32 @@ from jsii._type_checking import check_type
|
|
|
986
988
|
|
|
987
989
|
from ._jsii import *
|
|
988
990
|
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
991
|
+
class _LazyImport:
|
|
992
|
+
def __init__(self, module_name: str) -> None:
|
|
993
|
+
self._module_name = module_name
|
|
994
|
+
self._module: typing.Any = None
|
|
995
|
+
def __getattr__(self, name: str) -> typing.Any:
|
|
996
|
+
if self._module is None:
|
|
997
|
+
import importlib
|
|
998
|
+
self._module = importlib.import_module(self._module_name)
|
|
999
|
+
return getattr(self._module, name)
|
|
1000
|
+
|
|
1001
|
+
if typing.TYPE_CHECKING:
|
|
1002
|
+
|
|
1003
|
+
import aws_cdk as _aws_cdk_ceddda9d
|
|
1004
|
+
import aws_cdk.aws_dms as _aws_cdk_aws_dms_ceddda9d
|
|
1005
|
+
import aws_cdk.aws_ec2 as _aws_cdk_aws_ec2_ceddda9d
|
|
1006
|
+
import aws_cdk.aws_kms as _aws_cdk_aws_kms_ceddda9d
|
|
1007
|
+
import aws_cdk.aws_logs as _aws_cdk_aws_logs_ceddda9d
|
|
1008
|
+
import constructs as _constructs_77d1e7e8
|
|
1009
|
+
else:
|
|
1010
|
+
|
|
1011
|
+
_aws_cdk_aws_dms_ceddda9d = _LazyImport("aws_cdk.aws_dms")
|
|
1012
|
+
_aws_cdk_aws_ec2_ceddda9d = _LazyImport("aws_cdk.aws_ec2")
|
|
1013
|
+
_aws_cdk_aws_kms_ceddda9d = _LazyImport("aws_cdk.aws_kms")
|
|
1014
|
+
_aws_cdk_aws_logs_ceddda9d = _LazyImport("aws_cdk.aws_logs")
|
|
1015
|
+
_aws_cdk_ceddda9d = _LazyImport("aws_cdk")
|
|
1016
|
+
_constructs_77d1e7e8 = _LazyImport("constructs")
|
|
995
1017
|
|
|
996
1018
|
|
|
997
1019
|
@jsii.data_type(
|
|
Binary file
|
{cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1/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.1
|
|
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>
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.100.0
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.5.1
|
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.136.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
28
28
|
|
|
29
29
|
# cdk-dms-replication
|
{cdk_dms_replication-0.2.0 → cdk_dms_replication-0.2.1}/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.1.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
|