tencentcloud-sdk-python-intl-en 3.0.1184__py2.py3-none-any.whl → 3.0.1186__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.

@@ -26,6 +26,29 @@ class WedataClient(AbstractClient):
26
26
  _service = 'wedata'
27
27
 
28
28
 
29
+ def AddProjectUserRole(self, request):
30
+ """This API is used to add a user role to a project.
31
+
32
+ :param request: Request instance for AddProjectUserRole.
33
+ :type request: :class:`tencentcloud.wedata.v20210820.models.AddProjectUserRoleRequest`
34
+ :rtype: :class:`tencentcloud.wedata.v20210820.models.AddProjectUserRoleResponse`
35
+
36
+ """
37
+ try:
38
+ params = request._serialize()
39
+ headers = request.headers
40
+ body = self.call("AddProjectUserRole", params, headers=headers)
41
+ response = json.loads(body)
42
+ model = models.AddProjectUserRoleResponse()
43
+ model._deserialize(response["Response"])
44
+ return model
45
+ except Exception as e:
46
+ if isinstance(e, TencentCloudSDKException):
47
+ raise
48
+ else:
49
+ raise TencentCloudSDKException(type(e).__name__, str(e))
50
+
51
+
29
52
  def BatchCreateIntegrationTaskAlarms(self, request):
30
53
  """Bulk Create Task Alert Rules
31
54
 
@@ -2763,6 +2786,29 @@ class WedataClient(AbstractClient):
2763
2786
  raise TencentCloudSDKException(type(e).__name__, str(e))
2764
2787
 
2765
2788
 
2789
+ def DescribeRoleList(self, request):
2790
+ """This API is used to retrieve role list information.
2791
+
2792
+ :param request: Request instance for DescribeRoleList.
2793
+ :type request: :class:`tencentcloud.wedata.v20210820.models.DescribeRoleListRequest`
2794
+ :rtype: :class:`tencentcloud.wedata.v20210820.models.DescribeRoleListResponse`
2795
+
2796
+ """
2797
+ try:
2798
+ params = request._serialize()
2799
+ headers = request.headers
2800
+ body = self.call("DescribeRoleList", params, headers=headers)
2801
+ response = json.loads(body)
2802
+ model = models.DescribeRoleListResponse()
2803
+ model._deserialize(response["Response"])
2804
+ return model
2805
+ except Exception as e:
2806
+ if isinstance(e, TencentCloudSDKException):
2807
+ raise
2808
+ else:
2809
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2810
+
2811
+
2766
2812
  def DescribeRule(self, request):
2767
2813
  """Queries rule details
2768
2814
 
@@ -5212,6 +5258,29 @@ class WedataClient(AbstractClient):
5212
5258
  raise TencentCloudSDKException(type(e).__name__, str(e))
5213
5259
 
5214
5260
 
5261
+ def UpdateProjectUserRole(self, request):
5262
+ """This API is used to modify user roles in a project.
5263
+
5264
+ :param request: Request instance for UpdateProjectUserRole.
5265
+ :type request: :class:`tencentcloud.wedata.v20210820.models.UpdateProjectUserRoleRequest`
5266
+ :rtype: :class:`tencentcloud.wedata.v20210820.models.UpdateProjectUserRoleResponse`
5267
+
5268
+ """
5269
+ try:
5270
+ params = request._serialize()
5271
+ headers = request.headers
5272
+ body = self.call("UpdateProjectUserRole", params, headers=headers)
5273
+ response = json.loads(body)
5274
+ model = models.UpdateProjectUserRoleResponse()
5275
+ model._deserialize(response["Response"])
5276
+ return model
5277
+ except Exception as e:
5278
+ if isinstance(e, TencentCloudSDKException):
5279
+ raise
5280
+ else:
5281
+ raise TencentCloudSDKException(type(e).__name__, str(e))
5282
+
5283
+
5215
5284
  def UpdateWorkflowOwner(self, request):
5216
5285
  """Modifying Workflow Person in Charge
5217
5286
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1184
3
+ Version: 3.0.1186
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python-intl-en
6
6
  Author: Tencent Cloud
@@ -1,4 +1,4 @@
1
- tencentcloud/__init__.py,sha256=OKZHBRFeFuc3QSDyDXT8ZI0rPtJCqS3g9HE_be-sLNM,630
1
+ tencentcloud/__init__.py,sha256=whVc6FYDyzdQrMKKKuQskQimhKejlYNBoxlfR3e1AM0,630
2
2
  tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/advisor/v20200721/advisor_client.py,sha256=FuBG5ZJpmnVpDyVC84G_cjEWSa-mm6oyBvOIDe5SP-g,2924
@@ -338,8 +338,8 @@ tencentcloud/ims/v20201229/models.py,sha256=Sfna_x1BytKq04dX2wwI9wbXDh9N4JPyS6WD
338
338
  tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
339
339
  tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
340
340
  tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=f9sXktgBjr7zMgXP7ggnhZPC2w4q4dsfo8QuCj_881I,7590
341
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=fEAaZnN3AwElKcvd83nsnKJPDy8HGj8IkMQaFsOek_g,39959
342
- tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=cL9n7V9E382NoHBqXn6eisltMVSb6eztmrcjtVhpXxw,227507
341
+ tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=-uiDQA031vqO_2HBs0lR5hWdFEDhSYC4e97SrcIfSrw,41026
342
+ tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=0A1N8o0EFLuCnW4n8N0gtHBoyMNqDLg5xNZ-39my9E8,230781
343
343
  tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
344
  tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
345
345
  tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
@@ -621,8 +621,8 @@ tencentcloud/vm/v20210922/models.py,sha256=s90vwtjOCmOk3Ha-DoIyxhhkBXYxXP7bHvPss
621
621
  tencentcloud/vm/v20210922/vm_client.py,sha256=53nQQvsMw6P7gPdNxFUCicBi9Ed0wnY7dzTUhl4sdUE,4802
622
622
  tencentcloud/vod/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
623
623
  tencentcloud/vod/v20180717/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
624
- tencentcloud/vod/v20180717/errorcodes.py,sha256=vSZ67zYtMj9h7b1mnSRqV6N2cUeNsV5JNG3Jh4sDsrk,27916
625
- tencentcloud/vod/v20180717/models.py,sha256=x4WWNF0vioqG5cTaZ8XIQ0hbyoYd3D-i00zR6SDiJh0,2931223
624
+ tencentcloud/vod/v20180717/errorcodes.py,sha256=T1qEKCUfUBM4sHDxCxnfjIpHIm5GMGuiAXh_rhmGZRs,27980
625
+ tencentcloud/vod/v20180717/models.py,sha256=pXGN1-NwkEM4IO4OIorSIFFWF9Io0fxrJhLqm2PW7Sw,2931767
626
626
  tencentcloud/vod/v20180717/vod_client.py,sha256=DMxebnzLEsU2E6nf1j4WZxEQu_D8kHOgqT9W8g9dTG8,201269
627
627
  tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
628
628
  tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -637,14 +637,14 @@ tencentcloud/waf/v20180125/waf_client.py,sha256=NcnNTHFQd7eSB6kyP9KUIahawZLlWCi7
637
637
  tencentcloud/wedata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
638
638
  tencentcloud/wedata/v20210820/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
639
639
  tencentcloud/wedata/v20210820/errorcodes.py,sha256=nqjLl2GjTvhMFNWtn38iKzZIm5w2DMVJ5Fw5Hnh5SUM,3879
640
- tencentcloud/wedata/v20210820/models.py,sha256=Y4d1p76pySRN7lLxxWz6bskecD55wWUK4DhJWH2mY_Y,2424719
641
- tencentcloud/wedata/v20210820/wedata_client.py,sha256=ntnA6_deB1tjNIbYVg1M9neB8XcPf2h_0TJclXZZhW4,211469
640
+ tencentcloud/wedata/v20210820/models.py,sha256=JxcfQsLP9RXVoo5EnKqQuTZT-mlpSetoSBB_fTDU9UM,2458001
641
+ tencentcloud/wedata/v20210820/wedata_client.py,sha256=auhyJFicPfVGVJkaoza_JZnh62Zk-ZahNl68OCpVh6U,214215
642
642
  tencentcloud/yunjing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
643
643
  tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
644
644
  tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
645
645
  tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
646
646
  tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=LY01pPiy1k_AXnHgG0FonGekRSFMY3t9pcYH8aE27oQ,67389
647
- tencentcloud_sdk_python_intl_en-3.0.1184.dist-info/METADATA,sha256=EUvU9uL1LHf2IGRO6xNOTkeHiyh91Hg4Bo3dlzlX9lE,1628
648
- tencentcloud_sdk_python_intl_en-3.0.1184.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
649
- tencentcloud_sdk_python_intl_en-3.0.1184.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
650
- tencentcloud_sdk_python_intl_en-3.0.1184.dist-info/RECORD,,
647
+ tencentcloud_sdk_python_intl_en-3.0.1186.dist-info/METADATA,sha256=4F5jWPxOZVT4rh8gMPkpia8mMvAnvnsKcyIS2Glpwqg,1628
648
+ tencentcloud_sdk_python_intl_en-3.0.1186.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
649
+ tencentcloud_sdk_python_intl_en-3.0.1186.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
650
+ tencentcloud_sdk_python_intl_en-3.0.1186.dist-info/RECORD,,