aws-cdk-lib 2.207.0__tar.gz → 2.209.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 (316) hide show
  1. {aws_cdk_lib-2.207.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.209.0}/PKG-INFO +2 -2
  2. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/setup.py +3 -3
  3. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/__init__.py +31 -3
  4. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/_jsii/__init__.py +1 -1
  5. aws_cdk_lib-2.207.0/src/aws_cdk/_jsii/aws-cdk-lib@2.207.0.jsii.tgz → aws_cdk_lib-2.209.0/src/aws_cdk/_jsii/aws-cdk-lib@2.209.0.jsii.tgz +0 -0
  6. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_aiops/__init__.py +16 -12
  7. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_amazonmq/__init__.py +8 -18
  8. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_appstream/__init__.py +36 -4
  9. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_bedrock/__init__.py +227 -102
  10. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_certificatemanager/__init__.py +45 -0
  11. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloudfront/__init__.py +12 -2
  12. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_connect/__init__.py +107 -3
  13. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_customerprofiles/__init__.py +27 -22
  14. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_docdb/__init__.py +5 -3
  15. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ec2/__init__.py +58 -16
  16. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ecs/__init__.py +1554 -78
  17. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +27 -15
  18. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_events/__init__.py +142 -0
  19. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_gamelift/__init__.py +2 -2
  20. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_guardduty/__init__.py +86 -0
  21. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +377 -4
  22. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lambda/__init__.py +76 -67
  23. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_logs/__init__.py +53 -4
  24. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +881 -0
  25. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_omics/__init__.py +13 -10
  26. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_quicksight/__init__.py +111 -4
  27. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_rds/__init__.py +214 -10
  28. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_route53/__init__.py +97 -41
  29. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3/__init__.py +775 -5
  30. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3express/__init__.py +61 -3
  31. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3tables/__init__.py +254 -0
  32. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_sagemaker/__init__.py +524 -137
  33. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ssm/__init__.py +48 -0
  34. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_transfer/__init__.py +49 -0
  35. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_wisdom/__init__.py +1185 -100
  36. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +28 -2
  37. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/custom_resources/__init__.py +1 -1
  38. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0/src/aws_cdk_lib.egg-info}/PKG-INFO +2 -2
  39. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
  40. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk_lib.egg-info/requires.txt +1 -1
  41. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/LICENSE +0 -0
  42. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/MANIFEST.in +0 -0
  43. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/NOTICE +0 -0
  44. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/README.md +0 -0
  45. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/pyproject.toml +0 -0
  46. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/setup.cfg +0 -0
  47. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
  48. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/assertions/__init__.py +0 -0
  49. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
  50. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_acmpca/__init__.py +0 -0
  51. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_amplify/__init__.py +0 -0
  52. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
  53. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_apigateway/__init__.py +0 -0
  54. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
  55. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
  56. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
  57. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
  58. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
  59. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
  60. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
  61. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
  62. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
  63. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
  64. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
  65. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_appsync/__init__.py +0 -0
  66. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
  67. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
  68. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
  69. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_athena/__init__.py +0 -0
  70. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
  71. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_autoscaling/__init__.py +0 -0
  72. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
  73. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
  74. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
  75. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
  76. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_backup/__init__.py +0 -0
  77. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
  78. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_batch/__init__.py +0 -0
  79. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
  80. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
  81. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
  82. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
  83. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
  84. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
  85. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
  86. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
  87. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
  88. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloudformation/__init__.py +0 -0
  89. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
  90. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
  91. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloudtrail/__init__.py +0 -0
  92. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloudwatch/__init__.py +0 -0
  93. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
  94. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
  95. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codebuild/__init__.py +0 -0
  96. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
  97. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
  98. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
  99. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
  100. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
  101. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codepipeline/__init__.py +0 -0
  102. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
  103. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codestar/__init__.py +0 -0
  104. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
  105. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
  106. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cognito/__init__.py +0 -0
  107. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cognito_identitypool/__init__.py +0 -0
  108. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
  109. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_config/__init__.py +0 -0
  110. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
  111. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +0 -0
  112. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
  113. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_cur/__init__.py +0 -0
  114. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
  115. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
  116. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_datasync/__init__.py +0 -0
  117. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_datazone/__init__.py +0 -0
  118. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
  119. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_deadline/__init__.py +0 -0
  120. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
  121. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
  122. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
  123. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_directoryservice/__init__.py +0 -0
  124. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_dlm/__init__.py +0 -0
  125. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_dms/__init__.py +0 -0
  126. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
  127. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_dsql/__init__.py +0 -0
  128. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
  129. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
  130. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
  131. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
  132. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_efs/__init__.py +0 -0
  133. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_eks/__init__.py +0 -0
  134. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
  135. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
  136. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
  137. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
  138. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
  139. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
  140. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_emr/__init__.py +0 -0
  141. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
  142. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
  143. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_entityresolution/__init__.py +0 -0
  144. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
  145. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
  146. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
  147. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_evs/__init__.py +0 -0
  148. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
  149. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
  150. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_fms/__init__.py +0 -0
  151. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
  152. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
  153. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_fsx/__init__.py +0 -0
  154. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_gameliftstreams/__init__.py +0 -0
  155. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
  156. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
  157. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_glue/__init__.py +0 -0
  158. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
  159. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
  160. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
  161. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
  162. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
  163. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
  164. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iam/__init__.py +0 -0
  165. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
  166. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
  167. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
  168. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
  169. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
  170. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
  171. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iot/__init__.py +0 -0
  172. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
  173. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
  174. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
  175. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
  176. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
  177. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
  178. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
  179. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
  180. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
  181. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ivs/__init__.py +0 -0
  182. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
  183. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
  184. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
  185. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
  186. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
  187. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
  188. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
  189. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
  190. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_kms/__init__.py +0 -0
  191. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
  192. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
  193. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
  194. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
  195. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
  196. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
  197. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
  198. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lightsail/__init__.py +0 -0
  199. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_location/__init__.py +0 -0
  200. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
  201. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
  202. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
  203. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
  204. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
  205. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
  206. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
  207. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
  208. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
  209. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_medialive/__init__.py +0 -0
  210. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
  211. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
  212. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
  213. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
  214. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mpa/__init__.py +0 -0
  215. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_msk/__init__.py +0 -0
  216. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
  217. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
  218. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
  219. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_networkfirewall/__init__.py +0 -0
  220. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_networkmanager/__init__.py +0 -0
  221. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
  222. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_notifications/__init__.py +0 -0
  223. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
  224. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
  225. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_odb/__init__.py +0 -0
  226. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
  227. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_opensearchservice/__init__.py +0 -0
  228. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
  229. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
  230. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_organizations/__init__.py +0 -0
  231. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
  232. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
  233. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
  234. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
  235. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +0 -0
  236. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_pcs/__init__.py +0 -0
  237. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
  238. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
  239. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
  240. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
  241. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
  242. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
  243. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
  244. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
  245. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_rbin/__init__.py +0 -0
  246. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
  247. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
  248. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
  249. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
  250. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
  251. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
  252. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
  253. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
  254. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
  255. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
  256. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
  257. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
  258. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
  259. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
  260. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
  261. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
  262. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
  263. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
  264. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
  265. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
  266. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
  267. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
  268. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
  269. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_scheduler_targets/__init__.py +0 -0
  270. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
  271. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
  272. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
  273. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
  274. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
  275. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
  276. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
  277. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ses/__init__.py +0 -0
  278. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
  279. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
  280. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
  281. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
  282. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
  283. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
  284. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
  285. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
  286. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ssmguiconnect/__init__.py +0 -0
  287. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
  288. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
  289. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
  290. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_stepfunctions/__init__.py +0 -0
  291. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +0 -0
  292. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
  293. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_synthetics/__init__.py +0 -0
  294. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
  295. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
  296. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
  297. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
  298. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
  299. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
  300. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
  301. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_wafv2/__init__.py +0 -0
  302. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
  303. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_workspacesinstances/__init__.py +0 -0
  304. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
  305. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
  306. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
  307. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
  308. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/cx_api/__init__.py +0 -0
  309. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
  310. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
  311. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/pipelines/__init__.py +0 -0
  312. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/py.typed +0 -0
  313. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/region_info/__init__.py +0 -0
  314. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk/triggers/__init__.py +0 -0
  315. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
  316. {aws_cdk_lib-2.207.0 → aws_cdk_lib-2.209.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.207.0
3
+ Version: 2.209.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
@@ -22,7 +22,7 @@ License-File: LICENSE
22
22
  License-File: NOTICE
23
23
  Requires-Dist: aws-cdk.asset-awscli-v1==2.2.242
24
24
  Requires-Dist: aws-cdk.asset-node-proxy-agent-v6<3.0.0,>=2.1.0
25
- Requires-Dist: aws-cdk.cloud-assembly-schema<46.0.0,>=45.0.0
25
+ Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.2.0
26
26
  Requires-Dist: constructs<11.0.0,>=10.0.0
27
27
  Requires-Dist: jsii<2.0.0,>=1.112.0
28
28
  Requires-Dist: publication>=0.0.3
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk-lib",
8
- "version": "2.207.0",
8
+ "version": "2.209.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",
@@ -325,7 +325,7 @@ kwargs = json.loads(
325
325
  ],
326
326
  "package_data": {
327
327
  "aws_cdk._jsii": [
328
- "aws-cdk-lib@2.207.0.jsii.tgz"
328
+ "aws-cdk-lib@2.209.0.jsii.tgz"
329
329
  ],
330
330
  "aws_cdk": [
331
331
  "py.typed"
@@ -335,7 +335,7 @@ kwargs = json.loads(
335
335
  "install_requires": [
336
336
  "aws-cdk.asset-awscli-v1==2.2.242",
337
337
  "aws-cdk.asset-node-proxy-agent-v6>=2.1.0, <3.0.0",
338
- "aws-cdk.cloud-assembly-schema>=45.0.0, <46.0.0",
338
+ "aws-cdk.cloud-assembly-schema>=48.2.0, <49.0.0",
339
339
  "constructs>=10.0.0, <11.0.0",
340
340
  "jsii>=1.112.0, <2.0.0",
341
341
  "publication>=0.0.3",
@@ -3552,6 +3552,7 @@ class Aws(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.Aws"):
3552
3552
  name_mapping={
3553
3553
  "cloud_formation_execution_role_arn": "cloudFormationExecutionRoleArn",
3554
3554
  "deploy_role_arn": "deployRoleArn",
3555
+ "qualifier": "qualifier",
3555
3556
  },
3556
3557
  )
3557
3558
  class BootstraplessSynthesizerProps:
@@ -3560,11 +3561,13 @@ class BootstraplessSynthesizerProps:
3560
3561
  *,
3561
3562
  cloud_formation_execution_role_arn: typing.Optional[builtins.str] = None,
3562
3563
  deploy_role_arn: typing.Optional[builtins.str] = None,
3564
+ qualifier: typing.Optional[builtins.str] = None,
3563
3565
  ) -> None:
3564
3566
  '''Construction properties of ``BootstraplessSynthesizer``.
3565
3567
 
3566
3568
  :param cloud_formation_execution_role_arn: The CFN execution Role ARN to use. Default: - No CloudFormation role (use CLI credentials)
3567
3569
  :param deploy_role_arn: The deploy Role ARN to use. Default: - No deploy role (use CLI credentials)
3570
+ :param qualifier: The qualifier used to specialize strings. Can be used to specify custom bootstrapped role names Default: 'hnb659fds'
3568
3571
 
3569
3572
  :exampleMetadata: fixture=_generated
3570
3573
 
@@ -3576,18 +3579,22 @@ class BootstraplessSynthesizerProps:
3576
3579
 
3577
3580
  bootstrapless_synthesizer_props = cdk.BootstraplessSynthesizerProps(
3578
3581
  cloud_formation_execution_role_arn="cloudFormationExecutionRoleArn",
3579
- deploy_role_arn="deployRoleArn"
3582
+ deploy_role_arn="deployRoleArn",
3583
+ qualifier="qualifier"
3580
3584
  )
3581
3585
  '''
3582
3586
  if __debug__:
3583
3587
  type_hints = typing.get_type_hints(_typecheckingstub__3f56ec309bd76e41562731f3b986025649d4592e71caa79fed875d7020f66bfc)
3584
3588
  check_type(argname="argument cloud_formation_execution_role_arn", value=cloud_formation_execution_role_arn, expected_type=type_hints["cloud_formation_execution_role_arn"])
3585
3589
  check_type(argname="argument deploy_role_arn", value=deploy_role_arn, expected_type=type_hints["deploy_role_arn"])
3590
+ check_type(argname="argument qualifier", value=qualifier, expected_type=type_hints["qualifier"])
3586
3591
  self._values: typing.Dict[builtins.str, typing.Any] = {}
3587
3592
  if cloud_formation_execution_role_arn is not None:
3588
3593
  self._values["cloud_formation_execution_role_arn"] = cloud_formation_execution_role_arn
3589
3594
  if deploy_role_arn is not None:
3590
3595
  self._values["deploy_role_arn"] = deploy_role_arn
3596
+ if qualifier is not None:
3597
+ self._values["qualifier"] = qualifier
3591
3598
 
3592
3599
  @builtins.property
3593
3600
  def cloud_formation_execution_role_arn(self) -> typing.Optional[builtins.str]:
@@ -3607,6 +3614,17 @@ class BootstraplessSynthesizerProps:
3607
3614
  result = self._values.get("deploy_role_arn")
3608
3615
  return typing.cast(typing.Optional[builtins.str], result)
3609
3616
 
3617
+ @builtins.property
3618
+ def qualifier(self) -> typing.Optional[builtins.str]:
3619
+ '''The qualifier used to specialize strings.
3620
+
3621
+ Can be used to specify custom bootstrapped role names
3622
+
3623
+ :default: 'hnb659fds'
3624
+ '''
3625
+ result = self._values.get("qualifier")
3626
+ return typing.cast(typing.Optional[builtins.str], result)
3627
+
3610
3628
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
3611
3629
  return isinstance(rhs, self.__class__) and rhs._values == self._values
3612
3630
 
@@ -11614,7 +11632,12 @@ class CustomResourceProviderRuntime(enum.Enum):
11614
11632
  :stability: deprecated
11615
11633
  '''
11616
11634
  NODEJS_16_X = "NODEJS_16_X"
11617
- '''Node.js 16.x.'''
11635
+ '''(deprecated) Node.js 16.x.
11636
+
11637
+ :deprecated: Use latest version
11638
+
11639
+ :stability: deprecated
11640
+ '''
11618
11641
  NODEJS_18_X = "NODEJS_18_X"
11619
11642
  '''Node.js 18.x.'''
11620
11643
  NODEJS_20_X = "NODEJS_20_X"
@@ -37436,7 +37459,8 @@ class BootstraplessSynthesizer(
37436
37459
 
37437
37460
  bootstrapless_synthesizer = cdk.BootstraplessSynthesizer(
37438
37461
  cloud_formation_execution_role_arn="cloudFormationExecutionRoleArn",
37439
- deploy_role_arn="deployRoleArn"
37462
+ deploy_role_arn="deployRoleArn",
37463
+ qualifier="qualifier"
37440
37464
  )
37441
37465
  '''
37442
37466
 
@@ -37445,14 +37469,17 @@ class BootstraplessSynthesizer(
37445
37469
  *,
37446
37470
  cloud_formation_execution_role_arn: typing.Optional[builtins.str] = None,
37447
37471
  deploy_role_arn: typing.Optional[builtins.str] = None,
37472
+ qualifier: typing.Optional[builtins.str] = None,
37448
37473
  ) -> None:
37449
37474
  '''
37450
37475
  :param cloud_formation_execution_role_arn: The CFN execution Role ARN to use. Default: - No CloudFormation role (use CLI credentials)
37451
37476
  :param deploy_role_arn: The deploy Role ARN to use. Default: - No deploy role (use CLI credentials)
37477
+ :param qualifier: The qualifier used to specialize strings. Can be used to specify custom bootstrapped role names Default: 'hnb659fds'
37452
37478
  '''
37453
37479
  props = BootstraplessSynthesizerProps(
37454
37480
  cloud_formation_execution_role_arn=cloud_formation_execution_role_arn,
37455
37481
  deploy_role_arn=deploy_role_arn,
37482
+ qualifier=qualifier,
37456
37483
  )
37457
37484
 
37458
37485
  jsii.create(self.__class__, self, [props])
@@ -38696,6 +38723,7 @@ def _typecheckingstub__3f56ec309bd76e41562731f3b986025649d4592e71caa79fed875d702
38696
38723
  *,
38697
38724
  cloud_formation_execution_role_arn: typing.Optional[builtins.str] = None,
38698
38725
  deploy_role_arn: typing.Optional[builtins.str] = None,
38726
+ qualifier: typing.Optional[builtins.str] = None,
38699
38727
  ) -> None:
38700
38728
  """Type checking stubs"""
38701
38729
  pass
@@ -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.207.0", __name__[0:-6], "aws-cdk-lib@2.207.0.jsii.tgz"
37
+ "aws-cdk-lib", "2.209.0", __name__[0:-6], "aws-cdk-lib@2.209.0.jsii.tgz"
38
38
  )
39
39
 
40
40
  __all__ = [
@@ -97,12 +97,12 @@ class CfnInvestigationGroup(
97
97
 
98
98
  Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region
99
99
 
100
- To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has the either the ``AIOpsConsoleAdminPolicy`` or the ``AdministratorAccess`` IAM policy attached, or to an account that has similar permissions.
100
+ To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the ``AIOpsConsoleAdminPolicy`` or the ``AdministratorAccess`` IAM policy attached, or to an account that has similar permissions.
101
101
  .. epigraph::
102
102
 
103
103
  You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with ``CreateInvestigationGroup`` and you want to enable alarms to do this, you must use ``PutInvestigationGroupPolicy`` to create a resource policy that grants this permission to CloudWatch alarms.
104
104
 
105
- For more information about configuring CloudWatch alarms to work with CloudWatch investigations, see
105
+ For more information about configuring CloudWatch alarms, see `Using Amazon CloudWatch alarms <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html>`_
106
106
 
107
107
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html
108
108
  :cloudformationResource: AWS::AIOps::InvestigationGroup
@@ -160,11 +160,11 @@ class CfnInvestigationGroup(
160
160
  '''
161
161
  :param scope: Scope in which this resource is defined.
162
162
  :param id: Construct identifier for this resource (unique in its scope).
163
- :param name: Specify either the name or the ARN of the investigation group that you want to view.
163
+ :param name: Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
164
164
  :param chatbot_notification_channels: Use this property to integrate CloudWatch investigations with chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
165
- :param cross_account_configurations: Number of ``sourceAccountId`` values that have been configured for cross-account access.
165
+ :param cross_account_configurations: List of ``sourceRoleArn`` values that have been configured for cross-account access.
166
166
  :param encryption_config: Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
167
- :param investigation_group_policy: Returns the IAM resource policy that is associated with the specified investigation group.
167
+ :param investigation_group_policy: Returns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, ``{\\"Version\\":\\"2012-10-17\\",\\"Statement\\":[{\\"Effect\\":\\"Allow\\",\\"Principal\\":{\\"Service\\":\\"aiops.alarms.cloudwatch.amazonaws.com\\"},\\"Action\\":[\\"aiops:CreateInvestigation\\",\\"aiops:CreateInvestigationEvent\\"],\\"Resource\\":\\"*\\",\\"Condition\\":{\\"StringEquals\\":{\\"aws:SourceAccount\\":\\"111122223333\\"},\\"ArnLike\\":{\\"aws:SourceArn\\":\\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\\"}}}]}`` .
168
168
  :param is_cloud_trail_event_history_enabled: Specify ``true`` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. The default is ``true`` .
169
169
  :param retention_in_days: Specifies how long that investigation data is kept.
170
170
  :param role_arn: The ARN of the IAM role that the investigation group uses for permissions to gather data.
@@ -312,7 +312,7 @@ class CfnInvestigationGroup(
312
312
  def cross_account_configurations(
313
313
  self,
314
314
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.CrossAccountConfigurationProperty"]]]]:
315
- '''Number of ``sourceAccountId`` values that have been configured for cross-account access.'''
315
+ '''List of ``sourceRoleArn`` values that have been configured for cross-account access.'''
316
316
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnInvestigationGroup.CrossAccountConfigurationProperty"]]]], jsii.get(self, "crossAccountConfigurations"))
317
317
 
318
318
  @cross_account_configurations.setter
@@ -346,7 +346,7 @@ class CfnInvestigationGroup(
346
346
  @builtins.property
347
347
  @jsii.member(jsii_name="investigationGroupPolicy")
348
348
  def investigation_group_policy(self) -> typing.Optional[builtins.str]:
349
- '''Returns the IAM resource policy that is associated with the specified investigation group.'''
349
+ '''Returns the JSON of the IAM resource policy associated with the specified investigation group in a string.'''
350
350
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "investigationGroupPolicy"))
351
351
 
352
352
  @investigation_group_policy.setter
@@ -668,11 +668,11 @@ class CfnInvestigationGroupProps:
668
668
  ) -> None:
669
669
  '''Properties for defining a ``CfnInvestigationGroup``.
670
670
 
671
- :param name: Specify either the name or the ARN of the investigation group that you want to view.
671
+ :param name: Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
672
672
  :param chatbot_notification_channels: Use this property to integrate CloudWatch investigations with chat applications. This property is an array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see `Getting started with Amazon Q in chat applications <https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html>`_ and `Resource type defined by AWS Chatbot <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies>`_ .
673
- :param cross_account_configurations: Number of ``sourceAccountId`` values that have been configured for cross-account access.
673
+ :param cross_account_configurations: List of ``sourceRoleArn`` values that have been configured for cross-account access.
674
674
  :param encryption_config: Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
675
- :param investigation_group_policy: Returns the IAM resource policy that is associated with the specified investigation group.
675
+ :param investigation_group_policy: Returns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, ``{\\"Version\\":\\"2012-10-17\\",\\"Statement\\":[{\\"Effect\\":\\"Allow\\",\\"Principal\\":{\\"Service\\":\\"aiops.alarms.cloudwatch.amazonaws.com\\"},\\"Action\\":[\\"aiops:CreateInvestigation\\",\\"aiops:CreateInvestigationEvent\\"],\\"Resource\\":\\"*\\",\\"Condition\\":{\\"StringEquals\\":{\\"aws:SourceAccount\\":\\"111122223333\\"},\\"ArnLike\\":{\\"aws:SourceArn\\":\\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\\"}}}]}`` .
676
676
  :param is_cloud_trail_event_history_enabled: Specify ``true`` to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. The default is ``true`` .
677
677
  :param retention_in_days: Specifies how long that investigation data is kept.
678
678
  :param role_arn: The ARN of the IAM role that the investigation group uses for permissions to gather data.
@@ -752,6 +752,8 @@ class CfnInvestigationGroupProps:
752
752
  def name(self) -> builtins.str:
753
753
  '''Specify either the name or the ARN of the investigation group that you want to view.
754
754
 
755
+ This is used to set the name of the investigation group.
756
+
755
757
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-name
756
758
  '''
757
759
  result = self._values.get("name")
@@ -775,7 +777,7 @@ class CfnInvestigationGroupProps:
775
777
  def cross_account_configurations(
776
778
  self,
777
779
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnInvestigationGroup.CrossAccountConfigurationProperty]]]]:
778
- '''Number of ``sourceAccountId`` values that have been configured for cross-account access.
780
+ '''List of ``sourceRoleArn`` values that have been configured for cross-account access.
779
781
 
780
782
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-crossaccountconfigurations
781
783
  '''
@@ -797,7 +799,9 @@ class CfnInvestigationGroupProps:
797
799
 
798
800
  @builtins.property
799
801
  def investigation_group_policy(self) -> typing.Optional[builtins.str]:
800
- '''Returns the IAM resource policy that is associated with the specified investigation group.
802
+ '''Returns the JSON of the IAM resource policy associated with the specified investigation group in a string.
803
+
804
+ For example, ``{\\"Version\\":\\"2012-10-17\\",\\"Statement\\":[{\\"Effect\\":\\"Allow\\",\\"Principal\\":{\\"Service\\":\\"aiops.alarms.cloudwatch.amazonaws.com\\"},\\"Action\\":[\\"aiops:CreateInvestigation\\",\\"aiops:CreateInvestigationEvent\\"],\\"Resource\\":\\"*\\",\\"Condition\\":{\\"StringEquals\\":{\\"aws:SourceAccount\\":\\"111122223333\\"},\\"ArnLike\\":{\\"aws:SourceArn\\":\\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\\"}}}]}`` .
801
805
 
802
806
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aiops-investigationgroup.html#cfn-aiops-investigationgroup-investigationgrouppolicy
803
807
  '''
@@ -122,7 +122,6 @@ class CfnBroker(
122
122
  # the properties below are optional
123
123
  console_access=False,
124
124
  groups=["groups"],
125
- jolokia_api_access="jolokiaApiAccess",
126
125
  replication_user=False
127
126
  )],
128
127
 
@@ -329,6 +328,14 @@ class CfnBroker(
329
328
  '''
330
329
  return typing.cast(jsii.Number, jsii.get(self, "attrConfigurationRevision"))
331
330
 
331
+ @builtins.property
332
+ @jsii.member(jsii_name="attrConsoleUrLs")
333
+ def attr_console_ur_ls(self) -> typing.List[builtins.str]:
334
+ '''
335
+ :cloudformationAttribute: ConsoleURLs
336
+ '''
337
+ return typing.cast(typing.List[builtins.str], jsii.get(self, "attrConsoleUrLs"))
338
+
332
339
  @builtins.property
333
340
  @jsii.member(jsii_name="attrId")
334
341
  def attr_id(self) -> builtins.str:
@@ -1359,7 +1366,6 @@ class CfnBroker(
1359
1366
  "username": "username",
1360
1367
  "console_access": "consoleAccess",
1361
1368
  "groups": "groups",
1362
- "jolokia_api_access": "jolokiaApiAccess",
1363
1369
  "replication_user": "replicationUser",
1364
1370
  },
1365
1371
  )
@@ -1371,7 +1377,6 @@ class CfnBroker(
1371
1377
  username: builtins.str,
1372
1378
  console_access: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1373
1379
  groups: typing.Optional[typing.Sequence[builtins.str]] = None,
1374
- jolokia_api_access: typing.Optional[builtins.str] = None,
1375
1380
  replication_user: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1376
1381
  ) -> None:
1377
1382
  '''The list of broker users (persons or applications) who can access queues and topics.
@@ -1382,7 +1387,6 @@ class CfnBroker(
1382
1387
  :param username: The username of the broker user. For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long. .. epigraph:: Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
1383
1388
  :param console_access: Enables access to the ActiveMQ web console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
1384
1389
  :param groups: The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.
1385
- :param jolokia_api_access:
1386
1390
  :param replication_user: Defines if this user is intended for CRDR replication purposes.
1387
1391
 
1388
1392
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html
@@ -1401,7 +1405,6 @@ class CfnBroker(
1401
1405
  # the properties below are optional
1402
1406
  console_access=False,
1403
1407
  groups=["groups"],
1404
- jolokia_api_access="jolokiaApiAccess",
1405
1408
  replication_user=False
1406
1409
  )
1407
1410
  '''
@@ -1411,7 +1414,6 @@ class CfnBroker(
1411
1414
  check_type(argname="argument username", value=username, expected_type=type_hints["username"])
1412
1415
  check_type(argname="argument console_access", value=console_access, expected_type=type_hints["console_access"])
1413
1416
  check_type(argname="argument groups", value=groups, expected_type=type_hints["groups"])
1414
- check_type(argname="argument jolokia_api_access", value=jolokia_api_access, expected_type=type_hints["jolokia_api_access"])
1415
1417
  check_type(argname="argument replication_user", value=replication_user, expected_type=type_hints["replication_user"])
1416
1418
  self._values: typing.Dict[builtins.str, typing.Any] = {
1417
1419
  "password": password,
@@ -1421,8 +1423,6 @@ class CfnBroker(
1421
1423
  self._values["console_access"] = console_access
1422
1424
  if groups is not None:
1423
1425
  self._values["groups"] = groups
1424
- if jolokia_api_access is not None:
1425
- self._values["jolokia_api_access"] = jolokia_api_access
1426
1426
  if replication_user is not None:
1427
1427
  self._values["replication_user"] = replication_user
1428
1428
 
@@ -1477,14 +1477,6 @@ class CfnBroker(
1477
1477
  result = self._values.get("groups")
1478
1478
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
1479
1479
 
1480
- @builtins.property
1481
- def jolokia_api_access(self) -> typing.Optional[builtins.str]:
1482
- '''
1483
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-jolokiaapiaccess
1484
- '''
1485
- result = self._values.get("jolokia_api_access")
1486
- return typing.cast(typing.Optional[builtins.str], result)
1487
-
1488
1480
  @builtins.property
1489
1481
  def replication_user(
1490
1482
  self,
@@ -1604,7 +1596,6 @@ class CfnBrokerProps:
1604
1596
  # the properties below are optional
1605
1597
  console_access=False,
1606
1598
  groups=["groups"],
1607
- jolokia_api_access="jolokiaApiAccess",
1608
1599
  replication_user=False
1609
1600
  )],
1610
1601
 
@@ -2955,7 +2946,6 @@ def _typecheckingstub__8a458786a0cd0d4269adef0bf3c85862386851ab69649004d5d3dcba4
2955
2946
  username: builtins.str,
2956
2947
  console_access: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2957
2948
  groups: typing.Optional[typing.Sequence[builtins.str]] = None,
2958
- jolokia_api_access: typing.Optional[builtins.str] = None,
2959
2949
  replication_user: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2960
2950
  ) -> None:
2961
2951
  """Type checking stubs"""
@@ -3404,7 +3404,7 @@ class CfnFleet(
3404
3404
  '''
3405
3405
  :param scope: Scope in which this resource is defined.
3406
3406
  :param id: Construct identifier for this resource (unique in its scope).
3407
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
3407
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
3408
3408
  :param name: A unique name for the fleet.
3409
3409
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
3410
3410
  :param description: The description to display.
@@ -4181,7 +4181,7 @@ class CfnFleetProps:
4181
4181
  ) -> None:
4182
4182
  '''Properties for defining a ``CfnFleet``.
4183
4183
 
4184
- :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
4184
+ :param instance_type: The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge The following instance types are available for Elastic fleets: - stream.standard.small - stream.standard.medium
4185
4185
  :param name: A unique name for the fleet.
4186
4186
  :param compute_capacity: The desired capacity for the fleet. This is not allowed for Elastic fleets.
4187
4187
  :param description: The description to display.
@@ -4327,6 +4327,22 @@ class CfnFleetProps:
4327
4327
  - stream.graphics-pro.4xlarge
4328
4328
  - stream.graphics-pro.8xlarge
4329
4329
  - stream.graphics-pro.16xlarge
4330
+ - stream.graphics.g5.xlarge
4331
+ - stream.graphics.g5.2xlarge
4332
+ - stream.graphics.g5.4xlarge
4333
+ - stream.graphics.g5.8xlarge
4334
+ - stream.graphics.g5.16xlarge
4335
+ - stream.graphics.g5.12xlarge
4336
+ - stream.graphics.g5.24xlarge
4337
+ - stream.graphics.g6.xlarge
4338
+ - stream.graphics.g6.2xlarge
4339
+ - stream.graphics.g6.4xlarge
4340
+ - stream.graphics.g6.8xlarge
4341
+ - stream.graphics.g6.16xlarge
4342
+ - stream.graphics.g6.12xlarge
4343
+ - stream.graphics.g6.24xlarge
4344
+ - stream.graphics.gr6.4xlarge
4345
+ - stream.graphics.gr6.8xlarge
4330
4346
 
4331
4347
  The following instance types are available for Elastic fleets:
4332
4348
 
@@ -4666,7 +4682,7 @@ class CfnImageBuilder(
4666
4682
  '''
4667
4683
  :param scope: Scope in which this resource is defined.
4668
4684
  :param id: Construct identifier for this resource (unique in its scope).
4669
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge
4685
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge
4670
4686
  :param name: A unique name for the image builder.
4671
4687
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
4672
4688
  :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
@@ -5205,7 +5221,7 @@ class CfnImageBuilderProps:
5205
5221
  ) -> None:
5206
5222
  '''Properties for defining a ``CfnImageBuilder``.
5207
5223
 
5208
- :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge
5224
+ :param instance_type: The instance type to use when launching the image builder. The following instance types are available:. - stream.standard.small - stream.standard.medium - stream.standard.large - stream.compute.large - stream.compute.xlarge - stream.compute.2xlarge - stream.compute.4xlarge - stream.compute.8xlarge - stream.memory.large - stream.memory.xlarge - stream.memory.2xlarge - stream.memory.4xlarge - stream.memory.8xlarge - stream.memory.z1d.large - stream.memory.z1d.xlarge - stream.memory.z1d.2xlarge - stream.memory.z1d.3xlarge - stream.memory.z1d.6xlarge - stream.memory.z1d.12xlarge - stream.graphics-design.large - stream.graphics-design.xlarge - stream.graphics-design.2xlarge - stream.graphics-design.4xlarge - stream.graphics-desktop.2xlarge - stream.graphics.g4dn.xlarge - stream.graphics.g4dn.2xlarge - stream.graphics.g4dn.4xlarge - stream.graphics.g4dn.8xlarge - stream.graphics.g4dn.12xlarge - stream.graphics.g4dn.16xlarge - stream.graphics-pro.4xlarge - stream.graphics-pro.8xlarge - stream.graphics-pro.16xlarge - stream.graphics.g5.xlarge - stream.graphics.g5.2xlarge - stream.graphics.g5.4xlarge - stream.graphics.g5.8xlarge - stream.graphics.g5.16xlarge - stream.graphics.g5.12xlarge - stream.graphics.g5.24xlarge - stream.graphics.g6.xlarge - stream.graphics.g6.2xlarge - stream.graphics.g6.4xlarge - stream.graphics.g6.8xlarge - stream.graphics.g6.16xlarge - stream.graphics.g6.12xlarge - stream.graphics.g6.24xlarge - stream.graphics.gr6.4xlarge - stream.graphics.gr6.8xlarge
5209
5225
  :param name: A unique name for the image builder.
5210
5226
  :param access_endpoints: The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.
5211
5227
  :param appstream_agent_version: The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
@@ -5337,6 +5353,22 @@ class CfnImageBuilderProps:
5337
5353
  - stream.graphics-pro.4xlarge
5338
5354
  - stream.graphics-pro.8xlarge
5339
5355
  - stream.graphics-pro.16xlarge
5356
+ - stream.graphics.g5.xlarge
5357
+ - stream.graphics.g5.2xlarge
5358
+ - stream.graphics.g5.4xlarge
5359
+ - stream.graphics.g5.8xlarge
5360
+ - stream.graphics.g5.16xlarge
5361
+ - stream.graphics.g5.12xlarge
5362
+ - stream.graphics.g5.24xlarge
5363
+ - stream.graphics.g6.xlarge
5364
+ - stream.graphics.g6.2xlarge
5365
+ - stream.graphics.g6.4xlarge
5366
+ - stream.graphics.g6.8xlarge
5367
+ - stream.graphics.g6.16xlarge
5368
+ - stream.graphics.g6.12xlarge
5369
+ - stream.graphics.g6.24xlarge
5370
+ - stream.graphics.gr6.4xlarge
5371
+ - stream.graphics.gr6.8xlarge
5340
5372
 
5341
5373
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-instancetype
5342
5374
  '''