/usr/lib/python2.6/site-packages/boto/cloudformation
Edit: /usr/lib/python2.6/site-packages/boto/cloudformation/__init__.pyo (1440B)
-Sc @ sT d d k l Z d d k l Z l Z l Z e i d Z d Z d Z d S( i( t CloudFormationConnection( t
RegionInfot get_regionst load_regionst cloudformationc C s t d d t S( s
Get all available regions for the CloudFormation service.
:rtype: list
:return: A list of :class:`boto.RegionInfo` instances
R t connection_cls( R R ( ( ( s@ /usr/lib/python2.6/site-packages/boto/cloudformation/__init__.pyt regions s c K s6 x/ t D]$ } | i | j o | i | Sq
Wd S( s\
Given a valid region name, return a
:class:`boto.cloudformation.CloudFormationConnection`.
:param str region_name: The name of the region to connect to.
:rtype: :class:`boto.cloudformation.CloudFormationConnection` or ``None``
:return: A connection to the given region, or None if an invalid region
name is given
N( R t namet connectt None( t region_namet kw_paramst region( ( s@ /usr/lib/python2.6/site-packages/boto/cloudformation/__init__.pyt connect_to_region* s
N(
t boto.cloudformation.connectionR t boto.regioninfoR R R t gett
RegionDataR R
( ( ( s@ /usr/lib/python2.6/site-packages/boto/cloudformation/__init__.pyt
s