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 hours of operation for the specified queue.
Synopsis
- data UpdateQueueHoursOfOperation = UpdateQueueHoursOfOperation' {
- instanceId :: Text
- queueId :: Text
- hoursOfOperationId :: Text
- newUpdateQueueHoursOfOperation :: Text -> Text -> Text -> UpdateQueueHoursOfOperation
- updateQueueHoursOfOperation_instanceId :: Lens' UpdateQueueHoursOfOperation Text
- updateQueueHoursOfOperation_queueId :: Lens' UpdateQueueHoursOfOperation Text
- updateQueueHoursOfOperation_hoursOfOperationId :: Lens' UpdateQueueHoursOfOperation Text
- data UpdateQueueHoursOfOperationResponse = UpdateQueueHoursOfOperationResponse' {
- newUpdateQueueHoursOfOperationResponse :: UpdateQueueHoursOfOperationResponse
Creating a Request
data UpdateQueueHoursOfOperation Source #
See: newUpdateQueueHoursOfOperation
smart constructor.
UpdateQueueHoursOfOperation' | |
|
Instances
newUpdateQueueHoursOfOperation Source #
:: Text | |
-> Text | |
-> Text | |
-> UpdateQueueHoursOfOperation |
Create a value of UpdateQueueHoursOfOperation
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:instanceId:UpdateQueueHoursOfOperation'
, updateQueueHoursOfOperation_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:queueId:UpdateQueueHoursOfOperation'
, updateQueueHoursOfOperation_queueId
- The identifier for the queue.
$sel:hoursOfOperationId:UpdateQueueHoursOfOperation'
, updateQueueHoursOfOperation_hoursOfOperationId
- The identifier for the hours of operation.
Request Lenses
updateQueueHoursOfOperation_instanceId :: Lens' UpdateQueueHoursOfOperation Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateQueueHoursOfOperation_queueId :: Lens' UpdateQueueHoursOfOperation Text Source #
The identifier for the queue.
updateQueueHoursOfOperation_hoursOfOperationId :: Lens' UpdateQueueHoursOfOperation Text Source #
The identifier for the hours of operation.
Destructuring the Response
data UpdateQueueHoursOfOperationResponse Source #
See: newUpdateQueueHoursOfOperationResponse
smart constructor.
Instances
newUpdateQueueHoursOfOperationResponse :: UpdateQueueHoursOfOperationResponse Source #
Create a value of UpdateQueueHoursOfOperationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.