Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Queue = Queue' {}
- newQueue :: Queue
- queue_status :: Lens' Queue (Maybe QueueStatus)
- queue_queueArn :: Lens' Queue (Maybe Text)
- queue_queueId :: Lens' Queue (Maybe Text)
- queue_maxContacts :: Lens' Queue (Maybe Natural)
- queue_name :: Lens' Queue (Maybe Text)
- queue_hoursOfOperationId :: Lens' Queue (Maybe Text)
- queue_outboundCallerConfig :: Lens' Queue (Maybe OutboundCallerConfig)
- queue_description :: Lens' Queue (Maybe Text)
- queue_tags :: Lens' Queue (Maybe (HashMap Text Text))
Documentation
Contains information about a queue.
See: newQueue
smart constructor.
Queue' | |
|
Instances
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_maxContacts :: Lens' Queue (Maybe Natural) Source #
The maximum number of contacts that can be in the queue before it is considered full.
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.