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