tencentcloud-sdk-python 3.0.1233__py2.py3-none-any.whl → 3.0.1246__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 (110) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +34 -21
  3. tencentcloud/aiart/v20221229/models.py +6 -6
  4. tencentcloud/apigateway/v20180808/apigateway_client.py +23 -0
  5. tencentcloud/apigateway/v20180808/models.py +31 -0
  6. tencentcloud/apm/v20210622/errorcodes.py +3 -3
  7. tencentcloud/apm/v20210622/models.py +16 -15
  8. tencentcloud/asr/v20190614/asr_client.py +23 -0
  9. tencentcloud/asr/v20190614/models.py +203 -0
  10. tencentcloud/autoscaling/v20180419/models.py +55 -3
  11. tencentcloud/ca/__init__.py +0 -0
  12. tencentcloud/ca/v20230228/__init__.py +0 -0
  13. tencentcloud/ca/v20230228/ca_client.py +95 -0
  14. tencentcloud/ca/v20230228/errorcodes.py +30 -0
  15. tencentcloud/ca/v20230228/models.py +398 -0
  16. tencentcloud/ccc/v20200210/ccc_client.py +69 -0
  17. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  18. tencentcloud/ccc/v20200210/models.py +610 -0
  19. tencentcloud/cdb/v20170320/models.py +60 -0
  20. tencentcloud/cdn/v20180606/models.py +32 -0
  21. tencentcloud/cdwdoris/v20211228/models.py +105 -1
  22. tencentcloud/cfg/v20210820/models.py +12 -0
  23. tencentcloud/cfw/v20190904/models.py +4 -4
  24. tencentcloud/clb/v20180317/models.py +25 -1
  25. tencentcloud/cls/v20201016/models.py +12 -0
  26. tencentcloud/cme/v20191029/models.py +12 -0
  27. tencentcloud/csip/v20221121/models.py +1 -1
  28. tencentcloud/cvm/v20170312/cvm_client.py +23 -0
  29. tencentcloud/cvm/v20170312/errorcodes.py +4 -1
  30. tencentcloud/cvm/v20170312/models.py +202 -4
  31. tencentcloud/cwp/v20180228/cwp_client.py +3 -1
  32. tencentcloud/cwp/v20180228/models.py +241 -14
  33. tencentcloud/cynosdb/v20190107/cynosdb_client.py +48 -73
  34. tencentcloud/cynosdb/v20190107/models.py +7 -134
  35. tencentcloud/dasb/v20191018/models.py +37 -0
  36. tencentcloud/dlc/v20210125/models.py +12 -0
  37. tencentcloud/dsgc/v20190723/models.py +1 -1
  38. tencentcloud/dts/v20211206/models.py +16 -16
  39. tencentcloud/emr/v20190103/emr_client.py +46 -0
  40. tencentcloud/emr/v20190103/models.py +467 -3
  41. tencentcloud/ess/v20201111/ess_client.py +19 -12
  42. tencentcloud/ess/v20201111/models.py +58 -22
  43. tencentcloud/essbasic/v20210526/essbasic_client.py +48 -9
  44. tencentcloud/essbasic/v20210526/models.py +174 -11
  45. tencentcloud/faceid/v20180301/models.py +28 -0
  46. tencentcloud/hunyuan/v20230901/models.py +1 -0
  47. tencentcloud/iecp/v20210914/iecp_client.py +0 -500
  48. tencentcloud/iecp/v20210914/models.py +2130 -5305
  49. tencentcloud/ims/v20201229/ims_client.py +9 -4
  50. tencentcloud/ims/v20201229/models.py +4 -4
  51. tencentcloud/lcic/v20220817/models.py +1 -1
  52. tencentcloud/lighthouse/v20200324/models.py +2 -2
  53. tencentcloud/lke/v20231130/lke_client.py +184 -0
  54. tencentcloud/lke/v20231130/models.py +2129 -881
  55. tencentcloud/mariadb/v20170312/mariadb_client.py +23 -0
  56. tencentcloud/mariadb/v20170312/models.py +94 -0
  57. tencentcloud/monitor/v20180724/models.py +0 -132
  58. tencentcloud/monitor/v20180724/monitor_client.py +0 -50
  59. tencentcloud/mps/v20190612/models.py +16 -3
  60. tencentcloud/mqtt/__init__.py +0 -0
  61. tencentcloud/mqtt/v20240516/__init__.py +0 -0
  62. tencentcloud/mqtt/v20240516/errorcodes.py +45 -0
  63. tencentcloud/mqtt/v20240516/models.py +3221 -0
  64. tencentcloud/mqtt/v20240516/mqtt_client.py +472 -0
  65. tencentcloud/mrs/v20200910/errorcodes.py +3 -0
  66. tencentcloud/mrs/v20200910/models.py +158 -27
  67. tencentcloud/ocr/v20181119/models.py +21 -0
  68. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  69. tencentcloud/omics/v20221128/models.py +245 -29
  70. tencentcloud/organization/v20210331/errorcodes.py +54 -0
  71. tencentcloud/organization/v20210331/models.py +483 -3
  72. tencentcloud/organization/v20210331/organization_client.py +46 -0
  73. tencentcloud/postgres/v20170312/models.py +626 -13
  74. tencentcloud/postgres/v20170312/postgres_client.py +69 -0
  75. tencentcloud/rce/v20201103/models.py +33 -22
  76. tencentcloud/redis/v20180412/errorcodes.py +3 -0
  77. tencentcloud/scf/v20180416/errorcodes.py +9 -12
  78. tencentcloud/ses/v20201002/models.py +65 -0
  79. tencentcloud/sms/v20190711/models.py +3 -3
  80. tencentcloud/sms/v20210111/models.py +9 -8
  81. tencentcloud/sqlserver/v20180328/models.py +1 -1
  82. tencentcloud/ssl/v20191205/models.py +114 -0
  83. tencentcloud/tcb/v20180608/models.py +25 -0
  84. tencentcloud/tcss/v20201101/models.py +269 -0
  85. tencentcloud/tcss/v20201101/tcss_client.py +3 -1
  86. tencentcloud/teo/v20220901/errorcodes.py +33 -0
  87. tencentcloud/teo/v20220901/models.py +4012 -2535
  88. tencentcloud/teo/v20220901/teo_client.py +254 -0
  89. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  90. tencentcloud/tke/v20180525/models.py +748 -5
  91. tencentcloud/tke/v20180525/tke_client.py +92 -0
  92. tencentcloud/tke/v20220501/models.py +1 -1
  93. tencentcloud/tse/v20201207/models.py +26 -0
  94. tencentcloud/tsf/v20180326/models.py +0 -58
  95. tencentcloud/tsf/v20180326/tsf_client.py +0 -25
  96. tencentcloud/tts/v20190823/tts_client.py +4 -1
  97. tencentcloud/vclm/v20240523/models.py +25 -0
  98. tencentcloud/vdb/v20230616/models.py +13 -0
  99. tencentcloud/vod/v20180717/models.py +91 -1
  100. tencentcloud/vod/v20180717/vod_client.py +10 -2
  101. tencentcloud/vpc/v20170312/errorcodes.py +9 -0
  102. tencentcloud/vpc/v20170312/models.py +2587 -539
  103. tencentcloud/vpc/v20170312/vpc_client.py +506 -0
  104. tencentcloud/waf/v20180125/models.py +447 -12
  105. tencentcloud/wedata/v20210820/models.py +18 -0
  106. {tencentcloud_sdk_python-3.0.1233.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/METADATA +1 -1
  107. {tencentcloud_sdk_python-3.0.1233.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/RECORD +110 -100
  108. {tencentcloud_sdk_python-3.0.1233.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/LICENSE +0 -0
  109. {tencentcloud_sdk_python-3.0.1233.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/WHEEL +0 -0
  110. {tencentcloud_sdk_python-3.0.1233.dist-info → tencentcloud_sdk_python-3.0.1246.dist-info}/top_level.txt +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.