aws-solutions-constructs.aws-fargate-sqs 2.54.0__py3-none-any.whl → 2.54.1__py3-none-any.whl
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/aws_fargate_sqs/__init__.py +3 -0
- aws_solutions_constructs/aws_fargate_sqs/_jsii/__init__.py +5 -2
- aws_solutions_constructs/aws_fargate_sqs/_jsii/aws-fargate-sqs@2.54.1.jsii.tgz +0 -0
- {aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info}/METADATA +5 -5
- aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info/RECORD +9 -0
- aws_solutions_constructs/aws_fargate_sqs/_jsii/aws-fargate-sqs@2.54.0.jsii.tgz +0 -0
- aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info/RECORD +0 -9
- {aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info}/WHEEL +0 -0
- {aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info}/top_level.txt +0 -0
@@ -142,6 +142,9 @@ Out of the box implementation of the Construct without any override will set the
|
|
142
142
|
|
143
143
|
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
144
144
|
'''
|
145
|
+
from pkgutil import extend_path
|
146
|
+
__path__ = extend_path(__path__, __name__)
|
147
|
+
|
145
148
|
import abc
|
146
149
|
import builtins
|
147
150
|
import datetime
|
@@ -1,3 +1,6 @@
|
|
1
|
+
from pkgutil import extend_path
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
3
|
+
|
1
4
|
import abc
|
2
5
|
import builtins
|
3
6
|
import datetime
|
@@ -17,9 +20,9 @@ import constructs._jsii
|
|
17
20
|
|
18
21
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
19
22
|
"@aws-solutions-constructs/aws-fargate-sqs",
|
20
|
-
"2.54.
|
23
|
+
"2.54.1",
|
21
24
|
__name__[0:-6],
|
22
|
-
"aws-fargate-sqs@2.54.
|
25
|
+
"aws-fargate-sqs@2.54.1.jsii.tgz",
|
23
26
|
)
|
24
27
|
|
25
28
|
__all__ = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-fargate-sqs
|
3
|
-
Version: 2.54.
|
3
|
+
Version: 2.54.1
|
4
4
|
Summary: CDK Constructs for AWS Fargate to Amazon SQS integration
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
@@ -19,11 +19,11 @@ 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.
|
24
|
-
Requires-Dist: aws-solutions-constructs.core ==2.54.
|
22
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.135.0
|
23
|
+
Requires-Dist: aws-cdk.integ-tests-alpha ==2.135.0.a0
|
24
|
+
Requires-Dist: aws-solutions-constructs.core ==2.54.1
|
25
25
|
Requires-Dist: constructs <11.0.0,>=10.0.0
|
26
|
-
Requires-Dist: jsii <2.0.0,>=1.
|
26
|
+
Requires-Dist: jsii <2.0.0,>=1.96.0
|
27
27
|
Requires-Dist: publication >=0.0.3
|
28
28
|
Requires-Dist: typeguard ~=2.13.3
|
29
29
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
aws_solutions_constructs/aws_fargate_sqs/__init__.py,sha256=I-0pR2hnXCC6YrrZgnHO71DL5e0VmbTIlgBacmv4Xo8,48379
|
2
|
+
aws_solutions_constructs/aws_fargate_sqs/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
aws_solutions_constructs/aws_fargate_sqs/_jsii/__init__.py,sha256=eXoiHs9gc7LBJnNyBDvhOryM9DZadYhrZc2y4Coqtas,596
|
4
|
+
aws_solutions_constructs/aws_fargate_sqs/_jsii/aws-fargate-sqs@2.54.1.jsii.tgz,sha256=Tm1Q65WkwOxxreW8DOHsOPok-Y5zSOe6CODA4ihIWsY,167249
|
5
|
+
aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
+
aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info/METADATA,sha256=mj0l1oVFmbmBvsEBOVqyC4KKtl_coCjLXuBsCOhITAA,11292
|
7
|
+
aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
8
|
+
aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
+
aws_solutions_constructs.aws_fargate_sqs-2.54.1.dist-info/RECORD,,
|
Binary file
|
@@ -1,9 +0,0 @@
|
|
1
|
-
aws_solutions_constructs/aws_fargate_sqs/__init__.py,sha256=utFNf_VbWlufN6NzgVDPJct9_J-0SsuCrvH4NrdS9XI,48303
|
2
|
-
aws_solutions_constructs/aws_fargate_sqs/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
aws_solutions_constructs/aws_fargate_sqs/_jsii/__init__.py,sha256=lf5AGAIDpmyb1Oh5kVAFUer-Rj7EuK42e6mVDIr5X2g,520
|
4
|
-
aws_solutions_constructs/aws_fargate_sqs/_jsii/aws-fargate-sqs@2.54.0.jsii.tgz,sha256=UMolN7hpjRMqeCZ9WplaHlBi9hSUTszD2Zp3x_RcIPg,167219
|
5
|
-
aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
-
aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info/METADATA,sha256=JVE-NzfPzF-HxBhUFO1YcO8AuVfIMtogjY56ciUCB9A,11292
|
7
|
-
aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
8
|
-
aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
-
aws_solutions_constructs.aws_fargate_sqs-2.54.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|