U
    W+d                     @   s`   d Z ddlmZ ddlmZmZmZ ddlmZ ddl	m
Z
mZ ddl	mZ dd Zd	d
 ZdS )zS
This module provies an interface to the Elastic MapReduce (EMR)
service from AWS.
    )EmrConnection)StepStreamingStepJarStep)BootstrapAction)
RegionInfoget_regions)connectc                   C   s   t dtdS )z
    Get all available regions for the Amazon Elastic MapReduce service.

    :rtype: list
    :return: A list of :class:`boto.regioninfo.RegionInfo`
    elasticmapreduce)connection_cls)r   r    r   r   5/tmp/pip-unpacked-wheel-dlxw5sjy/boto/emr/__init__.pyregions$   s    r   c                 K   s   t d| fdti|S )Nr
   r   )r	   r   )Zregion_nameZ	kw_paramsr   r   r   connect_to_region.   s
    
r   N)__doc__Zboto.emr.connectionr   Zboto.emr.stepr   r   r   Zboto.emr.bootstrap_actionr   Zboto.regioninfor   r   r	   r   r   r   r   r   r   <module>   s   
