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

Description

 
Synopsis

Documentation

data Queue Source #

Contains information about a queue.

See: newQueue smart constructor.

Constructors

Queue' 

Fields

Instances

Instances details
FromJSON Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

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 #

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 #

NFData Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Methods

rnf :: Queue -> () #

Eq Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Methods

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

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

Hashable Queue Source # 
Instance details

Defined in Amazonka.Connect.Types.Queue

Methods

hashWithSalt :: Int -> Queue -> Int #

hash :: Queue -> Int #

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:description:Queue', queue_description - The description of the queue.

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

$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:outboundCallerConfig:Queue', queue_outboundCallerConfig - The outbound caller ID name, number, and outbound whisper flow.

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

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

$sel:status:Queue', queue_status - The status of the queue.

$sel:tags:Queue', queue_tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

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

The description of the queue.

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

The identifier for the hours of operation.

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_outboundCallerConfig :: Lens' Queue (Maybe OutboundCallerConfig) Source #

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

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_status :: Lens' Queue (Maybe QueueStatus) Source #

The status of the queue.

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

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.