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 PortalStatus Source #
Contains information about the current status of a portal.
See: newPortalStatus
smart constructor.
PortalStatus' | |
|
Instances
Create a value of PortalStatus
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:error:PortalStatus'
, portalStatus_error
- Contains associated error information, if any.
$sel:state:PortalStatus'
, portalStatus_state
- The current state of the portal.
portalStatus_error :: Lens' PortalStatus (Maybe MonitorErrorDetails) Source #
Contains associated error information, if any.
portalStatus_state :: Lens' PortalStatus PortalState Source #
The current state of the portal.