| 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 |
Amazonka.IoTSiteWise.Types.PortalStatus
Description
Documentation
data PortalStatus Source #
Contains information about the current status of a portal.
See: newPortalStatus smart constructor.
Constructors
| PortalStatus' | |
Fields
| |
Instances
Arguments
| :: PortalState | |
| -> PortalStatus |
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.