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 |
Updates the phone configuration settings for the specified user.
Synopsis
- data UpdateUserPhoneConfig = UpdateUserPhoneConfig' {}
- newUpdateUserPhoneConfig :: UserPhoneConfig -> Text -> Text -> UpdateUserPhoneConfig
- updateUserPhoneConfig_phoneConfig :: Lens' UpdateUserPhoneConfig UserPhoneConfig
- updateUserPhoneConfig_userId :: Lens' UpdateUserPhoneConfig Text
- updateUserPhoneConfig_instanceId :: Lens' UpdateUserPhoneConfig Text
- data UpdateUserPhoneConfigResponse = UpdateUserPhoneConfigResponse' {
- newUpdateUserPhoneConfigResponse :: UpdateUserPhoneConfigResponse
Creating a Request
data UpdateUserPhoneConfig Source #
See: newUpdateUserPhoneConfig
smart constructor.
UpdateUserPhoneConfig' | |
|
Instances
newUpdateUserPhoneConfig Source #
:: UserPhoneConfig | |
-> Text | |
-> Text | |
-> UpdateUserPhoneConfig |
Create a value of UpdateUserPhoneConfig
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:phoneConfig:UpdateUserPhoneConfig'
, updateUserPhoneConfig_phoneConfig
- Information about phone configuration settings for the user.
$sel:userId:UpdateUserPhoneConfig'
, updateUserPhoneConfig_userId
- The identifier of the user account.
$sel:instanceId:UpdateUserPhoneConfig'
, updateUserPhoneConfig_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
Request Lenses
updateUserPhoneConfig_phoneConfig :: Lens' UpdateUserPhoneConfig UserPhoneConfig Source #
Information about phone configuration settings for the user.
updateUserPhoneConfig_userId :: Lens' UpdateUserPhoneConfig Text Source #
The identifier of the user account.
updateUserPhoneConfig_instanceId :: Lens' UpdateUserPhoneConfig Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Destructuring the Response
data UpdateUserPhoneConfigResponse Source #
See: newUpdateUserPhoneConfigResponse
smart constructor.
Instances
newUpdateUserPhoneConfigResponse :: UpdateUserPhoneConfigResponse Source #
Create a value of UpdateUserPhoneConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.