| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.UpdateQueueHoursOfOperation
Description
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.
Constructors
| UpdateQueueHoursOfOperation' | |
Fields
| |
Instances
newUpdateQueueHoursOfOperation Source #
Arguments
| :: 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:
UpdateQueueHoursOfOperation, updateQueueHoursOfOperation_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
UpdateQueueHoursOfOperation, updateQueueHoursOfOperation_queueId - The identifier for the queue.
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.
Constructors
| UpdateQueueHoursOfOperationResponse' | |
Instances
newUpdateQueueHoursOfOperationResponse :: UpdateQueueHoursOfOperationResponse Source #
Create a value of UpdateQueueHoursOfOperationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.