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.Types.OutboundCallerConfig

Description

 
Synopsis

Documentation

data OutboundCallerConfig Source #

The outbound caller ID name, number, and outbound whisper flow.

See: newOutboundCallerConfig smart constructor.

Constructors

OutboundCallerConfig' 

Fields

Instances

Instances details
Eq OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Read OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Show OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Generic OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Associated Types

type Rep OutboundCallerConfig :: Type -> Type #

NFData OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

Methods

rnf :: OutboundCallerConfig -> () #

Hashable OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

ToJSON OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

FromJSON OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

type Rep OutboundCallerConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.OutboundCallerConfig

type Rep OutboundCallerConfig = D1 ('MetaData "OutboundCallerConfig" "Amazonka.Connect.Types.OutboundCallerConfig" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "OutboundCallerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outboundCallerIdNumberId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outboundCallerIdName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outboundFlowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newOutboundCallerConfig :: OutboundCallerConfig Source #

Create a value of OutboundCallerConfig 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:outboundCallerIdNumberId:OutboundCallerConfig', outboundCallerConfig_outboundCallerIdNumberId - The caller ID number.

$sel:outboundCallerIdName:OutboundCallerConfig', outboundCallerConfig_outboundCallerIdName - The caller ID name.

$sel:outboundFlowId:OutboundCallerConfig', outboundCallerConfig_outboundFlowId - The outbound whisper flow to be used during an outbound call.

outboundCallerConfig_outboundFlowId :: Lens' OutboundCallerConfig (Maybe Text) Source #

The outbound whisper flow to be used during an outbound call.