libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.UpdateUserPhoneConfig

Description

Updates the phone configuration settings for the specified user.

Synopsis

Creating a Request

data UpdateUserPhoneConfig Source #

See: newUpdateUserPhoneConfig smart constructor.

Constructors

UpdateUserPhoneConfig' 

Fields

  • phoneConfig :: UserPhoneConfig

    Information about phone configuration settings for the user.

  • userId :: Text

    The identifier of the user account.

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Instances

Instances details
Eq UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Read UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Show UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Generic UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Associated Types

type Rep UpdateUserPhoneConfig :: Type -> Type #

NFData UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Methods

rnf :: UpdateUserPhoneConfig -> () #

Hashable UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

ToJSON UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

AWSRequest UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Associated Types

type AWSResponse UpdateUserPhoneConfig #

ToHeaders UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

ToPath UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

ToQuery UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

type Rep UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

type Rep UpdateUserPhoneConfig = D1 ('MetaData "UpdateUserPhoneConfig" "Amazonka.Connect.UpdateUserPhoneConfig" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateUserPhoneConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserPhoneConfig) :*: (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateUserPhoneConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

newUpdateUserPhoneConfig Source #

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

Instances details
Eq UpdateUserPhoneConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Read UpdateUserPhoneConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Show UpdateUserPhoneConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Generic UpdateUserPhoneConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

Associated Types

type Rep UpdateUserPhoneConfigResponse :: Type -> Type #

NFData UpdateUserPhoneConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

type Rep UpdateUserPhoneConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserPhoneConfig

type Rep UpdateUserPhoneConfigResponse = D1 ('MetaData "UpdateUserPhoneConfigResponse" "Amazonka.Connect.UpdateUserPhoneConfig" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateUserPhoneConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateUserPhoneConfigResponse :: UpdateUserPhoneConfigResponse Source #

Create a value of UpdateUserPhoneConfigResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.