schubergphilis / awsapilib

A python library exposing services that are not covered by the official boto3 library but are driven by undocumented APIs.
MIT License
60 stars 8 forks source link

fix: adjust api to latest aws billing changes #60

Closed peermuellerxw closed 5 months ago

peermuellerxw commented 5 months ago

base url needs to contain "us-east-1" tax_inheritance setter uses "v2" endpoint with json payload tax_information endpoint requires account id in payload and uses form-data payload credit_sharing setter requires list of account exceptions

What is not working: Currency setting is not an account setting anymore but part of the default payment method. The API has changed here as well, but I did not get it to work. Since I do not need urgently for my work I did not investigate further.

Closes #61