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 |
Synopsis
- data InstalledComponent = InstalledComponent' {}
- newInstalledComponent :: InstalledComponent
- installedComponent_isRoot :: Lens' InstalledComponent (Maybe Bool)
- installedComponent_componentVersion :: Lens' InstalledComponent (Maybe Text)
- installedComponent_componentName :: Lens' InstalledComponent (Maybe Text)
- installedComponent_lifecycleStateDetails :: Lens' InstalledComponent (Maybe Text)
- installedComponent_lifecycleState :: Lens' InstalledComponent (Maybe InstalledComponentLifecycleState)
Documentation
data InstalledComponent Source #
Contains information about a component on a Greengrass core device.
See: newInstalledComponent
smart constructor.
InstalledComponent' | |
|
Instances
newInstalledComponent :: InstalledComponent Source #
Create a value of InstalledComponent
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:isRoot:InstalledComponent'
, installedComponent_isRoot
- Whether or not the component is a root component.
$sel:componentVersion:InstalledComponent'
, installedComponent_componentVersion
- The version of the component.
$sel:componentName:InstalledComponent'
, installedComponent_componentName
- The name of the component.
$sel:lifecycleStateDetails:InstalledComponent'
, installedComponent_lifecycleStateDetails
- The details about the lifecycle state of the component.
$sel:lifecycleState:InstalledComponent'
, installedComponent_lifecycleState
- The lifecycle state of the component.
installedComponent_isRoot :: Lens' InstalledComponent (Maybe Bool) Source #
Whether or not the component is a root component.
installedComponent_componentVersion :: Lens' InstalledComponent (Maybe Text) Source #
The version of the component.
installedComponent_componentName :: Lens' InstalledComponent (Maybe Text) Source #
The name of the component.
installedComponent_lifecycleStateDetails :: Lens' InstalledComponent (Maybe Text) Source #
The details about the lifecycle state of the component.
installedComponent_lifecycleState :: Lens' InstalledComponent (Maybe InstalledComponentLifecycleState) Source #
The lifecycle state of the component.