View Source AWS.PartnerCentralAccount (aws-elixir v1.0.11)

AWS Partner Central Account service provides APIs for managing partner accounts, connections, and profiles within the AWS Partner Network.

This service enables partners to create and manage their partner profiles, establish connections with other partners, and maintain their account information.

Link to this section Summary

Functions

Accepts a connection invitation from another partner, establishing a formal partnership connection between the two parties.

Associates an email domain with AWS training and certification for the partner account, enabling automatic verification of employee certifications.

Cancels an existing connection between partners, terminating the partnership relationship.

Cancels a pending connection invitation before it has been accepted or rejected.

Cancels an in-progress profile update task, stopping any pending changes to the partner profile.

Creates a new connection invitation to establish a partnership with another organization.

Creates a new partner account in the AWS Partner Network with the specified details and configuration.

Removes the association between an email domain and AWS training and certification for the partner account.

Retrieves the alliance lead contact information for a partner account.

Retrieves detailed information about a specific connection between partners.

Retrieves detailed information about a specific connection invitation.

Retrieves the connection preferences for a partner account, including access settings and exclusions.

Retrieves detailed information about a specific partner account.

Retrieves information about a specific profile update task.

Retrieves the visibility settings for a partner profile, determining who can see the profile information.

Retrieves the current status and details of a verification process for a partner account.

Lists connection invitations for the partner account, with optional filtering by status, type, and other criteria.

Lists active connections for the partner account, with optional filtering by connection type and participant.

Lists partner accounts in the catalog, providing a summary view of all partners.

Lists all tags associated with a specific AWS Partner Central Account resource.

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

Sets the visibility level for a partner profile, controlling who can view the profile information.

Rejects a connection invitation from another partner, declining the partnership request.

Sends an email verification code to the specified email address for account verification purposes.

Initiates a profile update task to modify partner profile information asynchronously.

Initiates a new verification process for a partner account.

Adds or updates tags for a specified AWS Partner Central Account resource.

Removes specified tags from an AWS Partner Central Account resource.

Updates the connection preferences for a partner account, modifying access settings and exclusions.

Link to this section Functions

Link to this function

accept_connection_invitation(client, input, options \\ [])

View Source

Accepts a connection invitation from another partner, establishing a formal partnership connection between the two parties.

Link to this function

associate_aws_training_certification_email_domain(client, input, options \\ [])

View Source

Associates an email domain with AWS training and certification for the partner account, enabling automatic verification of employee certifications.

Link to this function

cancel_connection(client, input, options \\ [])

View Source

Cancels an existing connection between partners, terminating the partnership relationship.

Link to this function

cancel_connection_invitation(client, input, options \\ [])

View Source

Cancels a pending connection invitation before it has been accepted or rejected.

Link to this function

cancel_profile_update_task(client, input, options \\ [])

View Source

Cancels an in-progress profile update task, stopping any pending changes to the partner profile.

Link to this function

create_connection_invitation(client, input, options \\ [])

View Source

Creates a new connection invitation to establish a partnership with another organization.

Link to this function

create_partner(client, input, options \\ [])

View Source

Creates a new partner account in the AWS Partner Network with the specified details and configuration.

Link to this function

disassociate_aws_training_certification_email_domain(client, input, options \\ [])

View Source

Removes the association between an email domain and AWS training and certification for the partner account.

Link to this function

get_alliance_lead_contact(client, input, options \\ [])

View Source

Retrieves the alliance lead contact information for a partner account.

Link to this function

get_connection(client, input, options \\ [])

View Source

Retrieves detailed information about a specific connection between partners.

Link to this function

get_connection_invitation(client, input, options \\ [])

View Source

Retrieves detailed information about a specific connection invitation.

Link to this function

get_connection_preferences(client, input, options \\ [])

View Source

Retrieves the connection preferences for a partner account, including access settings and exclusions.

Link to this function

get_partner(client, input, options \\ [])

View Source

Retrieves detailed information about a specific partner account.

Link to this function

get_profile_update_task(client, input, options \\ [])

View Source

Retrieves information about a specific profile update task.

Link to this function

get_profile_visibility(client, input, options \\ [])

View Source

Retrieves the visibility settings for a partner profile, determining who can see the profile information.

Link to this function

get_verification(client, input, options \\ [])

View Source

Retrieves the current status and details of a verification process for a partner account.

This operation allows partners to check the progress and results of business or registrant verification processes.

Link to this function

list_connection_invitations(client, input, options \\ [])

View Source

Lists connection invitations for the partner account, with optional filtering by status, type, and other criteria.

Link to this function

list_connections(client, input, options \\ [])

View Source

Lists active connections for the partner account, with optional filtering by connection type and participant.

Link to this function

list_partners(client, input, options \\ [])

View Source

Lists partner accounts in the catalog, providing a summary view of all partners.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Lists all tags associated with a specific AWS Partner Central Account resource.

Link to this function

put_alliance_lead_contact(client, input, options \\ [])

View Source

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

Link to this function

put_profile_visibility(client, input, options \\ [])

View Source

Sets the visibility level for a partner profile, controlling who can view the profile information.

Link to this function

reject_connection_invitation(client, input, options \\ [])

View Source

Rejects a connection invitation from another partner, declining the partnership request.

Link to this function

send_email_verification_code(client, input, options \\ [])

View Source

Sends an email verification code to the specified email address for account verification purposes.

Link to this function

start_profile_update_task(client, input, options \\ [])

View Source

Initiates a profile update task to modify partner profile information asynchronously.

Link to this function

start_verification(client, input, options \\ [])

View Source

Initiates a new verification process for a partner account.

This operation begins the verification workflow for either business registration or individual registrant identity verification as required by AWS Partner Central.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Adds or updates tags for a specified AWS Partner Central Account resource.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes specified tags from an AWS Partner Central Account resource.

Link to this function

update_connection_preferences(client, input, options \\ [])

View Source

Updates the connection preferences for a partner account, modifying access settings and exclusions.