tencentcloud-sdk-python 3.1.113__py2.py3-none-any.whl → 3.1.115__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 (55) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +629 -234
  3. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  4. tencentcloud/bi/v20220105/models.py +438 -682
  5. tencentcloud/billing/v20180709/models.py +194 -134
  6. tencentcloud/cbs/v20170312/models.py +601 -0
  7. tencentcloud/cdn/v20180606/models.py +2 -2
  8. tencentcloud/cfs/v20190719/errorcodes.py +12 -0
  9. tencentcloud/cfs/v20190719/models.py +95 -93
  10. tencentcloud/clb/v20180317/models.py +2 -2
  11. tencentcloud/cynosdb/v20190107/cynosdb_client.py +161 -0
  12. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +126 -0
  13. tencentcloud/cynosdb/v20190107/models.py +1616 -156
  14. tencentcloud/dataagent/v20250513/dataagent_client.py +46 -0
  15. tencentcloud/dataagent/v20250513/dataagent_client_async.py +36 -0
  16. tencentcloud/dataagent/v20250513/models.py +390 -0
  17. tencentcloud/dts/v20211206/models.py +100 -70
  18. tencentcloud/ess/v20201111/ess_client.py +1 -1
  19. tencentcloud/ess/v20201111/ess_client_async.py +1 -1
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  21. tencentcloud/essbasic/v20210526/essbasic_client_async.py +1 -1
  22. tencentcloud/hai/v20230812/models.py +27 -12
  23. tencentcloud/igtm/v20231024/errorcodes.py +3 -0
  24. tencentcloud/igtm/v20231024/models.py +70 -40
  25. tencentcloud/iotexplorer/v20190423/models.py +64 -158
  26. tencentcloud/mongodb/v20190725/errorcodes.py +6 -0
  27. tencentcloud/mongodb/v20190725/models.py +576 -20
  28. tencentcloud/mongodb/v20190725/mongodb_client.py +92 -0
  29. tencentcloud/mongodb/v20190725/mongodb_client_async.py +72 -0
  30. tencentcloud/mps/v20190612/models.py +684 -14
  31. tencentcloud/mps/v20190612/mps_client.py +46 -0
  32. tencentcloud/mps/v20190612/mps_client_async.py +36 -0
  33. tencentcloud/ocr/v20181119/models.py +154 -400
  34. tencentcloud/ocr/v20181119/ocr_client.py +24 -54
  35. tencentcloud/ocr/v20181119/ocr_client_async.py +19 -44
  36. tencentcloud/postgres/v20170312/models.py +50 -20
  37. tencentcloud/tke/v20180525/models.py +46 -48
  38. tencentcloud/tokenhub/v20260322/errorcodes.py +3 -0
  39. tencentcloud/tokenhub/v20260322/models.py +1245 -32
  40. tencentcloud/tokenhub/v20260322/tokenhub_client.py +175 -0
  41. tencentcloud/tokenhub/v20260322/tokenhub_client_async.py +140 -0
  42. tencentcloud/trtc/v20190722/models.py +40 -84
  43. tencentcloud/tsf/v20180326/errorcodes.py +0 -51
  44. tencentcloud/tsf/v20180326/models.py +364 -3825
  45. tencentcloud/tsf/v20180326/tsf_client.py +0 -575
  46. tencentcloud/tsf/v20180326/tsf_client_async.py +0 -460
  47. tencentcloud/vdb/v20230616/models.py +123 -78
  48. tencentcloud/vod/v20180717/models.py +202 -136
  49. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  50. tencentcloud/wedata/v20210820/models.py +423 -238
  51. {tencentcloud_sdk_python-3.1.113.dist-info → tencentcloud_sdk_python-3.1.115.dist-info}/METADATA +1 -1
  52. {tencentcloud_sdk_python-3.1.113.dist-info → tencentcloud_sdk_python-3.1.115.dist-info}/RECORD +55 -55
  53. {tencentcloud_sdk_python-3.1.113.dist-info → tencentcloud_sdk_python-3.1.115.dist-info}/LICENSE +0 -0
  54. {tencentcloud_sdk_python-3.1.113.dist-info → tencentcloud_sdk_python-3.1.115.dist-info}/WHEEL +0 -0
  55. {tencentcloud_sdk_python-3.1.113.dist-info → tencentcloud_sdk_python-3.1.115.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.113'
17
+ __version__ = '3.1.115'