aws-cdk-lib 2.199.0__tar.gz → 2.200.1__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 (311) hide show
  1. {aws_cdk_lib-2.199.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.200.1}/PKG-INFO +2 -2
  2. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/setup.py +3 -3
  3. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/__init__.py +22 -24
  4. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/_jsii/__init__.py +1 -1
  5. aws_cdk_lib-2.199.0/src/aws_cdk/_jsii/aws-cdk-lib@2.199.0.jsii.tgz → aws_cdk_lib-2.200.1/src/aws_cdk/_jsii/aws-cdk-lib@2.200.1.jsii.tgz +0 -0
  6. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_acmpca/__init__.py +1 -1
  7. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_apigateway/__init__.py +1 -1
  8. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_applicationautoscaling/__init__.py +4 -4
  9. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_aps/__init__.py +38 -30
  10. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_autoscaling/__init__.py +4 -4
  11. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_bedrock/__init__.py +73 -48
  12. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloudformation/__init__.py +17 -23
  13. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloudfront_origins/__init__.py +1 -1
  14. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloudtrail/__init__.py +4 -4
  15. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloudwatch/__init__.py +50 -1
  16. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codebuild/__init__.py +116 -0
  17. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_datazone/__init__.py +699 -9
  18. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_deadline/__init__.py +38 -10
  19. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ec2/__init__.py +78 -20
  20. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +7 -7
  21. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_emr/__init__.py +36 -2
  22. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_fsx/__init__.py +122 -0
  23. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_glue/__init__.py +55 -26
  24. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iam/__init__.py +376 -2
  25. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iot/__init__.py +57 -5
  26. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kinesisfirehose/__init__.py +5 -1
  27. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lambda/__init__.py +65 -45
  28. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lex/__init__.py +27 -13
  29. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lightsail/__init__.py +452 -0
  30. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_medialive/__init__.py +699 -497
  31. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_msk/__init__.py +4 -4
  32. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_networkfirewall/__init__.py +9 -5
  33. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_nimblestudio/__init__.py +208 -400
  34. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_panorama/__init__.py +30 -3
  35. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_pcs/__init__.py +12 -5
  36. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_rds/__init__.py +22 -10
  37. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3/__init__.py +367 -6
  38. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3express/__init__.py +789 -0
  39. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ses/__init__.py +300 -32
  40. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_sns_subscriptions/__init__.py +256 -1
  41. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_stepfunctions/__init__.py +55 -17
  42. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_synthetics/__init__.py +26 -16
  43. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_voiceid/__init__.py +13 -3
  44. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/cloud_assembly_schema/__init__.py +137 -42
  45. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/cx_api/__init__.py +7 -7
  46. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1/src/aws_cdk_lib.egg-info}/PKG-INFO +2 -2
  47. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk_lib.egg-info/SOURCES.txt +1 -1
  48. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk_lib.egg-info/requires.txt +1 -1
  49. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/LICENSE +0 -0
  50. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/MANIFEST.in +0 -0
  51. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/NOTICE +0 -0
  52. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/README.md +0 -0
  53. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/pyproject.toml +0 -0
  54. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/setup.cfg +0 -0
  55. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/alexa_ask/__init__.py +0 -0
  56. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/assertions/__init__.py +0 -0
  57. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
  58. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_amazonmq/__init__.py +0 -0
  59. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_amplify/__init__.py +0 -0
  60. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
  61. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_apigatewayv2/__init__.py +0 -0
  62. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
  63. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
  64. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_appconfig/__init__.py +0 -0
  65. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_appflow/__init__.py +0 -0
  66. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
  67. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
  68. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
  69. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
  70. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
  71. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_appstream/__init__.py +0 -0
  72. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_appsync/__init__.py +0 -0
  73. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_apptest/__init__.py +0 -0
  74. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
  75. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_athena/__init__.py +0 -0
  76. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
  77. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
  78. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
  79. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
  80. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
  81. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_backup/__init__.py +0 -0
  82. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
  83. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_batch/__init__.py +0 -0
  84. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
  85. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
  86. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_budgets/__init__.py +0 -0
  87. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
  88. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ce/__init__.py +0 -0
  89. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
  90. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
  91. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
  92. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
  93. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
  94. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloudfront/__init__.py +0 -0
  95. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
  96. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
  97. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
  98. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
  99. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
  100. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
  101. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
  102. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
  103. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codepipeline/__init__.py +0 -0
  104. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codepipeline_actions/__init__.py +0 -0
  105. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codestar/__init__.py +0 -0
  106. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
  107. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
  108. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cognito/__init__.py +0 -0
  109. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cognito_identitypool/__init__.py +0 -0
  110. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
  111. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_config/__init__.py +0 -0
  112. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_connect/__init__.py +0 -0
  113. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
  114. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +0 -0
  115. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_controltower/__init__.py +0 -0
  116. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_cur/__init__.py +0 -0
  117. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_customerprofiles/__init__.py +0 -0
  118. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_databrew/__init__.py +0 -0
  119. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
  120. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_datasync/__init__.py +0 -0
  121. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_dax/__init__.py +0 -0
  122. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_detective/__init__.py +0 -0
  123. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
  124. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
  125. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_directoryservice/__init__.py +0 -0
  126. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_dlm/__init__.py +0 -0
  127. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_dms/__init__.py +0 -0
  128. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_docdb/__init__.py +0 -0
  129. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
  130. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_dsql/__init__.py +0 -0
  131. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
  132. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ecr/__init__.py +0 -0
  133. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
  134. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ecs/__init__.py +0 -0
  135. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
  136. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_efs/__init__.py +0 -0
  137. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_eks/__init__.py +0 -0
  138. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
  139. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
  140. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
  141. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
  142. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
  143. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
  144. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
  145. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
  146. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_entityresolution/__init__.py +0 -0
  147. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_events/__init__.py +0 -0
  148. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
  149. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
  150. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_evidently/__init__.py +0 -0
  151. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_finspace/__init__.py +0 -0
  152. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_fis/__init__.py +0 -0
  153. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_fms/__init__.py +0 -0
  154. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_forecast/__init__.py +0 -0
  155. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
  156. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
  157. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_gameliftstreams/__init__.py +0 -0
  158. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
  159. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
  160. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_grafana/__init__.py +0 -0
  161. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
  162. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
  163. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
  164. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
  165. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
  166. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
  167. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
  168. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
  169. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_inspector/__init__.py +0 -0
  170. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
  171. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
  172. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
  173. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
  174. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
  175. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
  176. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
  177. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
  178. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
  179. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
  180. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
  181. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
  182. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ivs/__init__.py +0 -0
  183. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
  184. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
  185. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kendra/__init__.py +0 -0
  186. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
  187. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
  188. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
  189. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
  190. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
  191. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_kms/__init__.py +0 -0
  192. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
  193. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
  194. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
  195. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
  196. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
  197. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
  198. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_location/__init__.py +0 -0
  199. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_logs/__init__.py +0 -0
  200. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
  201. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
  202. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
  203. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
  204. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_m2/__init__.py +0 -0
  205. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_macie/__init__.py +0 -0
  206. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
  207. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
  208. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
  209. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
  210. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
  211. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
  212. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
  213. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
  214. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
  215. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_neptune/__init__.py +0 -0
  216. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
  217. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_networkmanager/__init__.py +0 -0
  218. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_notifications/__init__.py +0 -0
  219. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
  220. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_oam/__init__.py +0 -0
  221. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_omics/__init__.py +0 -0
  222. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
  223. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_opensearchservice/__init__.py +0 -0
  224. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
  225. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_opsworkscm/__init__.py +0 -0
  226. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_organizations/__init__.py +0 -0
  227. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_osis/__init__.py +0 -0
  228. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
  229. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
  230. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +0 -0
  231. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_personalize/__init__.py +0 -0
  232. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
  233. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
  234. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_pipes/__init__.py +0 -0
  235. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_proton/__init__.py +0 -0
  236. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
  237. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_qldb/__init__.py +0 -0
  238. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_quicksight/__init__.py +0 -0
  239. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ram/__init__.py +0 -0
  240. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_rbin/__init__.py +0 -0
  241. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_redshift/__init__.py +0 -0
  242. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
  243. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
  244. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
  245. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
  246. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
  247. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
  248. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
  249. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
  250. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_route53/__init__.py +0 -0
  251. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
  252. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
  253. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
  254. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
  255. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
  256. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
  257. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_rum/__init__.py +0 -0
  258. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
  259. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
  260. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
  261. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
  262. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
  263. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_s3tables/__init__.py +0 -0
  264. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_sagemaker/__init__.py +0 -0
  265. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_sam/__init__.py +0 -0
  266. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
  267. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_scheduler_targets/__init__.py +0 -0
  268. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_sdb/__init__.py +0 -0
  269. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
  270. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_securityhub/__init__.py +0 -0
  271. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
  272. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
  273. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
  274. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
  275. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
  276. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_shield/__init__.py +0 -0
  277. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_signer/__init__.py +0 -0
  278. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
  279. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_sns/__init__.py +0 -0
  280. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_sqs/__init__.py +0 -0
  281. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ssm/__init__.py +0 -0
  282. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
  283. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ssmguiconnect/__init__.py +0 -0
  284. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
  285. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
  286. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_sso/__init__.py +0 -0
  287. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +0 -0
  288. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
  289. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
  290. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_timestream/__init__.py +0 -0
  291. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_transfer/__init__.py +0 -0
  292. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_verifiedpermissions/__init__.py +0 -0
  293. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
  294. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_waf/__init__.py +0 -0
  295. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
  296. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_wafv2/__init__.py +0 -0
  297. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
  298. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
  299. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
  300. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
  301. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/aws_xray/__init__.py +0 -0
  302. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
  303. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/custom_resources/__init__.py +0 -0
  304. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
  305. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
  306. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/pipelines/__init__.py +0 -0
  307. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/py.typed +0 -0
  308. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/region_info/__init__.py +0 -0
  309. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk/triggers/__init__.py +0 -0
  310. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
  311. {aws_cdk_lib-2.199.0 → aws_cdk_lib-2.200.1}/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.199.0
3
+ Version: 2.200.1
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.237
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<42.0.0,>=41.2.0
25
+ Requires-Dist: aws-cdk.cloud-assembly-schema<45.0.0,>=44.1.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.199.0",
8
+ "version": "2.200.1",
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",
@@ -320,7 +320,7 @@ kwargs = json.loads(
320
320
  ],
321
321
  "package_data": {
322
322
  "aws_cdk._jsii": [
323
- "aws-cdk-lib@2.199.0.jsii.tgz"
323
+ "aws-cdk-lib@2.200.1.jsii.tgz"
324
324
  ],
325
325
  "aws_cdk": [
326
326
  "py.typed"
@@ -330,7 +330,7 @@ kwargs = json.loads(
330
330
  "install_requires": [
331
331
  "aws-cdk.asset-awscli-v1==2.2.237",
332
332
  "aws-cdk.asset-node-proxy-agent-v6>=2.1.0, <3.0.0",
333
- "aws-cdk.cloud-assembly-schema>=41.2.0, <42.0.0",
333
+ "aws-cdk.cloud-assembly-schema>=44.1.0, <45.0.0",
334
334
  "constructs>=10.0.0, <11.0.0",
335
335
  "jsii>=1.112.0, <2.0.0",
336
336
  "publication>=0.0.3",
@@ -1956,7 +1956,11 @@ class AppProps:
1956
1956
  default_stack_synthesizer=AppStagingSynthesizer.default_resources(
1957
1957
  app_id="my-app-id",
1958
1958
  staging_bucket_encryption=BucketEncryption.S3_MANAGED,
1959
- deployment_identities=DeploymentIdentities.cli_credentials()
1959
+ deployment_identities=DeploymentIdentities.specify_roles(
1960
+ cloud_formation_execution_role=BootstrapRole.from_role_arn("arn:aws:iam::123456789012:role/Execute"),
1961
+ deployment_role=BootstrapRole.from_role_arn("arn:aws:iam::123456789012:role/Deploy"),
1962
+ lookup_role=BootstrapRole.from_role_arn("arn:aws:iam::123456789012:role/Lookup")
1963
+ )
1960
1964
  )
1961
1965
  )
1962
1966
  '''
@@ -9204,7 +9208,7 @@ class CfnStackSetProps:
9204
9208
  :param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for stack sets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
9205
9209
  :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
9206
9210
  :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . Valid only if the permissions model is ``SELF_MANAGED`` .
9207
- :param auto_deployment: Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see `Manage automatic deployments for CloudFormation StackSets that use service-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* . Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
9211
+ :param auto_deployment: Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see `Enable or disable automatic deployments for StackSets in AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* . Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
9208
9212
  :param call_as: Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. Valid only if the permissions model is ``SERVICE_MANAGED`` .
9209
9213
  :param capabilities: The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
9210
9214
  :param description: A description of the stack set.
@@ -9373,7 +9377,7 @@ class CfnStackSetProps:
9373
9377
  ) -> typing.Optional[typing.Union["IResolvable", "CfnStackSet.AutoDeploymentProperty"]]:
9374
9378
  '''Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU).
9375
9379
 
9376
- For more information, see `Manage automatic deployments for CloudFormation StackSets that use service-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* .
9380
+ For more information, see `Enable or disable automatic deployments for StackSets in AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* .
9377
9381
 
9378
9382
  Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
9379
9383
 
@@ -30656,12 +30660,10 @@ class CfnHookVersion(
30656
30660
  @builtins.property
30657
30661
  @jsii.member(jsii_name="attrVisibility")
30658
30662
  def attr_visibility(self) -> builtins.str:
30659
- '''The scope at which the Hook is visible and usable in CloudFormation operations.
30660
-
30661
- Valid values include:
30663
+ '''The visibility level that determines who can see and use this Hook in CloudFormation operations:.
30662
30664
 
30663
- - ``PRIVATE`` : The extension (Hook) is only visible and usable within the account in which it's registered. CloudFormation marks any resources you register as ``PRIVATE`` .
30664
- - ``PUBLIC`` : The extension (Hook) is publicly visible and usable within any AWS account.
30665
+ - ``PRIVATE`` : The Hook is only visible and usable within the account where it was registered. CloudFormation automatically marks any Hooks you register as ``PRIVATE`` .
30666
+ - ``PUBLIC`` : The Hook is publicly visible and usable within any AWS account.
30665
30667
 
30666
30668
  :cloudformationAttribute: Visibility
30667
30669
  '''
@@ -32178,12 +32180,10 @@ class CfnModuleVersion(
32178
32180
  @builtins.property
32179
32181
  @jsii.member(jsii_name="attrVisibility")
32180
32182
  def attr_visibility(self) -> builtins.str:
32181
- '''The scope at which the module is visible and usable in CloudFormation operations.
32183
+ '''The visibility level that determines who can see and use this module in CloudFormation operations:.
32182
32184
 
32183
- Valid values include:
32184
-
32185
- - ``PRIVATE`` : The extension (module) is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as ``PRIVATE`` .
32186
- - ``PUBLIC`` : The extension (module) is publicly visible and usable within any AWS account.
32185
+ - ``PRIVATE`` : The module is only visible and usable within the account where it was registered. CloudFormation automatically marks any modules you register as ``PRIVATE`` .
32186
+ - ``PUBLIC`` : The module is publicly visible and usable within any AWS account.
32187
32187
 
32188
32188
  :cloudformationAttribute: Visibility
32189
32189
  '''
@@ -32853,7 +32853,7 @@ class CfnResourceVersion(
32853
32853
 
32854
32854
  CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
32855
32855
 
32856
- Valid values include:
32856
+ Possible values:
32857
32857
 
32858
32858
  - ``FULLY_MUTABLE`` : The resource type includes an update handler to process updates to the type during stack update operations.
32859
32859
  - ``IMMUTABLE`` : The resource type doesn't include an update handler, so the type can't be updated and must instead be replaced during stack update operations.
@@ -32889,12 +32889,10 @@ class CfnResourceVersion(
32889
32889
  @builtins.property
32890
32890
  @jsii.member(jsii_name="attrVisibility")
32891
32891
  def attr_visibility(self) -> builtins.str:
32892
- '''The scope at which the resource is visible and usable in CloudFormation operations.
32893
-
32894
- Valid values include:
32892
+ '''The visibility level that determines who can see and use this resource in CloudFormation operations:.
32895
32893
 
32896
- - ``PRIVATE`` : The extension (resource) is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as ``PRIVATE`` .
32897
- - ``PUBLIC`` : The extension (resource) is publicly visible and usable within any AWS account.
32894
+ - ``PRIVATE`` : The resource is only visible and usable within the account where it was registered. CloudFormation automatically marks any resources you register as ``PRIVATE`` .
32895
+ - ``PUBLIC`` : The resource is publicly visible and usable within any AWS account.
32898
32896
 
32899
32897
  :cloudformationAttribute: Visibility
32900
32898
  '''
@@ -33037,7 +33035,7 @@ class CfnResourceVersion(
33037
33035
  class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnStack"):
33038
33036
  '''The ``AWS::CloudFormation::Stack`` resource nests a stack as a resource in a top-level template.
33039
33037
 
33040
- For more information, see `Embed stacks within other stacks using nested stacks <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html>`_ in the *AWS CloudFormation User Guide* .
33038
+ For more information, see `Nested stacks <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html>`_ in the *AWS CloudFormation User Guide* .
33041
33039
 
33042
33040
  You can add output values from a nested stack within the containing template. You use the `GetAtt <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html>`_ function with the nested stack's logical name and the name of the output value in the nested stack in the format ``Outputs. *NestedStackOutputName*`` .
33043
33041
 
@@ -33045,7 +33043,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
33045
33043
 
33046
33044
  When you apply template changes to update a top-level stack, CloudFormation updates the top-level stack and initiates an update to its nested stacks. CloudFormation updates the resources of modified nested stacks, but doesn't update the resources of unmodified nested stacks.
33047
33045
 
33048
- You must acknowledge IAM capabilities for nested stacks that contain IAM resources. Also, verify that you have cancel update stack permissions, which is required if an update rolls back. For more information about IAM and CloudFormation , see `Controlling access with AWS Identity and Access Management <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html>`_ in the *AWS CloudFormation User Guide* .
33046
+ For stacks that contain IAM resources, you must acknowledge IAM capabilities. Also, make sure that you have cancel update stack permissions, which are required if an update rolls back. For more information about IAM and CloudFormation , see `Controlling access with AWS Identity and Access Management <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html>`_ in the *AWS CloudFormation User Guide* .
33049
33047
  .. epigraph::
33050
33048
 
33051
33049
  A subset of ``AWS::CloudFormation::Stack`` resource type properties listed below are available to customers using CloudFormation , AWS CDK , and Cloud Control to configure.
@@ -33211,7 +33209,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
33211
33209
  @builtins.property
33212
33210
  @jsii.member(jsii_name="attrParentId")
33213
33211
  def attr_parent_id(self) -> builtins.str:
33214
- '''For nested stacks--stacks created as resources for another stack--returns the stack ID of the direct parent of this stack.
33212
+ '''For nested stacks, returns the stack ID of the direct parent of this stack.
33215
33213
 
33216
33214
  For the first level of nested stacks, the root stack is also the parent stack.
33217
33215
 
@@ -33222,7 +33220,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
33222
33220
  @builtins.property
33223
33221
  @jsii.member(jsii_name="attrRootId")
33224
33222
  def attr_root_id(self) -> builtins.str:
33225
- '''For nested stacks--stacks created as resources for another stack--returns the stack ID of the top-level stack to which the nested stack ultimately belongs.
33223
+ '''For nested stacks, returns the stack ID of the top-level stack to which the nested stack ultimately belongs.
33226
33224
 
33227
33225
  :cloudformationAttribute: RootId
33228
33226
  '''
@@ -33540,7 +33538,7 @@ class CfnStackSet(
33540
33538
  :param permission_model: Describes how the IAM roles required for stack set operations are created. - With ``SELF_MANAGED`` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . - With ``SERVICE_MANAGED`` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see `Activate trusted access for stack sets with AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html>`_ in the *AWS CloudFormation User Guide* .
33541
33539
  :param stack_set_name: The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
33542
33540
  :param administration_role_arn: The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see `Grant self-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html>`_ in the *AWS CloudFormation User Guide* . Valid only if the permissions model is ``SELF_MANAGED`` .
33543
- :param auto_deployment: Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see `Manage automatic deployments for CloudFormation StackSets that use service-managed permissions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* . Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
33541
+ :param auto_deployment: Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see `Enable or disable automatic deployments for StackSets in AWS Organizations <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html>`_ in the *AWS CloudFormation User Guide* . Required if the permissions model is ``SERVICE_MANAGED`` . (Not used with self-managed permissions.)
33544
33542
  :param call_as: Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, ``SELF`` is specified. Use ``SELF`` for stack sets with self-managed permissions. - To create a stack set with service-managed permissions while signed in to the management account, specify ``SELF`` . - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify ``DELEGATED_ADMIN`` . Your AWS account must be registered as a delegated admin in the management account. For more information, see `Register a delegated administrator <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html>`_ in the *AWS CloudFormation User Guide* . Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators. Valid only if the permissions model is ``SERVICE_MANAGED`` .
33545
33543
  :param capabilities: The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see `Acknowledging IAM resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities>`_ in the *AWS CloudFormation User Guide* .
33546
33544
  :param description: A description of the stack set.
@@ -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.199.0", __name__[0:-6], "aws-cdk-lib@2.199.0.jsii.tgz"
37
+ "aws-cdk-lib", "2.200.1", __name__[0:-6], "aws-cdk-lib@2.200.1.jsii.tgz"
38
38
  )
39
39
 
40
40
  __all__ = [
@@ -118,7 +118,7 @@ class CertificateAuthority(
118
118
 
119
119
  cluster = msk.Cluster(self, "Cluster",
120
120
  cluster_name="myCluster",
121
- kafka_version=msk.KafkaVersion.V3_9_X,
121
+ kafka_version=msk.KafkaVersion.V4_0_X_KRAFT,
122
122
  vpc=vpc,
123
123
  encryption_in_transit=msk.EncryptionInTransitConfig(
124
124
  client_broker=msk.ClientBrokerEncryption.TLS
@@ -7740,7 +7740,7 @@ class CfnDomainName(
7740
7740
  ):
7741
7741
  '''The ``AWS::ApiGateway::DomainName`` resource specifies a public custom domain name for your API in API Gateway.
7742
7742
 
7743
- To create a custom domain name for private APIs, use `AWS::ApiGateway::DomainV2 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnamev2.html>`_ .
7743
+ To create a custom domain name for private APIs, use `AWS::ApiGateway::DomainNameV2 <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainnamev2.html>`_ .
7744
7744
 
7745
7745
  You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see `Set up Custom Domain Name for an API in API Gateway <https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html>`_ in the *API Gateway Developer Guide* .
7746
7746
 
@@ -326,7 +326,7 @@ class AdjustmentTier:
326
326
  ) -> None:
327
327
  '''An adjustment.
328
328
 
329
- :param adjustment: What number to adjust the capacity with. The number is interpeted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
329
+ :param adjustment: What number to adjust the capacity with. The number is interpreted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
330
330
  :param lower_bound: Lower bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is higher than this value. Default: -Infinity if this is the first tier, otherwise the upperBound of the previous tier
331
331
  :param upper_bound: Upper bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is lower than this value. Default: +Infinity
332
332
 
@@ -363,7 +363,7 @@ class AdjustmentTier:
363
363
  def adjustment(self) -> jsii.Number:
364
364
  '''What number to adjust the capacity with.
365
365
 
366
- The number is interpeted as an added capacity, a new fixed capacity or an
366
+ The number is interpreted as an added capacity, a new fixed capacity or an
367
367
  added percentage depending on the AdjustmentType value of the
368
368
  StepScalingPolicy.
369
369
 
@@ -6741,9 +6741,9 @@ class StepScalingAction(
6741
6741
  lower_bound: typing.Optional[jsii.Number] = None,
6742
6742
  upper_bound: typing.Optional[jsii.Number] = None,
6743
6743
  ) -> None:
6744
- '''Add an adjusment interval to the ScalingAction.
6744
+ '''Add an adjustment interval to the ScalingAction.
6745
6745
 
6746
- :param adjustment: What number to adjust the capacity with. The number is interpeted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
6746
+ :param adjustment: What number to adjust the capacity with. The number is interpreted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
6747
6747
  :param lower_bound: Lower bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is higher than this value. Default: -Infinity if this is the first tier, otherwise the upperBound of the previous tier
6748
6748
  :param upper_bound: Upper bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is lower than this value. Default: +Infinity
6749
6749
  '''
@@ -428,7 +428,7 @@ class CfnScraper(
428
428
  :param scrape_configuration: The configuration in use by the scraper.
429
429
  :param source: The Amazon EKS cluster from which the scraper collects metrics.
430
430
  :param alias: An optional user-assigned scraper alias.
431
- :param role_configuration: Role configuration.
431
+ :param role_configuration: The role configuration in an Amazon Managed Service for Prometheus scraper.
432
432
  :param tags: (Optional) The list of tag keys and values associated with the scraper.
433
433
  '''
434
434
  if __debug__:
@@ -592,7 +592,7 @@ class CfnScraper(
592
592
  def role_configuration(
593
593
  self,
594
594
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnScraper.RoleConfigurationProperty"]]:
595
- '''Role configuration.'''
595
+ '''The role configuration in an Amazon Managed Service for Prometheus scraper.'''
596
596
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnScraper.RoleConfigurationProperty"]], jsii.get(self, "roleConfiguration"))
597
597
 
598
598
  @role_configuration.setter
@@ -837,10 +837,10 @@ class CfnScraper(
837
837
  source_role_arn: typing.Optional[builtins.str] = None,
838
838
  target_role_arn: typing.Optional[builtins.str] = None,
839
839
  ) -> None:
840
- '''Role configuration.
840
+ '''The role configuration in an Amazon Managed Service for Prometheus scraper.
841
841
 
842
- :param source_role_arn: IAM Role in source account.
843
- :param target_role_arn: IAM Role in the target account.
842
+ :param source_role_arn: The ARN of the source role.
843
+ :param target_role_arn: The ARN of the target role.
844
844
 
845
845
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-roleconfiguration.html
846
846
  :exampleMetadata: fixture=_generated
@@ -868,7 +868,7 @@ class CfnScraper(
868
868
 
869
869
  @builtins.property
870
870
  def source_role_arn(self) -> typing.Optional[builtins.str]:
871
- '''IAM Role in source account.
871
+ '''The ARN of the source role.
872
872
 
873
873
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-roleconfiguration.html#cfn-aps-scraper-roleconfiguration-sourcerolearn
874
874
  '''
@@ -877,7 +877,7 @@ class CfnScraper(
877
877
 
878
878
  @builtins.property
879
879
  def target_role_arn(self) -> typing.Optional[builtins.str]:
880
- '''IAM Role in the target account.
880
+ '''The ARN of the target role.
881
881
 
882
882
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-roleconfiguration.html#cfn-aps-scraper-roleconfiguration-targetrolearn
883
883
  '''
@@ -1043,7 +1043,7 @@ class CfnScraperProps:
1043
1043
  :param scrape_configuration: The configuration in use by the scraper.
1044
1044
  :param source: The Amazon EKS cluster from which the scraper collects metrics.
1045
1045
  :param alias: An optional user-assigned scraper alias.
1046
- :param role_configuration: Role configuration.
1046
+ :param role_configuration: The role configuration in an Amazon Managed Service for Prometheus scraper.
1047
1047
  :param tags: (Optional) The list of tag keys and values associated with the scraper.
1048
1048
 
1049
1049
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html
@@ -1153,7 +1153,7 @@ class CfnScraperProps:
1153
1153
  def role_configuration(
1154
1154
  self,
1155
1155
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnScraper.RoleConfigurationProperty]]:
1156
- '''Role configuration.
1156
+ '''The role configuration in an Amazon Managed Service for Prometheus scraper.
1157
1157
 
1158
1158
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-roleconfiguration
1159
1159
  '''
@@ -1254,8 +1254,8 @@ class CfnWorkspace(
1254
1254
  :param alert_manager_definition: The alert manager definition, a YAML configuration for the alert manager in your Amazon Managed Service for Prometheus workspace. For details about the alert manager definition, see `Creating an alert manager configuration files <https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alertmanager-config.html>`_ in the *Amazon Managed Service for Prometheus User Guide* . The following example shows part of a CloudFormation YAML file with an embedded alert manager definition (following the ``- |-`` ). ``Workspace: Type: AWS::APS::Workspace .... Properties: .... AlertManagerDefinition: Fn::Sub: - |- alertmanager_config: | templates: - 'default_template' route: receiver: example-sns receivers: - name: example-sns sns_configs: - topic_arn: 'arn:aws:sns:${AWS::Region}:${AWS::AccountId}:${TopicName}' -``
1255
1255
  :param alias: The alias that is assigned to this workspace to help identify it. It does not need to be unique.
1256
1256
  :param kms_key_arn: (optional) The ARN for a customer managed AWS KMS key to use for encrypting data within your workspace. For more information about using your own key in your workspace, see `Encryption at rest <https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html>`_ in the *Amazon Managed Service for Prometheus User Guide* .
1257
- :param logging_configuration: Contains information about the logging configuration for the workspace.
1258
- :param query_logging_configuration: Query logging configuration.
1257
+ :param logging_configuration: Contains information about the current rules and alerting logging configuration for the workspace. .. epigraph:: These logging configurations are only for rules and alerting logs.
1258
+ :param query_logging_configuration: The definition of logging configuration in an Amazon Managed Service for Prometheus workspace.
1259
1259
  :param tags: The list of tag keys and values that are associated with the workspace.
1260
1260
  :param workspace_configuration: Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
1261
1261
  '''
@@ -1393,7 +1393,7 @@ class CfnWorkspace(
1393
1393
  def logging_configuration(
1394
1394
  self,
1395
1395
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.LoggingConfigurationProperty"]]:
1396
- '''Contains information about the logging configuration for the workspace.'''
1396
+ '''Contains information about the current rules and alerting logging configuration for the workspace.'''
1397
1397
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.LoggingConfigurationProperty"]], jsii.get(self, "loggingConfiguration"))
1398
1398
 
1399
1399
  @logging_configuration.setter
@@ -1411,7 +1411,7 @@ class CfnWorkspace(
1411
1411
  def query_logging_configuration(
1412
1412
  self,
1413
1413
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.QueryLoggingConfigurationProperty"]]:
1414
- '''Query logging configuration.'''
1414
+ '''The definition of logging configuration in an Amazon Managed Service for Prometheus workspace.'''
1415
1415
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.QueryLoggingConfigurationProperty"]], jsii.get(self, "queryLoggingConfiguration"))
1416
1416
 
1417
1417
  @query_logging_configuration.setter
@@ -1462,9 +1462,9 @@ class CfnWorkspace(
1462
1462
  )
1463
1463
  class CloudWatchLogDestinationProperty:
1464
1464
  def __init__(self, *, log_group_arn: builtins.str) -> None:
1465
- '''Represents a cloudwatch logs destination for query logging.
1465
+ '''Configuration details for logging to CloudWatch Logs.
1466
1466
 
1467
- :param log_group_arn: The ARN of the CloudWatch Logs log group.
1467
+ :param log_group_arn: The ARN of the CloudWatch log group.
1468
1468
 
1469
1469
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-cloudwatchlogdestination.html
1470
1470
  :exampleMetadata: fixture=_generated
@@ -1488,7 +1488,7 @@ class CfnWorkspace(
1488
1488
 
1489
1489
  @builtins.property
1490
1490
  def log_group_arn(self) -> builtins.str:
1491
- '''The ARN of the CloudWatch Logs log group.
1491
+ '''The ARN of the CloudWatch log group.
1492
1492
 
1493
1493
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-cloudwatchlogdestination.html#cfn-aps-workspace-cloudwatchlogdestination-loggrouparn
1494
1494
  '''
@@ -1725,7 +1725,11 @@ class CfnWorkspace(
1725
1725
  *,
1726
1726
  log_group_arn: typing.Optional[builtins.str] = None,
1727
1727
  ) -> None:
1728
- '''Contains information about the logging configuration for the workspace.
1728
+ '''Contains information about the rules and alerting logging configuration for the workspace.
1729
+
1730
+ .. epigraph::
1731
+
1732
+ These logging configurations are only for rules and alerting logs.
1729
1733
 
1730
1734
  :param log_group_arn: The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist prior to calling this operation.
1731
1735
 
@@ -1783,10 +1787,10 @@ class CfnWorkspace(
1783
1787
  cloud_watch_logs: typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkspace.CloudWatchLogDestinationProperty", typing.Dict[builtins.str, typing.Any]]],
1784
1788
  filters: typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkspace.LoggingFilterProperty", typing.Dict[builtins.str, typing.Any]]],
1785
1789
  ) -> None:
1786
- '''Destinations for query logging.
1790
+ '''The logging destination in an Amazon Managed Service for Prometheus workspace.
1787
1791
 
1788
- :param cloud_watch_logs: Represents a cloudwatch logs destination for query logging.
1789
- :param filters: Filters for logging.
1792
+ :param cloud_watch_logs: Configuration details for logging to CloudWatch Logs.
1793
+ :param filters: Filtering criteria that determine which queries are logged.
1790
1794
 
1791
1795
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingdestination.html
1792
1796
  :exampleMetadata: fixture=_generated
@@ -1819,7 +1823,7 @@ class CfnWorkspace(
1819
1823
  def cloud_watch_logs(
1820
1824
  self,
1821
1825
  ) -> typing.Union[_IResolvable_da3f097b, "CfnWorkspace.CloudWatchLogDestinationProperty"]:
1822
- '''Represents a cloudwatch logs destination for query logging.
1826
+ '''Configuration details for logging to CloudWatch Logs.
1823
1827
 
1824
1828
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingdestination.html#cfn-aps-workspace-loggingdestination-cloudwatchlogs
1825
1829
  '''
@@ -1831,7 +1835,7 @@ class CfnWorkspace(
1831
1835
  def filters(
1832
1836
  self,
1833
1837
  ) -> typing.Union[_IResolvable_da3f097b, "CfnWorkspace.LoggingFilterProperty"]:
1834
- '''Filters for logging.
1838
+ '''Filtering criteria that determine which queries are logged.
1835
1839
 
1836
1840
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-loggingdestination.html#cfn-aps-workspace-loggingdestination-filters
1837
1841
  '''
@@ -1857,7 +1861,7 @@ class CfnWorkspace(
1857
1861
  )
1858
1862
  class LoggingFilterProperty:
1859
1863
  def __init__(self, *, qsp_threshold: jsii.Number) -> None:
1860
- '''Filters for logging.
1864
+ '''Filtering criteria that determine which queries are logged.
1861
1865
 
1862
1866
  :param qsp_threshold: Query logs with QSP above this limit are vended.
1863
1867
 
@@ -1913,9 +1917,9 @@ class CfnWorkspace(
1913
1917
  *,
1914
1918
  destinations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnWorkspace.LoggingDestinationProperty", typing.Dict[builtins.str, typing.Any]]]]],
1915
1919
  ) -> None:
1916
- '''Query logging configuration.
1920
+ '''The query logging configuration in an Amazon Managed Service for Prometheus workspace.
1917
1921
 
1918
- :param destinations: The destinations configuration for query logging.
1922
+ :param destinations: Defines a destination and its associated filtering criteria for query logging.
1919
1923
 
1920
1924
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-queryloggingconfiguration.html
1921
1925
  :exampleMetadata: fixture=_generated
@@ -1948,7 +1952,7 @@ class CfnWorkspace(
1948
1952
  def destinations(
1949
1953
  self,
1950
1954
  ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnWorkspace.LoggingDestinationProperty"]]]:
1951
- '''The destinations configuration for query logging.
1955
+ '''Defines a destination and its associated filtering criteria for query logging.
1952
1956
 
1953
1957
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-workspace-queryloggingconfiguration.html#cfn-aps-workspace-queryloggingconfiguration-destinations
1954
1958
  '''
@@ -2083,8 +2087,8 @@ class CfnWorkspaceProps:
2083
2087
  :param alert_manager_definition: The alert manager definition, a YAML configuration for the alert manager in your Amazon Managed Service for Prometheus workspace. For details about the alert manager definition, see `Creating an alert manager configuration files <https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alertmanager-config.html>`_ in the *Amazon Managed Service for Prometheus User Guide* . The following example shows part of a CloudFormation YAML file with an embedded alert manager definition (following the ``- |-`` ). ``Workspace: Type: AWS::APS::Workspace .... Properties: .... AlertManagerDefinition: Fn::Sub: - |- alertmanager_config: | templates: - 'default_template' route: receiver: example-sns receivers: - name: example-sns sns_configs: - topic_arn: 'arn:aws:sns:${AWS::Region}:${AWS::AccountId}:${TopicName}' -``
2084
2088
  :param alias: The alias that is assigned to this workspace to help identify it. It does not need to be unique.
2085
2089
  :param kms_key_arn: (optional) The ARN for a customer managed AWS KMS key to use for encrypting data within your workspace. For more information about using your own key in your workspace, see `Encryption at rest <https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html>`_ in the *Amazon Managed Service for Prometheus User Guide* .
2086
- :param logging_configuration: Contains information about the logging configuration for the workspace.
2087
- :param query_logging_configuration: Query logging configuration.
2090
+ :param logging_configuration: Contains information about the current rules and alerting logging configuration for the workspace. .. epigraph:: These logging configurations are only for rules and alerting logs.
2091
+ :param query_logging_configuration: The definition of logging configuration in an Amazon Managed Service for Prometheus workspace.
2088
2092
  :param tags: The list of tag keys and values that are associated with the workspace.
2089
2093
  :param workspace_configuration: Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace.
2090
2094
 
@@ -2198,7 +2202,11 @@ class CfnWorkspaceProps:
2198
2202
  def logging_configuration(
2199
2203
  self,
2200
2204
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkspace.LoggingConfigurationProperty]]:
2201
- '''Contains information about the logging configuration for the workspace.
2205
+ '''Contains information about the current rules and alerting logging configuration for the workspace.
2206
+
2207
+ .. epigraph::
2208
+
2209
+ These logging configurations are only for rules and alerting logs.
2202
2210
 
2203
2211
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html#cfn-aps-workspace-loggingconfiguration
2204
2212
  '''
@@ -2209,7 +2217,7 @@ class CfnWorkspaceProps:
2209
2217
  def query_logging_configuration(
2210
2218
  self,
2211
2219
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnWorkspace.QueryLoggingConfigurationProperty]]:
2212
- '''Query logging configuration.
2220
+ '''The definition of logging configuration in an Amazon Managed Service for Prometheus workspace.
2213
2221
 
2214
2222
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-workspace.html#cfn-aps-workspace-queryloggingconfiguration
2215
2223
  '''
@@ -1061,7 +1061,7 @@ class AdjustmentTier:
1061
1061
  ) -> None:
1062
1062
  '''An adjustment.
1063
1063
 
1064
- :param adjustment: What number to adjust the capacity with. The number is interpeted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
1064
+ :param adjustment: What number to adjust the capacity with. The number is interpreted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
1065
1065
  :param lower_bound: Lower bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is higher than this value. Default: -Infinity if this is the first tier, otherwise the upperBound of the previous tier
1066
1066
  :param upper_bound: Upper bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is lower than this value. Default: +Infinity
1067
1067
 
@@ -1098,7 +1098,7 @@ class AdjustmentTier:
1098
1098
  def adjustment(self) -> jsii.Number:
1099
1099
  '''What number to adjust the capacity with.
1100
1100
 
1101
- The number is interpeted as an added capacity, a new fixed capacity or an
1101
+ The number is interpreted as an added capacity, a new fixed capacity or an
1102
1102
  added percentage depending on the AdjustmentType value of the
1103
1103
  StepScalingPolicy.
1104
1104
 
@@ -18238,9 +18238,9 @@ class StepScalingAction(
18238
18238
  lower_bound: typing.Optional[jsii.Number] = None,
18239
18239
  upper_bound: typing.Optional[jsii.Number] = None,
18240
18240
  ) -> None:
18241
- '''Add an adjusment interval to the ScalingAction.
18241
+ '''Add an adjustment interval to the ScalingAction.
18242
18242
 
18243
- :param adjustment: What number to adjust the capacity with. The number is interpeted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
18243
+ :param adjustment: What number to adjust the capacity with. The number is interpreted as an added capacity, a new fixed capacity or an added percentage depending on the AdjustmentType value of the StepScalingPolicy. Can be positive or negative.
18244
18244
  :param lower_bound: Lower bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is higher than this value. Default: -Infinity if this is the first tier, otherwise the upperBound of the previous tier
18245
18245
  :param upper_bound: Upper bound where this scaling tier applies. The scaling tier applies if the difference between the metric value and its alarm threshold is lower than this value. Default: +Infinity
18246
18246
  '''