tencentcloud-sdk-python 3.0.1465__py2.py3-none-any.whl → 3.0.1467__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/ai3d/v20250513/ai3d_client.py +2 -2
- tencentcloud/ai3d/v20250513/models.py +2 -2
- tencentcloud/cdn/v20180606/cdn_client.py +0 -74
- tencentcloud/cdn/v20180606/models.py +0 -546
- tencentcloud/ckafka/v20190819/models.py +2 -2
- tencentcloud/cls/v20201016/models.py +12 -12
- tencentcloud/ess/v20201111/errorcodes.py +1 -1
- tencentcloud/ess/v20201111/models.py +25 -43
- tencentcloud/iotexplorer/v20190423/models.py +34 -4
- tencentcloud/lcic/v20220817/models.py +24 -6
- tencentcloud/lke/v20231130/lke_client.py +0 -46
- tencentcloud/lke/v20231130/models.py +0 -192
- tencentcloud/lkeap/v20240522/models.py +111 -24
- tencentcloud/mongodb/v20190725/models.py +76 -48
- tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +42 -0
- tencentcloud/mps/v20190612/models.py +810 -43
- tencentcloud/mps/v20190612/mps_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +4 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/teo/v20220901/models.py +15 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +99 -12
- tencentcloud/tse/v20201207/models.py +76 -0
- tencentcloud/tse/v20201207/tse_client.py +1 -1
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +2 -2
- tencentcloud/waf/v20180125/models.py +1156 -101
- tencentcloud/waf/v20180125/waf_client.py +1 -1
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/RECORD +35 -35
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/top_level.txt +0 -0
@@ -25932,7 +25932,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
25932
25932
|
:type GroupResourceTypeList: list of str
|
25933
25933
|
:param _Status: 部署组状态过滤字段
|
25934
25934
|
:type Status: str
|
25935
|
-
:param _GroupIdList:
|
25935
|
+
:param _GroupIdList: 部署组ID列表
|
25936
25936
|
:type GroupIdList: list of str
|
25937
25937
|
"""
|
25938
25938
|
self._SearchWord = None
|
@@ -26059,7 +26059,7 @@ class DescribeGroupsRequest(AbstractModel):
|
|
26059
26059
|
|
26060
26060
|
@property
|
26061
26061
|
def GroupIdList(self):
|
26062
|
-
r"""
|
26062
|
+
r"""部署组ID列表
|
26063
26063
|
:rtype: list of str
|
26064
26064
|
"""
|
26065
26065
|
return self._GroupIdList
|