connect_update_hours_of_operation_override {paws.customer.engagement} | R Documentation |
Update the hours of operation override
Description
Update the hours of operation override.
See https://www.paws-r-sdk.com/docs/connect_update_hours_of_operation_override/ for full documentation.
Usage
connect_update_hours_of_operation_override(
InstanceId,
HoursOfOperationId,
HoursOfOperationOverrideId,
Name = NULL,
Description = NULL,
Config = NULL,
EffectiveFrom = NULL,
EffectiveTill = NULL
)
Arguments
InstanceId |
[required] The identifier of the Amazon Connect instance. |
HoursOfOperationId |
[required] The identifier for the hours of operation. |
HoursOfOperationOverrideId |
[required] The identifier for the hours of operation override. |
Name |
The name of the hours of operation override. |
Description |
The description of the hours of operation override. |
Config |
Configuration information for the hours of operation override: day, start time, and end time. |
EffectiveFrom |
The date from when the hours of operation override would be effective. |
EffectiveTill |
The date till when the hours of operation override would be effective. |
[Package paws.customer.engagement version 0.9.0 Index]