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 |
This API is in preview release for Amazon Connect and is subject to change.
Updates the maximum number of contacts allowed in a queue before it is considered full.
Synopsis
- data UpdateQueueMaxContacts = UpdateQueueMaxContacts' {
- maxContacts :: Maybe Natural
- instanceId :: Text
- queueId :: Text
- newUpdateQueueMaxContacts :: Text -> Text -> UpdateQueueMaxContacts
- updateQueueMaxContacts_maxContacts :: Lens' UpdateQueueMaxContacts (Maybe Natural)
- updateQueueMaxContacts_instanceId :: Lens' UpdateQueueMaxContacts Text
- updateQueueMaxContacts_queueId :: Lens' UpdateQueueMaxContacts Text
- data UpdateQueueMaxContactsResponse = UpdateQueueMaxContactsResponse' {
- newUpdateQueueMaxContactsResponse :: UpdateQueueMaxContactsResponse
Creating a Request
data UpdateQueueMaxContacts Source #
See: newUpdateQueueMaxContacts
smart constructor.
UpdateQueueMaxContacts' | |
|
Instances
newUpdateQueueMaxContacts Source #
:: Text | |
-> Text | |
-> UpdateQueueMaxContacts |
Create a value of UpdateQueueMaxContacts
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:maxContacts:UpdateQueueMaxContacts'
, updateQueueMaxContacts_maxContacts
- The maximum number of contacts that can be in the queue before it is
considered full.
$sel:instanceId:UpdateQueueMaxContacts'
, updateQueueMaxContacts_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:queueId:UpdateQueueMaxContacts'
, updateQueueMaxContacts_queueId
- The identifier for the queue.
Request Lenses
updateQueueMaxContacts_maxContacts :: Lens' UpdateQueueMaxContacts (Maybe Natural) Source #
The maximum number of contacts that can be in the queue before it is considered full.
updateQueueMaxContacts_instanceId :: Lens' UpdateQueueMaxContacts Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateQueueMaxContacts_queueId :: Lens' UpdateQueueMaxContacts Text Source #
The identifier for the queue.
Destructuring the Response
data UpdateQueueMaxContactsResponse Source #
See: newUpdateQueueMaxContactsResponse
smart constructor.
Instances
newUpdateQueueMaxContactsResponse :: UpdateQueueMaxContactsResponse Source #
Create a value of UpdateQueueMaxContactsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.