tencentcloud-sdk-python 3.0.1336__py2.py3-none-any.whl → 3.0.1338__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/acp/v20220105/models.py +0 -10
  3. tencentcloud/antiddos/v20200309/models.py +2 -2
  4. tencentcloud/cdwch/v20200915/models.py +2 -2
  5. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  6. tencentcloud/cfg/v20210820/models.py +0 -4
  7. tencentcloud/chdfs/v20201112/models.py +0 -12
  8. tencentcloud/clb/v20180317/models.py +38 -24
  9. tencentcloud/cynosdb/v20190107/models.py +15 -0
  10. tencentcloud/dbbrain/v20191016/models.py +0 -12
  11. tencentcloud/dbbrain/v20210527/models.py +0 -16
  12. tencentcloud/dcdb/v20180411/models.py +15 -0
  13. tencentcloud/dlc/v20210125/models.py +140 -34
  14. tencentcloud/domain/v20180808/models.py +0 -2
  15. tencentcloud/dts/v20180330/models.py +0 -16
  16. tencentcloud/dts/v20211206/models.py +0 -472
  17. tencentcloud/es/v20180416/errorcodes.py +6 -0
  18. tencentcloud/ess/v20201111/ess_client.py +27 -0
  19. tencentcloud/ess/v20201111/models.py +227 -2
  20. tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
  21. tencentcloud/essbasic/v20210526/models.py +308 -0
  22. tencentcloud/goosefs/v20220519/models.py +0 -22
  23. tencentcloud/lke/v20231130/lke_client.py +6 -1
  24. tencentcloud/lke/v20231130/models.py +8 -8
  25. tencentcloud/lowcode/v20210108/models.py +0 -106
  26. tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
  27. tencentcloud/mariadb/v20170312/models.py +15 -0
  28. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  29. tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
  30. tencentcloud/mqtt/v20240516/models.py +550 -194
  31. tencentcloud/mqtt/v20240516/mqtt_client.py +46 -0
  32. tencentcloud/oceanus/v20190422/models.py +70 -0
  33. tencentcloud/ocr/v20181119/models.py +2 -4
  34. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  35. tencentcloud/organization/v20210331/models.py +109 -0
  36. tencentcloud/organization/v20210331/organization_client.py +23 -0
  37. tencentcloud/redis/v20180412/models.py +21 -2
  38. tencentcloud/rum/v20210622/models.py +2 -0
  39. tencentcloud/scf/v20180416/models.py +75 -0
  40. tencentcloud/tdmq/v20200217/models.py +2 -296
  41. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
  42. tencentcloud/tione/v20211111/errorcodes.py +3 -0
  43. tencentcloud/tione/v20211111/models.py +68 -0
  44. tencentcloud/tse/v20201207/models.py +164 -104
  45. tencentcloud/vclm/v20240523/models.py +58 -4
  46. tencentcloud/vdb/v20230616/models.py +9 -57
  47. tencentcloud/waf/v20180125/models.py +252 -0
  48. tencentcloud/waf/v20180125/waf_client.py +46 -0
  49. tencentcloud/wedata/v20210820/models.py +1578 -93
  50. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  51. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/METADATA +1 -1
  52. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/RECORD +55 -55
  53. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/LICENSE +0 -0
  54. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/WHEEL +0 -0
  55. {tencentcloud_sdk_python-3.0.1336.dist-info → tencentcloud_sdk_python-3.0.1338.dist-info}/top_level.txt +0 -0
@@ -675,7 +675,7 @@ class MongodbClient(AbstractClient):
675
675
 
676
676
 
677
677
  def EnableTransparentDataEncryption(self, request):
678
- """本接口(EnableTransparentDataEncryption)用于开启云数据库 MongoDB 的透明加密能力。
678
+ """本接口(EnableTransparentDataEncryption)用于开启云数据库 MongoDB 的透明加密能力。
679
679
 
680
680
  :param request: Request instance for EnableTransparentDataEncryption.
681
681
  :type request: :class:`tencentcloud.mongodb.v20190725.models.EnableTransparentDataEncryptionRequest`