@gradientedge/cdk-utils 8.88.0 → 8.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (367) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/src/lib/common/construct.d.ts +4 -4
  4. package/dist/src/lib/common/construct.js +1 -1
  5. package/dist/src/lib/common/index.d.ts +1 -0
  6. package/dist/src/lib/common/index.js +1 -0
  7. package/dist/src/lib/common/stack.d.ts +1 -1
  8. package/dist/src/lib/common/types.d.ts +22 -0
  9. package/dist/src/lib/common/types.js +2 -0
  10. package/dist/src/lib/{helper/api-to-eventbridge-target-rest-api.d.ts → construct/api-to-eventbridge-target/api.d.ts} +2 -2
  11. package/dist/src/lib/{helper/api-to-eventbridge-target-event.d.ts → construct/api-to-eventbridge-target/event.d.ts} +2 -2
  12. package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts +3 -0
  13. package/dist/src/lib/construct/api-to-eventbridge-target/index.js +3 -0
  14. package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts +5 -5
  15. package/dist/src/lib/construct/api-to-eventbridge-target/main.js +4 -3
  16. package/dist/src/lib/construct/api-to-eventbridge-target/types.d.ts +112 -0
  17. package/dist/src/lib/construct/api-to-eventbridge-target/types.js +2 -0
  18. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/api-destined-lambda.d.ts +3 -3
  19. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/index.d.ts +1 -0
  20. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/index.js +1 -0
  21. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.d.ts +7 -6
  22. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.js +3 -3
  23. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/types.d.ts +26 -0
  24. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/types.js +2 -0
  25. package/dist/src/lib/{helper/api-to-lambda-target-rest-api.d.ts → construct/api-to-lambda-target/api.d.ts} +2 -2
  26. package/dist/src/lib/construct/api-to-lambda-target/index.d.ts +2 -0
  27. package/dist/src/lib/construct/api-to-lambda-target/index.js +2 -0
  28. package/dist/src/lib/construct/api-to-lambda-target/main.d.ts +4 -4
  29. package/dist/src/lib/construct/api-to-lambda-target/main.js +2 -2
  30. package/dist/src/lib/construct/api-to-lambda-target/types.d.ts +68 -0
  31. package/dist/src/lib/construct/api-to-lambda-target/types.js +2 -0
  32. package/dist/src/lib/construct/graphql-api-lambda/index.d.ts +1 -0
  33. package/dist/src/lib/construct/graphql-api-lambda/index.js +1 -0
  34. package/dist/src/lib/construct/graphql-api-lambda/main.d.ts +1 -1
  35. package/dist/src/lib/construct/graphql-api-lambda/types.d.ts +30 -0
  36. package/dist/src/lib/construct/graphql-api-lambda/types.js +2 -0
  37. package/dist/src/lib/construct/graphql-api-lambda-with-cache/index.d.ts +1 -0
  38. package/dist/src/lib/construct/graphql-api-lambda-with-cache/index.js +1 -0
  39. package/dist/src/lib/construct/graphql-api-lambda-with-cache/main.d.ts +1 -1
  40. package/dist/src/lib/construct/graphql-api-lambda-with-cache/types.d.ts +15 -0
  41. package/dist/src/lib/construct/graphql-api-lambda-with-cache/types.js +2 -0
  42. package/dist/src/lib/construct/lambda-with-iam-access/types.d.ts +2 -1
  43. package/dist/src/lib/construct/rest-api-lambda/index.d.ts +1 -0
  44. package/dist/src/lib/construct/rest-api-lambda/index.js +1 -0
  45. package/dist/src/lib/construct/rest-api-lambda/main.d.ts +1 -1
  46. package/dist/src/lib/construct/rest-api-lambda/types.d.ts +28 -0
  47. package/dist/src/lib/construct/rest-api-lambda/types.js +2 -0
  48. package/dist/src/lib/construct/rest-api-lambda-with-cache/index.d.ts +1 -0
  49. package/dist/src/lib/construct/rest-api-lambda-with-cache/index.js +1 -0
  50. package/dist/src/lib/construct/rest-api-lambda-with-cache/main.d.ts +1 -1
  51. package/dist/src/lib/construct/rest-api-lambda-with-cache/types.d.ts +14 -0
  52. package/dist/src/lib/construct/rest-api-lambda-with-cache/types.js +2 -0
  53. package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts +1 -0
  54. package/dist/src/lib/construct/site-with-ecs-backend/index.js +1 -0
  55. package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts +1 -1
  56. package/dist/src/lib/construct/site-with-ecs-backend/types.d.ts +30 -0
  57. package/dist/src/lib/construct/site-with-ecs-backend/types.js +2 -0
  58. package/dist/src/lib/construct/static-asset-deployment/types.d.ts +2 -1
  59. package/dist/src/lib/construct/static-site/index.d.ts +1 -0
  60. package/dist/src/lib/construct/static-site/index.js +1 -0
  61. package/dist/src/lib/construct/static-site/main.d.ts +1 -1
  62. package/dist/src/lib/construct/static-site/types.d.ts +26 -0
  63. package/dist/src/lib/construct/static-site/types.js +2 -0
  64. package/dist/src/lib/index.d.ts +5 -0
  65. package/dist/src/lib/index.js +21 -0
  66. package/dist/src/lib/services/aws/api-gateway/index.d.ts +2 -0
  67. package/dist/src/lib/{helper → services/aws/api-gateway}/index.js +2 -3
  68. package/dist/src/lib/{manager/aws/api-manager.d.ts → services/aws/api-gateway/main.d.ts} +14 -14
  69. package/dist/src/lib/{manager/aws/api-manager.js → services/aws/api-gateway/main.js} +13 -10
  70. package/dist/src/lib/services/aws/api-gateway/types.d.ts +9 -0
  71. package/dist/src/lib/services/aws/api-gateway/types.js +2 -0
  72. package/dist/src/lib/services/aws/appconfig/constants.d.ts +18 -0
  73. package/dist/src/lib/services/aws/appconfig/constants.js +60 -0
  74. package/dist/src/lib/services/aws/appconfig/index.d.ts +3 -0
  75. package/dist/src/lib/services/aws/appconfig/index.js +19 -0
  76. package/dist/src/lib/services/aws/appconfig/main.d.ts +58 -0
  77. package/dist/src/lib/{manager/aws/app-config-manager.js → services/aws/appconfig/main.js} +25 -43
  78. package/dist/src/lib/services/aws/appconfig/types.d.ts +13 -0
  79. package/dist/src/lib/services/aws/appconfig/types.js +2 -0
  80. package/dist/src/lib/services/aws/certificate-manager/index.d.ts +2 -0
  81. package/dist/src/lib/services/aws/certificate-manager/index.js +18 -0
  82. package/dist/src/lib/{manager/aws/acm-manager.d.ts → services/aws/certificate-manager/main.d.ts} +7 -7
  83. package/dist/src/lib/{manager/aws/acm-manager.js → services/aws/certificate-manager/main.js} +5 -5
  84. package/dist/src/lib/services/aws/certificate-manager/types.d.ts +13 -0
  85. package/dist/src/lib/services/aws/certificate-manager/types.js +2 -0
  86. package/dist/src/lib/services/aws/cloudfront/index.d.ts +2 -0
  87. package/dist/src/lib/services/aws/cloudfront/index.js +18 -0
  88. package/dist/src/lib/{manager/aws/cloudfront-manager.d.ts → services/aws/cloudfront/main.d.ts} +24 -23
  89. package/dist/src/lib/{manager/aws/cloudfront-manager.js → services/aws/cloudfront/main.js} +16 -16
  90. package/dist/src/lib/services/aws/cloudfront/types.d.ts +25 -0
  91. package/dist/src/lib/services/aws/cloudfront/types.js +2 -0
  92. package/dist/src/lib/services/aws/cloudtrail/index.d.ts +2 -0
  93. package/dist/src/lib/services/aws/cloudtrail/index.js +18 -0
  94. package/dist/src/lib/{manager/aws/cloudtrail-manager.d.ts → services/aws/cloudtrail/main.d.ts} +9 -9
  95. package/dist/src/lib/{manager/aws/cloudtrail-manager.js → services/aws/cloudtrail/main.js} +7 -7
  96. package/dist/src/lib/services/aws/cloudtrail/types.d.ts +7 -0
  97. package/dist/src/lib/services/aws/cloudtrail/types.js +2 -0
  98. package/dist/src/lib/services/aws/cloudwatch/index.d.ts +3 -0
  99. package/dist/src/lib/services/aws/cloudwatch/index.js +19 -0
  100. package/dist/src/lib/{manager/aws/log-manager.d.ts → services/aws/cloudwatch/logs.d.ts} +15 -15
  101. package/dist/src/lib/{manager/aws/log-manager.js → services/aws/cloudwatch/logs.js} +11 -11
  102. package/dist/src/lib/services/aws/cloudwatch/main.d.ts +211 -0
  103. package/dist/src/lib/{manager/aws/cloudwatch-manager.js → services/aws/cloudwatch/main.js} +48 -48
  104. package/dist/src/lib/services/aws/cloudwatch/types.d.ts +111 -0
  105. package/dist/src/lib/services/aws/cloudwatch/types.js +2 -0
  106. package/dist/src/lib/services/aws/codebuild/index.d.ts +1 -0
  107. package/dist/src/lib/services/aws/codebuild/index.js +17 -0
  108. package/dist/src/lib/{manager/aws/codebuild-manager.d.ts → services/aws/codebuild/main.d.ts} +7 -7
  109. package/dist/src/lib/{manager/aws/codebuild-manager.js → services/aws/codebuild/main.js} +4 -4
  110. package/dist/src/lib/services/aws/constants.d.ts +4 -0
  111. package/dist/src/lib/services/aws/constants.js +8 -0
  112. package/dist/src/lib/services/aws/dynamodb/index.d.ts +2 -0
  113. package/dist/src/lib/services/aws/dynamodb/index.js +18 -0
  114. package/dist/src/lib/{manager/aws/dynamodb-manager.d.ts → services/aws/dynamodb/main.d.ts} +7 -7
  115. package/dist/src/lib/{manager/aws/dynamodb-manager.js → services/aws/dynamodb/main.js} +5 -5
  116. package/dist/src/lib/services/aws/dynamodb/types.d.ts +9 -0
  117. package/dist/src/lib/services/aws/dynamodb/types.js +2 -0
  118. package/dist/src/lib/services/aws/elastic-container-registry/index.d.ts +1 -0
  119. package/dist/src/lib/services/aws/elastic-container-registry/index.js +17 -0
  120. package/dist/src/lib/{manager/aws/ecr-manager.d.ts → services/aws/elastic-container-registry/main.d.ts} +7 -7
  121. package/dist/src/lib/{manager/aws/ecr-manager.js → services/aws/elastic-container-registry/main.js} +6 -6
  122. package/dist/src/lib/services/aws/elastic-container-service/index.d.ts +2 -0
  123. package/dist/src/lib/services/aws/elastic-container-service/index.js +18 -0
  124. package/dist/src/lib/{manager/aws/ecs-manager.d.ts → services/aws/elastic-container-service/main.d.ts} +15 -15
  125. package/dist/src/lib/{manager/aws/ecs-manager.js → services/aws/elastic-container-service/main.js} +11 -11
  126. package/dist/src/lib/services/aws/elastic-container-service/types.d.ts +46 -0
  127. package/dist/src/lib/services/aws/elastic-container-service/types.js +2 -0
  128. package/dist/src/lib/services/aws/elastic-file-system/index.d.ts +2 -0
  129. package/dist/src/lib/services/aws/elastic-file-system/index.js +18 -0
  130. package/dist/src/lib/{manager/aws/efs-manager.d.ts → services/aws/elastic-file-system/main.d.ts} +10 -10
  131. package/dist/src/lib/{manager/aws/efs-manager.js → services/aws/elastic-file-system/main.js} +8 -8
  132. package/dist/src/lib/services/aws/elastic-file-system/types.d.ts +19 -0
  133. package/dist/src/lib/services/aws/elastic-file-system/types.js +2 -0
  134. package/dist/src/lib/services/aws/elastic-kubernetes-service/index.d.ts +2 -0
  135. package/dist/src/lib/services/aws/elastic-kubernetes-service/index.js +18 -0
  136. package/dist/src/lib/{manager/aws/eks-manager.d.ts → services/aws/elastic-kubernetes-service/main.d.ts} +9 -9
  137. package/dist/src/lib/{manager/aws/eks-manager.js → services/aws/elastic-kubernetes-service/main.js} +7 -7
  138. package/dist/src/lib/services/aws/elastic-kubernetes-service/types.d.ts +9 -0
  139. package/dist/src/lib/services/aws/elastic-kubernetes-service/types.js +2 -0
  140. package/dist/src/lib/services/aws/elasticache/index.d.ts +2 -0
  141. package/dist/src/lib/services/aws/elasticache/index.js +18 -0
  142. package/dist/src/lib/services/aws/elasticache/main.d.ts +51 -0
  143. package/dist/src/lib/{manager/aws/elasticache-manager.js → services/aws/elasticache/main.js} +11 -12
  144. package/dist/src/lib/services/aws/elasticache/types.d.ts +13 -0
  145. package/dist/src/lib/services/aws/elasticache/types.js +2 -0
  146. package/dist/src/lib/services/aws/eventbridge/index.d.ts +3 -0
  147. package/dist/src/lib/services/aws/eventbridge/index.js +19 -0
  148. package/dist/src/lib/{manager/aws/event-manager.d.ts → services/aws/eventbridge/main.d.ts} +20 -20
  149. package/dist/src/lib/{manager/aws/event-manager.js → services/aws/eventbridge/main.js} +21 -15
  150. package/dist/src/lib/{manager/aws/event-target-manager.d.ts → services/aws/eventbridge/target.d.ts} +7 -7
  151. package/dist/src/lib/{manager/aws/event-target-manager.js → services/aws/eventbridge/target.js} +5 -5
  152. package/dist/src/lib/services/aws/eventbridge/types.d.ts +35 -0
  153. package/dist/src/lib/services/aws/eventbridge/types.js +2 -0
  154. package/dist/src/lib/services/aws/evidently/index.d.ts +2 -0
  155. package/dist/src/lib/services/aws/evidently/index.js +18 -0
  156. package/dist/src/lib/{manager/aws/evidently-manager.d.ts → services/aws/evidently/main.d.ts} +16 -16
  157. package/dist/src/lib/{manager/aws/evidently-manager.js → services/aws/evidently/main.js} +10 -10
  158. package/dist/src/lib/services/aws/evidently/types.d.ts +31 -0
  159. package/dist/src/lib/services/aws/evidently/types.js +2 -0
  160. package/dist/src/lib/services/aws/identity-access-management/index.d.ts +1 -0
  161. package/dist/src/lib/services/aws/identity-access-management/index.js +17 -0
  162. package/dist/src/lib/{manager/aws/iam-manager.d.ts → services/aws/identity-access-management/main.d.ts} +39 -40
  163. package/dist/src/lib/{manager/aws/iam-manager.js → services/aws/identity-access-management/main.js} +22 -23
  164. package/dist/src/lib/services/aws/index.d.ts +28 -0
  165. package/dist/src/lib/services/aws/index.js +44 -0
  166. package/dist/src/lib/services/aws/key-management-service/index.d.ts +2 -0
  167. package/dist/src/lib/services/aws/key-management-service/index.js +18 -0
  168. package/dist/src/lib/{manager/aws/kms-manager.d.ts → services/aws/key-management-service/main.d.ts} +7 -7
  169. package/dist/src/lib/{manager/aws/kms-manager.js → services/aws/key-management-service/main.js} +5 -5
  170. package/dist/src/lib/services/aws/key-management-service/types.d.ts +7 -0
  171. package/dist/src/lib/services/aws/key-management-service/types.js +2 -0
  172. package/dist/src/lib/services/aws/lambda/index.d.ts +2 -0
  173. package/dist/src/lib/services/aws/lambda/index.js +18 -0
  174. package/dist/src/lib/{manager/aws/lambda-manager.d.ts → services/aws/lambda/main.d.ts} +22 -21
  175. package/dist/src/lib/{manager/aws/lambda-manager.js → services/aws/lambda/main.js} +21 -21
  176. package/dist/src/lib/services/aws/lambda/types.d.ts +52 -0
  177. package/dist/src/lib/services/aws/lambda/types.js +2 -0
  178. package/dist/src/lib/services/aws/route53/index.d.ts +2 -0
  179. package/dist/src/lib/services/aws/route53/index.js +18 -0
  180. package/dist/src/lib/{manager/aws/route53-manager.d.ts → services/aws/route53/main.d.ts} +17 -17
  181. package/dist/src/lib/{manager/aws/route53-manager.js → services/aws/route53/main.js} +11 -11
  182. package/dist/src/lib/services/aws/route53/types.d.ts +8 -0
  183. package/dist/src/lib/services/aws/route53/types.js +2 -0
  184. package/dist/src/lib/services/aws/secrets-manager/index.d.ts +1 -0
  185. package/dist/src/lib/services/aws/secrets-manager/index.js +17 -0
  186. package/dist/src/lib/{manager/aws/secrets-manager.d.ts → services/aws/secrets-manager/main.d.ts} +8 -8
  187. package/dist/src/lib/{manager/aws/secrets-manager.js → services/aws/secrets-manager/main.js} +6 -6
  188. package/dist/src/lib/services/aws/simple-notification-service/index.d.ts +2 -0
  189. package/dist/src/lib/services/aws/simple-notification-service/index.js +18 -0
  190. package/dist/src/lib/{manager/aws/sns-manager.d.ts → services/aws/simple-notification-service/main.d.ts} +13 -13
  191. package/dist/src/lib/{manager/aws/sns-manager.js → services/aws/simple-notification-service/main.js} +10 -10
  192. package/dist/src/lib/services/aws/simple-notification-service/types.d.ts +7 -0
  193. package/dist/src/lib/services/aws/simple-notification-service/types.js +2 -0
  194. package/dist/src/lib/services/aws/simple-queue-service/index.d.ts +2 -0
  195. package/dist/src/lib/services/aws/simple-queue-service/index.js +18 -0
  196. package/dist/src/lib/services/aws/simple-queue-service/main.d.ts +50 -0
  197. package/dist/src/lib/{manager/aws/sqs-manager.js → services/aws/simple-queue-service/main.js} +11 -11
  198. package/dist/src/lib/services/aws/simple-queue-service/types.d.ts +17 -0
  199. package/dist/src/lib/services/aws/simple-queue-service/types.js +2 -0
  200. package/dist/src/lib/services/aws/simple-storage-service/index.d.ts +2 -0
  201. package/dist/src/lib/services/aws/simple-storage-service/index.js +18 -0
  202. package/dist/src/lib/{manager/aws/s3-manager.d.ts → services/aws/simple-storage-service/main.d.ts} +23 -23
  203. package/dist/src/lib/{manager/aws/s3-manager.js → services/aws/simple-storage-service/main.js} +15 -16
  204. package/dist/src/lib/services/aws/simple-storage-service/types.d.ts +31 -0
  205. package/dist/src/lib/services/aws/simple-storage-service/types.js +2 -0
  206. package/dist/src/lib/services/aws/step-function/index.d.ts +2 -0
  207. package/dist/src/lib/services/aws/step-function/index.js +18 -0
  208. package/dist/src/lib/services/aws/step-function/main.d.ts +157 -0
  209. package/dist/src/lib/{manager/aws/sfn-manager.js → services/aws/step-function/main.js} +35 -35
  210. package/dist/src/lib/services/aws/step-function/types.d.ts +120 -0
  211. package/dist/src/lib/services/aws/step-function/types.js +2 -0
  212. package/dist/src/lib/services/aws/systems-manager/index.d.ts +2 -0
  213. package/dist/src/lib/services/aws/systems-manager/index.js +18 -0
  214. package/dist/src/lib/{manager/aws/ssm-manager.d.ts → services/aws/systems-manager/main.d.ts} +13 -13
  215. package/dist/src/lib/{manager/aws/ssm-manager.js → services/aws/systems-manager/main.js} +8 -8
  216. package/dist/src/lib/services/aws/systems-manager/types.d.ts +8 -0
  217. package/dist/src/lib/services/aws/systems-manager/types.js +2 -0
  218. package/dist/src/lib/services/aws/virtual-private-cloud/index.d.ts +1 -0
  219. package/dist/src/lib/services/aws/virtual-private-cloud/index.js +17 -0
  220. package/dist/src/lib/{manager/aws/vpc-manager.d.ts → services/aws/virtual-private-cloud/main.d.ts} +11 -11
  221. package/dist/src/lib/{manager/aws/vpc-manager.js → services/aws/virtual-private-cloud/main.js} +8 -8
  222. package/dist/src/lib/services/aws/web-application-firewall/index.d.ts +1 -0
  223. package/dist/src/lib/services/aws/web-application-firewall/index.js +17 -0
  224. package/dist/src/lib/services/aws/web-application-firewall/main.d.ts +39 -0
  225. package/dist/src/lib/{manager/aws/waf-manager.js → services/aws/web-application-firewall/main.js} +9 -9
  226. package/dist/src/lib/services/aws/web-application-firewall/types.d.ts +13 -0
  227. package/dist/src/lib/services/aws/web-application-firewall/types.js +2 -0
  228. package/dist/src/lib/types/aws/index.d.ts +0 -921
  229. package/index.ts +1 -1
  230. package/package.json +1 -1
  231. package/src/lib/common/construct.ts +4 -4
  232. package/src/lib/common/index.ts +1 -0
  233. package/src/lib/common/stack.ts +1 -1
  234. package/src/lib/common/types.ts +23 -0
  235. package/src/lib/{helper/api-to-eventbridge-target-rest-api.ts → construct/api-to-eventbridge-target/api.ts} +2 -2
  236. package/src/lib/{helper/api-to-eventbridge-target-event.ts → construct/api-to-eventbridge-target/event.ts} +2 -2
  237. package/src/lib/construct/api-to-eventbridge-target/index.ts +3 -0
  238. package/src/lib/construct/api-to-eventbridge-target/main.ts +13 -8
  239. package/src/lib/construct/api-to-eventbridge-target/types.ts +126 -0
  240. package/src/lib/construct/api-to-eventbridge-target-with-sns/api-destined-lambda.ts +3 -3
  241. package/src/lib/construct/api-to-eventbridge-target-with-sns/index.ts +1 -0
  242. package/src/lib/construct/api-to-eventbridge-target-with-sns/main.ts +15 -9
  243. package/src/lib/construct/api-to-eventbridge-target-with-sns/types.ts +28 -0
  244. package/src/lib/{helper/api-to-lambda-target-rest-api.ts → construct/api-to-lambda-target/api.ts} +2 -2
  245. package/src/lib/construct/api-to-lambda-target/index.ts +2 -0
  246. package/src/lib/construct/api-to-lambda-target/main.ts +6 -6
  247. package/src/lib/construct/api-to-lambda-target/types.ts +78 -0
  248. package/src/lib/construct/graphql-api-lambda/index.ts +1 -0
  249. package/src/lib/construct/graphql-api-lambda/main.ts +1 -1
  250. package/src/lib/construct/graphql-api-lambda/types.ts +31 -0
  251. package/src/lib/construct/graphql-api-lambda-with-cache/index.ts +1 -0
  252. package/src/lib/construct/graphql-api-lambda-with-cache/main.ts +1 -1
  253. package/src/lib/construct/graphql-api-lambda-with-cache/types.ts +16 -0
  254. package/src/lib/construct/lambda-with-iam-access/types.ts +2 -1
  255. package/src/lib/construct/rest-api-lambda/index.ts +1 -0
  256. package/src/lib/construct/rest-api-lambda/main.ts +1 -1
  257. package/src/lib/construct/rest-api-lambda/types.ts +29 -0
  258. package/src/lib/construct/rest-api-lambda-with-cache/index.ts +1 -0
  259. package/src/lib/construct/rest-api-lambda-with-cache/main.ts +1 -1
  260. package/src/lib/construct/rest-api-lambda-with-cache/types.ts +15 -0
  261. package/src/lib/construct/site-with-ecs-backend/index.ts +1 -0
  262. package/src/lib/construct/site-with-ecs-backend/main.ts +1 -1
  263. package/src/lib/construct/site-with-ecs-backend/types.ts +42 -0
  264. package/src/lib/construct/static-asset-deployment/types.ts +2 -1
  265. package/src/lib/construct/static-site/index.ts +1 -0
  266. package/src/lib/construct/static-site/main.ts +1 -1
  267. package/src/lib/construct/static-site/types.ts +27 -0
  268. package/src/lib/index.ts +5 -0
  269. package/src/lib/services/aws/api-gateway/index.ts +2 -0
  270. package/src/lib/{manager/aws/api-manager.ts → services/aws/api-gateway/main.ts} +20 -17
  271. package/src/lib/services/aws/api-gateway/types.ts +10 -0
  272. package/src/lib/services/aws/appconfig/constants.ts +58 -0
  273. package/src/lib/services/aws/appconfig/index.ts +3 -0
  274. package/src/lib/{manager/aws/app-config-manager.ts → services/aws/appconfig/main.ts} +31 -54
  275. package/src/lib/services/aws/appconfig/types.ts +20 -0
  276. package/src/lib/services/aws/certificate-manager/index.ts +2 -0
  277. package/src/lib/{manager/aws/acm-manager.ts → services/aws/certificate-manager/main.ts} +9 -9
  278. package/src/lib/services/aws/certificate-manager/types.ts +14 -0
  279. package/src/lib/services/aws/cloudfront/index.ts +2 -0
  280. package/src/lib/{manager/aws/cloudfront-manager.ts → services/aws/cloudfront/main.ts} +29 -29
  281. package/src/lib/services/aws/cloudfront/types.ts +28 -0
  282. package/src/lib/services/aws/cloudtrail/index.ts +2 -0
  283. package/src/lib/{manager/aws/cloudtrail-manager.ts → services/aws/cloudtrail/main.ts} +11 -11
  284. package/src/lib/services/aws/cloudtrail/types.ts +7 -0
  285. package/src/lib/services/aws/cloudwatch/index.ts +3 -0
  286. package/src/lib/{manager/aws/log-manager.ts → services/aws/cloudwatch/logs.ts} +16 -21
  287. package/src/lib/{manager/aws/cloudwatch-manager.ts → services/aws/cloudwatch/main.ts} +86 -112
  288. package/src/lib/services/aws/cloudwatch/types.ts +121 -0
  289. package/src/lib/services/aws/codebuild/index.ts +1 -0
  290. package/src/lib/{manager/aws/codebuild-manager.ts → services/aws/codebuild/main.ts} +7 -7
  291. package/src/lib/services/aws/constants.ts +4 -0
  292. package/src/lib/services/aws/dynamodb/index.ts +2 -0
  293. package/src/lib/{manager/aws/dynamodb-manager.ts → services/aws/dynamodb/main.ts} +8 -8
  294. package/src/lib/services/aws/dynamodb/types.ts +10 -0
  295. package/src/lib/services/aws/elastic-container-registry/index.ts +1 -0
  296. package/src/lib/{manager/aws/ecr-manager.ts → services/aws/elastic-container-registry/main.ts} +8 -8
  297. package/src/lib/services/aws/elastic-container-service/index.ts +2 -0
  298. package/src/lib/{manager/aws/ecs-manager.ts → services/aws/elastic-container-service/main.ts} +18 -18
  299. package/src/lib/services/aws/elastic-container-service/types.ts +51 -0
  300. package/src/lib/services/aws/elastic-file-system/index.ts +2 -0
  301. package/src/lib/{manager/aws/efs-manager.ts → services/aws/elastic-file-system/main.ts} +13 -13
  302. package/src/lib/services/aws/elastic-file-system/types.ts +20 -0
  303. package/src/lib/services/aws/elastic-kubernetes-service/index.ts +2 -0
  304. package/src/lib/{manager/aws/eks-manager.ts → services/aws/elastic-kubernetes-service/main.ts} +11 -11
  305. package/src/lib/services/aws/elastic-kubernetes-service/types.ts +10 -0
  306. package/src/lib/services/aws/elasticache/index.ts +2 -0
  307. package/src/lib/{manager/aws/elasticache-manager.ts → services/aws/elasticache/main.ts} +18 -20
  308. package/src/lib/services/aws/elasticache/types.ts +13 -0
  309. package/src/lib/services/aws/eventbridge/index.ts +3 -0
  310. package/src/lib/{manager/aws/event-manager.ts → services/aws/eventbridge/main.ts} +32 -26
  311. package/src/lib/{manager/aws/event-target-manager.ts → services/aws/eventbridge/target.ts} +7 -7
  312. package/src/lib/services/aws/eventbridge/types.ts +38 -0
  313. package/src/lib/services/aws/evidently/index.ts +2 -0
  314. package/src/lib/{manager/aws/evidently-manager.ts → services/aws/evidently/main.ts} +23 -18
  315. package/src/lib/services/aws/evidently/types.ts +37 -0
  316. package/src/lib/services/aws/identity-access-management/index.ts +1 -0
  317. package/src/lib/{manager/aws/iam-manager.ts → services/aws/identity-access-management/main.ts} +40 -51
  318. package/src/lib/services/aws/index.ts +28 -0
  319. package/src/lib/services/aws/key-management-service/index.ts +2 -0
  320. package/src/lib/{manager/aws/kms-manager.ts → services/aws/key-management-service/main.ts} +8 -8
  321. package/src/lib/services/aws/key-management-service/types.ts +7 -0
  322. package/src/lib/services/aws/lambda/index.ts +2 -0
  323. package/src/lib/{manager/aws/lambda-manager.ts → services/aws/lambda/main.ts} +30 -30
  324. package/src/lib/services/aws/lambda/types.ts +57 -0
  325. package/src/lib/services/aws/route53/index.ts +2 -0
  326. package/src/lib/{manager/aws/route53-manager.ts → services/aws/route53/main.ts} +18 -18
  327. package/src/lib/services/aws/route53/types.ts +9 -0
  328. package/src/lib/services/aws/secrets-manager/index.ts +1 -0
  329. package/src/lib/{manager/aws/secrets-manager.ts → services/aws/secrets-manager/main.ts} +9 -14
  330. package/src/lib/services/aws/simple-notification-service/index.ts +2 -0
  331. package/src/lib/{manager/aws/sns-manager.ts → services/aws/simple-notification-service/main.ts} +16 -16
  332. package/src/lib/services/aws/simple-notification-service/types.ts +7 -0
  333. package/src/lib/services/aws/simple-queue-service/index.ts +2 -0
  334. package/src/lib/{manager/aws/sqs-manager.ts → services/aws/simple-queue-service/main.ts} +18 -17
  335. package/src/lib/services/aws/simple-queue-service/types.ts +18 -0
  336. package/src/lib/services/aws/simple-storage-service/index.ts +2 -0
  337. package/src/lib/{manager/aws/s3-manager.ts → services/aws/simple-storage-service/main.ts} +26 -27
  338. package/src/lib/services/aws/simple-storage-service/types.ts +34 -0
  339. package/src/lib/services/aws/step-function/index.ts +2 -0
  340. package/src/lib/{manager/aws/sfn-manager.ts → services/aws/step-function/main.ts} +76 -61
  341. package/src/lib/services/aws/step-function/types.ts +152 -0
  342. package/src/lib/services/aws/systems-manager/index.ts +2 -0
  343. package/src/lib/{manager/aws/ssm-manager.ts → services/aws/systems-manager/main.ts} +15 -19
  344. package/src/lib/services/aws/systems-manager/types.ts +8 -0
  345. package/src/lib/services/aws/virtual-private-cloud/index.ts +1 -0
  346. package/src/lib/{manager/aws/vpc-manager.ts → services/aws/virtual-private-cloud/main.ts} +12 -12
  347. package/src/lib/services/aws/web-application-firewall/index.ts +1 -0
  348. package/src/lib/{manager/aws/waf-manager.ts → services/aws/web-application-firewall/main.ts} +13 -13
  349. package/src/lib/services/aws/web-application-firewall/types.ts +13 -0
  350. package/src/lib/types/aws/index.ts +0 -984
  351. package/dist/src/lib/helper/index.d.ts +0 -3
  352. package/dist/src/lib/manager/aws/app-config-manager.d.ts +0 -65
  353. package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts +0 -211
  354. package/dist/src/lib/manager/aws/elasticache-manager.d.ts +0 -52
  355. package/dist/src/lib/manager/aws/index.d.ts +0 -29
  356. package/dist/src/lib/manager/aws/index.js +0 -45
  357. package/dist/src/lib/manager/aws/sfn-manager.d.ts +0 -157
  358. package/dist/src/lib/manager/aws/sqs-manager.d.ts +0 -49
  359. package/dist/src/lib/manager/aws/waf-manager.d.ts +0 -39
  360. package/src/lib/helper/index.ts +0 -3
  361. package/src/lib/manager/aws/index.ts +0 -29
  362. /package/dist/src/lib/{helper/api-to-eventbridge-target-rest-api.js → construct/api-to-eventbridge-target/api.js} +0 -0
  363. /package/dist/src/lib/{helper/api-to-eventbridge-target-event.js → construct/api-to-eventbridge-target/event.js} +0 -0
  364. /package/dist/src/lib/{helper/api-to-lambda-target-rest-api.js → construct/api-to-lambda-target/api.js} +0 -0
  365. /package/dist/src/lib/{manager → services}/index.d.ts +0 -0
  366. /package/dist/src/lib/{manager → services}/index.js +0 -0
  367. /package/src/lib/{manager → services}/index.ts +0 -0
@@ -23,48 +23,22 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.AppConfigManager = exports.ArnsByRegion = void 0;
26
+ exports.AppConfigManager = void 0;
27
27
  const cdk = __importStar(require("aws-cdk-lib"));
28
28
  const appconfig = __importStar(require("aws-cdk-lib/aws-appconfig"));
29
- const utils = __importStar(require("../../utils"));
30
- /**
31
- * @stability stable
32
- * @category cdk-utils.app-config-manager
33
- * @subcategory Construct
34
- * @returns { Map<string, string> } ArnsByRegion
35
- */
36
- exports.ArnsByRegion = {
37
- 'us-east-1': 'arn:aws:lambda:us-east-1:027255383542:layer:AWS-AppConfig-Extension:11',
38
- 'us-east-2': 'arn:aws:lambda:us-east-2:728743619870:layer:AWS-AppConfig-Extension:15',
39
- 'us-west-1': 'arn:aws:lambda:us-west-1:958113053741:layer:AWS-AppConfig-Extension:11',
40
- 'us-west-2': 'arn:aws:lambda:us-west-2:359756378197:layer:AWS-AppConfig-Extension:18',
41
- 'ca-central-1': 'arn:aws:lambda:ca-central-1:039592058896:layer:AWS-AppConfig-Extension:15',
42
- 'eu-central-1': 'arn:aws:lambda:eu-central-1:066940009817:layer:AWS-AppConfig-Extension:19',
43
- 'eu-west-1': 'arn:aws:lambda:eu-west-1:434848589818:layer:AWS-AppConfig-Extension:11',
44
- 'eu-west-2': 'arn:aws:lambda:eu-west-2:282860088358:layer:AWS-AppConfig-Extension:15',
45
- 'eu-west-3': 'arn:aws:lambda:eu-west-3:493207061005:layer:AWS-AppConfig-Extension:15',
46
- 'eu-north-1': 'arn:aws:lambda:eu-north-1:646970417810:layer:AWS-AppConfig-Extension:19',
47
- 'ap-east-1': 'arn:aws:lambda:ap-east-1:630222743974:layer:AWS-AppConfig-Extension:15',
48
- 'ap-northeast-1': 'arn:aws:lambda:ap-northeast-1:980059726660:layer:AWS-AppConfig-Extension:12',
49
- 'ap-northeast-2': 'arn:aws:lambda:ap-northeast-2:826293736237:layer:AWS-AppConfig-Extension:19',
50
- 'ap-northeast-3': 'arn:aws:lambda:ap-northeast-3:706869817123:layer:AWS-AppConfig-Extension:3',
51
- 'ap-southeast-1': 'arn:aws:lambda:ap-southeast-1:421114256042:layer:AWS-AppConfig-Extension:12',
52
- 'ap-southeast-2': 'arn:aws:lambda:ap-southeast-2:080788657173:layer:AWS-AppConfig-Extension:19',
53
- 'ap-south-1': 'arn:aws:lambda:ap-south-1:554480029851:layer:AWS-AppConfig-Extension:20',
54
- 'sa-east-1': 'arn:aws:lambda:sa-east-1:000010852771:layer:AWS-AppConfig-Extension:11',
55
- 'af-south-1': 'arn:aws:lambda:af-south-1:574348263942:layer:AWS-AppConfig-Extension:15',
56
- 'me-south-1': 'arn:aws:lambda:me-south-1:559955524753:layer:AWS-AppConfig-Extension:15',
57
- };
29
+ const utils = __importStar(require("../../../utils"));
30
+ const constants_1 = require("../constants");
31
+ const constants_2 = require("./constants");
58
32
  /**
59
33
  * @category cdk-utils.app-config-manager
60
34
  * @subcategory Construct
61
35
  * @classdesc Provides operations on AWS AppConfig.
62
- * - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
63
- * - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
36
+ * - A new instance of this class is injected into {@link CommonConstruct} constructor.
37
+ * - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
64
38
  * @example
65
- * import * as common from '@gradientedge/cdk-utils'
39
+ * import { CommonConstruct } from '@gradientedge/cdk-utils'
66
40
  *
67
- * class CustomConstruct extends common.common.CommonConstruct {
41
+ * class CustomConstruct extends CommonConstruct {
68
42
  * constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
69
43
  * super(parent, id, props)
70
44
  * this.props = props
@@ -77,16 +51,24 @@ exports.ArnsByRegion = {
77
51
  class AppConfigManager {
78
52
  /**
79
53
  * Method to get static ARNs for AppConfig extensions
80
- * @param {common.CommonConstruct} scope scope in which this resource is defined
54
+ * @param {CommonConstruct} scope scope in which this resource is defined
55
+ * @param {Architecture} type type of the architecture
81
56
  */
82
- getArnForAppConfigExtension(scope) {
83
- return exports.ArnsByRegion[scope.props.region];
57
+ getArnForAppConfigExtension(scope, type) {
58
+ switch (type) {
59
+ case constants_1.Architecture.ARM_64:
60
+ return constants_2.ArnsByRegionForArm64[scope.props.region];
61
+ case constants_1.Architecture.X86_64:
62
+ return constants_2.ArnsByRegionForX86_64[scope.props.region];
63
+ default:
64
+ throw `Invalid type ${type} specified`;
65
+ }
84
66
  }
85
67
  /**
86
68
  * @summary Method to create an AppConfig Application
87
69
  * @param {string} id scoped id of the resource
88
- * @param {common.CommonConstruct} scope scope in which this resource is defined
89
- * @param {types.AppConfigProps} props
70
+ * @param {CommonConstruct} scope scope in which this resource is defined
71
+ * @param {AppConfigProps} props
90
72
  * @returns {appconfig.CfnApplication}
91
73
  */
92
74
  createApplication(id, scope, props) {
@@ -104,9 +86,9 @@ class AppConfigManager {
104
86
  /**
105
87
  * @summary Method to create an AppConfig Environment for a given application
106
88
  * @param {string} id scoped id of the resource
107
- * @param {common.CommonConstruct} scope scope in which this resource is defined
89
+ * @param {CommonConstruct} scope scope in which this resource is defined
108
90
  * @param {string} applicationId id of the application
109
- * @param {types.AppConfigProps} props
91
+ * @param {AppConfigProps} props
110
92
  * @returns {appconfig.CfnEnvironment}
111
93
  */
112
94
  createEnvironment(id, scope, applicationId, props) {
@@ -127,9 +109,9 @@ class AppConfigManager {
127
109
  * @summary Method to create an AppConfig Configuration Profile for a given application
128
110
  * - <p>&#9888; The <b>locationUri</b> is defaulted to <i>hosted</i> if undefined</p>
129
111
  * @param {string} id scoped id of the resource
130
- * @param {common.CommonConstruct} scope scope in which this resource is defined
112
+ * @param {CommonConstruct} scope scope in which this resource is defined
131
113
  * @param {string} applicationId id of the application
132
- * @param {types.AppConfigProps} props
114
+ * @param {AppConfigProps} props
133
115
  * @returns {appconfig.CfnConfigurationProfile}
134
116
  */
135
117
  createConfigurationProfile(id, scope, applicationId, props) {
@@ -0,0 +1,13 @@
1
+ import { CfnApplicationProps, CfnConfigurationProfileProps, CfnDeploymentProps, CfnDeploymentStrategyProps, CfnEnvironmentProps } from 'aws-cdk-lib/aws-appconfig';
2
+ /**
3
+ * @category cdk-utils.app-config-manager
4
+ * @subcategory Properties
5
+ */
6
+ export interface AppConfigProps {
7
+ id: string;
8
+ application: CfnApplicationProps;
9
+ configurationProfile: CfnConfigurationProfileProps;
10
+ deployment: CfnDeploymentProps;
11
+ deploymentStrategy: CfnDeploymentStrategyProps;
12
+ environment: CfnEnvironmentProps;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from './main';
2
+ export * from './types';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./main"), exports);
18
+ __exportStar(require("./types"), exports);
@@ -1,14 +1,14 @@
1
1
  import * as acm from 'aws-cdk-lib/aws-certificatemanager';
2
2
  import * as route53 from 'aws-cdk-lib/aws-route53';
3
- import * as common from '../../common';
4
- import * as types from '../../types';
3
+ import { AcmProps } from './types';
4
+ import { CommonConstruct } from '../../../common';
5
5
  /**
6
6
  * @stability stable
7
7
  * @category cdk-utils.acm-manager
8
8
  * @subcategory Construct
9
9
  * @classdesc Provides operations on AWS Certificates.
10
- * - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
11
- * - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
10
+ * - A new instance of this class is injected into {@link CommonConstruct} constructor.
11
+ * - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
12
12
  * @example
13
13
  * import { CommonConstruct } from '@gradientedge/cdk-utils'
14
14
  *
@@ -26,8 +26,8 @@ export declare class AcmManager {
26
26
  /**
27
27
  * @summary Method to create/import a certificate
28
28
  * @param {string} id scoped id of the resource
29
- * @param {common.CommonConstruct} scope scope in which this resource is defined
30
- * @param {types.AcmProps} props certificate props
29
+ * @param {CommonConstruct} scope scope in which this resource is defined
30
+ * @param {AcmProps} props certificate props
31
31
  * @param {route53.HostedZone?} hostedZone optional hosted zone to perform DNS validation
32
32
  * @returns {acm.ICertificate}
33
33
  *
@@ -42,5 +42,5 @@ export declare class AcmManager {
42
42
  * E -- No --> D;
43
43
  * F --> G;
44
44
  */
45
- resolveCertificate(id: string, scope: common.CommonConstruct, props: types.AcmProps, hostedZone?: route53.IHostedZone): acm.ICertificate;
45
+ resolveCertificate(id: string, scope: CommonConstruct, props: AcmProps, hostedZone?: route53.IHostedZone): acm.ICertificate;
46
46
  }
@@ -26,14 +26,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.AcmManager = void 0;
27
27
  const cdk = __importStar(require("aws-cdk-lib"));
28
28
  const acm = __importStar(require("aws-cdk-lib/aws-certificatemanager"));
29
- const utils = __importStar(require("../../utils"));
29
+ const utils = __importStar(require("../../../utils"));
30
30
  /**
31
31
  * @stability stable
32
32
  * @category cdk-utils.acm-manager
33
33
  * @subcategory Construct
34
34
  * @classdesc Provides operations on AWS Certificates.
35
- * - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
36
- * - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
35
+ * - A new instance of this class is injected into {@link CommonConstruct} constructor.
36
+ * - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
37
37
  * @example
38
38
  * import { CommonConstruct } from '@gradientedge/cdk-utils'
39
39
  *
@@ -51,8 +51,8 @@ class AcmManager {
51
51
  /**
52
52
  * @summary Method to create/import a certificate
53
53
  * @param {string} id scoped id of the resource
54
- * @param {common.CommonConstruct} scope scope in which this resource is defined
55
- * @param {types.AcmProps} props certificate props
54
+ * @param {CommonConstruct} scope scope in which this resource is defined
55
+ * @param {AcmProps} props certificate props
56
56
  * @param {route53.HostedZone?} hostedZone optional hosted zone to perform DNS validation
57
57
  * @returns {acm.ICertificate}
58
58
  *
@@ -0,0 +1,13 @@
1
+ import * as acm from 'aws-cdk-lib/aws-certificatemanager';
2
+ /**
3
+ * @category cdk-utils.acm-manager
4
+ * @subcategory Properties
5
+ */
6
+ export interface AcmProps extends acm.CertificateProps {
7
+ certificateSsmName?: string;
8
+ certificateAccount?: string;
9
+ certificateRegion?: string;
10
+ certificateId?: string;
11
+ certificateArn?: string;
12
+ useExistingCertificate: boolean;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from './main';
2
+ export * from './types';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./main"), exports);
18
+ __exportStar(require("./types"), exports);
@@ -7,19 +7,20 @@ import * as efs from 'aws-cdk-lib/aws-efs';
7
7
  import * as iam from 'aws-cdk-lib/aws-iam';
8
8
  import * as lambda from 'aws-cdk-lib/aws-lambda';
9
9
  import * as s3 from 'aws-cdk-lib/aws-s3';
10
- import * as common from '../../common';
11
- import * as types from '../../types';
10
+ import { CommonConstruct } from '../../../common';
11
+ import { CloudfrontFunctionProps, CloudFrontProps, DistributionProps } from './types';
12
+ import { LambdaEdgeProps } from '../lambda';
12
13
  /**
13
14
  * @stability stable
14
15
  * @category cdk-utils.cloudfront-manager
15
16
  * @subcategory Construct
16
17
  * @classdesc Provides operations on AWS CloudFront.
17
- * - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
18
- * - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
18
+ * - A new instance of this class is injected into {@link CommonConstruct} constructor.
19
+ * - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
19
20
  * @example
20
- * import * as common from '@gradientedge/cdk-utils'
21
+ * import { CommonConstruct } from '@gradientedge/cdk-utils'
21
22
  *
22
- * class CustomConstruct extends common.common.CommonConstruct {
23
+ * class CustomConstruct extends CommonConstruct {
23
24
  * constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
24
25
  * super(parent, id, props)
25
26
  * this.props = props
@@ -37,24 +38,24 @@ import * as types from '../../types';
37
38
  * @see [CDK CloudFront Module]{@link https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudfront-readme.html}
38
39
  */
39
40
  export declare class CloudFrontManager {
40
- createOriginAccessIdentity(id: string, scope: common.CommonConstruct, accessBucket?: s3.IBucket): cdk.aws_cloudfront.OriginAccessIdentity;
41
+ createOriginAccessIdentity(id: string, scope: CommonConstruct, accessBucket?: s3.IBucket): cdk.aws_cloudfront.OriginAccessIdentity;
41
42
  /**
42
43
  * @summary Method to create a cloudfront distribution
43
44
  * @param {string} id scoped id of the resource
44
- * @param {common.CommonConstruct} scope scope in which this resource is defined
45
- * @param {types.CloudFrontProps} props distribution properties
45
+ * @param {CommonConstruct} scope scope in which this resource is defined
46
+ * @param {CloudFrontProps} props distribution properties
46
47
  * @param {s3.IBucket?} siteBucket
47
48
  * @param {s3.IBucket?} logBucket
48
49
  * @param {cloudfront.OriginAccessIdentity?} oai
49
50
  * @param {acm.ICertificate?} certificate
50
51
  * @param {string[]?} aliases
51
52
  */
52
- createCloudFrontDistribution(id: string, scope: common.CommonConstruct, props: types.CloudFrontProps, siteBucket?: s3.IBucket, logBucket?: s3.IBucket, oai?: cloudfront.OriginAccessIdentity, certificate?: acm.ICertificate, aliases?: string[]): cdk.aws_cloudfront.CloudFrontWebDistribution;
53
+ createCloudFrontDistribution(id: string, scope: CommonConstruct, props: CloudFrontProps, siteBucket?: s3.IBucket, logBucket?: s3.IBucket, oai?: cloudfront.OriginAccessIdentity, certificate?: acm.ICertificate, aliases?: string[]): cdk.aws_cloudfront.CloudFrontWebDistribution;
53
54
  /**
54
55
  * Method to create a CloudFront distribution with S3 Origin
55
56
  * @param {string} id scoped id of the resource
56
- * @param {common.CommonConstruct} scope scope in which this resource is defined
57
- * @param {types.DistributionProps} props distribution properties
57
+ * @param {CommonConstruct} scope scope in which this resource is defined
58
+ * @param {DistributionProps} props distribution properties
58
59
  * @param {origins.S3Origin} origin
59
60
  * @param {s3.IBucket} siteBucket
60
61
  * @param {s3.IBucket?} logBucket
@@ -63,12 +64,12 @@ export declare class CloudFrontManager {
63
64
  * @param {string[]?} aliases
64
65
  * @param {cloudfront.FunctionAssociation?} defaultFunctionAssociations
65
66
  */
66
- createDistributionWithS3Origin(id: string, scope: common.CommonConstruct, props: types.DistributionProps, origin: origins.S3Origin, siteBucket: s3.IBucket, logBucket?: s3.IBucket, oai?: cloudfront.OriginAccessIdentity, certificate?: acm.ICertificate, aliases?: string[], defaultFunctionAssociations?: cloudfront.FunctionAssociation[]): cdk.aws_cloudfront.Distribution;
67
+ createDistributionWithS3Origin(id: string, scope: CommonConstruct, props: DistributionProps, origin: origins.S3Origin, siteBucket: s3.IBucket, logBucket?: s3.IBucket, oai?: cloudfront.OriginAccessIdentity, certificate?: acm.ICertificate, aliases?: string[], defaultFunctionAssociations?: cloudfront.FunctionAssociation[]): cdk.aws_cloudfront.Distribution;
67
68
  /**
68
69
  * Method to create a CloudFront distribution with HTTP Origin
69
70
  * @param {string} id scoped id of the resource
70
- * @param {common.CommonConstruct} scope scope in which this resource is defined
71
- * @param {types.DistributionProps} props distribution properties
71
+ * @param {CommonConstruct} scope scope in which this resource is defined
72
+ * @param {DistributionProps} props distribution properties
72
73
  * @param {origins.S3Origin} origin
73
74
  * @param {string[]} domainNames
74
75
  * @param {s3.IBucket?} logBucket
@@ -76,13 +77,13 @@ export declare class CloudFrontManager {
76
77
  * @param {cloudfront.FunctionAssociation?} defaultFunctionAssociations
77
78
  * @param {cloudfront.IResponseHeadersPolicy?} responseHeadersPolicy
78
79
  */
79
- createDistributionWithHttpOrigin(id: string, scope: common.CommonConstruct, props: types.DistributionProps, origin: origins.HttpOrigin, domainNames: string[], logBucket?: s3.IBucket, certificate?: acm.ICertificate, defaultFunctionAssociations?: cloudfront.FunctionAssociation[], responseHeadersPolicy?: cloudfront.IResponseHeadersPolicy): cdk.aws_cloudfront.Distribution;
80
+ createDistributionWithHttpOrigin(id: string, scope: CommonConstruct, props: DistributionProps, origin: origins.HttpOrigin, domainNames: string[], logBucket?: s3.IBucket, certificate?: acm.ICertificate, defaultFunctionAssociations?: cloudfront.FunctionAssociation[], responseHeadersPolicy?: cloudfront.IResponseHeadersPolicy): cdk.aws_cloudfront.Distribution;
80
81
  /**
81
82
  * @summary Method to provision a Lambda@Edge function
82
83
  *
83
84
  * @param {string} id scoped id of the resource
84
- * @param {common.CommonConstruct} scope scope in which this resource is defined
85
- * @param {types.LambdaEdgeProps} props lambda@edge properties
85
+ * @param {CommonConstruct} scope scope in which this resource is defined
86
+ * @param {LambdaEdgeProps} props lambda@edge properties
86
87
  * @param {lambda.ILayerVersion[]} layers
87
88
  * @param {lambda.AssetCode} code
88
89
  * @param {iam.Role} role
@@ -92,7 +93,7 @@ export declare class CloudFrontManager {
92
93
  * @param {efs.IAccessPoint} accessPoint
93
94
  * @param {string} mountPath
94
95
  */
95
- createEdgeFunction(id: string, scope: common.CommonConstruct, props: types.LambdaEdgeProps, layers: lambda.ILayerVersion[], code: lambda.AssetCode, role: iam.Role, environment?: any, vpc?: ec2.IVpc, securityGroups?: ec2.ISecurityGroup[], accessPoint?: efs.IAccessPoint, mountPath?: string): cdk.aws_cloudfront.experimental.EdgeFunction;
96
+ createEdgeFunction(id: string, scope: CommonConstruct, props: LambdaEdgeProps, layers: lambda.ILayerVersion[], code: lambda.AssetCode, role: iam.Role, environment?: any, vpc?: ec2.IVpc, securityGroups?: ec2.ISecurityGroup[], accessPoint?: efs.IAccessPoint, mountPath?: string): cdk.aws_cloudfront.experimental.EdgeFunction;
96
97
  /**
97
98
  *
98
99
  * @param id
@@ -101,13 +102,13 @@ export declare class CloudFrontManager {
101
102
  * @param distributionId
102
103
  * @param paths
103
104
  */
104
- invalidateCache(id: string, scope: common.CommonConstruct, dockerFilePath: string, distributionId: string, paths?: string): void;
105
+ invalidateCache(id: string, scope: CommonConstruct, dockerFilePath: string, distributionId: string, paths?: string): void;
105
106
  /**
106
107
  * @summary Method to provision a Cloudfront function
107
108
  *
108
109
  * @param {string} id scoped id of the resource
109
- * @param {common.CommonConstruct} scope scope in which this resource is defined
110
- * @param {types.CloudfrontFunctionProps} props
110
+ * @param {CommonConstruct} scope scope in which this resource is defined
111
+ * @param {CloudfrontFunctionProps} props
111
112
  */
112
- createCloudfrontFunction(id: string, scope: common.CommonConstruct, props: types.CloudfrontFunctionProps): cdk.aws_cloudfront.Function;
113
+ createCloudfrontFunction(id: string, scope: CommonConstruct, props: CloudfrontFunctionProps): cdk.aws_cloudfront.Function;
113
114
  }
@@ -28,19 +28,19 @@ const cdk = __importStar(require("aws-cdk-lib"));
28
28
  const cloudfront = __importStar(require("aws-cdk-lib/aws-cloudfront"));
29
29
  const lambda = __importStar(require("aws-cdk-lib/aws-lambda"));
30
30
  const cr = __importStar(require("aws-cdk-lib/custom-resources"));
31
- const common_1 = require("../../common");
32
- const utils = __importStar(require("../../utils"));
31
+ const common_1 = require("../../../common");
32
+ const utils = __importStar(require("../../../utils"));
33
33
  /**
34
34
  * @stability stable
35
35
  * @category cdk-utils.cloudfront-manager
36
36
  * @subcategory Construct
37
37
  * @classdesc Provides operations on AWS CloudFront.
38
- * - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
39
- * - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
38
+ * - A new instance of this class is injected into {@link CommonConstruct} constructor.
39
+ * - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
40
40
  * @example
41
- * import * as common from '@gradientedge/cdk-utils'
41
+ * import { CommonConstruct } from '@gradientedge/cdk-utils'
42
42
  *
43
- * class CustomConstruct extends common.common.CommonConstruct {
43
+ * class CustomConstruct extends CommonConstruct {
44
44
  * constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
45
45
  * super(parent, id, props)
46
46
  * this.props = props
@@ -69,8 +69,8 @@ class CloudFrontManager {
69
69
  /**
70
70
  * @summary Method to create a cloudfront distribution
71
71
  * @param {string} id scoped id of the resource
72
- * @param {common.CommonConstruct} scope scope in which this resource is defined
73
- * @param {types.CloudFrontProps} props distribution properties
72
+ * @param {CommonConstruct} scope scope in which this resource is defined
73
+ * @param {CloudFrontProps} props distribution properties
74
74
  * @param {s3.IBucket?} siteBucket
75
75
  * @param {s3.IBucket?} logBucket
76
76
  * @param {cloudfront.OriginAccessIdentity?} oai
@@ -125,8 +125,8 @@ class CloudFrontManager {
125
125
  /**
126
126
  * Method to create a CloudFront distribution with S3 Origin
127
127
  * @param {string} id scoped id of the resource
128
- * @param {common.CommonConstruct} scope scope in which this resource is defined
129
- * @param {types.DistributionProps} props distribution properties
128
+ * @param {CommonConstruct} scope scope in which this resource is defined
129
+ * @param {DistributionProps} props distribution properties
130
130
  * @param {origins.S3Origin} origin
131
131
  * @param {s3.IBucket} siteBucket
132
132
  * @param {s3.IBucket?} logBucket
@@ -175,8 +175,8 @@ class CloudFrontManager {
175
175
  /**
176
176
  * Method to create a CloudFront distribution with HTTP Origin
177
177
  * @param {string} id scoped id of the resource
178
- * @param {common.CommonConstruct} scope scope in which this resource is defined
179
- * @param {types.DistributionProps} props distribution properties
178
+ * @param {CommonConstruct} scope scope in which this resource is defined
179
+ * @param {DistributionProps} props distribution properties
180
180
  * @param {origins.S3Origin} origin
181
181
  * @param {string[]} domainNames
182
182
  * @param {s3.IBucket?} logBucket
@@ -226,8 +226,8 @@ class CloudFrontManager {
226
226
  * @summary Method to provision a Lambda@Edge function
227
227
  *
228
228
  * @param {string} id scoped id of the resource
229
- * @param {common.CommonConstruct} scope scope in which this resource is defined
230
- * @param {types.LambdaEdgeProps} props lambda@edge properties
229
+ * @param {CommonConstruct} scope scope in which this resource is defined
230
+ * @param {LambdaEdgeProps} props lambda@edge properties
231
231
  * @param {lambda.ILayerVersion[]} layers
232
232
  * @param {lambda.AssetCode} code
233
233
  * @param {iam.Role} role
@@ -295,8 +295,8 @@ class CloudFrontManager {
295
295
  * @summary Method to provision a Cloudfront function
296
296
  *
297
297
  * @param {string} id scoped id of the resource
298
- * @param {common.CommonConstruct} scope scope in which this resource is defined
299
- * @param {types.CloudfrontFunctionProps} props
298
+ * @param {CommonConstruct} scope scope in which this resource is defined
299
+ * @param {CloudfrontFunctionProps} props
300
300
  */
301
301
  createCloudfrontFunction(id, scope, props) {
302
302
  const cloudfrontFunction = new cloudfront.Function(scope, `${id}`, {
@@ -0,0 +1,25 @@
1
+ import { TagProps } from '../../../types';
2
+ import * as cf from 'aws-cdk-lib/aws-cloudfront';
3
+ import { CloudFrontWebDistributionProps, FunctionProps } from 'aws-cdk-lib/aws-cloudfront';
4
+ /**
5
+ * @category cdk-utils.cloudfront-manager
6
+ * @subcategory Properties
7
+ */
8
+ export interface CloudFrontProps extends CloudFrontWebDistributionProps {
9
+ tags?: TagProps[];
10
+ }
11
+ /**
12
+ * @category cdk-utils.cloudfront-manager
13
+ * @subcategory Properties
14
+ */
15
+ export interface DistributionProps extends cf.DistributionProps {
16
+ tags?: TagProps[];
17
+ }
18
+ /**
19
+ * @category cdk-utils.cloudfront-manager
20
+ * @subcategory Properties
21
+ */
22
+ export interface CloudfrontFunctionProps extends FunctionProps {
23
+ functionFilePath: string;
24
+ eventType: string;
25
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from './main';
2
+ export * from './types';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./main"), exports);
18
+ __exportStar(require("./types"), exports);
@@ -1,19 +1,19 @@
1
1
  import * as cloudtrail from 'aws-cdk-lib/aws-cloudtrail';
2
2
  import * as logs from 'aws-cdk-lib/aws-logs';
3
3
  import * as s3 from 'aws-cdk-lib/aws-s3';
4
- import * as common from '../../common';
5
- import * as types from '../../types';
4
+ import { CommonConstruct } from '../../../common';
5
+ import { CloudTrailProps } from './types';
6
6
  /**
7
7
  * @stability stable
8
8
  * @category cdk-utils.cloudtrail-manager
9
9
  * @subcategory Construct
10
10
  * @classdesc Provides operations on AWS CloudTrail.
11
- * - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
12
- * - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
11
+ * - A new instance of this class is injected into {@link CommonConstruct} constructor.
12
+ * - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
13
13
  * @example
14
- * import * as common from '@gradientedge/cdk-utils'
14
+ * import { CommonConstruct } from '@gradientedge/cdk-utils'
15
15
  *
16
- * class CustomConstruct extends common.common.CommonConstruct {
16
+ * class CustomConstruct extends CommonConstruct {
17
17
  * constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
18
18
  * super(parent, id, props)
19
19
  * this.props = props
@@ -34,14 +34,14 @@ export declare class CloudTrailManager {
34
34
  /**
35
35
  * @summary Method to create a cloud trail
36
36
  * @param {string} id scoped id of the resource
37
- * @param {common.CommonConstruct} scope scope in which this resource is defined
38
- * @param {types.CloudTrailProps} props
37
+ * @param {CommonConstruct} scope scope in which this resource is defined
38
+ * @param {CloudTrailProps} props
39
39
  * @param {logs.CfnLogGroup} logGroup
40
40
  * @param {s3.IBucket} dataBucket
41
41
  * @param {s3.IBucket} logBucket
42
42
  * @param {s3.CfnBucketPolicy} logBucketPolicy
43
43
  */
44
- createCloudTrail(id: string, scope: common.CommonConstruct, props: types.CloudTrailProps, logGroup: logs.CfnLogGroup, dataBucket: s3.IBucket, logBucket: s3.IBucket, logBucketPolicy: s3.CfnBucketPolicy): {
44
+ createCloudTrail(id: string, scope: CommonConstruct, props: CloudTrailProps, logGroup: logs.CfnLogGroup, dataBucket: s3.IBucket, logBucket: s3.IBucket, logBucketPolicy: s3.CfnBucketPolicy): {
45
45
  cloudTrailRole: import("aws-cdk-lib/aws-iam").CfnRole;
46
46
  cloudTrail: cloudtrail.CfnTrail;
47
47
  };
@@ -25,18 +25,18 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.CloudTrailManager = void 0;
27
27
  const cloudtrail = __importStar(require("aws-cdk-lib/aws-cloudtrail"));
28
- const utils = __importStar(require("../../utils"));
28
+ const utils = __importStar(require("../../../utils"));
29
29
  /**
30
30
  * @stability stable
31
31
  * @category cdk-utils.cloudtrail-manager
32
32
  * @subcategory Construct
33
33
  * @classdesc Provides operations on AWS CloudTrail.
34
- * - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
35
- * - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
34
+ * - A new instance of this class is injected into {@link CommonConstruct} constructor.
35
+ * - If a custom construct extends {@link CommonConstruct}, an instance is available within the context.
36
36
  * @example
37
- * import * as common from '@gradientedge/cdk-utils'
37
+ * import { CommonConstruct } from '@gradientedge/cdk-utils'
38
38
  *
39
- * class CustomConstruct extends common.common.CommonConstruct {
39
+ * class CustomConstruct extends CommonConstruct {
40
40
  * constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
41
41
  * super(parent, id, props)
42
42
  * this.props = props
@@ -57,8 +57,8 @@ class CloudTrailManager {
57
57
  /**
58
58
  * @summary Method to create a cloud trail
59
59
  * @param {string} id scoped id of the resource
60
- * @param {common.CommonConstruct} scope scope in which this resource is defined
61
- * @param {types.CloudTrailProps} props
60
+ * @param {CommonConstruct} scope scope in which this resource is defined
61
+ * @param {CloudTrailProps} props
62
62
  * @param {logs.CfnLogGroup} logGroup
63
63
  * @param {s3.IBucket} dataBucket
64
64
  * @param {s3.IBucket} logBucket
@@ -0,0 +1,7 @@
1
+ import { CfnTrailProps } from 'aws-cdk-lib/aws-cloudtrail';
2
+ /**
3
+ * @category cdk-utils.cloudtrail-manager
4
+ * @subcategory Properties
5
+ */
6
+ export interface CloudTrailProps extends CfnTrailProps {
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export * from './logs';
2
+ export * from './main';
3
+ export * from './types';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./logs"), exports);
18
+ __exportStar(require("./main"), exports);
19
+ __exportStar(require("./types"), exports);