| 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.HierarchyStructure
Description
Synopsis
- data HierarchyStructure = HierarchyStructure' {}
- newHierarchyStructure :: HierarchyStructure
- hierarchyStructure_levelFive :: Lens' HierarchyStructure (Maybe HierarchyLevel)
- hierarchyStructure_levelFour :: Lens' HierarchyStructure (Maybe HierarchyLevel)
- hierarchyStructure_levelOne :: Lens' HierarchyStructure (Maybe HierarchyLevel)
- hierarchyStructure_levelThree :: Lens' HierarchyStructure (Maybe HierarchyLevel)
- hierarchyStructure_levelTwo :: Lens' HierarchyStructure (Maybe HierarchyLevel)
Documentation
data HierarchyStructure Source #
Contains information about a hierarchy structure.
See: newHierarchyStructure smart constructor.
Constructors
| HierarchyStructure' | |
Fields
| |
Instances
newHierarchyStructure :: HierarchyStructure Source #
Create a value of HierarchyStructure 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:HierarchyStructure', hierarchyStructure_levelFive - Information about level five.
$sel:levelFour:HierarchyStructure', hierarchyStructure_levelFour - Information about level four.
$sel:levelOne:HierarchyStructure', hierarchyStructure_levelOne - Information about level one.
$sel:levelThree:HierarchyStructure', hierarchyStructure_levelThree - Information about level three.
$sel:levelTwo:HierarchyStructure', hierarchyStructure_levelTwo - Information about level two.
hierarchyStructure_levelFive :: Lens' HierarchyStructure (Maybe HierarchyLevel) Source #
Information about level five.
hierarchyStructure_levelFour :: Lens' HierarchyStructure (Maybe HierarchyLevel) Source #
Information about level four.
hierarchyStructure_levelOne :: Lens' HierarchyStructure (Maybe HierarchyLevel) Source #
Information about level one.
hierarchyStructure_levelThree :: Lens' HierarchyStructure (Maybe HierarchyLevel) Source #
Information about level three.
hierarchyStructure_levelTwo :: Lens' HierarchyStructure (Maybe HierarchyLevel) Source #
Information about level two.