libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.Types.HierarchyStructureUpdate

Description

 
Synopsis

Documentation

data HierarchyStructureUpdate Source #

Contains information about the level hierarchy to update.

See: newHierarchyStructureUpdate smart constructor.

Constructors

HierarchyStructureUpdate' 

Fields

Instances

Instances details
Eq HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

Read HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

Show HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

Generic HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

Associated Types

type Rep HierarchyStructureUpdate :: Type -> Type #

NFData HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

Hashable HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

ToJSON HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

type Rep HierarchyStructureUpdate Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyStructureUpdate

type Rep HierarchyStructureUpdate = D1 ('MetaData "HierarchyStructureUpdate" "Amazonka.Connect.Types.HierarchyStructureUpdate" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "HierarchyStructureUpdate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "levelFive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HierarchyLevelUpdate)) :*: S1 ('MetaSel ('Just "levelThree") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HierarchyLevelUpdate))) :*: (S1 ('MetaSel ('Just "levelFour") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HierarchyLevelUpdate)) :*: (S1 ('MetaSel ('Just "levelTwo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HierarchyLevelUpdate)) :*: S1 ('MetaSel ('Just "levelOne") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HierarchyLevelUpdate))))))

newHierarchyStructureUpdate :: HierarchyStructureUpdate Source #

Create a value of HierarchyStructureUpdate 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:HierarchyStructureUpdate', hierarchyStructureUpdate_levelFive - The update for level five.

$sel:levelThree:HierarchyStructureUpdate', hierarchyStructureUpdate_levelThree - The update for level three.

$sel:levelFour:HierarchyStructureUpdate', hierarchyStructureUpdate_levelFour - The update for level four.

$sel:levelTwo:HierarchyStructureUpdate', hierarchyStructureUpdate_levelTwo - The update for level two.

$sel:levelOne:HierarchyStructureUpdate', hierarchyStructureUpdate_levelOne - The update for level one.