Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
route53
/
File Content:
record.pyo
� ��Wc @ s^ d d d d d d d d g Z d d l m Z d e f d � � YZ d e f d � � YZ d S( t At AAAAt TXTt CNAMEt MXt PTRt SRVt SPFi����( t ResultSett ResourceRecordSetsc B s� e Z d Z d Z d Z d d d d � Z d � Z d d d d d d d d d d � Z d � Z d � Z d � Z d � Z d � Z RS( s� A list of resource records. :ivar hosted_zone_id: The ID of the hosted zone. :ivar comment: A comment that will be stored with the change. :ivar changes: A list of changes. s@ <?xml version="1.0" encoding="UTF-8"?> <ChangeResourceRecordSetsRequest xmlns="https://route53.amazonaws.com/doc/2013-04-01/"> <ChangeBatch> <Comment>%(comment)s</Comment> <Changes>%(changes)s</Changes> </ChangeBatch> </ChangeResourceRecordSetsRequest>sM <Change> <Action>%(action)s</Action> %(record)s </Change>c C sb | | _ | | _ | | _ g | _ d | _ d | _ d | _ t t | � j d t f g � d S( Nt ResourceRecordSet( t connectiont hosted_zone_idt commentt changest Nonet next_record_namet next_record_typet next_record_identifiert superR t __init__t Record( t selfR R R ( ( s7 /usr/lib/python2.7/site-packages/boto/route53/record.pyR 4 s c C sp | j r7 d j g | j D] } | j � ^ q � } n( d j g | D] } | j � ^ qD � } d | j | f S( Nt ,s <ResourceRecordSets:%s [%s]( R t joint __repr__R ( R t ct record_listt record( ( s7 /usr/lib/python2.7/site-packages/boto/route53/record.pyR >