Values.BatchGetTaxExemptionsRequestSourceGet the active tax exemptions for a given list of accounts. The IAM action is tax:GetExemptions.
type nonrec t = {accountIds : BatchGetTaxExemptionsRequestAccountIdsList.t;List of unique account identifiers.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AccountId.t ] list ]) list ]