module documentation

Boto/botocore helpers
Function is​_botocore Returns True if botocore is available, otherwise raises NotConfigured. Never returns False.
Function is​_botocore​_available Undocumented
def is_botocore():

Returns True if botocore is available, otherwise raises NotConfigured. Never returns False.

Previously, when boto was supported in addition to botocore, this returned False if boto was available but botocore wasn't.

def is_botocore_available():

Undocumented