aws-solutions-constructs.core 2.74.0__tar.gz → 2.76.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.74.0/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.76.0}/PKG-INFO +3 -4
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/setup.py +4 -5
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/src/aws_solutions_constructs/core/__init__.py +12 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/src/aws_solutions_constructs/core/_jsii/__init__.py +1 -2
- aws_solutions_constructs_core-2.76.0/src/aws_solutions_constructs/core/_jsii/core@2.76.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +3 -4
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_core-2.76.0/src/aws_solutions_constructs.core.egg-info/requires.txt +5 -0
- aws_solutions_constructs_core-2.74.0/src/aws_solutions_constructs/core/_jsii/core@2.74.0.jsii.tgz +0 -0
- aws_solutions_constructs_core-2.74.0/src/aws_solutions_constructs.core.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/LICENSE +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/README.md +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/setup.cfg +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/src/aws_solutions_constructs/core/py.typed +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/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.
|
|
3
|
+
Version: 2.76.0
|
|
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
|
|
@@ -19,10 +19,9 @@ Classifier: License :: OSI Approved
|
|
|
19
19
|
Requires-Python: ~=3.8
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
23
|
-
Requires-Dist: aws-cdk.integ-tests-alpha==2.161.0.a0
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.173.2
|
|
24
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
26
25
|
Requires-Dist: publication>=0.0.3
|
|
27
26
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
27
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.core",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.76.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.76.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.core": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,10 +34,9 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-cdk.integ-tests-alpha==2.161.0.a0",
|
|
37
|
+
"aws-cdk-lib>=2.173.2, <3.0.0",
|
|
39
38
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.106.0, <2.0.0",
|
|
41
40
|
"publication>=0.0.3",
|
|
42
41
|
"typeguard>=2.13.3,<4.3.0"
|
|
43
42
|
],
|
|
@@ -3975,6 +3975,7 @@ class CreateFargateServiceResponse:
|
|
|
3975
3975
|
"source_arn": "sourceArn",
|
|
3976
3976
|
"source_parameters": "sourceParameters",
|
|
3977
3977
|
"source_policy": "sourcePolicy",
|
|
3978
|
+
"dlq": "dlq",
|
|
3978
3979
|
},
|
|
3979
3980
|
)
|
|
3980
3981
|
class CreateSourceResponse:
|
|
@@ -3984,11 +3985,13 @@ class CreateSourceResponse:
|
|
|
3984
3985
|
source_arn: builtins.str,
|
|
3985
3986
|
source_parameters: typing.Union[_aws_cdk_aws_pipes_ceddda9d.CfnPipe.PipeSourceParametersProperty, typing.Dict[builtins.str, typing.Any]],
|
|
3986
3987
|
source_policy: _aws_cdk_aws_iam_ceddda9d.PolicyDocument,
|
|
3988
|
+
dlq: typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue] = None,
|
|
3987
3989
|
) -> None:
|
|
3988
3990
|
'''
|
|
3989
3991
|
:param source_arn: -
|
|
3990
3992
|
:param source_parameters: -
|
|
3991
3993
|
:param source_policy: -
|
|
3994
|
+
:param dlq: -
|
|
3992
3995
|
'''
|
|
3993
3996
|
if isinstance(source_parameters, dict):
|
|
3994
3997
|
source_parameters = _aws_cdk_aws_pipes_ceddda9d.CfnPipe.PipeSourceParametersProperty(**source_parameters)
|
|
@@ -3997,11 +4000,14 @@ class CreateSourceResponse:
|
|
|
3997
4000
|
check_type(argname="argument source_arn", value=source_arn, expected_type=type_hints["source_arn"])
|
|
3998
4001
|
check_type(argname="argument source_parameters", value=source_parameters, expected_type=type_hints["source_parameters"])
|
|
3999
4002
|
check_type(argname="argument source_policy", value=source_policy, expected_type=type_hints["source_policy"])
|
|
4003
|
+
check_type(argname="argument dlq", value=dlq, expected_type=type_hints["dlq"])
|
|
4000
4004
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4001
4005
|
"source_arn": source_arn,
|
|
4002
4006
|
"source_parameters": source_parameters,
|
|
4003
4007
|
"source_policy": source_policy,
|
|
4004
4008
|
}
|
|
4009
|
+
if dlq is not None:
|
|
4010
|
+
self._values["dlq"] = dlq
|
|
4005
4011
|
|
|
4006
4012
|
@builtins.property
|
|
4007
4013
|
def source_arn(self) -> builtins.str:
|
|
@@ -4023,6 +4029,11 @@ class CreateSourceResponse:
|
|
|
4023
4029
|
assert result is not None, "Required property 'source_policy' is missing"
|
|
4024
4030
|
return typing.cast(_aws_cdk_aws_iam_ceddda9d.PolicyDocument, result)
|
|
4025
4031
|
|
|
4032
|
+
@builtins.property
|
|
4033
|
+
def dlq(self) -> typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue]:
|
|
4034
|
+
result = self._values.get("dlq")
|
|
4035
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue], result)
|
|
4036
|
+
|
|
4026
4037
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4027
4038
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4028
4039
|
|
|
@@ -6915,6 +6926,7 @@ def _typecheckingstub__d0c6f887fc20e867b2e30bb877ad19fdf05be5463c44027d80f59c0ae
|
|
|
6915
6926
|
source_arn: builtins.str,
|
|
6916
6927
|
source_parameters: typing.Union[_aws_cdk_aws_pipes_ceddda9d.CfnPipe.PipeSourceParametersProperty, typing.Dict[builtins.str, typing.Any]],
|
|
6917
6928
|
source_policy: _aws_cdk_aws_iam_ceddda9d.PolicyDocument,
|
|
6929
|
+
dlq: typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue] = None,
|
|
6918
6930
|
) -> None:
|
|
6919
6931
|
"""Type checking stubs"""
|
|
6920
6932
|
pass
|
|
@@ -29,11 +29,10 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
29
29
|
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
30
|
|
|
31
31
|
import aws_cdk._jsii
|
|
32
|
-
import aws_cdk.integ_tests_alpha._jsii
|
|
33
32
|
import constructs._jsii
|
|
34
33
|
|
|
35
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
|
-
"@aws-solutions-constructs/core", "2.
|
|
35
|
+
"@aws-solutions-constructs/core", "2.76.0", __name__[0:-6], "core@2.76.0.jsii.tgz"
|
|
37
36
|
)
|
|
38
37
|
|
|
39
38
|
__all__ = [
|
aws_solutions_constructs_core-2.76.0/src/aws_solutions_constructs/core/_jsii/core@2.76.0.jsii.tgz
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.core
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.76.0
|
|
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
|
|
@@ -19,10 +19,9 @@ Classifier: License :: OSI Approved
|
|
|
19
19
|
Requires-Python: ~=3.8
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
23
|
-
Requires-Dist: aws-cdk.integ-tests-alpha==2.161.0.a0
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.173.2
|
|
24
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
26
25
|
Requires-Dist: publication>=0.0.3
|
|
27
26
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
27
|
|
|
@@ -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.76.0.jsii.tgz
|
aws_solutions_constructs_core-2.74.0/src/aws_solutions_constructs/core/_jsii/core@2.74.0.jsii.tgz
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_solutions_constructs_core-2.74.0 → aws_solutions_constructs_core-2.76.0}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|