Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ContainerInstanceHealthStatus = ContainerInstanceHealthStatus' {}
- newContainerInstanceHealthStatus :: ContainerInstanceHealthStatus
- containerInstanceHealthStatus_details :: Lens' ContainerInstanceHealthStatus (Maybe [InstanceHealthCheckResult])
- containerInstanceHealthStatus_overallStatus :: Lens' ContainerInstanceHealthStatus (Maybe InstanceHealthCheckState)
Documentation
data ContainerInstanceHealthStatus Source #
An object representing the health status of the container instance.
See: newContainerInstanceHealthStatus
smart constructor.
ContainerInstanceHealthStatus' | |
|
Instances
newContainerInstanceHealthStatus :: ContainerInstanceHealthStatus Source #
Create a value of ContainerInstanceHealthStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:details:ContainerInstanceHealthStatus'
, containerInstanceHealthStatus_details
- An array of objects representing the details of the container instance
health status.
$sel:overallStatus:ContainerInstanceHealthStatus'
, containerInstanceHealthStatus_overallStatus
- The overall health status of the container instance. This is an
aggregate status of all container instance health checks.
containerInstanceHealthStatus_details :: Lens' ContainerInstanceHealthStatus (Maybe [InstanceHealthCheckResult]) Source #
An array of objects representing the details of the container instance health status.
containerInstanceHealthStatus_overallStatus :: Lens' ContainerInstanceHealthStatus (Maybe InstanceHealthCheckState) Source #
The overall health status of the container instance. This is an aggregate status of all container instance health checks.