aws-solutions-constructs.aws-iot-sqs 2.54.0__py3-none-any.whl → 2.55.0__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_iot_sqs/__init__.py +3 -0
- aws_solutions_constructs/aws_iot_sqs/_jsii/__init__.py +5 -2
- aws_solutions_constructs/aws_iot_sqs/_jsii/aws-iot-sqs@2.55.0.jsii.tgz +0 -0
- {aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info}/METADATA +5 -5
- aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info/RECORD +9 -0
- aws_solutions_constructs/aws_iot_sqs/_jsii/aws-iot-sqs@2.54.0.jsii.tgz +0 -0
- aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info/RECORD +0 -9
- {aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info}/WHEEL +0 -0
- {aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info → aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info}/top_level.txt +0 -0
@@ -147,6 +147,9 @@ Out of the box implementation of the Construct without any override will set the
|
|
147
147
|
|
148
148
|
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
149
149
|
'''
|
150
|
+
from pkgutil import extend_path
|
151
|
+
__path__ = extend_path(__path__, __name__)
|
152
|
+
|
150
153
|
import abc
|
151
154
|
import builtins
|
152
155
|
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-iot-sqs",
|
20
|
-
"2.
|
23
|
+
"2.55.0",
|
21
24
|
__name__[0:-6],
|
22
|
-
"aws-iot-sqs@2.
|
25
|
+
"aws-iot-sqs@2.55.0.jsii.tgz",
|
23
26
|
)
|
24
27
|
|
25
28
|
__all__ = [
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-iot-sqs
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.55.0
|
4
4
|
Summary: CDK Constructs for AWS IoT to AWS 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.
|
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.55.0
|
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.97.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_iot_sqs/__init__.py,sha256=kPx8rnFjVfK53pZJLBntdxnT0laQzRpz8bg2ZxwocW0,25520
|
2
|
+
aws_solutions_constructs/aws_iot_sqs/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
aws_solutions_constructs/aws_iot_sqs/_jsii/__init__.py,sha256=rFMk_I_0GqUFbIQaxgOt6f7mQwvtLorFZ8hYFrwzUdI,588
|
4
|
+
aws_solutions_constructs/aws_iot_sqs/_jsii/aws-iot-sqs@2.55.0.jsii.tgz,sha256=rUknsiwcKbgiyiUm9JNt8MOP_IxZAguato7MvuFtb7c,316272
|
5
|
+
aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
+
aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info/METADATA,sha256=SSjCgluZI3QP5M_zFz15rsgg2CdxdrbVC7u5KkZCKnE,8014
|
7
|
+
aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
8
|
+
aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
+
aws_solutions_constructs.aws_iot_sqs-2.55.0.dist-info/RECORD,,
|
Binary file
|
@@ -1,9 +0,0 @@
|
|
1
|
-
aws_solutions_constructs/aws_iot_sqs/__init__.py,sha256=ahJsrPVarIBXyEI7pYhVF3g8L1TFcWN7qRDLCXMcxN4,25444
|
2
|
-
aws_solutions_constructs/aws_iot_sqs/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
aws_solutions_constructs/aws_iot_sqs/_jsii/__init__.py,sha256=Ss-9Yk3hTXtA2zPerqW_yfgmYn58qOoJDNPJw5OH0YQ,512
|
4
|
-
aws_solutions_constructs/aws_iot_sqs/_jsii/aws-iot-sqs@2.54.0.jsii.tgz,sha256=aphrvVeRCFGBcU3pGEozD6awQWllTkXhZLQDOqPbsCw,315914
|
5
|
-
aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
-
aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info/METADATA,sha256=YgDczdKYTZUrLTCvLY2JHQisRIVLD7QbJLuYQ9Nk458,8014
|
7
|
-
aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
8
|
-
aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
-
aws_solutions_constructs.aws_iot_sqs-2.54.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|