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.
Files changed (35) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ai3d/v20250513/ai3d_client.py +2 -2
  3. tencentcloud/ai3d/v20250513/models.py +2 -2
  4. tencentcloud/cdn/v20180606/cdn_client.py +0 -74
  5. tencentcloud/cdn/v20180606/models.py +0 -546
  6. tencentcloud/ckafka/v20190819/models.py +2 -2
  7. tencentcloud/cls/v20201016/models.py +12 -12
  8. tencentcloud/ess/v20201111/errorcodes.py +1 -1
  9. tencentcloud/ess/v20201111/models.py +25 -43
  10. tencentcloud/iotexplorer/v20190423/models.py +34 -4
  11. tencentcloud/lcic/v20220817/models.py +24 -6
  12. tencentcloud/lke/v20231130/lke_client.py +0 -46
  13. tencentcloud/lke/v20231130/models.py +0 -192
  14. tencentcloud/lkeap/v20240522/models.py +111 -24
  15. tencentcloud/mongodb/v20190725/models.py +76 -48
  16. tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
  17. tencentcloud/mps/v20190612/errorcodes.py +42 -0
  18. tencentcloud/mps/v20190612/models.py +810 -43
  19. tencentcloud/mps/v20190612/mps_client.py +92 -0
  20. tencentcloud/redis/v20180412/models.py +4 -0
  21. tencentcloud/tcss/v20201101/models.py +30 -0
  22. tencentcloud/teo/v20220901/models.py +15 -0
  23. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  24. tencentcloud/trtc/v20190722/models.py +99 -12
  25. tencentcloud/tse/v20201207/models.py +76 -0
  26. tencentcloud/tse/v20201207/tse_client.py +1 -1
  27. tencentcloud/tsf/v20180326/errorcodes.py +3 -0
  28. tencentcloud/tsf/v20180326/models.py +2 -2
  29. tencentcloud/waf/v20180125/models.py +1156 -101
  30. tencentcloud/waf/v20180125/waf_client.py +1 -1
  31. {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/METADATA +1 -1
  32. {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/RECORD +35 -35
  33. {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/LICENSE +0 -0
  34. {tencentcloud_sdk_python-3.0.1465.dist-info → tencentcloud_sdk_python-3.0.1467.dist-info}/WHEEL +0 -0
  35. {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