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

Description

 
Synopsis

Documentation

data RoutingProfileQueueConfigSummary Source #

Contains summary information about a routing profile queue.

See: newRoutingProfileQueueConfigSummary smart constructor.

Constructors

RoutingProfileQueueConfigSummary' 

Fields

Instances

Instances details
Eq RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

Read RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

Show RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

Generic RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

Associated Types

type Rep RoutingProfileQueueConfigSummary :: Type -> Type #

NFData RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

Hashable RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

FromJSON RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

type Rep RoutingProfileQueueConfigSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueConfigSummary

type Rep RoutingProfileQueueConfigSummary = D1 ('MetaData "RoutingProfileQueueConfigSummary" "Amazonka.Connect.Types.RoutingProfileQueueConfigSummary" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "RoutingProfileQueueConfigSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "queueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "queueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queueName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "delay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Channel)))))

newRoutingProfileQueueConfigSummary Source #

Create a value of RoutingProfileQueueConfigSummary 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:queueId:RoutingProfileQueueConfigSummary', routingProfileQueueConfigSummary_queueId - The identifier for the queue.

$sel:queueArn:RoutingProfileQueueConfigSummary', routingProfileQueueConfigSummary_queueArn - The Amazon Resource Name (ARN) of the queue.

$sel:queueName:RoutingProfileQueueConfigSummary', routingProfileQueueConfigSummary_queueName - The name of the queue.

$sel:priority:RoutingProfileQueueConfigSummary', routingProfileQueueConfigSummary_priority - The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.

$sel:delay:RoutingProfileQueueConfigSummary', routingProfileQueueConfigSummary_delay - The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.

$sel:channel:RoutingProfileQueueConfigSummary', routingProfileQueueConfigSummary_channel - The channels this queue supports.

routingProfileQueueConfigSummary_priority :: Lens' RoutingProfileQueueConfigSummary Natural Source #

The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.

routingProfileQueueConfigSummary_delay :: Lens' RoutingProfileQueueConfigSummary Natural Source #

The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.