Skip to content

Update Queue Hours Of Operation

connect_update_queue_hours_of_operation R Documentation

This API is in preview release for Amazon Connect and is subject to change

Description

This API is in preview release for Amazon Connect and is subject to change.

Updates the hours of operation for the specified queue.

Usage

connect_update_queue_hours_of_operation(InstanceId, QueueId,
  HoursOfOperationId)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

QueueId

[required] The identifier for the queue.

HoursOfOperationId

[required] The identifier for the hours of operation.

Value

An empty list.

Request syntax

svc$update_queue_hours_of_operation(
  InstanceId = "string",
  QueueId = "string",
  HoursOfOperationId = "string"
)