aws-solutions-constructs.aws-wafwebacl-cloudfront 2.35.0__tar.gz → 2.37.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-wafwebacl-cloudfront-2.35.0/src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/PKG-INFO +1 -1
  2. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/pyproject.toml +1 -1
  3. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/setup.py +5 -5
  4. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/src/aws_solutions_constructs/aws_wafwebacl_cloudfront/__init__.py +6 -10
  5. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/src/aws_solutions_constructs/aws_wafwebacl_cloudfront/_jsii/__init__.py +2 -2
  6. aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0/src/aws_solutions_constructs/aws_wafwebacl_cloudfront/_jsii/aws-wafwebacl-cloudfront@2.37.0.jsii.tgz +0 -0
  7. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0/src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info}/PKG-INFO +1 -1
  8. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info/SOURCES.txt +1 -1
  9. aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0/src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info/requires.txt +6 -0
  10. aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0/src/aws_solutions_constructs/aws_wafwebacl_cloudfront/_jsii/aws-wafwebacl-cloudfront@2.35.0.jsii.tgz +0 -0
  11. aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0/src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info/requires.txt +0 -6
  12. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/LICENSE +0 -0
  13. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/MANIFEST.in +0 -0
  14. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/README.md +0 -0
  15. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/setup.cfg +0 -0
  16. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/src/aws_solutions_constructs/aws_wafwebacl_cloudfront/py.typed +0 -0
  17. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info/dependency_links.txt +0 -0
  18. {aws-solutions-constructs.aws-wafwebacl-cloudfront-2.35.0 → aws-solutions-constructs.aws-wafwebacl-cloudfront-2.37.0}/src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.aws-wafwebacl-cloudfront
3
- Version: 2.35.0
3
+ Version: 2.37.0
4
4
  Summary: CDK constructs for defining an AWS web WAF connected to Amazon CloudFront.
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["setuptools~=67.3.2", "wheel~=0.38"]
2
+ requires = ["setuptools~=67.3.2", "wheel~=0.40"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.aws-wafwebacl-cloudfront",
8
- "version": "2.35.0",
8
+ "version": "2.37.0",
9
9
  "description": "CDK constructs for defining an AWS web WAF connected to Amazon CloudFront.",
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_wafwebacl_cloudfront._jsii": [
29
- "aws-wafwebacl-cloudfront@2.35.0.jsii.tgz"
29
+ "aws-wafwebacl-cloudfront@2.37.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.aws_wafwebacl_cloudfront": [
32
32
  "py.typed"
@@ -34,10 +34,10 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.7",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.68.0, <3.0.0",
38
- "aws-solutions-constructs.core==2.35.0",
37
+ "aws-cdk-lib>=2.73.0, <3.0.0",
38
+ "aws-solutions-constructs.core==2.37.0",
39
39
  "constructs>=10.0.0, <11.0.0",
40
- "jsii>=1.79.0, <2.0.0",
40
+ "jsii>=1.80.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard~=2.13.3"
43
43
  ],
@@ -164,7 +164,7 @@ class WafwebaclToCloudFront(
164
164
  *,
165
165
  existing_cloud_front_web_distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
166
166
  existing_webacl_obj: typing.Optional[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACL] = None,
167
- webacl_props: typing.Optional[typing.Union[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACLProps, typing.Dict[builtins.str, typing.Any]]] = None,
167
+ webacl_props: typing.Any = None,
168
168
  ) -> None:
169
169
  '''
170
170
  :param scope: - represents the scope for all the resources.
@@ -216,7 +216,7 @@ class WafwebaclToCloudFrontProps:
216
216
  *,
217
217
  existing_cloud_front_web_distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
218
218
  existing_webacl_obj: typing.Optional[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACL] = None,
219
- webacl_props: typing.Optional[typing.Union[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACLProps, typing.Dict[builtins.str, typing.Any]]] = None,
219
+ webacl_props: typing.Any = None,
220
220
  ) -> None:
221
221
  '''
222
222
  :param existing_cloud_front_web_distribution: The existing CloudFront instance that will be protected with the WAF web ACL. This construct changes the CloudFront distribution by directly manipulating the CloudFormation output, so this must be the Construct and cannot be changed to the Interface (IDistribution)
@@ -225,8 +225,6 @@ class WafwebaclToCloudFrontProps:
225
225
 
226
226
  :summary: The properties for the WafwebaclToCloudFront class.
227
227
  '''
228
- if isinstance(webacl_props, dict):
229
- webacl_props = _aws_cdk_aws_wafv2_ceddda9d.CfnWebACLProps(**webacl_props)
230
228
  if __debug__:
231
229
  type_hints = typing.get_type_hints(_typecheckingstub__40a0cf28e1b529b5efb8af1e8d3e34e9c89ef520a8810caf4b1ccce40fff2a84)
232
230
  check_type(argname="argument existing_cloud_front_web_distribution", value=existing_cloud_front_web_distribution, expected_type=type_hints["existing_cloud_front_web_distribution"])
@@ -263,15 +261,13 @@ class WafwebaclToCloudFrontProps:
263
261
  return typing.cast(typing.Optional[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACL], result)
264
262
 
265
263
  @builtins.property
266
- def webacl_props(
267
- self,
268
- ) -> typing.Optional[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACLProps]:
264
+ def webacl_props(self) -> typing.Any:
269
265
  '''Optional user-provided props to override the default props for the AWS WAF web ACL.
270
266
 
271
267
  :default: - Default properties are used.
272
268
  '''
273
269
  result = self._values.get("webacl_props")
274
- return typing.cast(typing.Optional[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACLProps], result)
270
+ return typing.cast(typing.Any, result)
275
271
 
276
272
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
277
273
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -298,7 +294,7 @@ def _typecheckingstub__d5d8bd547f935ab6b8d3616094fcce5144f3e97e2b6bc2efff5fc3b86
298
294
  *,
299
295
  existing_cloud_front_web_distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
300
296
  existing_webacl_obj: typing.Optional[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACL] = None,
301
- webacl_props: typing.Optional[typing.Union[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACLProps, typing.Dict[builtins.str, typing.Any]]] = None,
297
+ webacl_props: typing.Any = None,
302
298
  ) -> None:
303
299
  """Type checking stubs"""
304
300
  pass
@@ -307,7 +303,7 @@ def _typecheckingstub__40a0cf28e1b529b5efb8af1e8d3e34e9c89ef520a8810caf4b1ccce40
307
303
  *,
308
304
  existing_cloud_front_web_distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
309
305
  existing_webacl_obj: typing.Optional[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACL] = None,
310
- webacl_props: typing.Optional[typing.Union[_aws_cdk_aws_wafv2_ceddda9d.CfnWebACLProps, typing.Dict[builtins.str, typing.Any]]] = None,
306
+ webacl_props: typing.Any = None,
311
307
  ) -> None:
312
308
  """Type checking stubs"""
313
309
  pass
@@ -16,9 +16,9 @@ import constructs._jsii
16
16
 
17
17
  __jsii_assembly__ = jsii.JSIIAssembly.load(
18
18
  "@aws-solutions-constructs/aws-wafwebacl-cloudfront",
19
- "2.35.0",
19
+ "2.37.0",
20
20
  __name__[0:-6],
21
- "aws-wafwebacl-cloudfront@2.35.0.jsii.tgz",
21
+ "aws-wafwebacl-cloudfront@2.37.0.jsii.tgz",
22
22
  )
23
23
 
24
24
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.aws-wafwebacl-cloudfront
3
- Version: 2.35.0
3
+ Version: 2.37.0
4
4
  Summary: CDK constructs for defining an AWS web WAF connected to Amazon CloudFront.
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_wafwebacl_cloudfront.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/aws_wafwebacl_cloudfront/__init__.py
12
12
  src/aws_solutions_constructs/aws_wafwebacl_cloudfront/py.typed
13
13
  src/aws_solutions_constructs/aws_wafwebacl_cloudfront/_jsii/__init__.py
14
- src/aws_solutions_constructs/aws_wafwebacl_cloudfront/_jsii/aws-wafwebacl-cloudfront@2.35.0.jsii.tgz
14
+ src/aws_solutions_constructs/aws_wafwebacl_cloudfront/_jsii/aws-wafwebacl-cloudfront@2.37.0.jsii.tgz
@@ -0,0 +1,6 @@
1
+ aws-cdk-lib<3.0.0,>=2.73.0
2
+ aws-solutions-constructs.core==2.37.0
3
+ constructs<11.0.0,>=10.0.0
4
+ jsii<2.0.0,>=1.80.0
5
+ publication>=0.0.3
6
+ typeguard~=2.13.3
@@ -1,6 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.68.0
2
- aws-solutions-constructs.core==2.35.0
3
- constructs<11.0.0,>=10.0.0
4
- jsii<2.0.0,>=1.79.0
5
- publication>=0.0.3
6
- typeguard~=2.13.3