| 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.Rum.Types.AppMonitorSummary
Description
Synopsis
- data AppMonitorSummary = AppMonitorSummary' {}
- newAppMonitorSummary :: AppMonitorSummary
- appMonitorSummary_created :: Lens' AppMonitorSummary (Maybe Text)
- appMonitorSummary_id :: Lens' AppMonitorSummary (Maybe Text)
- appMonitorSummary_lastModified :: Lens' AppMonitorSummary (Maybe Text)
- appMonitorSummary_name :: Lens' AppMonitorSummary (Maybe Text)
- appMonitorSummary_state :: Lens' AppMonitorSummary (Maybe StateEnum)
Documentation
data AppMonitorSummary Source #
A structure that includes some data about app monitors and their settings.
See: newAppMonitorSummary smart constructor.
Constructors
| AppMonitorSummary' | |
Fields
| |
Instances
newAppMonitorSummary :: AppMonitorSummary Source #
Create a value of AppMonitorSummary 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:created:AppMonitorSummary', appMonitorSummary_created - The date and time that the app monitor was created.
$sel:id:AppMonitorSummary', appMonitorSummary_id - The unique ID of this app monitor.
$sel:lastModified:AppMonitorSummary', appMonitorSummary_lastModified - The date and time of the most recent changes to this app monitor's
configuration.
$sel:name:AppMonitorSummary', appMonitorSummary_name - The name of this app monitor.
$sel:state:AppMonitorSummary', appMonitorSummary_state - The current state of this app monitor.
appMonitorSummary_created :: Lens' AppMonitorSummary (Maybe Text) Source #
The date and time that the app monitor was created.
appMonitorSummary_id :: Lens' AppMonitorSummary (Maybe Text) Source #
The unique ID of this app monitor.
appMonitorSummary_lastModified :: Lens' AppMonitorSummary (Maybe Text) Source #
The date and time of the most recent changes to this app monitor's configuration.
appMonitorSummary_name :: Lens' AppMonitorSummary (Maybe Text) Source #
The name of this app monitor.
appMonitorSummary_state :: Lens' AppMonitorSummary (Maybe StateEnum) Source #
The current state of this app monitor.