Values.InstanceHealthSummarySourceRepresents summary information about the health of an instance. For more information, see Health Colors and Statuses.
type nonrec t = {noData : NullableInteger.t option;Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
*)unknown : NullableInteger.t option;Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
*)pending : NullableInteger.t option;Grey. An operation is in progress on an instance within the command timeout.
*)ok : NullableInteger.t option;Green. An instance is passing health checks and the health agent is not reporting any problems.
*)info : NullableInteger.t option;Green. An operation is in progress on an instance.
*)warning : NullableInteger.t option;Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
*)degraded : NullableInteger.t option;Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
*)severe : NullableInteger.t option;Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
*)}