@collaborne/custom-cloudformation-resources
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -6,1 +6,2 @@ export { CustomResourceRequest, ResponseStatus, SUCCESS, FAILED, send, } from './cfn-response'; | ||
export { UserPoolDomainAttributes } from './user-pool-domain-attributes'; | ||
export { CloudFrontWafV2 } from './cloudfront-waf-v2'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UserPoolDomainAttributes = exports.ACMCertificate = exports.CustomResource = exports.send = exports.FAILED = exports.SUCCESS = void 0; | ||
exports.CloudFrontWafV2 = exports.UserPoolDomainAttributes = exports.ACMCertificate = exports.CustomResource = exports.send = exports.FAILED = exports.SUCCESS = void 0; | ||
// Export all general utilities for building custom resources | ||
@@ -16,2 +16,4 @@ var cfn_response_1 = require("./cfn-response"); | ||
Object.defineProperty(exports, "UserPoolDomainAttributes", { enumerable: true, get: function () { return user_pool_domain_attributes_1.UserPoolDomainAttributes; } }); | ||
var cloudfront_waf_v2_1 = require("./cloudfront-waf-v2"); | ||
Object.defineProperty(exports, "CloudFrontWafV2", { enumerable: true, get: function () { return cloudfront_waf_v2_1.CloudFrontWafV2; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@collaborne/custom-cloudformation-resources", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"description": "Custom CloudFormation resources", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -17,1 +17,2 @@ // Export all general utilities for building custom resources | ||
export { UserPoolDomainAttributes } from './user-pool-domain-attributes'; | ||
export { CloudFrontWafV2 } from './cloudfront-waf-v2'; |
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
182675
42
2350