Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.Connect.UpdateUserHierarchyGroupName
Description
Updates the name of the user hierarchy group.
Synopsis
- data UpdateUserHierarchyGroupName = UpdateUserHierarchyGroupName' {
- name :: Text
- hierarchyGroupId :: Text
- instanceId :: Text
- newUpdateUserHierarchyGroupName :: Text -> Text -> Text -> UpdateUserHierarchyGroupName
- updateUserHierarchyGroupName_name :: Lens' UpdateUserHierarchyGroupName Text
- updateUserHierarchyGroupName_hierarchyGroupId :: Lens' UpdateUserHierarchyGroupName Text
- updateUserHierarchyGroupName_instanceId :: Lens' UpdateUserHierarchyGroupName Text
- data UpdateUserHierarchyGroupNameResponse = UpdateUserHierarchyGroupNameResponse' {
- newUpdateUserHierarchyGroupNameResponse :: UpdateUserHierarchyGroupNameResponse
Creating a Request
data UpdateUserHierarchyGroupName Source #
See: newUpdateUserHierarchyGroupName
smart constructor.
Constructors
UpdateUserHierarchyGroupName' | |
Fields
|
Instances
newUpdateUserHierarchyGroupName Source #
Arguments
:: Text | |
-> Text | |
-> Text | |
-> UpdateUserHierarchyGroupName |
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_hierarchyGroupId :: Lens' UpdateUserHierarchyGroupName Text Source #
The identifier of the hierarchy group.
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 #
See: newUpdateUserHierarchyGroupNameResponse
smart constructor.
Constructors
UpdateUserHierarchyGroupNameResponse' | |
Instances
newUpdateUserHierarchyGroupNameResponse :: UpdateUserHierarchyGroupNameResponse Source #
Create a value of UpdateUserHierarchyGroupNameResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.