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

**********************************
update_dashboard_published_version
**********************************



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

  

  Updates the published version of a dashboard.

  

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


  **Request Syntax**
  ::

    response = client.update_dashboard_published_version(
        AwsAccountId='string',
        DashboardId='string',
        VersionNumber=123
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that contains the dashboard that you're updating.

    

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

    The ID for the dashboard.

    

  
  :type VersionNumber: integer
  :param VersionNumber: **[REQUIRED]** 

    The version number of the dashboard.

    

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

    
    ::

      {
          'DashboardId': 'string',
          'DashboardArn': 'string',
          'Status': 123,
          'RequestId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DashboardId** *(string) --* 

        The ID for the dashboard.

        
      

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

        The Amazon Resource Name (ARN) of the dashboard.

        
      

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

        The HTTP status of the request.

        
      

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

        The Amazon Web Services request ID for this operation.

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

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

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

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

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

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

  