in awscli_keyring/session.py [0:0]
def cast_bool(value): return type(value) == type("") and value.lower() in ('1', 'yes', 'true', 'on')