AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-10 · Documentation low

File: cli/latest/reference/taxsettings/batch-put-tax-registration.md

Summary

Updated tax registration documentation: Added new country-specific requirements (Mexico, Philippines, Belgium, Chile, France, Poland), expanded existing country requirements, restructured additional tax information fields, updated field constraints/patterns, and added new parameters for registrationId, registrationType, legalName, legalAddress, and sector.

Security assessment

Changes involve routine documentation updates for tax compliance features without any references to security vulnerabilities, security incidents, or security-specific features. The modifications focus on tax registration requirements and data formatting.

Diff

diff --git a/cli/latest/reference/taxsettings/batch-put-tax-registration.md b/cli/latest/reference/taxsettings/batch-put-tax-registration.md
index cab090f2e..ce0851daa 100644
--- a//cli/latest/reference/taxsettings/batch-put-tax-registration.md
+++ b//cli/latest/reference/taxsettings/batch-put-tax-registration.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.1 Command Reference](../../index.html) »
@@ -88 +88 @@ To call this API operation for specific countries, see the following country-spe
-  * If `ppnExceptionDesignationCode` is `07` , you must specify the `decisionNumber` in the `indonesiaAdditionalInfo` field of the `additionalTaxInformation` object.
+  * If `ppnExceptionDesignationCode` is `07` or `08` , you must specify the `decisionNumber` in the `indonesiaAdditionalInfo` field of the `additionalTaxInformation` object.
@@ -111,0 +112,7 @@ To call this API operation for specific countries, see the following country-spe
+> **Mexico**
+
+  * You must provide a Constancia de Situación fiscal (CSF) document in the **verificationDetails** field.
+  * You do not need to provide address and legal name. These will be populated based on your tax registration number.
+
+
+
@@ -157,0 +165,30 @@ To call this API operation for specific countries, see the following country-spe
+> **Philippines**
+
+  * You can optionally specify the `isVatRegistered` in the `philippinesAdditionalInfo` field of the `additionalTaxInformation` object to indicate your VAT registration status with the Bureau of Internal Revenue (BIR).
+
+
+
+> **Belgium**
+
+  * You can optionally specify the `peppolId` in the `belgiumAdditionalInfo` field of the `additionalTaxInformation` object.
+
+
+
+> **Chile**
+
+  * You can optionally specify the `documentType` and `businessActivity` in the `chileAdditionalInfo` field of the `additionalTaxInformation` object.
+
+
+
+> **France**
+
+  * You must specify the `sirenNumber` in the `franceAdditionalInfo` field of the `additionalTaxInformation` object.
+
+
+
+> **Poland**
+
+  * You can optionally specify the `taxRegistrationNumberType` in the `polandAdditionalInfo` field of the `additionalTaxInformation` object. Valid values are `EUTaxRegistrationNumber` , `LocalTaxRegistrationNumber` , or `LocalRegistrationNumber` .
+
+
+
@@ -208 +245 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/taxset
->>   * pattern: `^\d+$`
+>>   * pattern: `\d+`
@@ -220,0 +258,170 @@ Syntax:
+> 
+> registrationId -> (string) [required]
+>
+>> Your tax registration unique identifier.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `200`
+>>   * pattern: `(?!\s*$)[\s\S]+`
+>> 
+
+> 
+> registrationType -> (string) [required]
+>
+>> Your tax registration type. This can be either `VAT` or `GST` .
+>> 
+>> Possible values:
+>> 
+>>   * `VAT`
+>>   * `GST`
+>>   * `CPF`
+>>   * `CNPJ`
+>>   * `SST`
+>>   * `TIN`
+>>   * `NRIC`
+>>   * `PAN`
+>>   * `NIP`
+>> 
+
+> 
+> legalName -> (string)
+>
+>> The legal name associated with your TRN.
+>> 
+>> ### Note
+>> 
+>> If you’re setting a TRN in Brazil, you don’t need to specify the legal name. For TRNs in other countries, you must specify the legal name.
+>> 
+>> Constraints:
+>> 
+>>   * min: `1`
+>>   * max: `200`
+>>   * pattern: `(?!\s*$)[\s\S]+`
+>> 
+
+> 
+> legalAddress -> (structure)
+>
+>> The legal address associated with your TRN.
+>> 
+>> ### Note
+>> 
+>> If you’re setting a TRN in Brazil for the CNPJ tax type, you don’t need to specify the legal address.
+>> 
+>> For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
+>> 
+>> addressLine1 -> (string)
+>>
+>>> The first line of the address.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `180`
+>>>   * pattern: `(?!\s*$)[\s\S]+`
+>>> 
+
+>> 
+>> addressLine2 -> (string)
+>>
+>>> The second line of the address, if applicable.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `60`
+>>>   * pattern: `(?!\s*$)[\s\S]+`
+>>> 
+
+>> 
+>> addressLine3 -> (string)
+>>
+>>> The third line of the address, if applicable. Currently, the Tax Settings API accepts the `addressLine3` parameter only for Saudi Arabia. When you specify a TRN in Saudi Arabia, you must enter the `addressLine3` and specify the building number for the address. For example, you might enter `1234` .
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `60`
+>>>   * pattern: `(?!\s*$)[\s\S]+`
+>>> 
+
+>> 
+>> districtOrCounty -> (string)
+>>
+>>> The district or county the address is located.
+>>> 
+>>> ### Note
+>>> 
+>>> For addresses in Brazil, this parameter uses the name of the neighborhood. When you set a TRN in Brazil, use `districtOrCounty` for the neighborhood name.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `50`
+>>>   * pattern: `(?!\s*$)[\s\S]+`
+>>> 
+
+>> 
+>> city -> (string)
+>>
+>>> The city that the address is in.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `50`
+>>>   * pattern: `(?!\s*$)[\s\S]+`
+>>> 
+
+>> 
+>> stateOrRegion -> (string)
+>>
+>>> The state, region, or province that the address is located. This field is only required for Canada, India, United Arab Emirates, Romania, and Brazil (CPF). It is optional for all other countries.
+>>> 
+>>> If this is required for tax settings, use the same name as shown on the **Tax Settings** page.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `50`
+>>>   * pattern: `(?!\s*$)[\s\S]+`
+>>> 
+
+>> 
+>> postalCode -> (string) [required]
+>>
+>>> The postal code associated with the address.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `20`
+>>>   * pattern: `(?!\s*$)[\s\S]+`
+>>> 
+
+>>