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

Description

 
Synopsis

Documentation

data Queue Source #

Contains information about a queue.

See: newQueue smart constructor.

Constructors

Queue' 

Fields

Instances

Instances details
Eq Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Methods

(==) :: Queue -> Queue -> Bool #

(/=) :: Queue -> Queue -> Bool #

Read Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Show Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Methods

showsPrec :: Int -> Queue -> ShowS #

show :: Queue -> String #

showList :: [Queue] -> ShowS #

Generic Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Associated Types

type Rep Queue :: Type -> Type #

Methods

from :: Queue -> Rep Queue x #

to :: Rep Queue x -> Queue #

NFData Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Methods

rnf :: Queue -> () #

Hashable Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Methods

hashWithSalt :: Int -> Queue -> Int #

hash :: Queue -> Int #

FromJSON Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

type Rep Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

newQueue :: Queue Source #

Create a value of Queue 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:status:Queue', queue_status - The status of the queue.

$sel:queueArn:Queue', queue_queueArn - The Amazon Resource Name (ARN) for the queue.

$sel:queueId:Queue', queue_queueId - The identifier for the queue.

$sel:maxContacts:Queue', queue_maxContacts - The maximum number of contacts that can be in the queue before it is considered full.

$sel:name:Queue', queue_name - The name of the queue.

$sel:hoursOfOperationId:Queue', queue_hoursOfOperationId - The identifier for the hours of operation.

$sel:outboundCallerConfig:Queue', queue_outboundCallerConfig - The outbound caller ID name, number, and outbound whisper flow.

$sel:description:Queue', queue_description - The description of the queue.

$sel:tags:Queue', queue_tags - One or more tags.

queue_status :: Lens' Queue (Maybe QueueStatus) Source #

The status of the queue.

queue_queueArn :: Lens' Queue (Maybe Text) Source #

The Amazon Resource Name (ARN) for the queue.

queue_queueId :: Lens' Queue (Maybe Text) Source #

The identifier for the queue.

queue_maxContacts :: Lens' Queue (Maybe Natural) Source #

The maximum number of contacts that can be in the queue before it is considered full.

queue_name :: Lens' Queue (Maybe Text) Source #

The name of the queue.

queue_hoursOfOperationId :: Lens' Queue (Maybe Text) Source #

The identifier for the hours of operation.

queue_outboundCallerConfig :: Lens' Queue (Maybe OutboundCallerConfig) Source #

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

queue_description :: Lens' Queue (Maybe Text) Source #

The description of the queue.

queue_tags :: Lens' Queue (Maybe (HashMap Text Text)) Source #

One or more tags.