aws-cdk-lib 2.189.0__py3-none-any.whl → 2.190.0__py3-none-any.whl

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.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (53) hide show
  1. aws_cdk/__init__.py +16 -2
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.189.0.jsii.tgz → aws-cdk-lib@2.190.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +6 -6
  5. aws_cdk/aws_apigatewayv2/__init__.py +374 -6
  6. aws_cdk/aws_applicationautoscaling/__init__.py +16 -10
  7. aws_cdk/aws_applicationsignals/__init__.py +204 -31
  8. aws_cdk/aws_backup/__init__.py +0 -41
  9. aws_cdk/aws_batch/__init__.py +215 -0
  10. aws_cdk/aws_bedrock/__init__.py +287 -0
  11. aws_cdk/aws_cleanrooms/__init__.py +1392 -78
  12. aws_cdk/aws_cloudfront/__init__.py +1 -0
  13. aws_cdk/aws_cloudtrail/__init__.py +24 -26
  14. aws_cdk/aws_codebuild/__init__.py +59 -7
  15. aws_cdk/aws_dms/__init__.py +43 -0
  16. aws_cdk/aws_ec2/__init__.py +364 -30
  17. aws_cdk/aws_ecs/__init__.py +36 -5
  18. aws_cdk/aws_eks/__init__.py +2 -100
  19. aws_cdk/aws_elasticache/__init__.py +6 -11
  20. aws_cdk/aws_elasticloadbalancingv2/__init__.py +341 -0
  21. aws_cdk/aws_events/__init__.py +67 -13
  22. aws_cdk/aws_fsx/__init__.py +9 -21
  23. aws_cdk/aws_iam/__init__.py +1 -1
  24. aws_cdk/aws_iot/__init__.py +6 -6
  25. aws_cdk/aws_kafkaconnect/__init__.py +2 -2
  26. aws_cdk/aws_kinesis/__init__.py +44 -0
  27. aws_cdk/aws_lex/__init__.py +615 -39
  28. aws_cdk/aws_location/__init__.py +4 -4
  29. aws_cdk/aws_macie/__init__.py +14 -3
  30. aws_cdk/aws_memorydb/__init__.py +87 -0
  31. aws_cdk/aws_msk/__init__.py +226 -127
  32. aws_cdk/aws_neptune/__init__.py +0 -8
  33. aws_cdk/aws_opensearchservice/__init__.py +64 -56
  34. aws_cdk/aws_paymentcryptography/__init__.py +41 -0
  35. aws_cdk/aws_qbusiness/__init__.py +175 -3
  36. aws_cdk/aws_quicksight/__init__.py +393 -0
  37. aws_cdk/aws_rds/__init__.py +113 -120
  38. aws_cdk/aws_redshiftserverless/__init__.py +4 -14
  39. aws_cdk/aws_route53resolver/__init__.py +60 -9
  40. aws_cdk/aws_s3/__init__.py +34 -1
  41. aws_cdk/aws_s3_deployment/__init__.py +202 -5
  42. aws_cdk/aws_sagemaker/__init__.py +40 -40
  43. aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
  44. aws_cdk/aws_stepfunctions/__init__.py +720 -45
  45. aws_cdk/aws_transfer/__init__.py +55 -2
  46. aws_cdk/custom_resources/__init__.py +5 -5
  47. aws_cdk/pipelines/__init__.py +1 -2
  48. {aws_cdk_lib-2.189.0.dist-info → aws_cdk_lib-2.190.0.dist-info}/METADATA +1 -1
  49. {aws_cdk_lib-2.189.0.dist-info → aws_cdk_lib-2.190.0.dist-info}/RECORD +53 -53
  50. {aws_cdk_lib-2.189.0.dist-info → aws_cdk_lib-2.190.0.dist-info}/LICENSE +0 -0
  51. {aws_cdk_lib-2.189.0.dist-info → aws_cdk_lib-2.190.0.dist-info}/NOTICE +0 -0
  52. {aws_cdk_lib-2.189.0.dist-info → aws_cdk_lib-2.190.0.dist-info}/WHEEL +0 -0
  53. {aws_cdk_lib-2.189.0.dist-info → aws_cdk_lib-2.190.0.dist-info}/top_level.txt +0 -0
@@ -5783,7 +5783,6 @@ class CfnRestoreTestingPlan(
5783
5783
 
5784
5784
  # the properties below are optional
5785
5785
  schedule_expression_timezone="scheduleExpressionTimezone",
5786
- schedule_status="scheduleStatus",
5787
5786
  start_window_hours=123,
5788
5787
  tags=[CfnTag(
5789
5788
  key="key",
@@ -5801,7 +5800,6 @@ class CfnRestoreTestingPlan(
5801
5800
  restore_testing_plan_name: builtins.str,
5802
5801
  schedule_expression: builtins.str,
5803
5802
  schedule_expression_timezone: typing.Optional[builtins.str] = None,
5804
- schedule_status: typing.Optional[builtins.str] = None,
5805
5803
  start_window_hours: typing.Optional[jsii.Number] = None,
5806
5804
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
5807
5805
  ) -> None:
@@ -5812,7 +5810,6 @@ class CfnRestoreTestingPlan(
5812
5810
  :param restore_testing_plan_name: The RestoreTestingPlanName is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
5813
5811
  :param schedule_expression: A CRON expression in specified timezone when a restore testing plan is executed. When no CRON expression is provided, AWS Backup will use the default expression ``cron(0 5 ? * * *)`` .
5814
5812
  :param schedule_expression_timezone: Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
5815
- :param schedule_status: This parameter is not currently supported.
5816
5813
  :param start_window_hours: Defaults to 24 hours. A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
5817
5814
  :param tags: Optional tags to include. A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters,numbers, spaces, and the following characters: ``+ - = . _ : /.``
5818
5815
  '''
@@ -5825,7 +5822,6 @@ class CfnRestoreTestingPlan(
5825
5822
  restore_testing_plan_name=restore_testing_plan_name,
5826
5823
  schedule_expression=schedule_expression,
5827
5824
  schedule_expression_timezone=schedule_expression_timezone,
5828
- schedule_status=schedule_status,
5829
5825
  start_window_hours=start_window_hours,
5830
5826
  tags=tags,
5831
5827
  )
@@ -5942,19 +5938,6 @@ class CfnRestoreTestingPlan(
5942
5938
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5943
5939
  jsii.set(self, "scheduleExpressionTimezone", value) # pyright: ignore[reportArgumentType]
5944
5940
 
5945
- @builtins.property
5946
- @jsii.member(jsii_name="scheduleStatus")
5947
- def schedule_status(self) -> typing.Optional[builtins.str]:
5948
- '''This parameter is not currently supported.'''
5949
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "scheduleStatus"))
5950
-
5951
- @schedule_status.setter
5952
- def schedule_status(self, value: typing.Optional[builtins.str]) -> None:
5953
- if __debug__:
5954
- type_hints = typing.get_type_hints(_typecheckingstub__cb0d6c12ebe5ab30da1683fa9c5b891023ce57e88de2c038f0c84c4ba2f02868)
5955
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
5956
- jsii.set(self, "scheduleStatus", value) # pyright: ignore[reportArgumentType]
5957
-
5958
5941
  @builtins.property
5959
5942
  @jsii.member(jsii_name="startWindowHours")
5960
5943
  def start_window_hours(self) -> typing.Optional[jsii.Number]:
@@ -6130,7 +6113,6 @@ class CfnRestoreTestingPlan(
6130
6113
  "restore_testing_plan_name": "restoreTestingPlanName",
6131
6114
  "schedule_expression": "scheduleExpression",
6132
6115
  "schedule_expression_timezone": "scheduleExpressionTimezone",
6133
- "schedule_status": "scheduleStatus",
6134
6116
  "start_window_hours": "startWindowHours",
6135
6117
  "tags": "tags",
6136
6118
  },
@@ -6143,7 +6125,6 @@ class CfnRestoreTestingPlanProps:
6143
6125
  restore_testing_plan_name: builtins.str,
6144
6126
  schedule_expression: builtins.str,
6145
6127
  schedule_expression_timezone: typing.Optional[builtins.str] = None,
6146
- schedule_status: typing.Optional[builtins.str] = None,
6147
6128
  start_window_hours: typing.Optional[jsii.Number] = None,
6148
6129
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
6149
6130
  ) -> None:
@@ -6153,7 +6134,6 @@ class CfnRestoreTestingPlanProps:
6153
6134
  :param restore_testing_plan_name: The RestoreTestingPlanName is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
6154
6135
  :param schedule_expression: A CRON expression in specified timezone when a restore testing plan is executed. When no CRON expression is provided, AWS Backup will use the default expression ``cron(0 5 ? * * *)`` .
6155
6136
  :param schedule_expression_timezone: Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
6156
- :param schedule_status: This parameter is not currently supported.
6157
6137
  :param start_window_hours: Defaults to 24 hours. A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
6158
6138
  :param tags: Optional tags to include. A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters,numbers, spaces, and the following characters: ``+ - = . _ : /.``
6159
6139
 
@@ -6181,7 +6161,6 @@ class CfnRestoreTestingPlanProps:
6181
6161
 
6182
6162
  # the properties below are optional
6183
6163
  schedule_expression_timezone="scheduleExpressionTimezone",
6184
- schedule_status="scheduleStatus",
6185
6164
  start_window_hours=123,
6186
6165
  tags=[CfnTag(
6187
6166
  key="key",
@@ -6195,7 +6174,6 @@ class CfnRestoreTestingPlanProps:
6195
6174
  check_type(argname="argument restore_testing_plan_name", value=restore_testing_plan_name, expected_type=type_hints["restore_testing_plan_name"])
6196
6175
  check_type(argname="argument schedule_expression", value=schedule_expression, expected_type=type_hints["schedule_expression"])
6197
6176
  check_type(argname="argument schedule_expression_timezone", value=schedule_expression_timezone, expected_type=type_hints["schedule_expression_timezone"])
6198
- check_type(argname="argument schedule_status", value=schedule_status, expected_type=type_hints["schedule_status"])
6199
6177
  check_type(argname="argument start_window_hours", value=start_window_hours, expected_type=type_hints["start_window_hours"])
6200
6178
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
6201
6179
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -6205,8 +6183,6 @@ class CfnRestoreTestingPlanProps:
6205
6183
  }
6206
6184
  if schedule_expression_timezone is not None:
6207
6185
  self._values["schedule_expression_timezone"] = schedule_expression_timezone
6208
- if schedule_status is not None:
6209
- self._values["schedule_status"] = schedule_status
6210
6186
  if start_window_hours is not None:
6211
6187
  self._values["start_window_hours"] = start_window_hours
6212
6188
  if tags is not None:
@@ -6259,15 +6235,6 @@ class CfnRestoreTestingPlanProps:
6259
6235
  result = self._values.get("schedule_expression_timezone")
6260
6236
  return typing.cast(typing.Optional[builtins.str], result)
6261
6237
 
6262
- @builtins.property
6263
- def schedule_status(self) -> typing.Optional[builtins.str]:
6264
- '''This parameter is not currently supported.
6265
-
6266
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingplan.html#cfn-backup-restoretestingplan-schedulestatus
6267
- '''
6268
- result = self._values.get("schedule_status")
6269
- return typing.cast(typing.Optional[builtins.str], result)
6270
-
6271
6238
  @builtins.property
6272
6239
  def start_window_hours(self) -> typing.Optional[jsii.Number]:
6273
6240
  '''Defaults to 24 hours.
@@ -8360,7 +8327,6 @@ def _typecheckingstub__ce1d12683247bbd0bcd185e807f3b41b4b53ee7cfd847d57ecbf875d4
8360
8327
  restore_testing_plan_name: builtins.str,
8361
8328
  schedule_expression: builtins.str,
8362
8329
  schedule_expression_timezone: typing.Optional[builtins.str] = None,
8363
- schedule_status: typing.Optional[builtins.str] = None,
8364
8330
  start_window_hours: typing.Optional[jsii.Number] = None,
8365
8331
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8366
8332
  ) -> None:
@@ -8403,12 +8369,6 @@ def _typecheckingstub__45df227f118297319531c266e28ed0c7920e380fc44ad9f041510f5e6
8403
8369
  """Type checking stubs"""
8404
8370
  pass
8405
8371
 
8406
- def _typecheckingstub__cb0d6c12ebe5ab30da1683fa9c5b891023ce57e88de2c038f0c84c4ba2f02868(
8407
- value: typing.Optional[builtins.str],
8408
- ) -> None:
8409
- """Type checking stubs"""
8410
- pass
8411
-
8412
8372
  def _typecheckingstub__9df0eb1aaa95a7ca07b1c2dc88007e89e56d90a6006630d5680cdb415dd093f9(
8413
8373
  value: typing.Optional[jsii.Number],
8414
8374
  ) -> None:
@@ -8438,7 +8398,6 @@ def _typecheckingstub__d65b2884e40d5939ab5441a32efe6879390155bd000dab9e921f71ac4
8438
8398
  restore_testing_plan_name: builtins.str,
8439
8399
  schedule_expression: builtins.str,
8440
8400
  schedule_expression_timezone: typing.Optional[builtins.str] = None,
8441
- schedule_status: typing.Optional[builtins.str] = None,
8442
8401
  start_window_hours: typing.Optional[jsii.Number] = None,
8443
8402
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
8444
8403
  ) -> None: