QApps / Client / update_library_item_metadata
update_library_item_metadata#
- 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
Request Syntax
response = client.update_library_item_metadata( instanceId='string', libraryItemId='string', isVerified=True|False )
- Parameters:
instanceId (string) –
[REQUIRED]
The unique identifier of the Amazon Q Business application environment instance.
libraryItemId (string) –
[REQUIRED]
The unique identifier of the updated library item.
isVerified (boolean) – The verification status of the library item
- Returns:
None
Exceptions
QApps.Client.exceptions.ResourceNotFoundException
QApps.Client.exceptions.AccessDeniedException
QApps.Client.exceptions.ConflictException
QApps.Client.exceptions.ValidationException
QApps.Client.exceptions.InternalServerException
QApps.Client.exceptions.UnauthorizedException
QApps.Client.exceptions.ThrottlingException