aws-solutions-constructs.aws-kinesis-streams-lambda 2.99.0__tar.gz → 2.100.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_kinesis_streams_lambda-2.99.0/src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/src/aws_solutions_constructs/aws_kinesis_streams_lambda/__init__.py +27 -27
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/src/aws_solutions_constructs/aws_kinesis_streams_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0/src/aws_solutions_constructs/aws_kinesis_streams_lambda/_jsii/aws-kinesisstreams-lambda@2.100.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0/src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0/src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0/src/aws_solutions_constructs/aws_kinesis_streams_lambda/_jsii/aws-kinesisstreams-lambda@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0/src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/README.md +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/src/aws_solutions_constructs/aws_kinesis_streams_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_kinesis_streams_lambda-2.99.0 → aws_solutions_constructs_aws_kinesis_streams_lambda-2.100.0}/src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-kinesis-streams-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an Amazon Kinesis Data Stream and an AWS Lambda function.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ 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.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.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.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-kinesisstreams-lambda/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-kinesis-streams-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an Amazon Kinesis Data Stream and an AWS Lambda function.",
|
|
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_kinesis_streams_lambda._jsii": [
|
|
29
|
-
"aws-kinesisstreams-lambda@2.
|
|
29
|
+
"aws-kinesisstreams-lambda@2.100.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_kinesis_streams_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,12 +34,12 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.239.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.100.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.126.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
42
|
-
"typeguard
|
|
42
|
+
"typeguard==2.13.3"
|
|
43
43
|
],
|
|
44
44
|
"classifiers": [
|
|
45
45
|
"Intended Audience :: Developers",
|
|
@@ -51,17 +51,17 @@ class KinesisStreamsToLambda(
|
|
|
51
51
|
|
|
52
52
|
def __init__(
|
|
53
53
|
self,
|
|
54
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
54
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
55
55
|
id: builtins.str,
|
|
56
56
|
*,
|
|
57
57
|
create_cloud_watch_alarms: typing.Optional[builtins.bool] = None,
|
|
58
58
|
deploy_sqs_dlq_queue: typing.Optional[builtins.bool] = None,
|
|
59
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
60
|
-
existing_stream_obj: typing.Optional[_aws_cdk_aws_kinesis_ceddda9d.Stream] = None,
|
|
59
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
60
|
+
existing_stream_obj: typing.Optional["_aws_cdk_aws_kinesis_ceddda9d.Stream"] = None,
|
|
61
61
|
kinesis_event_source_props: typing.Any = None,
|
|
62
|
-
kinesis_stream_props: typing.Optional[typing.Union[_aws_cdk_aws_kinesis_ceddda9d.StreamProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
63
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
64
|
-
sqs_dlq_queue_props: typing.Optional[typing.Union[_aws_cdk_aws_sqs_ceddda9d.QueueProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
62
|
+
kinesis_stream_props: typing.Optional[typing.Union["_aws_cdk_aws_kinesis_ceddda9d.StreamProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
63
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
64
|
+
sqs_dlq_queue_props: typing.Optional[typing.Union["_aws_cdk_aws_sqs_ceddda9d.QueueProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
65
65
|
) -> None:
|
|
66
66
|
'''
|
|
67
67
|
:param scope: - represents the scope for all the resources.
|
|
@@ -98,20 +98,20 @@ class KinesisStreamsToLambda(
|
|
|
98
98
|
|
|
99
99
|
@builtins.property
|
|
100
100
|
@jsii.member(jsii_name="kinesisStream")
|
|
101
|
-
def kinesis_stream(self) -> _aws_cdk_aws_kinesis_ceddda9d.Stream:
|
|
102
|
-
return typing.cast(_aws_cdk_aws_kinesis_ceddda9d.Stream, jsii.get(self, "kinesisStream"))
|
|
101
|
+
def kinesis_stream(self) -> "_aws_cdk_aws_kinesis_ceddda9d.Stream":
|
|
102
|
+
return typing.cast("_aws_cdk_aws_kinesis_ceddda9d.Stream", jsii.get(self, "kinesisStream"))
|
|
103
103
|
|
|
104
104
|
@builtins.property
|
|
105
105
|
@jsii.member(jsii_name="lambdaFunction")
|
|
106
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
107
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
106
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
107
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
108
108
|
|
|
109
109
|
@builtins.property
|
|
110
110
|
@jsii.member(jsii_name="cloudwatchAlarms")
|
|
111
111
|
def cloudwatch_alarms(
|
|
112
112
|
self,
|
|
113
|
-
) -> typing.Optional[typing.List[_aws_cdk_aws_cloudwatch_ceddda9d.Alarm]]:
|
|
114
|
-
return typing.cast(typing.Optional[typing.List[_aws_cdk_aws_cloudwatch_ceddda9d.Alarm]], jsii.get(self, "cloudwatchAlarms"))
|
|
113
|
+
) -> typing.Optional[typing.List["_aws_cdk_aws_cloudwatch_ceddda9d.Alarm"]]:
|
|
114
|
+
return typing.cast(typing.Optional[typing.List["_aws_cdk_aws_cloudwatch_ceddda9d.Alarm"]], jsii.get(self, "cloudwatchAlarms"))
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
@jsii.data_type(
|
|
@@ -134,12 +134,12 @@ class KinesisStreamsToLambdaProps:
|
|
|
134
134
|
*,
|
|
135
135
|
create_cloud_watch_alarms: typing.Optional[builtins.bool] = None,
|
|
136
136
|
deploy_sqs_dlq_queue: typing.Optional[builtins.bool] = None,
|
|
137
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
138
|
-
existing_stream_obj: typing.Optional[_aws_cdk_aws_kinesis_ceddda9d.Stream] = None,
|
|
137
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
138
|
+
existing_stream_obj: typing.Optional["_aws_cdk_aws_kinesis_ceddda9d.Stream"] = None,
|
|
139
139
|
kinesis_event_source_props: typing.Any = None,
|
|
140
|
-
kinesis_stream_props: typing.Optional[typing.Union[_aws_cdk_aws_kinesis_ceddda9d.StreamProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
141
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
142
|
-
sqs_dlq_queue_props: typing.Optional[typing.Union[_aws_cdk_aws_sqs_ceddda9d.QueueProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
140
|
+
kinesis_stream_props: typing.Optional[typing.Union["_aws_cdk_aws_kinesis_ceddda9d.StreamProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
141
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
142
|
+
sqs_dlq_queue_props: typing.Optional[typing.Union["_aws_cdk_aws_sqs_ceddda9d.QueueProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
143
143
|
) -> None:
|
|
144
144
|
'''The properties for the KinesisStreamsToLambda class.
|
|
145
145
|
|
|
@@ -207,24 +207,24 @@ class KinesisStreamsToLambdaProps:
|
|
|
207
207
|
@builtins.property
|
|
208
208
|
def existing_lambda_obj(
|
|
209
209
|
self,
|
|
210
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
210
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
211
211
|
'''Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
212
212
|
|
|
213
213
|
:default: - None
|
|
214
214
|
'''
|
|
215
215
|
result = self._values.get("existing_lambda_obj")
|
|
216
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
216
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
217
217
|
|
|
218
218
|
@builtins.property
|
|
219
219
|
def existing_stream_obj(
|
|
220
220
|
self,
|
|
221
|
-
) -> typing.Optional[_aws_cdk_aws_kinesis_ceddda9d.Stream]:
|
|
221
|
+
) -> typing.Optional["_aws_cdk_aws_kinesis_ceddda9d.Stream"]:
|
|
222
222
|
'''Existing instance of Kinesis Stream, providing both this and ``kinesisStreamProps`` will cause an error.
|
|
223
223
|
|
|
224
224
|
:default: - None
|
|
225
225
|
'''
|
|
226
226
|
result = self._values.get("existing_stream_obj")
|
|
227
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kinesis_ceddda9d.Stream], result)
|
|
227
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kinesis_ceddda9d.Stream"], result)
|
|
228
228
|
|
|
229
229
|
@builtins.property
|
|
230
230
|
def kinesis_event_source_props(self) -> typing.Any:
|
|
@@ -238,18 +238,18 @@ class KinesisStreamsToLambdaProps:
|
|
|
238
238
|
@builtins.property
|
|
239
239
|
def kinesis_stream_props(
|
|
240
240
|
self,
|
|
241
|
-
) -> typing.Optional[_aws_cdk_aws_kinesis_ceddda9d.StreamProps]:
|
|
241
|
+
) -> typing.Optional["_aws_cdk_aws_kinesis_ceddda9d.StreamProps"]:
|
|
242
242
|
'''Optional user-provided props to override the default props for the Kinesis stream.
|
|
243
243
|
|
|
244
244
|
:default: - Default props are used.
|
|
245
245
|
'''
|
|
246
246
|
result = self._values.get("kinesis_stream_props")
|
|
247
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kinesis_ceddda9d.StreamProps], result)
|
|
247
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kinesis_ceddda9d.StreamProps"], result)
|
|
248
248
|
|
|
249
249
|
@builtins.property
|
|
250
250
|
def lambda_function_props(
|
|
251
251
|
self,
|
|
252
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
252
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
253
253
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
254
254
|
|
|
255
255
|
Providing both this and ``existingLambdaObj``
|
|
@@ -258,18 +258,18 @@ class KinesisStreamsToLambdaProps:
|
|
|
258
258
|
:default: - Default props are used.
|
|
259
259
|
'''
|
|
260
260
|
result = self._values.get("lambda_function_props")
|
|
261
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
261
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
262
262
|
|
|
263
263
|
@builtins.property
|
|
264
264
|
def sqs_dlq_queue_props(
|
|
265
265
|
self,
|
|
266
|
-
) -> typing.Optional[_aws_cdk_aws_sqs_ceddda9d.QueueProps]:
|
|
266
|
+
) -> typing.Optional["_aws_cdk_aws_sqs_ceddda9d.QueueProps"]:
|
|
267
267
|
'''Optional user provided properties for the SQS dead letter queue.
|
|
268
268
|
|
|
269
269
|
:default: - Default props are used
|
|
270
270
|
'''
|
|
271
271
|
result = self._values.get("sqs_dlq_queue_props")
|
|
272
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sqs_ceddda9d.QueueProps], result)
|
|
272
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sqs_ceddda9d.QueueProps"], result)
|
|
273
273
|
|
|
274
274
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
275
275
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-kinesisstreams-lambda",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-kinesisstreams-lambda@2.
|
|
39
|
+
"aws-kinesisstreams-lambda@2.100.0.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-kinesis-streams-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an Amazon Kinesis Data Stream and an AWS Lambda function.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ 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.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.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.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-kinesisstreams-lambda/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_kinesis_streams_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_kinesis_streams_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_kinesis_streams_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_kinesis_streams_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_kinesis_streams_lambda/_jsii/aws-kinesisstreams-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_kinesis_streams_lambda/_jsii/aws-kinesisstreams-lambda@2.100.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
|