pythonCreate client with credentials profileCreate client with credentials profile import boto3client = boto3.session.Session(profile_name="profile-name").client("foo-client")