Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TerminationHealth Source #
The termination health details, including the source IP address and
timestamp of the last successful SIP OPTIONS
message from your SIP
infrastructure.
See: newTerminationHealth
smart constructor.
Instances
newTerminationHealth :: TerminationHealth Source #
Create a value of TerminationHealth
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:source:TerminationHealth'
, terminationHealth_source
- The source IP address.
$sel:timestamp:TerminationHealth'
, terminationHealth_timestamp
- The timestamp, in ISO 8601 format.
terminationHealth_source :: Lens' TerminationHealth (Maybe Text) Source #
The source IP address.
terminationHealth_timestamp :: Lens' TerminationHealth (Maybe UTCTime) Source #
The timestamp, in ISO 8601 format.