@collaborne/custom-cloudformation-resources
Advanced tools
Comparing version 0.5.10 to 0.5.11
@@ -7,1 +7,2 @@ export { CustomResourceRequest, ResponseStatus, SUCCESS, FAILED, send, } from './cfn-response'; | ||
export { CloudFrontWafV2 } from './cloudfront-waf-v2'; | ||
export { CloudFrontWafV2RuleGroup } from './cloudfront-waf-v2-rule-group'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CloudFrontWafV2 = exports.UserPoolDomainAttributes = exports.ACMCertificate = exports.CustomResource = exports.send = exports.FAILED = exports.SUCCESS = void 0; | ||
exports.CloudFrontWafV2RuleGroup = exports.CloudFrontWafV2 = exports.UserPoolDomainAttributes = exports.ACMCertificate = exports.CustomResource = exports.send = exports.FAILED = exports.SUCCESS = void 0; | ||
// Export all general utilities for building custom resources | ||
@@ -18,2 +18,4 @@ var cfn_response_1 = require("./cfn-response"); | ||
Object.defineProperty(exports, "CloudFrontWafV2", { enumerable: true, get: function () { return cloudfront_waf_v2_1.CloudFrontWafV2; } }); | ||
var cloudfront_waf_v2_rule_group_1 = require("./cloudfront-waf-v2-rule-group"); | ||
Object.defineProperty(exports, "CloudFrontWafV2RuleGroup", { enumerable: true, get: function () { return cloudfront_waf_v2_rule_group_1.CloudFrontWafV2RuleGroup; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@collaborne/custom-cloudformation-resources", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "Custom CloudFormation resources", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -18,1 +18,2 @@ // Export all general utilities for building custom resources | ||
export { CloudFrontWafV2 } from './cloudfront-waf-v2'; | ||
export { CloudFrontWafV2RuleGroup } from './cloudfront-waf-v2-rule-group'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194266
46
2613