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