huaweicloudsdkdrs 3.1.136__py2.py3-none-any.whl → 3.1.138__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -454,10 +454,12 @@ class DrsAsyncClient(Client):
454
454
  :type request: :class:`huaweicloudsdkdrs.v5.BatchTagActionRequest`
455
455
  :rtype: :class:`huaweicloudsdkdrs.v5.BatchTagActionResponse`
456
456
  """
457
+ warnings.warn("Method 'batch_tag_action_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
457
458
  http_info = self._batch_tag_action_http_info(request)
458
459
  return self._call_api(**http_info)
459
460
 
460
461
  def batch_tag_action_async_invoker(self, request):
462
+ warnings.warn("Method 'batch_tag_action_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
461
463
  http_info = self._batch_tag_action_http_info(request)
462
464
  return AsyncInvoker(self, http_info)
463
465
 
@@ -804,10 +806,12 @@ class DrsAsyncClient(Client):
804
806
  :type request: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncRequest`
805
807
  :rtype: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncResponse`
806
808
  """
809
+ warnings.warn("Method 'collect_db_objects_async_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
807
810
  http_info = self._collect_db_objects_async_http_info(request)
808
811
  return self._call_api(**http_info)
809
812
 
810
813
  def collect_db_objects_async_async_invoker(self, request):
814
+ warnings.warn("Method 'collect_db_objects_async_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
811
815
  http_info = self._collect_db_objects_async_http_info(request)
812
816
  return AsyncInvoker(self, http_info)
813
817
 
@@ -2348,10 +2352,12 @@ class DrsAsyncClient(Client):
2348
2352
  :type request: :class:`huaweicloudsdkdrs.v5.ListDbObjectsRequest`
2349
2353
  :rtype: :class:`huaweicloudsdkdrs.v5.ListDbObjectsResponse`
2350
2354
  """
2355
+ warnings.warn("Method 'list_db_objects_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
2351
2356
  http_info = self._list_db_objects_http_info(request)
2352
2357
  return self._call_api(**http_info)
2353
2358
 
2354
2359
  def list_db_objects_async_invoker(self, request):
2360
+ warnings.warn("Method 'list_db_objects_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
2355
2361
  http_info = self._list_db_objects_http_info(request)
2356
2362
  return AsyncInvoker(self, http_info)
2357
2363
 
@@ -3025,10 +3031,12 @@ class DrsAsyncClient(Client):
3025
3031
  :type request: :class:`huaweicloudsdkdrs.v5.ListProjectTagsRequest`
3026
3032
  :rtype: :class:`huaweicloudsdkdrs.v5.ListProjectTagsResponse`
3027
3033
  """
3034
+ warnings.warn("Method 'list_project_tags_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
3028
3035
  http_info = self._list_project_tags_http_info(request)
3029
3036
  return self._call_api(**http_info)
3030
3037
 
3031
3038
  def list_project_tags_async_invoker(self, request):
3039
+ warnings.warn("Method 'list_project_tags_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
3032
3040
  http_info = self._list_project_tags_http_info(request)
3033
3041
  return AsyncInvoker(self, http_info)
3034
3042
 
@@ -4652,10 +4660,12 @@ class DrsAsyncClient(Client):
4652
4660
  :type request: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsRequest`
4653
4661
  :rtype: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsResponse`
4654
4662
  """
4663
+ warnings.warn("Method 'show_instance_tags_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
4655
4664
  http_info = self._show_instance_tags_http_info(request)
4656
4665
  return self._call_api(**http_info)
4657
4666
 
4658
4667
  def show_instance_tags_async_invoker(self, request):
4668
+ warnings.warn("Method 'show_instance_tags_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
4659
4669
  http_info = self._show_instance_tags_http_info(request)
4660
4670
  return AsyncInvoker(self, http_info)
4661
4671
 
@@ -453,10 +453,12 @@ class DrsClient(Client):
453
453
  :type request: :class:`huaweicloudsdkdrs.v5.BatchTagActionRequest`
454
454
  :rtype: :class:`huaweicloudsdkdrs.v5.BatchTagActionResponse`
455
455
  """
456
+ warnings.warn("Method 'batch_tag_action' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
456
457
  http_info = self._batch_tag_action_http_info(request)
457
458
  return self._call_api(**http_info)
458
459
 
459
460
  def batch_tag_action_invoker(self, request):
461
+ warnings.warn("Method 'batch_tag_action_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
460
462
  http_info = self._batch_tag_action_http_info(request)
461
463
  return SyncInvoker(self, http_info)
462
464
 
@@ -803,10 +805,12 @@ class DrsClient(Client):
803
805
  :type request: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncRequest`
804
806
  :rtype: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncResponse`
805
807
  """
808
+ warnings.warn("Method 'collect_db_objects_async' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
806
809
  http_info = self._collect_db_objects_async_http_info(request)
807
810
  return self._call_api(**http_info)
808
811
 
809
812
  def collect_db_objects_async_invoker(self, request):
813
+ warnings.warn("Method 'collect_db_objects_async_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
810
814
  http_info = self._collect_db_objects_async_http_info(request)
811
815
  return SyncInvoker(self, http_info)
812
816
 
@@ -2347,10 +2351,12 @@ class DrsClient(Client):
2347
2351
  :type request: :class:`huaweicloudsdkdrs.v5.ListDbObjectsRequest`
2348
2352
  :rtype: :class:`huaweicloudsdkdrs.v5.ListDbObjectsResponse`
2349
2353
  """
2354
+ warnings.warn("Method 'list_db_objects' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
2350
2355
  http_info = self._list_db_objects_http_info(request)
2351
2356
  return self._call_api(**http_info)
2352
2357
 
2353
2358
  def list_db_objects_invoker(self, request):
2359
+ warnings.warn("Method 'list_db_objects_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
2354
2360
  http_info = self._list_db_objects_http_info(request)
2355
2361
  return SyncInvoker(self, http_info)
2356
2362
 
@@ -3024,10 +3030,12 @@ class DrsClient(Client):
3024
3030
  :type request: :class:`huaweicloudsdkdrs.v5.ListProjectTagsRequest`
3025
3031
  :rtype: :class:`huaweicloudsdkdrs.v5.ListProjectTagsResponse`
3026
3032
  """
3033
+ warnings.warn("Method 'list_project_tags' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
3027
3034
  http_info = self._list_project_tags_http_info(request)
3028
3035
  return self._call_api(**http_info)
3029
3036
 
3030
3037
  def list_project_tags_invoker(self, request):
3038
+ warnings.warn("Method 'list_project_tags_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
3031
3039
  http_info = self._list_project_tags_http_info(request)
3032
3040
  return SyncInvoker(self, http_info)
3033
3041
 
@@ -4651,10 +4659,12 @@ class DrsClient(Client):
4651
4659
  :type request: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsRequest`
4652
4660
  :rtype: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsResponse`
4653
4661
  """
4662
+ warnings.warn("Method 'show_instance_tags' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
4654
4663
  http_info = self._show_instance_tags_http_info(request)
4655
4664
  return self._call_api(**http_info)
4656
4665
 
4657
4666
  def show_instance_tags_invoker(self, request):
4667
+ warnings.warn("Method 'show_instance_tags_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
4658
4668
  http_info = self._show_instance_tags_http_info(request)
4659
4669
  return SyncInvoker(self, http_info)
4660
4670
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkdrs
3
- Version: 3.1.136
3
+ Version: 3.1.138
4
4
  Summary: DRS
5
5
  Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
6
6
  Author: HuaweiCloud SDK
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
22
22
  Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: huaweicloudsdkcore>=3.1.136
25
+ Requires-Dist: huaweicloudsdkcore>=3.1.138
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -262,8 +262,8 @@ huaweicloudsdkdrs/v3/model/user_role_vo.py,sha256=DE95DIyHWAj3bK6vKIqvF6p092TbAn
262
262
  huaweicloudsdkdrs/v3/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
263
263
  huaweicloudsdkdrs/v3/region/drs_region.py,sha256=CvlLIimzXpKDZr2y2FXDPdKVqErJsb8lqTmKXm3EFNQ,4890
264
264
  huaweicloudsdkdrs/v5/__init__.py,sha256=VhqRRvyIaaqWnPd1pd17cArdulcb1a-3G4y4NUtRUPc,31660
265
- huaweicloudsdkdrs/v5/drs_async_client.py,sha256=xlVxRB8nL1C8g0hR54V7Vbdk4KmV4hGetvOlN2AQynk,232198
266
- huaweicloudsdkdrs/v5/drs_client.py,sha256=wjN01IE21qKwGUOOb46I0hdjKrrcmiG8U38C_nuvXZk,232277
265
+ huaweicloudsdkdrs/v5/drs_async_client.py,sha256=tFea5AKW89IyhMKqQA8LP5dml7Z1NayqXLPtryIP8UM,233778
266
+ huaweicloudsdkdrs/v5/drs_client.py,sha256=t4jd3AyEZBhXgdGTV6GDQEZszbuZLRKoKMhMqLc7oZ8,233747
267
267
  huaweicloudsdkdrs/v5/model/__init__.py,sha256=d8D_obABnBtXNmXFwfeZESpMPwPA2dk8RbF4yxN5lIM,31574
268
268
  huaweicloudsdkdrs/v5/model/action_base_resp.py,sha256=ttC50jaMIRDTAmaW16u4G-FhhBnod0feaA4hWfoXptc,5636
269
269
  huaweicloudsdkdrs/v5/model/action_params.py,sha256=wXWOZL20nQM2u2nQWh4Y7izH494AC2Irx2U3zzsl8hY,13763
@@ -629,8 +629,8 @@ huaweicloudsdkdrs/v5/model/validate_job_name_request.py,sha256=74qQd020c2h8BdFUs
629
629
  huaweicloudsdkdrs/v5/model/validate_job_name_response.py,sha256=Yehy1O1CeximGx5YvOn7luyGGLz__HTT-tWpZTV0BUE,4895
630
630
  huaweicloudsdkdrs/v5/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
631
631
  huaweicloudsdkdrs/v5/region/drs_region.py,sha256=CvlLIimzXpKDZr2y2FXDPdKVqErJsb8lqTmKXm3EFNQ,4890
632
- huaweicloudsdkdrs-3.1.136.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
633
- huaweicloudsdkdrs-3.1.136.dist-info/METADATA,sha256=8OfrG7PJgUp8B2xNbhHqankp-SfcNudg1OhGtEmNNDQ,1135
634
- huaweicloudsdkdrs-3.1.136.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
635
- huaweicloudsdkdrs-3.1.136.dist-info/top_level.txt,sha256=FJmOnPaGx7WoM_NJdeECns2-V--JJZyO0PVtyQAgpYg,18
636
- huaweicloudsdkdrs-3.1.136.dist-info/RECORD,,
632
+ huaweicloudsdkdrs-3.1.138.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
633
+ huaweicloudsdkdrs-3.1.138.dist-info/METADATA,sha256=tnn148ro-ZzmzrzPPBC8rCAnOXMiOgRJ-6fUciF0TF4,1135
634
+ huaweicloudsdkdrs-3.1.138.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
635
+ huaweicloudsdkdrs-3.1.138.dist-info/top_level.txt,sha256=FJmOnPaGx7WoM_NJdeECns2-V--JJZyO0PVtyQAgpYg,18
636
+ huaweicloudsdkdrs-3.1.138.dist-info/RECORD,,