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 HierarchyPath = HierarchyPath' {}
- newHierarchyPath :: HierarchyPath
- hierarchyPath_levelFive :: Lens' HierarchyPath (Maybe HierarchyGroupSummary)
- hierarchyPath_levelThree :: Lens' HierarchyPath (Maybe HierarchyGroupSummary)
- hierarchyPath_levelFour :: Lens' HierarchyPath (Maybe HierarchyGroupSummary)
- hierarchyPath_levelTwo :: Lens' HierarchyPath (Maybe HierarchyGroupSummary)
- hierarchyPath_levelOne :: Lens' HierarchyPath (Maybe HierarchyGroupSummary)
Documentation
data HierarchyPath Source #
Contains information about the levels of a hierarchy group.
See: newHierarchyPath
smart constructor.
HierarchyPath' | |
|
Instances
newHierarchyPath :: HierarchyPath Source #
Create a value of HierarchyPath
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:levelFive:HierarchyPath'
, hierarchyPath_levelFive
- Information about level five.
$sel:levelThree:HierarchyPath'
, hierarchyPath_levelThree
- Information about level three.
$sel:levelFour:HierarchyPath'
, hierarchyPath_levelFour
- Information about level four.
$sel:levelTwo:HierarchyPath'
, hierarchyPath_levelTwo
- Information about level two.
$sel:levelOne:HierarchyPath'
, hierarchyPath_levelOne
- Information about level one.
hierarchyPath_levelFive :: Lens' HierarchyPath (Maybe HierarchyGroupSummary) Source #
Information about level five.
hierarchyPath_levelThree :: Lens' HierarchyPath (Maybe HierarchyGroupSummary) Source #
Information about level three.
hierarchyPath_levelFour :: Lens' HierarchyPath (Maybe HierarchyGroupSummary) Source #
Information about level four.
hierarchyPath_levelTwo :: Lens' HierarchyPath (Maybe HierarchyGroupSummary) Source #
Information about level two.
hierarchyPath_levelOne :: Lens' HierarchyPath (Maybe HierarchyGroupSummary) Source #
Information about level one.