amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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

AWSRequest 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 #

Read UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Show UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

NFData UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Eq UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Hashable UpdateUserHierarchyGroupName Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

type AWSResponse 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" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" '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))))

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:

UpdateUserHierarchyGroupName, updateUserHierarchyGroupName_name - The name of the hierarchy group. Must not be more than 100 characters.

UpdateUserHierarchyGroupName, updateUserHierarchyGroupName_hierarchyGroupId - The identifier of the hierarchy group.

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
Generic 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

NFData UpdateUserHierarchyGroupNameResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserHierarchyGroupName

Eq 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" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" '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.