tencentcloud-sdk-python 3.0.1080__py2.py3-none-any.whl → 3.0.1082__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/asr/v20190614/models.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/errorcodes.py +3 -0
- tencentcloud/cdb/v20170320/models.py +38 -1
- tencentcloud/cdwdoris/v20211228/models.py +39 -0
- tencentcloud/cfs/v20190719/models.py +10 -3
- tencentcloud/cfw/v20190904/models.py +316 -26
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/models.py +440 -0
- tencentcloud/dasb/v20191018/models.py +26 -0
- tencentcloud/emr/v20190103/models.py +26 -0
- tencentcloud/es/v20180416/models.py +12 -0
- tencentcloud/ess/v20201111/ess_client.py +36 -2
- tencentcloud/ess/v20201111/models.py +145 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
- tencentcloud/essbasic/v20210526/models.py +119 -8
- tencentcloud/facefusion/v20181201/errorcodes.py +0 -33
- tencentcloud/facefusion/v20181201/facefusion_client.py +0 -25
- tencentcloud/facefusion/v20181201/models.py +0 -153
- tencentcloud/hai/v20230812/errorcodes.py +3 -0
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +99 -0
- tencentcloud/kms/v20190118/models.py +1 -1
- tencentcloud/monitor/v20180724/models.py +26 -0
- tencentcloud/ocr/v20181119/models.py +2 -2
- tencentcloud/partners/v20180321/models.py +13 -0
- tencentcloud/postgres/v20170312/models.py +5 -5
- tencentcloud/rum/v20210622/models.py +0 -619
- tencentcloud/rum/v20210622/rum_client.py +0 -104
- tencentcloud/scf/v20180416/errorcodes.py +3 -0
- tencentcloud/tcb/v20180608/models.py +102 -10
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +53 -34
- tencentcloud/tione/v20211111/tione_client.py +6 -6
- tencentcloud/tke/v20220501/__init__.py +0 -0
- tencentcloud/tke/v20220501/errorcodes.py +60 -0
- tencentcloud/tke/v20220501/models.py +2306 -0
- tencentcloud/tke/v20220501/tke_client.py +72 -0
- tencentcloud/tmt/v20180321/models.py +1 -1
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trtc/v20190722/models.py +15 -3
- tencentcloud/trtc/v20190722/trtc_client.py +2 -2
- tencentcloud/tse/v20201207/tse_client.py +2 -2
- tencentcloud/ump/v20200918/ump_client.py +48 -16
- tencentcloud/vod/v20180717/models.py +67 -0
- tencentcloud/vod/v20180717/vod_client.py +1 -0
- tencentcloud/waf/v20180125/models.py +710 -162
- tencentcloud/waf/v20180125/waf_client.py +6 -7
- tencentcloud/wedata/v20210820/models.py +77152 -44096
- tencentcloud/wedata/v20210820/wedata_client.py +4504 -1488
- {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/RECORD +56 -52
- {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1080.dist-info → tencentcloud_sdk_python-3.0.1082.dist-info}/top_level.txt +0 -0
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
# 欠费账户不能创建实例
|
|
18
18
|
FAILEDOPERATION_ARREARSACCOUNTCANNOTRUNINSTANCES = 'FailedOperation.ArrearsAccountCannotRunInstances'
|
|
19
19
|
|
|
20
|
+
# 并发操作实例失败
|
|
21
|
+
FAILEDOPERATION_OPERATEINSTANCEREPEATEDLY = 'FailedOperation.OperateInstanceRepeatedly'
|
|
22
|
+
|
|
20
23
|
# 内部错误。
|
|
21
24
|
INTERNALERROR = 'InternalError'
|
|
22
25
|
|
|
@@ -877,6 +877,29 @@ class IotvideoClient(AbstractClient):
|
|
|
877
877
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
878
878
|
|
|
879
879
|
|
|
880
|
+
def DescribeCloudStorageMultiThumbnail(self, request):
|
|
881
|
+
"""拉取多个云存事件缩略图
|
|
882
|
+
|
|
883
|
+
:param request: Request instance for DescribeCloudStorageMultiThumbnail.
|
|
884
|
+
:type request: :class:`tencentcloud.iotvideo.v20211125.models.DescribeCloudStorageMultiThumbnailRequest`
|
|
885
|
+
:rtype: :class:`tencentcloud.iotvideo.v20211125.models.DescribeCloudStorageMultiThumbnailResponse`
|
|
886
|
+
|
|
887
|
+
"""
|
|
888
|
+
try:
|
|
889
|
+
params = request._serialize()
|
|
890
|
+
headers = request.headers
|
|
891
|
+
body = self.call("DescribeCloudStorageMultiThumbnail", params, headers=headers)
|
|
892
|
+
response = json.loads(body)
|
|
893
|
+
model = models.DescribeCloudStorageMultiThumbnailResponse()
|
|
894
|
+
model._deserialize(response["Response"])
|
|
895
|
+
return model
|
|
896
|
+
except Exception as e:
|
|
897
|
+
if isinstance(e, TencentCloudSDKException):
|
|
898
|
+
raise
|
|
899
|
+
else:
|
|
900
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
901
|
+
|
|
902
|
+
|
|
880
903
|
def DescribeCloudStorageOrder(self, request):
|
|
881
904
|
"""查询云存服务详情
|
|
882
905
|
|
|
@@ -5099,6 +5099,105 @@ class DescribeCloudStorageEventsResponse(AbstractModel):
|
|
|
5099
5099
|
self._RequestId = params.get("RequestId")
|
|
5100
5100
|
|
|
5101
5101
|
|
|
5102
|
+
class DescribeCloudStorageMultiThumbnailRequest(AbstractModel):
|
|
5103
|
+
"""DescribeCloudStorageMultiThumbnail请求参数结构体
|
|
5104
|
+
|
|
5105
|
+
"""
|
|
5106
|
+
|
|
5107
|
+
def __init__(self):
|
|
5108
|
+
r"""
|
|
5109
|
+
:param _ProductId: 产品ID
|
|
5110
|
+
:type ProductId: str
|
|
5111
|
+
:param _DeviceName: 设备名称
|
|
5112
|
+
:type DeviceName: str
|
|
5113
|
+
:param _MultiThumbnail: 多个缩略图文件名根据 | 分割
|
|
5114
|
+
:type MultiThumbnail: str
|
|
5115
|
+
"""
|
|
5116
|
+
self._ProductId = None
|
|
5117
|
+
self._DeviceName = None
|
|
5118
|
+
self._MultiThumbnail = None
|
|
5119
|
+
|
|
5120
|
+
@property
|
|
5121
|
+
def ProductId(self):
|
|
5122
|
+
return self._ProductId
|
|
5123
|
+
|
|
5124
|
+
@ProductId.setter
|
|
5125
|
+
def ProductId(self, ProductId):
|
|
5126
|
+
self._ProductId = ProductId
|
|
5127
|
+
|
|
5128
|
+
@property
|
|
5129
|
+
def DeviceName(self):
|
|
5130
|
+
return self._DeviceName
|
|
5131
|
+
|
|
5132
|
+
@DeviceName.setter
|
|
5133
|
+
def DeviceName(self, DeviceName):
|
|
5134
|
+
self._DeviceName = DeviceName
|
|
5135
|
+
|
|
5136
|
+
@property
|
|
5137
|
+
def MultiThumbnail(self):
|
|
5138
|
+
return self._MultiThumbnail
|
|
5139
|
+
|
|
5140
|
+
@MultiThumbnail.setter
|
|
5141
|
+
def MultiThumbnail(self, MultiThumbnail):
|
|
5142
|
+
self._MultiThumbnail = MultiThumbnail
|
|
5143
|
+
|
|
5144
|
+
|
|
5145
|
+
def _deserialize(self, params):
|
|
5146
|
+
self._ProductId = params.get("ProductId")
|
|
5147
|
+
self._DeviceName = params.get("DeviceName")
|
|
5148
|
+
self._MultiThumbnail = params.get("MultiThumbnail")
|
|
5149
|
+
memeber_set = set(params.keys())
|
|
5150
|
+
for name, value in vars(self).items():
|
|
5151
|
+
property_name = name[1:]
|
|
5152
|
+
if property_name in memeber_set:
|
|
5153
|
+
memeber_set.remove(property_name)
|
|
5154
|
+
if len(memeber_set) > 0:
|
|
5155
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
5156
|
+
|
|
5157
|
+
|
|
5158
|
+
|
|
5159
|
+
class DescribeCloudStorageMultiThumbnailResponse(AbstractModel):
|
|
5160
|
+
"""DescribeCloudStorageMultiThumbnail返回参数结构体
|
|
5161
|
+
|
|
5162
|
+
"""
|
|
5163
|
+
|
|
5164
|
+
def __init__(self):
|
|
5165
|
+
r"""
|
|
5166
|
+
:param _ThumbnailURLInfoList: 缩略图访问地址
|
|
5167
|
+
:type ThumbnailURLInfoList: list of ThumbnailURLInfoList
|
|
5168
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5169
|
+
:type RequestId: str
|
|
5170
|
+
"""
|
|
5171
|
+
self._ThumbnailURLInfoList = None
|
|
5172
|
+
self._RequestId = None
|
|
5173
|
+
|
|
5174
|
+
@property
|
|
5175
|
+
def ThumbnailURLInfoList(self):
|
|
5176
|
+
return self._ThumbnailURLInfoList
|
|
5177
|
+
|
|
5178
|
+
@ThumbnailURLInfoList.setter
|
|
5179
|
+
def ThumbnailURLInfoList(self, ThumbnailURLInfoList):
|
|
5180
|
+
self._ThumbnailURLInfoList = ThumbnailURLInfoList
|
|
5181
|
+
|
|
5182
|
+
@property
|
|
5183
|
+
def RequestId(self):
|
|
5184
|
+
return self._RequestId
|
|
5185
|
+
|
|
5186
|
+
@RequestId.setter
|
|
5187
|
+
def RequestId(self, RequestId):
|
|
5188
|
+
self._RequestId = RequestId
|
|
5189
|
+
|
|
5190
|
+
|
|
5191
|
+
def _deserialize(self, params):
|
|
5192
|
+
if params.get("ThumbnailURLInfoList") is not None:
|
|
5193
|
+
self._ThumbnailURLInfoList = []
|
|
5194
|
+
for item in params.get("ThumbnailURLInfoList"):
|
|
5195
|
+
obj = ThumbnailURLInfoList()
|
|
5196
|
+
obj._deserialize(item)
|
|
5197
|
+
self._ThumbnailURLInfoList.append(obj)
|
|
5198
|
+
self._RequestId = params.get("RequestId")
|
|
5199
|
+
|
|
5200
|
+
|
|
5102
5201
|
class DescribeCloudStorageOrderRequest(AbstractModel):
|
|
5103
5202
|
"""DescribeCloudStorageOrder请求参数结构体
|
|
5104
5203
|
|
|
@@ -236,7 +236,7 @@ class AsymmetricSm2DecryptRequest(AbstractModel):
|
|
|
236
236
|
r"""
|
|
237
237
|
:param _KeyId: CMK的唯一标识
|
|
238
238
|
:type KeyId: str
|
|
239
|
-
:param _Ciphertext: 使用PublicKey加密的密文,Base64
|
|
239
|
+
:param _Ciphertext: 使用PublicKey加密的密文,Base64编码,原始密文格式需要为C1C3C2_ASN1。原始密文长度不能超过256字节。
|
|
240
240
|
:type Ciphertext: str
|
|
241
241
|
"""
|
|
242
242
|
self._KeyId = None
|
|
@@ -16869,12 +16869,16 @@ running 初始化完成,运行中
|
|
|
16869
16869
|
:param _EksClusterId: 实例eks集群ID
|
|
16870
16870
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16871
16871
|
:type EksClusterId: str
|
|
16872
|
+
:param _SecurityGroupId: eks集群内pod的安全组
|
|
16873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16874
|
+
:type SecurityGroupId: str
|
|
16872
16875
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
16873
16876
|
:type RequestId: str
|
|
16874
16877
|
"""
|
|
16875
16878
|
self._Status = None
|
|
16876
16879
|
self._Steps = None
|
|
16877
16880
|
self._EksClusterId = None
|
|
16881
|
+
self._SecurityGroupId = None
|
|
16878
16882
|
self._RequestId = None
|
|
16879
16883
|
|
|
16880
16884
|
@property
|
|
@@ -16901,6 +16905,14 @@ running 初始化完成,运行中
|
|
|
16901
16905
|
def EksClusterId(self, EksClusterId):
|
|
16902
16906
|
self._EksClusterId = EksClusterId
|
|
16903
16907
|
|
|
16908
|
+
@property
|
|
16909
|
+
def SecurityGroupId(self):
|
|
16910
|
+
return self._SecurityGroupId
|
|
16911
|
+
|
|
16912
|
+
@SecurityGroupId.setter
|
|
16913
|
+
def SecurityGroupId(self, SecurityGroupId):
|
|
16914
|
+
self._SecurityGroupId = SecurityGroupId
|
|
16915
|
+
|
|
16904
16916
|
@property
|
|
16905
16917
|
def RequestId(self):
|
|
16906
16918
|
return self._RequestId
|
|
@@ -16919,6 +16931,7 @@ running 初始化完成,运行中
|
|
|
16919
16931
|
obj._deserialize(item)
|
|
16920
16932
|
self._Steps.append(obj)
|
|
16921
16933
|
self._EksClusterId = params.get("EksClusterId")
|
|
16934
|
+
self._SecurityGroupId = params.get("SecurityGroupId")
|
|
16922
16935
|
self._RequestId = params.get("RequestId")
|
|
16923
16936
|
|
|
16924
16937
|
|
|
@@ -24530,6 +24543,9 @@ abnormal = 异常
|
|
|
24530
24543
|
:param _Name: agent名称
|
|
24531
24544
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
24532
24545
|
:type Name: str
|
|
24546
|
+
:param _EnableExternal: 是否已开启公网访问,true 开启,false 未开启
|
|
24547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
24548
|
+
:type EnableExternal: bool
|
|
24533
24549
|
"""
|
|
24534
24550
|
self._ClusterType = None
|
|
24535
24551
|
self._ClusterId = None
|
|
@@ -24540,6 +24556,7 @@ abnormal = 异常
|
|
|
24540
24556
|
self._VpcId = None
|
|
24541
24557
|
self._FailedReason = None
|
|
24542
24558
|
self._Name = None
|
|
24559
|
+
self._EnableExternal = None
|
|
24543
24560
|
|
|
24544
24561
|
@property
|
|
24545
24562
|
def ClusterType(self):
|
|
@@ -24613,6 +24630,14 @@ abnormal = 异常
|
|
|
24613
24630
|
def Name(self, Name):
|
|
24614
24631
|
self._Name = Name
|
|
24615
24632
|
|
|
24633
|
+
@property
|
|
24634
|
+
def EnableExternal(self):
|
|
24635
|
+
return self._EnableExternal
|
|
24636
|
+
|
|
24637
|
+
@EnableExternal.setter
|
|
24638
|
+
def EnableExternal(self, EnableExternal):
|
|
24639
|
+
self._EnableExternal = EnableExternal
|
|
24640
|
+
|
|
24616
24641
|
|
|
24617
24642
|
def _deserialize(self, params):
|
|
24618
24643
|
self._ClusterType = params.get("ClusterType")
|
|
@@ -24629,6 +24654,7 @@ abnormal = 异常
|
|
|
24629
24654
|
self._VpcId = params.get("VpcId")
|
|
24630
24655
|
self._FailedReason = params.get("FailedReason")
|
|
24631
24656
|
self._Name = params.get("Name")
|
|
24657
|
+
self._EnableExternal = params.get("EnableExternal")
|
|
24632
24658
|
memeber_set = set(params.keys())
|
|
24633
24659
|
for name, value in vars(self).items():
|
|
24634
24660
|
property_name = name[1:]
|
|
@@ -1467,7 +1467,7 @@ class BizLicenseOCRRequest(AbstractModel):
|
|
|
1467
1467
|
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
|
1468
1468
|
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
1469
1469
|
:type ImageUrl: str
|
|
1470
|
-
:param _EnableCopyWarn:
|
|
1470
|
+
:param _EnableCopyWarn: 是否返回告警码,默认为false
|
|
1471
1471
|
:type EnableCopyWarn: bool
|
|
1472
1472
|
"""
|
|
1473
1473
|
self._ImageBase64 = None
|
|
@@ -1546,7 +1546,7 @@ class BizLicenseOCRResponse(AbstractModel):
|
|
|
1546
1546
|
:type RecognizeWarnCode: list of int
|
|
1547
1547
|
:param _RecognizeWarnMsg: 告警码说明:
|
|
1548
1548
|
WARN_COPY_CARD 黑白复印件告警
|
|
1549
|
-
|
|
1549
|
+
WARN_RESHOOT_CARD翻拍件告警
|
|
1550
1550
|
:type RecognizeWarnMsg: list of str
|
|
1551
1551
|
:param _IsDuplication: 是否为副本。1为是,-1为不是。
|
|
1552
1552
|
:type IsDuplication: int
|
|
@@ -663,6 +663,9 @@ class AgentDealNewElem(AbstractModel):
|
|
|
663
663
|
:param _RefundMap: 退款单的原订单信息。当前仅 DescribeClientDealsByCache 接口会返回该字段
|
|
664
664
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
665
665
|
:type RefundMap: list of RefundMap
|
|
666
|
+
:param _SubGoodsName: 子产品名称
|
|
667
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
668
|
+
:type SubGoodsName: str
|
|
666
669
|
"""
|
|
667
670
|
self._DealId = None
|
|
668
671
|
self._DealName = None
|
|
@@ -694,6 +697,7 @@ class AgentDealNewElem(AbstractModel):
|
|
|
694
697
|
self._UpdateTime = None
|
|
695
698
|
self._ResourceIds = None
|
|
696
699
|
self._RefundMap = None
|
|
700
|
+
self._SubGoodsName = None
|
|
697
701
|
|
|
698
702
|
@property
|
|
699
703
|
def DealId(self):
|
|
@@ -935,6 +939,14 @@ class AgentDealNewElem(AbstractModel):
|
|
|
935
939
|
def RefundMap(self, RefundMap):
|
|
936
940
|
self._RefundMap = RefundMap
|
|
937
941
|
|
|
942
|
+
@property
|
|
943
|
+
def SubGoodsName(self):
|
|
944
|
+
return self._SubGoodsName
|
|
945
|
+
|
|
946
|
+
@SubGoodsName.setter
|
|
947
|
+
def SubGoodsName(self, SubGoodsName):
|
|
948
|
+
self._SubGoodsName = SubGoodsName
|
|
949
|
+
|
|
938
950
|
|
|
939
951
|
def _deserialize(self, params):
|
|
940
952
|
self._DealId = params.get("DealId")
|
|
@@ -979,6 +991,7 @@ class AgentDealNewElem(AbstractModel):
|
|
|
979
991
|
obj = RefundMap()
|
|
980
992
|
obj._deserialize(item)
|
|
981
993
|
self._RefundMap.append(obj)
|
|
994
|
+
self._SubGoodsName = params.get("SubGoodsName")
|
|
982
995
|
memeber_set = set(params.keys())
|
|
983
996
|
for name, value in vars(self).items():
|
|
984
997
|
property_name = name[1:]
|
|
@@ -11331,8 +11331,8 @@ class ModifyDBInstanceSpecRequest(AbstractModel):
|
|
|
11331
11331
|
:param _Storage: 修改后的实例磁盘大小,单位GiB。
|
|
11332
11332
|
:type Storage: int
|
|
11333
11333
|
:param _AutoVoucher: 是否自动使用代金券:
|
|
11334
|
-
<li>0
|
|
11335
|
-
<li>1
|
|
11334
|
+
<li>0:否</li>
|
|
11335
|
+
<li>1:是</li>
|
|
11336
11336
|
默认值:0
|
|
11337
11337
|
:type AutoVoucher: int
|
|
11338
11338
|
:param _VoucherIds: 代金券ID列表,目前仅支持指定一张代金券。
|
|
@@ -11340,9 +11340,9 @@ class ModifyDBInstanceSpecRequest(AbstractModel):
|
|
|
11340
11340
|
:param _ActivityId: 活动ID。
|
|
11341
11341
|
:type ActivityId: int
|
|
11342
11342
|
:param _SwitchTag: 指定实例配置完成变更后的切换时间。
|
|
11343
|
-
<li>0:立即切换
|
|
11344
|
-
<li>1
|
|
11345
|
-
<li>2
|
|
11343
|
+
<li>0:立即切换 </li>
|
|
11344
|
+
<li>1:指定时间切换</li>
|
|
11345
|
+
<li>2:维护时间窗口内</li>切换
|
|
11346
11346
|
默认值:0
|
|
11347
11347
|
:type SwitchTag: int
|
|
11348
11348
|
:param _SwitchStartTime: 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。
|