aws-solutions-constructs.core 2.94.0__tar.gz → 2.95.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.94.0/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.95.0}/PKG-INFO +3 -3
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/setup.py +4 -4
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs/core/__init__.py +1 -154
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs/core/_jsii/__init__.py +1 -1
- aws_solutions_constructs_core-2.95.0/src/aws_solutions_constructs/core/_jsii/core@2.95.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +3 -3
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs.core.egg-info/requires.txt +2 -2
- aws_solutions_constructs_core-2.94.0/src/aws_solutions_constructs/core/_jsii/core@2.94.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/LICENSE +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/README.md +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/setup.cfg +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs/core/py.typed +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.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.95.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
|
|
@@ -18,10 +18,10 @@ 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.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.223.0
|
|
22
22
|
Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
26
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
27
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.95.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.95.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.core": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,10 +34,10 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.223.0, <3.0.0",
|
|
38
38
|
"aws-cdk.cloud-assembly-schema>=48.6.0, <49.0.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.119.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
42
42
|
"typeguard>=2.13.3,<4.3.0"
|
|
43
43
|
],
|
|
@@ -138,7 +138,6 @@ import aws_cdk.aws_kms as _aws_cdk_aws_kms_ceddda9d
|
|
|
138
138
|
import aws_cdk.aws_lambda as _aws_cdk_aws_lambda_ceddda9d
|
|
139
139
|
import aws_cdk.aws_lambda_event_sources as _aws_cdk_aws_lambda_event_sources_ceddda9d
|
|
140
140
|
import aws_cdk.aws_logs as _aws_cdk_aws_logs_ceddda9d
|
|
141
|
-
import aws_cdk.aws_mediastore as _aws_cdk_aws_mediastore_ceddda9d
|
|
142
141
|
import aws_cdk.aws_opensearchservice as _aws_cdk_aws_opensearchservice_ceddda9d
|
|
143
142
|
import aws_cdk.aws_pipes as _aws_cdk_aws_pipes_ceddda9d
|
|
144
143
|
import aws_cdk.aws_s3 as _aws_cdk_aws_s3_ceddda9d
|
|
@@ -3527,82 +3526,6 @@ class CloudFrontDistributionForApiGatewayResponse:
|
|
|
3527
3526
|
)
|
|
3528
3527
|
|
|
3529
3528
|
|
|
3530
|
-
@jsii.data_type(
|
|
3531
|
-
jsii_type="@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse",
|
|
3532
|
-
jsii_struct_bases=[],
|
|
3533
|
-
name_mapping={
|
|
3534
|
-
"distribution": "distribution",
|
|
3535
|
-
"request_policy": "requestPolicy",
|
|
3536
|
-
"cloudfront_function": "cloudfrontFunction",
|
|
3537
|
-
"logging_bucket": "loggingBucket",
|
|
3538
|
-
},
|
|
3539
|
-
)
|
|
3540
|
-
class CloudFrontDistributionForMediaStoreResponse:
|
|
3541
|
-
def __init__(
|
|
3542
|
-
self,
|
|
3543
|
-
*,
|
|
3544
|
-
distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
|
|
3545
|
-
request_policy: _aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy,
|
|
3546
|
-
cloudfront_function: typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function] = None,
|
|
3547
|
-
logging_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
3548
|
-
) -> None:
|
|
3549
|
-
'''
|
|
3550
|
-
:param distribution: -
|
|
3551
|
-
:param request_policy: -
|
|
3552
|
-
:param cloudfront_function: -
|
|
3553
|
-
:param logging_bucket: -
|
|
3554
|
-
'''
|
|
3555
|
-
if __debug__:
|
|
3556
|
-
type_hints = typing.get_type_hints(_typecheckingstub__39bce18a31569e2158389732534266e87e792a1af744d954a8b870e46d37ad50)
|
|
3557
|
-
check_type(argname="argument distribution", value=distribution, expected_type=type_hints["distribution"])
|
|
3558
|
-
check_type(argname="argument request_policy", value=request_policy, expected_type=type_hints["request_policy"])
|
|
3559
|
-
check_type(argname="argument cloudfront_function", value=cloudfront_function, expected_type=type_hints["cloudfront_function"])
|
|
3560
|
-
check_type(argname="argument logging_bucket", value=logging_bucket, expected_type=type_hints["logging_bucket"])
|
|
3561
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3562
|
-
"distribution": distribution,
|
|
3563
|
-
"request_policy": request_policy,
|
|
3564
|
-
}
|
|
3565
|
-
if cloudfront_function is not None:
|
|
3566
|
-
self._values["cloudfront_function"] = cloudfront_function
|
|
3567
|
-
if logging_bucket is not None:
|
|
3568
|
-
self._values["logging_bucket"] = logging_bucket
|
|
3569
|
-
|
|
3570
|
-
@builtins.property
|
|
3571
|
-
def distribution(self) -> _aws_cdk_aws_cloudfront_ceddda9d.Distribution:
|
|
3572
|
-
result = self._values.get("distribution")
|
|
3573
|
-
assert result is not None, "Required property 'distribution' is missing"
|
|
3574
|
-
return typing.cast(_aws_cdk_aws_cloudfront_ceddda9d.Distribution, result)
|
|
3575
|
-
|
|
3576
|
-
@builtins.property
|
|
3577
|
-
def request_policy(self) -> _aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy:
|
|
3578
|
-
result = self._values.get("request_policy")
|
|
3579
|
-
assert result is not None, "Required property 'request_policy' is missing"
|
|
3580
|
-
return typing.cast(_aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy, result)
|
|
3581
|
-
|
|
3582
|
-
@builtins.property
|
|
3583
|
-
def cloudfront_function(
|
|
3584
|
-
self,
|
|
3585
|
-
) -> typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function]:
|
|
3586
|
-
result = self._values.get("cloudfront_function")
|
|
3587
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function], result)
|
|
3588
|
-
|
|
3589
|
-
@builtins.property
|
|
3590
|
-
def logging_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
3591
|
-
result = self._values.get("logging_bucket")
|
|
3592
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], result)
|
|
3593
|
-
|
|
3594
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3595
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3596
|
-
|
|
3597
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3598
|
-
return not (rhs == self)
|
|
3599
|
-
|
|
3600
|
-
def __repr__(self) -> str:
|
|
3601
|
-
return "CloudFrontDistributionForMediaStoreResponse(%s)" % ", ".join(
|
|
3602
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
3603
|
-
)
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
3529
|
@jsii.data_type(
|
|
3607
3530
|
jsii_type="@aws-solutions-constructs/core.CloudFrontProps",
|
|
3608
3531
|
jsii_struct_bases=[],
|
|
@@ -5481,63 +5404,6 @@ class MappingResponse:
|
|
|
5481
5404
|
)
|
|
5482
5405
|
|
|
5483
5406
|
|
|
5484
|
-
@jsii.data_type(
|
|
5485
|
-
jsii_type="@aws-solutions-constructs/core.MediaStoreProps",
|
|
5486
|
-
jsii_struct_bases=[],
|
|
5487
|
-
name_mapping={
|
|
5488
|
-
"existing_media_store_container_obj": "existingMediaStoreContainerObj",
|
|
5489
|
-
"media_store_container_props": "mediaStoreContainerProps",
|
|
5490
|
-
},
|
|
5491
|
-
)
|
|
5492
|
-
class MediaStoreProps:
|
|
5493
|
-
def __init__(
|
|
5494
|
-
self,
|
|
5495
|
-
*,
|
|
5496
|
-
existing_media_store_container_obj: typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer] = None,
|
|
5497
|
-
media_store_container_props: typing.Optional[typing.Union[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
5498
|
-
) -> None:
|
|
5499
|
-
'''
|
|
5500
|
-
:param existing_media_store_container_obj: -
|
|
5501
|
-
:param media_store_container_props: -
|
|
5502
|
-
'''
|
|
5503
|
-
if isinstance(media_store_container_props, dict):
|
|
5504
|
-
media_store_container_props = _aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps(**media_store_container_props)
|
|
5505
|
-
if __debug__:
|
|
5506
|
-
type_hints = typing.get_type_hints(_typecheckingstub__d2aa532ddbd324fb791db84dcad85f906a5b71e1140b139d99d630f5200479af)
|
|
5507
|
-
check_type(argname="argument existing_media_store_container_obj", value=existing_media_store_container_obj, expected_type=type_hints["existing_media_store_container_obj"])
|
|
5508
|
-
check_type(argname="argument media_store_container_props", value=media_store_container_props, expected_type=type_hints["media_store_container_props"])
|
|
5509
|
-
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5510
|
-
if existing_media_store_container_obj is not None:
|
|
5511
|
-
self._values["existing_media_store_container_obj"] = existing_media_store_container_obj
|
|
5512
|
-
if media_store_container_props is not None:
|
|
5513
|
-
self._values["media_store_container_props"] = media_store_container_props
|
|
5514
|
-
|
|
5515
|
-
@builtins.property
|
|
5516
|
-
def existing_media_store_container_obj(
|
|
5517
|
-
self,
|
|
5518
|
-
) -> typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer]:
|
|
5519
|
-
result = self._values.get("existing_media_store_container_obj")
|
|
5520
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer], result)
|
|
5521
|
-
|
|
5522
|
-
@builtins.property
|
|
5523
|
-
def media_store_container_props(
|
|
5524
|
-
self,
|
|
5525
|
-
) -> typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps]:
|
|
5526
|
-
result = self._values.get("media_store_container_props")
|
|
5527
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps], result)
|
|
5528
|
-
|
|
5529
|
-
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5530
|
-
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5531
|
-
|
|
5532
|
-
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5533
|
-
return not (rhs == self)
|
|
5534
|
-
|
|
5535
|
-
def __repr__(self) -> str:
|
|
5536
|
-
return "MediaStoreProps(%s)" % ", ".join(
|
|
5537
|
-
k + "=" + repr(v) for k, v in self._values.items()
|
|
5538
|
-
)
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
5407
|
@jsii.data_type(
|
|
5542
5408
|
jsii_type="@aws-solutions-constructs/core.ObtainAlbProps",
|
|
5543
5409
|
jsii_struct_bases=[],
|
|
@@ -6522,6 +6388,7 @@ class ServiceEndpointTypes(enum.Enum):
|
|
|
6522
6388
|
BEDROCK = "BEDROCK"
|
|
6523
6389
|
BEDROCK_RUNTIME = "BEDROCK_RUNTIME"
|
|
6524
6390
|
KENDRA = "KENDRA"
|
|
6391
|
+
TRANSCRIBE = "TRANSCRIBE"
|
|
6525
6392
|
|
|
6526
6393
|
|
|
6527
6394
|
@jsii.data_type(
|
|
@@ -7084,7 +6951,6 @@ __all__ = [
|
|
|
7084
6951
|
"BuildWebaclProps",
|
|
7085
6952
|
"CfnNagSuppressRule",
|
|
7086
6953
|
"CloudFrontDistributionForApiGatewayResponse",
|
|
7087
|
-
"CloudFrontDistributionForMediaStoreResponse",
|
|
7088
6954
|
"CloudFrontProps",
|
|
7089
6955
|
"CloudfrontS3Props",
|
|
7090
6956
|
"CognitoOptions",
|
|
@@ -7111,7 +6977,6 @@ __all__ = [
|
|
|
7111
6977
|
"KinesisStreamProps",
|
|
7112
6978
|
"LambdaProps",
|
|
7113
6979
|
"MappingResponse",
|
|
7114
|
-
"MediaStoreProps",
|
|
7115
6980
|
"ObtainAlbProps",
|
|
7116
6981
|
"ObtainMemcachedClusterProps",
|
|
7117
6982
|
"OpenSearchProps",
|
|
@@ -7548,16 +7413,6 @@ def _typecheckingstub__28e9958969b69d0c97ca692c45e5f4cd38c0a074d7bc4828880509272
|
|
|
7548
7413
|
"""Type checking stubs"""
|
|
7549
7414
|
pass
|
|
7550
7415
|
|
|
7551
|
-
def _typecheckingstub__39bce18a31569e2158389732534266e87e792a1af744d954a8b870e46d37ad50(
|
|
7552
|
-
*,
|
|
7553
|
-
distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
|
|
7554
|
-
request_policy: _aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy,
|
|
7555
|
-
cloudfront_function: typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function] = None,
|
|
7556
|
-
logging_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
7557
|
-
) -> None:
|
|
7558
|
-
"""Type checking stubs"""
|
|
7559
|
-
pass
|
|
7560
|
-
|
|
7561
7416
|
def _typecheckingstub__cd3111b21580a09c6860dda1c78369e81b4db80bfcf046e07f6921b72d858ab8(
|
|
7562
7417
|
*,
|
|
7563
7418
|
insert_http_security_headers: typing.Optional[builtins.bool] = None,
|
|
@@ -7807,14 +7662,6 @@ def _typecheckingstub__d1ba435ba7bd3ef62bb8c53ca638e782145ebfe4f85606498a0bfdad8
|
|
|
7807
7662
|
"""Type checking stubs"""
|
|
7808
7663
|
pass
|
|
7809
7664
|
|
|
7810
|
-
def _typecheckingstub__d2aa532ddbd324fb791db84dcad85f906a5b71e1140b139d99d630f5200479af(
|
|
7811
|
-
*,
|
|
7812
|
-
existing_media_store_container_obj: typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer] = None,
|
|
7813
|
-
media_store_container_props: typing.Optional[typing.Union[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7814
|
-
) -> None:
|
|
7815
|
-
"""Type checking stubs"""
|
|
7816
|
-
pass
|
|
7817
|
-
|
|
7818
7665
|
def _typecheckingstub__12b14feea16b19036cf050ea8dd837f794807f0bf081e9b64939210089265868(
|
|
7819
7666
|
*,
|
|
7820
7667
|
public_api: builtins.bool,
|
|
@@ -33,7 +33,7 @@ import aws_cdk.cloud_assembly_schema._jsii
|
|
|
33
33
|
import constructs._jsii
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
|
-
"@aws-solutions-constructs/core", "2.
|
|
36
|
+
"@aws-solutions-constructs/core", "2.95.0", __name__[0:-6], "core@2.95.0.jsii.tgz"
|
|
37
37
|
)
|
|
38
38
|
|
|
39
39
|
__all__ = [
|
aws_solutions_constructs_core-2.95.0/src/aws_solutions_constructs/core/_jsii/core@2.95.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.95.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
|
|
@@ -18,10 +18,10 @@ 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.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.223.0
|
|
22
22
|
Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
26
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
27
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.95.0.jsii.tgz
|
aws_solutions_constructs_core-2.94.0/src/aws_solutions_constructs/core/_jsii/core@2.94.0.jsii.tgz
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_solutions_constructs_core-2.94.0 → aws_solutions_constructs_core-2.95.0}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|