/** * Outcome of a lifecycle execution item. */ export type LifecycleExecutionItemStatusV3 = 'DELETED' | 'PROTECTED' | 'WOULD_BE_DELETED';