aws-solutions-constructs.core 2.83.0__tar.gz → 2.84.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.83.0/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.84.0}/PKG-INFO +2 -2
  2. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/setup.py +3 -3
  3. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/src/aws_solutions_constructs/core/__init__.py +278 -0
  4. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/src/aws_solutions_constructs/core/_jsii/__init__.py +1 -1
  5. aws_solutions_constructs_core-2.84.0/src/aws_solutions_constructs/core/_jsii/core@2.84.0.jsii.tgz +0 -0
  6. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +2 -2
  7. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
  8. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/src/aws_solutions_constructs.core.egg-info/requires.txt +1 -1
  9. aws_solutions_constructs_core-2.83.0/src/aws_solutions_constructs/core/_jsii/core@2.83.0.jsii.tgz +0 -0
  10. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/LICENSE +0 -0
  11. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/MANIFEST.in +0 -0
  12. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/README.md +0 -0
  13. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/pyproject.toml +0 -0
  14. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/setup.cfg +0 -0
  15. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/src/aws_solutions_constructs/core/py.typed +0 -0
  16. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.0}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
  17. {aws_solutions_constructs_core-2.83.0 → aws_solutions_constructs_core-2.84.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.83.0
3
+ Version: 2.84.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,7 +18,7 @@ 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.187.0
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.190.0
22
22
  Requires-Dist: constructs<11.0.0,>=10.0.0
23
23
  Requires-Dist: jsii<2.0.0,>=1.110.0
24
24
  Requires-Dist: publication>=0.0.3
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.core",
8
- "version": "2.83.0",
8
+ "version": "2.84.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.83.0.jsii.tgz"
29
+ "core@2.84.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.core": [
32
32
  "py.typed"
@@ -34,7 +34,7 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.187.0, <3.0.0",
37
+ "aws-cdk-lib>=2.190.0, <3.0.0",
38
38
  "constructs>=10.0.0, <11.0.0",
39
39
  "jsii>=1.110.0, <2.0.0",
40
40
  "publication>=0.0.3",
@@ -118,6 +118,7 @@ from ._jsii import *
118
118
  import aws_cdk as _aws_cdk_ceddda9d
119
119
  import aws_cdk.aws_apigateway as _aws_cdk_aws_apigateway_ceddda9d
120
120
  import aws_cdk.aws_apigatewayv2 as _aws_cdk_aws_apigatewayv2_ceddda9d
121
+ import aws_cdk.aws_bedrock as _aws_cdk_aws_bedrock_ceddda9d
121
122
  import aws_cdk.aws_cloudfront as _aws_cdk_aws_cloudfront_ceddda9d
122
123
  import aws_cdk.aws_cloudwatch as _aws_cdk_aws_cloudwatch_ceddda9d
123
124
  import aws_cdk.aws_cognito as _aws_cdk_aws_cognito_ceddda9d
@@ -376,6 +377,73 @@ class ApiProps:
376
377
  )
377
378
 
378
379
 
380
+ @jsii.data_type(
381
+ jsii_type="@aws-solutions-constructs/core.BedrockInferenceProps",
382
+ jsii_struct_bases=[],
383
+ name_mapping={
384
+ "bedrock_model_id": "bedrockModelId",
385
+ "deploy_cross_region_profile": "deployCrossRegionProfile",
386
+ "inference_profile_props": "inferenceProfileProps",
387
+ },
388
+ )
389
+ class BedrockInferenceProps:
390
+ def __init__(
391
+ self,
392
+ *,
393
+ bedrock_model_id: builtins.str,
394
+ deploy_cross_region_profile: typing.Optional[builtins.bool] = None,
395
+ inference_profile_props: typing.Optional[typing.Union[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps, typing.Dict[builtins.str, typing.Any]]] = None,
396
+ ) -> None:
397
+ '''
398
+ :param bedrock_model_id: -
399
+ :param deploy_cross_region_profile: -
400
+ :param inference_profile_props: -
401
+ '''
402
+ if isinstance(inference_profile_props, dict):
403
+ inference_profile_props = _aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps(**inference_profile_props)
404
+ if __debug__:
405
+ type_hints = typing.get_type_hints(_typecheckingstub__8700501d94a3c0ea38de6db5f733bbe926a025118f03ab465d833973995bce73)
406
+ check_type(argname="argument bedrock_model_id", value=bedrock_model_id, expected_type=type_hints["bedrock_model_id"])
407
+ check_type(argname="argument deploy_cross_region_profile", value=deploy_cross_region_profile, expected_type=type_hints["deploy_cross_region_profile"])
408
+ check_type(argname="argument inference_profile_props", value=inference_profile_props, expected_type=type_hints["inference_profile_props"])
409
+ self._values: typing.Dict[builtins.str, typing.Any] = {
410
+ "bedrock_model_id": bedrock_model_id,
411
+ }
412
+ if deploy_cross_region_profile is not None:
413
+ self._values["deploy_cross_region_profile"] = deploy_cross_region_profile
414
+ if inference_profile_props is not None:
415
+ self._values["inference_profile_props"] = inference_profile_props
416
+
417
+ @builtins.property
418
+ def bedrock_model_id(self) -> builtins.str:
419
+ result = self._values.get("bedrock_model_id")
420
+ assert result is not None, "Required property 'bedrock_model_id' is missing"
421
+ return typing.cast(builtins.str, result)
422
+
423
+ @builtins.property
424
+ def deploy_cross_region_profile(self) -> typing.Optional[builtins.bool]:
425
+ result = self._values.get("deploy_cross_region_profile")
426
+ return typing.cast(typing.Optional[builtins.bool], result)
427
+
428
+ @builtins.property
429
+ def inference_profile_props(
430
+ self,
431
+ ) -> typing.Optional[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps]:
432
+ result = self._values.get("inference_profile_props")
433
+ return typing.cast(typing.Optional[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps], result)
434
+
435
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
436
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
437
+
438
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
439
+ return not (rhs == self)
440
+
441
+ def __repr__(self) -> str:
442
+ return "BedrockInferenceProps(%s)" % ", ".join(
443
+ k + "=" + repr(v) for k, v in self._values.items()
444
+ )
445
+
446
+
379
447
  @jsii.data_type(
380
448
  jsii_type="@aws-solutions-constructs/core.BuildDeadLetterQueueProps",
381
449
  jsii_struct_bases=[],
@@ -1156,6 +1224,127 @@ class BuildGlueJobResponse:
1156
1224
  )
1157
1225
 
1158
1226
 
1227
+ @jsii.data_type(
1228
+ jsii_type="@aws-solutions-constructs/core.BuildInferenceProfileProps",
1229
+ jsii_struct_bases=[],
1230
+ name_mapping={
1231
+ "bedrock_model_id": "bedrockModelId",
1232
+ "deploy_cross_region_profile": "deployCrossRegionProfile",
1233
+ "inference_profile_props": "inferenceProfileProps",
1234
+ },
1235
+ )
1236
+ class BuildInferenceProfileProps:
1237
+ def __init__(
1238
+ self,
1239
+ *,
1240
+ bedrock_model_id: builtins.str,
1241
+ deploy_cross_region_profile: typing.Optional[builtins.bool] = None,
1242
+ inference_profile_props: typing.Optional[typing.Union[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps, typing.Dict[builtins.str, typing.Any]]] = None,
1243
+ ) -> None:
1244
+ '''
1245
+ :param bedrock_model_id: -
1246
+ :param deploy_cross_region_profile: -
1247
+ :param inference_profile_props: -
1248
+ '''
1249
+ if isinstance(inference_profile_props, dict):
1250
+ inference_profile_props = _aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps(**inference_profile_props)
1251
+ if __debug__:
1252
+ type_hints = typing.get_type_hints(_typecheckingstub__78a689fbcf3380941a0eb9fce0686675689bf7562800dccef139ba66189e889a)
1253
+ check_type(argname="argument bedrock_model_id", value=bedrock_model_id, expected_type=type_hints["bedrock_model_id"])
1254
+ check_type(argname="argument deploy_cross_region_profile", value=deploy_cross_region_profile, expected_type=type_hints["deploy_cross_region_profile"])
1255
+ check_type(argname="argument inference_profile_props", value=inference_profile_props, expected_type=type_hints["inference_profile_props"])
1256
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1257
+ "bedrock_model_id": bedrock_model_id,
1258
+ }
1259
+ if deploy_cross_region_profile is not None:
1260
+ self._values["deploy_cross_region_profile"] = deploy_cross_region_profile
1261
+ if inference_profile_props is not None:
1262
+ self._values["inference_profile_props"] = inference_profile_props
1263
+
1264
+ @builtins.property
1265
+ def bedrock_model_id(self) -> builtins.str:
1266
+ result = self._values.get("bedrock_model_id")
1267
+ assert result is not None, "Required property 'bedrock_model_id' is missing"
1268
+ return typing.cast(builtins.str, result)
1269
+
1270
+ @builtins.property
1271
+ def deploy_cross_region_profile(self) -> typing.Optional[builtins.bool]:
1272
+ result = self._values.get("deploy_cross_region_profile")
1273
+ return typing.cast(typing.Optional[builtins.bool], result)
1274
+
1275
+ @builtins.property
1276
+ def inference_profile_props(
1277
+ self,
1278
+ ) -> typing.Optional[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps]:
1279
+ result = self._values.get("inference_profile_props")
1280
+ return typing.cast(typing.Optional[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps], result)
1281
+
1282
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1283
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1284
+
1285
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1286
+ return not (rhs == self)
1287
+
1288
+ def __repr__(self) -> str:
1289
+ return "BuildInferenceProfileProps(%s)" % ", ".join(
1290
+ k + "=" + repr(v) for k, v in self._values.items()
1291
+ )
1292
+
1293
+
1294
+ @jsii.data_type(
1295
+ jsii_type="@aws-solutions-constructs/core.BuildInferenceProfileReponse",
1296
+ jsii_struct_bases=[],
1297
+ name_mapping={
1298
+ "inference_profile": "inferenceProfile",
1299
+ "cross_region": "crossRegion",
1300
+ },
1301
+ )
1302
+ class BuildInferenceProfileReponse:
1303
+ def __init__(
1304
+ self,
1305
+ *,
1306
+ inference_profile: _aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfile,
1307
+ cross_region: typing.Optional[builtins.bool] = None,
1308
+ ) -> None:
1309
+ '''
1310
+ :param inference_profile: -
1311
+ :param cross_region: -
1312
+ '''
1313
+ if __debug__:
1314
+ type_hints = typing.get_type_hints(_typecheckingstub__db46a1f1bb87c2240368df7169de68c61b912824d1533ff69aef4401d97f43b4)
1315
+ check_type(argname="argument inference_profile", value=inference_profile, expected_type=type_hints["inference_profile"])
1316
+ check_type(argname="argument cross_region", value=cross_region, expected_type=type_hints["cross_region"])
1317
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1318
+ "inference_profile": inference_profile,
1319
+ }
1320
+ if cross_region is not None:
1321
+ self._values["cross_region"] = cross_region
1322
+
1323
+ @builtins.property
1324
+ def inference_profile(
1325
+ self,
1326
+ ) -> _aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfile:
1327
+ result = self._values.get("inference_profile")
1328
+ assert result is not None, "Required property 'inference_profile' is missing"
1329
+ return typing.cast(_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfile, result)
1330
+
1331
+ @builtins.property
1332
+ def cross_region(self) -> typing.Optional[builtins.bool]:
1333
+ result = self._values.get("cross_region")
1334
+ return typing.cast(typing.Optional[builtins.bool], result)
1335
+
1336
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1337
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1338
+
1339
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1340
+ return not (rhs == self)
1341
+
1342
+ def __repr__(self) -> str:
1343
+ return "BuildInferenceProfileReponse(%s)" % ", ".join(
1344
+ k + "=" + repr(v) for k, v in self._values.items()
1345
+ )
1346
+
1347
+
1159
1348
  @jsii.data_type(
1160
1349
  jsii_type="@aws-solutions-constructs/core.BuildKendraIndexProps",
1161
1350
  jsii_struct_bases=[],
@@ -5224,6 +5413,55 @@ class LambdaProps:
5224
5413
  )
5225
5414
 
5226
5415
 
5416
+ @jsii.data_type(
5417
+ jsii_type="@aws-solutions-constructs/core.MappingResponse",
5418
+ jsii_struct_bases=[],
5419
+ name_mapping={"mapping": "mapping", "mapping_name": "mappingName"},
5420
+ )
5421
+ class MappingResponse:
5422
+ def __init__(
5423
+ self,
5424
+ *,
5425
+ mapping: _aws_cdk_ceddda9d.CfnMapping,
5426
+ mapping_name: builtins.str,
5427
+ ) -> None:
5428
+ '''
5429
+ :param mapping: -
5430
+ :param mapping_name: -
5431
+ '''
5432
+ if __debug__:
5433
+ type_hints = typing.get_type_hints(_typecheckingstub__d1ba435ba7bd3ef62bb8c53ca638e782145ebfe4f85606498a0bfdad8252a191)
5434
+ check_type(argname="argument mapping", value=mapping, expected_type=type_hints["mapping"])
5435
+ check_type(argname="argument mapping_name", value=mapping_name, expected_type=type_hints["mapping_name"])
5436
+ self._values: typing.Dict[builtins.str, typing.Any] = {
5437
+ "mapping": mapping,
5438
+ "mapping_name": mapping_name,
5439
+ }
5440
+
5441
+ @builtins.property
5442
+ def mapping(self) -> _aws_cdk_ceddda9d.CfnMapping:
5443
+ result = self._values.get("mapping")
5444
+ assert result is not None, "Required property 'mapping' is missing"
5445
+ return typing.cast(_aws_cdk_ceddda9d.CfnMapping, result)
5446
+
5447
+ @builtins.property
5448
+ def mapping_name(self) -> builtins.str:
5449
+ result = self._values.get("mapping_name")
5450
+ assert result is not None, "Required property 'mapping_name' is missing"
5451
+ return typing.cast(builtins.str, result)
5452
+
5453
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
5454
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
5455
+
5456
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
5457
+ return not (rhs == self)
5458
+
5459
+ def __repr__(self) -> str:
5460
+ return "MappingResponse(%s)" % ", ".join(
5461
+ k + "=" + repr(v) for k, v in self._values.items()
5462
+ )
5463
+
5464
+
5227
5465
  @jsii.data_type(
5228
5466
  jsii_type="@aws-solutions-constructs/core.MediaStoreProps",
5229
5467
  jsii_struct_bases=[],
@@ -6236,6 +6474,8 @@ class ServiceEndpointTypes(enum.Enum):
6236
6474
  EVENTS = "EVENTS"
6237
6475
  KINESIS_FIREHOSE = "KINESIS_FIREHOSE"
6238
6476
  KINESIS_STREAMS = "KINESIS_STREAMS"
6477
+ BEDROCK = "BEDROCK"
6478
+ BEDROCK_RUNTIME = "BEDROCK_RUNTIME"
6239
6479
  KENDRA = "KENDRA"
6240
6480
 
6241
6481
 
@@ -6759,6 +6999,7 @@ class WafWebAclProps:
6759
6999
  __all__ = [
6760
7000
  "AddProxyMethodToApiResourceInputParams",
6761
7001
  "ApiProps",
7002
+ "BedrockInferenceProps",
6762
7003
  "BuildDeadLetterQueueProps",
6763
7004
  "BuildDynamoDBTableProps",
6764
7005
  "BuildDynamoDBTableResponse",
@@ -6769,6 +7010,8 @@ __all__ = [
6769
7010
  "BuildEventBusProps",
6770
7011
  "BuildGlueJobProps",
6771
7012
  "BuildGlueJobResponse",
7013
+ "BuildInferenceProfileProps",
7014
+ "BuildInferenceProfileReponse",
6772
7015
  "BuildKendraIndexProps",
6773
7016
  "BuildKinesisAnalyticsAppProps",
6774
7017
  "BuildKinesisStreamProps",
@@ -6821,6 +7064,7 @@ __all__ = [
6821
7064
  "GlueProps",
6822
7065
  "KinesisStreamProps",
6823
7066
  "LambdaProps",
7067
+ "MappingResponse",
6824
7068
  "MediaStoreProps",
6825
7069
  "ObtainAlbProps",
6826
7070
  "ObtainMemcachedClusterProps",
@@ -6873,6 +7117,15 @@ def _typecheckingstub__88be8e16a7e7ccf9328ce12f2eadc5b24c8a0a21193df778cb3c78695
6873
7117
  """Type checking stubs"""
6874
7118
  pass
6875
7119
 
7120
+ def _typecheckingstub__8700501d94a3c0ea38de6db5f733bbe926a025118f03ab465d833973995bce73(
7121
+ *,
7122
+ bedrock_model_id: builtins.str,
7123
+ deploy_cross_region_profile: typing.Optional[builtins.bool] = None,
7124
+ inference_profile_props: typing.Optional[typing.Union[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps, typing.Dict[builtins.str, typing.Any]]] = None,
7125
+ ) -> None:
7126
+ """Type checking stubs"""
7127
+ pass
7128
+
6876
7129
  def _typecheckingstub__f79386b6162082a3848170974aab68319c4d3739960a82001b687d0237a8dddb(
6877
7130
  *,
6878
7131
  construct_dead_letter_queue_props: typing.Optional[typing.Union[_aws_cdk_aws_sqs_ceddda9d.QueueProps, typing.Dict[builtins.str, typing.Any]]] = None,
@@ -6969,6 +7222,23 @@ def _typecheckingstub__11a604b08bf1cad91185d9f9c8a5a6d00078574c65293412cd1679923
6969
7222
  """Type checking stubs"""
6970
7223
  pass
6971
7224
 
7225
+ def _typecheckingstub__78a689fbcf3380941a0eb9fce0686675689bf7562800dccef139ba66189e889a(
7226
+ *,
7227
+ bedrock_model_id: builtins.str,
7228
+ deploy_cross_region_profile: typing.Optional[builtins.bool] = None,
7229
+ inference_profile_props: typing.Optional[typing.Union[_aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfileProps, typing.Dict[builtins.str, typing.Any]]] = None,
7230
+ ) -> None:
7231
+ """Type checking stubs"""
7232
+ pass
7233
+
7234
+ def _typecheckingstub__db46a1f1bb87c2240368df7169de68c61b912824d1533ff69aef4401d97f43b4(
7235
+ *,
7236
+ inference_profile: _aws_cdk_aws_bedrock_ceddda9d.CfnApplicationInferenceProfile,
7237
+ cross_region: typing.Optional[builtins.bool] = None,
7238
+ ) -> None:
7239
+ """Type checking stubs"""
7240
+ pass
7241
+
6972
7242
  def _typecheckingstub__97248fcc6a2ae901e8446e8b76807bca4718121ad43df2905dd67d4e945615dc(
6973
7243
  *,
6974
7244
  existing_index_obj: typing.Optional[_aws_cdk_aws_kendra_ceddda9d.CfnIndex] = None,
@@ -7477,6 +7747,14 @@ def _typecheckingstub__d42be92054867170509a996825e08a868a93f029408e224c3d4c5f0a7
7477
7747
  """Type checking stubs"""
7478
7748
  pass
7479
7749
 
7750
+ def _typecheckingstub__d1ba435ba7bd3ef62bb8c53ca638e782145ebfe4f85606498a0bfdad8252a191(
7751
+ *,
7752
+ mapping: _aws_cdk_ceddda9d.CfnMapping,
7753
+ mapping_name: builtins.str,
7754
+ ) -> None:
7755
+ """Type checking stubs"""
7756
+ pass
7757
+
7480
7758
  def _typecheckingstub__d2aa532ddbd324fb791db84dcad85f906a5b71e1140b139d99d630f5200479af(
7481
7759
  *,
7482
7760
  existing_media_store_container_obj: typing.Optional[_aws_cdk_aws_mediastore_ceddda9d.CfnContainer] = None,
@@ -32,7 +32,7 @@ import aws_cdk._jsii
32
32
  import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
- "@aws-solutions-constructs/core", "2.83.0", __name__[0:-6], "core@2.83.0.jsii.tgz"
35
+ "@aws-solutions-constructs/core", "2.84.0", __name__[0:-6], "core@2.84.0.jsii.tgz"
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.core
3
- Version: 2.83.0
3
+ Version: 2.84.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,7 +18,7 @@ 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.187.0
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.190.0
22
22
  Requires-Dist: constructs<11.0.0,>=10.0.0
23
23
  Requires-Dist: jsii<2.0.0,>=1.110.0
24
24
  Requires-Dist: publication>=0.0.3
@@ -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.83.0.jsii.tgz
14
+ src/aws_solutions_constructs/core/_jsii/core@2.84.0.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk-lib<3.0.0,>=2.187.0
1
+ aws-cdk-lib<3.0.0,>=2.190.0
2
2
  constructs<11.0.0,>=10.0.0
3
3
  jsii<2.0.0,>=1.110.0
4
4
  publication>=0.0.3