View Source AWS.Account (aws-elixir v0.14.1)

Operations for Amazon Web Services Account Management

Summary

Functions

Deletes the specified alternate contact from an Amazon Web Services account.

Disables (opts-out) a particular Region for an account.

Enables (opts-in) a particular Region for an account.

Retrieves the specified alternate contact attached to an Amazon Web Services account.

Retrieves the primary contact information of an Amazon Web Services account.

Retrieves the opt-in status of a particular Region.

Lists all the Regions for a given account and their respective opt-in statuses.

Modifies the specified alternate contact attached to an Amazon Web Services account.

Updates the primary contact information of an Amazon Web Services account.

Functions

Link to this function

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

View Source

Deletes the specified alternate contact from an Amazon Web Services account.

For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.

Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.

Link to this function

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

View Source

Disables (opts-out) a particular Region for an account.

Link to this function

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

View Source

Enables (opts-in) a particular Region for an account.

Link to this function

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

View Source

Retrieves the specified alternate contact attached to an Amazon Web Services account.

For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.

Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.

Link to this function

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

View Source

Retrieves the primary contact information of an Amazon Web Services account.

For complete details about how to use the primary contact operations, see Update the primary and alternate contact information.

Link to this function

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

View Source

Retrieves the opt-in status of a particular Region.

Link to this function

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

View Source

Lists all the Regions for a given account and their respective opt-in statuses.

Optionally, this list can be filtered by the region-opt-status-contains parameter.

Link to this function

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

View Source

Modifies the specified alternate contact attached to an Amazon Web Services account.

For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.

Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.

Link to this function

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

View Source

Updates the primary contact information of an Amazon Web Services account.

For complete details about how to use the primary contact operations, see Update the primary and alternate contact information.