aws-solutions-constructs.aws-iot-lambda 2.98.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.
Files changed (18) hide show
  1. {aws_solutions_constructs_aws_iot_lambda-2.98.0/src/aws_solutions_constructs.aws_iot_lambda.egg-info → aws_solutions_constructs_aws_iot_lambda-2.100.0}/PKG-INFO +5 -5
  2. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/setup.py +6 -6
  3. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/src/aws_solutions_constructs/aws_iot_lambda/__init__.py +17 -17
  4. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/src/aws_solutions_constructs/aws_iot_lambda/_jsii/__init__.py +2 -2
  5. aws_solutions_constructs_aws_iot_lambda-2.100.0/src/aws_solutions_constructs/aws_iot_lambda/_jsii/aws-iot-lambda@2.100.0.jsii.tgz +0 -0
  6. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0/src/aws_solutions_constructs.aws_iot_lambda.egg-info}/PKG-INFO +5 -5
  7. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/src/aws_solutions_constructs.aws_iot_lambda.egg-info/SOURCES.txt +1 -1
  8. aws_solutions_constructs_aws_iot_lambda-2.100.0/src/aws_solutions_constructs.aws_iot_lambda.egg-info/requires.txt +6 -0
  9. aws_solutions_constructs_aws_iot_lambda-2.98.0/src/aws_solutions_constructs/aws_iot_lambda/_jsii/aws-iot-lambda@2.98.0.jsii.tgz +0 -0
  10. aws_solutions_constructs_aws_iot_lambda-2.98.0/src/aws_solutions_constructs.aws_iot_lambda.egg-info/requires.txt +0 -6
  11. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/LICENSE +0 -0
  12. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/MANIFEST.in +0 -0
  13. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/README.md +0 -0
  14. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/pyproject.toml +0 -0
  15. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/setup.cfg +0 -0
  16. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/src/aws_solutions_constructs/aws_iot_lambda/py.typed +0 -0
  17. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/src/aws_solutions_constructs.aws_iot_lambda.egg-info/dependency_links.txt +0 -0
  18. {aws_solutions_constructs_aws_iot_lambda-2.98.0 → aws_solutions_constructs_aws_iot_lambda-2.100.0}/src/aws_solutions_constructs.aws_iot_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-iot-lambda
3
- Version: 2.98.0
3
+ Version: 2.100.0
4
4
  Summary: CDK Constructs for AWS IoT to AWS Lambda integration
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.234.0
22
- Requires-Dist: aws-solutions-constructs.core==2.98.0
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.119.0
24
+ Requires-Dist: jsii<2.0.0,>=1.126.0
25
25
  Requires-Dist: publication>=0.0.3
26
- Requires-Dist: typeguard<4.3.0,>=2.13.3
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-iot-lambda/README.adoc)
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.aws-iot-lambda",
8
- "version": "2.98.0",
8
+ "version": "2.100.0",
9
9
  "description": "CDK Constructs for AWS IoT to AWS Lambda 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_iot_lambda._jsii": [
29
- "aws-iot-lambda@2.98.0.jsii.tgz"
29
+ "aws-iot-lambda@2.100.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.aws_iot_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.234.0, <3.0.0",
38
- "aws-solutions-constructs.core==2.98.0",
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.119.0, <2.0.0",
40
+ "jsii>=1.126.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
- "typeguard>=2.13.3,<4.3.0"
42
+ "typeguard==2.13.3"
43
43
  ],
44
44
  "classifiers": [
45
45
  "Intended Audience :: Developers",
@@ -45,12 +45,12 @@ class IotToLambda(
45
45
  ):
46
46
  def __init__(
47
47
  self,
48
- scope: _constructs_77d1e7e8.Construct,
48
+ scope: "_constructs_77d1e7e8.Construct",
49
49
  id: builtins.str,
50
50
  *,
51
- iot_topic_rule_props: typing.Union[_aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps, typing.Dict[builtins.str, typing.Any]],
52
- existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
53
- lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
51
+ iot_topic_rule_props: typing.Union["_aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps", typing.Dict[builtins.str, typing.Any]],
52
+ existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
53
+ lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
54
54
  ) -> None:
55
55
  '''
56
56
  :param scope: - represents the scope for all the resources.
@@ -77,13 +77,13 @@ class IotToLambda(
77
77
 
78
78
  @builtins.property
79
79
  @jsii.member(jsii_name="iotTopicRule")
80
- def iot_topic_rule(self) -> _aws_cdk_aws_iot_ceddda9d.CfnTopicRule:
81
- return typing.cast(_aws_cdk_aws_iot_ceddda9d.CfnTopicRule, jsii.get(self, "iotTopicRule"))
80
+ def iot_topic_rule(self) -> "_aws_cdk_aws_iot_ceddda9d.CfnTopicRule":
81
+ return typing.cast("_aws_cdk_aws_iot_ceddda9d.CfnTopicRule", jsii.get(self, "iotTopicRule"))
82
82
 
83
83
  @builtins.property
84
84
  @jsii.member(jsii_name="lambdaFunction")
85
- def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
86
- return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
85
+ def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
86
+ return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
87
87
 
88
88
 
89
89
  @jsii.data_type(
@@ -99,9 +99,9 @@ class IotToLambdaProps:
99
99
  def __init__(
100
100
  self,
101
101
  *,
102
- iot_topic_rule_props: typing.Union[_aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps, typing.Dict[builtins.str, typing.Any]],
103
- existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
104
- lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
102
+ iot_topic_rule_props: typing.Union["_aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps", typing.Dict[builtins.str, typing.Any]],
103
+ existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
104
+ lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
105
105
  ) -> None:
106
106
  '''
107
107
  :param iot_topic_rule_props: User provided CfnTopicRuleProps to override the defaults. Default: - None
@@ -128,30 +128,30 @@ class IotToLambdaProps:
128
128
  self._values["lambda_function_props"] = lambda_function_props
129
129
 
130
130
  @builtins.property
131
- def iot_topic_rule_props(self) -> _aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps:
131
+ def iot_topic_rule_props(self) -> "_aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps":
132
132
  '''User provided CfnTopicRuleProps to override the defaults.
133
133
 
134
134
  :default: - None
135
135
  '''
136
136
  result = self._values.get("iot_topic_rule_props")
137
137
  assert result is not None, "Required property 'iot_topic_rule_props' is missing"
138
- return typing.cast(_aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps, result)
138
+ return typing.cast("_aws_cdk_aws_iot_ceddda9d.CfnTopicRuleProps", result)
139
139
 
140
140
  @builtins.property
141
141
  def existing_lambda_obj(
142
142
  self,
143
- ) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
143
+ ) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
144
144
  '''Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
145
145
 
146
146
  :default: - None
147
147
  '''
148
148
  result = self._values.get("existing_lambda_obj")
149
- return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
149
+ return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
150
150
 
151
151
  @builtins.property
152
152
  def lambda_function_props(
153
153
  self,
154
- ) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
154
+ ) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
155
155
  '''Optional - user provided props to override the default props for the Lambda function.
156
156
 
157
157
  Providing both this and ``existingLambdaObj``
@@ -160,7 +160,7 @@ class IotToLambdaProps:
160
160
  :default: - Default props are used
161
161
  '''
162
162
  result = self._values.get("lambda_function_props")
163
- return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
163
+ return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
164
164
 
165
165
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
166
166
  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-iot-lambda",
37
- "2.98.0",
37
+ "2.100.0",
38
38
  __name__[0:-6],
39
- "aws-iot-lambda@2.98.0.jsii.tgz",
39
+ "aws-iot-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-iot-lambda
3
- Version: 2.98.0
3
+ Version: 2.100.0
4
4
  Summary: CDK Constructs for AWS IoT to AWS Lambda integration
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.234.0
22
- Requires-Dist: aws-solutions-constructs.core==2.98.0
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.119.0
24
+ Requires-Dist: jsii<2.0.0,>=1.126.0
25
25
  Requires-Dist: publication>=0.0.3
26
- Requires-Dist: typeguard<4.3.0,>=2.13.3
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-iot-lambda/README.adoc)
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_iot_lambda.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/aws_iot_lambda/__init__.py
12
12
  src/aws_solutions_constructs/aws_iot_lambda/py.typed
13
13
  src/aws_solutions_constructs/aws_iot_lambda/_jsii/__init__.py
14
- src/aws_solutions_constructs/aws_iot_lambda/_jsii/aws-iot-lambda@2.98.0.jsii.tgz
14
+ src/aws_solutions_constructs/aws_iot_lambda/_jsii/aws-iot-lambda@2.100.0.jsii.tgz
@@ -0,0 +1,6 @@
1
+ aws-cdk-lib<3.0.0,>=2.239.0
2
+ aws-solutions-constructs.core==2.100.0
3
+ constructs<11.0.0,>=10.0.0
4
+ jsii<2.0.0,>=1.126.0
5
+ publication>=0.0.3
6
+ typeguard==2.13.3
@@ -1,6 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.234.0
2
- aws-solutions-constructs.core==2.98.0
3
- constructs<11.0.0,>=10.0.0
4
- jsii<2.0.0,>=1.119.0
5
- publication>=0.0.3
6
- typeguard<4.3.0,>=2.13.3