%% WARNING: DO NOT EDIT, AUTO-GENERATED CODE! %% See https://github.com/aws-beam/aws-codegen for more details. %% @doc Operations for Amazon Web Services Account Management -module(aws_account). -export([accept_primary_email_update/2, accept_primary_email_update/3, delete_alternate_contact/2, delete_alternate_contact/3, disable_region/2, disable_region/3, enable_region/2, enable_region/3, get_account_information/2, get_account_information/3, get_alternate_contact/2, get_alternate_contact/3, get_contact_information/2, get_contact_information/3, get_gov_cloud_account_information/2, get_gov_cloud_account_information/3, get_primary_email/2, get_primary_email/3, get_region_opt_status/2, get_region_opt_status/3, list_regions/2, list_regions/3, put_account_name/2, put_account_name/3, put_alternate_contact/2, put_alternate_contact/3, put_contact_information/2, put_contact_information/3, start_primary_email_update/2, start_primary_email_update/3]). -include_lib("hackney/include/hackney_lib.hrl"). %% Example: %% start_primary_email_update_request() :: #{ %% <<"AccountId">> := string(), %% <<"PrimaryEmail">> := string() %% } -type start_primary_email_update_request() :: #{binary() => any()}. %% Example: %% resource_unavailable_exception() :: #{ %% <<"errorType">> => [string()], %% <<"message">> => [string()] %% } -type resource_unavailable_exception() :: #{binary() => any()}. %% Example: %% disable_region_request() :: #{ %% <<"AccountId">> => string(), %% <<"RegionName">> := string() %% } -type disable_region_request() :: #{binary() => any()}. %% Example: %% get_region_opt_status_request() :: #{ %% <<"AccountId">> => string(), %% <<"RegionName">> := string() %% } -type get_region_opt_status_request() :: #{binary() => any()}. %% Example: %% get_gov_cloud_account_information_request() :: #{ %% <<"StandardAccountId">> => string() %% } -type get_gov_cloud_account_information_request() :: #{binary() => any()}. %% Example: %% too_many_requests_exception() :: #{ %% <<"errorType">> => [string()], %% <<"message">> => [string()] %% } -type too_many_requests_exception() :: #{binary() => any()}. %% Example: %% region() :: #{ %% <<"RegionName">> => string(), %% <<"RegionOptStatus">> => string() %% } -type region() :: #{binary() => any()}. %% Example: %% conflict_exception() :: #{ %% <<"errorType">> => [string()], %% <<"message">> => [string()] %% } -type conflict_exception() :: #{binary() => any()}. %% Example: %% resource_not_found_exception() :: #{ %% <<"errorType">> => [string()], %% <<"message">> => [string()] %% } -type resource_not_found_exception() :: #{binary() => any()}. %% Example: %% get_alternate_contact_response() :: #{ %% <<"AlternateContact">> => alternate_contact() %% } -type get_alternate_contact_response() :: #{binary() => any()}. %% Example: %% get_gov_cloud_account_information_response() :: #{ %% <<"AccountState">> => string(), %% <<"GovCloudAccountId">> => string() %% } -type get_gov_cloud_account_information_response() :: #{binary() => any()}. %% Example: %% get_region_opt_status_response() :: #{ %% <<"RegionName">> => string(), %% <<"RegionOptStatus">> => string() %% } -type get_region_opt_status_response() :: #{binary() => any()}. %% Example: %% get_alternate_contact_request() :: #{ %% <<"AccountId">> => string(), %% <<"AlternateContactType">> := string() %% } -type get_alternate_contact_request() :: #{binary() => any()}. %% Example: %% list_regions_request() :: #{ %% <<"AccountId">> => string(), %% <<"MaxResults">> => [integer()], %% <<"NextToken">> => [string()], %% <<"RegionOptStatusContains">> => list(string()) %% } -type list_regions_request() :: #{binary() => any()}. %% Example: %% put_account_name_request() :: #{ %% <<"AccountId">> => string(), %% <<"AccountName">> := string() %% } -type put_account_name_request() :: #{binary() => any()}. %% Example: %% get_primary_email_response() :: #{ %% <<"PrimaryEmail">> => string() %% } -type get_primary_email_response() :: #{binary() => any()}. %% Example: %% validation_exception_field() :: #{ %% <<"message">> => string(), %% <<"name">> => [string()] %% } -type validation_exception_field() :: #{binary() => any()}. %% Example: %% get_primary_email_request() :: #{ %% <<"AccountId">> := string() %% } -type get_primary_email_request() :: #{binary() => any()}. %% Example: %% delete_alternate_contact_request() :: #{ %% <<"AccountId">> => string(), %% <<"AlternateContactType">> := string() %% } -type delete_alternate_contact_request() :: #{binary() => any()}. %% Example: %% get_contact_information_request() :: #{ %% <<"AccountId">> => string() %% } -type get_contact_information_request() :: #{binary() => any()}. %% Example: %% get_contact_information_response() :: #{ %% <<"ContactInformation">> => contact_information() %% } -type get_contact_information_response() :: #{binary() => any()}. %% Example: %% internal_server_exception() :: #{ %% <<"errorType">> => [string()], %% <<"message">> => [string()] %% } -type internal_server_exception() :: #{binary() => any()}. %% Example: %% access_denied_exception() :: #{ %% <<"errorType">> => [string()], %% <<"message">> => [string()] %% } -type access_denied_exception() :: #{binary() => any()}. %% Example: %% accept_primary_email_update_request() :: #{ %% <<"AccountId">> := string(), %% <<"Otp">> := string(), %% <<"PrimaryEmail">> := string() %% } -type accept_primary_email_update_request() :: #{binary() => any()}. %% Example: %% validation_exception() :: #{ %% <<"fieldList">> => list(validation_exception_field()), %% <<"message">> => string(), %% <<"reason">> => string() %% } -type validation_exception() :: #{binary() => any()}. %% Example: %% enable_region_request() :: #{ %% <<"AccountId">> => string(), %% <<"RegionName">> := string() %% } -type enable_region_request() :: #{binary() => any()}. %% Example: %% put_contact_information_request() :: #{ %% <<"AccountId">> => string(), %% <<"ContactInformation">> := contact_information() %% } -type put_contact_information_request() :: #{binary() => any()}. %% Example: %% contact_information() :: #{ %% <<"AddressLine1">> => string(), %% <<"AddressLine2">> => string(), %% <<"AddressLine3">> => string(), %% <<"City">> => string(), %% <<"CompanyName">> => string(), %% <<"CountryCode">> => string(), %% <<"DistrictOrCounty">> => string(), %% <<"FullName">> => string(), %% <<"PhoneNumber">> => string(), %% <<"PostalCode">> => string(), %% <<"StateOrRegion">> => string(), %% <<"WebsiteUrl">> => string() %% } -type contact_information() :: #{binary() => any()}. %% Example: %% put_alternate_contact_request() :: #{ %% <<"AccountId">> => string(), %% <<"AlternateContactType">> := string(), %% <<"EmailAddress">> := string(), %% <<"Name">> := string(), %% <<"PhoneNumber">> := string(), %% <<"Title">> := string() %% } -type put_alternate_contact_request() :: #{binary() => any()}. %% Example: %% alternate_contact() :: #{ %% <<"AlternateContactType">> => string(), %% <<"EmailAddress">> => string(), %% <<"Name">> => string(), %% <<"PhoneNumber">> => string(), %% <<"Title">> => string() %% } -type alternate_contact() :: #{binary() => any()}. %% Example: %% list_regions_response() :: #{ %% <<"NextToken">> => [string()], %% <<"Regions">> => list(region()) %% } -type list_regions_response() :: #{binary() => any()}. %% Example: %% accept_primary_email_update_response() :: #{ %% <<"Status">> => string() %% } -type accept_primary_email_update_response() :: #{binary() => any()}. %% Example: %% start_primary_email_update_response() :: #{ %% <<"Status">> => string() %% } -type start_primary_email_update_response() :: #{binary() => any()}. %% Example: %% get_account_information_request() :: #{ %% <<"AccountId">> => string() %% } -type get_account_information_request() :: #{binary() => any()}. %% Example: %% get_account_information_response() :: #{ %% <<"AccountCreatedDate">> => non_neg_integer(), %% <<"AccountId">> => string(), %% <<"AccountName">> => string(), %% <<"AccountState">> => string() %% } -type get_account_information_response() :: #{binary() => any()}. -type accept_primary_email_update_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | resource_not_found_exception() | conflict_exception() | too_many_requests_exception(). -type delete_alternate_contact_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | resource_not_found_exception() | too_many_requests_exception(). -type disable_region_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | conflict_exception() | too_many_requests_exception(). -type enable_region_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | conflict_exception() | too_many_requests_exception(). -type get_account_information_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | too_many_requests_exception(). -type get_alternate_contact_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | resource_not_found_exception() | too_many_requests_exception(). -type get_contact_information_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | resource_not_found_exception() | too_many_requests_exception(). -type get_gov_cloud_account_information_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | resource_not_found_exception() | too_many_requests_exception() | resource_unavailable_exception(). -type get_primary_email_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | resource_not_found_exception() | too_many_requests_exception(). -type get_region_opt_status_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | too_many_requests_exception(). -type list_regions_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | too_many_requests_exception(). -type put_account_name_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | too_many_requests_exception(). -type put_alternate_contact_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | too_many_requests_exception(). -type put_contact_information_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | too_many_requests_exception(). -type start_primary_email_update_errors() :: validation_exception() | access_denied_exception() | internal_server_exception() | resource_not_found_exception() | conflict_exception() | too_many_requests_exception(). %%==================================================================== %% API %%==================================================================== %% @doc Accepts the request that originated from %% `StartPrimaryEmailUpdate' to update the primary email address (also %% known as the root user email address) for the specified account. -spec accept_primary_email_update(aws_client:aws_client(), accept_primary_email_update_request()) -> {ok, accept_primary_email_update_response(), tuple()} | {error, any()} | {error, accept_primary_email_update_errors(), tuple()}. accept_primary_email_update(Client, Input) -> accept_primary_email_update(Client, Input, []). -spec accept_primary_email_update(aws_client:aws_client(), accept_primary_email_update_request(), proplists:proplist()) -> {ok, accept_primary_email_update_response(), tuple()} | {error, any()} | {error, accept_primary_email_update_errors(), tuple()}. accept_primary_email_update(Client, Input0, Options0) -> Method = post, Path = ["/acceptPrimaryEmailUpdate"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Deletes the specified alternate contact from an Amazon Web Services %% account. %% %% For complete details about how to use the alternate contact operations, %% see Update the alternate contacts for your Amazon Web Services account: %% https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html. %% %% 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 Enable trusted access for Amazon %% Web Services Account Management: %% https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html. -spec delete_alternate_contact(aws_client:aws_client(), delete_alternate_contact_request()) -> {ok, undefined, tuple()} | {error, any()} | {error, delete_alternate_contact_errors(), tuple()}. delete_alternate_contact(Client, Input) -> delete_alternate_contact(Client, Input, []). -spec delete_alternate_contact(aws_client:aws_client(), delete_alternate_contact_request(), proplists:proplist()) -> {ok, undefined, tuple()} | {error, any()} | {error, delete_alternate_contact_errors(), tuple()}. delete_alternate_contact(Client, Input0, Options0) -> Method = post, Path = ["/deleteAlternateContact"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Disables (opts-out) a particular Region for an account. %% %% The act of disabling a Region will remove all IAM access to any resources %% that reside in that Region. -spec disable_region(aws_client:aws_client(), disable_region_request()) -> {ok, undefined, tuple()} | {error, any()} | {error, disable_region_errors(), tuple()}. disable_region(Client, Input) -> disable_region(Client, Input, []). -spec disable_region(aws_client:aws_client(), disable_region_request(), proplists:proplist()) -> {ok, undefined, tuple()} | {error, any()} | {error, disable_region_errors(), tuple()}. disable_region(Client, Input0, Options0) -> Method = post, Path = ["/disableRegion"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Enables (opts-in) a particular Region for an account. -spec enable_region(aws_client:aws_client(), enable_region_request()) -> {ok, undefined, tuple()} | {error, any()} | {error, enable_region_errors(), tuple()}. enable_region(Client, Input) -> enable_region(Client, Input, []). -spec enable_region(aws_client:aws_client(), enable_region_request(), proplists:proplist()) -> {ok, undefined, tuple()} | {error, any()} | {error, enable_region_errors(), tuple()}. enable_region(Client, Input0, Options0) -> Method = post, Path = ["/enableRegion"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Retrieves information about the specified account including its %% account name, account ID, account creation date and time, and account %% state. %% %% To use this API, an IAM user or role must have the %% `account:GetAccountInformation' IAM permission. -spec get_account_information(aws_client:aws_client(), get_account_information_request()) -> {ok, get_account_information_response(), tuple()} | {error, any()} | {error, get_account_information_errors(), tuple()}. get_account_information(Client, Input) -> get_account_information(Client, Input, []). -spec get_account_information(aws_client:aws_client(), get_account_information_request(), proplists:proplist()) -> {ok, get_account_information_response(), tuple()} | {error, any()} | {error, get_account_information_errors(), tuple()}. get_account_information(Client, Input0, Options0) -> Method = post, Path = ["/getAccountInformation"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Retrieves the specified alternate contact attached to an Amazon Web %% Services account. %% %% For complete details about how to use the alternate contact operations, %% see Update the alternate contacts for your Amazon Web Services account: %% https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html. %% %% 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 Enable trusted access for Amazon %% Web Services Account Management: %% https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html. -spec get_alternate_contact(aws_client:aws_client(), get_alternate_contact_request()) -> {ok, get_alternate_contact_response(), tuple()} | {error, any()} | {error, get_alternate_contact_errors(), tuple()}. get_alternate_contact(Client, Input) -> get_alternate_contact(Client, Input, []). -spec get_alternate_contact(aws_client:aws_client(), get_alternate_contact_request(), proplists:proplist()) -> {ok, get_alternate_contact_response(), tuple()} | {error, any()} | {error, get_alternate_contact_errors(), tuple()}. get_alternate_contact(Client, Input0, Options0) -> Method = post, Path = ["/getAlternateContact"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc 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 contact for your Amazon Web Services account: %% https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-primary.html. -spec get_contact_information(aws_client:aws_client(), get_contact_information_request()) -> {ok, get_contact_information_response(), tuple()} | {error, any()} | {error, get_contact_information_errors(), tuple()}. get_contact_information(Client, Input) -> get_contact_information(Client, Input, []). -spec get_contact_information(aws_client:aws_client(), get_contact_information_request(), proplists:proplist()) -> {ok, get_contact_information_response(), tuple()} | {error, any()} | {error, get_contact_information_errors(), tuple()}. get_contact_information(Client, Input0, Options0) -> Method = post, Path = ["/getContactInformation"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Retrieves information about the GovCloud account linked to the %% specified standard account (if it exists) including the GovCloud account %% ID and state. %% %% To use this API, an IAM user or role must have the %% `account:GetGovCloudAccountInformation' IAM permission. -spec get_gov_cloud_account_information(aws_client:aws_client(), get_gov_cloud_account_information_request()) -> {ok, get_gov_cloud_account_information_response(), tuple()} | {error, any()} | {error, get_gov_cloud_account_information_errors(), tuple()}. get_gov_cloud_account_information(Client, Input) -> get_gov_cloud_account_information(Client, Input, []). -spec get_gov_cloud_account_information(aws_client:aws_client(), get_gov_cloud_account_information_request(), proplists:proplist()) -> {ok, get_gov_cloud_account_information_response(), tuple()} | {error, any()} | {error, get_gov_cloud_account_information_errors(), tuple()}. get_gov_cloud_account_information(Client, Input0, Options0) -> Method = post, Path = ["/getGovCloudAccountInformation"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Retrieves the primary email address for the specified account. -spec get_primary_email(aws_client:aws_client(), get_primary_email_request()) -> {ok, get_primary_email_response(), tuple()} | {error, any()} | {error, get_primary_email_errors(), tuple()}. get_primary_email(Client, Input) -> get_primary_email(Client, Input, []). -spec get_primary_email(aws_client:aws_client(), get_primary_email_request(), proplists:proplist()) -> {ok, get_primary_email_response(), tuple()} | {error, any()} | {error, get_primary_email_errors(), tuple()}. get_primary_email(Client, Input0, Options0) -> Method = post, Path = ["/getPrimaryEmail"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Retrieves the opt-in status of a particular Region. -spec get_region_opt_status(aws_client:aws_client(), get_region_opt_status_request()) -> {ok, get_region_opt_status_response(), tuple()} | {error, any()} | {error, get_region_opt_status_errors(), tuple()}. get_region_opt_status(Client, Input) -> get_region_opt_status(Client, Input, []). -spec get_region_opt_status(aws_client:aws_client(), get_region_opt_status_request(), proplists:proplist()) -> {ok, get_region_opt_status_response(), tuple()} | {error, any()} | {error, get_region_opt_status_errors(), tuple()}. get_region_opt_status(Client, Input0, Options0) -> Method = post, Path = ["/getRegionOptStatus"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc 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. -spec list_regions(aws_client:aws_client(), list_regions_request()) -> {ok, list_regions_response(), tuple()} | {error, any()} | {error, list_regions_errors(), tuple()}. list_regions(Client, Input) -> list_regions(Client, Input, []). -spec list_regions(aws_client:aws_client(), list_regions_request(), proplists:proplist()) -> {ok, list_regions_response(), tuple()} | {error, any()} | {error, list_regions_errors(), tuple()}. list_regions(Client, Input0, Options0) -> Method = post, Path = ["/listRegions"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Updates the account name of the specified account. %% %% To use this API, IAM principals must have the `account:PutAccountName' %% IAM permission. -spec put_account_name(aws_client:aws_client(), put_account_name_request()) -> {ok, undefined, tuple()} | {error, any()} | {error, put_account_name_errors(), tuple()}. put_account_name(Client, Input) -> put_account_name(Client, Input, []). -spec put_account_name(aws_client:aws_client(), put_account_name_request(), proplists:proplist()) -> {ok, undefined, tuple()} | {error, any()} | {error, put_account_name_errors(), tuple()}. put_account_name(Client, Input0, Options0) -> Method = post, Path = ["/putAccountName"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Modifies the specified alternate contact attached to an Amazon Web %% Services account. %% %% For complete details about how to use the alternate contact operations, %% see Update the alternate contacts for your Amazon Web Services account: %% https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html. %% %% 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 Enable trusted access for Amazon %% Web Services Account Management: %% https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-trusted-access.html. -spec put_alternate_contact(aws_client:aws_client(), put_alternate_contact_request()) -> {ok, undefined, tuple()} | {error, any()} | {error, put_alternate_contact_errors(), tuple()}. put_alternate_contact(Client, Input) -> put_alternate_contact(Client, Input, []). -spec put_alternate_contact(aws_client:aws_client(), put_alternate_contact_request(), proplists:proplist()) -> {ok, undefined, tuple()} | {error, any()} | {error, put_alternate_contact_errors(), tuple()}. put_alternate_contact(Client, Input0, Options0) -> Method = post, Path = ["/putAlternateContact"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc 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 contact for your Amazon Web Services account: %% https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-primary.html. -spec put_contact_information(aws_client:aws_client(), put_contact_information_request()) -> {ok, undefined, tuple()} | {error, any()} | {error, put_contact_information_errors(), tuple()}. put_contact_information(Client, Input) -> put_contact_information(Client, Input, []). -spec put_contact_information(aws_client:aws_client(), put_contact_information_request(), proplists:proplist()) -> {ok, undefined, tuple()} | {error, any()} | {error, put_contact_information_errors(), tuple()}. put_contact_information(Client, Input0, Options0) -> Method = post, Path = ["/putContactInformation"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %% @doc Starts the process to update the primary email address for the %% specified account. -spec start_primary_email_update(aws_client:aws_client(), start_primary_email_update_request()) -> {ok, start_primary_email_update_response(), tuple()} | {error, any()} | {error, start_primary_email_update_errors(), tuple()}. start_primary_email_update(Client, Input) -> start_primary_email_update(Client, Input, []). -spec start_primary_email_update(aws_client:aws_client(), start_primary_email_update_request(), proplists:proplist()) -> {ok, start_primary_email_update_response(), tuple()} | {error, any()} | {error, start_primary_email_update_errors(), tuple()}. start_primary_email_update(Client, Input0, Options0) -> Method = post, Path = ["/startPrimaryEmailUpdate"], SuccessStatusCode = 200, {SendBodyAsBinary, Options1} = proplists_take(send_body_as_binary, Options0, false), {ReceiveBodyAsBinary, Options2} = proplists_take(receive_body_as_binary, Options1, false), Options = [{send_body_as_binary, SendBodyAsBinary}, {receive_body_as_binary, ReceiveBodyAsBinary}, {append_sha256_content_hash, false} | Options2], Headers = [], Input1 = Input0, CustomHeaders = [], Input2 = Input1, Query_ = [], Input = Input2, request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode). %%==================================================================== %% Internal functions %%==================================================================== -spec proplists_take(any(), proplists:proplist(), any()) -> {any(), proplists:proplist()}. proplists_take(Key, Proplist, Default) -> Value = proplists:get_value(Key, Proplist, Default), {Value, proplists:delete(Key, Proplist)}. -spec request(aws_client:aws_client(), atom(), iolist(), list(), list(), map() | undefined, list(), pos_integer() | undefined) -> {ok, {integer(), list()}} | {ok, Result, {integer(), list(), hackney:client()}} | {error, Error, {integer(), list(), hackney:client()}} | {error, term()} when Result :: map(), Error :: map(). request(Client, Method, Path, Query, Headers0, Input, Options, SuccessStatusCode) -> RequestFun = fun() -> do_request(Client, Method, Path, Query, Headers0, Input, Options, SuccessStatusCode) end, aws_request:request(RequestFun, Options). do_request(Client, Method, Path, Query, Headers0, Input, Options, SuccessStatusCode) -> Client1 = Client#{service => <<"account">>, region => <<"us-east-1">>}, Host = build_host(<<"account">>, Client1), URL0 = build_url(Host, Path, Client1), URL = aws_request:add_query(URL0, Query), AdditionalHeaders1 = [ {<<"Host">>, Host} , {<<"Content-Type">>, <<"application/x-amz-json-1.1">>} ], Payload = case proplists:get_value(send_body_as_binary, Options) of true -> maps:get(<<"Body">>, Input, <<"">>); false -> encode_payload(Input) end, AdditionalHeaders = case proplists:get_value(append_sha256_content_hash, Options, false) of true -> add_checksum_hash_header(AdditionalHeaders1, Payload); false -> AdditionalHeaders1 end, Headers1 = aws_request:add_headers(AdditionalHeaders, Headers0), MethodBin = aws_request:method_to_binary(Method), SignedHeaders = aws_request:sign_request(Client1, MethodBin, URL, Headers1, Payload), Response = hackney:request(Method, URL, SignedHeaders, Payload, Options), DecodeBody = not proplists:get_value(receive_body_as_binary, Options), handle_response(Response, SuccessStatusCode, DecodeBody). add_checksum_hash_header(Headers, Body) -> [ {<<"X-Amz-CheckSum-SHA256">>, base64:encode(crypto:hash(sha256, Body))} | Headers ]. handle_response({ok, StatusCode, ResponseHeaders}, SuccessStatusCode, _DecodeBody) when StatusCode =:= 200; StatusCode =:= 202; StatusCode =:= 204; StatusCode =:= 206; StatusCode =:= SuccessStatusCode -> {ok, {StatusCode, ResponseHeaders}}; handle_response({ok, StatusCode, ResponseHeaders}, _, _DecodeBody) -> {error, {StatusCode, ResponseHeaders}}; handle_response({ok, StatusCode, ResponseHeaders, Client}, SuccessStatusCode, DecodeBody) when StatusCode =:= 200; StatusCode =:= 202; StatusCode =:= 204; StatusCode =:= 206; StatusCode =:= SuccessStatusCode -> case hackney:body(Client) of {ok, <<>>} when StatusCode =:= 200; StatusCode =:= SuccessStatusCode -> {ok, #{}, {StatusCode, ResponseHeaders, Client}}; {ok, Body} -> Result = case DecodeBody of true -> try jsx:decode(Body) catch Error:Reason:Stack -> erlang:raise(error, {body_decode_failed, Error, Reason, StatusCode, Body}, Stack) end; false -> #{<<"Body">> => Body} end, {ok, Result, {StatusCode, ResponseHeaders, Client}} end; handle_response({ok, StatusCode, _ResponseHeaders, _Client}, _, _DecodeBody) when StatusCode =:= 503 -> %% Retriable error if retries are enabled {error, service_unavailable}; handle_response({ok, StatusCode, ResponseHeaders, Client}, _, _DecodeBody) -> {ok, Body} = hackney:body(Client), try DecodedError = jsx:decode(Body), {error, DecodedError, {StatusCode, ResponseHeaders, Client}} catch Error:Reason:Stack -> erlang:raise(error, {body_decode_failed, Error, Reason, StatusCode, Body}, Stack) end; handle_response({error, Reason}, _, _DecodeBody) -> {error, Reason}. build_host(_EndpointPrefix, #{region := <<"local">>, endpoint := Endpoint}) -> Endpoint; build_host(_EndpointPrefix, #{region := <<"local">>}) -> <<"localhost">>; build_host(EndpointPrefix, #{endpoint := Endpoint}) -> aws_util:binary_join([EndpointPrefix, Endpoint], <<".">>). build_url(Host, Path0, Client) -> Proto = aws_client:proto(Client), Path = erlang:iolist_to_binary(Path0), Port = aws_client:port(Client), aws_util:binary_join([Proto, <<"://">>, Host, <<":">>, Port, Path], <<"">>). -spec encode_payload(undefined | map()) -> binary(). encode_payload(undefined) -> <<>>; encode_payload(Input) -> jsx:encode(Input).