amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.UpdateQueueOutboundCallerConfig

Description

This API is in preview release for Amazon Connect and is subject to change.

Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.

If the number being used in the input is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the OutboundCallerIdNumberId value of the OutboundCallerConfig request body parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.

Synopsis

Creating a Request

data UpdateQueueOutboundCallerConfig Source #

See: newUpdateQueueOutboundCallerConfig smart constructor.

Constructors

UpdateQueueOutboundCallerConfig' 

Fields

Instances

Instances details
ToJSON UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

ToHeaders UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

ToPath UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

ToQuery UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

AWSRequest UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Generic UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Associated Types

type Rep UpdateQueueOutboundCallerConfig :: Type -> Type #

Read UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Show UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

NFData UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Eq UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Hashable UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

type AWSResponse UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

type Rep UpdateQueueOutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

type Rep UpdateQueueOutboundCallerConfig = D1 ('MetaData "UpdateQueueOutboundCallerConfig" "Amazonka.Connect.UpdateQueueOutboundCallerConfig" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "UpdateQueueOutboundCallerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "queueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outboundCallerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutboundCallerConfig))))

newUpdateQueueOutboundCallerConfig Source #

Create a value of UpdateQueueOutboundCallerConfig 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:

UpdateQueueOutboundCallerConfig, updateQueueOutboundCallerConfig_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

UpdateQueueOutboundCallerConfig, updateQueueOutboundCallerConfig_queueId - The identifier for the queue.

UpdateQueueOutboundCallerConfig, updateQueueOutboundCallerConfig_outboundCallerConfig - The outbound caller ID name, number, and outbound whisper flow.

Request Lenses

updateQueueOutboundCallerConfig_instanceId :: Lens' UpdateQueueOutboundCallerConfig Text Source #

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

Destructuring the Response

data UpdateQueueOutboundCallerConfigResponse Source #

Instances

Instances details
Generic UpdateQueueOutboundCallerConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Read UpdateQueueOutboundCallerConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Show UpdateQueueOutboundCallerConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

NFData UpdateQueueOutboundCallerConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

Eq UpdateQueueOutboundCallerConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

type Rep UpdateQueueOutboundCallerConfigResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig

type Rep UpdateQueueOutboundCallerConfigResponse = D1 ('MetaData "UpdateQueueOutboundCallerConfigResponse" "Amazonka.Connect.UpdateQueueOutboundCallerConfig" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "UpdateQueueOutboundCallerConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateQueueOutboundCallerConfigResponse :: UpdateQueueOutboundCallerConfigResponse Source #

Create a value of UpdateQueueOutboundCallerConfigResponse with all optional fields omitted.

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