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

Description

Updates the name of the user hierarchy group.

Synopsis

Creating a Request

data UpdateUserHierarchyGroupName Source #

See: newUpdateUserHierarchyGroupName smart constructor.

Constructors

UpdateUserHierarchyGroupName' 

Fields

  • name :: Text

    The name of the hierarchy group. Must not be more than 100 characters.

  • hierarchyGroupId :: Text

    The identifier of the hierarchy group.

  • instanceId :: Text

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

Instances

Instances details
Eq UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Read UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Show UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Generic UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Associated Types

type Rep UpdateUserHierarchyGroupName :: Type -> Type #

NFData UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Hashable UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

ToJSON UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

AWSRequest UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

ToHeaders UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

ToPath UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

ToQuery UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

type Rep UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

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

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

newUpdateUserHierarchyGroupName Source #

Create a value of UpdateUserHierarchyGroupName 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:name:UpdateUserHierarchyGroupName', updateUserHierarchyGroupName_name - The name of the hierarchy group. Must not be more than 100 characters.

$sel:hierarchyGroupId:UpdateUserHierarchyGroupName', updateUserHierarchyGroupName_hierarchyGroupId - The identifier of the hierarchy group.

$sel:instanceId:UpdateUserHierarchyGroupName', updateUserHierarchyGroupName_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Request Lenses

updateUserHierarchyGroupName_name :: Lens' UpdateUserHierarchyGroupName Text Source #

The name of the hierarchy group. Must not be more than 100 characters.

updateUserHierarchyGroupName_instanceId :: Lens' UpdateUserHierarchyGroupName Text Source #

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

Destructuring the Response

data UpdateUserHierarchyGroupNameResponse Source #

Instances

Instances details
Eq UpdateUserHierarchyGroupNameResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Read UpdateUserHierarchyGroupNameResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Show UpdateUserHierarchyGroupNameResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Generic UpdateUserHierarchyGroupNameResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

NFData UpdateUserHierarchyGroupNameResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

type Rep UpdateUserHierarchyGroupNameResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

type Rep UpdateUserHierarchyGroupNameResponse = D1 ('MetaData "UpdateUserHierarchyGroupNameResponse" "Amazonka.Connect.UpdateUserHierarchyGroupName" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateUserHierarchyGroupNameResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateUserHierarchyGroupNameResponse :: UpdateUserHierarchyGroupNameResponse Source #

Create a value of UpdateUserHierarchyGroupNameResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.