tencentcloud-sdk-python 3.0.1258__py2.py3-none-any.whl → 3.0.1259__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 (26) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cfw/v20190904/cfw_client.py +1 -3
  3. tencentcloud/cfw/v20190904/models.py +477 -877
  4. tencentcloud/clb/v20180317/models.py +1 -3
  5. tencentcloud/csip/v20221121/models.py +2 -125
  6. tencentcloud/cwp/v20180228/cwp_client.py +3 -1
  7. tencentcloud/cwp/v20180228/models.py +43 -70
  8. tencentcloud/ess/v20201111/ess_client.py +19 -7
  9. tencentcloud/ess/v20201111/models.py +7 -4
  10. tencentcloud/essbasic/v20210526/essbasic_client.py +12 -12
  11. tencentcloud/essbasic/v20210526/models.py +1 -1
  12. tencentcloud/hunyuan/v20230901/models.py +1 -1
  13. tencentcloud/mrs/v20200910/models.py +22 -0
  14. tencentcloud/ms/v20180408/models.py +101 -62
  15. tencentcloud/redis/v20180412/models.py +14 -14
  16. tencentcloud/redis/v20180412/redis_client.py +2 -0
  17. tencentcloud/tcss/v20201101/models.py +0 -13
  18. tencentcloud/teo/v20220901/errorcodes.py +3 -0
  19. tencentcloud/teo/v20220901/models.py +2 -2
  20. tencentcloud/waf/v20180125/models.py +140 -531
  21. tencentcloud/waf/v20180125/waf_client.py +0 -25
  22. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
  23. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +26 -26
  24. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
  25. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
  26. {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.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.0.1258'
17
+ __version__ = '3.0.1259'
@@ -1453,9 +1453,7 @@ class CfwClient(AbstractClient):
1453
1453
 
1454
1454
 
1455
1455
  def DescribeSwitchLists(self, request):
1456
- """历史接口,已经废弃,产品有新的替代接口
1457
-
1458
- 防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
1456
+ """防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
1459
1457
 
1460
1458
  :param request: Request instance for DescribeSwitchLists.
1461
1459
  :type request: :class:`tencentcloud.cfw.v20190904.models.DescribeSwitchListsRequest`