Implements an aiobotocore.Session subclass for using aiobotocore with expiring credentials (IAM STS).
import aiobotocore_refreshable_credentials
session = aiobotocore_refreshable_credentials.get_session()
async with session.create_client('rekognition') as client:
...
3.8+