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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cfw/v20190904/cfw_client.py +1 -3
- tencentcloud/cfw/v20190904/models.py +477 -877
- tencentcloud/clb/v20180317/models.py +1 -3
- tencentcloud/csip/v20221121/models.py +2 -125
- tencentcloud/cwp/v20180228/cwp_client.py +3 -1
- tencentcloud/cwp/v20180228/models.py +43 -70
- tencentcloud/ess/v20201111/ess_client.py +19 -7
- tencentcloud/ess/v20201111/models.py +7 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +12 -12
- tencentcloud/essbasic/v20210526/models.py +1 -1
- tencentcloud/hunyuan/v20230901/models.py +1 -1
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/tcss/v20201101/models.py +0 -13
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +2 -2
- tencentcloud/waf/v20180125/models.py +140 -531
- tencentcloud/waf/v20180125/waf_client.py +0 -25
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +26 -26
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1258.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {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
@@ -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`
|