aws-solutions-constructs.core 2.91.0__tar.gz → 2.92.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.
Files changed (17) hide show
  1. {aws_solutions_constructs_core-2.91.0/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.92.1}/PKG-INFO +2 -2
  2. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/setup.py +3 -3
  3. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/src/aws_solutions_constructs/core/__init__.py +0 -28
  4. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/src/aws_solutions_constructs/core/_jsii/__init__.py +1 -1
  5. aws_solutions_constructs_core-2.92.1/src/aws_solutions_constructs/core/_jsii/core@2.92.1.jsii.tgz +0 -0
  6. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +2 -2
  7. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
  8. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/src/aws_solutions_constructs.core.egg-info/requires.txt +1 -1
  9. aws_solutions_constructs_core-2.91.0/src/aws_solutions_constructs/core/_jsii/core@2.91.0.jsii.tgz +0 -0
  10. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/LICENSE +0 -0
  11. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/MANIFEST.in +0 -0
  12. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/README.md +0 -0
  13. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/pyproject.toml +0 -0
  14. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/setup.cfg +0 -0
  15. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/src/aws_solutions_constructs/core/py.typed +0 -0
  16. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
  17. {aws_solutions_constructs_core-2.91.0 → aws_solutions_constructs_core-2.92.1}/src/aws_solutions_constructs.core.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.core
3
- Version: 2.91.0
3
+ Version: 2.92.1
4
4
  Summary: Core CDK Construct for patterns library
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -18,7 +18,7 @@ Classifier: License :: OSI Approved
18
18
  Requires-Python: ~=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.210.0
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.212.0
22
22
  Requires-Dist: constructs<11.0.0,>=10.0.0
23
23
  Requires-Dist: jsii<2.0.0,>=1.111.0
24
24
  Requires-Dist: publication>=0.0.3
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.core",
8
- "version": "2.91.0",
8
+ "version": "2.92.1",
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.91.0.jsii.tgz"
29
+ "core@2.92.1.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.core": [
32
32
  "py.typed"
@@ -34,7 +34,7 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.210.0, <3.0.0",
37
+ "aws-cdk-lib>=2.212.0, <3.0.0",
38
38
  "constructs>=10.0.0, <11.0.0",
39
39
  "jsii>=1.111.0, <2.0.0",
40
40
  "publication>=0.0.3",
@@ -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.91.0", __name__[0:-6], "core@2.91.0.jsii.tgz"
35
+ "@aws-solutions-constructs/core", "2.92.1", __name__[0:-6], "core@2.92.1.jsii.tgz"
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.core
3
- Version: 2.91.0
3
+ Version: 2.92.1
4
4
  Summary: Core CDK Construct for patterns library
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -18,7 +18,7 @@ Classifier: License :: OSI Approved
18
18
  Requires-Python: ~=3.9
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.210.0
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.212.0
22
22
  Requires-Dist: constructs<11.0.0,>=10.0.0
23
23
  Requires-Dist: jsii<2.0.0,>=1.111.0
24
24
  Requires-Dist: publication>=0.0.3
@@ -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.91.0.jsii.tgz
14
+ src/aws_solutions_constructs/core/_jsii/core@2.92.1.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk-lib<3.0.0,>=2.210.0
1
+ aws-cdk-lib<3.0.0,>=2.212.0
2
2
  constructs<11.0.0,>=10.0.0
3
3
  jsii<2.0.0,>=1.111.0
4
4
  publication>=0.0.3