tencentcloud-sdk-python 3.0.1341__py2.py3-none-any.whl → 3.0.1343__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 (64) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bi/v20220105/models.py +68 -0
  3. tencentcloud/billing/v20180709/billing_client.py +3 -1
  4. tencentcloud/billing/v20180709/models.py +90 -456
  5. tencentcloud/captcha/v20190722/models.py +6 -24
  6. tencentcloud/cdc/v20201214/models.py +0 -12
  7. tencentcloud/cdwpg/v20201230/models.py +4 -4
  8. tencentcloud/cdz/v20221123/models.py +0 -4
  9. tencentcloud/cfg/v20210820/models.py +0 -192
  10. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  11. tencentcloud/clb/v20180317/clb_client.py +2 -2
  12. tencentcloud/cvm/v20170312/cvm_client.py +23 -0
  13. tencentcloud/cvm/v20170312/models.py +211 -4
  14. tencentcloud/cwp/v20180228/models.py +160 -42
  15. tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
  16. tencentcloud/dbbrain/v20210527/models.py +1743 -387
  17. tencentcloud/domain/v20180808/models.py +30 -26
  18. tencentcloud/dts/v20180330/models.py +0 -6
  19. tencentcloud/dts/v20211206/models.py +2 -210
  20. tencentcloud/ess/v20201111/models.py +136 -4
  21. tencentcloud/essbasic/v20210526/models.py +128 -6
  22. tencentcloud/hunyuan/v20230901/models.py +97 -21
  23. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  24. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
  25. tencentcloud/iotexplorer/v20190423/models.py +995 -65
  26. tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
  27. tencentcloud/iotvideo/v20211125/models.py +188 -0
  28. tencentcloud/lcic/v20220817/errorcodes.py +1 -1
  29. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
  30. tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
  31. tencentcloud/lighthouse/v20200324/models.py +68 -36
  32. tencentcloud/lke/v20231130/lke_client.py +1 -1
  33. tencentcloud/lke/v20231130/models.py +2 -2
  34. tencentcloud/lkeap/v20240522/models.py +4 -8
  35. tencentcloud/mariadb/v20170312/models.py +0 -24
  36. tencentcloud/mongodb/v20190725/models.py +6 -6
  37. tencentcloud/mps/v20190612/models.py +170 -0
  38. tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
  39. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  40. tencentcloud/organization/v20210331/models.py +0 -82
  41. tencentcloud/redis/v20180412/models.py +8 -8
  42. tencentcloud/ses/v20201002/models.py +2 -4
  43. tencentcloud/tat/v20201028/models.py +10 -8
  44. tencentcloud/tcb/v20180608/models.py +0 -234
  45. tencentcloud/tdmq/v20200217/models.py +17 -198
  46. tencentcloud/teo/v20220901/models.py +1182 -21
  47. tencentcloud/teo/v20220901/teo_client.py +8 -4
  48. tencentcloud/tione/v20211111/models.py +90 -0
  49. tencentcloud/trocket/v20230308/models.py +109 -0
  50. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  51. tencentcloud/trro/v20220325/models.py +140 -0
  52. tencentcloud/trro/v20220325/trro_client.py +25 -0
  53. tencentcloud/vdb/v20230616/models.py +45 -0
  54. tencentcloud/vdb/v20230616/vdb_client.py +1 -1
  55. tencentcloud/vpc/v20170312/errorcodes.py +9 -0
  56. tencentcloud/vrs/v20200824/models.py +32 -0
  57. tencentcloud/waf/v20180125/models.py +398 -0
  58. tencentcloud/waf/v20180125/waf_client.py +69 -0
  59. tencentcloud/wedata/v20210820/models.py +77 -0
  60. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/METADATA +1 -1
  61. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/RECORD +64 -64
  62. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/LICENSE +0 -0
  63. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/WHEEL +0 -0
  64. {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.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.1341'
17
+ __version__ = '3.0.1343'
@@ -8501,6 +8501,9 @@ class UserIdAndUserName(AbstractModel):
8501
8501
  :param _GlobalUserName: 全局角色
8502
8502
  注意:此字段可能返回 null,表示取不到有效值。
8503
8503
  :type GlobalUserName: str
8504
+ :param _GlobalUserCode: 全局角色编码
8505
+ 注意:此字段可能返回 null,表示取不到有效值。
8506
+ :type GlobalUserCode: str
8504
8507
  :param _Mobile: 手机号
8505
8508
  注意:此字段可能返回 null,表示取不到有效值。
8506
8509
  :type Mobile: str
@@ -8519,6 +8522,12 @@ class UserIdAndUserName(AbstractModel):
8519
8522
  :param _InValidateAppRange: 1
8520
8523
  注意:此字段可能返回 null,表示取不到有效值。
8521
8524
  :type InValidateAppRange: bool
8525
+ :param _EmailActivationStatus: -1 免激活 0 未激活 1 已激活 空代表待绑定
8526
+ 注意:此字段可能返回 null,表示取不到有效值。
8527
+ :type EmailActivationStatus: int
8528
+ :param _Id: 1
8529
+ 注意:此字段可能返回 null,表示取不到有效值。
8530
+ :type Id: int
8522
8531
  """
8523
8532
  self._UserId = None
8524
8533
  self._UserName = None
@@ -8534,12 +8543,15 @@ class UserIdAndUserName(AbstractModel):
8534
8543
  self._UpdatedUser = None
8535
8544
  self._UpdatedAt = None
8536
8545
  self._GlobalUserName = None
8546
+ self._GlobalUserCode = None
8537
8547
  self._Mobile = None
8538
8548
  self._AppId = None
8539
8549
  self._AppUserId = None
8540
8550
  self._AppUserAliasName = None
8541
8551
  self._AppUserName = None
8542
8552
  self._InValidateAppRange = None
8553
+ self._EmailActivationStatus = None
8554
+ self._Id = None
8543
8555
 
8544
8556
  @property
8545
8557
  def UserId(self):
@@ -8707,6 +8719,18 @@ class UserIdAndUserName(AbstractModel):
8707
8719
  def GlobalUserName(self, GlobalUserName):
8708
8720
  self._GlobalUserName = GlobalUserName
8709
8721
 
8722
+ @property
8723
+ def GlobalUserCode(self):
8724
+ """全局角色编码
8725
+ 注意:此字段可能返回 null,表示取不到有效值。
8726
+ :rtype: str
8727
+ """
8728
+ return self._GlobalUserCode
8729
+
8730
+ @GlobalUserCode.setter
8731
+ def GlobalUserCode(self, GlobalUserCode):
8732
+ self._GlobalUserCode = GlobalUserCode
8733
+
8710
8734
  @property
8711
8735
  def Mobile(self):
8712
8736
  """手机号
@@ -8779,6 +8803,30 @@ class UserIdAndUserName(AbstractModel):
8779
8803
  def InValidateAppRange(self, InValidateAppRange):
8780
8804
  self._InValidateAppRange = InValidateAppRange
8781
8805
 
8806
+ @property
8807
+ def EmailActivationStatus(self):
8808
+ """-1 免激活 0 未激活 1 已激活 空代表待绑定
8809
+ 注意:此字段可能返回 null,表示取不到有效值。
8810
+ :rtype: int
8811
+ """
8812
+ return self._EmailActivationStatus
8813
+
8814
+ @EmailActivationStatus.setter
8815
+ def EmailActivationStatus(self, EmailActivationStatus):
8816
+ self._EmailActivationStatus = EmailActivationStatus
8817
+
8818
+ @property
8819
+ def Id(self):
8820
+ """1
8821
+ 注意:此字段可能返回 null,表示取不到有效值。
8822
+ :rtype: int
8823
+ """
8824
+ return self._Id
8825
+
8826
+ @Id.setter
8827
+ def Id(self, Id):
8828
+ self._Id = Id
8829
+
8782
8830
 
8783
8831
  def _deserialize(self, params):
8784
8832
  self._UserId = params.get("UserId")
@@ -8795,12 +8843,15 @@ class UserIdAndUserName(AbstractModel):
8795
8843
  self._UpdatedUser = params.get("UpdatedUser")
8796
8844
  self._UpdatedAt = params.get("UpdatedAt")
8797
8845
  self._GlobalUserName = params.get("GlobalUserName")
8846
+ self._GlobalUserCode = params.get("GlobalUserCode")
8798
8847
  self._Mobile = params.get("Mobile")
8799
8848
  self._AppId = params.get("AppId")
8800
8849
  self._AppUserId = params.get("AppUserId")
8801
8850
  self._AppUserAliasName = params.get("AppUserAliasName")
8802
8851
  self._AppUserName = params.get("AppUserName")
8803
8852
  self._InValidateAppRange = params.get("InValidateAppRange")
8853
+ self._EmailActivationStatus = params.get("EmailActivationStatus")
8854
+ self._Id = params.get("Id")
8804
8855
  memeber_set = set(params.keys())
8805
8856
  for name, value in vars(self).items():
8806
8857
  property_name = name[1:]
@@ -9216,6 +9267,9 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
9216
9267
  :param _AppOpenUserId: 用户openid
9217
9268
  注意:此字段可能返回 null,表示取不到有效值。
9218
9269
  :type AppOpenUserId: str
9270
+ :param _EmailActivationStatus: 邮箱激活状态
9271
+ 注意:此字段可能返回 null,表示取不到有效值。
9272
+ :type EmailActivationStatus: int
9219
9273
  """
9220
9274
  self._Id = None
9221
9275
  self._RoleList = None
@@ -9239,6 +9293,7 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
9239
9293
  self._AppUserName = None
9240
9294
  self._InValidateAppRange = None
9241
9295
  self._AppOpenUserId = None
9296
+ self._EmailActivationStatus = None
9242
9297
 
9243
9298
  @property
9244
9299
  def Id(self):
@@ -9500,6 +9555,18 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
9500
9555
  def AppOpenUserId(self, AppOpenUserId):
9501
9556
  self._AppOpenUserId = AppOpenUserId
9502
9557
 
9558
+ @property
9559
+ def EmailActivationStatus(self):
9560
+ """邮箱激活状态
9561
+ 注意:此字段可能返回 null,表示取不到有效值。
9562
+ :rtype: int
9563
+ """
9564
+ return self._EmailActivationStatus
9565
+
9566
+ @EmailActivationStatus.setter
9567
+ def EmailActivationStatus(self, EmailActivationStatus):
9568
+ self._EmailActivationStatus = EmailActivationStatus
9569
+
9503
9570
 
9504
9571
  def _deserialize(self, params):
9505
9572
  self._Id = params.get("Id")
@@ -9529,6 +9596,7 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
9529
9596
  self._AppUserName = params.get("AppUserName")
9530
9597
  self._InValidateAppRange = params.get("InValidateAppRange")
9531
9598
  self._AppOpenUserId = params.get("AppOpenUserId")
9599
+ self._EmailActivationStatus = params.get("EmailActivationStatus")
9532
9600
  memeber_set = set(params.keys())
9533
9601
  for name, value in vars(self).items():
9534
9602
  property_name = name[1:]
@@ -885,7 +885,9 @@ class BillingClient(AbstractClient):
885
885
 
886
886
 
887
887
  def DescribeSavingPlanCoverage(self, request):
888
- """查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
888
+ """当前接口已迁移至svp产品
889
+
890
+ 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
889
891
 
890
892
  :param request: Request instance for DescribeSavingPlanCoverage.
891
893
  :type request: :class:`tencentcloud.billing.v20180709.models.DescribeSavingPlanCoverageRequest`