Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
UpdateUserHierarchyGroupName' | |
|
Instances
newUpdateUserHierarchyGroupName Source #
:: 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:
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_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.
Instances
newUpdateUserHierarchyGroupNameResponse :: UpdateUserHierarchyGroupNameResponse Source #
Create a value of UpdateUserHierarchyGroupNameResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.