aws-solutions-constructs.aws-s3-stepfunctions 2.32.0__tar.gz → 2.34.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.aws-s3-stepfunctions-2.32.0/src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/PKG-INFO +2 -4
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/pyproject.toml +1 -1
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/setup.py +7 -6
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/src/aws_solutions_constructs/aws_s3_stepfunctions/_jsii/__init__.py +2 -2
- aws-solutions-constructs.aws-s3-stepfunctions-2.34.0/src/aws_solutions_constructs/aws_s3_stepfunctions/_jsii/aws-s3-stepfunctions@2.34.0.jsii.tgz +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0/src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info}/PKG-INFO +2 -4
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info/SOURCES.txt +1 -1
- aws-solutions-constructs.aws-s3-stepfunctions-2.34.0/src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info/requires.txt +7 -0
- aws-solutions-constructs.aws-s3-stepfunctions-2.32.0/src/aws_solutions_constructs/aws_s3_stepfunctions/_jsii/aws-s3-stepfunctions@2.32.0.jsii.tgz +0 -0
- aws-solutions-constructs.aws-s3-stepfunctions-2.32.0/src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info/requires.txt +0 -7
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/LICENSE +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/MANIFEST.in +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/README.md +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/setup.cfg +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/src/aws_solutions_constructs/aws_s3_stepfunctions/__init__.py +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/src/aws_solutions_constructs/aws_s3_stepfunctions/py.typed +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info/dependency_links.txt +0 -0
- {aws-solutions-constructs.aws-s3-stepfunctions-2.32.0 → aws-solutions-constructs.aws-s3-stepfunctions-2.34.0}/src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info/top_level.txt +0 -0
@@ -1,12 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-s3-stepfunctions
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.34.0
|
4
4
|
Summary: CDK Constructs for AWS S3 to AWS Step Functions integration
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
7
7
|
License: Apache-2.0
|
8
8
|
Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
|
9
|
-
Platform: UNKNOWN
|
10
9
|
Classifier: Intended Audience :: Developers
|
11
10
|
Classifier: Operating System :: OS Independent
|
12
11
|
Classifier: Programming Language :: JavaScript
|
@@ -15,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.7
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.8
|
16
15
|
Classifier: Programming Language :: Python :: 3.9
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
18
18
|
Classifier: Typing :: Typed
|
19
19
|
Classifier: License :: OSI Approved
|
20
20
|
Requires-Python: ~=3.7
|
@@ -179,5 +179,3 @@ Out of the box implementation of the Construct without any override will set the
|
|
179
179
|
|
180
180
|
|
181
181
|
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
182
|
-
|
183
|
-
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
5
5
|
"""
|
6
6
|
{
|
7
7
|
"name": "aws-solutions-constructs.aws-s3-stepfunctions",
|
8
|
-
"version": "2.
|
8
|
+
"version": "2.34.0",
|
9
9
|
"description": "CDK Constructs for AWS S3 to AWS Step Functions integration",
|
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.aws_s3_stepfunctions._jsii": [
|
29
|
-
"aws-s3-stepfunctions@2.
|
29
|
+
"aws-s3-stepfunctions@2.34.0.jsii.tgz"
|
30
30
|
],
|
31
31
|
"aws_solutions_constructs.aws_s3_stepfunctions": [
|
32
32
|
"py.typed"
|
@@ -34,11 +34,11 @@ kwargs = json.loads(
|
|
34
34
|
},
|
35
35
|
"python_requires": "~=3.7",
|
36
36
|
"install_requires": [
|
37
|
-
"aws-cdk-lib>=2.
|
38
|
-
"aws-solutions-constructs.aws-eventbridge-stepfunctions==2.
|
39
|
-
"aws-solutions-constructs.core==2.
|
37
|
+
"aws-cdk-lib>=2.68.0, <3.0.0",
|
38
|
+
"aws-solutions-constructs.aws-eventbridge-stepfunctions==2.34.0",
|
39
|
+
"aws-solutions-constructs.core==2.34.0",
|
40
40
|
"constructs>=10.0.0, <11.0.0",
|
41
|
-
"jsii>=1.
|
41
|
+
"jsii>=1.78.1, <2.0.0",
|
42
42
|
"publication>=0.0.3",
|
43
43
|
"typeguard~=2.13.3"
|
44
44
|
],
|
@@ -51,6 +51,7 @@ kwargs = json.loads(
|
|
51
51
|
"Programming Language :: Python :: 3.8",
|
52
52
|
"Programming Language :: Python :: 3.9",
|
53
53
|
"Programming Language :: Python :: 3.10",
|
54
|
+
"Programming Language :: Python :: 3.11",
|
54
55
|
"Typing :: Typed",
|
55
56
|
"License :: OSI Approved"
|
56
57
|
],
|
@@ -17,9 +17,9 @@ import constructs._jsii
|
|
17
17
|
|
18
18
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
19
19
|
"@aws-solutions-constructs/aws-s3-stepfunctions",
|
20
|
-
"2.
|
20
|
+
"2.34.0",
|
21
21
|
__name__[0:-6],
|
22
|
-
"aws-s3-stepfunctions@2.
|
22
|
+
"aws-s3-stepfunctions@2.34.0.jsii.tgz",
|
23
23
|
)
|
24
24
|
|
25
25
|
__all__ = [
|
Binary file
|
@@ -1,12 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-s3-stepfunctions
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.34.0
|
4
4
|
Summary: CDK Constructs for AWS S3 to AWS Step Functions integration
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
7
7
|
License: Apache-2.0
|
8
8
|
Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
|
9
|
-
Platform: UNKNOWN
|
10
9
|
Classifier: Intended Audience :: Developers
|
11
10
|
Classifier: Operating System :: OS Independent
|
12
11
|
Classifier: Programming Language :: JavaScript
|
@@ -15,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.7
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.8
|
16
15
|
Classifier: Programming Language :: Python :: 3.9
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
18
18
|
Classifier: Typing :: Typed
|
19
19
|
Classifier: License :: OSI Approved
|
20
20
|
Requires-Python: ~=3.7
|
@@ -179,5 +179,3 @@ Out of the box implementation of the Construct without any override will set the
|
|
179
179
|
|
180
180
|
|
181
181
|
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
182
|
-
|
183
|
-
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_s3_stepfunctions.egg-info/top_level.txt
|
|
11
11
|
src/aws_solutions_constructs/aws_s3_stepfunctions/__init__.py
|
12
12
|
src/aws_solutions_constructs/aws_s3_stepfunctions/py.typed
|
13
13
|
src/aws_solutions_constructs/aws_s3_stepfunctions/_jsii/__init__.py
|
14
|
-
src/aws_solutions_constructs/aws_s3_stepfunctions/_jsii/aws-s3-stepfunctions@2.
|
14
|
+
src/aws_solutions_constructs/aws_s3_stepfunctions/_jsii/aws-s3-stepfunctions@2.34.0.jsii.tgz
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|