tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1307__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.
Files changed (91) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +55 -0
  3. tencentcloud/aiart/v20221229/models.py +386 -0
  4. tencentcloud/apm/v20210622/apm_client.py +3 -3
  5. tencentcloud/apm/v20210622/errorcodes.py +10 -10
  6. tencentcloud/apm/v20210622/models.py +586 -538
  7. tencentcloud/autoscaling/v20180419/models.py +141 -0
  8. tencentcloud/batch/v20170312/models.py +2 -2
  9. tencentcloud/cat/v20180409/cat_client.py +1 -1
  10. tencentcloud/ccc/v20200210/ccc_client.py +25 -0
  11. tencentcloud/ccc/v20200210/models.py +159 -0
  12. tencentcloud/cdb/v20170320/models.py +42 -0
  13. tencentcloud/cdn/v20180606/models.py +2 -2
  14. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
  15. tencentcloud/cdwdoris/v20211228/models.py +165 -380
  16. tencentcloud/cfs/v20190719/cfs_client.py +23 -0
  17. tencentcloud/cfs/v20190719/models.py +79 -0
  18. tencentcloud/clb/v20180317/models.py +146 -20
  19. tencentcloud/cmq/v20190304/cmq_client.py +0 -365
  20. tencentcloud/cmq/v20190304/models.py +324 -2473
  21. tencentcloud/config/v20220802/config_client.py +46 -0
  22. tencentcloud/config/v20220802/errorcodes.py +3 -0
  23. tencentcloud/config/v20220802/models.py +716 -26
  24. tencentcloud/csxg/v20230303/errorcodes.py +48 -0
  25. tencentcloud/cvm/v20170312/cvm_client.py +24 -0
  26. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  27. tencentcloud/cvm/v20170312/models.py +198 -14
  28. tencentcloud/dc/v20180410/dc_client.py +1 -1
  29. tencentcloud/dc/v20180410/models.py +46 -48
  30. tencentcloud/dlc/v20210125/models.py +89 -0
  31. tencentcloud/ecm/v20190719/models.py +0 -18
  32. tencentcloud/emr/v20190103/models.py +50 -122
  33. tencentcloud/es/v20180416/models.py +17 -0
  34. tencentcloud/ess/v20201111/ess_client.py +26 -5
  35. tencentcloud/ess/v20201111/models.py +58 -86
  36. tencentcloud/essbasic/v20210526/models.py +86 -134
  37. tencentcloud/faceid/v20180301/models.py +14 -14
  38. tencentcloud/hai/v20230812/hai_client.py +23 -0
  39. tencentcloud/hai/v20230812/models.py +326 -0
  40. tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
  41. tencentcloud/hunyuan/v20230901/models.py +84 -2
  42. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
  43. tencentcloud/iotexplorer/v20190423/models.py +1473 -75
  44. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  45. tencentcloud/iotvideo/v20211125/models.py +135 -0
  46. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  47. tencentcloud/lcic/v20220817/models.py +6 -8
  48. tencentcloud/lighthouse/v20200324/models.py +30 -0
  49. tencentcloud/lke/v20231130/models.py +23 -14
  50. tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
  51. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  52. tencentcloud/lkeap/v20240522/models.py +60 -18
  53. tencentcloud/mna/v20210119/models.py +0 -52
  54. tencentcloud/monitor/v20180724/models.py +57 -6
  55. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  56. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  57. tencentcloud/mps/v20190612/models.py +871 -18
  58. tencentcloud/mps/v20190612/mps_client.py +138 -0
  59. tencentcloud/ocr/v20181119/models.py +49 -4
  60. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  61. tencentcloud/postgres/v20170312/models.py +72 -30
  62. tencentcloud/pts/v20210728/models.py +0 -348
  63. tencentcloud/redis/v20180412/models.py +6 -2
  64. tencentcloud/rum/v20210622/models.py +92 -4
  65. tencentcloud/scf/v20180416/models.py +4 -4
  66. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  67. tencentcloud/sms/v20190711/models.py +81 -0
  68. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  69. tencentcloud/sms/v20210111/models.py +81 -0
  70. tencentcloud/ssl/v20191205/models.py +19 -4
  71. tencentcloud/ssl/v20191205/ssl_client.py +1 -1
  72. tencentcloud/tcb/v20180608/models.py +2 -86
  73. tencentcloud/tchd/v20230306/models.py +0 -2
  74. tencentcloud/teo/v20220901/models.py +8 -18
  75. tencentcloud/tiw/v20190919/models.py +6 -0
  76. tencentcloud/tke/v20220501/models.py +2 -2
  77. tencentcloud/trro/v20220325/models.py +15 -58
  78. tencentcloud/trtc/v20190722/models.py +30 -0
  79. tencentcloud/tse/v20201207/models.py +185 -0
  80. tencentcloud/tse/v20201207/tse_client.py +23 -0
  81. tencentcloud/vod/v20180717/models.py +6 -6
  82. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  83. tencentcloud/vpc/v20170312/models.py +508 -40
  84. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  85. tencentcloud/wedata/v20210820/models.py +1368 -2
  86. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  87. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
  88. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +91 -91
  89. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
  90. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
  91. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -4807,6 +4807,29 @@ class VpcClient(AbstractClient):
4807
4807
  raise TencentCloudSDKException(type(e).__name__, str(e))
4808
4808
 
4809
4809
 
4810
+ def DescribeRouteList(self, request):
4811
+ """本接口(DescribeRouteList)用于查询路由条目列表。
4812
+
4813
+ :param request: Request instance for DescribeRouteList.
4814
+ :type request: :class:`tencentcloud.vpc.v20170312.models.DescribeRouteListRequest`
4815
+ :rtype: :class:`tencentcloud.vpc.v20170312.models.DescribeRouteListResponse`
4816
+
4817
+ """
4818
+ try:
4819
+ params = request._serialize()
4820
+ headers = request.headers
4821
+ body = self.call("DescribeRouteList", params, headers=headers)
4822
+ response = json.loads(body)
4823
+ model = models.DescribeRouteListResponse()
4824
+ model._deserialize(response["Response"])
4825
+ return model
4826
+ except Exception as e:
4827
+ if isinstance(e, TencentCloudSDKException):
4828
+ raise
4829
+ else:
4830
+ raise TencentCloudSDKException(type(e).__name__, str(e))
4831
+
4832
+
4810
4833
  def DescribeRouteTableAssociatedInstances(self, request):
4811
4834
  """本接口(DescribeRouteTableAssociatedInstances)用于查询指定的云联网关联的实例所绑定的路由表信息。
4812
4835