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

****************************
update_contact_flow_metadata
****************************



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

  

  Updates metadata about specified flow.

  

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


  **Request Syntax**
  ::

    response = client.update_contact_flow_metadata(
        InstanceId='string',
        ContactFlowId='string',
        Name='string',
        Description='string',
        ContactFlowState='ACTIVE'|'ARCHIVED'
    )
    
  :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 ContactFlowId: string
  :param ContactFlowId: **[REQUIRED]** 

    The identifier of the flow.

    

  
  :type Name: string
  :param Name: 

    The name of the flow.

    

  
  :type Description: string
  :param Description: 

    The description of the flow.

    

  
  :type ContactFlowState: string
  :param ContactFlowState: 

    The state of flow.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

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

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

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

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

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

  