Skip to content

Commit a2040f3

Browse files
authored
Merge pull request #2 from brianlaoaws/feature/new-operation-status-skip-stack-hook
Feature/new operation status skip stack hook
2 parents 29c1982 + e341c99 commit a2040f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/software/amazon/cloudformation/proxy/OperationStatus.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ public enum OperationStatus {
1818
PENDING,
1919
IN_PROGRESS,
2020
SUCCESS,
21+
CHANGE_SET_SUCCESS_SKIP_STACK_HOOK,
2122
FAILED
2223
}

src/main/java/software/amazon/cloudformation/proxy/hook/HookStatus.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ public enum HookStatus {
1818
PENDING,
1919
IN_PROGRESS,
2020
SUCCESS,
21+
CHANGE_SET_SUCCESS_SKIP_STACK_HOOK,
2122
FAILED
2223
}

0 commit comments

Comments
 (0)