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.
- 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 -456
- tencentcloud/captcha/v20190722/models.py +6 -24
- tencentcloud/cdc/v20201214/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +4 -4
- tencentcloud/cdz/v20221123/models.py +0 -4
- tencentcloud/cfg/v20210820/models.py +0 -192
- tencentcloud/cfs/v20190719/errorcodes.py +3 -0
- tencentcloud/clb/v20180317/clb_client.py +2 -2
- tencentcloud/cvm/v20170312/cvm_client.py +23 -0
- tencentcloud/cvm/v20170312/models.py +211 -4
- tencentcloud/cwp/v20180228/models.py +160 -42
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +161 -0
- tencentcloud/dbbrain/v20210527/models.py +1743 -387
- tencentcloud/domain/v20180808/models.py +30 -26
- tencentcloud/dts/v20180330/models.py +0 -6
- tencentcloud/dts/v20211206/models.py +2 -210
- tencentcloud/ess/v20201111/models.py +136 -4
- tencentcloud/essbasic/v20210526/models.py +128 -6
- tencentcloud/hunyuan/v20230901/models.py +97 -21
- 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 +68 -36
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +4 -8
- tencentcloud/mariadb/v20170312/models.py +0 -24
- tencentcloud/mongodb/v20190725/models.py +6 -6
- tencentcloud/mps/v20190612/models.py +170 -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 +8 -8
- tencentcloud/ses/v20201002/models.py +2 -4
- tencentcloud/tat/v20201028/models.py +10 -8
- tencentcloud/tcb/v20180608/models.py +0 -234
- tencentcloud/tdmq/v20200217/models.py +17 -198
- tencentcloud/teo/v20220901/models.py +1182 -21
- tencentcloud/teo/v20220901/teo_client.py +8 -4
- tencentcloud/tione/v20211111/models.py +90 -0
- tencentcloud/trocket/v20230308/models.py +109 -0
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trro/v20220325/models.py +140 -0
- tencentcloud/trro/v20220325/trro_client.py +25 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vdb/v20230616/vdb_client.py +1 -1
- tencentcloud/vpc/v20170312/errorcodes.py +9 -0
- tencentcloud/vrs/v20200824/models.py +32 -0
- tencentcloud/waf/v20180125/models.py +398 -0
- tencentcloud/waf/v20180125/waf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +77 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/RECORD +64 -64
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1341.dist-info → tencentcloud_sdk_python-3.0.1343.dist-info}/top_level.txt +0 -0
@@ -322,22 +322,17 @@ class BidDetailPageResponse(AbstractModel):
|
|
322
322
|
def __init__(self):
|
323
323
|
r"""
|
324
324
|
:param _Domain: 域名
|
325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
326
325
|
:type Domain: str
|
327
326
|
:param _CurrentPrice: 当前域名价格
|
328
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
329
327
|
:type CurrentPrice: float
|
330
328
|
:param _BidPrice: 用户上次出价
|
331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
332
329
|
:type BidPrice: float
|
333
330
|
:param _CurrentPriceScope: 当前加价幅度
|
334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
335
331
|
:type CurrentPriceScope: float
|
336
332
|
:param _PriceScope: 加价幅度区间配置
|
337
333
|
注意:此字段可能返回 null,表示取不到有效值。
|
338
334
|
:type PriceScope: list of PriceScopeConf
|
339
335
|
:param _DepositPrice: 用户当前已经支付了的保证金
|
340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
341
336
|
:type DepositPrice: float
|
342
337
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
343
338
|
:type RequestId: str
|
@@ -353,7 +348,6 @@ class BidDetailPageResponse(AbstractModel):
|
|
353
348
|
@property
|
354
349
|
def Domain(self):
|
355
350
|
"""域名
|
356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
357
351
|
:rtype: str
|
358
352
|
"""
|
359
353
|
return self._Domain
|
@@ -365,7 +359,6 @@ class BidDetailPageResponse(AbstractModel):
|
|
365
359
|
@property
|
366
360
|
def CurrentPrice(self):
|
367
361
|
"""当前域名价格
|
368
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
369
362
|
:rtype: float
|
370
363
|
"""
|
371
364
|
return self._CurrentPrice
|
@@ -377,7 +370,6 @@ class BidDetailPageResponse(AbstractModel):
|
|
377
370
|
@property
|
378
371
|
def BidPrice(self):
|
379
372
|
"""用户上次出价
|
380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
381
373
|
:rtype: float
|
382
374
|
"""
|
383
375
|
return self._BidPrice
|
@@ -389,7 +381,6 @@ class BidDetailPageResponse(AbstractModel):
|
|
389
381
|
@property
|
390
382
|
def CurrentPriceScope(self):
|
391
383
|
"""当前加价幅度
|
392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
393
384
|
:rtype: float
|
394
385
|
"""
|
395
386
|
return self._CurrentPriceScope
|
@@ -413,7 +404,6 @@ class BidDetailPageResponse(AbstractModel):
|
|
413
404
|
@property
|
414
405
|
def DepositPrice(self):
|
415
406
|
"""用户当前已经支付了的保证金
|
416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
417
407
|
:rtype: float
|
418
408
|
"""
|
419
409
|
return self._DepositPrice
|
@@ -2150,7 +2140,6 @@ class CreateDomainBatchResponse(AbstractModel):
|
|
2150
2140
|
def __init__(self):
|
2151
2141
|
r"""
|
2152
2142
|
:param _LogId: 批量日志ID
|
2153
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2154
2143
|
:type LogId: int
|
2155
2144
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2156
2145
|
:type RequestId: str
|
@@ -2161,7 +2150,6 @@ class CreateDomainBatchResponse(AbstractModel):
|
|
2161
2150
|
@property
|
2162
2151
|
def LogId(self):
|
2163
2152
|
"""批量日志ID
|
2164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2165
2153
|
:rtype: int
|
2166
2154
|
"""
|
2167
2155
|
return self._LogId
|
@@ -2935,10 +2923,8 @@ class DescribeAuctionListResponse(AbstractModel):
|
|
2935
2923
|
def __init__(self):
|
2936
2924
|
r"""
|
2937
2925
|
:param _AuctionList: 竞拍详情列表
|
2938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2939
2926
|
:type AuctionList: list of AuctionInfo
|
2940
2927
|
:param _TotalCount: 总数
|
2941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2942
2928
|
:type TotalCount: int
|
2943
2929
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2944
2930
|
:type RequestId: str
|
@@ -2950,7 +2936,6 @@ class DescribeAuctionListResponse(AbstractModel):
|
|
2950
2936
|
@property
|
2951
2937
|
def AuctionList(self):
|
2952
2938
|
"""竞拍详情列表
|
2953
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2954
2939
|
:rtype: list of AuctionInfo
|
2955
2940
|
"""
|
2956
2941
|
return self._AuctionList
|
@@ -2962,7 +2947,6 @@ class DescribeAuctionListResponse(AbstractModel):
|
|
2962
2947
|
@property
|
2963
2948
|
def TotalCount(self):
|
2964
2949
|
"""总数
|
2965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2966
2950
|
:rtype: int
|
2967
2951
|
"""
|
2968
2952
|
return self._TotalCount
|
@@ -3070,7 +3054,6 @@ class DescribeBatchOperationLogDetailsResponse(AbstractModel):
|
|
3070
3054
|
:param _TotalCount: 总数量。
|
3071
3055
|
:type TotalCount: int
|
3072
3056
|
:param _DomainBatchDetailSet: 日志详情列表。
|
3073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3074
3057
|
:type DomainBatchDetailSet: list of DomainBatchDetailSet
|
3075
3058
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3076
3059
|
:type RequestId: str
|
@@ -3093,7 +3076,6 @@ class DescribeBatchOperationLogDetailsResponse(AbstractModel):
|
|
3093
3076
|
@property
|
3094
3077
|
def DomainBatchDetailSet(self):
|
3095
3078
|
"""日志详情列表。
|
3096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3097
3079
|
:rtype: list of DomainBatchDetailSet
|
3098
3080
|
"""
|
3099
3081
|
return self._DomainBatchDetailSet
|
@@ -3186,7 +3168,6 @@ class DescribeBatchOperationLogsResponse(AbstractModel):
|
|
3186
3168
|
:param _TotalCount: 总数量
|
3187
3169
|
:type TotalCount: int
|
3188
3170
|
:param _DomainBatchLogSet: 日志列表
|
3189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3190
3171
|
:type DomainBatchLogSet: list of DomainBatchLogSet
|
3191
3172
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3192
3173
|
:type RequestId: str
|
@@ -3209,7 +3190,6 @@ class DescribeBatchOperationLogsResponse(AbstractModel):
|
|
3209
3190
|
@property
|
3210
3191
|
def DomainBatchLogSet(self):
|
3211
3192
|
"""日志列表
|
3212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3213
3193
|
:rtype: list of DomainBatchLogSet
|
3214
3194
|
"""
|
3215
3195
|
return self._DomainBatchLogSet
|
@@ -4659,7 +4639,6 @@ class DescribeDomainBaseInfoResponse(AbstractModel):
|
|
4659
4639
|
:param _DomainInfo: 域名信息
|
4660
4640
|
:type DomainInfo: :class:`tencentcloud.domain.v20180808.models.DomainBaseInfo`
|
4661
4641
|
:param _Uin: 用户Uin
|
4662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4663
4642
|
:type Uin: str
|
4664
4643
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4665
4644
|
:type RequestId: str
|
@@ -4682,7 +4661,6 @@ class DescribeDomainBaseInfoResponse(AbstractModel):
|
|
4682
4661
|
@property
|
4683
4662
|
def Uin(self):
|
4684
4663
|
"""用户Uin
|
4685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4686
4664
|
:rtype: str
|
4687
4665
|
"""
|
4688
4666
|
return self._Uin
|
@@ -4770,7 +4748,6 @@ class DescribeDomainNameListResponse(AbstractModel):
|
|
4770
4748
|
def __init__(self):
|
4771
4749
|
r"""
|
4772
4750
|
:param _DomainSet: 域名信息集合
|
4773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4774
4751
|
:type DomainSet: list of DomainList
|
4775
4752
|
:param _TotalCount: 域名总数量
|
4776
4753
|
:type TotalCount: int
|
@@ -4784,7 +4761,6 @@ class DescribeDomainNameListResponse(AbstractModel):
|
|
4784
4761
|
@property
|
4785
4762
|
def DomainSet(self):
|
4786
4763
|
"""域名信息集合
|
4787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4788
4764
|
:rtype: list of DomainList
|
4789
4765
|
"""
|
4790
4766
|
return self._DomainSet
|
@@ -5956,7 +5932,6 @@ class DescribePreReleaseListResponse(AbstractModel):
|
|
5956
5932
|
:param _TotalCount: 数量
|
5957
5933
|
:type TotalCount: int
|
5958
5934
|
:param _PreReleaseList: 预释放列表
|
5959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5960
5935
|
:type PreReleaseList: list of PreReleaseInfo
|
5961
5936
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5962
5937
|
:type RequestId: str
|
@@ -5979,7 +5954,6 @@ class DescribePreReleaseListResponse(AbstractModel):
|
|
5979
5954
|
@property
|
5980
5955
|
def PreReleaseList(self):
|
5981
5956
|
"""预释放列表
|
5982
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5983
5957
|
:rtype: list of PreReleaseInfo
|
5984
5958
|
"""
|
5985
5959
|
return self._PreReleaseList
|
@@ -7368,6 +7342,10 @@ done 执行完成。
|
|
7368
7342
|
:type Doing: int
|
7369
7343
|
:param _Failed: 批量操作失败个数
|
7370
7344
|
:type Failed: int
|
7345
|
+
:param _PayStatus: 是否付费
|
7346
|
+
:type PayStatus: bool
|
7347
|
+
:param _BigDealId: 大订单ID
|
7348
|
+
:type BigDealId: str
|
7371
7349
|
"""
|
7372
7350
|
self._LogId = None
|
7373
7351
|
self._Number = None
|
@@ -7376,6 +7354,8 @@ done 执行完成。
|
|
7376
7354
|
self._Success = None
|
7377
7355
|
self._Doing = None
|
7378
7356
|
self._Failed = None
|
7357
|
+
self._PayStatus = None
|
7358
|
+
self._BigDealId = None
|
7379
7359
|
|
7380
7360
|
@property
|
7381
7361
|
def LogId(self):
|
@@ -7456,6 +7436,28 @@ done 执行完成。
|
|
7456
7436
|
def Failed(self, Failed):
|
7457
7437
|
self._Failed = Failed
|
7458
7438
|
|
7439
|
+
@property
|
7440
|
+
def PayStatus(self):
|
7441
|
+
"""是否付费
|
7442
|
+
:rtype: bool
|
7443
|
+
"""
|
7444
|
+
return self._PayStatus
|
7445
|
+
|
7446
|
+
@PayStatus.setter
|
7447
|
+
def PayStatus(self, PayStatus):
|
7448
|
+
self._PayStatus = PayStatus
|
7449
|
+
|
7450
|
+
@property
|
7451
|
+
def BigDealId(self):
|
7452
|
+
"""大订单ID
|
7453
|
+
:rtype: str
|
7454
|
+
"""
|
7455
|
+
return self._BigDealId
|
7456
|
+
|
7457
|
+
@BigDealId.setter
|
7458
|
+
def BigDealId(self, BigDealId):
|
7459
|
+
self._BigDealId = BigDealId
|
7460
|
+
|
7459
7461
|
|
7460
7462
|
def _deserialize(self, params):
|
7461
7463
|
self._LogId = params.get("LogId")
|
@@ -7465,6 +7467,8 @@ done 执行完成。
|
|
7465
7467
|
self._Success = params.get("Success")
|
7466
7468
|
self._Doing = params.get("Doing")
|
7467
7469
|
self._Failed = params.get("Failed")
|
7470
|
+
self._PayStatus = params.get("PayStatus")
|
7471
|
+
self._BigDealId = params.get("BigDealId")
|
7468
7472
|
memeber_set = set(params.keys())
|
7469
7473
|
for name, value in vars(self).items():
|
7470
7474
|
property_name = name[1:]
|
@@ -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
|