aws-solutions-constructs.core 2.93.0__tar.gz → 2.95.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 (17) hide show
  1. {aws_solutions_constructs_core-2.93.0/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.95.0}/PKG-INFO +3 -3
  2. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/setup.py +4 -4
  3. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs/core/__init__.py +29 -154
  4. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs/core/_jsii/__init__.py +1 -1
  5. aws_solutions_constructs_core-2.95.0/src/aws_solutions_constructs/core/_jsii/core@2.95.0.jsii.tgz +0 -0
  6. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +3 -3
  7. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
  8. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs.core.egg-info/requires.txt +2 -2
  9. aws_solutions_constructs_core-2.93.0/src/aws_solutions_constructs/core/_jsii/core@2.93.0.jsii.tgz +0 -0
  10. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/LICENSE +0 -0
  11. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/MANIFEST.in +0 -0
  12. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/README.md +0 -0
  13. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/pyproject.toml +0 -0
  14. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/setup.cfg +0 -0
  15. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs/core/py.typed +0 -0
  16. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
  17. {aws_solutions_constructs_core-2.93.0 → aws_solutions_constructs_core-2.95.0}/src/aws_solutions_constructs.core.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.core
3
- Version: 2.93.0
3
+ Version: 2.95.0
4
4
  Summary: Core CDK Construct for patterns library
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -18,10 +18,10 @@ 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.214.0
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.223.0
22
22
  Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
23
23
  Requires-Dist: constructs<11.0.0,>=10.0.0
24
- Requires-Dist: jsii<2.0.0,>=1.114.1
24
+ Requires-Dist: jsii<2.0.0,>=1.119.0
25
25
  Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: typeguard<4.3.0,>=2.13.3
27
27
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.core",
8
- "version": "2.93.0",
8
+ "version": "2.95.0",
9
9
  "description": "Core CDK Construct for patterns library",
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.core._jsii": [
29
- "core@2.93.0.jsii.tgz"
29
+ "core@2.95.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.core": [
32
32
  "py.typed"
@@ -34,10 +34,10 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.214.0, <3.0.0",
37
+ "aws-cdk-lib>=2.223.0, <3.0.0",
38
38
  "aws-cdk.cloud-assembly-schema>=48.6.0, <49.0.0",
39
39
  "constructs>=10.0.0, <11.0.0",
40
- "jsii>=1.114.1, <2.0.0",
40
+ "jsii>=1.119.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard>=2.13.3,<4.3.0"
43
43
  ],
@@ -138,7 +138,6 @@ import aws_cdk.aws_kms as _aws_cdk_aws_kms_ceddda9d
138
138
  import aws_cdk.aws_lambda as _aws_cdk_aws_lambda_ceddda9d
139
139
  import aws_cdk.aws_lambda_event_sources as _aws_cdk_aws_lambda_event_sources_ceddda9d
140
140
  import aws_cdk.aws_logs as _aws_cdk_aws_logs_ceddda9d
141
- import aws_cdk.aws_mediastore as _aws_cdk_aws_mediastore_ceddda9d
142
141
  import aws_cdk.aws_opensearchservice as _aws_cdk_aws_opensearchservice_ceddda9d
143
142
  import aws_cdk.aws_pipes as _aws_cdk_aws_pipes_ceddda9d
144
143
  import aws_cdk.aws_s3 as _aws_cdk_aws_s3_ceddda9d
@@ -3527,82 +3526,6 @@ class CloudFrontDistributionForApiGatewayResponse:
3527
3526
  )
3528
3527
 
3529
3528
 
3530
- @jsii.data_type(
3531
- jsii_type="@aws-solutions-constructs/core.CloudFrontDistributionForMediaStoreResponse",
3532
- jsii_struct_bases=[],
3533
- name_mapping={
3534
- "distribution": "distribution",
3535
- "request_policy": "requestPolicy",
3536
- "cloudfront_function": "cloudfrontFunction",
3537
- "logging_bucket": "loggingBucket",
3538
- },
3539
- )
3540
- class CloudFrontDistributionForMediaStoreResponse:
3541
- def __init__(
3542
- self,
3543
- *,
3544
- distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
3545
- request_policy: _aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy,
3546
- cloudfront_function: typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function] = None,
3547
- logging_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
3548
- ) -> None:
3549
- '''
3550
- :param distribution: -
3551
- :param request_policy: -
3552
- :param cloudfront_function: -
3553
- :param logging_bucket: -
3554
- '''
3555
- if __debug__:
3556
- type_hints = typing.get_type_hints(_typecheckingstub__39bce18a31569e2158389732534266e87e792a1af744d954a8b870e46d37ad50)
3557
- check_type(argname="argument distribution", value=distribution, expected_type=type_hints["distribution"])
3558
- check_type(argname="argument request_policy", value=request_policy, expected_type=type_hints["request_policy"])
3559
- check_type(argname="argument cloudfront_function", value=cloudfront_function, expected_type=type_hints["cloudfront_function"])
3560
- check_type(argname="argument logging_bucket", value=logging_bucket, expected_type=type_hints["logging_bucket"])
3561
- self._values: typing.Dict[builtins.str, typing.Any] = {
3562
- "distribution": distribution,
3563
- "request_policy": request_policy,
3564
- }
3565
- if cloudfront_function is not None:
3566
- self._values["cloudfront_function"] = cloudfront_function
3567
- if logging_bucket is not None:
3568
- self._values["logging_bucket"] = logging_bucket
3569
-
3570
- @builtins.property
3571
- def distribution(self) -> _aws_cdk_aws_cloudfront_ceddda9d.Distribution:
3572
- result = self._values.get("distribution")
3573
- assert result is not None, "Required property 'distribution' is missing"
3574
- return typing.cast(_aws_cdk_aws_cloudfront_ceddda9d.Distribution, result)
3575
-
3576
- @builtins.property
3577
- def request_policy(self) -> _aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy:
3578
- result = self._values.get("request_policy")
3579
- assert result is not None, "Required property 'request_policy' is missing"
3580
- return typing.cast(_aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy, result)
3581
-
3582
- @builtins.property
3583
- def cloudfront_function(
3584
- self,
3585
- ) -> typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function]:
3586
- result = self._values.get("cloudfront_function")
3587
- return typing.cast(typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function], result)
3588
-
3589
- @builtins.property
3590
- def logging_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
3591
- result = self._values.get("logging_bucket")
3592
- return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], result)
3593
-
3594
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
3595
- return isinstance(rhs, self.__class__) and rhs._values == self._values
3596
-
3597
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
3598
- return not (rhs == self)
3599
-
3600
- def __repr__(self) -> str:
3601
- return "CloudFrontDistributionForMediaStoreResponse(%s)" % ", ".join(
3602
- k + "=" + repr(v) for k, v in self._values.items()
3603
- )
3604
-
3605
-
3606
3529
  @jsii.data_type(
3607
3530
  jsii_type="@aws-solutions-constructs/core.CloudFrontProps",
3608
3531
  jsii_struct_bases=[],
@@ -5481,63 +5404,6 @@ class MappingResponse:
5481
5404
  )
5482
5405
 
5483
5406
 
5484
- @jsii.data_type(
5485
- jsii_type="@aws-solutions-constructs/core.MediaStoreProps",
5486
- jsii_struct_bases=[],
5487
- name_mapping={
5488
- "existing_media_store_container_obj": "existingMediaStoreContainerObj",
5489
- "media_store_container_props": "mediaStoreContainerProps",
5490
- },
5491
- )
5492
- class MediaStoreProps:
5493
- def __init__(
5494
- self,
5495
- *,
5496
- existing_media_store_container_obj: typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer] = None,
5497
- media_store_container_props: typing.Optional[typing.Union[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps, typing.Dict[builtins.str, typing.Any]]] = None,
5498
- ) -> None:
5499
- '''
5500
- :param existing_media_store_container_obj: -
5501
- :param media_store_container_props: -
5502
- '''
5503
- if isinstance(media_store_container_props, dict):
5504
- media_store_container_props = _aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps(**media_store_container_props)
5505
- if __debug__:
5506
- type_hints = typing.get_type_hints(_typecheckingstub__d2aa532ddbd324fb791db84dcad85f906a5b71e1140b139d99d630f5200479af)
5507
- check_type(argname="argument existing_media_store_container_obj", value=existing_media_store_container_obj, expected_type=type_hints["existing_media_store_container_obj"])
5508
- check_type(argname="argument media_store_container_props", value=media_store_container_props, expected_type=type_hints["media_store_container_props"])
5509
- self._values: typing.Dict[builtins.str, typing.Any] = {}
5510
- if existing_media_store_container_obj is not None:
5511
- self._values["existing_media_store_container_obj"] = existing_media_store_container_obj
5512
- if media_store_container_props is not None:
5513
- self._values["media_store_container_props"] = media_store_container_props
5514
-
5515
- @builtins.property
5516
- def existing_media_store_container_obj(
5517
- self,
5518
- ) -> typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer]:
5519
- result = self._values.get("existing_media_store_container_obj")
5520
- return typing.cast(typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer], result)
5521
-
5522
- @builtins.property
5523
- def media_store_container_props(
5524
- self,
5525
- ) -> typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps]:
5526
- result = self._values.get("media_store_container_props")
5527
- return typing.cast(typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps], result)
5528
-
5529
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
5530
- return isinstance(rhs, self.__class__) and rhs._values == self._values
5531
-
5532
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
5533
- return not (rhs == self)
5534
-
5535
- def __repr__(self) -> str:
5536
- return "MediaStoreProps(%s)" % ", ".join(
5537
- k + "=" + repr(v) for k, v in self._values.items()
5538
- )
5539
-
5540
-
5541
5407
  @jsii.data_type(
5542
5408
  jsii_type="@aws-solutions-constructs/core.ObtainAlbProps",
5543
5409
  jsii_struct_bases=[],
@@ -5955,6 +5821,7 @@ class S3OacOrigin(
5955
5821
  origin_id: typing.Optional[builtins.str] = None,
5956
5822
  origin_shield_enabled: typing.Optional[builtins.bool] = None,
5957
5823
  origin_shield_region: typing.Optional[builtins.str] = None,
5824
+ response_completion_timeout: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
5958
5825
  ) -> None:
5959
5826
  '''
5960
5827
  :param bucket: -
@@ -5967,6 +5834,7 @@ class S3OacOrigin(
5967
5834
  :param origin_id: A unique identifier for the origin. This value must be unique within the distribution. Default: - an originid will be generated for you
5968
5835
  :param origin_shield_enabled: Origin Shield is enabled by setting originShieldRegion to a valid region, after this to disable Origin Shield again you must set this flag to false. Default: - true
5969
5836
  :param origin_shield_region: When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance. Default: - origin shield not enabled
5837
+ :param response_completion_timeout: The time that a request from CloudFront to the origin can stay open and wait for a response. If the complete response isn't received from the origin by this time, CloudFront ends the connection. Valid values are 1-3600 seconds, inclusive. Default: undefined - AWS CloudFront default is not enforcing a maximum value
5970
5838
  '''
5971
5839
  if __debug__:
5972
5840
  type_hints = typing.get_type_hints(_typecheckingstub__44846869b9ecaeab140b843e216e72ede263e14e7846fdeed302ad40eedcc020)
@@ -5981,6 +5849,7 @@ class S3OacOrigin(
5981
5849
  origin_id=origin_id,
5982
5850
  origin_shield_enabled=origin_shield_enabled,
5983
5851
  origin_shield_region=origin_shield_region,
5852
+ response_completion_timeout=response_completion_timeout,
5984
5853
  )
5985
5854
 
5986
5855
  jsii.create(self.__class__, self, [bucket, props])
@@ -6020,6 +5889,7 @@ class S3OacOrigin(
6020
5889
  "origin_id": "originId",
6021
5890
  "origin_shield_enabled": "originShieldEnabled",
6022
5891
  "origin_shield_region": "originShieldRegion",
5892
+ "response_completion_timeout": "responseCompletionTimeout",
6023
5893
  "origin_path": "originPath",
6024
5894
  "origin_access_control": "originAccessControl",
6025
5895
  },
@@ -6035,6 +5905,7 @@ class S3OacOriginProps(_aws_cdk_aws_cloudfront_ceddda9d.OriginProps):
6035
5905
  origin_id: typing.Optional[builtins.str] = None,
6036
5906
  origin_shield_enabled: typing.Optional[builtins.bool] = None,
6037
5907
  origin_shield_region: typing.Optional[builtins.str] = None,
5908
+ response_completion_timeout: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
6038
5909
  origin_path: typing.Optional[builtins.str] = None,
6039
5910
  origin_access_control: typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.CfnOriginAccessControl] = None,
6040
5911
  ) -> None:
@@ -6047,6 +5918,7 @@ class S3OacOriginProps(_aws_cdk_aws_cloudfront_ceddda9d.OriginProps):
6047
5918
  :param origin_id: A unique identifier for the origin. This value must be unique within the distribution. Default: - an originid will be generated for you
6048
5919
  :param origin_shield_enabled: Origin Shield is enabled by setting originShieldRegion to a valid region, after this to disable Origin Shield again you must set this flag to false. Default: - true
6049
5920
  :param origin_shield_region: When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance. Default: - origin shield not enabled
5921
+ :param response_completion_timeout: The time that a request from CloudFront to the origin can stay open and wait for a response. If the complete response isn't received from the origin by this time, CloudFront ends the connection. Valid values are 1-3600 seconds, inclusive. Default: undefined - AWS CloudFront default is not enforcing a maximum value
6050
5922
  :param origin_path: An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin. Must begin, but not end, with '/' (e.g., '/production/images'). Default: '/'
6051
5923
  :param origin_access_control: The origin access control that will be used when calling your S3 bucket.
6052
5924
  '''
@@ -6059,6 +5931,7 @@ class S3OacOriginProps(_aws_cdk_aws_cloudfront_ceddda9d.OriginProps):
6059
5931
  check_type(argname="argument origin_id", value=origin_id, expected_type=type_hints["origin_id"])
6060
5932
  check_type(argname="argument origin_shield_enabled", value=origin_shield_enabled, expected_type=type_hints["origin_shield_enabled"])
6061
5933
  check_type(argname="argument origin_shield_region", value=origin_shield_region, expected_type=type_hints["origin_shield_region"])
5934
+ check_type(argname="argument response_completion_timeout", value=response_completion_timeout, expected_type=type_hints["response_completion_timeout"])
6062
5935
  check_type(argname="argument origin_path", value=origin_path, expected_type=type_hints["origin_path"])
6063
5936
  check_type(argname="argument origin_access_control", value=origin_access_control, expected_type=type_hints["origin_access_control"])
6064
5937
  self._values: typing.Dict[builtins.str, typing.Any] = {}
@@ -6076,6 +5949,8 @@ class S3OacOriginProps(_aws_cdk_aws_cloudfront_ceddda9d.OriginProps):
6076
5949
  self._values["origin_shield_enabled"] = origin_shield_enabled
6077
5950
  if origin_shield_region is not None:
6078
5951
  self._values["origin_shield_region"] = origin_shield_region
5952
+ if response_completion_timeout is not None:
5953
+ self._values["response_completion_timeout"] = response_completion_timeout
6079
5954
  if origin_path is not None:
6080
5955
  self._values["origin_path"] = origin_path
6081
5956
  if origin_access_control is not None:
@@ -6154,6 +6029,23 @@ class S3OacOriginProps(_aws_cdk_aws_cloudfront_ceddda9d.OriginProps):
6154
6029
  result = self._values.get("origin_shield_region")
6155
6030
  return typing.cast(typing.Optional[builtins.str], result)
6156
6031
 
6032
+ @builtins.property
6033
+ def response_completion_timeout(
6034
+ self,
6035
+ ) -> typing.Optional[_aws_cdk_ceddda9d.Duration]:
6036
+ '''The time that a request from CloudFront to the origin can stay open and wait for a response.
6037
+
6038
+ If the complete response isn't received from the origin by this time, CloudFront ends the connection.
6039
+
6040
+ Valid values are 1-3600 seconds, inclusive.
6041
+
6042
+ :default: undefined - AWS CloudFront default is not enforcing a maximum value
6043
+
6044
+ :see: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#response-completion-timeout
6045
+ '''
6046
+ result = self._values.get("response_completion_timeout")
6047
+ return typing.cast(typing.Optional[_aws_cdk_ceddda9d.Duration], result)
6048
+
6157
6049
  @builtins.property
6158
6050
  def origin_path(self) -> typing.Optional[builtins.str]:
6159
6051
  '''An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.
@@ -6496,6 +6388,7 @@ class ServiceEndpointTypes(enum.Enum):
6496
6388
  BEDROCK = "BEDROCK"
6497
6389
  BEDROCK_RUNTIME = "BEDROCK_RUNTIME"
6498
6390
  KENDRA = "KENDRA"
6391
+ TRANSCRIBE = "TRANSCRIBE"
6499
6392
 
6500
6393
 
6501
6394
  @jsii.data_type(
@@ -7058,7 +6951,6 @@ __all__ = [
7058
6951
  "BuildWebaclProps",
7059
6952
  "CfnNagSuppressRule",
7060
6953
  "CloudFrontDistributionForApiGatewayResponse",
7061
- "CloudFrontDistributionForMediaStoreResponse",
7062
6954
  "CloudFrontProps",
7063
6955
  "CloudfrontS3Props",
7064
6956
  "CognitoOptions",
@@ -7085,7 +6977,6 @@ __all__ = [
7085
6977
  "KinesisStreamProps",
7086
6978
  "LambdaProps",
7087
6979
  "MappingResponse",
7088
- "MediaStoreProps",
7089
6980
  "ObtainAlbProps",
7090
6981
  "ObtainMemcachedClusterProps",
7091
6982
  "OpenSearchProps",
@@ -7522,16 +7413,6 @@ def _typecheckingstub__28e9958969b69d0c97ca692c45e5f4cd38c0a074d7bc4828880509272
7522
7413
  """Type checking stubs"""
7523
7414
  pass
7524
7415
 
7525
- def _typecheckingstub__39bce18a31569e2158389732534266e87e792a1af744d954a8b870e46d37ad50(
7526
- *,
7527
- distribution: _aws_cdk_aws_cloudfront_ceddda9d.Distribution,
7528
- request_policy: _aws_cdk_aws_cloudfront_ceddda9d.OriginRequestPolicy,
7529
- cloudfront_function: typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.Function] = None,
7530
- logging_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
7531
- ) -> None:
7532
- """Type checking stubs"""
7533
- pass
7534
-
7535
7416
  def _typecheckingstub__cd3111b21580a09c6860dda1c78369e81b4db80bfcf046e07f6921b72d858ab8(
7536
7417
  *,
7537
7418
  insert_http_security_headers: typing.Optional[builtins.bool] = None,
@@ -7781,14 +7662,6 @@ def _typecheckingstub__d1ba435ba7bd3ef62bb8c53ca638e782145ebfe4f85606498a0bfdad8
7781
7662
  """Type checking stubs"""
7782
7663
  pass
7783
7664
 
7784
- def _typecheckingstub__d2aa532ddbd324fb791db84dcad85f906a5b71e1140b139d99d630f5200479af(
7785
- *,
7786
- existing_media_store_container_obj: typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer] = None,
7787
- media_store_container_props: typing.Optional[typing.Union[_aws_cdk_aws_mediastore_ceddda9d.CfnContainerProps, typing.Dict[builtins.str, typing.Any]]] = None,
7788
- ) -> None:
7789
- """Type checking stubs"""
7790
- pass
7791
-
7792
7665
  def _typecheckingstub__12b14feea16b19036cf050ea8dd837f794807f0bf081e9b64939210089265868(
7793
7666
  *,
7794
7667
  public_api: builtins.bool,
@@ -7856,6 +7729,7 @@ def _typecheckingstub__44846869b9ecaeab140b843e216e72ede263e14e7846fdeed302ad40e
7856
7729
  origin_id: typing.Optional[builtins.str] = None,
7857
7730
  origin_shield_enabled: typing.Optional[builtins.bool] = None,
7858
7731
  origin_shield_region: typing.Optional[builtins.str] = None,
7732
+ response_completion_timeout: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
7859
7733
  ) -> None:
7860
7734
  """Type checking stubs"""
7861
7735
  pass
@@ -7878,6 +7752,7 @@ def _typecheckingstub__f4727907366b00308bea7c2d08561f315c9f243b37d0b3a99db676ce6
7878
7752
  origin_id: typing.Optional[builtins.str] = None,
7879
7753
  origin_shield_enabled: typing.Optional[builtins.bool] = None,
7880
7754
  origin_shield_region: typing.Optional[builtins.str] = None,
7755
+ response_completion_timeout: typing.Optional[_aws_cdk_ceddda9d.Duration] = None,
7881
7756
  origin_path: typing.Optional[builtins.str] = None,
7882
7757
  origin_access_control: typing.Optional[_aws_cdk_aws_cloudfront_ceddda9d.CfnOriginAccessControl] = None,
7883
7758
  ) -> None:
@@ -33,7 +33,7 @@ import aws_cdk.cloud_assembly_schema._jsii
33
33
  import constructs._jsii
34
34
 
35
35
  __jsii_assembly__ = jsii.JSIIAssembly.load(
36
- "@aws-solutions-constructs/core", "2.93.0", __name__[0:-6], "core@2.93.0.jsii.tgz"
36
+ "@aws-solutions-constructs/core", "2.95.0", __name__[0:-6], "core@2.95.0.jsii.tgz"
37
37
  )
38
38
 
39
39
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.core
3
- Version: 2.93.0
3
+ Version: 2.95.0
4
4
  Summary: Core CDK Construct for patterns library
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -18,10 +18,10 @@ 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.214.0
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.223.0
22
22
  Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
23
23
  Requires-Dist: constructs<11.0.0,>=10.0.0
24
- Requires-Dist: jsii<2.0.0,>=1.114.1
24
+ Requires-Dist: jsii<2.0.0,>=1.119.0
25
25
  Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: typeguard<4.3.0,>=2.13.3
27
27
 
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.core.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/core/__init__.py
12
12
  src/aws_solutions_constructs/core/py.typed
13
13
  src/aws_solutions_constructs/core/_jsii/__init__.py
14
- src/aws_solutions_constructs/core/_jsii/core@2.93.0.jsii.tgz
14
+ src/aws_solutions_constructs/core/_jsii/core@2.95.0.jsii.tgz
@@ -1,6 +1,6 @@
1
- aws-cdk-lib<3.0.0,>=2.214.0
1
+ aws-cdk-lib<3.0.0,>=2.223.0
2
2
  aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
3
3
  constructs<11.0.0,>=10.0.0
4
- jsii<2.0.0,>=1.114.1
4
+ jsii<2.0.0,>=1.119.0
5
5
  publication>=0.0.3
6
6
  typeguard<4.3.0,>=2.13.3