:doc:`QApps <../../qapps>` / Client / update_library_item_metadata

****************************
update_library_item_metadata
****************************



.. py:method:: QApps.Client.update_library_item_metadata(**kwargs)

  

  Updates the verification status of a library item for an Amazon Q App.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/UpdateLibraryItemMetadata>`_  


  **Request Syntax**
  ::

    response = client.update_library_item_metadata(
        instanceId='string',
        libraryItemId='string',
        isVerified=True|False
    )
    
  :type instanceId: string
  :param instanceId: **[REQUIRED]** 

    The unique identifier of the Amazon Q Business application environment instance.

    

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

    The unique identifier of the updated library item.

    

  
  :type isVerified: boolean
  :param isVerified: 

    The verification status of the library item

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`QApps.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QApps.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QApps.Client.exceptions.ConflictException`

  
  *   :py:class:`QApps.Client.exceptions.ValidationException`

  
  *   :py:class:`QApps.Client.exceptions.InternalServerException`

  
  *   :py:class:`QApps.Client.exceptions.UnauthorizedException`

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

  