huaweicloudsdkdrs 3.1.137__py2.py3-none-any.whl → 3.1.139__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.
- huaweicloudsdkdrs/v3/drs_async_client.py +1 -0
- huaweicloudsdkdrs/v3/drs_client.py +1 -0
- huaweicloudsdkdrs/v5/drs_async_client.py +11 -0
- huaweicloudsdkdrs/v5/drs_client.py +11 -0
- {huaweicloudsdkdrs-3.1.137.dist-info → huaweicloudsdkdrs-3.1.139.dist-info}/METADATA +2 -2
- {huaweicloudsdkdrs-3.1.137.dist-info → huaweicloudsdkdrs-3.1.139.dist-info}/RECORD +9 -9
- {huaweicloudsdkdrs-3.1.137.dist-info → huaweicloudsdkdrs-3.1.139.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdrs-3.1.137.dist-info → huaweicloudsdkdrs-3.1.139.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdrs-3.1.137.dist-info → huaweicloudsdkdrs-3.1.139.dist-info}/top_level.txt +0 -0
@@ -8,6 +8,7 @@ import warnings
|
|
8
8
|
from huaweicloudsdkcore.client import Client, ClientBuilder
|
9
9
|
from huaweicloudsdkcore.utils import http_utils
|
10
10
|
from huaweicloudsdkcore.sdk_stream_request import SdkStreamRequest
|
11
|
+
|
11
12
|
try:
|
12
13
|
from huaweicloudsdkcore.invoker.invoker import AsyncInvoker
|
13
14
|
except ImportError as e:
|
@@ -8,6 +8,7 @@ import warnings
|
|
8
8
|
from huaweicloudsdkcore.client import Client, ClientBuilder
|
9
9
|
from huaweicloudsdkcore.utils import http_utils
|
10
10
|
from huaweicloudsdkcore.sdk_stream_request import SdkStreamRequest
|
11
|
+
|
11
12
|
try:
|
12
13
|
from huaweicloudsdkcore.invoker.invoker import SyncInvoker
|
13
14
|
except ImportError as e:
|
@@ -8,6 +8,7 @@ import warnings
|
|
8
8
|
from huaweicloudsdkcore.client import Client, ClientBuilder
|
9
9
|
from huaweicloudsdkcore.utils import http_utils
|
10
10
|
from huaweicloudsdkcore.sdk_stream_request import SdkStreamRequest
|
11
|
+
|
11
12
|
try:
|
12
13
|
from huaweicloudsdkcore.invoker.invoker import AsyncInvoker
|
13
14
|
except ImportError as e:
|
@@ -454,10 +455,12 @@ class DrsAsyncClient(Client):
|
|
454
455
|
:type request: :class:`huaweicloudsdkdrs.v5.BatchTagActionRequest`
|
455
456
|
:rtype: :class:`huaweicloudsdkdrs.v5.BatchTagActionResponse`
|
456
457
|
"""
|
458
|
+
warnings.warn("Method 'batch_tag_action_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
457
459
|
http_info = self._batch_tag_action_http_info(request)
|
458
460
|
return self._call_api(**http_info)
|
459
461
|
|
460
462
|
def batch_tag_action_async_invoker(self, request):
|
463
|
+
warnings.warn("Method 'batch_tag_action_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
461
464
|
http_info = self._batch_tag_action_http_info(request)
|
462
465
|
return AsyncInvoker(self, http_info)
|
463
466
|
|
@@ -804,10 +807,12 @@ class DrsAsyncClient(Client):
|
|
804
807
|
:type request: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncRequest`
|
805
808
|
:rtype: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncResponse`
|
806
809
|
"""
|
810
|
+
warnings.warn("Method 'collect_db_objects_async_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
807
811
|
http_info = self._collect_db_objects_async_http_info(request)
|
808
812
|
return self._call_api(**http_info)
|
809
813
|
|
810
814
|
def collect_db_objects_async_async_invoker(self, request):
|
815
|
+
warnings.warn("Method 'collect_db_objects_async_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
811
816
|
http_info = self._collect_db_objects_async_http_info(request)
|
812
817
|
return AsyncInvoker(self, http_info)
|
813
818
|
|
@@ -2348,10 +2353,12 @@ class DrsAsyncClient(Client):
|
|
2348
2353
|
:type request: :class:`huaweicloudsdkdrs.v5.ListDbObjectsRequest`
|
2349
2354
|
:rtype: :class:`huaweicloudsdkdrs.v5.ListDbObjectsResponse`
|
2350
2355
|
"""
|
2356
|
+
warnings.warn("Method 'list_db_objects_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
2351
2357
|
http_info = self._list_db_objects_http_info(request)
|
2352
2358
|
return self._call_api(**http_info)
|
2353
2359
|
|
2354
2360
|
def list_db_objects_async_invoker(self, request):
|
2361
|
+
warnings.warn("Method 'list_db_objects_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
2355
2362
|
http_info = self._list_db_objects_http_info(request)
|
2356
2363
|
return AsyncInvoker(self, http_info)
|
2357
2364
|
|
@@ -3025,10 +3032,12 @@ class DrsAsyncClient(Client):
|
|
3025
3032
|
:type request: :class:`huaweicloudsdkdrs.v5.ListProjectTagsRequest`
|
3026
3033
|
:rtype: :class:`huaweicloudsdkdrs.v5.ListProjectTagsResponse`
|
3027
3034
|
"""
|
3035
|
+
warnings.warn("Method 'list_project_tags_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
3028
3036
|
http_info = self._list_project_tags_http_info(request)
|
3029
3037
|
return self._call_api(**http_info)
|
3030
3038
|
|
3031
3039
|
def list_project_tags_async_invoker(self, request):
|
3040
|
+
warnings.warn("Method 'list_project_tags_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
3032
3041
|
http_info = self._list_project_tags_http_info(request)
|
3033
3042
|
return AsyncInvoker(self, http_info)
|
3034
3043
|
|
@@ -4652,10 +4661,12 @@ class DrsAsyncClient(Client):
|
|
4652
4661
|
:type request: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsRequest`
|
4653
4662
|
:rtype: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsResponse`
|
4654
4663
|
"""
|
4664
|
+
warnings.warn("Method 'show_instance_tags_async' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
4655
4665
|
http_info = self._show_instance_tags_http_info(request)
|
4656
4666
|
return self._call_api(**http_info)
|
4657
4667
|
|
4658
4668
|
def show_instance_tags_async_invoker(self, request):
|
4669
|
+
warnings.warn("Method 'show_instance_tags_async_invoker' of DrsAsyncClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
4659
4670
|
http_info = self._show_instance_tags_http_info(request)
|
4660
4671
|
return AsyncInvoker(self, http_info)
|
4661
4672
|
|
@@ -8,6 +8,7 @@ import warnings
|
|
8
8
|
from huaweicloudsdkcore.client import Client, ClientBuilder
|
9
9
|
from huaweicloudsdkcore.utils import http_utils
|
10
10
|
from huaweicloudsdkcore.sdk_stream_request import SdkStreamRequest
|
11
|
+
|
11
12
|
try:
|
12
13
|
from huaweicloudsdkcore.invoker.invoker import SyncInvoker
|
13
14
|
except ImportError as e:
|
@@ -453,10 +454,12 @@ class DrsClient(Client):
|
|
453
454
|
:type request: :class:`huaweicloudsdkdrs.v5.BatchTagActionRequest`
|
454
455
|
:rtype: :class:`huaweicloudsdkdrs.v5.BatchTagActionResponse`
|
455
456
|
"""
|
457
|
+
warnings.warn("Method 'batch_tag_action' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
456
458
|
http_info = self._batch_tag_action_http_info(request)
|
457
459
|
return self._call_api(**http_info)
|
458
460
|
|
459
461
|
def batch_tag_action_invoker(self, request):
|
462
|
+
warnings.warn("Method 'batch_tag_action_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
460
463
|
http_info = self._batch_tag_action_http_info(request)
|
461
464
|
return SyncInvoker(self, http_info)
|
462
465
|
|
@@ -803,10 +806,12 @@ class DrsClient(Client):
|
|
803
806
|
:type request: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncRequest`
|
804
807
|
:rtype: :class:`huaweicloudsdkdrs.v5.CollectDbObjectsAsyncResponse`
|
805
808
|
"""
|
809
|
+
warnings.warn("Method 'collect_db_objects_async' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
806
810
|
http_info = self._collect_db_objects_async_http_info(request)
|
807
811
|
return self._call_api(**http_info)
|
808
812
|
|
809
813
|
def collect_db_objects_async_invoker(self, request):
|
814
|
+
warnings.warn("Method 'collect_db_objects_async_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
810
815
|
http_info = self._collect_db_objects_async_http_info(request)
|
811
816
|
return SyncInvoker(self, http_info)
|
812
817
|
|
@@ -2347,10 +2352,12 @@ class DrsClient(Client):
|
|
2347
2352
|
:type request: :class:`huaweicloudsdkdrs.v5.ListDbObjectsRequest`
|
2348
2353
|
:rtype: :class:`huaweicloudsdkdrs.v5.ListDbObjectsResponse`
|
2349
2354
|
"""
|
2355
|
+
warnings.warn("Method 'list_db_objects' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
2350
2356
|
http_info = self._list_db_objects_http_info(request)
|
2351
2357
|
return self._call_api(**http_info)
|
2352
2358
|
|
2353
2359
|
def list_db_objects_invoker(self, request):
|
2360
|
+
warnings.warn("Method 'list_db_objects_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
2354
2361
|
http_info = self._list_db_objects_http_info(request)
|
2355
2362
|
return SyncInvoker(self, http_info)
|
2356
2363
|
|
@@ -3024,10 +3031,12 @@ class DrsClient(Client):
|
|
3024
3031
|
:type request: :class:`huaweicloudsdkdrs.v5.ListProjectTagsRequest`
|
3025
3032
|
:rtype: :class:`huaweicloudsdkdrs.v5.ListProjectTagsResponse`
|
3026
3033
|
"""
|
3034
|
+
warnings.warn("Method 'list_project_tags' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
3027
3035
|
http_info = self._list_project_tags_http_info(request)
|
3028
3036
|
return self._call_api(**http_info)
|
3029
3037
|
|
3030
3038
|
def list_project_tags_invoker(self, request):
|
3039
|
+
warnings.warn("Method 'list_project_tags_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
3031
3040
|
http_info = self._list_project_tags_http_info(request)
|
3032
3041
|
return SyncInvoker(self, http_info)
|
3033
3042
|
|
@@ -4651,10 +4660,12 @@ class DrsClient(Client):
|
|
4651
4660
|
:type request: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsRequest`
|
4652
4661
|
:rtype: :class:`huaweicloudsdkdrs.v5.ShowInstanceTagsResponse`
|
4653
4662
|
"""
|
4663
|
+
warnings.warn("Method 'show_instance_tags' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
4654
4664
|
http_info = self._show_instance_tags_http_info(request)
|
4655
4665
|
return self._call_api(**http_info)
|
4656
4666
|
|
4657
4667
|
def show_instance_tags_invoker(self, request):
|
4668
|
+
warnings.warn("Method 'show_instance_tags_invoker' of DrsClient is deprecated and will be removed in the future versions", DeprecationWarning)
|
4658
4669
|
http_info = self._show_instance_tags_http_info(request)
|
4659
4670
|
return SyncInvoker(self, http_info)
|
4660
4671
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkdrs
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.139
|
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.
|
25
|
+
Requires-Dist: huaweicloudsdkcore>=3.1.139
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -1,7 +1,7 @@
|
|
1
1
|
huaweicloudsdkdrs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
huaweicloudsdkdrs/v3/__init__.py,sha256=jwDrdzBEDmEsPxXo42WSDN8sYwuwhggi0bBQAtCjw4k,22418
|
3
|
-
huaweicloudsdkdrs/v3/drs_async_client.py,sha256=
|
4
|
-
huaweicloudsdkdrs/v3/drs_client.py,sha256=
|
3
|
+
huaweicloudsdkdrs/v3/drs_async_client.py,sha256=_-qfWz-ziM_ftJo96HgZoIVasRu91HQSiTx6RD1bTlw,122330
|
4
|
+
huaweicloudsdkdrs/v3/drs_client.py,sha256=1q0mv6kVsSz_FSIN2w9SJo2biN6-PZomvzEhfgzO9xs,122325
|
5
5
|
huaweicloudsdkdrs/v3/model/__init__.py,sha256=oh-XoQvo_NWJyx892yVxoW4anu9851LvlvP_MzyY9Ak,22332
|
6
6
|
huaweicloudsdkdrs/v3/model/add_data_transformation_req.py,sha256=BPXtGEYQ_eKkjG6GxAMJxTNkLhNmJSSQHLJ99AQbVAM,4519
|
7
7
|
huaweicloudsdkdrs/v3/model/alarm_notify_info.py,sha256=qOykq25h0ixQoh4lZhgKql5Me2WT6XhIb8rvVK1_NZw,6672
|
@@ -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=
|
266
|
-
huaweicloudsdkdrs/v5/drs_client.py,sha256=
|
265
|
+
huaweicloudsdkdrs/v5/drs_async_client.py,sha256=jgMhMdRN7_MhgMeWExF9kK-yhxWs6V8acddcAiZ4eNI,233779
|
266
|
+
huaweicloudsdkdrs/v5/drs_client.py,sha256=v0rEDy6hZGBEvv3hSGnwyemuIZKCLKzEfyS3bZTiclI,233748
|
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.
|
633
|
-
huaweicloudsdkdrs-3.1.
|
634
|
-
huaweicloudsdkdrs-3.1.
|
635
|
-
huaweicloudsdkdrs-3.1.
|
636
|
-
huaweicloudsdkdrs-3.1.
|
632
|
+
huaweicloudsdkdrs-3.1.139.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
633
|
+
huaweicloudsdkdrs-3.1.139.dist-info/METADATA,sha256=R--JCNvsVlkjQjFphwV8foyGSXIaWUcr0JFvwPmME8I,1135
|
634
|
+
huaweicloudsdkdrs-3.1.139.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
635
|
+
huaweicloudsdkdrs-3.1.139.dist-info/top_level.txt,sha256=FJmOnPaGx7WoM_NJdeECns2-V--JJZyO0PVtyQAgpYg,18
|
636
|
+
huaweicloudsdkdrs-3.1.139.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|