:doc:`QuickSight <../../quicksight>` / Client / update_dashboard_links

**********************
update_dashboard_links
**********************



.. py:method:: QuickSight.Client.update_dashboard_links(**kwargs)

  

  Updates the linked analyses on a dashboard.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardLinks>`_  


  **Request Syntax**
  ::

    response = client.update_dashboard_links(
        AwsAccountId='string',
        DashboardId='string',
        LinkEntities=[
            'string',
        ]
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.

    

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

    The ID for the dashboard.

    

  
  :type LinkEntities: list
  :param LinkEntities: **[REQUIRED]** 

    list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'RequestId': 'string',
          'Status': 123,
          'DashboardArn': 'string',
          'LinkEntities': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

        
      

      - **Status** *(integer) --* 

        The HTTP status of the request.

        
      

      - **DashboardArn** *(string) --* 

        The Amazon Resource Name (ARN) of the dashboard.

        
      

      - **LinkEntities** *(list) --* 

        A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

        
        

        - *(string) --* 
    
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidParameterValueException`

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

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

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

  
  *   :py:class:`QuickSight.Client.exceptions.UnsupportedUserEditionException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  