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

*************************
update_quick_connect_name
*************************



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

  

  Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least ``Name`` or ``Description`` must be provided.

  

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


  **Request Syntax**
  ::

    response = client.update_quick_connect_name(
        InstanceId='string',
        QuickConnectId='string',
        Name='string',
        Description='string'
    )
    
  :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 QuickConnectId: string
  :param QuickConnectId: **[REQUIRED]** 

    The identifier for the quick connect.

    

  
  :type Name: string
  :param Name: 

    The name of the quick connect.

    

  
  :type Description: string
  :param Description: 

    The description of the quick connect.

    

  
  
  :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`

  