Implements an botocore.Session subclass for using botocore with expiring credentials (IAM STS).
import botocore_refreshable_credentials
session = botocore_refreshable_credentials.get_session()
client = session.create_client('rekognition')
...
3.8+