o
    f>hI                     @   s   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 deZG dd deZG dd deZG dd deZdS )a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Microvisor
    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                       s   e Zd ZdZ	ddedeeef dee f fddZ	e
dd
dZdefddZdefddZdddZdddZdedd fddZdedd fddZdefddZ  ZS )AccountSecretInstancez
    :ivar key: The secret key; up to 100 characters.
    :ivar date_rotated:
    :ivar url: The absolute URL of the Secret.
    Nversionpayloadkeyc                    sP   t  | |d| _t|d| _|d| _d|p | ji| _d | _	d S )Nr   date_rotatedurl)
super__init__getr   r
   iso8601_datetimer   r   	_solution_context)selfr   r   r   	__class__ [/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/microvisor/v1/account_secret.pyr       s   

zAccountSecretInstance.__init__returnAccountSecretContextc                 C   s&   | j du rt| j| jd 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: AccountSecretContext for this AccountSecretInstance
        Nr   r   )r   r#   _versionr   r   r    r    r!   _proxy0   s   
zAccountSecretInstance._proxyc                 C   
   | j  S )p
        Deletes the AccountSecretInstance


        :returns: True if delete succeeds, False otherwise
        )r'   deleter&   r    r    r!   r*   ?      
zAccountSecretInstance.deletec                       | j  I dH S )
        Asynchronous coroutine that deletes the AccountSecretInstance


        :returns: True if delete succeeds, False otherwise
        N)r'   delete_asyncr&   r    r    r!   r.   H      z"AccountSecretInstance.delete_asyncc                 C   r(   )g
        Fetch the AccountSecretInstance


        :returns: The fetched AccountSecretInstance
        )r'   fetchr&   r    r    r!   r1   Q   r+   zAccountSecretInstance.fetchc                    r,   )
        Asynchronous coroutine to fetch the AccountSecretInstance


        :returns: The fetched AccountSecretInstance
        N)r'   fetch_asyncr&   r    r    r!   r3   Z   r/   z!AccountSecretInstance.fetch_asyncvaluec                 C   s   | j j|dS )
        Update the AccountSecretInstance

        :param value: The secret value; up to 4096 characters.

        :returns: The updated AccountSecretInstance
        r4   )r'   updater   r4   r    r    r!   r7   c   s   zAccountSecretInstance.updatec                    s   | j j|dI dH S )
        Asynchronous coroutine to update the AccountSecretInstance

        :param value: The secret value; up to 4096 characters.

        :returns: The updated AccountSecretInstance
        r6   N)r'   update_asyncr8   r    r    r!   r:   o   s   z"AccountSecretInstance.update_asyncc                 C   $   d dd | j D }d|S )f
        Provide a friendly representation

        :returns: Machine friendly representation
         c                 s        | ]\}}d  ||V  qdS z{}={}Nformat.0kvr    r    r!   	<genexpr>       z1AccountSecretInstance.__repr__.<locals>.<genexpr>z/<Twilio.Microvisor.V1.AccountSecretInstance {}>joinr   itemsrA   r   contextr    r    r!   __repr__{      
zAccountSecretInstance.__repr__N)r"   r#   )r"   r   )__name__
__module____qualname____doc__r   r   strr   r   r   propertyr'   boolr*   r.   r1   r3   r7   r:   rM   __classcell__r    r    r   r!   r      s&    
	
	
		r   c                       s   e Zd Zdedef fddZdefddZdefdd	Zde	fd
dZ
de	fddZdede	fddZdede	fddZdefddZ  ZS )r#   r   r   c                    s.   t  | d|i| _djdi | j| _dS )z
        Initialize the AccountSecretContext

        :param version: Version that contains the resource
        :param key: The secret key; up to 100 characters.
        r   z/Secrets/{key}Nr    )r   r   r   rA   _uri)r   r   r   r   r    r!   r      s   zAccountSecretContext.__init__r"   c                 C   s   t i }| jjd| j|dS )r)   DELETEmethoduriheaders)r   ofr%   r*   rX   r   r]   r    r    r!   r*      s   
zAccountSecretContext.deletec                    s&   t i }| jjd| j|dI dH S )r-   rY   rZ   N)r   r^   r%   r.   rX   r_   r    r    r!   r.      s
   
z!AccountSecretContext.delete_asyncc                 C   s<   t i }d|d< | jjd| j|d}t| j|| jd dS )r0   application/jsonAcceptGETrZ   r   r$   )r   r^   r%   r1   rX   r   r   r   r]   r   r    r    r!   r1      s   
zAccountSecretContext.fetchc                    sD   t i }d|d< | jjd| j|dI dH }t| j|| jd dS )r2   r`   ra   rb   rZ   Nr   r$   )r   r^   r%   r3   rX   r   r   rc   r    r    r!   r3      s   
z AccountSecretContext.fetch_asyncr4   c                 C   sT   t d|i}t i }d|d< d|d< | jjd| j||d}t| j|| jd d	S )
r5   Value!application/x-www-form-urlencodedContent-Typer`   ra   POSTr[   r\   datar]   r   r$   )r   r^   r%   r7   rX   r   r   r   r4   ri   r]   r   r    r    r!   r7      s   	

zAccountSecretContext.updatec                    s\   t d|i}t i }d|d< d|d< | jjd| j||dI dH }t| j|| jd	 d
S )r9   rd   re   rf   r`   ra   rg   rh   Nr   r$   )r   r^   r%   r:   rX   r   r   rj   r    r    r!   r:      s   	

z!AccountSecretContext.update_asyncc                 C   r;   )r<   r=   c                 s   r>   r?   r@   rB   r    r    r!   rF     rG   z0AccountSecretContext.__repr__.<locals>.<genexpr>z.<Twilio.Microvisor.V1.AccountSecretContext {}>rH   rK   r    r    r!   rM     rN   zAccountSecretContext.__repr__)rP   rQ   rR   r   rT   r   rV   r*   r.   r   r1   r3   r7   r:   rM   rW   r    r    r   r!   r#      s    r#   c                   @   s4   e Zd Zdeeef defddZdefddZdS )AccountSecretPager   r"   c                 C   s   t | j|S )zs
        Build an instance of AccountSecretInstance

        :param payload: Payload response from the API
        )r   r%   )r   r   r    r    r!   get_instance  s   zAccountSecretPage.get_instancec                 C      dS )r<   z(<Twilio.Microvisor.V1.AccountSecretPage>r    r&   r    r    r!   rM   "     zAccountSecretPage.__repr__N)	rP   rQ   rR   r   rT   r   r   rl   rM   r    r    r    r!   rk     s    rk   c                	       s  e Zd Zdef fddZdededefddZdededefd	d
Z		d'de	e
 de	e
 dee fddZ		d'de	e
 de	e
 dee fddZ		d'de	e
 de	e
 dee fddZ		d'de	e
 de	e
 dee fd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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dZdedefddZdedefdd Zdedefd!d"Zdedefd#d$Zdefd%d&Z  ZS )(AccountSecretListr   c                    s   t  | d| _dS )zo
        Initialize the AccountSecretList

        :param version: Version that contains the resource

        z/SecretsN)r   r   rX   )r   r   r   r    r!   r   -  s   
zAccountSecretList.__init__r   r4   r"   c                 C   sP   t ||d}t ddi}d|d< d|d< | jjd| j||d}t| j|S )z
        Create the AccountSecretInstance

        :param key: The secret key; up to 100 characters.
        :param value: The secret value; up to 4096 characters.

        :returns: The created AccountSecretInstance
        Keyrd   rf   re   r`   ra   rg   rh   )r   r^   r%   createrX   r   r   r   r4   ri   r]   r   r    r    r!   rr   8  s   

zAccountSecretList.createc                    sX   t ||d}t ddi}d|d< d|d< | jjd| j||dI dH }t| j|S )	z
        Asynchronously create the AccountSecretInstance

        :param key: The secret key; up to 100 characters.
        :param value: The secret value; up to 4096 characters.

        :returns: The created AccountSecretInstance
        rp   rf   re   r`   ra   rg   rh   N)r   r^   r%   create_asyncrX   r   rs   r    r    r!   rt   T  s   

zAccountSecretList.create_asyncNlimit	page_sizec                 C   s0   | j ||}| j|d d}| j ||d S )ac  
        Streams AccountSecretInstance 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
        rv   rv   ru   )r%   read_limitspagestreamr   ru   rv   limitsry   r    r    r!   rz   p  s   zAccountSecretList.streamc                    s8   | j ||}| j|d dI dH }| j ||d S )ar  
        Asynchronously streams AccountSecretInstance 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
        rv   rw   Nru   )r%   rx   
page_asyncstream_asyncr{   r    r    r!   r~     s   zAccountSecretList.stream_asyncc                 C   s   t | j||dS )a   
        Lists AccountSecretInstance 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
        ru   rv   )listrz   r   ru   rv   r    r    r!   r     s   zAccountSecretList.listc                    s&   dd | j ||dI dH 2 I dH S )a  
        Asynchronously lists AccountSecretInstance 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
        c                    s   g | z3 d H W }|q6 S rO   r    )rC   recordr    r    r!   
<listcomp>  s
    z0AccountSecretList.list_async.<locals>.<listcomp>r   N)r~   r   r    r    r!   
list_async  s   
zAccountSecretList.list_async
page_tokenpage_numberc                 C   sJ   t |||d}t ddi}d|d< | jjd| j||d}t| j|S )a  
        Retrieve a single page of AccountSecretInstance 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 AccountSecretInstance
        	PageTokenr   PageSizerf   re   r`   ra   rb   r[   r\   paramsr]   )r   r^   r%   ry   rX   rk   r   r   r   rv   ri   r]   responser    r    r!   ry     s   
zAccountSecretList.pagec                    sR   t |||d}t ddi}d|d< | jjd| j||dI dH }t| j|S )	a  
        Asynchronously retrieve a single page of AccountSecretInstance 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 AccountSecretInstance
        r   rf   re   r`   ra   rb   r   N)r   r^   r%   r}   rX   rk   r   r    r    r!   r}     s   
zAccountSecretList.page_async
target_urlc                 C   s   | j jjd|}t| j |S )z
        Retrieve a specific page of AccountSecretInstance records from the API.
        Request is executed immediately

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

        :returns: Page of AccountSecretInstance
        rb   )r%   domaintwiliorequestrk   r   r   r   r    r    r!   get_page  s   	zAccountSecretList.get_pagec                    s&   | j jjd|I dH }t| j |S )a  
        Asynchronously retrieve a specific page of AccountSecretInstance records from the API.
        Request is executed immediately

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

        :returns: Page of AccountSecretInstance
        rb   N)r%   r   r   request_asyncrk   r   r    r    r!   get_page_async%  s   	z AccountSecretList.get_page_asyncc                 C      t | j|dS zn
        Constructs a AccountSecretContext

        :param key: The secret key; up to 100 characters.
        r$   r#   r%   r   r   r    r    r!   r   1     zAccountSecretList.getc                 C   r   r   r   r   r    r    r!   __call__9  r   zAccountSecretList.__call__c                 C   rm   )r<   z(<Twilio.Microvisor.V1.AccountSecretList>r    r&   r    r    r!   rM   A  rn   zAccountSecretList.__repr__)NN) rP   rQ   rR   r   r   rT   r   rr   rt   r   intr   rz   r	   r~   r   r   r   r   unsetr   objectrk   ry   r}   r   r   r#   r   r   rM   rW   r    r    r   r!   ro   +  s    







#



!ro   N)rS   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#   rk   ro   r    r    r    r!   <module>   s    $l 