Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
botocore
/
docs
/
File Content:
service.pyc
� ?��Xc @ sz d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d e f d � � YZ d S( i����( t DataNotFoundError( t get_official_service_name( t ClientDocumenter( t WaiterDocumenter( t PaginatorDocumenter( t DocumentStructuret ServiceDocumenterc B sS e Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d d � Z RS( c C sU | | _ | | _ | j j | d d d d d d �| _ d d d d d g | _ d S( Nt region_names us-east-1t aws_access_key_idt foot aws_secret_access_keyt bart titles table-of-contentss client-apis paginator-apis waiter-api( t _sessiont _service_namet create_clientt _clientt sections( t selft service_namet session( ( s7 /tmp/pip-build-uEGWVr/botocore/botocore/docs/service.pyt __init__ s c C s� t | j d | j d d �} | j | j d � � | j | j d � � | j | j d � � | j | j d � � | j | j d � � | j � S( si Documents an entire service. :returns: The reStructured text of the documented service. t section_namest targett htmlR s table-of-contentss client-apis paginator-apis waiter-api( R R R R t get_sectiont table_of_contentst client_apit paginator_apit waiter_apit flush_structure( R t doc_structure( ( s7 /tmp/pip-build-uEGWVr/botocore/botocore/docs/service.pyt document_service&