aws-solutions-constructs.core 2.91.0__tar.gz → 2.92.0__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.
- {aws_solutions_constructs_core-2.91.0/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.92.0}/PKG-INFO +1 -1
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/setup.py +2 -2
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/src/aws_solutions_constructs/core/__init__.py +0 -28
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/src/aws_solutions_constructs/core/_jsii/__init__.py +1 -1
- aws_solutions_constructs_core-2.92.0/src/aws_solutions_constructs/core/_jsii/core@2.92.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +1 -1
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_core-2.91.0/src/aws_solutions_constructs/core/_jsii/core@2.91.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/LICENSE +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/README.md +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/setup.cfg +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/src/aws_solutions_constructs/core/py.typed +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/src/aws_solutions_constructs.core.egg-info/requires.txt +0 -0
- {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/src/aws_solutions_constructs.core.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.core",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.92.0",
|
|
9
9
|
"description": "Core CDK Construct for patterns library",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_solutions_constructs.core._jsii": [
|
|
29
|
-
"core@2.
|
|
29
|
+
"core@2.92.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.core": [
|
|
32
32
|
"py.typed"
|
|
@@ -4892,8 +4892,6 @@ class DeploySagemakerEndpointResponse:
|
|
|
4892
4892
|
"dynamo_table_props": "dynamoTableProps",
|
|
4893
4893
|
"existing_table_interface": "existingTableInterface",
|
|
4894
4894
|
"existing_table_obj": "existingTableObj",
|
|
4895
|
-
"point_in_time_recovery": "pointInTimeRecovery",
|
|
4896
|
-
"point_in_time_recovery_specification": "pointInTimeRecoverySpecification",
|
|
4897
4895
|
},
|
|
4898
4896
|
)
|
|
4899
4897
|
class DynamoDBProps:
|
|
@@ -4903,27 +4901,19 @@ class DynamoDBProps:
|
|
|
4903
4901
|
dynamo_table_props: typing.Optional[typing.Union[_aws_cdk_aws_dynamodb_ceddda9d.TableProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
4904
4902
|
existing_table_interface: typing.Optional[_aws_cdk_aws_dynamodb_ceddda9d.ITable] = None,
|
|
4905
4903
|
existing_table_obj: typing.Optional[_aws_cdk_aws_dynamodb_ceddda9d.Table] = None,
|
|
4906
|
-
point_in_time_recovery: typing.Optional[builtins.bool] = None,
|
|
4907
|
-
point_in_time_recovery_specification: typing.Optional[typing.Union[_aws_cdk_aws_dynamodb_ceddda9d.PointInTimeRecoverySpecification, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
4908
4904
|
) -> None:
|
|
4909
4905
|
'''
|
|
4910
4906
|
:param dynamo_table_props: -
|
|
4911
4907
|
:param existing_table_interface: -
|
|
4912
4908
|
:param existing_table_obj: -
|
|
4913
|
-
:param point_in_time_recovery: -
|
|
4914
|
-
:param point_in_time_recovery_specification: -
|
|
4915
4909
|
'''
|
|
4916
4910
|
if isinstance(dynamo_table_props, dict):
|
|
4917
4911
|
dynamo_table_props = _aws_cdk_aws_dynamodb_ceddda9d.TableProps(**dynamo_table_props)
|
|
4918
|
-
if isinstance(point_in_time_recovery_specification, dict):
|
|
4919
|
-
point_in_time_recovery_specification = _aws_cdk_aws_dynamodb_ceddda9d.PointInTimeRecoverySpecification(**point_in_time_recovery_specification)
|
|
4920
4912
|
if __debug__:
|
|
4921
4913
|
type_hints = typing.get_type_hints(_typecheckingstub__fb247f6ada82965a3afeba568ee3ee0a3bacfe3f70c90eb7a7d261e9aba05147)
|
|
4922
4914
|
check_type(argname="argument dynamo_table_props", value=dynamo_table_props, expected_type=type_hints["dynamo_table_props"])
|
|
4923
4915
|
check_type(argname="argument existing_table_interface", value=existing_table_interface, expected_type=type_hints["existing_table_interface"])
|
|
4924
4916
|
check_type(argname="argument existing_table_obj", value=existing_table_obj, expected_type=type_hints["existing_table_obj"])
|
|
4925
|
-
check_type(argname="argument point_in_time_recovery", value=point_in_time_recovery, expected_type=type_hints["point_in_time_recovery"])
|
|
4926
|
-
check_type(argname="argument point_in_time_recovery_specification", value=point_in_time_recovery_specification, expected_type=type_hints["point_in_time_recovery_specification"])
|
|
4927
4917
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4928
4918
|
if dynamo_table_props is not None:
|
|
4929
4919
|
self._values["dynamo_table_props"] = dynamo_table_props
|
|
@@ -4931,10 +4921,6 @@ class DynamoDBProps:
|
|
|
4931
4921
|
self._values["existing_table_interface"] = existing_table_interface
|
|
4932
4922
|
if existing_table_obj is not None:
|
|
4933
4923
|
self._values["existing_table_obj"] = existing_table_obj
|
|
4934
|
-
if point_in_time_recovery is not None:
|
|
4935
|
-
self._values["point_in_time_recovery"] = point_in_time_recovery
|
|
4936
|
-
if point_in_time_recovery_specification is not None:
|
|
4937
|
-
self._values["point_in_time_recovery_specification"] = point_in_time_recovery_specification
|
|
4938
4924
|
|
|
4939
4925
|
@builtins.property
|
|
4940
4926
|
def dynamo_table_props(
|
|
@@ -4957,18 +4943,6 @@ class DynamoDBProps:
|
|
|
4957
4943
|
result = self._values.get("existing_table_obj")
|
|
4958
4944
|
return typing.cast(typing.Optional[_aws_cdk_aws_dynamodb_ceddda9d.Table], result)
|
|
4959
4945
|
|
|
4960
|
-
@builtins.property
|
|
4961
|
-
def point_in_time_recovery(self) -> typing.Optional[builtins.bool]:
|
|
4962
|
-
result = self._values.get("point_in_time_recovery")
|
|
4963
|
-
return typing.cast(typing.Optional[builtins.bool], result)
|
|
4964
|
-
|
|
4965
|
-
@builtins.property
|
|
4966
|
-
def point_in_time_recovery_specification(
|
|
4967
|
-
self,
|
|
4968
|
-
) -> typing.Optional[_aws_cdk_aws_dynamodb_ceddda9d.PointInTimeRecoverySpecification]:
|
|
4969
|
-
result = self._values.get("point_in_time_recovery_specification")
|
|
4970
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_dynamodb_ceddda9d.PointInTimeRecoverySpecification], result)
|
|
4971
|
-
|
|
4972
4946
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4973
4947
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4974
4948
|
|
|
@@ -7706,8 +7680,6 @@ def _typecheckingstub__fb247f6ada82965a3afeba568ee3ee0a3bacfe3f70c90eb7a7d261e9a
|
|
|
7706
7680
|
dynamo_table_props: typing.Optional[typing.Union[_aws_cdk_aws_dynamodb_ceddda9d.TableProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7707
7681
|
existing_table_interface: typing.Optional[_aws_cdk_aws_dynamodb_ceddda9d.ITable] = None,
|
|
7708
7682
|
existing_table_obj: typing.Optional[_aws_cdk_aws_dynamodb_ceddda9d.Table] = None,
|
|
7709
|
-
point_in_time_recovery: typing.Optional[builtins.bool] = None,
|
|
7710
|
-
point_in_time_recovery_specification: typing.Optional[typing.Union[_aws_cdk_aws_dynamodb_ceddda9d.PointInTimeRecoverySpecification, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7711
7683
|
) -> None:
|
|
7712
7684
|
"""Type checking stubs"""
|
|
7713
7685
|
pass
|
|
@@ -32,7 +32,7 @@ import aws_cdk._jsii
|
|
|
32
32
|
import constructs._jsii
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
|
-
"@aws-solutions-constructs/core", "2.
|
|
35
|
+
"@aws-solutions-constructs/core", "2.92.0", __name__[0:-6], "core@2.92.0.jsii.tgz"
|
|
36
36
|
)
|
|
37
37
|
|
|
38
38
|
__all__ = [
|
aws_solutions_constructs_core-2.92.0/src/aws_solutions_constructs/core/_jsii/core@2.92.0.jsii.tgz
ADDED
|
Binary file
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.core.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/core/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/core/py.typed
|
|
13
13
|
src/aws_solutions_constructs/core/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/core/_jsii/core@2.
|
|
14
|
+
src/aws_solutions_constructs/core/_jsii/core@2.92.0.jsii.tgz
|
aws_solutions_constructs_core-2.91.0/src/aws_solutions_constructs/core/_jsii/core@2.91.0.jsii.tgz
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.0}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|