| 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 |
Amazonka.Connect.UpdateUserRoutingProfile
Description
Assigns the specified routing profile to the specified user.
Synopsis
- data UpdateUserRoutingProfile = UpdateUserRoutingProfile' {
- routingProfileId :: Text
- userId :: Text
- instanceId :: Text
- newUpdateUserRoutingProfile :: Text -> Text -> Text -> UpdateUserRoutingProfile
- updateUserRoutingProfile_routingProfileId :: Lens' UpdateUserRoutingProfile Text
- updateUserRoutingProfile_userId :: Lens' UpdateUserRoutingProfile Text
- updateUserRoutingProfile_instanceId :: Lens' UpdateUserRoutingProfile Text
- data UpdateUserRoutingProfileResponse = UpdateUserRoutingProfileResponse' {
- newUpdateUserRoutingProfileResponse :: UpdateUserRoutingProfileResponse
Creating a Request
data UpdateUserRoutingProfile Source #
See: newUpdateUserRoutingProfile smart constructor.
Constructors
| UpdateUserRoutingProfile' | |
Fields
| |
Instances
newUpdateUserRoutingProfile Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> UpdateUserRoutingProfile |
Create a value of UpdateUserRoutingProfile 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:
UpdateUserRoutingProfile, updateUserRoutingProfile_routingProfileId - The identifier of the routing profile for the user.
UpdateUserRoutingProfile, updateUserRoutingProfile_userId - The identifier of the user account.
UpdateUserRoutingProfile, updateUserRoutingProfile_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
Request Lenses
updateUserRoutingProfile_routingProfileId :: Lens' UpdateUserRoutingProfile Text Source #
The identifier of the routing profile for the user.
updateUserRoutingProfile_userId :: Lens' UpdateUserRoutingProfile Text Source #
The identifier of the user account.
updateUserRoutingProfile_instanceId :: Lens' UpdateUserRoutingProfile Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Destructuring the Response
data UpdateUserRoutingProfileResponse Source #
See: newUpdateUserRoutingProfileResponse smart constructor.
Constructors
| UpdateUserRoutingProfileResponse' | |
Instances
| Generic UpdateUserRoutingProfileResponse Source # | |
Defined in Amazonka.Connect.UpdateUserRoutingProfile Associated Types type Rep UpdateUserRoutingProfileResponse :: Type -> Type # | |
| Read UpdateUserRoutingProfileResponse Source # | |
| Show UpdateUserRoutingProfileResponse Source # | |
Defined in Amazonka.Connect.UpdateUserRoutingProfile Methods showsPrec :: Int -> UpdateUserRoutingProfileResponse -> ShowS # | |
| NFData UpdateUserRoutingProfileResponse Source # | |
Defined in Amazonka.Connect.UpdateUserRoutingProfile Methods rnf :: UpdateUserRoutingProfileResponse -> () # | |
| Eq UpdateUserRoutingProfileResponse Source # | |
| type Rep UpdateUserRoutingProfileResponse Source # | |
Defined in Amazonka.Connect.UpdateUserRoutingProfile | |
newUpdateUserRoutingProfileResponse :: UpdateUserRoutingProfileResponse Source #
Create a value of UpdateUserRoutingProfileResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.