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.UpdateUserRoutingProfile

Description

Assigns the specified routing profile to the specified user.

Synopsis

Creating a Request

data UpdateUserRoutingProfile Source #

See: newUpdateUserRoutingProfile smart constructor.

Constructors

UpdateUserRoutingProfile' 

Fields

  • routingProfileId :: Text

    The identifier of the routing profile 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 UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Read UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Show UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Generic UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Associated Types

type Rep UpdateUserRoutingProfile :: Type -> Type #

NFData UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Hashable UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

ToJSON UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

AWSRequest UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

ToHeaders UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

ToPath UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

ToQuery UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

type Rep UpdateUserRoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

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

Defined in Amazonka.Connect.UpdateUserRoutingProfile

newUpdateUserRoutingProfile Source #

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:

$sel:routingProfileId:UpdateUserRoutingProfile', updateUserRoutingProfile_routingProfileId - The identifier of the routing profile for the user.

$sel:userId:UpdateUserRoutingProfile', updateUserRoutingProfile_userId - The identifier of the user account.

$sel:instanceId: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_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.

Instances

Instances details
Eq UpdateUserRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Read UpdateUserRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Show UpdateUserRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Generic UpdateUserRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

Associated Types

type Rep UpdateUserRoutingProfileResponse :: Type -> Type #

NFData UpdateUserRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

type Rep UpdateUserRoutingProfileResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateUserRoutingProfile

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

newUpdateUserRoutingProfileResponse :: UpdateUserRoutingProfileResponse Source #

Create a value of UpdateUserRoutingProfileResponse with all optional fields omitted.

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