Type Alias StackDriftStatus

StackDriftStatus:
    | "DRIFTED"
    | "IN_SYNC"
    | "UNKNOWN"
    | "NOT_CHECKED"