Using boto3, almost every AWS resource has a different method for tagging [for examples, see 1].
Is there library that offer an unified programmatic interface for tagging any (or almost any) type of AWS resource?
[1] Examples:
EC2 uses create_tags(), delete_tags(), describe_tags()
S3 uses delete_bucket_tagging(), get_bucket_tagging(), put_bucket_tagging()
...
... different functions for all resources ...