Values.EnvironmentLifecycleSourceInformation about the current creation or deletion lifecycle state of an Cloud9 development environment.
type nonrec t = {status : EnvironmentLifecycleStatus.t option;The current creation or deletion lifecycle state of the environment. CREATING: The environment is in the process of being created. CREATED: The environment was successfully created. CREATE_FAILED: The environment failed to be created. DELETING: The environment is in the process of being deleted. DELETE_FAILED: The environment failed to delete.
*)reason : String_.t option;Any informational message about the lifecycle state of the environment.
*)failureResource : String_.t option;If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.
*)}