PartnerCentralChannelAPI / Client / update_program_management_account

update_program_management_account

PartnerCentralChannelAPI.Client.update_program_management_account(**kwargs)

Updates the properties of a program management account.

See also: AWS API Documentation

Request Syntax

response = client.update_program_management_account(
    catalog='string',
    identifier='string',
    revision='string',
    displayName='string'
)
Parameters:
  • catalog (string) –

    [REQUIRED]

    The catalog identifier for the program management account.

  • identifier (string) –

    [REQUIRED]

    The unique identifier of the program management account to update.

  • revision (string) – The current revision number of the program management account.

  • displayName (string) – The new display name for the program management account.

Return type:

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