aws-cdk-lib 2.216.0__tar.gz → 2.217.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.

Potentially problematic release.


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

Files changed (320) hide show
  1. {aws_cdk_lib-2.216.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.217.0}/PKG-INFO +1 -1
  2. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/setup.py +4 -2
  3. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/__init__.py +60 -28
  4. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/_jsii/__init__.py +1 -1
  5. aws_cdk_lib-2.216.0/src/aws_cdk/_jsii/aws-cdk-lib@2.216.0.jsii.tgz → aws_cdk_lib-2.217.0/src/aws_cdk/_jsii/aws-cdk-lib@2.217.0.jsii.tgz +0 -0
  6. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_acmpca/__init__.py +1 -1
  7. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_amplify/__init__.py +8 -8
  8. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_apigateway/__init__.py +26 -6
  9. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +2 -2
  10. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_appmesh/__init__.py +12 -12
  11. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_appstream/__init__.py +14 -4
  12. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_appsync/__init__.py +3 -3
  13. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_aps/__init__.py +459 -0
  14. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_batch/__init__.py +6 -2
  15. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_bedrock/__init__.py +132 -0
  16. aws_cdk_lib-2.217.0/src/aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  17. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_certificatemanager/__init__.py +9 -10
  18. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cleanrooms/__init__.py +163 -0
  19. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloudformation/__init__.py +14 -14
  20. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloudfront/__init__.py +12 -8
  21. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cognito/__init__.py +2 -2
  22. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_connect/__init__.py +138 -10
  23. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cur/__init__.py +57 -3
  24. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_datasync/__init__.py +351 -0
  25. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_datazone/__init__.py +675 -2
  26. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_dynamodb/__init__.py +123 -0
  27. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ec2/__init__.py +55 -10
  28. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ecs/__init__.py +55 -12
  29. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  30. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_elasticsearch/__init__.py +2 -2
  31. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_evs/__init__.py +58 -4
  32. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_gamelift/__init__.py +72 -56
  33. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iam/__init__.py +1 -1
  34. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +35 -38
  35. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotsitewise/__init__.py +75 -111
  36. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kms/__init__.py +10 -2
  37. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lambda/__init__.py +46 -0
  38. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_medialive/__init__.py +127 -0
  39. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mediapackage/__init__.py +2 -2
  40. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_networkfirewall/__init__.py +10 -10
  41. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_networkmanager/__init__.py +63 -0
  42. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_odb/__init__.py +2082 -195
  43. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_omics/__init__.py +1414 -171
  44. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +164 -21
  45. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_opensearchservice/__init__.py +5 -4
  46. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_pcs/__init__.py +9 -9
  47. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_quicksight/__init__.py +295 -3
  48. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_rds/__init__.py +338 -58
  49. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_sagemaker/__init__.py +251 -1
  50. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_servicecatalog/__init__.py +162 -154
  51. aws_cdk_lib-2.217.0/src/aws_cdk/aws_smsvoice/__init__.py +5218 -0
  52. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_transfer/__init__.py +13 -12
  53. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +1 -1
  54. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_workspacesinstances/__init__.py +641 -2
  55. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0/src/aws_cdk_lib.egg-info}/PKG-INFO +1 -1
  56. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +3 -1
  57. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/LICENSE +0 -0
  58. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/MANIFEST.in +0 -0
  59. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/NOTICE +0 -0
  60. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/README.md +0 -0
  61. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/pyproject.toml +0 -0
  62. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/setup.cfg +0 -0
  63. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
  64. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/assertions/__init__.py +0 -0
  65. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
  66. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_aiops/__init__.py +0 -0
  67. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
  68. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
  69. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
  70. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
  71. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
  72. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
  73. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
  74. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
  75. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
  76. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
  77. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
  78. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
  79. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_arcregionswitch/__init__.py +0 -0
  80. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
  81. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_athena/__init__.py +0 -0
  82. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
  83. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
  84. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
  85. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
  86. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
  87. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
  88. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_backup/__init__.py +0 -0
  89. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
  90. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
  91. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
  92. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
  93. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
  94. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
  95. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
  96. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
  97. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
  98. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
  99. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
  100. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloudtrail/__init__.py +0 -0
  101. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloudwatch/__init__.py +0 -0
  102. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
  103. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
  104. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codebuild/__init__.py +0 -0
  105. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
  106. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
  107. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
  108. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
  109. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
  110. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codepipeline/__init__.py +0 -0
  111. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
  112. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codestar/__init__.py +0 -0
  113. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
  114. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
  115. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_cognito_identitypool/__init__.py +0 -0
  116. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
  117. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_config/__init__.py +0 -0
  118. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
  119. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +0 -0
  120. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
  121. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
  122. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
  123. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
  124. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
  125. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_deadline/__init__.py +0 -0
  126. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
  127. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
  128. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
  129. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_directoryservice/__init__.py +0 -0
  130. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_dlm/__init__.py +0 -0
  131. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_dms/__init__.py +0 -0
  132. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
  133. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
  134. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_dsql/__init__.py +0 -0
  135. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
  136. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
  137. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
  138. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_efs/__init__.py +0 -0
  139. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_eks/__init__.py +0 -0
  140. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
  141. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
  142. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
  143. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
  144. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
  145. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_emr/__init__.py +0 -0
  146. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
  147. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
  148. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_entityresolution/__init__.py +0 -0
  149. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_events/__init__.py +0 -0
  150. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
  151. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
  152. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
  153. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
  154. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
  155. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_fms/__init__.py +0 -0
  156. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
  157. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
  158. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_fsx/__init__.py +0 -0
  159. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_gameliftstreams/__init__.py +0 -0
  160. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
  161. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
  162. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_glue/__init__.py +0 -0
  163. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
  164. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
  165. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
  166. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
  167. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
  168. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
  169. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
  170. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
  171. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
  172. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
  173. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
  174. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
  175. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
  176. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iot/__init__.py +0 -0
  177. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
  178. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
  179. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
  180. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
  181. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
  182. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
  183. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
  184. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ivs/__init__.py +0 -0
  185. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
  186. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
  187. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
  188. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
  189. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
  190. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
  191. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
  192. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
  193. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
  194. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
  195. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
  196. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
  197. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
  198. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
  199. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
  200. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
  201. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
  202. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_location/__init__.py +0 -0
  203. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_logs/__init__.py +0 -0
  204. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
  205. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
  206. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
  207. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
  208. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
  209. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
  210. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
  211. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
  212. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
  213. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
  214. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
  215. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
  216. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
  217. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mpa/__init__.py +0 -0
  218. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_msk/__init__.py +0 -0
  219. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
  220. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
  221. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
  222. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
  223. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_notifications/__init__.py +0 -0
  224. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
  225. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
  226. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_observabilityadmin/__init__.py +0 -0
  227. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
  228. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
  229. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_organizations/__init__.py +0 -0
  230. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
  231. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
  232. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
  233. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
  234. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +0 -0
  235. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
  236. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
  237. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
  238. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
  239. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
  240. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
  241. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
  242. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
  243. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_rbin/__init__.py +0 -0
  244. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
  245. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
  246. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
  247. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
  248. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
  249. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
  250. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
  251. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
  252. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
  253. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_route53/__init__.py +0 -0
  254. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
  255. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
  256. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
  257. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
  258. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
  259. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
  260. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
  261. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3/__init__.py +0 -0
  262. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
  263. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
  264. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
  265. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3express/__init__.py +0 -0
  266. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
  267. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
  268. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_s3tables/__init__.py +0 -0
  269. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
  270. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
  271. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_scheduler_targets/__init__.py +0 -0
  272. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
  273. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
  274. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
  275. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
  276. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
  277. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
  278. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ses/__init__.py +0 -0
  279. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
  280. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
  281. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
  282. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
  283. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
  284. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
  285. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
  286. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ssm/__init__.py +0 -0
  287. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
  288. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ssmguiconnect/__init__.py +0 -0
  289. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
  290. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
  291. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
  292. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_stepfunctions/__init__.py +0 -0
  293. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +0 -0
  294. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
  295. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_synthetics/__init__.py +0 -0
  296. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
  297. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
  298. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
  299. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
  300. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
  301. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
  302. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_wafv2/__init__.py +0 -0
  303. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
  304. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
  305. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
  306. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
  307. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
  308. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
  309. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
  310. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/custom_resources/__init__.py +0 -0
  311. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/cx_api/__init__.py +0 -0
  312. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
  313. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
  314. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/pipelines/__init__.py +0 -0
  315. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/py.typed +0 -0
  316. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/region_info/__init__.py +0 -0
  317. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk/triggers/__init__.py +0 -0
  318. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
  319. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk_lib.egg-info/requires.txt +0 -0
  320. {aws_cdk_lib-2.216.0 → aws_cdk_lib-2.217.0}/src/aws_cdk_lib.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk-lib
3
- Version: 2.216.0
3
+ Version: 2.217.0
4
4
  Summary: Version 2 of the AWS Cloud Development Kit library
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk-lib",
8
- "version": "2.216.0",
8
+ "version": "2.217.0",
9
9
  "description": "Version 2 of the AWS Cloud Development Kit library",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/aws/aws-cdk",
@@ -61,6 +61,7 @@ kwargs = json.loads(
61
61
  "aws_cdk.aws_batch",
62
62
  "aws_cdk.aws_bcmdataexports",
63
63
  "aws_cdk.aws_bedrock",
64
+ "aws_cdk.aws_bedrockagentcore",
64
65
  "aws_cdk.aws_billingconductor",
65
66
  "aws_cdk.aws_budgets",
66
67
  "aws_cdk.aws_cassandra",
@@ -287,6 +288,7 @@ kwargs = json.loads(
287
288
  "aws_cdk.aws_shield",
288
289
  "aws_cdk.aws_signer",
289
290
  "aws_cdk.aws_simspaceweaver",
291
+ "aws_cdk.aws_smsvoice",
290
292
  "aws_cdk.aws_sns",
291
293
  "aws_cdk.aws_sns_subscriptions",
292
294
  "aws_cdk.aws_sqs",
@@ -327,7 +329,7 @@ kwargs = json.loads(
327
329
  ],
328
330
  "package_data": {
329
331
  "aws_cdk._jsii": [
330
- "aws-cdk-lib@2.216.0.jsii.tgz"
332
+ "aws-cdk-lib@2.217.0.jsii.tgz"
331
333
  ],
332
334
  "aws_cdk": [
333
335
  "py.typed"
@@ -5843,7 +5843,7 @@ class CfnGuardHookProps:
5843
5843
  :param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
5844
5844
  :param options: Specifies the S3 location of your input parameters.
5845
5845
  :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
5846
- :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
5846
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
5847
5847
 
5848
5848
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html
5849
5849
  :exampleMetadata: fixture=_generated
@@ -6057,7 +6057,7 @@ class CfnGuardHookProps:
6057
6057
 
6058
6058
  Example target filter in JSON:
6059
6059
 
6060
- ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}``
6060
+ ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}``
6061
6061
 
6062
6062
  Example target filter in YAML:
6063
6063
 
@@ -6453,7 +6453,7 @@ class CfnHookVersionProps:
6453
6453
  '''Properties for defining a ``CfnHookVersion``.
6454
6454
 
6455
6455
  :param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
6456
- :param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
6456
+ :param type_name: The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your Hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
6457
6457
  :param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
6458
6458
  :param logging_config: Contains logging configuration information for an extension.
6459
6459
 
@@ -6510,12 +6510,12 @@ class CfnHookVersionProps:
6510
6510
 
6511
6511
  @builtins.property
6512
6512
  def type_name(self) -> builtins.str:
6513
- '''The unique name for your hook.
6513
+ '''The unique name for your Hook.
6514
6514
 
6515
- Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` .
6515
+ Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` .
6516
6516
  .. epigraph::
6517
6517
 
6518
- The following organization namespaces are reserved and can't be used in your hook type names:
6518
+ The following organization namespaces are reserved and can't be used in your Hook type names:
6519
6519
 
6520
6520
  - ``Alexa``
6521
6521
  - ``AMZN``
@@ -10459,7 +10459,7 @@ class CfnTypeActivationProps:
10459
10459
  :param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
10460
10460
  :param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
10461
10461
  :param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
10462
- :param type_name_alias: An alias to assign to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
10462
+ :param type_name_alias: An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
10463
10463
  :param version_bump: Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of ``AutoUpdate`` . - ``MAJOR`` : CloudFormation updates the extension to the newest major version, if one is available. - ``MINOR`` : CloudFormation updates the extension to the newest minor version, if one is available.
10464
10464
 
10465
10465
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-typeactivation.html
@@ -10615,7 +10615,7 @@ class CfnTypeActivationProps:
10615
10615
 
10616
10616
  @builtins.property
10617
10617
  def type_name_alias(self) -> typing.Optional[builtins.str]:
10618
- '''An alias to assign to the public extension, in this account and Region.
10618
+ '''An alias to assign to the public extension in this account and Region.
10619
10619
 
10620
10620
  If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
10621
10621
 
@@ -19296,17 +19296,20 @@ class IgnoreStrategy(
19296
19296
  ...
19297
19297
 
19298
19298
  @jsii.member(jsii_name="completelyIgnores")
19299
- def completely_ignores(self, absolute_file_path: builtins.str) -> builtins.bool:
19300
- '''Determines whether a given file path should be ignored and have all of its children ignored if its a directory.
19299
+ def completely_ignores(
19300
+ self,
19301
+ absolute_directory_path: builtins.str,
19302
+ ) -> builtins.bool:
19303
+ '''Determines whether a given directory path should be ignored and have all of its children ignored.
19301
19304
 
19302
- :param absolute_file_path: absolute file path to be assessed against the pattern.
19305
+ :param absolute_directory_path: absolute directory path to be assessed against the pattern.
19303
19306
 
19304
- :return: ``true`` if the file should be ignored
19307
+ :return: ``true`` if the directory and all of its children should be ignored
19305
19308
  '''
19306
19309
  if __debug__:
19307
19310
  type_hints = typing.get_type_hints(_typecheckingstub__3a80a66d2944a2c289e3c51a3686487dddf7c755eb54d7726f3fd91652eddcde)
19308
- check_type(argname="argument absolute_file_path", value=absolute_file_path, expected_type=type_hints["absolute_file_path"])
19309
- return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_file_path]))
19311
+ check_type(argname="argument absolute_directory_path", value=absolute_directory_path, expected_type=type_hints["absolute_directory_path"])
19312
+ return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_directory_path]))
19310
19313
 
19311
19314
  @jsii.member(jsii_name="ignores")
19312
19315
  @abc.abstractmethod
@@ -31588,7 +31591,7 @@ class CfnGuardHook(
31588
31591
  :param log_bucket: Specifies the name of an S3 bucket to store the Guard output report. This report contains the results of your Guard rule validations.
31589
31592
  :param options: Specifies the S3 location of your input parameters.
31590
31593
  :param stack_filters: Specifies the stack level filters for the Hook. Example stack level filter in JSON: ``"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}`` Example stack level filter in YAML: ``StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2``
31591
- :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "Create", "Update", "Delete" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
31594
+ :param target_filters: Specifies the target filters for the Hook. Example target filter in JSON: ``"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}`` Example target filter in YAML: ``TargetFilters: Actions: - CREATE - UPDATE - DELETE``
31592
31595
  '''
31593
31596
  if __debug__:
31594
31597
  type_hints = typing.get_type_hints(_typecheckingstub__af8d2663a8bac5046ca50537b031b46f870c6edd4948ed8528ca4e3ff9367b17)
@@ -32787,7 +32790,7 @@ class CfnHookVersion(
32787
32790
  :param scope: Scope in which this resource is defined.
32788
32791
  :param id: Construct identifier for this resource (unique in its scope).
32789
32792
  :param schema_handler_package: A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register. For information on generating a schema handler package, see `Modeling custom CloudFormation Hooks <https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html>`_ in the *AWS CloudFormation Hooks User Guide* . .. epigraph:: To register the Hook, you must have ``s3:GetObject`` permissions to access the S3 objects.
32790
- :param type_name: The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
32793
+ :param type_name: The unique name for your Hook. Specifies a three-part namespace for your Hook, with a recommended pattern of ``Organization::Service::Hook`` . .. epigraph:: The following organization namespaces are reserved and can't be used in your Hook type names: - ``Alexa`` - ``AMZN`` - ``Amazon`` - ``ASK`` - ``AWS`` - ``Custom`` - ``Dev``
32791
32794
  :param execution_role_arn: The Amazon Resource Name (ARN) of the task execution role that grants the Hook permission.
32792
32795
  :param logging_config: Contains logging configuration information for an extension.
32793
32796
  '''
@@ -32909,7 +32912,7 @@ class CfnHookVersion(
32909
32912
  @builtins.property
32910
32913
  @jsii.member(jsii_name="typeName")
32911
32914
  def type_name(self) -> builtins.str:
32912
- '''The unique name for your hook.'''
32915
+ '''The unique name for your Hook.'''
32913
32916
  return typing.cast(builtins.str, jsii.get(self, "typeName"))
32914
32917
 
32915
32918
  @type_name.setter
@@ -36823,7 +36826,7 @@ class CfnTypeActivation(
36823
36826
  :param publisher_id: The ID of the extension publisher. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
36824
36827
  :param type: The extension type. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
36825
36828
  :param type_name: The name of the extension. Conditional: You must specify ``PublicTypeArn`` , or ``TypeName`` , ``Type`` , and ``PublisherId`` .
36826
- :param type_name_alias: An alias to assign to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
36829
+ :param type_name_alias: An alias to assign to the public extension in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console. An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.
36827
36830
  :param version_bump: Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of ``AutoUpdate`` . - ``MAJOR`` : CloudFormation updates the extension to the newest major version, if one is available. - ``MINOR`` : CloudFormation updates the extension to the newest minor version, if one is available.
36828
36831
  '''
36829
36832
  if __debug__:
@@ -36878,7 +36881,7 @@ class CfnTypeActivation(
36878
36881
  @builtins.property
36879
36882
  @jsii.member(jsii_name="attrArn")
36880
36883
  def attr_arn(self) -> builtins.str:
36881
- '''The Amazon Resource Name (ARN) of the activated extension, in this account and Region.
36884
+ '''The Amazon Resource Name (ARN) of the activated extension in this account and Region.
36882
36885
 
36883
36886
  :cloudformationAttribute: Arn
36884
36887
  '''
@@ -37010,7 +37013,7 @@ class CfnTypeActivation(
37010
37013
  @builtins.property
37011
37014
  @jsii.member(jsii_name="typeNameAlias")
37012
37015
  def type_name_alias(self) -> typing.Optional[builtins.str]:
37013
- '''An alias to assign to the public extension, in this account and Region.'''
37016
+ '''An alias to assign to the public extension in this account and Region.'''
37014
37017
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "typeNameAlias"))
37015
37018
 
37016
37019
  @type_name_alias.setter
@@ -37994,17 +37997,20 @@ class DockerIgnoreStrategy(
37994
37997
  return typing.cast(None, jsii.invoke(self, "add", [pattern]))
37995
37998
 
37996
37999
  @jsii.member(jsii_name="completelyIgnores")
37997
- def completely_ignores(self, absolute_file_path: builtins.str) -> builtins.bool:
37998
- '''Determines whether a given file path should be ignored and have all of its children ignored if its a directory.
38000
+ def completely_ignores(
38001
+ self,
38002
+ absolute_directory_path: builtins.str,
38003
+ ) -> builtins.bool:
38004
+ '''Determines whether a given directory path should be ignored and have all of its children ignored.
37999
38005
 
38000
- :param absolute_file_path: absolute file path to be assessed against the pattern.
38006
+ :param absolute_directory_path: absolute directory path to be assessed against the pattern.
38001
38007
 
38002
- :return: ``true`` if the file should be ignored
38008
+ :return: ``true`` if the directory and all of its children should be ignored
38003
38009
  '''
38004
38010
  if __debug__:
38005
38011
  type_hints = typing.get_type_hints(_typecheckingstub__4eeec3aad8660d3f77c7f5fd848b52abf32a847311801373080bbfe35642315a)
38006
- check_type(argname="argument absolute_file_path", value=absolute_file_path, expected_type=type_hints["absolute_file_path"])
38007
- return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_file_path]))
38012
+ check_type(argname="argument absolute_directory_path", value=absolute_directory_path, expected_type=type_hints["absolute_directory_path"])
38013
+ return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_directory_path]))
38008
38014
 
38009
38015
  @jsii.member(jsii_name="ignores")
38010
38016
  def ignores(self, absolute_file_path: builtins.str) -> builtins.bool:
@@ -38066,6 +38072,22 @@ class GitIgnoreStrategy(
38066
38072
  check_type(argname="argument pattern", value=pattern, expected_type=type_hints["pattern"])
38067
38073
  return typing.cast(None, jsii.invoke(self, "add", [pattern]))
38068
38074
 
38075
+ @jsii.member(jsii_name="completelyIgnores")
38076
+ def completely_ignores(
38077
+ self,
38078
+ absolute_directory_path: builtins.str,
38079
+ ) -> builtins.bool:
38080
+ '''Determines whether a given directory path should be ignored and have all of its children ignored.
38081
+
38082
+ :param absolute_directory_path: absolute directory path to be assessed against the pattern.
38083
+
38084
+ :return: ``true`` if the directory and all of its children should be ignored
38085
+ '''
38086
+ if __debug__:
38087
+ type_hints = typing.get_type_hints(_typecheckingstub__e0e824f5e018cd48b279cd34fa185b0a533eed88eee2e88ebb3868389b89b517)
38088
+ check_type(argname="argument absolute_directory_path", value=absolute_directory_path, expected_type=type_hints["absolute_directory_path"])
38089
+ return typing.cast(builtins.bool, jsii.invoke(self, "completelyIgnores", [absolute_directory_path]))
38090
+
38069
38091
  @jsii.member(jsii_name="ignores")
38070
38092
  def ignores(self, absolute_file_path: builtins.str) -> builtins.bool:
38071
38093
  '''Determines whether a given file path should be ignored or not.
@@ -40022,6 +40044,7 @@ __all__ = [
40022
40044
  "aws_batch",
40023
40045
  "aws_bcmdataexports",
40024
40046
  "aws_bedrock",
40047
+ "aws_bedrockagentcore",
40025
40048
  "aws_billingconductor",
40026
40049
  "aws_budgets",
40027
40050
  "aws_cassandra",
@@ -40247,6 +40270,7 @@ __all__ = [
40247
40270
  "aws_shield",
40248
40271
  "aws_signer",
40249
40272
  "aws_simspaceweaver",
40273
+ "aws_smsvoice",
40250
40274
  "aws_sns",
40251
40275
  "aws_sns_subscriptions",
40252
40276
  "aws_sqs",
@@ -40327,6 +40351,7 @@ from . import aws_backupgateway
40327
40351
  from . import aws_batch
40328
40352
  from . import aws_bcmdataexports
40329
40353
  from . import aws_bedrock
40354
+ from . import aws_bedrockagentcore
40330
40355
  from . import aws_billingconductor
40331
40356
  from . import aws_budgets
40332
40357
  from . import aws_cassandra
@@ -40552,6 +40577,7 @@ from . import aws_ses_actions
40552
40577
  from . import aws_shield
40553
40578
  from . import aws_signer
40554
40579
  from . import aws_simspaceweaver
40580
+ from . import aws_smsvoice
40555
40581
  from . import aws_sns
40556
40582
  from . import aws_sns_subscriptions
40557
40583
  from . import aws_sqs
@@ -42649,7 +42675,7 @@ def _typecheckingstub__eece2ad7e2f3cbe035a92302343ee656a4e8438489e1b15a43554b124
42649
42675
  pass
42650
42676
 
42651
42677
  def _typecheckingstub__3a80a66d2944a2c289e3c51a3686487dddf7c755eb54d7726f3fd91652eddcde(
42652
- absolute_file_path: builtins.str,
42678
+ absolute_directory_path: builtins.str,
42653
42679
  ) -> None:
42654
42680
  """Type checking stubs"""
42655
42681
  pass
@@ -45354,7 +45380,7 @@ def _typecheckingstub__dce0fd20685d4b7457e08a1567eb5aa8c53335612222538272b7d69db
45354
45380
  pass
45355
45381
 
45356
45382
  def _typecheckingstub__4eeec3aad8660d3f77c7f5fd848b52abf32a847311801373080bbfe35642315a(
45357
- absolute_file_path: builtins.str,
45383
+ absolute_directory_path: builtins.str,
45358
45384
  ) -> None:
45359
45385
  """Type checking stubs"""
45360
45386
  pass
@@ -45378,6 +45404,12 @@ def _typecheckingstub__41215ad4567a0e20a39ebe81e961b4c04ce243413f01303ac836fdb48
45378
45404
  """Type checking stubs"""
45379
45405
  pass
45380
45406
 
45407
+ def _typecheckingstub__e0e824f5e018cd48b279cd34fa185b0a533eed88eee2e88ebb3868389b89b517(
45408
+ absolute_directory_path: builtins.str,
45409
+ ) -> None:
45410
+ """Type checking stubs"""
45411
+ pass
45412
+
45381
45413
  def _typecheckingstub__e836fbc1866005d0d4acf04190bb860cb94af53b18c0a2f12af8835f961ccedd(
45382
45414
  absolute_file_path: builtins.str,
45383
45415
  ) -> None:
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
34
34
  import constructs._jsii
35
35
 
36
36
  __jsii_assembly__ = jsii.JSIIAssembly.load(
37
- "aws-cdk-lib", "2.216.0", __name__[0:-6], "aws-cdk-lib@2.216.0.jsii.tgz"
37
+ "aws-cdk-lib", "2.217.0", __name__[0:-6], "aws-cdk-lib@2.217.0.jsii.tgz"
38
38
  )
39
39
 
40
40
  __all__ = [
@@ -5607,7 +5607,7 @@ class CfnPermission(
5607
5607
  metaclass=jsii.JSIIMeta,
5608
5608
  jsii_type="aws-cdk-lib.aws_acmpca.CfnPermission",
5609
5609
  ):
5610
- '''Grants permissions to the AWS Certificate Manager ( ACM ) service principal ( ``acm.amazonaws.com`` ) to perform `IssueCertificate <https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html>`_ , `GetCertificate <https://docs.aws.amazon.com/privateca/latest/APIReference/API_GetCertificate.html>`_ , and `ListPermissions <https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListPermissions.html>`_ actions on a CA. These actions are needed for the ACM principal to renew private PKI certificates requested through ACM and residing in the same AWS account as the CA.
5610
+ '''Grants permissions to the Certificate Manager ( ACM ) service principal ( ``acm.amazonaws.com`` ) to perform `IssueCertificate <https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html>`_ , `GetCertificate <https://docs.aws.amazon.com/privateca/latest/APIReference/API_GetCertificate.html>`_ , and `ListPermissions <https://docs.aws.amazon.com/privateca/latest/APIReference/API_ListPermissions.html>`_ actions on a CA. These actions are needed for the ACM principal to renew private PKI certificates requested through ACM and residing in the same AWS account as the CA.
5611
5611
 
5612
5612
  **About permissions** - If the private CA and the certificates it issues reside in the same account, you can use ``AWS::ACMPCA::Permission`` to grant permissions for ACM to carry out automatic certificate renewals.
5613
5613
 
@@ -3447,8 +3447,8 @@ class CfnDomain(
3447
3447
 
3448
3448
  If you are updating your domain to use a different certificate, ``Certificate`` points to the new certificate that is being created instead of the current active certificate. Otherwise, ``Certificate`` points to the current active certificate.
3449
3449
 
3450
- :param certificate_arn: The Amazon resource name (ARN) for a custom certificate that you have already added to AWS Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
3451
- :param certificate_type: The type of SSL/TLS certificate that you want to use. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to AWS Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into AWS Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3450
+ :param certificate_arn: The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
3451
+ :param certificate_type: The type of SSL/TLS certificate that you want to use. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3452
3452
  :param certificate_verification_dns_record: The DNS record for certificate verification.
3453
3453
 
3454
3454
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificate.html
@@ -3481,7 +3481,7 @@ class CfnDomain(
3481
3481
 
3482
3482
  @builtins.property
3483
3483
  def certificate_arn(self) -> typing.Optional[builtins.str]:
3484
- '''The Amazon resource name (ARN) for a custom certificate that you have already added to AWS Certificate Manager in your AWS account .
3484
+ '''The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your AWS account .
3485
3485
 
3486
3486
  This field is required only when the certificate type is ``CUSTOM`` .
3487
3487
 
@@ -3496,7 +3496,7 @@ class CfnDomain(
3496
3496
 
3497
3497
  Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you.
3498
3498
 
3499
- Specify ``CUSTOM`` to use your own certificate that you have already added to AWS Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into AWS Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3499
+ Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3500
3500
 
3501
3501
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificate.html#cfn-amplify-domain-certificate-certificatetype
3502
3502
  '''
@@ -3542,8 +3542,8 @@ class CfnDomain(
3542
3542
 
3543
3543
  If a certificate type isn't specified, Amplify uses the default ``AMPLIFY_MANAGED`` certificate.
3544
3544
 
3545
- :param certificate_type: The certificate type. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to AWS Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into AWS Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3546
- :param custom_certificate_arn: The Amazon resource name (ARN) for the custom certificate that you have already added to AWS Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
3545
+ :param certificate_type: The certificate type. Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you. Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3546
+ :param custom_certificate_arn: The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your AWS account . This field is required only when the certificate type is ``CUSTOM`` .
3547
3547
 
3548
3548
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificatesettings.html
3549
3549
  :exampleMetadata: fixture=_generated
@@ -3575,7 +3575,7 @@ class CfnDomain(
3575
3575
 
3576
3576
  Specify ``AMPLIFY_MANAGED`` to use the default certificate that Amplify provisions for you.
3577
3577
 
3578
- Specify ``CUSTOM`` to use your own certificate that you have already added to AWS Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into AWS Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3578
+ Specify ``CUSTOM`` to use your own certificate that you have already added to Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see `Importing certificates into Certificate Manager <https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html>`_ in the *ACM User guide* .
3579
3579
 
3580
3580
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-domain-certificatesettings.html#cfn-amplify-domain-certificatesettings-certificatetype
3581
3581
  '''
@@ -3584,7 +3584,7 @@ class CfnDomain(
3584
3584
 
3585
3585
  @builtins.property
3586
3586
  def custom_certificate_arn(self) -> typing.Optional[builtins.str]:
3587
- '''The Amazon resource name (ARN) for the custom certificate that you have already added to AWS Certificate Manager in your AWS account .
3587
+ '''The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your AWS account .
3588
3588
 
3589
3589
  This field is required only when the certificate type is ``CUSTOM`` .
3590
3590
 
@@ -5449,12 +5449,12 @@ class CfnDomainNameProps:
5449
5449
  ) -> None:
5450
5450
  '''Properties for defining a ``CfnDomainName``.
5451
5451
 
5452
- :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. AWS Certificate Manager is the only supported source.
5452
+ :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. Certificate Manager is the only supported source.
5453
5453
  :param domain_name: The custom domain name as an API host name, for example, ``my-api.example.com`` .
5454
5454
  :param endpoint_configuration: The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
5455
5455
  :param mutual_tls_authentication: The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
5456
5456
  :param ownership_verification_certificate_arn: The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the RegionalCertificateArn.
5457
- :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
5457
+ :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. Certificate Manager is the only supported source.
5458
5458
  :param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs. Default: - "BASE_PATH_MAPPING_ONLY"
5459
5459
  :param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
5460
5460
  :param tags: The collection of tags. Each tag element is associated with a given resource.
@@ -5524,7 +5524,7 @@ class CfnDomainNameProps:
5524
5524
  def certificate_arn(self) -> typing.Optional[builtins.str]:
5525
5525
  '''The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.
5526
5526
 
5527
- AWS Certificate Manager is the only supported source.
5527
+ Certificate Manager is the only supported source.
5528
5528
 
5529
5529
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-certificatearn
5530
5530
  '''
@@ -5579,7 +5579,7 @@ class CfnDomainNameProps:
5579
5579
  def regional_certificate_arn(self) -> typing.Optional[builtins.str]:
5580
5580
  '''The reference to an AWS -managed certificate that will be used for validating the regional domain name.
5581
5581
 
5582
- AWS Certificate Manager is the only supported source.
5582
+ Certificate Manager is the only supported source.
5583
5583
 
5584
5584
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-regionalcertificatearn
5585
5585
  '''
@@ -6045,6 +6045,7 @@ class CfnMethodProps:
6045
6045
  request_templates={
6046
6046
  "request_templates_key": "requestTemplates"
6047
6047
  },
6048
+ response_transfer_mode="responseTransferMode",
6048
6049
  timeout_in_millis=123,
6049
6050
  uri="uri"
6050
6051
  ),
@@ -24766,12 +24767,12 @@ class CfnDomainName(
24766
24767
  '''
24767
24768
  :param scope: Scope in which this resource is defined.
24768
24769
  :param id: Construct identifier for this resource (unique in its scope).
24769
- :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. AWS Certificate Manager is the only supported source.
24770
+ :param certificate_arn: The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. Certificate Manager is the only supported source.
24770
24771
  :param domain_name: The custom domain name as an API host name, for example, ``my-api.example.com`` .
24771
24772
  :param endpoint_configuration: The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
24772
24773
  :param mutual_tls_authentication: The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
24773
24774
  :param ownership_verification_certificate_arn: The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the RegionalCertificateArn.
24774
- :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
24775
+ :param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. Certificate Manager is the only supported source.
24775
24776
  :param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs. Default: - "BASE_PATH_MAPPING_ONLY"
24776
24777
  :param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
24777
24778
  :param tags: The collection of tags. Each tag element is associated with a given resource.
@@ -25930,6 +25931,7 @@ class CfnMethod(
25930
25931
  request_templates={
25931
25932
  "request_templates_key": "requestTemplates"
25932
25933
  },
25934
+ response_transfer_mode="responseTransferMode",
25933
25935
  timeout_in_millis=123,
25934
25936
  uri="uri"
25935
25937
  ),
@@ -26267,6 +26269,7 @@ class CfnMethod(
26267
26269
  "passthrough_behavior": "passthroughBehavior",
26268
26270
  "request_parameters": "requestParameters",
26269
26271
  "request_templates": "requestTemplates",
26272
+ "response_transfer_mode": "responseTransferMode",
26270
26273
  "timeout_in_millis": "timeoutInMillis",
26271
26274
  "uri": "uri",
26272
26275
  },
@@ -26287,6 +26290,7 @@ class CfnMethod(
26287
26290
  passthrough_behavior: typing.Optional[builtins.str] = None,
26288
26291
  request_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
26289
26292
  request_templates: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
26293
+ response_transfer_mode: typing.Optional[builtins.str] = None,
26290
26294
  timeout_in_millis: typing.Optional[jsii.Number] = None,
26291
26295
  uri: typing.Optional[builtins.str] = None,
26292
26296
  ) -> None:
@@ -26304,6 +26308,7 @@ class CfnMethod(
26304
26308
  :param passthrough_behavior: Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in ``requestTemplates`` . The valid value is one of the following: ``WHEN_NO_MATCH`` : passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. ``WHEN_NO_TEMPLATES`` : passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. ``NEVER`` : rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.
26305
26309
  :param request_parameters: A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of ``method.request.{location}.{name}`` , where ``location`` is ``querystring`` , ``path`` , or ``header`` and ``name`` must be a valid and unique method request parameter name.
26306
26310
  :param request_templates: Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.
26311
+ :param response_transfer_mode: Default: - "BUFFERED"
26307
26312
  :param timeout_in_millis: Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.
26308
26313
  :param uri: Specifies Uniform Resource Identifier (URI) of the integration endpoint. For ``HTTP`` or ``HTTP_PROXY`` integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If ``connectionType`` is ``VPC_LINK`` specify the Network Load Balancer DNS name. For ``AWS`` or ``AWS_PROXY`` integrations, the URI is of the form ``arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}`` . Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated AWS service (e.g., s3); and {subdomain} is a designated subdomain supported by certain AWS service for fast host-name lookup. action can be used for an AWS service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an AWS service resource, including the region of the integrated AWS service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either ``arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key}`` or ``arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}``
26309
26314
 
@@ -26347,6 +26352,7 @@ class CfnMethod(
26347
26352
  request_templates={
26348
26353
  "request_templates_key": "requestTemplates"
26349
26354
  },
26355
+ response_transfer_mode="responseTransferMode",
26350
26356
  timeout_in_millis=123,
26351
26357
  uri="uri"
26352
26358
  )
@@ -26365,6 +26371,7 @@ class CfnMethod(
26365
26371
  check_type(argname="argument passthrough_behavior", value=passthrough_behavior, expected_type=type_hints["passthrough_behavior"])
26366
26372
  check_type(argname="argument request_parameters", value=request_parameters, expected_type=type_hints["request_parameters"])
26367
26373
  check_type(argname="argument request_templates", value=request_templates, expected_type=type_hints["request_templates"])
26374
+ check_type(argname="argument response_transfer_mode", value=response_transfer_mode, expected_type=type_hints["response_transfer_mode"])
26368
26375
  check_type(argname="argument timeout_in_millis", value=timeout_in_millis, expected_type=type_hints["timeout_in_millis"])
26369
26376
  check_type(argname="argument uri", value=uri, expected_type=type_hints["uri"])
26370
26377
  self._values: typing.Dict[builtins.str, typing.Any] = {
@@ -26392,6 +26399,8 @@ class CfnMethod(
26392
26399
  self._values["request_parameters"] = request_parameters
26393
26400
  if request_templates is not None:
26394
26401
  self._values["request_templates"] = request_templates
26402
+ if response_transfer_mode is not None:
26403
+ self._values["response_transfer_mode"] = response_transfer_mode
26395
26404
  if timeout_in_millis is not None:
26396
26405
  self._values["timeout_in_millis"] = timeout_in_millis
26397
26406
  if uri is not None:
@@ -26534,6 +26543,16 @@ class CfnMethod(
26534
26543
  result = self._values.get("request_templates")
26535
26544
  return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
26536
26545
 
26546
+ @builtins.property
26547
+ def response_transfer_mode(self) -> typing.Optional[builtins.str]:
26548
+ '''
26549
+ :default: - "BUFFERED"
26550
+
26551
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-method-integration.html#cfn-apigateway-method-integration-responsetransfermode
26552
+ '''
26553
+ result = self._values.get("response_transfer_mode")
26554
+ return typing.cast(typing.Optional[builtins.str], result)
26555
+
26537
26556
  @builtins.property
26538
26557
  def timeout_in_millis(self) -> typing.Optional[jsii.Number]:
26539
26558
  '''Custom timeout between 50 and 29,000 milliseconds.
@@ -38780,6 +38799,7 @@ def _typecheckingstub__7fc2a1b31e9e3f92210ced50c17b0bf1cfcdb472f8b61fcc31a3c633b
38780
38799
  passthrough_behavior: typing.Optional[builtins.str] = None,
38781
38800
  request_parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
38782
38801
  request_templates: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
38802
+ response_transfer_mode: typing.Optional[builtins.str] = None,
38783
38803
  timeout_in_millis: typing.Optional[jsii.Number] = None,
38784
38804
  uri: typing.Optional[builtins.str] = None,
38785
38805
  ) -> None:
@@ -17157,7 +17157,7 @@ class CfnDomainName(
17157
17157
  :param certificate_name: The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
17158
17158
  :param endpoint_type: The endpoint type.
17159
17159
  :param ip_address_type: The IP address types that can invoke the domain name. Use ``ipv4`` to allow only IPv4 addresses to invoke your domain name, or use ``dualstack`` to allow both IPv4 and IPv6 addresses to invoke your domain name.
17160
- :param ownership_verification_certificate_arn: The Amazon resource name (ARN) for the public certificate issued by AWS Certificate Manager . This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
17160
+ :param ownership_verification_certificate_arn: The Amazon resource name (ARN) for the public certificate issued by Certificate Manager . This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
17161
17161
  :param security_policy: The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
17162
17162
 
17163
17163
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-domainname-domainnameconfiguration.html
@@ -17244,7 +17244,7 @@ class CfnDomainName(
17244
17244
  def ownership_verification_certificate_arn(
17245
17245
  self,
17246
17246
  ) -> typing.Optional[builtins.str]:
17247
- '''The Amazon resource name (ARN) for the public certificate issued by AWS Certificate Manager .
17247
+ '''The Amazon resource name (ARN) for the public certificate issued by Certificate Manager .
17248
17248
 
17249
17249
  This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
17250
17250