Connect / Client / update_view_metadata
update_view_metadata#
- Connect.Client.update_view_metadata(**kwargs)#
- Updates the view metadata. Note that either - Nameor- Descriptionmust be provided.- See also: AWS API Documentation - Request Syntax- response = client.update_view_metadata( InstanceId='string', ViewId='string', Name='string', Description='string' ) - Parameters:
- InstanceId (string) – - [REQUIRED] - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. 
- ViewId (string) – - [REQUIRED] - The identifier of the view. Both - ViewArnand- ViewIdcan be used.
- Name (string) – The name of the view. 
- Description (string) – The description of the view. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- Connect.Client.exceptions.AccessDeniedException
- Connect.Client.exceptions.InvalidRequestException
- Connect.Client.exceptions.InvalidParameterException
- Connect.Client.exceptions.ResourceNotFoundException
- Connect.Client.exceptions.InternalServiceException
- Connect.Client.exceptions.TooManyRequestsException
- Connect.Client.exceptions.DuplicateResourceException
- Connect.Client.exceptions.ResourceInUseException