tencentcloud-sdk-python 3.0.1315__py2.py3-none-any.whl → 3.0.1317__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 (44) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +2 -2
  3. tencentcloud/bh/v20230418/models.py +783 -2
  4. tencentcloud/cbs/v20170312/models.py +21 -4
  5. tencentcloud/cdn/v20180606/errorcodes.py +3 -0
  6. tencentcloud/cdn/v20180606/models.py +10 -10
  7. tencentcloud/chdfs/v20201112/models.py +0 -6
  8. tencentcloud/cls/v20201016/models.py +27 -6
  9. tencentcloud/common/abstract_client.py +37 -18
  10. tencentcloud/common/profile/client_profile.py +4 -3
  11. tencentcloud/common/retry.py +62 -0
  12. tencentcloud/cvm/v20170312/models.py +17 -2
  13. tencentcloud/ess/v20201111/models.py +0 -12
  14. tencentcloud/facefusion/v20220927/models.py +4 -4
  15. tencentcloud/lcic/v20220817/models.py +0 -8
  16. tencentcloud/lighthouse/v20200324/models.py +0 -6
  17. tencentcloud/lkeap/v20240522/models.py +824 -37
  18. tencentcloud/mna/v20210119/models.py +0 -16
  19. tencentcloud/mongodb/v20190725/models.py +155 -0
  20. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  21. tencentcloud/mps/v20190612/models.py +136 -0
  22. tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
  23. tencentcloud/mqtt/v20240516/models.py +2003 -195
  24. tencentcloud/mqtt/v20240516/mqtt_client.py +255 -0
  25. tencentcloud/ocr/v20181119/models.py +45 -0
  26. tencentcloud/rum/v20210622/models.py +16 -0
  27. tencentcloud/ssl/v20191205/errorcodes.py +3 -0
  28. tencentcloud/ssl/v20191205/models.py +791 -21
  29. tencentcloud/ssl/v20191205/ssl_client.py +46 -0
  30. tencentcloud/tcr/v20190924/models.py +4 -0
  31. tencentcloud/teo/v20220901/models.py +2 -4
  32. tencentcloud/tke/v20180525/models.py +30 -0
  33. tencentcloud/tmt/v20180321/models.py +4 -0
  34. tencentcloud/trtc/v20190722/models.py +0 -4
  35. tencentcloud/vpc/v20170312/models.py +7 -4
  36. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  37. tencentcloud/waf/v20180125/models.py +30 -0
  38. tencentcloud/wedata/v20210820/models.py +189 -0
  39. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  40. {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/METADATA +1 -1
  41. {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/RECORD +44 -43
  42. {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/LICENSE +0 -0
  43. {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/WHEEL +0 -0
  44. {tencentcloud_sdk_python-3.0.1315.dist-info → tencentcloud_sdk_python-3.0.1317.dist-info}/top_level.txt +0 -0
@@ -1268,7 +1268,6 @@ class BatchRegisterResponse(AbstractModel):
1268
1268
  def __init__(self):
1269
1269
  r"""
1270
1270
  :param _Users: 注册成功的用户列表
1271
- 注意:此字段可能返回 null,表示取不到有效值。
1272
1271
  :type Users: list of BatchUserInfo
1273
1272
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1274
1273
  :type RequestId: str
@@ -1279,7 +1278,6 @@ class BatchRegisterResponse(AbstractModel):
1279
1278
  @property
1280
1279
  def Users(self):
1281
1280
  """注册成功的用户列表
1282
- 注意:此字段可能返回 null,表示取不到有效值。
1283
1281
  :rtype: list of BatchUserInfo
1284
1282
  """
1285
1283
  return self._Users
@@ -5950,7 +5948,6 @@ class DescribeRoomForbiddenUserResponse(AbstractModel):
5950
5948
  def __init__(self):
5951
5949
  r"""
5952
5950
  :param _MutedAccountList: 禁言用户信息数组,内容包括被禁言的成员 ID,及其被禁言到的时间(使用 UTC 时间,即世界协调时间)
5953
- 注意:此字段可能返回 null,表示取不到有效值。
5954
5951
  :type MutedAccountList: list of MutedAccountList
5955
5952
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5956
5953
  :type RequestId: str
@@ -5961,7 +5958,6 @@ class DescribeRoomForbiddenUserResponse(AbstractModel):
5961
5958
  @property
5962
5959
  def MutedAccountList(self):
5963
5960
  """禁言用户信息数组,内容包括被禁言的成员 ID,及其被禁言到的时间(使用 UTC 时间,即世界协调时间)
5964
- 注意:此字段可能返回 null,表示取不到有效值。
5965
5961
  :rtype: list of MutedAccountList
5966
5962
  """
5967
5963
  return self._MutedAccountList
@@ -6888,7 +6884,6 @@ class DescribeScoreListResponse(AbstractModel):
6888
6884
  :param _Total: 总数
6889
6885
  :type Total: int
6890
6886
  :param _Scores: 课堂评分列表
6891
- 注意:此字段可能返回 null,表示取不到有效值。
6892
6887
  :type Scores: list of ClassScoreItem
6893
6888
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6894
6889
  :type RequestId: str
@@ -6911,7 +6906,6 @@ class DescribeScoreListResponse(AbstractModel):
6911
6906
  @property
6912
6907
  def Scores(self):
6913
6908
  """课堂评分列表
6914
- 注意:此字段可能返回 null,表示取不到有效值。
6915
6909
  :rtype: list of ClassScoreItem
6916
6910
  """
6917
6911
  return self._Scores
@@ -7019,7 +7013,6 @@ class DescribeSdkAppIdUsersResponse(AbstractModel):
7019
7013
  :param _Total: 用户总数
7020
7014
  :type Total: int
7021
7015
  :param _Users: 当前获取用户信息数组列表
7022
- 注意:此字段可能返回 null,表示取不到有效值。
7023
7016
  :type Users: list of UserInfo
7024
7017
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7025
7018
  :type RequestId: str
@@ -7042,7 +7035,6 @@ class DescribeSdkAppIdUsersResponse(AbstractModel):
7042
7035
  @property
7043
7036
  def Users(self):
7044
7037
  """当前获取用户信息数组列表
7045
- 注意:此字段可能返回 null,表示取不到有效值。
7046
7038
  :rtype: list of UserInfo
7047
7039
  """
7048
7040
  return self._Users
@@ -4423,7 +4423,6 @@ class DescribeCcnAttachedInstancesResponse(AbstractModel):
4423
4423
  def __init__(self):
4424
4424
  r"""
4425
4425
  :param _CcnAttachedInstanceSet: 云联网关联的实例列表。
4426
- 注意:此字段可能返回 null,表示取不到有效值。
4427
4426
  :type CcnAttachedInstanceSet: list of CcnAttachedInstance
4428
4427
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4429
4428
  :type RequestId: str
@@ -4434,7 +4433,6 @@ class DescribeCcnAttachedInstancesResponse(AbstractModel):
4434
4433
  @property
4435
4434
  def CcnAttachedInstanceSet(self):
4436
4435
  """云联网关联的实例列表。
4437
- 注意:此字段可能返回 null,表示取不到有效值。
4438
4436
  :rtype: list of CcnAttachedInstance
4439
4437
  """
4440
4438
  return self._CcnAttachedInstanceSet
@@ -12298,10 +12296,8 @@ class InquirePriceRenewInstancesResponse(AbstractModel):
12298
12296
  :param _Price: 询价信息。默认为列表中第一个实例的价格信息。
12299
12297
  :type Price: :class:`tencentcloud.lighthouse.v20200324.models.Price`
12300
12298
  :param _DataDiskPriceSet: 数据盘价格信息列表。
12301
- 注意:此字段可能返回 null,表示取不到有效值。
12302
12299
  :type DataDiskPriceSet: list of DataDiskPrice
12303
12300
  :param _InstancePriceDetailSet: 待续费实例价格列表。
12304
- 注意:此字段可能返回 null,表示取不到有效值。
12305
12301
  :type InstancePriceDetailSet: list of InstancePriceDetail
12306
12302
  :param _TotalPrice: 总计价格。
12307
12303
  :type TotalPrice: :class:`tencentcloud.lighthouse.v20200324.models.TotalPrice`
@@ -12328,7 +12324,6 @@ class InquirePriceRenewInstancesResponse(AbstractModel):
12328
12324
  @property
12329
12325
  def DataDiskPriceSet(self):
12330
12326
  """数据盘价格信息列表。
12331
- 注意:此字段可能返回 null,表示取不到有效值。
12332
12327
  :rtype: list of DataDiskPrice
12333
12328
  """
12334
12329
  return self._DataDiskPriceSet
@@ -12340,7 +12335,6 @@ class InquirePriceRenewInstancesResponse(AbstractModel):
12340
12335
  @property
12341
12336
  def InstancePriceDetailSet(self):
12342
12337
  """待续费实例价格列表。
12343
- 注意:此字段可能返回 null,表示取不到有效值。
12344
12338
  :rtype: list of InstancePriceDetail
12345
12339
  """
12346
12340
  return self._InstancePriceDetailSet