tencentcloud-sdk-python 3.0.1342__py2.py3-none-any.whl → 3.0.1344__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/bi/v20220105/models.py +68 -0
- tencentcloud/billing/v20180709/billing_client.py +3 -1
- tencentcloud/billing/v20180709/models.py +90 -224
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +117 -0
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/clb/v20180317/models.py +39 -10
- tencentcloud/cls/v20201016/models.py +17 -186
- tencentcloud/cwp/v20180228/models.py +61 -18
- tencentcloud/cynosdb/v20190107/models.py +2 -2
- tencentcloud/dbbrain/v20191016/models.py +0 -16
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1731 -389
- tencentcloud/domain/v20180808/models.py +0 -10
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +71 -4
- tencentcloud/essbasic/v20210526/models.py +59 -2
- tencentcloud/fmu/v20191213/errorcodes.py +3 -0
- tencentcloud/fmu/v20191213/models.py +4 -4
- tencentcloud/goosefs/v20220519/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +4 -4
- tencentcloud/hai/v20230812/errorcodes.py +1 -1
- tencentcloud/iotcloud/v20210408/models.py +2 -4
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +69 -0
- tencentcloud/iotexplorer/v20190423/models.py +995 -65
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20211125/models.py +188 -0
- tencentcloud/lcic/v20220817/errorcodes.py +1 -1
- tencentcloud/lighthouse/v20200324/errorcodes.py +12 -9
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +24 -17
- tencentcloud/lighthouse/v20200324/models.py +72 -48
- tencentcloud/lke/v20231130/models.py +17 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/lowcode/v20210108/models.py +0 -2
- tencentcloud/monitor/v20180724/models.py +251 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/errorcodes.py +34 -0
- tencentcloud/mps/v20190612/models.py +4254 -384
- tencentcloud/mps/v20190612/mps_client.py +208 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +9 -0
- tencentcloud/organization/v20210331/errorcodes.py +3 -0
- tencentcloud/organization/v20210331/models.py +0 -82
- tencentcloud/redis/v20180412/models.py +64 -0
- tencentcloud/redis/v20180412/redis_client.py +23 -0
- tencentcloud/tcb/v20180608/models.py +109 -157
- tencentcloud/tcb/v20180608/tcb_client.py +23 -0
- tencentcloud/tdmq/v20200217/models.py +158 -282
- tencentcloud/teo/v20220901/models.py +955 -20
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/wedata/v20210820/models.py +167 -0
- tencentcloud/weilingwith/v20230427/models.py +0 -964
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/RECORD +65 -65
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1342.dist-info → tencentcloud_sdk_python-3.0.1344.dist-info}/top_level.txt +0 -0
@@ -1002,10 +1002,8 @@ GZJGZY: 公证机构执业证。
|
|
1002
1002
|
:param _ImgUrl: 证件照片地址。
|
1003
1003
|
:type ImgUrl: str
|
1004
1004
|
:param _OriginImgUrl: 原始照片地址
|
1005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1006
1005
|
:type OriginImgUrl: str
|
1007
1006
|
:param _RegistrantCertificateCode: 联系人证件号码。
|
1008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1009
1007
|
:type RegistrantCertificateCode: str
|
1010
1008
|
:param _RegistrantCertificateType: 联系人证件类型。
|
1011
1009
|
SFZ: 身份证。
|
@@ -1036,10 +1034,8 @@ GAJZZ: 中国港澳居住证。
|
|
1036
1034
|
TWJZZ: 中国台湾居住证。
|
1037
1035
|
QTTYDM: 其他-统一社会信用代码证书。
|
1038
1036
|
GZJGZY: 公证机构执业证。
|
1039
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1040
1037
|
:type RegistrantCertificateType: str
|
1041
1038
|
:param _RegistrantImgUrl: 联系人证件照片地址。
|
1042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1043
1039
|
:type RegistrantImgUrl: str
|
1044
1040
|
"""
|
1045
1041
|
self._CertificateCode = None
|
@@ -1114,7 +1110,6 @@ GZJGZY: 公证机构执业证。
|
|
1114
1110
|
@property
|
1115
1111
|
def OriginImgUrl(self):
|
1116
1112
|
"""原始照片地址
|
1117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1118
1113
|
:rtype: str
|
1119
1114
|
"""
|
1120
1115
|
return self._OriginImgUrl
|
@@ -1126,7 +1121,6 @@ GZJGZY: 公证机构执业证。
|
|
1126
1121
|
@property
|
1127
1122
|
def RegistrantCertificateCode(self):
|
1128
1123
|
"""联系人证件号码。
|
1129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1130
1124
|
:rtype: str
|
1131
1125
|
"""
|
1132
1126
|
return self._RegistrantCertificateCode
|
@@ -1166,7 +1160,6 @@ GAJZZ: 中国港澳居住证。
|
|
1166
1160
|
TWJZZ: 中国台湾居住证。
|
1167
1161
|
QTTYDM: 其他-统一社会信用代码证书。
|
1168
1162
|
GZJGZY: 公证机构执业证。
|
1169
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1170
1163
|
:rtype: str
|
1171
1164
|
"""
|
1172
1165
|
return self._RegistrantCertificateType
|
@@ -1178,7 +1171,6 @@ GZJGZY: 公证机构执业证。
|
|
1178
1171
|
@property
|
1179
1172
|
def RegistrantImgUrl(self):
|
1180
1173
|
"""联系人证件照片地址。
|
1181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1182
1174
|
:rtype: str
|
1183
1175
|
"""
|
1184
1176
|
return self._RegistrantImgUrl
|
@@ -4639,7 +4631,6 @@ class DescribeDomainBaseInfoResponse(AbstractModel):
|
|
4639
4631
|
:param _DomainInfo: 域名信息
|
4640
4632
|
:type DomainInfo: :class:`tencentcloud.domain.v20180808.models.DomainBaseInfo`
|
4641
4633
|
:param _Uin: 用户Uin
|
4642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4643
4634
|
:type Uin: str
|
4644
4635
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4645
4636
|
:type RequestId: str
|
@@ -4662,7 +4653,6 @@ class DescribeDomainBaseInfoResponse(AbstractModel):
|
|
4662
4653
|
@property
|
4663
4654
|
def Uin(self):
|
4664
4655
|
"""用户Uin
|
4665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4666
4656
|
:rtype: str
|
4667
4657
|
"""
|
4668
4658
|
return self._Uin
|
@@ -1408,10 +1408,8 @@ class DescribeSubscribeConfResponse(AbstractModel):
|
|
1408
1408
|
:param _Region: 地域
|
1409
1409
|
:type Region: str
|
1410
1410
|
:param _Tags: 订阅实例的标签
|
1411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1412
1411
|
:type Tags: list of TagItem
|
1413
1412
|
:param _AutoRenewFlag: 自动续费标识,0-不自动续费,1-自动续费
|
1414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1415
1413
|
:type AutoRenewFlag: int
|
1416
1414
|
:param _SubscribeVersion: 数据订阅版本。老版订阅填txdts,kafka版填kafka
|
1417
1415
|
:type SubscribeVersion: str
|
@@ -1718,7 +1716,6 @@ class DescribeSubscribeConfResponse(AbstractModel):
|
|
1718
1716
|
@property
|
1719
1717
|
def Tags(self):
|
1720
1718
|
"""订阅实例的标签
|
1721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1722
1719
|
:rtype: list of TagItem
|
1723
1720
|
"""
|
1724
1721
|
return self._Tags
|
@@ -1730,7 +1727,6 @@ class DescribeSubscribeConfResponse(AbstractModel):
|
|
1730
1727
|
@property
|
1731
1728
|
def AutoRenewFlag(self):
|
1732
1729
|
"""自动续费标识,0-不自动续费,1-自动续费
|
1733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1734
1730
|
:rtype: int
|
1735
1731
|
"""
|
1736
1732
|
return self._AutoRenewFlag
|
@@ -3912,7 +3908,6 @@ class SrcInfo(AbstractModel):
|
|
3912
3908
|
:param _Supplier: 当实例为RDS实例时,填写为aliyun, 其他情况均填写others
|
3913
3909
|
:type Supplier: str
|
3914
3910
|
:param _CcnId: 云联网ID,如:ccn-afp6kltc
|
3915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3916
3911
|
:type CcnId: str
|
3917
3912
|
:param _EngineVersion: 数据库版本,当实例为RDS实例时才有效,格式如:5.6或者5.7,默认为5.6
|
3918
3913
|
:type EngineVersion: str
|
@@ -4091,7 +4086,6 @@ class SrcInfo(AbstractModel):
|
|
4091
4086
|
@property
|
4092
4087
|
def CcnId(self):
|
4093
4088
|
"""云联网ID,如:ccn-afp6kltc
|
4094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4095
4089
|
:rtype: str
|
4096
4090
|
"""
|
4097
4091
|
return self._CcnId
|