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

Description

Describes the hierarchy structure of the specified Amazon Connect instance.

Synopsis

Creating a Request

data DescribeUserHierarchyStructure Source #

See: newDescribeUserHierarchyStructure smart constructor.

Constructors

DescribeUserHierarchyStructure' 

Fields

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Instances

Instances details
Eq DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Read DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Show DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Generic DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Associated Types

type Rep DescribeUserHierarchyStructure :: Type -> Type #

NFData DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Hashable DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

AWSRequest DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

ToHeaders DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

ToPath DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

ToQuery DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

type Rep DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

type Rep DescribeUserHierarchyStructure = D1 ('MetaData "DescribeUserHierarchyStructure" "Amazonka.Connect.DescribeUserHierarchyStructure" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DescribeUserHierarchyStructure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeUserHierarchyStructure Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

newDescribeUserHierarchyStructure Source #

Create a value of DescribeUserHierarchyStructure 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:instanceId:DescribeUserHierarchyStructure', describeUserHierarchyStructure_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Request Lenses

describeUserHierarchyStructure_instanceId :: Lens' DescribeUserHierarchyStructure Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data DescribeUserHierarchyStructureResponse Source #

Constructors

DescribeUserHierarchyStructureResponse' 

Fields

Instances

Instances details
Eq DescribeUserHierarchyStructureResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Read DescribeUserHierarchyStructureResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Show DescribeUserHierarchyStructureResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

Generic DescribeUserHierarchyStructureResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

NFData DescribeUserHierarchyStructureResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

type Rep DescribeUserHierarchyStructureResponse Source # 
Instance details

Defined in Amazonka.Connect.DescribeUserHierarchyStructure

type Rep DescribeUserHierarchyStructureResponse = D1 ('MetaData "DescribeUserHierarchyStructureResponse" "Amazonka.Connect.DescribeUserHierarchyStructure" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DescribeUserHierarchyStructureResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hierarchyStructure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HierarchyStructure)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeUserHierarchyStructureResponse Source #

Create a value of DescribeUserHierarchyStructureResponse 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:hierarchyStructure:DescribeUserHierarchyStructureResponse', describeUserHierarchyStructureResponse_hierarchyStructure - Information about the hierarchy structure.

$sel:httpStatus:DescribeUserHierarchyStructureResponse', describeUserHierarchyStructureResponse_httpStatus - The response's http status code.

Response Lenses