File: //usr/lib/python3/dist-packages/boto/ec2/__pycache__/__init__.cpython-310.pyc
o
ckF[ � @ sZ d Z ddlmZ ddlmZmZmZ ddlmZ e� �di �Z dd� Z
dd � Zd
d� ZdS )
zX
This module provides an interface to the Elastic Compute Cloud (EC2)
service from AWS.
� )�
EC2Connection)�
RegionInfo�get_regions�load_regions)�connect�ec2c K s t dtd�S )a:
Get all available regions for the EC2 service.
You may pass any of the arguments accepted by the EC2Connection
object's constructor as keyword arguments and they will be
passed along to the EC2Connection object.
:rtype: list
:return: A list of :class:`boto.ec2.regioninfo.RegionInfo`
r )�connection_cls)r r )� kw_params� r
�3/usr/lib/python3/dist-packages/boto/ec2/__init__.py�regions"