| 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.MigrationHubOrchestrator.Types.PluginSummary
Description
Synopsis
- data PluginSummary = PluginSummary' {}
- newPluginSummary :: PluginSummary
- pluginSummary_hostname :: Lens' PluginSummary (Maybe Text)
- pluginSummary_ipAddress :: Lens' PluginSummary (Maybe Text)
- pluginSummary_pluginId :: Lens' PluginSummary (Maybe Text)
- pluginSummary_registeredTime :: Lens' PluginSummary (Maybe Text)
- pluginSummary_status :: Lens' PluginSummary (Maybe PluginHealth)
- pluginSummary_version :: Lens' PluginSummary (Maybe Text)
Documentation
data PluginSummary Source #
The summary of the Migration Hub Orchestrator plugin.
See: newPluginSummary smart constructor.
Constructors
| PluginSummary' | |
Fields
| |
Instances
newPluginSummary :: PluginSummary Source #
Create a value of PluginSummary 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:hostname:PluginSummary', pluginSummary_hostname - The name of the host.
$sel:ipAddress:PluginSummary', pluginSummary_ipAddress - The IP address at which the plugin is located.
$sel:pluginId:PluginSummary', pluginSummary_pluginId - The ID of the plugin.
$sel:registeredTime:PluginSummary', pluginSummary_registeredTime - The time at which the plugin was registered.
$sel:status:PluginSummary', pluginSummary_status - The status of the plugin.
$sel:version:PluginSummary', pluginSummary_version - The version of the plugin.
pluginSummary_hostname :: Lens' PluginSummary (Maybe Text) Source #
The name of the host.
pluginSummary_ipAddress :: Lens' PluginSummary (Maybe Text) Source #
The IP address at which the plugin is located.
pluginSummary_pluginId :: Lens' PluginSummary (Maybe Text) Source #
The ID of the plugin.
pluginSummary_registeredTime :: Lens' PluginSummary (Maybe Text) Source #
The time at which the plugin was registered.
pluginSummary_status :: Lens' PluginSummary (Maybe PluginHealth) Source #
The status of the plugin.
pluginSummary_version :: Lens' PluginSummary (Maybe Text) Source #
The version of the plugin.