U
    N8cW                     @   sR   d dl mZ d dlmZmZ d dlmZ d dlmZ d dl	m
Z
 G dd dZdS )	    )DocumentStructure)ClientDocumenterClientExceptionsDocumenter)PaginatorDocumenter)WaiterDocumenter)DataNotFoundErrorc                   @   sV   e Zd Zdd Zdd Zdd Zdd Zd	d
 Zdd Zdd Z	dd Z
dddZdS )ServiceDocumenterc                 C   sD   || _ || _| j j|dddd| _| jjj| _ddddd	d
g| _d S )Nz	us-east-1Zfoobar)Zregion_nameZaws_access_key_idZaws_secret_access_keytitletable-of-contents
client-apiclient-exceptionspaginator-api
waiter-api)_session_service_nameZcreate_client_clientmetaevents_event_emittersections)selfservice_namesession r   9/tmp/pip-unpacked-wheel-ozje0y8b/botocore/docs/service.py__init__   s     zServiceDocumenter.__init__c                 C   sz   t | j| jdd}| |d | |d | |d | |d | |d | 	|d |
 S )	ziDocuments an entire service.

        :returns: The reStructured text of the documented service.
        html)Zsection_namestargetr
   r   r   r   r   r   )r   r   r   r
   Zget_sectiontable_of_contents
client_apiclient_exceptionspaginator_api
waiter_apiZflush_structure)r   Zdoc_structurer   r   r   document_service*   s      z"ServiceDocumenter.document_servicec                 C   s.   |j | jjj | jjd| j |d d S )Nzdocs.title.)section)styleh1r   	__class____name__r   emitr   r   r%   r   r   r   r
   :   s
    
 zServiceDocumenter.titlec                 C   s   |j jddd d S )NzTable of Contents   )r
   depth)r&   r   r+   r   r   r   r   @   s    z#ServiceDocumenter.table_of_contentsc                 C   s@   d }z|  | j}W n tk
r(   Y nX t| j|| d S N)get_examplesr   r   r   r   Zdocument_client)r   r%   examplesr   r   r   r    C   s    zServiceDocumenter.client_apic                 C   s   t | j| d S r.   )r   r   Zdocument_exceptionsr+   r   r   r   r!   L   s    z#ServiceDocumenter.client_exceptionsc                 C   sD   z| j | j}W n tk
r(   Y d S X t| j|}|| d S r.   )r   Zget_paginator_modelr   r   r   r   Zdocument_paginators)r   r%   Zservice_paginator_modelZpaginator_documenterr   r   r   r"   O   s     zServiceDocumenter.paginator_apic                 C   s0   | j jr,| j| j}t| j |}|| d S r.   )r   Zwaiter_namesr   Zget_waiter_modelr   r   Zdocument_waiters)r   r%   Zservice_waiter_modelZwaiter_documenterr   r   r   r#   [   s     zServiceDocumenter.waiter_apiNc                 C   s"   | j d}||d|}|d S )NZdata_loaderz
examples-1r0   )r   Zget_componentZload_service_model)r   r   api_versionloaderr0   r   r   r   r/   e   s      zServiceDocumenter.get_examples)N)r)   
__module____qualname__r   r$   r
   r   r    r!   r"   r#   r/   r   r   r   r   r      s   	
r   N)Zbotocore.docs.bcdoc.restdocr   Zbotocore.docs.clientr   r   Zbotocore.docs.paginatorr   Zbotocore.docs.waiterr   Zbotocore.exceptionsr   r   r   r   r   r   <module>   s
   