PartnerCentralAccountAPI / Client / put_alliance_lead_contact

put_alliance_lead_contact

PartnerCentralAccountAPI.Client.put_alliance_lead_contact(**kwargs)

Creates or updates the alliance lead contact information for a partner account.

See also: AWS API Documentation

Request Syntax

response = client.put_alliance_lead_contact(
    Catalog='string',
    Identifier='string',
    AllianceLeadContact={
        'FirstName': 'string',
        'LastName': 'string',
        'Email': 'string',
        'BusinessTitle': 'string'
    },
    EmailVerificationCode='string'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

    The catalog identifier for the partner account.

  • Identifier (string) –

    [REQUIRED]

    The unique identifier of the partner account.

  • AllianceLeadContact (dict) –

    [REQUIRED]

    The alliance lead contact information to set for the partner account.

    • FirstName (string) – [REQUIRED]

      The first name of the alliance lead contact person.

    • LastName (string) – [REQUIRED]

      The last name of the alliance lead contact person.

    • Email (string) – [REQUIRED]

      The email address of the alliance lead contact person.

    • BusinessTitle (string) – [REQUIRED]

      The business title or role of the alliance lead contact person.

  • EmailVerificationCode (string) – The verification code sent to the alliance lead contact’s email to confirm the update.

Return type:

dict

Returns:

Response Syntax

{
    'Catalog': 'string',
    'Arn': 'string',
    'Id': 'string',
    'AllianceLeadContact': {
        'FirstName': 'string',
        'LastName': 'string',
        'Email': 'string',
        'BusinessTitle': 'string'
    }
}

Response Structure

  • (dict) –

    • Catalog (string) –

      The catalog identifier for the partner account.

    • Arn (string) –

      The Amazon Resource Name (ARN) of the partner account.

    • Id (string) –

      The unique identifier of the partner account.

    • AllianceLeadContact (dict) –

      The updated alliance lead contact information.

      • FirstName (string) –

        The first name of the alliance lead contact person.

      • LastName (string) –

        The last name of the alliance lead contact person.

      • Email (string) –

        The email address of the alliance lead contact person.

      • BusinessTitle (string) –

        The business title or role of the alliance lead contact person.

Exceptions

  • PartnerCentralAccountAPI.Client.exceptions.ResourceNotFoundException

  • PartnerCentralAccountAPI.Client.exceptions.AccessDeniedException

  • PartnerCentralAccountAPI.Client.exceptions.ThrottlingException

  • PartnerCentralAccountAPI.Client.exceptions.ValidationException

  • PartnerCentralAccountAPI.Client.exceptions.InternalServerException