Ë
    [üàgpI  ã                   óÜ   — d Z ddlmZ ddlmZmZmZmZmZmZm	Z	 ddl
mZ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  G d
„ de«      Z G d„ de«      Z G d„ de«      Z G d„ de«      Zy)aæ  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Api
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
é    )Údatetime)ÚAnyÚDictÚListÚOptionalÚUnionÚIteratorÚAsyncIterator)ÚdeserializeÚvalues)ÚInstanceContext)ÚInstanceResource)ÚListResource)ÚVersion)ÚPagec            
       óò   ‡ — e Zd ZdZ	 ddedeeef   dedee   fˆ fd„Z	e
dd„«       Zdefd	„Zdefd
„Zdd„Zdd„Zej$                  fdeeef   dd fd„Zej$                  fdeeef   dd fd„Zdefd„Zˆ xZS )ÚKeyInstanceaØ  
    :ivar sid: The unique string that that we created to identify the Key resource.
    :ivar friendly_name: The string that you assigned to describe the resource.
    :ivar date_created: The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    :ivar date_updated: The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    ÚversionÚpayloadÚaccount_sidÚsidc                 ó^  •— t         ‰| �  |«       |j                  d«      | _        |j                  d«      | _        t        j                  |j                  d«      «      | _        t        j                  |j                  d«      «      | _        ||xs | j                  dœ| _	        d | _
        y )Nr   Úfriendly_nameÚdate_createdÚdate_updated©r   r   )ÚsuperÚ__init__Úgetr   r   r   Úrfc2822_datetimer   r   Ú	_solutionÚ_context)Úselfr   r   r   r   Ú	__class__s        €ú_/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/twilio/rest/api/v2010/account/key.pyr   zKeyInstance.__init__!   s•   ø€ ô 	‰Ñ˜Ô!à")§+¡+¨eÓ"4ˆŒØ,3¯K©K¸Ó,HˆÔÜ0;×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔô 1<×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔð
 'Ø’?˜$Ÿ(™(ñ
ˆŒð /3ˆ�ó    Úreturnc                 ó    — | j                   €7t        | j                  | j                  d   | j                  d   ¬«      | _         | j                   S )zá
        Generate an instance context for the instance, the context is capable of
        performing various actions. All instance actions are proxied to the context

        :returns: KeyContext for this KeyInstance
        r   r   r   )r"   Ú
KeyContextÚ_versionr!   ©r#   s    r%   Ú_proxyzKeyInstance._proxy9   sE   € ð �=‰=Ð Ü&Ø—‘Ø ŸN™N¨=Ñ9Ø—N‘N 5Ñ)ôˆDŒMð
 �}‰}Ðr&   c                 ó6   — | j                   j                  «       S )úf
        Deletes the KeyInstance


        :returns: True if delete succeeds, False otherwise
        )r,   Údeleter+   s    r%   r/   zKeyInstance.deleteI   s   € ð �{‰{×!Ñ!Ó#Ð#r&   c              ƒ   óR   K  — | j                   j                  «       ƒ d{  –—† S 7 Œ­w)ú‚
        Asynchronous coroutine that deletes the KeyInstance


        :returns: True if delete succeeds, False otherwise
        N)r,   Údelete_asyncr+   s    r%   r2   zKeyInstance.delete_asyncR   s!   è ø€ ð —[‘[×-Ñ-Ó/×/Ð/Ð/úó   ‚' %¡'c                 ó6   — | j                   j                  «       S )úS
        Fetch the KeyInstance


        :returns: The fetched KeyInstance
        )r,   Úfetchr+   s    r%   r6   zKeyInstance.fetch[   s   € ð �{‰{× Ñ Ó"Ð"r&   c              ƒ   óR   K  — | j                   j                  «       ƒ d{  –—† S 7 Œ­w)úm
        Asynchronous coroutine to fetch the KeyInstance


        :returns: The fetched KeyInstance
        N)r,   Úfetch_asyncr+   s    r%   r9   zKeyInstance.fetch_asyncd   s!   è ø€ ð —[‘[×,Ñ,Ó.×.Ð.Ð.úr3   r   c                 ó:   — | j                   j                  |¬«      S )úÕ
        Update the KeyInstance

        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.

        :returns: The updated KeyInstance
        ©r   )r,   Úupdate©r#   r   s     r%   r=   zKeyInstance.updatem   s#   € ð �{‰{×!Ñ!Ø'ð "ó 
ð 	
r&   c              ƒ   óV   K  — | j                   j                  |¬«      ƒ d{  –—† S 7 Œ­w)úï
        Asynchronous coroutine to update the KeyInstance

        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.

        :returns: The updated KeyInstance
        r<   N)r,   Úupdate_asyncr>   s     r%   rA   zKeyInstance.update_asyncy   s1   è ø€ ð —[‘[×-Ñ-Ø'ð .ó 
÷ 
ð 	
ð 
ús   ‚ )¢'£)c                 ó„   — dj                  d„ | j                  j                  «       D «       «      }dj                  |«      S )úf
        Provide a friendly representation

        :returns: Machine friendly representation
        ú c              3   óF   K  — | ]  \  }}d j                  ||«      –— Œ y­w©z{}={}N©Úformat©Ú.0ÚkÚvs      r%   ú	<genexpr>z'KeyInstance.__repr__.<locals>.<genexpr>�   ó   è ø€ ÒS±D°A°q˜7Ÿ>™>¨!¨Q×/ÑSùó   ‚!z!<Twilio.Api.V2010.KeyInstance {}>©Újoinr!   ÚitemsrH   ©r#   Úcontexts     r%   Ú__repr__zKeyInstance.__repr__‡   s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ2×9Ñ9¸'ÓBÐBr&   )N)r'   r)   )r'   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   Ústrr   r   r   Úpropertyr,   Úboolr/   r2   r6   r9   r   Úunsetr   Úobjectr=   rA   rU   Ú__classcell__©r$   s   @r%   r   r      sÕ   ø„ ñð "ñ3àð3ð �c˜3�h‘ð3ð ð	3ð
 �c‰]õ3ð0 òó ðð$˜ó $ð0 Dó 0ó#ó/ð :@¿¹ñ 

 E¨#¨v¨+Ñ$6ð 

È-ó 

ð 39·,±,ñ
Ø" 3¨ ;Ñ/ð
à	ó
ðC˜#÷ Cr&   r   c                   óÌ   ‡ — e Zd Zdededefˆ fd„Zdefd„Zdefd„Zde	fd„Z
de	fd	„Zej                  fd
eeef   de	fd„Zej                  fd
eeef   de	fd„Zdefd„Zˆ xZS )r)   r   r   r   c                 óz   •— t         ‰| �  |«       ||dœ| _         dj                  di | j                  ¤Ž| _        y)aW  
        Initialize the KeyContext

        :param version: Version that contains the resource
        :param account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to update.
        :param sid: The Twilio-provided string that uniquely identifies the Key resource to update.
        r   z'/Accounts/{account_sid}/Keys/{sid}.jsonN© ©r   r   r!   rH   Ú_uri)r#   r   r   r   r$   s       €r%   r   zKeyContext.__init__“   sB   ø€ ô 	‰Ñ˜Ô!ð 'Øñ
ˆŒð EÐ=×DÑDÑVÀtÇ~Á~ÑVˆ�	r&   r'   c                 ó|   — t        j                  i «      }| j                  j                  d| j                  |¬«      S )r.   ÚDELETE©ÚmethodÚuriÚheaders)r   Úofr*   r/   re   ©r#   rk   s     r%   r/   zKeyContext.delete¤   s1   € ô —)‘)˜B“-ˆà�}‰}×#Ñ#¨8¸¿¹ÈGÐ#ÓTÐTr&   c              ƒ   ó˜   K  — t        j                  i «      }| j                  j                  d| j                  |¬«      ƒ d{  –—† S 7 Œ­w)r1   rg   rh   N)r   rl   r*   r2   re   rm   s     r%   r2   zKeyContext.delete_async°   sF   è ø€ ô —)‘)˜B“-ˆà—]‘]×/Ñ/Ø §¡°Gð 0ó 
÷ 
ð 	
ð 
ús   ‚AA
ÁAÁA
c                 óì   — t        j                  i «      }d|d<   | j                  j                  d| j                  |¬«      }t        | j                  || j                  d   | j                  d   ¬«      S )r5   úapplication/jsonÚAcceptÚGETrh   r   r   r   )r   rl   r*   r6   re   r   r!   ©r#   rk   r   s      r%   r6   zKeyContext.fetch¾   si   € ô —)‘)˜B“-ˆà.ˆ�Ñà—-‘-×%Ñ%¨U¸¿	¹	È7Ð%ÓSˆäØ�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
r&   c              ƒ   ó  K  — t        j                  i «      }d|d<   | j                  j                  d| j                  |¬«      ƒ d{  –—† }t        | j                  || j                  d   | j                  d   ¬«      S 7 Œ7­w)	r8   rp   rq   rr   rh   Nr   r   r   )r   rl   r*   r9   re   r   r!   rs   s      r%   r9   zKeyContext.fetch_asyncÓ   s~   è ø€ ô —)‘)˜B“-ˆà.ˆ�ÑàŸ™×1Ñ1Ø˜dŸi™i°ð 2ó 
÷ 
ˆô Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
ð	
ús   ‚ABÁB Á	8Br   c                 ó&  — t        j                  d|i«      }t        j                  i «      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  || j                  d   | j                  d	   ¬
«      S )r;   ÚFriendlyNameú!application/x-www-form-urlencodedúContent-Typerp   rq   ÚPOST©ri   rj   Údatark   r   r   r   )r   rl   r*   r=   re   r   r!   ©r#   r   r{   rk   r   s        r%   r=   zKeyContext.updateê   s–   € ô �y‰yà ðó
ˆô
 —)‘)˜B“-ˆà"Eˆ�Ñà.ˆ�Ñà—-‘-×&Ñ&Ø˜tŸy™y¨t¸Wð 'ó 
ˆô Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
r&   c              ƒ   óB  K  — t        j                  d|i«      }t        j                  i «      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  || j                  d	   | j                  d
   ¬«      S 7 Œ7­w)r@   rv   rw   rx   rp   rq   ry   rz   Nr   r   r   )r   rl   r*   rA   re   r   r!   r|   s        r%   rA   zKeyContext.update_async	  s¤   è ø€ ô �y‰yà ðó
ˆô
 —)‘)˜B“-ˆà"Eˆ�Ñà.ˆ�ÑàŸ™×2Ñ2Ø˜tŸy™y¨t¸Wð 3ó 
÷ 
ˆô Ø�M‰MØØŸ™ }Ñ5Ø—‘˜uÑ%ô	
ð 	
ð	
ús   ‚A#BÁ%BÁ&8Bc                 ó„   — dj                  d„ | j                  j                  «       D «       «      }dj                  |«      S )rC   rD   c              3   óF   K  — | ]  \  }}d j                  ||«      –— Œ y­wrF   rG   rI   s      r%   rM   z&KeyContext.__repr__.<locals>.<genexpr>0  rN   rO   z <Twilio.Api.V2010.KeyContext {}>rP   rS   s     r%   rU   zKeyContext.__repr__*  s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ1×8Ñ8¸ÓAÐAr&   )rV   rW   rX   r   rZ   r   r\   r/   r2   r   r6   r9   r   r]   r   r^   r=   rA   rU   r_   r`   s   @r%   r)   r)   ‘   s°   ø„ ðW ð W°cð WÀõ Wð"
U˜ó 
Uð
 Dó 
ð
�{ó 
ð*
 ;ó 
ð. :@¿¹ñ 
 E¨#¨v¨+Ñ$6ð 
È+ó 
ð@ 39·,±,ñ
Ø" 3¨ ;Ñ/ð
à	ó
ðBB˜#÷ Br&   r)   c                   ó2   — e Zd Zdeeef   defd„Zdefd„Zy)ÚKeyPager   r'   c                 óL   — t        | j                  || j                  d   ¬«      S )zi
        Build an instance of KeyInstance

        :param payload: Payload response from the API
        r   )r   )r   r*   r!   )r#   r   s     r%   Úget_instancezKeyPage.get_instance6  s%   € ô Ø�M‰M˜7°·±¸}Ñ0Mô
ð 	
r&   c                  ó   — y)rC   z<Twilio.Api.V2010.KeyPage>rc   r+   s    r%   rU   zKeyPage.__repr__@  ó   € ð ,r&   N)	rV   rW   rX   r   rZ   r   r   rƒ   rU   rc   r&   r%   r�   r�   4  s)   „ ð
 D¨¨c¨¡Nð 
°{ó 
ð,˜#ô ,r&   r�   c            	       ó  ‡ — e Zd Zdedefˆ fd„Z	 	 ddee   dee   dee	   fd„Z
	 	 ddee   dee   dee	   fd„Z	 	 ddee   dee   dee	   fd	„Z	 	 ddee   dee   dee	   fd
„Zej"                  ej"                  ej"                  fdeeef   deeef   deeef   defd„Zej"                  ej"                  ej"                  fdeeef   deeef   deeef   defd„Zdedefd„Zdedefd„Zdedefd„Zdedefd„Zdefd„Zˆ xZS )ÚKeyListr   r   c                 óx   •— t         ‰| �  |«       d|i| _         dj                  di | j                  ¤Ž| _        y)zï
        Initialize the KeyList

        :param version: Version that contains the resource
        :param account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to read.

        r   z!/Accounts/{account_sid}/Keys.jsonNrc   rd   )r#   r   r   r$   s      €r%   r   zKeyList.__init__K  s@   ø€ ô 	‰Ñ˜Ô!ð ˜;ð
ˆŒð ?Ð7×>Ñ>ÑPÀÇÁÑPˆ�	r&   ÚlimitÚ	page_sizer'   c                 ó¢   — | j                   j                  ||«      }| j                  |d   ¬«      }| j                   j                  ||d   «      S )aY  
        Streams KeyInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rŠ   ©rŠ   r‰   )r*   Úread_limitsÚpageÚstream©r#   r‰   rŠ   ÚlimitsrŽ   s        r%   r�   zKeyList.stream[  sJ   € ð( —‘×*Ñ*¨5°)Ó<ˆØ�y‰y 6¨+Ñ#6ˆyÓ7ˆà�}‰}×#Ñ# D¨&°©/Ó:Ð:r&   c              ƒ   ó¾   K  — | j                   j                  ||«      }| j                  |d   ¬«      ƒ d{  –—† }| j                   j                  ||d   «      S 7 Œ#­w)ah  
        Asynchronously streams KeyInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rŠ   rŒ   Nr‰   )r*   r�   Ú
page_asyncÚstream_asyncr�   s        r%   r”   zKeyList.stream_asynct  sW   è ø€ ð( —‘×*Ñ*¨5°)Ó<ˆØ—_‘_¨v°kÑ/B�_ÓC×Cˆà�}‰}×)Ñ)¨$°°w±Ó@Ð@ð Dús   ‚5A·A¸$Ac                 ó:   — t        | j                  ||¬«      «      S )aö  
        Lists KeyInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        ©r‰   rŠ   )Úlistr�   )r#   r‰   rŠ   s      r%   r—   zKeyList.list�  s(   € ô& Ø�K‰KØØ#ð ó ó
ð 	
r&   c              ƒ   óz   K  — | j                  ||¬«      ƒ d{  –—† 2 �cg c3 d{  –—† }|‘Œ7 Œ7 Œ	6 c}S c c}w ­w)a  
        Asynchronously lists KeyInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        r–   N)r”   )r#   r‰   rŠ   Úrecords       r%   Ú
list_asynczKeyList.list_async§  sT   è ø€ ð* '+×&7Ñ&7ØØ#ð '8ó '÷ !÷
ô 
àò ð!øð
øò 
ð 	
ùò 
ùs0   ‚;™.š; 6¢2¦0
§2ª6®;°2²6³;Ú
page_tokenÚpage_numberc                 ó   — t        j                  |||dœ«      }t        j                  ddi«      }d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  || j                  «      S )ak  
        Retrieve a single page of KeyInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of KeyInstance
        ©Ú	PageTokenr   ÚPageSizerx   rw   rp   rq   rr   ©ri   rj   Úparamsrk   )r   rl   r*   rŽ   re   r�   r!   ©r#   r›   rœ   rŠ   r{   rk   Úresponses          r%   rŽ   zKeyList.pageÂ  s   € ô  �y‰yà'Ø#Ø%ñó
ˆô —)‘)˜^Ð-PÐQÓRˆà.ˆ�Ñà—=‘=×%Ñ%Ø˜dŸi™i°¸gð &ó 
ˆô �t—}‘} h°·±Ó?Ð?r&   c              ƒ   ó  K  — t        j                  |||dœ«      }t        j                  ddi«      }d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  || j                  «      S 7 Œ%­w)	az  
        Asynchronously retrieve a single page of KeyInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of KeyInstance
        rž   rx   rw   rp   rq   rr   r¡   N)r   rl   r*   r“   re   r�   r!   r£   s          r%   r“   zKeyList.page_asyncã  s�   è ø€ ô  �y‰yà'Ø#Ø%ñó
ˆô —)‘)˜^Ð-PÐQÓRˆà.ˆ�ÑàŸ™×1Ñ1Ø˜dŸi™i°¸gð 2ó 
÷ 
ˆô �t—}‘} h°·±Ó?Ð?ð
ús   ‚A"BÁ$B
Á%&BÚ
target_urlc                 ó¤   — | j                   j                  j                  j                  d|«      }t	        | j                   || j
                  «      S )zë
        Retrieve a specific page of KeyInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of KeyInstance
        rr   )r*   ÚdomainÚtwilioÚrequestr�   r!   ©r#   r¦   r¤   s      r%   Úget_pagezKeyList.get_page  s=   € ð —=‘=×'Ñ'×.Ñ.×6Ñ6°u¸jÓIˆÜ�t—}‘} h°·±Ó?Ð?r&   c              ƒ   óÀ   K  — | j                   j                  j                  j                  d|«      ƒ d{  –—† }t	        | j                   || j
                  «      S 7 Œ%­w)zú
        Asynchronously retrieve a specific page of KeyInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of KeyInstance
        rr   N)r*   r¨   r©   Úrequest_asyncr�   r!   r«   s      r%   Úget_page_asynczKeyList.get_page_async  sJ   è ø€ ð Ÿ™×-Ñ-×4Ñ4×BÑBÀ5È*ÓU×UˆÜ�t—}‘} h°·±Ó?Ð?ð Vús   ‚4A¶A·&Ar   c                 óL   — t        | j                  | j                  d   |¬«      S ©zŽ
        Constructs a KeyContext

        :param sid: The Twilio-provided string that uniquely identifies the Key resource to update.
        r   r   ©r)   r*   r!   ©r#   r   s     r%   r   zKeyList.get  ó%   € ô Ø�M‰M t§~¡~°mÑ'DÈ#ô
ð 	
r&   c                 óL   — t        | j                  | j                  d   |¬«      S r±   r²   r³   s     r%   Ú__call__zKeyList.__call__&  r´   r&   c                  ó   — y)rC   z<Twilio.Api.V2010.KeyList>rc   r+   s    r%   rU   zKeyList.__repr__0  r…   r&   )NN)rV   rW   rX   r   rZ   r   r   Úintr	   r   r�   r
   r”   r   r—   rš   r   r]   r   r^   r�   rŽ   r“   r¬   r¯   r)   r   r¶   rU   r_   r`   s   @r%   r‡   r‡   I  s  ø„ ðQ ð Q°cõ Qð$  $Ø#'ñ;à˜‰}ð;ð ˜C‘=ð;ð 
�+Ñ	ó	;ð6  $Ø#'ñAà˜‰}ðAð ˜C‘=ðAð 
�{Ñ	#ó	Að6  $Ø#'ñ
à˜‰}ð
ð ˜C‘=ð
ð 
ˆkÑ	ó	
ð8  $Ø#'ñ
à˜‰}ð
ð ˜C‘=ð
ð 
ˆkÑ	ó	
ð: *0¯©Ø*0¯,©,Ø(.¯©ñ	@à˜#˜v˜+Ñ&ð@ð ˜3 ˜;Ñ'ð@ð ˜˜f˜Ñ%ð	@ð
 
ó@ðF *0¯©Ø*0¯,©,Ø(.¯©ñ	@à˜#˜v˜+Ñ&ð@ð ˜3 ˜;Ñ'ð@ð ˜˜f˜Ñ%ð	@ð
 
ó@ðB
@ 3ð 
@¨7ó 
@ð
@¨sð 
@°wó 
@ð
�sð 
˜zó 
ð
˜Cð 
 Jó 
ð,˜#÷ ,r&   r‡   N)rY   r   Útypingr   r   r   r   r   r	   r
   Útwilio.baser   r   Útwilio.base.instance_contextr   Útwilio.base.instance_resourcer   Útwilio.base.list_resourcer   Útwilio.base.versionr   Útwilio.base.pager   r   r)   r�   r‡   rc   r&   r%   ú<module>rÀ      sg   ðñõ ß L× LÑ Lß +Ý 8Ý :Ý 2Ý 'Ý !ôuCÐ"ô uCôp`B�ô `BôF,ˆdô ,ô*m,ˆlõ m,r&   