403Webshell
Server IP : 162.144.4.212  /  Your IP : 216.73.216.108
Web Server : Apache
System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User : cozeellc ( 2980)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /usr/lib/python3.9/site-packages/oci/queue/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.9/site-packages/oci/queue/__pycache__/queue_admin_client.cpython-39.pyc
a

���fa�@s�ddlmZddlmZddlmZddlmZmZddlm	Z	ddl
mZmZddl
mZddlmZmZmZdd	lmZdd
lmZddlmZed
�ZGdd�de�ZdS)�)�absolute_import)�requests)�six)�retry�circuit_breaker)�
BaseClient)�get_config_value_or_default�validate_config)�Signer)�Sentinel�#get_signer_from_authentication_type�AUTHENTICATION_TYPE_FIELD_NAME)�InvalidAlloyConfig)�OCI_SDK_ENABLED_SERVICES_SET�)�queue_type_mappingZMissingc@speZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dd�Zdd�Zdd�Z
dd�Zdd�ZdS)�QueueAdminClientz�
    Use the Queue API to produce and consume messages, create queues, and manage related items. For more information, see [Queue](/iaas/Content/queue/overview.htm).
    c
Ks&t�d�std��t||�d�d�d|vr6|d}nDt|vrHt|�}n2t|d|d|d|�d�t|d	�|�d
�d�}d|�d
�ddi|�dd�|�dt	j
�|�d�d�}d|vr�|�d�|d<|�d�dur�t	j|d<d|vr�|�d�|d<td||t
fi|��|_|�d�|_|�d�|_dS)a�
        Creates a new service client

        :param dict config:
            Configuration keys and values as per `SDK and Tool Configuration <https://docs.cloud.oracle.com/Content/API/Concepts/sdkconfig.htm>`__.
            The :py:meth:`~oci.config.from_file` method can be used to load configuration from a file. Alternatively, a ``dict`` can be passed. You can validate_config
            the dict using :py:meth:`~oci.config.validate_config`

        :param str service_endpoint: (optional)
            The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``. If this keyword argument is
            not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit
            need to specify a service endpoint.

        :param timeout: (optional)
            The connection and read timeouts for the client. The default values are connection timeout 10 seconds and read timeout 60 seconds. This keyword argument can be provided
            as a single float, in which case the value provided is used for both the read and connection timeouts, or as a tuple of two floats. If
            a tuple is provided then the first value is used as the connection timeout and the second value as the read timeout.
        :type timeout: float or tuple(float, float)

        :param signer: (optional)
            The signer to use when signing requests made by the service client. The default is to use a :py:class:`~oci.signer.Signer` based on the values
            provided in the config parameter.

            One use case for this parameter is for `Instance Principals authentication <https://docs.cloud.oracle.com/Content/Identity/Tasks/callingservicesfrominstances.htm>`__
            by passing an instance of :py:class:`~oci.auth.signers.InstancePrincipalsSecurityTokenSigner` as the value for this keyword argument
        :type signer: :py:class:`~oci.signer.AbstractBaseSigner`

        :param obj retry_strategy: (optional)
            A retry strategy to apply to all calls made by this service client (i.e. at the client level). There is no retry strategy applied by default.
            Retry strategies can also be applied at the operation level by passing a ``retry_strategy`` keyword argument as part of calling the operation.
            Any value provided at the operation level will override whatever is specified at the client level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
            is also available. The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

        :param obj circuit_breaker_strategy: (optional)
            A circuit breaker strategy to apply to all calls made by this service client (i.e. at the client level).
            This client uses :py:data:`~oci.circuit_breaker.DEFAULT_CIRCUIT_BREAKER_STRATEGY` as default if no circuit breaker strategy is provided.
            The specifics of circuit breaker strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/circuit_breakers.html>`__.

        :param function circuit_breaker_callback: (optional)
            Callback function to receive any exceptions triggerred by the circuit breaker.

        :param bool client_level_realm_specific_endpoint_template_enabled: (optional)
            A boolean flag to indicate whether or not this client should be created with realm specific endpoint template enabled or disable. By default, this will be set as None.

        :param allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this client should allow control characters in the response object. By default, the client will not
            allow control characters to be in the response object.
        ZqueueaThe Alloy configuration has disabled this service, this behavior is controlled by OCI_SDK_ENABLED_SERVICES_SET variable. Please check if your local alloy-config file configured the service you're targeting or contact the cloud provider on the availability of this service�signer)r�tenancy�user�fingerprintZkey_file�pass_phraseZkey_content)rrrZprivate_key_file_locationrZprivate_key_contentT�service_endpointz	/20210201z2https://messaging.{region}.oci.{secondLevelDomain}�skip_deserializationF�circuit_breaker_strategy�5client_level_realm_specific_endpoint_template_enabled)Zregional_clientr�	base_pathZservice_endpoint_templateZ#service_endpoint_template_per_realmrrr�timeoutN�allow_control_charsZqueue_admin�retry_strategy�circuit_breaker_callback)rZis_service_enabledrr	�getr
rr
rrZGLOBAL_CIRCUIT_BREAKER_STRATEGYZ DEFAULT_CIRCUIT_BREAKER_STRATEGYrr�base_clientrr )�selfZconfig�kwargsrZbase_client_init_kwargs�r%�@/usr/lib/python3.9/site-packages/oci/queue/queue_admin_client.py�__init__sB3


�

�

zQueueAdminClient.__init__cs�dg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|du�rt
j}|�rZt|t
j��s2|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)a�
        Moves a queue from one compartment to another. When provided, If-Match is checked against ETag values of the resource.


        :param str queue_id: (required)
            The unique queue identifier.

        :param oci.queue.models.ChangeQueueCompartmentDetails change_queue_compartment_details: (required)
            The information to be updated.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/change_queue_compartment.py.html>`__ to see an example of how to use change_queue_compartment API.
        �queueIdz+/queues/{queueId}/actions/changeCompartment�POST�change_queue_compartmentzQhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/Queue/ChangeQueueCompartment�rr�if_match�opc_request_idcsg|]}|�vr|�qSr%r%��.0Z_key�Zexpected_kwargsr%r&�
<listcomp>��z=QueueAdminClient.change_queue_compartment.<locals>.<listcomp>z-change_queue_compartment got unknown kwargs: cSsi|]\}}|tur||�qSr%��missing�r/�k�vr%r%r&�
<dictcomp>�r2z=QueueAdminClient.change_queue_compartment.<locals>.<dictcomp>Nr�
Parameter �+ cannot be None, whitespace or empty string�application/jsonr,r-��accept�content-typezif-match�opc-request-idcSs&i|]\}}|tur|dur||�qS�Nr3r5r%r%r&r8�r2r�Zoperation_retry_strategyZclient_retry_strategyr�	�
resource_path�method�path_params�
header_params�bodyr�operation_name�api_reference_link�required_arguments�r�iterkeys�
ValueError�	iteritems�
isinstanceZstring_types�len�stripr!r4r"�get_preferred_retry_strategyrr�DEFAULT_RETRY_STRATEGY�NoneRetryStrategy�add_opc_client_retries_header�add_circuit_breaker_callbackr �make_retrying_call�call_api)r#�queue_idZ change_queue_compartment_detailsr$rJrCrDrHrI�extra_kwargsrEr6r7rFrr%r0r&r*wsp(��$

��
��z)QueueAdminClient.change_queue_compartmentcsg}d}d}d}d}gd���fdd�t�|�D�}|rFtd|����d	d	|�d
t�|�dt�d�}	d
d�t�|	�D�}	|jj|�d�|jd�}
|
dur�t	j
}
|
r�t|
t	j�s�|j�
|	�|j�|	�|
�|j�|
j|jj|||	||�d�|||d�	S|jj|||	||�d�|||d�SdS)ab
        Creates a new queue.


        :param oci.queue.models.CreateQueueDetails create_queue_details: (required)
            Details for the new Queue.

        :param str opc_retry_token: (optional)
            A token that uniquely identifies a request so it can be retried in case of a timeout or
            server error without risk of executing that same action again. Retry tokens expire after 24
            hours, but can be invalidated before then due to conflicting operations. For example, if a resource
            has been deleted and purged from the system, then a retry of the original creation request
            might be rejected.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/create_queue.py.html>`__ to see an example of how to use create_queue API.
        �/queuesr)�create_queuezFhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/Queue/CreateQueue)rr�opc_retry_tokenr-csg|]}|�vr|�qSr%r%r.r0r%r&r1r2z1QueueAdminClient.create_queue.<locals>.<listcomp>z!create_queue got unknown kwargs: r;r]r-)r=r>zopc-retry-tokenr?cSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8"r2z1QueueAdminClient.create_queue.<locals>.<dictcomp>rrANr)rCrDrFrGrrHrIrJ)rrLrMr!r4rNr"rRrrrSrOrTZadd_opc_retry_token_if_neededrUrVr rWrX)r#Zcreate_queue_detailsr$rJrCrDrHrIrZrFrr%r0r&r\�sb%�

����zQueueAdminClient.create_queuecs~dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
du�rt
j}
|
�rXt|
t
j��s2|j
�|�|
�|j�|
j|j
j|||	||�d�|||d�	S|j
j|||	||�d�|||d�SdS)a�
        Deletes a queue resource by identifier.


        :param str queue_id: (required)
            The unique queue identifier.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/delete_queue.py.html>`__ to see an example of how to use delete_queue API.
        r(�/queues/{queueId}ZDELETE�delete_queuezFhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/Queue/DeleteQueuer+csg|]}|�vr|�qSr%r%r.r0r%r&r1wr2z1QueueAdminClient.delete_queue.<locals>.<listcomp>z!delete_queue got unknown kwargs: cSsi|]\}}|tur||�qSr%r3r5r%r%r&r8�r2z1QueueAdminClient.delete_queue.<locals>.<dictcomp>Nrr9r:r;r,r-r<cSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8�r2rrAr)rCrDrErFrrHrIrJrK�r#rYr$rJrCrDrHrIrZrEr6r7rFrr%r0r&r_Esl%��$

��
��zQueueAdminClient.delete_queuecsvdg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
dur�t
j}
|
�rNt|
t
j��s&|j
�|�|
�|j�|
j|j
j|||	|d|�d�|||d�
S|j
j|||	|d|�d�|||d�	SdS)ac
        Gets a queue by identifier.


        :param str queue_id: (required)
            The unique queue identifier.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.queue.models.Queue`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/get_queue.py.html>`__ to see an example of how to use get_queue API.
        r(r^�GET�	get_queuezChttps://docs.oracle.com/iaas/api/#/en/queue/20210201/Queue/GetQueue�rrr-csg|]}|�vr|�qSr%r%r.r0r%r&r1�r2z.QueueAdminClient.get_queue.<locals>.<listcomp>zget_queue got unknown kwargs: cSsi|]\}}|tur||�qSr%r3r5r%r%r&r8�r2z.QueueAdminClient.get_queue.<locals>.<dictcomp>Nrr9r:r;r-�r=r>r?cSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8�r2rrAZQueuer�	rCrDrErF�
response_typerrHrIrJrKr`r%r0r&rb�sn��$
����zQueueAdminClient.get_queuecsvdg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qndd|�dt	�d�}dd�t�|�D�}|j
j|�d�|jd�}
|
dur�t
j}
|
�rNt|
t
j��s&|j
�|�|
�|j�|
j|j
j|||	|d|�d�|||d�
S|j
j|||	|d|�d�|||d�	SdS)a�
        Gets the status of the work request with the given ID.


        :param str work_request_id: (required)
            The ID of the asynchronous request.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.queue.models.WorkRequest`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
        �
workRequestIdz/workRequests/{workRequestId}ra�get_work_requestzOhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/WorkRequest/GetWorkRequestrccsg|]}|�vr|�qSr%r%r.r0r%r&r1:r2z5QueueAdminClient.get_work_request.<locals>.<listcomp>z%get_work_request got unknown kwargs: cSsi|]\}}|tur||�qSr%r3r5r%r%r&r8Cr2z5QueueAdminClient.get_work_request.<locals>.<dictcomp>Nrr9r:r;r-rdcSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8Nr2rrAZWorkRequestrrerK)r#�work_request_idr$rJrCrDrHrIrZrEr6r7rFrr%r0r&rhsn��$
����z!QueueAdminClient.get_work_requestcs�g}d}d}d}d}gd���fdd�t�|�D�}|rFtd|����d	|vrpgd
�}|d	|vrptd|����d|vr�d
dg}	|d|	vr�td|	����d|vr�ddg}
|d|
vr�td|
����|�dt�|�d	t�|�dt�|�dt�|�dt�|�dt�|�dt�|�dt�d�}dd�t�|�D�}dd|�dt�d�}dd�t�|�D�}|jj|�d �|jd!�}
|
d"u�r~t	j
}
|
�r�t|
t	j��s�|j�
|�|
�|j�|
j|jj||||d#|�d$�|||d%�
S|jj||||d#|�d$�|||d%�	Sd"S)&a


        Returns a list of queues.


        :param str compartment_id: (optional)
            The `OCID`__ of the compartment in which to list resources.

            __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm

        :param str lifecycle_state: (optional)
            A filter to return only resources their lifecycleState matches the given lifecycleState.

            Allowed values are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE"

        :param str display_name: (optional)
            A filter to return only resources that match the entire display name given.

        :param str id: (optional)
            The unique queue identifier.

        :param int limit: (optional)
            For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param str page: (optional)
            For list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param str sort_order: (optional)
            The sort order to use, either 'asc' or 'desc'.

            Allowed values are: "ASC", "DESC"

        :param str sort_by: (optional)
            The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.

            Allowed values are: "timeCreated", "displayName"

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.queue.models.QueueCollection`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/list_queues.py.html>`__ to see an example of how to use list_queues API.
        r[ra�list_queueszOhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/QueueCollection/ListQueues)rr�compartment_id�lifecycle_state�display_name�id�limit�page�
sort_order�sort_byr-csg|]}|�vr|�qSr%r%r.r0r%r&r1�r2z0QueueAdminClient.list_queues.<locals>.<listcomp>z list_queues got unknown kwargs: rl)ZCREATINGZUPDATINGZACTIVEZDELETINGZDELETEDZFAILEDZINACTIVEz4Invalid value for `lifecycle_state`, must be one of rqZASCZDESCz/Invalid value for `sort_order`, must be one of rrZtimeCreated�displayNamez,Invalid value for `sort_by`, must be one of rkrmrnrorp)�
compartmentIdZlifecycleStatersrnrorpZ	sortOrderZsortBycSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8�r2z0QueueAdminClient.list_queues.<locals>.<dictcomp>r;r-rdcSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8�r2rrANZQueueCollectionr�	rCrD�query_paramsrFrfrrHrIrJ�rrLrMr!r4rNr"rRrrrSrOrTrUrVr rWrX)r#r$rJrCrDrHrIrZZlifecycle_state_allowed_valuesZsort_order_allowed_valuesZsort_by_allowed_valuesrvrFrr%r0r&rjrs�?
����







�

��
��zQueueAdminClient.list_queuesc
s�dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qn|�dt	�|�dt	�d�}dd�t�|�D�}dd|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|du�r*t
j}|�r�t|t
j��sV|j
�|
�|�|j�|j|j
j|||	||
d|�d�|||d�S|j
j|||	||
d|�d�|||d�
SdS)aB	
        Return a (paginated) list of errors for a given work request.


        :param str work_request_id: (required)
            The ID of the asynchronous request.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param str page: (optional)
            For list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param int limit: (optional)
            For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.queue.models.WorkRequestErrorCollection`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
        rgz$/workRequests/{workRequestId}/errorsra�list_work_request_errorszehttps://docs.oracle.com/iaas/api/#/en/queue/20210201/WorkRequestErrorCollection/ListWorkRequestErrors�rrr-rprocsg|]}|�vr|�qSr%r%r.r0r%r&r1Jr2z=QueueAdminClient.list_work_request_errors.<locals>.<listcomp>z-list_work_request_errors got unknown kwargs: cSsi|]\}}|tur||�qSr%r3r5r%r%r&r8Sr2z=QueueAdminClient.list_work_request_errors.<locals>.<dictcomp>Nrr9r:rpro�rprocSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8]r2r;r-rdcSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8dr2rrAZWorkRequestErrorCollectionr�
rCrDrErvrFrfrrHrIrJrK�r#rir$rJrCrDrHrIrZrEr6r7rvrFrr%r0r&rxsz(��$

�
��
�
�z)QueueAdminClient.list_work_request_errorsc
s�dg}d}d}d}d}gd���fdd�t�|�D�}|rHtd	|����d|i}	d
d�t�|	�D�}	t�|	�D]<\}
}|dus�t|tj�rnt|���d
krntd|
�d���qn|�dt	�|�dt	�d�}dd�t�|�D�}dd|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|du�r*t
j}|�r�t|t
j��sV|j
�|
�|�|j�|j|j
j|||	||
d|�d�|||d�S|j
j|||	||
d|�d�|||d�
SdS)a?	
        Return a (paginated) list of logs for a given work request.


        :param str work_request_id: (required)
            The ID of the asynchronous request.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param str page: (optional)
            For list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param int limit: (optional)
            For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.queue.models.WorkRequestLogEntryCollection`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
        rgz"/workRequests/{workRequestId}/logsra�list_work_request_logszfhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/WorkRequestLogEntryCollection/ListWorkRequestLogsrycsg|]}|�vr|�qSr%r%r.r0r%r&r1�r2z;QueueAdminClient.list_work_request_logs.<locals>.<listcomp>z+list_work_request_logs got unknown kwargs: cSsi|]\}}|tur||�qSr%r3r5r%r%r&r8�r2z;QueueAdminClient.list_work_request_logs.<locals>.<dictcomp>Nrr9r:rprorzcSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8�r2r;r-rdcSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8�r2rrAZWorkRequestLogEntryCollectionrr{rKr|r%r0r&r}�sz(��$

�
��
�
�z'QueueAdminClient.list_work_request_logscsRg}d}d}d}d}gd���fdd�t�|�D�}|rFtd|����|�d	t�|�d
t�|�dt�|�dt�d
�}dd�t�|�D�}dd|�dt�d�}	dd�t�|	�D�}	|jj|�d�|jd�}
|
dur�t	j
}
|
�r*t|
t	j��s|j�
|	�|
�|j�|
j|jj||||	d|�d�|||d�
S|jj||||	d|�d�|||d�	SdS)a�	
        Lists the work requests in a compartment.


        :param str compartment_id: (optional)
            The `OCID`__ of the compartment in which to list resources.

            __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm

        :param str work_request_id: (optional)
            The ID of the asynchronous work request.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param str page: (optional)
            For list pagination. The value of the opc-next-page response header from the previous "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param int limit: (optional)
            For list pagination. The maximum number of results per page, or items to return in a paginated "List" call. For important details about how pagination works, see `List Pagination`__.

            __ https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.queue.models.WorkRequestSummaryCollection`
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
        z
/workRequestsra�list_work_requestszbhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/WorkRequestSummaryCollection/ListWorkRequests)rrrkrir-rprocsg|]}|�vr|�qSr%r%r.r0r%r&r1=r2z7QueueAdminClient.list_work_requests.<locals>.<listcomp>z'list_work_requests got unknown kwargs: rkrirpro)rtrgrprocSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8Hr2z7QueueAdminClient.list_work_requests.<locals>.<dictcomp>r;r-rdcSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8Or2rrANZWorkRequestSummaryCollectionrrurw)r#r$rJrCrDrHrIrZrvrFrr%r0r&r~sn-	�



�
����z#QueueAdminClient.list_work_requestscs�dg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|du�rt
j}|�rZt|t
j��s2|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)a�	
        Deletes all messages present in the queue, or deletes all the messages in the specific channel at the time of invocation. Only one concurrent purge operation is supported for any given queue.
        However multiple concurrent purge operations are supported for different queues.
        Purge request without specification of target channels will clean up all messages in the queue and in the child channels.


        :param str queue_id: (required)
            The unique queue identifier.

        :param oci.queue.models.PurgeQueueDetails purge_queue_details: (required)
            The information to be updated.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/purge_queue.py.html>`__ to see an example of how to use purge_queue API.
        r(z/queues/{queueId}/actions/purger)�purge_queuezEhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/Queue/PurgeQueuer+csg|]}|�vr|�qSr%r%r.r0r%r&r1�r2z0QueueAdminClient.purge_queue.<locals>.<listcomp>z purge_queue got unknown kwargs: cSsi|]\}}|tur||�qSr%r3r5r%r%r&r8�r2z0QueueAdminClient.purge_queue.<locals>.<dictcomp>Nrr9r:r;r,r-r<cSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8�r2rrArrBrK)r#rYZpurge_queue_detailsr$rJrCrDrHrIrZrEr6r7rFrr%r0r&rssp*��$

��
��zQueueAdminClient.purge_queuecs�dg}d}d}d}d}gd���fdd�t�|�D�}	|	rHtd	|	����d|i}
d
d�t�|
�D�}
t�|
�D]<\}}|dus�t|tj�rnt|���d
krntd|�d���qndd|�dt	�|�dt	�d�}
dd�t�|
�D�}
|j
j|�d�|jd�}|du�rt
j}|�rZt|t
j��s2|j
�|
�|�|j�|j|j
j|||
|
||�d�|||d�
S|j
j|||
|
||�d�|||d�	SdS)a_
        Updates the specified queue.


        :param str queue_id: (required)
            The unique queue identifier.

        :param oci.queue.models.UpdateQueueDetails update_queue_details: (required)
            The information to be updated.

        :param str if_match: (optional)
            For optimistic concurrency control. In the PUT or DELETE call
            for a resource, set the `if-match` parameter to the value of the
            etag from a previous GET or POST response for that resource.
            The resource will be updated or deleted only if the etag you
            provide matches the resource's current etag value.

        :param str opc_request_id: (optional)
            Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

        :param obj retry_strategy: (optional)
            A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.

            This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
            The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.

            To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.

        :param bool allow_control_chars: (optional)
            allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
            By default, the response will not allow control characters in strings

        :return: A :class:`~oci.response.Response` object with data of type None
        :rtype: :class:`~oci.response.Response`

        :example:
        Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/queue/update_queue.py.html>`__ to see an example of how to use update_queue API.
        r(r^ZPUT�update_queuezFhttps://docs.oracle.com/iaas/api/#/en/queue/20210201/Queue/UpdateQueuer+csg|]}|�vr|�qSr%r%r.r0r%r&r1r2z1QueueAdminClient.update_queue.<locals>.<listcomp>z!update_queue got unknown kwargs: cSsi|]\}}|tur||�qSr%r3r5r%r%r&r8!r2z1QueueAdminClient.update_queue.<locals>.<dictcomp>Nrr9r:r;r,r-r<cSs&i|]\}}|tur|dur||�qSr@r3r5r%r%r&r8-r2rrArrBrK)r#rYZupdate_queue_detailsr$rJrCrDrHrIrZrEr6r7rFrr%r0r&r��sp(��$

��
��zQueueAdminClient.update_queueN)�__name__�
__module__�__qualname__�__doc__r'r*r\r_rbrhrjrxr}r~rr�r%r%r%r&rs[n`ibb#vvsprN)Z
__future__rZoci._vendorrrZocirrZoci.base_clientrZ
oci.configrr	Z
oci.signerr
Zoci.utilrrr
Zoci.exceptionsrZ	oci.alloyrZmodelsrr4�objectrr%r%r%r&�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit