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.HierarchyGroup

Description

 
Synopsis

Documentation

data HierarchyGroup Source #

Contains information about a hierarchy group.

See: newHierarchyGroup smart constructor.

Constructors

HierarchyGroup' 

Fields

Instances

Instances details
Eq HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Read HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Show HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Generic HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Associated Types

type Rep HierarchyGroup :: Type -> Type #

NFData HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

Methods

rnf :: HierarchyGroup -> () #

Hashable HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

FromJSON HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

type Rep HierarchyGroup Source # 
Instance details

Defined in Amazonka.Connect.Types.HierarchyGroup

type Rep HierarchyGroup = D1 ('MetaData "HierarchyGroup" "Amazonka.Connect.Types.HierarchyGroup" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "HierarchyGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hierarchyPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HierarchyPath)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "levelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newHierarchyGroup :: HierarchyGroup Source #

Create a value of HierarchyGroup 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:arn:HierarchyGroup', hierarchyGroup_arn - The Amazon Resource Name (ARN) of the hierarchy group.

$sel:name:HierarchyGroup', hierarchyGroup_name - The name of the hierarchy group.

$sel:hierarchyPath:HierarchyGroup', hierarchyGroup_hierarchyPath - Information about the levels in the hierarchy group.

$sel:id:HierarchyGroup', hierarchyGroup_id - The identifier of the hierarchy group.

$sel:levelId:HierarchyGroup', hierarchyGroup_levelId - The identifier of the level in the hierarchy group.

hierarchyGroup_arn :: Lens' HierarchyGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) of the hierarchy group.

hierarchyGroup_name :: Lens' HierarchyGroup (Maybe Text) Source #

The name of the hierarchy group.

hierarchyGroup_hierarchyPath :: Lens' HierarchyGroup (Maybe HierarchyPath) Source #

Information about the levels in the hierarchy group.

hierarchyGroup_id :: Lens' HierarchyGroup (Maybe Text) Source #

The identifier of the hierarchy group.

hierarchyGroup_levelId :: Lens' HierarchyGroup (Maybe Text) Source #

The identifier of the level in the hierarchy group.