@gradientedge/cdk-utils 8.89.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/src/lib/common/construct.d.ts +4 -4
- package/dist/src/lib/common/construct.js +1 -1
- package/dist/src/lib/common/index.d.ts +1 -0
- package/dist/src/lib/common/index.js +1 -0
- package/dist/src/lib/common/stack.d.ts +1 -1
- package/dist/src/lib/common/types.d.ts +22 -0
- package/dist/src/lib/common/types.js +2 -0
- package/dist/src/lib/{helper/api-to-eventbridge-target-rest-api.d.ts → construct/api-to-eventbridge-target/api.d.ts} +2 -2
- package/dist/src/lib/{helper/api-to-eventbridge-target-event.d.ts → construct/api-to-eventbridge-target/event.d.ts} +2 -2
- package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts +3 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.js +3 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts +5 -5
- package/dist/src/lib/construct/api-to-eventbridge-target/main.js +4 -3
- package/dist/src/lib/construct/api-to-eventbridge-target/types.d.ts +112 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/types.js +2 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/api-destined-lambda.d.ts +3 -3
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/index.d.ts +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/index.js +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.d.ts +7 -6
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.js +3 -3
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/types.d.ts +26 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/types.js +2 -0
- package/dist/src/lib/{helper/api-to-lambda-target-rest-api.d.ts → construct/api-to-lambda-target/api.d.ts} +2 -2
- package/dist/src/lib/construct/api-to-lambda-target/index.d.ts +2 -0
- package/dist/src/lib/construct/api-to-lambda-target/index.js +2 -0
- package/dist/src/lib/construct/api-to-lambda-target/main.d.ts +4 -4
- package/dist/src/lib/construct/api-to-lambda-target/main.js +2 -2
- package/dist/src/lib/construct/api-to-lambda-target/types.d.ts +68 -0
- package/dist/src/lib/construct/api-to-lambda-target/types.js +2 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.d.ts +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.js +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/main.d.ts +1 -1
- package/dist/src/lib/construct/graphql-api-lambda/types.d.ts +30 -0
- package/dist/src/lib/construct/graphql-api-lambda/types.js +2 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/index.d.ts +1 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/index.js +1 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/main.d.ts +1 -1
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/types.d.ts +15 -0
- package/dist/src/lib/construct/graphql-api-lambda-with-cache/types.js +2 -0
- package/dist/src/lib/construct/lambda-with-iam-access/types.d.ts +2 -1
- package/dist/src/lib/construct/rest-api-lambda/index.d.ts +1 -0
- package/dist/src/lib/construct/rest-api-lambda/index.js +1 -0
- package/dist/src/lib/construct/rest-api-lambda/main.d.ts +1 -1
- package/dist/src/lib/construct/rest-api-lambda/types.d.ts +28 -0
- package/dist/src/lib/construct/rest-api-lambda/types.js +2 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/index.d.ts +1 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/index.js +1 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/main.d.ts +1 -1
- package/dist/src/lib/construct/rest-api-lambda-with-cache/types.d.ts +14 -0
- package/dist/src/lib/construct/rest-api-lambda-with-cache/types.js +2 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.js +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts +1 -1
- package/dist/src/lib/construct/site-with-ecs-backend/types.d.ts +30 -0
- package/dist/src/lib/construct/site-with-ecs-backend/types.js +2 -0
- package/dist/src/lib/construct/static-asset-deployment/types.d.ts +2 -1
- package/dist/src/lib/construct/static-site/index.d.ts +1 -0
- package/dist/src/lib/construct/static-site/index.js +1 -0
- package/dist/src/lib/construct/static-site/main.d.ts +1 -1
- package/dist/src/lib/construct/static-site/types.d.ts +26 -0
- package/dist/src/lib/construct/static-site/types.js +2 -0
- package/dist/src/lib/index.d.ts +5 -0
- package/dist/src/lib/index.js +21 -0
- package/dist/src/lib/services/aws/api-gateway/index.d.ts +2 -0
- package/dist/src/lib/{helper → services/aws/api-gateway}/index.js +2 -3
- package/dist/src/lib/{manager/aws/api-manager.d.ts → services/aws/api-gateway/main.d.ts} +14 -14
- package/dist/src/lib/{manager/aws/api-manager.js → services/aws/api-gateway/main.js} +13 -10
- package/dist/src/lib/services/aws/api-gateway/types.d.ts +9 -0
- package/dist/src/lib/services/aws/api-gateway/types.js +2 -0
- package/dist/src/lib/services/aws/appconfig/constants.d.ts +18 -0
- package/dist/src/lib/services/aws/appconfig/constants.js +60 -0
- package/dist/src/lib/services/aws/appconfig/index.d.ts +3 -0
- package/dist/src/lib/services/aws/appconfig/index.js +19 -0
- package/dist/src/lib/{manager/aws/app-config-manager.d.ts → services/aws/appconfig/main.d.ts} +18 -18
- package/dist/src/lib/services/aws/appconfig/main.js +135 -0
- package/dist/src/lib/services/aws/appconfig/types.d.ts +13 -0
- package/dist/src/lib/services/aws/appconfig/types.js +2 -0
- package/dist/src/lib/services/aws/certificate-manager/index.d.ts +2 -0
- package/dist/src/lib/services/aws/certificate-manager/index.js +18 -0
- package/dist/src/lib/{manager/aws/acm-manager.d.ts → services/aws/certificate-manager/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/acm-manager.js → services/aws/certificate-manager/main.js} +5 -5
- package/dist/src/lib/services/aws/certificate-manager/types.d.ts +13 -0
- package/dist/src/lib/services/aws/certificate-manager/types.js +2 -0
- package/dist/src/lib/services/aws/cloudfront/index.d.ts +2 -0
- package/dist/src/lib/services/aws/cloudfront/index.js +18 -0
- package/dist/src/lib/{manager/aws/cloudfront-manager.d.ts → services/aws/cloudfront/main.d.ts} +24 -23
- package/dist/src/lib/{manager/aws/cloudfront-manager.js → services/aws/cloudfront/main.js} +16 -16
- package/dist/src/lib/services/aws/cloudfront/types.d.ts +25 -0
- package/dist/src/lib/services/aws/cloudfront/types.js +2 -0
- package/dist/src/lib/services/aws/cloudtrail/index.d.ts +2 -0
- package/dist/src/lib/services/aws/cloudtrail/index.js +18 -0
- package/dist/src/lib/{manager/aws/cloudtrail-manager.d.ts → services/aws/cloudtrail/main.d.ts} +9 -9
- package/dist/src/lib/{manager/aws/cloudtrail-manager.js → services/aws/cloudtrail/main.js} +7 -7
- package/dist/src/lib/services/aws/cloudtrail/types.d.ts +7 -0
- package/dist/src/lib/services/aws/cloudtrail/types.js +2 -0
- package/dist/src/lib/services/aws/cloudwatch/index.d.ts +3 -0
- package/dist/src/lib/services/aws/cloudwatch/index.js +19 -0
- package/dist/src/lib/{manager/aws/log-manager.d.ts → services/aws/cloudwatch/logs.d.ts} +15 -15
- package/dist/src/lib/{manager/aws/log-manager.js → services/aws/cloudwatch/logs.js} +11 -11
- package/dist/src/lib/services/aws/cloudwatch/main.d.ts +211 -0
- package/dist/src/lib/{manager/aws/cloudwatch-manager.js → services/aws/cloudwatch/main.js} +48 -48
- package/dist/src/lib/services/aws/cloudwatch/types.d.ts +111 -0
- package/dist/src/lib/services/aws/cloudwatch/types.js +2 -0
- package/dist/src/lib/services/aws/codebuild/index.d.ts +1 -0
- package/dist/src/lib/services/aws/codebuild/index.js +17 -0
- package/dist/src/lib/{manager/aws/codebuild-manager.d.ts → services/aws/codebuild/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/codebuild-manager.js → services/aws/codebuild/main.js} +4 -4
- package/dist/src/lib/services/aws/dynamodb/index.d.ts +2 -0
- package/dist/src/lib/services/aws/dynamodb/index.js +18 -0
- package/dist/src/lib/{manager/aws/dynamodb-manager.d.ts → services/aws/dynamodb/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/dynamodb-manager.js → services/aws/dynamodb/main.js} +5 -5
- package/dist/src/lib/services/aws/dynamodb/types.d.ts +9 -0
- package/dist/src/lib/services/aws/dynamodb/types.js +2 -0
- package/dist/src/lib/services/aws/elastic-container-registry/index.d.ts +1 -0
- package/dist/src/lib/services/aws/elastic-container-registry/index.js +17 -0
- package/dist/src/lib/{manager/aws/ecr-manager.d.ts → services/aws/elastic-container-registry/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/ecr-manager.js → services/aws/elastic-container-registry/main.js} +6 -6
- package/dist/src/lib/services/aws/elastic-container-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elastic-container-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/ecs-manager.d.ts → services/aws/elastic-container-service/main.d.ts} +15 -15
- package/dist/src/lib/{manager/aws/ecs-manager.js → services/aws/elastic-container-service/main.js} +11 -11
- package/dist/src/lib/services/aws/elastic-container-service/types.d.ts +46 -0
- package/dist/src/lib/services/aws/elastic-container-service/types.js +2 -0
- package/dist/src/lib/services/aws/elastic-file-system/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elastic-file-system/index.js +18 -0
- package/dist/src/lib/{manager/aws/efs-manager.d.ts → services/aws/elastic-file-system/main.d.ts} +10 -10
- package/dist/src/lib/{manager/aws/efs-manager.js → services/aws/elastic-file-system/main.js} +8 -8
- package/dist/src/lib/services/aws/elastic-file-system/types.d.ts +19 -0
- package/dist/src/lib/services/aws/elastic-file-system/types.js +2 -0
- package/dist/src/lib/services/aws/elastic-kubernetes-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elastic-kubernetes-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/eks-manager.d.ts → services/aws/elastic-kubernetes-service/main.d.ts} +9 -9
- package/dist/src/lib/{manager/aws/eks-manager.js → services/aws/elastic-kubernetes-service/main.js} +7 -7
- package/dist/src/lib/services/aws/elastic-kubernetes-service/types.d.ts +9 -0
- package/dist/src/lib/services/aws/elastic-kubernetes-service/types.js +2 -0
- package/dist/src/lib/services/aws/elasticache/index.d.ts +2 -0
- package/dist/src/lib/services/aws/elasticache/index.js +18 -0
- package/dist/src/lib/services/aws/elasticache/main.d.ts +51 -0
- package/dist/src/lib/{manager/aws/elasticache-manager.js → services/aws/elasticache/main.js} +11 -12
- package/dist/src/lib/services/aws/elasticache/types.d.ts +13 -0
- package/dist/src/lib/services/aws/elasticache/types.js +2 -0
- package/dist/src/lib/services/aws/eventbridge/index.d.ts +3 -0
- package/dist/src/lib/services/aws/eventbridge/index.js +19 -0
- package/dist/src/lib/{manager/aws/event-manager.d.ts → services/aws/eventbridge/main.d.ts} +20 -20
- package/dist/src/lib/{manager/aws/event-manager.js → services/aws/eventbridge/main.js} +21 -15
- package/dist/src/lib/{manager/aws/event-target-manager.d.ts → services/aws/eventbridge/target.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/event-target-manager.js → services/aws/eventbridge/target.js} +5 -5
- package/dist/src/lib/services/aws/eventbridge/types.d.ts +35 -0
- package/dist/src/lib/services/aws/eventbridge/types.js +2 -0
- package/dist/src/lib/services/aws/evidently/index.d.ts +2 -0
- package/dist/src/lib/services/aws/evidently/index.js +18 -0
- package/dist/src/lib/{manager/aws/evidently-manager.d.ts → services/aws/evidently/main.d.ts} +16 -16
- package/dist/src/lib/{manager/aws/evidently-manager.js → services/aws/evidently/main.js} +10 -10
- package/dist/src/lib/services/aws/evidently/types.d.ts +31 -0
- package/dist/src/lib/services/aws/evidently/types.js +2 -0
- package/dist/src/lib/services/aws/identity-access-management/index.d.ts +1 -0
- package/dist/src/lib/services/aws/identity-access-management/index.js +17 -0
- package/dist/src/lib/{manager/aws/iam-manager.d.ts → services/aws/identity-access-management/main.d.ts} +39 -40
- package/dist/src/lib/{manager/aws/iam-manager.js → services/aws/identity-access-management/main.js} +22 -23
- package/dist/src/lib/services/aws/index.d.ts +28 -0
- package/dist/src/lib/services/aws/index.js +44 -0
- package/dist/src/lib/services/aws/key-management-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/key-management-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/kms-manager.d.ts → services/aws/key-management-service/main.d.ts} +7 -7
- package/dist/src/lib/{manager/aws/kms-manager.js → services/aws/key-management-service/main.js} +5 -5
- package/dist/src/lib/services/aws/key-management-service/types.d.ts +7 -0
- package/dist/src/lib/services/aws/key-management-service/types.js +2 -0
- package/dist/src/lib/services/aws/lambda/index.d.ts +2 -0
- package/dist/src/lib/services/aws/lambda/index.js +18 -0
- package/dist/src/lib/{manager/aws/lambda-manager.d.ts → services/aws/lambda/main.d.ts} +22 -21
- package/dist/src/lib/{manager/aws/lambda-manager.js → services/aws/lambda/main.js} +21 -21
- package/dist/src/lib/services/aws/lambda/types.d.ts +52 -0
- package/dist/src/lib/services/aws/lambda/types.js +2 -0
- package/dist/src/lib/services/aws/route53/index.d.ts +2 -0
- package/dist/src/lib/services/aws/route53/index.js +18 -0
- package/dist/src/lib/{manager/aws/route53-manager.d.ts → services/aws/route53/main.d.ts} +17 -17
- package/dist/src/lib/{manager/aws/route53-manager.js → services/aws/route53/main.js} +11 -11
- package/dist/src/lib/services/aws/route53/types.d.ts +8 -0
- package/dist/src/lib/services/aws/route53/types.js +2 -0
- package/dist/src/lib/services/aws/secrets-manager/index.d.ts +1 -0
- package/dist/src/lib/services/aws/secrets-manager/index.js +17 -0
- package/dist/src/lib/{manager/aws/secrets-manager.d.ts → services/aws/secrets-manager/main.d.ts} +8 -8
- package/dist/src/lib/{manager/aws/secrets-manager.js → services/aws/secrets-manager/main.js} +6 -6
- package/dist/src/lib/services/aws/simple-notification-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/simple-notification-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/sns-manager.d.ts → services/aws/simple-notification-service/main.d.ts} +13 -13
- package/dist/src/lib/{manager/aws/sns-manager.js → services/aws/simple-notification-service/main.js} +10 -10
- package/dist/src/lib/services/aws/simple-notification-service/types.d.ts +7 -0
- package/dist/src/lib/services/aws/simple-notification-service/types.js +2 -0
- package/dist/src/lib/services/aws/simple-queue-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/simple-queue-service/index.js +18 -0
- package/dist/src/lib/services/aws/simple-queue-service/main.d.ts +50 -0
- package/dist/src/lib/{manager/aws/sqs-manager.js → services/aws/simple-queue-service/main.js} +11 -11
- package/dist/src/lib/services/aws/simple-queue-service/types.d.ts +17 -0
- package/dist/src/lib/services/aws/simple-queue-service/types.js +2 -0
- package/dist/src/lib/services/aws/simple-storage-service/index.d.ts +2 -0
- package/dist/src/lib/services/aws/simple-storage-service/index.js +18 -0
- package/dist/src/lib/{manager/aws/s3-manager.d.ts → services/aws/simple-storage-service/main.d.ts} +23 -23
- package/dist/src/lib/{manager/aws/s3-manager.js → services/aws/simple-storage-service/main.js} +15 -16
- package/dist/src/lib/services/aws/simple-storage-service/types.d.ts +31 -0
- package/dist/src/lib/services/aws/simple-storage-service/types.js +2 -0
- package/dist/src/lib/services/aws/step-function/index.d.ts +2 -0
- package/dist/src/lib/services/aws/step-function/index.js +18 -0
- package/dist/src/lib/services/aws/step-function/main.d.ts +157 -0
- package/dist/src/lib/{manager/aws/sfn-manager.js → services/aws/step-function/main.js} +35 -35
- package/dist/src/lib/services/aws/step-function/types.d.ts +120 -0
- package/dist/src/lib/services/aws/step-function/types.js +2 -0
- package/dist/src/lib/services/aws/systems-manager/index.d.ts +2 -0
- package/dist/src/lib/services/aws/systems-manager/index.js +18 -0
- package/dist/src/lib/{manager/aws/ssm-manager.d.ts → services/aws/systems-manager/main.d.ts} +13 -13
- package/dist/src/lib/{manager/aws/ssm-manager.js → services/aws/systems-manager/main.js} +8 -8
- package/dist/src/lib/services/aws/systems-manager/types.d.ts +8 -0
- package/dist/src/lib/services/aws/systems-manager/types.js +2 -0
- package/dist/src/lib/services/aws/virtual-private-cloud/index.d.ts +1 -0
- package/dist/src/lib/services/aws/virtual-private-cloud/index.js +17 -0
- package/dist/src/lib/{manager/aws/vpc-manager.d.ts → services/aws/virtual-private-cloud/main.d.ts} +11 -11
- package/dist/src/lib/{manager/aws/vpc-manager.js → services/aws/virtual-private-cloud/main.js} +8 -8
- package/dist/src/lib/services/aws/web-application-firewall/index.d.ts +1 -0
- package/dist/src/lib/services/aws/web-application-firewall/index.js +17 -0
- package/dist/src/lib/services/aws/web-application-firewall/main.d.ts +39 -0
- package/dist/src/lib/{manager/aws/waf-manager.js → services/aws/web-application-firewall/main.js} +9 -9
- package/dist/src/lib/services/aws/web-application-firewall/types.d.ts +13 -0
- package/dist/src/lib/services/aws/web-application-firewall/types.js +2 -0
- package/dist/src/lib/types/aws/index.d.ts +0 -921
- package/index.ts +1 -1
- package/package.json +1 -1
- package/src/lib/common/construct.ts +4 -4
- package/src/lib/common/index.ts +1 -0
- package/src/lib/common/stack.ts +1 -1
- package/src/lib/common/types.ts +23 -0
- package/src/lib/{helper/api-to-eventbridge-target-rest-api.ts → construct/api-to-eventbridge-target/api.ts} +2 -2
- package/src/lib/{helper/api-to-eventbridge-target-event.ts → construct/api-to-eventbridge-target/event.ts} +2 -2
- package/src/lib/construct/api-to-eventbridge-target/index.ts +3 -0
- package/src/lib/construct/api-to-eventbridge-target/main.ts +13 -8
- package/src/lib/construct/api-to-eventbridge-target/types.ts +126 -0
- package/src/lib/construct/api-to-eventbridge-target-with-sns/api-destined-lambda.ts +3 -3
- package/src/lib/construct/api-to-eventbridge-target-with-sns/index.ts +1 -0
- package/src/lib/construct/api-to-eventbridge-target-with-sns/main.ts +15 -9
- package/src/lib/construct/api-to-eventbridge-target-with-sns/types.ts +28 -0
- package/src/lib/{helper/api-to-lambda-target-rest-api.ts → construct/api-to-lambda-target/api.ts} +2 -2
- package/src/lib/construct/api-to-lambda-target/index.ts +2 -0
- package/src/lib/construct/api-to-lambda-target/main.ts +6 -6
- package/src/lib/construct/api-to-lambda-target/types.ts +78 -0
- package/src/lib/construct/graphql-api-lambda/index.ts +1 -0
- package/src/lib/construct/graphql-api-lambda/main.ts +1 -1
- package/src/lib/construct/graphql-api-lambda/types.ts +31 -0
- package/src/lib/construct/graphql-api-lambda-with-cache/index.ts +1 -0
- package/src/lib/construct/graphql-api-lambda-with-cache/main.ts +1 -1
- package/src/lib/construct/graphql-api-lambda-with-cache/types.ts +16 -0
- package/src/lib/construct/lambda-with-iam-access/types.ts +2 -1
- package/src/lib/construct/rest-api-lambda/index.ts +1 -0
- package/src/lib/construct/rest-api-lambda/main.ts +1 -1
- package/src/lib/construct/rest-api-lambda/types.ts +29 -0
- package/src/lib/construct/rest-api-lambda-with-cache/index.ts +1 -0
- package/src/lib/construct/rest-api-lambda-with-cache/main.ts +1 -1
- package/src/lib/construct/rest-api-lambda-with-cache/types.ts +15 -0
- package/src/lib/construct/site-with-ecs-backend/index.ts +1 -0
- package/src/lib/construct/site-with-ecs-backend/main.ts +1 -1
- package/src/lib/construct/site-with-ecs-backend/types.ts +42 -0
- package/src/lib/construct/static-asset-deployment/types.ts +2 -1
- package/src/lib/construct/static-site/index.ts +1 -0
- package/src/lib/construct/static-site/main.ts +1 -1
- package/src/lib/construct/static-site/types.ts +27 -0
- package/src/lib/index.ts +5 -0
- package/src/lib/services/aws/api-gateway/index.ts +2 -0
- package/src/lib/{manager/aws/api-manager.ts → services/aws/api-gateway/main.ts} +20 -17
- package/src/lib/services/aws/api-gateway/types.ts +10 -0
- package/src/lib/services/aws/appconfig/constants.ts +58 -0
- package/src/lib/services/aws/appconfig/index.ts +3 -0
- package/src/lib/services/aws/appconfig/main.ts +130 -0
- package/src/lib/services/aws/appconfig/types.ts +20 -0
- package/src/lib/services/aws/certificate-manager/index.ts +2 -0
- package/src/lib/{manager/aws/acm-manager.ts → services/aws/certificate-manager/main.ts} +9 -9
- package/src/lib/services/aws/certificate-manager/types.ts +14 -0
- package/src/lib/services/aws/cloudfront/index.ts +2 -0
- package/src/lib/{manager/aws/cloudfront-manager.ts → services/aws/cloudfront/main.ts} +29 -29
- package/src/lib/services/aws/cloudfront/types.ts +28 -0
- package/src/lib/services/aws/cloudtrail/index.ts +2 -0
- package/src/lib/{manager/aws/cloudtrail-manager.ts → services/aws/cloudtrail/main.ts} +11 -11
- package/src/lib/services/aws/cloudtrail/types.ts +7 -0
- package/src/lib/services/aws/cloudwatch/index.ts +3 -0
- package/src/lib/{manager/aws/log-manager.ts → services/aws/cloudwatch/logs.ts} +16 -21
- package/src/lib/{manager/aws/cloudwatch-manager.ts → services/aws/cloudwatch/main.ts} +86 -112
- package/src/lib/services/aws/cloudwatch/types.ts +121 -0
- package/src/lib/services/aws/codebuild/index.ts +1 -0
- package/src/lib/{manager/aws/codebuild-manager.ts → services/aws/codebuild/main.ts} +7 -7
- package/src/lib/services/aws/dynamodb/index.ts +2 -0
- package/src/lib/{manager/aws/dynamodb-manager.ts → services/aws/dynamodb/main.ts} +8 -8
- package/src/lib/services/aws/dynamodb/types.ts +10 -0
- package/src/lib/services/aws/elastic-container-registry/index.ts +1 -0
- package/src/lib/{manager/aws/ecr-manager.ts → services/aws/elastic-container-registry/main.ts} +8 -8
- package/src/lib/services/aws/elastic-container-service/index.ts +2 -0
- package/src/lib/{manager/aws/ecs-manager.ts → services/aws/elastic-container-service/main.ts} +18 -18
- package/src/lib/services/aws/elastic-container-service/types.ts +51 -0
- package/src/lib/services/aws/elastic-file-system/index.ts +2 -0
- package/src/lib/{manager/aws/efs-manager.ts → services/aws/elastic-file-system/main.ts} +13 -13
- package/src/lib/services/aws/elastic-file-system/types.ts +20 -0
- package/src/lib/services/aws/elastic-kubernetes-service/index.ts +2 -0
- package/src/lib/{manager/aws/eks-manager.ts → services/aws/elastic-kubernetes-service/main.ts} +11 -11
- package/src/lib/services/aws/elastic-kubernetes-service/types.ts +10 -0
- package/src/lib/services/aws/elasticache/index.ts +2 -0
- package/src/lib/{manager/aws/elasticache-manager.ts → services/aws/elasticache/main.ts} +18 -20
- package/src/lib/services/aws/elasticache/types.ts +13 -0
- package/src/lib/services/aws/eventbridge/index.ts +3 -0
- package/src/lib/{manager/aws/event-manager.ts → services/aws/eventbridge/main.ts} +32 -26
- package/src/lib/{manager/aws/event-target-manager.ts → services/aws/eventbridge/target.ts} +7 -7
- package/src/lib/services/aws/eventbridge/types.ts +38 -0
- package/src/lib/services/aws/evidently/index.ts +2 -0
- package/src/lib/{manager/aws/evidently-manager.ts → services/aws/evidently/main.ts} +23 -18
- package/src/lib/services/aws/evidently/types.ts +37 -0
- package/src/lib/services/aws/identity-access-management/index.ts +1 -0
- package/src/lib/{manager/aws/iam-manager.ts → services/aws/identity-access-management/main.ts} +40 -51
- package/src/lib/services/aws/index.ts +28 -0
- package/src/lib/services/aws/key-management-service/index.ts +2 -0
- package/src/lib/{manager/aws/kms-manager.ts → services/aws/key-management-service/main.ts} +8 -8
- package/src/lib/services/aws/key-management-service/types.ts +7 -0
- package/src/lib/services/aws/lambda/index.ts +2 -0
- package/src/lib/{manager/aws/lambda-manager.ts → services/aws/lambda/main.ts} +30 -30
- package/src/lib/services/aws/lambda/types.ts +57 -0
- package/src/lib/services/aws/route53/index.ts +2 -0
- package/src/lib/{manager/aws/route53-manager.ts → services/aws/route53/main.ts} +18 -18
- package/src/lib/services/aws/route53/types.ts +9 -0
- package/src/lib/services/aws/secrets-manager/index.ts +1 -0
- package/src/lib/{manager/aws/secrets-manager.ts → services/aws/secrets-manager/main.ts} +9 -14
- package/src/lib/services/aws/simple-notification-service/index.ts +2 -0
- package/src/lib/{manager/aws/sns-manager.ts → services/aws/simple-notification-service/main.ts} +16 -16
- package/src/lib/services/aws/simple-notification-service/types.ts +7 -0
- package/src/lib/services/aws/simple-queue-service/index.ts +2 -0
- package/src/lib/{manager/aws/sqs-manager.ts → services/aws/simple-queue-service/main.ts} +18 -17
- package/src/lib/services/aws/simple-queue-service/types.ts +18 -0
- package/src/lib/services/aws/simple-storage-service/index.ts +2 -0
- package/src/lib/{manager/aws/s3-manager.ts → services/aws/simple-storage-service/main.ts} +26 -27
- package/src/lib/services/aws/simple-storage-service/types.ts +34 -0
- package/src/lib/services/aws/step-function/index.ts +2 -0
- package/src/lib/{manager/aws/sfn-manager.ts → services/aws/step-function/main.ts} +76 -61
- package/src/lib/services/aws/step-function/types.ts +152 -0
- package/src/lib/services/aws/systems-manager/index.ts +2 -0
- package/src/lib/{manager/aws/ssm-manager.ts → services/aws/systems-manager/main.ts} +15 -19
- package/src/lib/services/aws/systems-manager/types.ts +8 -0
- package/src/lib/services/aws/virtual-private-cloud/index.ts +1 -0
- package/src/lib/{manager/aws/vpc-manager.ts → services/aws/virtual-private-cloud/main.ts} +12 -12
- package/src/lib/services/aws/web-application-firewall/index.ts +1 -0
- package/src/lib/{manager/aws/waf-manager.ts → services/aws/web-application-firewall/main.ts} +13 -13
- package/src/lib/services/aws/web-application-firewall/types.ts +13 -0
- package/src/lib/types/aws/index.ts +0 -984
- package/dist/src/lib/helper/index.d.ts +0 -3
- package/dist/src/lib/manager/aws/app-config-manager.js +0 -191
- package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts +0 -211
- package/dist/src/lib/manager/aws/elasticache-manager.d.ts +0 -52
- package/dist/src/lib/manager/aws/index.d.ts +0 -30
- package/dist/src/lib/manager/aws/index.js +0 -46
- package/dist/src/lib/manager/aws/sfn-manager.d.ts +0 -157
- package/dist/src/lib/manager/aws/sqs-manager.d.ts +0 -49
- package/dist/src/lib/manager/aws/waf-manager.d.ts +0 -39
- package/src/lib/helper/index.ts +0 -3
- package/src/lib/manager/aws/app-config-manager.ts +0 -192
- package/src/lib/manager/aws/index.ts +0 -30
- /package/dist/src/lib/{helper/api-to-eventbridge-target-rest-api.js → construct/api-to-eventbridge-target/api.js} +0 -0
- /package/dist/src/lib/{helper/api-to-eventbridge-target-event.js → construct/api-to-eventbridge-target/event.js} +0 -0
- /package/dist/src/lib/{helper/api-to-lambda-target-rest-api.js → construct/api-to-lambda-target/api.js} +0 -0
- /package/dist/src/lib/{manager → services}/aws/constants.d.ts +0 -0
- /package/dist/src/lib/{manager → services}/aws/constants.js +0 -0
- /package/dist/src/lib/{manager → services}/index.d.ts +0 -0
- /package/dist/src/lib/{manager → services}/index.js +0 -0
- /package/src/lib/{manager → services}/aws/constants.ts +0 -0
- /package/src/lib/{manager → services}/index.ts +0 -0
|
@@ -1,191 +0,0 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.AppConfigManager = void 0;
|
|
27
|
-
const cdk = __importStar(require("aws-cdk-lib"));
|
|
28
|
-
const appconfig = __importStar(require("aws-cdk-lib/aws-appconfig"));
|
|
29
|
-
const utils = __importStar(require("../../utils"));
|
|
30
|
-
const constants_1 = require("./constants");
|
|
31
|
-
/**
|
|
32
|
-
* @stability stable
|
|
33
|
-
* @category cdk-utils.app-config-manager
|
|
34
|
-
* @subcategory Construct
|
|
35
|
-
* @returns { Map<string, string> } AppConfig extension ARN by region for x84
|
|
36
|
-
*/
|
|
37
|
-
const ArnsByRegionForX86_64 = {
|
|
38
|
-
'us-east-1': 'arn:aws:lambda:us-east-1:027255383542:layer:AWS-AppConfig-Extension:110',
|
|
39
|
-
'us-east-2': 'arn:aws:lambda:us-east-2:728743619870:layer:AWS-AppConfig-Extension:79',
|
|
40
|
-
'us-west-1': 'arn:aws:lambda:us-west-1:958113053741:layer:AWS-AppConfig-Extension:121',
|
|
41
|
-
'us-west-2': 'arn:aws:lambda:us-west-2:359756378197:layer:AWS-AppConfig-Extension:143',
|
|
42
|
-
'ca-central-1': 'arn:aws:lambda:ca-central-1:039592058896:layer:AWS-AppConfig-Extension:79',
|
|
43
|
-
'eu-central-1': 'arn:aws:lambda:eu-central-1:066940009817:layer:AWS-AppConfig-Extension:91',
|
|
44
|
-
'eu-central-2': 'arn:aws:lambda:eu-central-2:758369105281:layer:AWS-AppConfig-Extension:29',
|
|
45
|
-
'eu-west-1': 'arn:aws:lambda:eu-west-1:434848589818:layer:AWS-AppConfig-Extension:108',
|
|
46
|
-
'eu-west-2': 'arn:aws:lambda:eu-west-2:282860088358:layer:AWS-AppConfig-Extension:79',
|
|
47
|
-
'eu-west-3': 'arn:aws:lambda:eu-west-3:493207061005:layer:AWS-AppConfig-Extension:80',
|
|
48
|
-
'eu-north-1': 'arn:aws:lambda:eu-north-1:646970417810:layer:AWS-AppConfig-Extension:139',
|
|
49
|
-
'eu-south-1': 'arn:aws:lambda:eu-south-1:203683718741:layer:AWS-AppConfig-Extension:71',
|
|
50
|
-
'eu-south-2': 'arn:aws:lambda:eu-south-2:586093569114:layer:AWS-AppConfig-Extension:26',
|
|
51
|
-
'cn-north-1': 'arn:aws-cn:lambda:cn-north-1:615057806174:layer:AWS-AppConfig-Extension:66',
|
|
52
|
-
'cn-northwest-1': 'arn:aws-cn:lambda:cn-northwest-1:615084187847:layer:AWS-AppConfig-Extension:66',
|
|
53
|
-
'ap-east-1': 'arn:aws:lambda:ap-east-1:630222743974:layer:AWS-AppConfig-Extension:71',
|
|
54
|
-
'ap-northeast-1': 'arn:aws:lambda:ap-northeast-1:980059726660:layer:AWS-AppConfig-Extension:82',
|
|
55
|
-
'ap-northeast-2': 'arn:aws:lambda:ap-northeast-2:826293736237:layer:AWS-AppConfig-Extension:91',
|
|
56
|
-
'ap-northeast-3': 'arn:aws:lambda:ap-northeast-3:706869817123:layer:AWS-AppConfig-Extension:84',
|
|
57
|
-
'ap-southeast-1': 'arn:aws:lambda:ap-southeast-1:421114256042:layer:AWS-AppConfig-Extension:89',
|
|
58
|
-
'ap-southeast-2': 'arn:aws:lambda:ap-southeast-2:080788657173:layer:AWS-AppConfig-Extension:91',
|
|
59
|
-
'ap-southeast-3': 'arn:aws:lambda:ap-southeast-3:418787028745:layer:AWS-AppConfig-Extension:60',
|
|
60
|
-
'ap-southeast-4': 'arn:aws:lambda:ap-southeast-4:307021474294:layer:AWS-AppConfig-Extension:2',
|
|
61
|
-
'ap-south-1': 'arn:aws:lambda:ap-south-1:554480029851:layer:AWS-AppConfig-Extension:92',
|
|
62
|
-
'ap-south-2': 'arn:aws:lambda:ap-south-2:489524808438:layer:AWS-AppConfig-Extension:29',
|
|
63
|
-
'sa-east-1': 'arn:aws:lambda:sa-east-1:000010852771:layer:AWS-AppConfig-Extension:110',
|
|
64
|
-
'af-south-1': 'arn:aws:lambda:af-south-1:574348263942:layer:AWS-AppConfig-Extension:71',
|
|
65
|
-
'me-central-1': 'arn:aws:lambda:me-central-1:662846165436:layer:AWS-AppConfig-Extension:31',
|
|
66
|
-
'me-south-1': 'arn:aws:lambda:me-south-1:559955524753:layer:AWS-AppConfig-Extension:71',
|
|
67
|
-
'us-gov-east-1': 'arn:aws-us-gov:lambda:us-gov-east-1:946561847325:layer:AWS-AppConfig-Extension:44',
|
|
68
|
-
'us-gov-west-1': 'arn:aws-us-gov:lambda:us-gov-west-1:946746059096:layer:AWS-AppConfig-Extension:44',
|
|
69
|
-
};
|
|
70
|
-
/**
|
|
71
|
-
* @stability stable
|
|
72
|
-
* @category cdk-utils.app-config-manager
|
|
73
|
-
* @subcategory Construct
|
|
74
|
-
* @returns { Map<string, string> } AppConfig extension ARN by region for x84
|
|
75
|
-
*/
|
|
76
|
-
const ArnsByRegionForArm = {
|
|
77
|
-
'us-east-1': 'arn:aws:lambda:us-east-1:027255383542:layer:AWS-AppConfig-Extension-Arm64:43',
|
|
78
|
-
'us-east-2': 'arn:aws:lambda:us-east-2:728743619870:layer:AWS-AppConfig-Extension-Arm64:31',
|
|
79
|
-
'us-west-2': 'arn:aws:lambda:us-west-2:359756378197:layer:AWS-AppConfig-Extension-Arm64:45',
|
|
80
|
-
'eu-central-1': 'arn:aws:lambda:eu-central-1:066940009817:layer:AWS-AppConfig-Extension-Arm64:34',
|
|
81
|
-
'eu-west-1': 'arn:aws:lambda:eu-west-1:434848589818:layer:AWS-AppConfig-Extension-Arm64:46',
|
|
82
|
-
'eu-west-2': 'arn:aws:lambda:eu-west-2:282860088358:layer:AWS-AppConfig-Extension-Arm64:31',
|
|
83
|
-
'ap-northeast-1': 'arn:aws:lambda:ap-northeast-1:980059726660:layer:AWS-AppConfig-Extension-Arm64:35',
|
|
84
|
-
'ap-southeast-1': 'arn:aws:lambda:ap-southeast-1:421114256042:layer:AWS-AppConfig-Extension-Arm64:41',
|
|
85
|
-
'ap-southeast-2': 'arn:aws:lambda:ap-southeast-2:080788657173:layer:AWS-AppConfig-Extension-Arm64:34',
|
|
86
|
-
'ap-south-1': 'arn:aws:lambda:ap-south-1:554480029851:layer:AWS-AppConfig-Extension-Arm64:34',
|
|
87
|
-
};
|
|
88
|
-
/**
|
|
89
|
-
* @category cdk-utils.app-config-manager
|
|
90
|
-
* @subcategory Construct
|
|
91
|
-
* @classdesc Provides operations on AWS AppConfig.
|
|
92
|
-
* - A new instance of this class is injected into {@link common.CommonConstruct} constructor.
|
|
93
|
-
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
94
|
-
* @example
|
|
95
|
-
* import * as common from '@gradientedge/cdk-utils'
|
|
96
|
-
*
|
|
97
|
-
* class CustomConstruct extends common.common.CommonConstruct {
|
|
98
|
-
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
99
|
-
* super(parent, id, props)
|
|
100
|
-
* this.props = props
|
|
101
|
-
* this.appConfigManager.createApplication('MyApplication', this)
|
|
102
|
-
* }
|
|
103
|
-
* }
|
|
104
|
-
*
|
|
105
|
-
* @see [CDK AppConfig Module]{@link https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_appconfig-readme.html}
|
|
106
|
-
*/
|
|
107
|
-
class AppConfigManager {
|
|
108
|
-
/**
|
|
109
|
-
* Method to get static ARNs for AppConfig extensions
|
|
110
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
111
|
-
* @param {Architecture} type type of the architecture
|
|
112
|
-
*/
|
|
113
|
-
getArnForAppConfigExtension(scope, type) {
|
|
114
|
-
switch (type) {
|
|
115
|
-
case constants_1.Architecture.ARM_64:
|
|
116
|
-
return ArnsByRegionForArm[scope.props.region];
|
|
117
|
-
case constants_1.Architecture.X86_64:
|
|
118
|
-
return ArnsByRegionForX86_64[scope.props.region];
|
|
119
|
-
default:
|
|
120
|
-
throw `Invalid type ${type} specified`;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* @summary Method to create an AppConfig Application
|
|
125
|
-
* @param {string} id scoped id of the resource
|
|
126
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
127
|
-
* @param {types.AppConfigProps} props
|
|
128
|
-
* @returns {appconfig.CfnApplication}
|
|
129
|
-
*/
|
|
130
|
-
createApplication(id, scope, props) {
|
|
131
|
-
if (!props)
|
|
132
|
-
throw `AppConfig props undefined for ${id}`;
|
|
133
|
-
const application = new appconfig.CfnApplication(scope, `${id}`, {
|
|
134
|
-
name: `${props.application.name}-${scope.props.stage}`,
|
|
135
|
-
description: props.application.description,
|
|
136
|
-
tags: props.application.tags,
|
|
137
|
-
});
|
|
138
|
-
utils.createCfnOutput(`${id}-ApplicationId`, scope, cdk.Fn.ref(application.logicalId));
|
|
139
|
-
utils.createCfnOutput(`${id}-ApplicationName`, scope, application.name);
|
|
140
|
-
return application;
|
|
141
|
-
}
|
|
142
|
-
/**
|
|
143
|
-
* @summary Method to create an AppConfig Environment for a given application
|
|
144
|
-
* @param {string} id scoped id of the resource
|
|
145
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
146
|
-
* @param {string} applicationId id of the application
|
|
147
|
-
* @param {types.AppConfigProps} props
|
|
148
|
-
* @returns {appconfig.CfnEnvironment}
|
|
149
|
-
*/
|
|
150
|
-
createEnvironment(id, scope, applicationId, props) {
|
|
151
|
-
if (!props)
|
|
152
|
-
throw `AppConfig props undefined for ${id}`;
|
|
153
|
-
const environment = new appconfig.CfnEnvironment(scope, `${id}`, {
|
|
154
|
-
applicationId: applicationId,
|
|
155
|
-
name: props.environment.name ?? scope.props.stage,
|
|
156
|
-
description: props.environment.description,
|
|
157
|
-
monitors: props.environment.monitors,
|
|
158
|
-
tags: props.environment.tags,
|
|
159
|
-
});
|
|
160
|
-
utils.createCfnOutput(`${id}-configurationEnvironmentId`, scope, cdk.Fn.ref(environment.logicalId));
|
|
161
|
-
utils.createCfnOutput(`${id}-configurationEnvironmentName`, scope, environment.name);
|
|
162
|
-
return environment;
|
|
163
|
-
}
|
|
164
|
-
/**
|
|
165
|
-
* @summary Method to create an AppConfig Configuration Profile for a given application
|
|
166
|
-
* - <p>⚠ The <b>locationUri</b> is defaulted to <i>hosted</i> if undefined</p>
|
|
167
|
-
* @param {string} id scoped id of the resource
|
|
168
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
169
|
-
* @param {string} applicationId id of the application
|
|
170
|
-
* @param {types.AppConfigProps} props
|
|
171
|
-
* @returns {appconfig.CfnConfigurationProfile}
|
|
172
|
-
*/
|
|
173
|
-
createConfigurationProfile(id, scope, applicationId, props) {
|
|
174
|
-
if (!props)
|
|
175
|
-
throw `AppConfig props undefined for ${id}`;
|
|
176
|
-
const profile = new appconfig.CfnConfigurationProfile(scope, `${id}`, {
|
|
177
|
-
applicationId: applicationId,
|
|
178
|
-
locationUri: props.configurationProfile.locationUri || 'hosted',
|
|
179
|
-
name: `${props.configurationProfile.name}-${scope.props.stage}`,
|
|
180
|
-
description: props.configurationProfile.description,
|
|
181
|
-
retrievalRoleArn: props.configurationProfile.retrievalRoleArn,
|
|
182
|
-
tags: props.configurationProfile.tags,
|
|
183
|
-
type: props.configurationProfile.type,
|
|
184
|
-
validators: props.configurationProfile.validators,
|
|
185
|
-
});
|
|
186
|
-
utils.createCfnOutput(`${id}-configurationProfileId`, scope, cdk.Fn.ref(profile.logicalId));
|
|
187
|
-
utils.createCfnOutput(`${id}-configurationProfileName`, scope, profile.name);
|
|
188
|
-
return profile;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
exports.AppConfigManager = AppConfigManager;
|
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
import * as cdk from 'aws-cdk-lib';
|
|
2
|
-
import * as watch from 'aws-cdk-lib/aws-cloudwatch';
|
|
3
|
-
import { IMetric } from 'aws-cdk-lib/aws-cloudwatch';
|
|
4
|
-
import * as common from '../../common';
|
|
5
|
-
import * as types from '../../types';
|
|
6
|
-
/**
|
|
7
|
-
* @stability stable
|
|
8
|
-
* @category cdk-utils.cloudwatch-manager
|
|
9
|
-
* @subcategory Construct
|
|
10
|
-
* @classdesc Provides operations on AWS CloudWatch.
|
|
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.
|
|
13
|
-
* @example
|
|
14
|
-
* import * as common from '@gradientedge/cdk-utils'
|
|
15
|
-
*
|
|
16
|
-
* class CustomConstruct extends common.common.CommonConstruct {
|
|
17
|
-
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
18
|
-
* super(parent, id, props)
|
|
19
|
-
* this.props = props
|
|
20
|
-
* this.cloudWatchManager.createAlarmForMetric('MyAlarm', this, metric)
|
|
21
|
-
* }
|
|
22
|
-
* }
|
|
23
|
-
*
|
|
24
|
-
* @see [CDK CloudWatch Module]{@link https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cloudwatch-readme.html}
|
|
25
|
-
*/
|
|
26
|
-
export declare class CloudWatchManager {
|
|
27
|
-
/**
|
|
28
|
-
* @summary Method to create a cloudwatch alarm for a given expression
|
|
29
|
-
* @param {string} id scoped id of the resource
|
|
30
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
31
|
-
* @param {types.AlarmProps} props
|
|
32
|
-
*/
|
|
33
|
-
createAlarmForExpression(id: string, scope: common.CommonConstruct, props: types.AlarmProps): cdk.aws_cloudwatch.Alarm;
|
|
34
|
-
/**
|
|
35
|
-
* @summary Method to create a cloudwatch alarm for a given metric
|
|
36
|
-
* @param {string} id scoped id of the resource
|
|
37
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
38
|
-
* @param {types.AlarmProps} props
|
|
39
|
-
* @param metric
|
|
40
|
-
*/
|
|
41
|
-
createAlarmForMetric(id: string, scope: common.CommonConstruct, props: types.AlarmProps, metric: watch.Metric): cdk.aws_cloudwatch.Alarm;
|
|
42
|
-
/**
|
|
43
|
-
* @summary Method to create a cloudwatch dashboard
|
|
44
|
-
* @param {string} id scoped id of the resource
|
|
45
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
46
|
-
* @param {types.DashboardProps} props
|
|
47
|
-
* @param widgets
|
|
48
|
-
*/
|
|
49
|
-
createDashboard(id: string, scope: common.CommonConstruct, props: types.DashboardProps, widgets?: watch.IWidget[][]): cdk.aws_cloudwatch.Dashboard;
|
|
50
|
-
/**
|
|
51
|
-
* @summary Method to create cloudwatch widgets
|
|
52
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
53
|
-
* @param props
|
|
54
|
-
*/
|
|
55
|
-
createWidgets(scope: common.CommonConstruct, props: any[]): any;
|
|
56
|
-
/**
|
|
57
|
-
* @summary Method to create a cloudwatch widget
|
|
58
|
-
* @param {string} id scoped id of the resource
|
|
59
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
60
|
-
* @param props
|
|
61
|
-
*/
|
|
62
|
-
createWidget(id: string, scope: common.CommonConstruct, props: any): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
63
|
-
/**
|
|
64
|
-
* @summary Method to create a cloudfront distribution widget
|
|
65
|
-
* @param {string} id scoped id of the resource
|
|
66
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
67
|
-
* @param {types.TextWidgetProps} props
|
|
68
|
-
* @param {string} distributionId the cloudfront distribution id
|
|
69
|
-
*/
|
|
70
|
-
createCloudfrontDistributionWidget(id: string, scope: common.CommonConstruct, props: any, distributionId: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
71
|
-
/**
|
|
72
|
-
* @summary Method to create a step function widget
|
|
73
|
-
* @param {string} id scoped id of the resource
|
|
74
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
75
|
-
* @param {types.TextWidgetProps} props
|
|
76
|
-
* @param {string} stateMachineArn the step function arn
|
|
77
|
-
*/
|
|
78
|
-
createStateWidget(id: string, scope: common.CommonConstruct, props: any, stateMachineArn: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
79
|
-
/**
|
|
80
|
-
* @summary Method to create an event widget
|
|
81
|
-
* @param {string} id scoped id of the resource
|
|
82
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
83
|
-
* @param {types.TextWidgetProps} props
|
|
84
|
-
* @param {string} eventBusName the event bus name
|
|
85
|
-
* @param {string} ruleName the event rule name
|
|
86
|
-
*/
|
|
87
|
-
createEventWidget(id: string, scope: common.CommonConstruct, props: any, eventBusName: string, ruleName: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
88
|
-
/**
|
|
89
|
-
* @summary Method to create an api gateway widget
|
|
90
|
-
* @param {string} id scoped id of the resource
|
|
91
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
92
|
-
* @param {types.TextWidgetProps} props
|
|
93
|
-
* @param {string} apiName the api name
|
|
94
|
-
*/
|
|
95
|
-
createApiGatewayWidget(id: string, scope: common.CommonConstruct, props: any, apiName: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
96
|
-
/**
|
|
97
|
-
* @summary Method to create a lambda function widget
|
|
98
|
-
* @param {string} id scoped id of the resource
|
|
99
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
100
|
-
* @param {types.TextWidgetProps} props
|
|
101
|
-
* @param {string} functionName the lambda function name
|
|
102
|
-
*/
|
|
103
|
-
createLambdaWidget(id: string, scope: common.CommonConstruct, props: any, functionName: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
104
|
-
/**
|
|
105
|
-
* @summary Method to create a custom widget
|
|
106
|
-
* @param {string} id scoped id of the resource
|
|
107
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
108
|
-
* @param {types.TextWidgetProps} props
|
|
109
|
-
* @param {string} service the service identifier
|
|
110
|
-
*/
|
|
111
|
-
createCustomWidget(id: string, scope: common.CommonConstruct, props: any, service: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
112
|
-
/**
|
|
113
|
-
* @summary Method to create an ecs cluster widget
|
|
114
|
-
* @param {string} id scoped id of the resource
|
|
115
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
116
|
-
* @param {types.TextWidgetProps} props
|
|
117
|
-
* @param {string} clusterName the ecs cluster name
|
|
118
|
-
*/
|
|
119
|
-
createEcsClusterWidget(id: string, scope: common.CommonConstruct, props: any, clusterName: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
120
|
-
/**
|
|
121
|
-
* @summary Method to create an ecs service widget
|
|
122
|
-
* @param {string} id scoped id of the resource
|
|
123
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
124
|
-
* @param {types.TextWidgetProps} props
|
|
125
|
-
* @param {string} clusterName the ecs cluster name
|
|
126
|
-
* @param {string} serviceName the ecs service name
|
|
127
|
-
*/
|
|
128
|
-
createEcsServiceWidget(id: string, scope: common.CommonConstruct, props: any, clusterName: string, serviceName: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
129
|
-
/**
|
|
130
|
-
* @summary Method to create an elb widget
|
|
131
|
-
* @param {string} id scoped id of the resource
|
|
132
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
133
|
-
* @param {types.TextWidgetProps} props
|
|
134
|
-
* @param {string} loadBalancer the loadbalancer reference
|
|
135
|
-
*/
|
|
136
|
-
createElbWidget(id: string, scope: common.CommonConstruct, props: any, loadBalancer: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
137
|
-
/**
|
|
138
|
-
* @summary Method to create an elasticache widget
|
|
139
|
-
* @param {string} id scoped id of the resource
|
|
140
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
141
|
-
* @param {types.TextWidgetProps} props
|
|
142
|
-
* @param {string} cacheClusterId the elasticache cluster id
|
|
143
|
-
*/
|
|
144
|
-
createCacheWidget(id: string, scope: common.CommonConstruct, props: any, cacheClusterId: string): cdk.aws_cloudwatch.GaugeWidget | cdk.aws_cloudwatch.GraphWidget | cdk.aws_cloudwatch.SingleValueWidget | cdk.aws_cloudwatch.LogQueryWidget | cdk.aws_cloudwatch.TextWidget | cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
145
|
-
/**
|
|
146
|
-
* @summary Method to create a cloudwatch text widget
|
|
147
|
-
* @param {string} id scoped id of the resource
|
|
148
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
149
|
-
* @param {types.TextWidgetProps} props
|
|
150
|
-
*/
|
|
151
|
-
createTextWidget(id: string, scope: common.CommonConstruct, props: types.TextWidgetProps): cdk.aws_cloudwatch.TextWidget;
|
|
152
|
-
/**
|
|
153
|
-
* @summary Method to create a cloudwatch numeric widget
|
|
154
|
-
* @param {string} id scoped id of the resource
|
|
155
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
156
|
-
* @param {types.NumericWidgetProps} props
|
|
157
|
-
* @param metrics
|
|
158
|
-
*/
|
|
159
|
-
createSingleValueWidget(id: string, scope: common.CommonConstruct, props: types.NumericWidgetProps, metrics: IMetric[]): cdk.aws_cloudwatch.SingleValueWidget;
|
|
160
|
-
/**
|
|
161
|
-
* @summary Method to create a cloudwatch guage widget
|
|
162
|
-
* @param {string} id scoped id of the resource
|
|
163
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
164
|
-
* @param {types.GuageWidgetProps} props
|
|
165
|
-
* @param metrics
|
|
166
|
-
*/
|
|
167
|
-
createGuageWidget(id: string, scope: common.CommonConstruct, props: types.GuageWidgetProps, metrics: IMetric[]): cdk.aws_cloudwatch.GaugeWidget;
|
|
168
|
-
/**
|
|
169
|
-
* @summary Method to create a cloudwatch graph widget
|
|
170
|
-
* @param {string} id scoped id of the resource
|
|
171
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
172
|
-
* @param {types.GraphWidgetProps} props
|
|
173
|
-
* @param leftYMetrics
|
|
174
|
-
* @param rightYMetrics
|
|
175
|
-
*/
|
|
176
|
-
createGraphWidget(id: string, scope: common.CommonConstruct, props: types.GraphWidgetProps, leftYMetrics?: IMetric[], rightYMetrics?: IMetric[]): cdk.aws_cloudwatch.GraphWidget;
|
|
177
|
-
/**
|
|
178
|
-
* @summary Method to create a cloudwatch alarm status widget
|
|
179
|
-
* @param {string} id scoped id of the resource
|
|
180
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
181
|
-
* @param {types.AlarmStatusWidgetProps} props
|
|
182
|
-
* @param {watch.IAlarm[]} alarms
|
|
183
|
-
*/
|
|
184
|
-
createAlarmStatusWidget(id: string, scope: common.CommonConstruct, props: types.AlarmStatusWidgetProps, alarms: watch.IAlarm[]): cdk.aws_cloudwatch.AlarmStatusWidget;
|
|
185
|
-
/**
|
|
186
|
-
* @summary Method to create a cloudwatch log query widget
|
|
187
|
-
* @param {string} id scoped id of the resource
|
|
188
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
189
|
-
* @param {types.LogQueryWidgetProps} props
|
|
190
|
-
* @param {string[]} logGroupNames
|
|
191
|
-
*/
|
|
192
|
-
createLogQueryWidget(id: string, scope: common.CommonConstruct, props: types.LogQueryWidgetProps, logGroupNames: string[]): cdk.aws_cloudwatch.LogQueryWidget;
|
|
193
|
-
/**
|
|
194
|
-
* @summary Utility method to determine the metrics and dimensions
|
|
195
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
196
|
-
* @param {types.MetricProps[]} metricProps
|
|
197
|
-
*/
|
|
198
|
-
private determineMetrics;
|
|
199
|
-
/**
|
|
200
|
-
* @summary Utility method to determine the time range
|
|
201
|
-
* @param {string?} range
|
|
202
|
-
*/
|
|
203
|
-
private static determineTimeRange;
|
|
204
|
-
/**
|
|
205
|
-
* @summary Utility method to determine the configured alarms
|
|
206
|
-
* @param {string} id scoped id of the resource
|
|
207
|
-
* @param {common.CommonConstruct} scope scope in which this resource is defined
|
|
208
|
-
* @param {watch.AlarmProps[]} alarmProps
|
|
209
|
-
*/
|
|
210
|
-
private determineAlarms;
|
|
211
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import * as elasticache from 'aws-cdk-lib/aws-elasticache';
|
|
2
|
-
import * as common from '../../common';
|
|
3
|
-
import * as types from '../../types';
|
|
4
|
-
/**
|
|
5
|
-
* @stability stable
|
|
6
|
-
* @category cdk-utils.elasticache-manager
|
|
7
|
-
* @subcategory Construct
|
|
8
|
-
* @summary Provides operations on AWS ElastiCache Service.
|
|
9
|
-
* - A new instance of scope class is injected into {@link common.CommonConstruct} constructor.
|
|
10
|
-
* - If a custom construct extends {@link common.CommonConstruct}, an instance is available within the context.
|
|
11
|
-
* @example
|
|
12
|
-
* import * as common from '@gradientedge/cdk-utils'
|
|
13
|
-
*
|
|
14
|
-
* class CustomConstruct extends common.common.CommonConstruct {
|
|
15
|
-
* constructor(parent: cdk.Construct, id: string, props: common.CommonStackProps) {
|
|
16
|
-
* super(parent, id, props)
|
|
17
|
-
* this.props = props
|
|
18
|
-
* this.elasticacheManager.createElastiCache('MyElastiCache', scope, props)
|
|
19
|
-
* }
|
|
20
|
-
* }
|
|
21
|
-
*
|
|
22
|
-
* @see [CDK ElastiCache Module]{@link https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_elasticache-readme.html}
|
|
23
|
-
*/
|
|
24
|
-
export declare class ElastiCacheManager {
|
|
25
|
-
/**
|
|
26
|
-
* @summary Method to create an elasticache resource
|
|
27
|
-
* @param {string} id scoped id of the resource
|
|
28
|
-
* @param {common.CommonConstruct} scope scope in which scope resource is defined
|
|
29
|
-
* @param {string[]} subnetIds
|
|
30
|
-
*/
|
|
31
|
-
createElastiCacheSubnetGroup(id: string, scope: common.CommonConstruct, subnetIds: string[]): elasticache.CfnSubnetGroup;
|
|
32
|
-
/**
|
|
33
|
-
* @summary Method to create an elasticache resource
|
|
34
|
-
* @param {string} id scoped id of the resource
|
|
35
|
-
* @param {common.CommonConstruct} scope scope in which scope resource is defined
|
|
36
|
-
* @param {types.ElastiCacheProps} props
|
|
37
|
-
* @param {string[]} subnetIds
|
|
38
|
-
* @param {string[]} securityGroupIds
|
|
39
|
-
* @param {string[]} logDeliveryConfigurations
|
|
40
|
-
*/
|
|
41
|
-
createElastiCache(id: string, scope: common.CommonConstruct, props: types.ElastiCacheProps, subnetIds: string[], securityGroupIds: string[], logDeliveryConfigurations?: any): elasticache.CfnCacheCluster;
|
|
42
|
-
/**
|
|
43
|
-
* @summary Method to create an replicated elasticache resource
|
|
44
|
-
* @param {string} id scoped id of the resource
|
|
45
|
-
* @param {common.CommonConstruct} scope scope in which scope resource is defined
|
|
46
|
-
* @param {types.ReplicatedElastiCacheProps} props
|
|
47
|
-
* @param {string[]} subnetIds
|
|
48
|
-
* @param {string[]} securityGroupIds
|
|
49
|
-
* @param {string[]} logDeliveryConfigurations
|
|
50
|
-
*/
|
|
51
|
-
createReplicatedElastiCache(id: string, scope: common.CommonConstruct, props: types.ReplicatedElastiCacheProps, subnetIds: string[], securityGroupIds: string[], logDeliveryConfigurations?: any): elasticache.CfnReplicationGroup;
|
|
52
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export * from './acm-manager';
|
|
2
|
-
export * from './api-manager';
|
|
3
|
-
export * from './app-config-manager';
|
|
4
|
-
export * from './cloudfront-manager';
|
|
5
|
-
export * from './cloudtrail-manager';
|
|
6
|
-
export * from './cloudwatch-manager';
|
|
7
|
-
export * from './codebuild-manager';
|
|
8
|
-
export * from './constants';
|
|
9
|
-
export * from './dynamodb-manager';
|
|
10
|
-
export * from './ecr-manager';
|
|
11
|
-
export * from './ecs-manager';
|
|
12
|
-
export * from './efs-manager';
|
|
13
|
-
export * from './eks-manager';
|
|
14
|
-
export * from './elasticache-manager';
|
|
15
|
-
export * from './event-manager';
|
|
16
|
-
export * from './event-target-manager';
|
|
17
|
-
export * from './evidently-manager';
|
|
18
|
-
export * from './iam-manager';
|
|
19
|
-
export * from './kms-manager';
|
|
20
|
-
export * from './lambda-manager';
|
|
21
|
-
export * from './log-manager';
|
|
22
|
-
export * from './route53-manager';
|
|
23
|
-
export * from './s3-manager';
|
|
24
|
-
export * from './secrets-manager';
|
|
25
|
-
export * from './sfn-manager';
|
|
26
|
-
export * from './sns-manager';
|
|
27
|
-
export * from './sqs-manager';
|
|
28
|
-
export * from './ssm-manager';
|
|
29
|
-
export * from './vpc-manager';
|
|
30
|
-
export * from './waf-manager';
|
|
@@ -1,46 +0,0 @@
|
|
|
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("./acm-manager"), exports);
|
|
18
|
-
__exportStar(require("./api-manager"), exports);
|
|
19
|
-
__exportStar(require("./app-config-manager"), exports);
|
|
20
|
-
__exportStar(require("./cloudfront-manager"), exports);
|
|
21
|
-
__exportStar(require("./cloudtrail-manager"), exports);
|
|
22
|
-
__exportStar(require("./cloudwatch-manager"), exports);
|
|
23
|
-
__exportStar(require("./codebuild-manager"), exports);
|
|
24
|
-
__exportStar(require("./constants"), exports);
|
|
25
|
-
__exportStar(require("./dynamodb-manager"), exports);
|
|
26
|
-
__exportStar(require("./ecr-manager"), exports);
|
|
27
|
-
__exportStar(require("./ecs-manager"), exports);
|
|
28
|
-
__exportStar(require("./efs-manager"), exports);
|
|
29
|
-
__exportStar(require("./eks-manager"), exports);
|
|
30
|
-
__exportStar(require("./elasticache-manager"), exports);
|
|
31
|
-
__exportStar(require("./event-manager"), exports);
|
|
32
|
-
__exportStar(require("./event-target-manager"), exports);
|
|
33
|
-
__exportStar(require("./evidently-manager"), exports);
|
|
34
|
-
__exportStar(require("./iam-manager"), exports);
|
|
35
|
-
__exportStar(require("./kms-manager"), exports);
|
|
36
|
-
__exportStar(require("./lambda-manager"), exports);
|
|
37
|
-
__exportStar(require("./log-manager"), exports);
|
|
38
|
-
__exportStar(require("./route53-manager"), exports);
|
|
39
|
-
__exportStar(require("./s3-manager"), exports);
|
|
40
|
-
__exportStar(require("./secrets-manager"), exports);
|
|
41
|
-
__exportStar(require("./sfn-manager"), exports);
|
|
42
|
-
__exportStar(require("./sns-manager"), exports);
|
|
43
|
-
__exportStar(require("./sqs-manager"), exports);
|
|
44
|
-
__exportStar(require("./ssm-manager"), exports);
|
|
45
|
-
__exportStar(require("./vpc-manager"), exports);
|
|
46
|
-
__exportStar(require("./waf-manager"), exports);
|