aws-solutions-constructs.core 2.92.2__tar.gz → 2.93.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.92.2/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.93.0}/PKG-INFO +3 -2
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/pyproject.toml +1 -1
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/setup.py +4 -3
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/src/aws_solutions_constructs/core/__init__.py +26 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/src/aws_solutions_constructs/core/_jsii/__init__.py +2 -1
- aws_solutions_constructs_core-2.93.0/src/aws_solutions_constructs/core/_jsii/core@2.93.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +3 -2
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/src/aws_solutions_constructs.core.egg-info/requires.txt +2 -1
- aws_solutions_constructs_core-2.92.2/src/aws_solutions_constructs/core/_jsii/core@2.92.2.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/LICENSE +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/README.md +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/setup.cfg +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/src/aws_solutions_constructs/core/py.typed +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.0}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_core-2.92.2 → aws_solutions_constructs_core-2.93.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.93.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,8 +19,9 @@ Requires-Python: ~=3.9
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.214.0
|
|
22
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
|
|
22
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.114.1
|
|
24
25
|
Requires-Dist: publication>=0.0.3
|
|
25
26
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
26
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.93.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.93.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.core": [
|
|
32
32
|
"py.typed"
|
|
@@ -35,8 +35,9 @@ kwargs = json.loads(
|
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk-lib>=2.214.0, <3.0.0",
|
|
38
|
+
"aws-cdk.cloud-assembly-schema>=48.6.0, <49.0.0",
|
|
38
39
|
"constructs>=10.0.0, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.114.1, <2.0.0",
|
|
40
41
|
"publication>=0.0.3",
|
|
41
42
|
"typeguard>=2.13.3,<4.3.0"
|
|
42
43
|
],
|
|
@@ -3830,6 +3830,25 @@ class CognitoOptions:
|
|
|
3830
3830
|
)
|
|
3831
3831
|
|
|
3832
3832
|
|
|
3833
|
+
class ConstructsFeatureFlagsReport(
|
|
3834
|
+
_constructs_77d1e7e8.Construct,
|
|
3835
|
+
metaclass=jsii.JSIIMeta,
|
|
3836
|
+
jsii_type="@aws-solutions-constructs/core.ConstructsFeatureFlagsReport",
|
|
3837
|
+
):
|
|
3838
|
+
'''A CDK L3 construct that creates resources for Solutions Feature Flags reporting.'''
|
|
3839
|
+
|
|
3840
|
+
@jsii.member(jsii_name="ensure")
|
|
3841
|
+
@builtins.classmethod
|
|
3842
|
+
def ensure(cls, scope: _constructs_77d1e7e8.Construct) -> None:
|
|
3843
|
+
'''
|
|
3844
|
+
:param scope: -
|
|
3845
|
+
'''
|
|
3846
|
+
if __debug__:
|
|
3847
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3edcfc4cfd2d4d8845ee3d0c565a10a36de7544d7ff294673137304aa6e70318)
|
|
3848
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3849
|
+
return typing.cast(None, jsii.sinvoke(cls, "ensure", [scope]))
|
|
3850
|
+
|
|
3851
|
+
|
|
3833
3852
|
@jsii.data_type(
|
|
3834
3853
|
jsii_type="@aws-solutions-constructs/core.CreateCloudFrontDistributionForS3Props",
|
|
3835
3854
|
jsii_struct_bases=[],
|
|
@@ -7043,6 +7062,7 @@ __all__ = [
|
|
|
7043
7062
|
"CloudFrontProps",
|
|
7044
7063
|
"CloudfrontS3Props",
|
|
7045
7064
|
"CognitoOptions",
|
|
7065
|
+
"ConstructsFeatureFlagsReport",
|
|
7046
7066
|
"CreateCloudFrontDistributionForS3Props",
|
|
7047
7067
|
"CreateCloudFrontDistributionForS3Response",
|
|
7048
7068
|
"CreateCloudFrontLoggingBucketRequest",
|
|
@@ -7541,6 +7561,12 @@ def _typecheckingstub__2ab3cd723e5c01a12a9f21b04d8cb1909bd59787d38342b627934c458
|
|
|
7541
7561
|
"""Type checking stubs"""
|
|
7542
7562
|
pass
|
|
7543
7563
|
|
|
7564
|
+
def _typecheckingstub__3edcfc4cfd2d4d8845ee3d0c565a10a36de7544d7ff294673137304aa6e70318(
|
|
7565
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7566
|
+
) -> None:
|
|
7567
|
+
"""Type checking stubs"""
|
|
7568
|
+
pass
|
|
7569
|
+
|
|
7544
7570
|
def _typecheckingstub__90026d4ab83a876c6e64a2dacfaccc19f6269116b2ba36f77701cc6f4ea0fd6f(
|
|
7545
7571
|
*,
|
|
7546
7572
|
source_bucket: _aws_cdk_aws_s3_ceddda9d.IBucket,
|
|
@@ -29,10 +29,11 @@ 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.cloud_assembly_schema._jsii
|
|
32
33
|
import constructs._jsii
|
|
33
34
|
|
|
34
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
|
-
"@aws-solutions-constructs/core", "2.
|
|
36
|
+
"@aws-solutions-constructs/core", "2.93.0", __name__[0:-6], "core@2.93.0.jsii.tgz"
|
|
36
37
|
)
|
|
37
38
|
|
|
38
39
|
__all__ = [
|
aws_solutions_constructs_core-2.93.0/src/aws_solutions_constructs/core/_jsii/core@2.93.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.93.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,8 +19,9 @@ Requires-Python: ~=3.9
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.214.0
|
|
22
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
|
|
22
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.114.1
|
|
24
25
|
Requires-Dist: publication>=0.0.3
|
|
25
26
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
26
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.93.0.jsii.tgz
|
aws_solutions_constructs_core-2.92.2/src/aws_solutions_constructs/core/_jsii/core@2.92.2.jsii.tgz
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|