amplify-cli-core
Version:
Amplify CLI Core
18 lines • 807 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AmplifyEvent = void 0;
var AmplifyEvent;
(function (AmplifyEvent) {
AmplifyEvent["PreInit"] = "PreInit";
AmplifyEvent["PostInit"] = "PostInit";
AmplifyEvent["PreExport"] = "PreExport";
AmplifyEvent["PrePush"] = "PrePush";
AmplifyEvent["PostPush"] = "PostPush";
AmplifyEvent["PrePull"] = "PrePull";
AmplifyEvent["PostPull"] = "PostPull";
AmplifyEvent["PostEnvAdd"] = "PostEnvAdd";
AmplifyEvent["PreCodegenModels"] = "PreCodegenModels";
AmplifyEvent["PostCodegenModels"] = "PostCodegenModels";
AmplifyEvent["InternalOnlyPostEnvRemove"] = "InternalOnlyPostEnvRemove";
})(AmplifyEvent = exports.AmplifyEvent || (exports.AmplifyEvent = {}));
//# sourceMappingURL=amplify-event.js.map
;