:doc:`PartnerCentralChannelAPI <../../partnercentral-channel>` / Client / update_program_management_account

*********************************
update_program_management_account
*********************************



.. py:method:: PartnerCentralChannelAPI.Client.update_program_management_account(**kwargs)

  

  Updates the properties of a program management account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-channel-2024-03-18/UpdateProgramManagementAccount>`_  


  **Request Syntax**
  ::

    response = client.update_program_management_account(
        catalog='string',
        identifier='string',
        revision='string',
        displayName='string'
    )
    
  :type catalog: string
  :param catalog: **[REQUIRED]** 

    The catalog identifier for the program management account.

    

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

    The unique identifier of the program management account to update.

    

  
  :type revision: string
  :param revision: 

    The current revision number of the program management account.

    

  
  :type displayName: string
  :param displayName: 

    The new display name for the program management account.

    

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

    
    ::

      {
          'programManagementAccountDetail': {
              'id': 'string',
              'arn': 'string',
              'revision': 'string',
              'displayName': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **programManagementAccountDetail** *(dict) --* 

        Details of the updated program management account.

        
        

        - **id** *(string) --* 

          The unique identifier of the updated program management account.

          
        

        - **arn** *(string) --* 

          The Amazon Resource Name (ARN) of the updated program management account.

          
        

        - **revision** *(string) --* 

          The new revision number of the program management account.

          
        

        - **displayName** *(string) --* 

          The updated display name of the program management account.

          
    
  
  **Exceptions**
  
  *   :py:class:`PartnerCentralChannelAPI.Client.exceptions.ResourceNotFoundException`

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

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

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

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

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

  