:doc:`Connect <../../connect>` / Client / update_routing_profile_queues

*****************************
update_routing_profile_queues
*****************************



.. py:method:: Connect.Client.update_routing_profile_queues(**kwargs)

  

  Updates the properties associated with a set of queues for a routing profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateRoutingProfileQueues>`_  


  **Request Syntax**
  ::

    response = client.update_routing_profile_queues(
        InstanceId='string',
        RoutingProfileId='string',
        QueueConfigs=[
            {
                'QueueReference': {
                    'QueueId': 'string',
                    'Channel': 'VOICE'|'CHAT'|'TASK'|'EMAIL'
                },
                'Priority': 123,
                'Delay': 123
            },
        ]
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

  
  :type RoutingProfileId: string
  :param RoutingProfileId: **[REQUIRED]** 

    The identifier of the routing profile.

    

  
  :type QueueConfigs: list
  :param QueueConfigs: **[REQUIRED]** 

    The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.

    

  
    - *(dict) --* 

      Contains information about the queue and channel for which priority and delay can be set.

      

    
      - **QueueReference** *(dict) --* **[REQUIRED]** 

        Contains information about a queue resource.

        

      
        - **QueueId** *(string) --* **[REQUIRED]** 

          The identifier for the queue.

          

        
        - **Channel** *(string) --* **[REQUIRED]** 

          The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

          

        
      
      - **Priority** *(integer) --* **[REQUIRED]** 

        The order in which contacts are to be handled for the queue. For more information, see `Queues\: priority and delay <https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html>`__.

        

      
      - **Delay** *(integer) --* **[REQUIRED]** 

        The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see `Queues\: priority and delay <https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing-profiles-priority.html>`__ in the *Amazon Connect Administrator Guide*.

        

      
    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Connect.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Connect.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  