| 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.HierarchyPathReference
Description
Synopsis
- data HierarchyPathReference = HierarchyPathReference' {}
- newHierarchyPathReference :: HierarchyPathReference
- hierarchyPathReference_levelFive :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference)
- hierarchyPathReference_levelFour :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference)
- hierarchyPathReference_levelOne :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference)
- hierarchyPathReference_levelThree :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference)
- hierarchyPathReference_levelTwo :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference)
Documentation
data HierarchyPathReference Source #
Information about the levels in the hierarchy group.
See: newHierarchyPathReference smart constructor.
Constructors
| HierarchyPathReference' | |
Fields
| |
Instances
newHierarchyPathReference :: HierarchyPathReference Source #
Create a value of HierarchyPathReference 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:HierarchyPathReference', hierarchyPathReference_levelFive - Information about level five.
$sel:levelFour:HierarchyPathReference', hierarchyPathReference_levelFour - Information about level four.
$sel:levelOne:HierarchyPathReference', hierarchyPathReference_levelOne - Information about level one.
$sel:levelThree:HierarchyPathReference', hierarchyPathReference_levelThree - Information about level three.
$sel:levelTwo:HierarchyPathReference', hierarchyPathReference_levelTwo - Information about level two.
hierarchyPathReference_levelFive :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference) Source #
Information about level five.
hierarchyPathReference_levelFour :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference) Source #
Information about level four.
hierarchyPathReference_levelOne :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference) Source #
Information about level one.
hierarchyPathReference_levelThree :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference) Source #
Information about level three.
hierarchyPathReference_levelTwo :: Lens' HierarchyPathReference (Maybe HierarchyGroupSummaryReference) Source #
Information about level two.