tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -15373,6 +15373,9 @@ class NormPart(AbstractModel):
|
|
15373
15373
|
:param _PartDetail: 部位详情
|
15374
15374
|
注意:此字段可能返回 null,表示取不到有效值。
|
15375
15375
|
:type PartDetail: :class:`tencentcloud.mrs.v20200910.models.PartDesc`
|
15376
|
+
:param _PartDetailList: 部位详情
|
15377
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15378
|
+
:type PartDetailList: list of PartDesc
|
15376
15379
|
"""
|
15377
15380
|
self._Part = None
|
15378
15381
|
self._PartDirection = None
|
@@ -15380,6 +15383,7 @@ class NormPart(AbstractModel):
|
|
15380
15383
|
self._TissueDirection = None
|
15381
15384
|
self._Upper = None
|
15382
15385
|
self._PartDetail = None
|
15386
|
+
self._PartDetailList = None
|
15383
15387
|
|
15384
15388
|
@property
|
15385
15389
|
def Part(self):
|
@@ -15423,12 +15427,24 @@ class NormPart(AbstractModel):
|
|
15423
15427
|
|
15424
15428
|
@property
|
15425
15429
|
def PartDetail(self):
|
15430
|
+
warnings.warn("parameter `PartDetail` is deprecated", DeprecationWarning)
|
15431
|
+
|
15426
15432
|
return self._PartDetail
|
15427
15433
|
|
15428
15434
|
@PartDetail.setter
|
15429
15435
|
def PartDetail(self, PartDetail):
|
15436
|
+
warnings.warn("parameter `PartDetail` is deprecated", DeprecationWarning)
|
15437
|
+
|
15430
15438
|
self._PartDetail = PartDetail
|
15431
15439
|
|
15440
|
+
@property
|
15441
|
+
def PartDetailList(self):
|
15442
|
+
return self._PartDetailList
|
15443
|
+
|
15444
|
+
@PartDetailList.setter
|
15445
|
+
def PartDetailList(self, PartDetailList):
|
15446
|
+
self._PartDetailList = PartDetailList
|
15447
|
+
|
15432
15448
|
|
15433
15449
|
def _deserialize(self, params):
|
15434
15450
|
self._Part = params.get("Part")
|
@@ -15439,6 +15455,12 @@ class NormPart(AbstractModel):
|
|
15439
15455
|
if params.get("PartDetail") is not None:
|
15440
15456
|
self._PartDetail = PartDesc()
|
15441
15457
|
self._PartDetail._deserialize(params.get("PartDetail"))
|
15458
|
+
if params.get("PartDetailList") is not None:
|
15459
|
+
self._PartDetailList = []
|
15460
|
+
for item in params.get("PartDetailList"):
|
15461
|
+
obj = PartDesc()
|
15462
|
+
obj._deserialize(item)
|
15463
|
+
self._PartDetailList.append(obj)
|
15442
15464
|
memeber_set = set(params.keys())
|
15443
15465
|
for name, value in vars(self).items():
|
15444
15466
|
property_name = name[1:]
|
@@ -4633,7 +4633,7 @@ class IOSResult(AbstractModel):
|
|
4633
4633
|
:param _ResourceId: 资源id
|
4634
4634
|
注意:此字段可能返回 null,表示取不到有效值。
|
4635
4635
|
:type ResourceId: str
|
4636
|
-
:param _EncryptState:
|
4636
|
+
:param _EncryptState: 加固状态:0等待,1成功,2任务中,3失败,4重试中
|
4637
4637
|
注意:此字段可能返回 null,表示取不到有效值。
|
4638
4638
|
:type EncryptState: int
|
4639
4639
|
:param _EncryptErrno: 业务错误码
|
@@ -5188,6 +5188,9 @@ class PlanInfo(AbstractModel):
|
|
5188
5188
|
|
5189
5189
|
def __init__(self):
|
5190
5190
|
r"""
|
5191
|
+
:param _SetFile: Dex分离,0关闭,1开启
|
5192
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5193
|
+
:type SetFile: str
|
5191
5194
|
:param _ApkSizeOpt: apk大小优化,0关闭,1开启
|
5192
5195
|
:type ApkSizeOpt: int
|
5193
5196
|
:param _Dex: Dex加固,0关闭,1开启
|
@@ -5198,12 +5201,8 @@ class PlanInfo(AbstractModel):
|
|
5198
5201
|
:type Bugly: int
|
5199
5202
|
:param _AntiRepack: 防止重打包,0关闭,1开启
|
5200
5203
|
:type AntiRepack: int
|
5201
|
-
:param _SeperateDex: Dex分离,0关闭,1开启
|
5202
|
-
:type SeperateDex: int
|
5203
5204
|
:param _Db: 内存保护,0关闭,1开启
|
5204
5205
|
:type Db: int
|
5205
|
-
:param _DexSig: Dex签名校验,0关闭,1开启
|
5206
|
-
:type DexSig: int
|
5207
5206
|
:param _SoInfo: So文件信息
|
5208
5207
|
:type SoInfo: :class:`tencentcloud.ms.v20180408.models.SoInfo`
|
5209
5208
|
:param _AntiVMP: vmp,0关闭,1开启
|
@@ -5212,43 +5211,52 @@ class PlanInfo(AbstractModel):
|
|
5212
5211
|
:type SoType: list of str
|
5213
5212
|
:param _AntiLogLeak: 防日志泄漏,0关闭,1开启
|
5214
5213
|
:type AntiLogLeak: int
|
5215
|
-
:param _AntiQemuRoot: root检测,0关闭,1开启
|
5216
|
-
:type AntiQemuRoot: int
|
5217
5214
|
:param _AntiAssets: 资源防篡改,0关闭,1开启
|
5218
5215
|
:type AntiAssets: int
|
5219
5216
|
:param _AntiScreenshot: 防止截屏,0关闭,1开启
|
5220
5217
|
:type AntiScreenshot: int
|
5221
5218
|
:param _AntiSSL: SSL证书防窃取,0关闭,1开启
|
5222
5219
|
:type AntiSSL: int
|
5223
|
-
:param _SetFile: Dex分离,0关闭,1开启
|
5224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5225
|
-
:type SetFile: str
|
5226
5220
|
:param _FileSign: Dex签名校验,0关闭,1开启
|
5227
5221
|
注意:此字段可能返回 null,表示取不到有效值。
|
5228
5222
|
:type FileSign: str
|
5229
5223
|
:param _AntiRoot: root检测,0关闭,1开启
|
5230
5224
|
注意:此字段可能返回 null,表示取不到有效值。
|
5231
5225
|
:type AntiRoot: str
|
5226
|
+
:param _SeperateDex: Dex分离,0关闭,1开启
|
5227
|
+
:type SeperateDex: int
|
5228
|
+
:param _DexSig: Dex签名校验,0关闭,1开启
|
5229
|
+
:type DexSig: int
|
5230
|
+
:param _AntiQemuRoot: root检测,0关闭,1开启
|
5231
|
+
:type AntiQemuRoot: int
|
5232
5232
|
"""
|
5233
|
+
self._SetFile = None
|
5233
5234
|
self._ApkSizeOpt = None
|
5234
5235
|
self._Dex = None
|
5235
5236
|
self._So = None
|
5236
5237
|
self._Bugly = None
|
5237
5238
|
self._AntiRepack = None
|
5238
|
-
self._SeperateDex = None
|
5239
5239
|
self._Db = None
|
5240
|
-
self._DexSig = None
|
5241
5240
|
self._SoInfo = None
|
5242
5241
|
self._AntiVMP = None
|
5243
5242
|
self._SoType = None
|
5244
5243
|
self._AntiLogLeak = None
|
5245
|
-
self._AntiQemuRoot = None
|
5246
5244
|
self._AntiAssets = None
|
5247
5245
|
self._AntiScreenshot = None
|
5248
5246
|
self._AntiSSL = None
|
5249
|
-
self._SetFile = None
|
5250
5247
|
self._FileSign = None
|
5251
5248
|
self._AntiRoot = None
|
5249
|
+
self._SeperateDex = None
|
5250
|
+
self._DexSig = None
|
5251
|
+
self._AntiQemuRoot = None
|
5252
|
+
|
5253
|
+
@property
|
5254
|
+
def SetFile(self):
|
5255
|
+
return self._SetFile
|
5256
|
+
|
5257
|
+
@SetFile.setter
|
5258
|
+
def SetFile(self, SetFile):
|
5259
|
+
self._SetFile = SetFile
|
5252
5260
|
|
5253
5261
|
@property
|
5254
5262
|
def ApkSizeOpt(self):
|
@@ -5290,18 +5298,6 @@ class PlanInfo(AbstractModel):
|
|
5290
5298
|
def AntiRepack(self, AntiRepack):
|
5291
5299
|
self._AntiRepack = AntiRepack
|
5292
5300
|
|
5293
|
-
@property
|
5294
|
-
def SeperateDex(self):
|
5295
|
-
warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
|
5296
|
-
|
5297
|
-
return self._SeperateDex
|
5298
|
-
|
5299
|
-
@SeperateDex.setter
|
5300
|
-
def SeperateDex(self, SeperateDex):
|
5301
|
-
warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
|
5302
|
-
|
5303
|
-
self._SeperateDex = SeperateDex
|
5304
|
-
|
5305
5301
|
@property
|
5306
5302
|
def Db(self):
|
5307
5303
|
return self._Db
|
@@ -5310,18 +5306,6 @@ class PlanInfo(AbstractModel):
|
|
5310
5306
|
def Db(self, Db):
|
5311
5307
|
self._Db = Db
|
5312
5308
|
|
5313
|
-
@property
|
5314
|
-
def DexSig(self):
|
5315
|
-
warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
|
5316
|
-
|
5317
|
-
return self._DexSig
|
5318
|
-
|
5319
|
-
@DexSig.setter
|
5320
|
-
def DexSig(self, DexSig):
|
5321
|
-
warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
|
5322
|
-
|
5323
|
-
self._DexSig = DexSig
|
5324
|
-
|
5325
5309
|
@property
|
5326
5310
|
def SoInfo(self):
|
5327
5311
|
return self._SoInfo
|
@@ -5354,18 +5338,6 @@ class PlanInfo(AbstractModel):
|
|
5354
5338
|
def AntiLogLeak(self, AntiLogLeak):
|
5355
5339
|
self._AntiLogLeak = AntiLogLeak
|
5356
5340
|
|
5357
|
-
@property
|
5358
|
-
def AntiQemuRoot(self):
|
5359
|
-
warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
|
5360
|
-
|
5361
|
-
return self._AntiQemuRoot
|
5362
|
-
|
5363
|
-
@AntiQemuRoot.setter
|
5364
|
-
def AntiQemuRoot(self, AntiQemuRoot):
|
5365
|
-
warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
|
5366
|
-
|
5367
|
-
self._AntiQemuRoot = AntiQemuRoot
|
5368
|
-
|
5369
5341
|
@property
|
5370
5342
|
def AntiAssets(self):
|
5371
5343
|
return self._AntiAssets
|
@@ -5390,14 +5362,6 @@ class PlanInfo(AbstractModel):
|
|
5390
5362
|
def AntiSSL(self, AntiSSL):
|
5391
5363
|
self._AntiSSL = AntiSSL
|
5392
5364
|
|
5393
|
-
@property
|
5394
|
-
def SetFile(self):
|
5395
|
-
return self._SetFile
|
5396
|
-
|
5397
|
-
@SetFile.setter
|
5398
|
-
def SetFile(self, SetFile):
|
5399
|
-
self._SetFile = SetFile
|
5400
|
-
|
5401
5365
|
@property
|
5402
5366
|
def FileSign(self):
|
5403
5367
|
return self._FileSign
|
@@ -5414,29 +5378,65 @@ class PlanInfo(AbstractModel):
|
|
5414
5378
|
def AntiRoot(self, AntiRoot):
|
5415
5379
|
self._AntiRoot = AntiRoot
|
5416
5380
|
|
5381
|
+
@property
|
5382
|
+
def SeperateDex(self):
|
5383
|
+
warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
|
5384
|
+
|
5385
|
+
return self._SeperateDex
|
5386
|
+
|
5387
|
+
@SeperateDex.setter
|
5388
|
+
def SeperateDex(self, SeperateDex):
|
5389
|
+
warnings.warn("parameter `SeperateDex` is deprecated", DeprecationWarning)
|
5390
|
+
|
5391
|
+
self._SeperateDex = SeperateDex
|
5392
|
+
|
5393
|
+
@property
|
5394
|
+
def DexSig(self):
|
5395
|
+
warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
|
5396
|
+
|
5397
|
+
return self._DexSig
|
5398
|
+
|
5399
|
+
@DexSig.setter
|
5400
|
+
def DexSig(self, DexSig):
|
5401
|
+
warnings.warn("parameter `DexSig` is deprecated", DeprecationWarning)
|
5402
|
+
|
5403
|
+
self._DexSig = DexSig
|
5404
|
+
|
5405
|
+
@property
|
5406
|
+
def AntiQemuRoot(self):
|
5407
|
+
warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
|
5408
|
+
|
5409
|
+
return self._AntiQemuRoot
|
5410
|
+
|
5411
|
+
@AntiQemuRoot.setter
|
5412
|
+
def AntiQemuRoot(self, AntiQemuRoot):
|
5413
|
+
warnings.warn("parameter `AntiQemuRoot` is deprecated", DeprecationWarning)
|
5414
|
+
|
5415
|
+
self._AntiQemuRoot = AntiQemuRoot
|
5416
|
+
|
5417
5417
|
|
5418
5418
|
def _deserialize(self, params):
|
5419
|
+
self._SetFile = params.get("SetFile")
|
5419
5420
|
self._ApkSizeOpt = params.get("ApkSizeOpt")
|
5420
5421
|
self._Dex = params.get("Dex")
|
5421
5422
|
self._So = params.get("So")
|
5422
5423
|
self._Bugly = params.get("Bugly")
|
5423
5424
|
self._AntiRepack = params.get("AntiRepack")
|
5424
|
-
self._SeperateDex = params.get("SeperateDex")
|
5425
5425
|
self._Db = params.get("Db")
|
5426
|
-
self._DexSig = params.get("DexSig")
|
5427
5426
|
if params.get("SoInfo") is not None:
|
5428
5427
|
self._SoInfo = SoInfo()
|
5429
5428
|
self._SoInfo._deserialize(params.get("SoInfo"))
|
5430
5429
|
self._AntiVMP = params.get("AntiVMP")
|
5431
5430
|
self._SoType = params.get("SoType")
|
5432
5431
|
self._AntiLogLeak = params.get("AntiLogLeak")
|
5433
|
-
self._AntiQemuRoot = params.get("AntiQemuRoot")
|
5434
5432
|
self._AntiAssets = params.get("AntiAssets")
|
5435
5433
|
self._AntiScreenshot = params.get("AntiScreenshot")
|
5436
5434
|
self._AntiSSL = params.get("AntiSSL")
|
5437
|
-
self._SetFile = params.get("SetFile")
|
5438
5435
|
self._FileSign = params.get("FileSign")
|
5439
5436
|
self._AntiRoot = params.get("AntiRoot")
|
5437
|
+
self._SeperateDex = params.get("SeperateDex")
|
5438
|
+
self._DexSig = params.get("DexSig")
|
5439
|
+
self._AntiQemuRoot = params.get("AntiQemuRoot")
|
5440
5440
|
memeber_set = set(params.keys())
|
5441
5441
|
for name, value in vars(self).items():
|
5442
5442
|
property_name = name[1:]
|
@@ -5888,6 +5888,31 @@ class ResultListItem(AbstractModel):
|
|
5888
5888
|
:type Errno: str
|
5889
5889
|
:param _ErrMsg: 对应errno的错误信息描述
|
5890
5890
|
:type ErrMsg: str
|
5891
|
+
:param _ErrNo: 应用错误码:0、1-表示正常;
|
5892
|
+
|
5893
|
+
2表示System Error(engine analysis error).
|
5894
|
+
|
5895
|
+
3表示App analysis error, please confirm it.
|
5896
|
+
|
5897
|
+
4表示App have not cert, please confirm it.
|
5898
|
+
|
5899
|
+
5表示App size is zero, please confirm it.
|
5900
|
+
|
5901
|
+
6表示App have not package name, please confirm it.
|
5902
|
+
|
5903
|
+
7表示App build time is empty, please confirm it.
|
5904
|
+
|
5905
|
+
8表示App have not valid cert, please confirm it.
|
5906
|
+
|
5907
|
+
99表示Other error.
|
5908
|
+
|
5909
|
+
1000表示App downloadlink download fail, please confirm it.
|
5910
|
+
|
5911
|
+
1001表示APP md5 different between real md5, please confirm it.
|
5912
|
+
|
5913
|
+
1002表示App md5 uncollect, please offer downloadlink.
|
5914
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5915
|
+
:type ErrNo: str
|
5891
5916
|
"""
|
5892
5917
|
self._Banner = None
|
5893
5918
|
self._BoutiqueRecommand = None
|
@@ -5907,6 +5932,7 @@ class ResultListItem(AbstractModel):
|
|
5907
5932
|
self._RepackageStatus = None
|
5908
5933
|
self._Errno = None
|
5909
5934
|
self._ErrMsg = None
|
5935
|
+
self._ErrNo = None
|
5910
5936
|
|
5911
5937
|
@property
|
5912
5938
|
def Banner(self):
|
@@ -6038,10 +6064,14 @@ class ResultListItem(AbstractModel):
|
|
6038
6064
|
|
6039
6065
|
@property
|
6040
6066
|
def Errno(self):
|
6067
|
+
warnings.warn("parameter `Errno` is deprecated", DeprecationWarning)
|
6068
|
+
|
6041
6069
|
return self._Errno
|
6042
6070
|
|
6043
6071
|
@Errno.setter
|
6044
6072
|
def Errno(self, Errno):
|
6073
|
+
warnings.warn("parameter `Errno` is deprecated", DeprecationWarning)
|
6074
|
+
|
6045
6075
|
self._Errno = Errno
|
6046
6076
|
|
6047
6077
|
@property
|
@@ -6052,6 +6082,14 @@ class ResultListItem(AbstractModel):
|
|
6052
6082
|
def ErrMsg(self, ErrMsg):
|
6053
6083
|
self._ErrMsg = ErrMsg
|
6054
6084
|
|
6085
|
+
@property
|
6086
|
+
def ErrNo(self):
|
6087
|
+
return self._ErrNo
|
6088
|
+
|
6089
|
+
@ErrNo.setter
|
6090
|
+
def ErrNo(self, ErrNo):
|
6091
|
+
self._ErrNo = ErrNo
|
6092
|
+
|
6055
6093
|
|
6056
6094
|
def _deserialize(self, params):
|
6057
6095
|
self._Banner = params.get("Banner")
|
@@ -6082,6 +6120,7 @@ class ResultListItem(AbstractModel):
|
|
6082
6120
|
self._RepackageStatus = params.get("RepackageStatus")
|
6083
6121
|
self._Errno = params.get("Errno")
|
6084
6122
|
self._ErrMsg = params.get("ErrMsg")
|
6123
|
+
self._ErrNo = params.get("ErrNo")
|
6085
6124
|
memeber_set = set(params.keys())
|
6086
6125
|
for name, value in vars(self).items():
|
6087
6126
|
property_name = name[1:]
|
@@ -1582,11 +1582,11 @@ WARN_RESHOOT_CARD翻拍件告警
|
|
1582
1582
|
|
1583
1583
|
|
1584
1584
|
:type Angle: float
|
1585
|
-
:param _NationalEmblem: 是否有国徽。
|
1585
|
+
:param _NationalEmblem: 是否有国徽。false为没有,true为有。
|
1586
1586
|
:type NationalEmblem: bool
|
1587
|
-
:param _QRCode: 是否有二维码。
|
1587
|
+
:param _QRCode: 是否有二维码。false为没有,true为有。
|
1588
1588
|
:type QRCode: bool
|
1589
|
-
:param _Seal: 是否有印章。
|
1589
|
+
:param _Seal: 是否有印章。false为没有,true为有。
|
1590
1590
|
:type Seal: bool
|
1591
1591
|
:param _Title: 标题
|
1592
1592
|
:type Title: str
|
@@ -1594,7 +1594,7 @@ WARN_RESHOOT_CARD翻拍件告警
|
|
1594
1594
|
:type SerialNumber: str
|
1595
1595
|
:param _RegistrationAuthority: 登记机关
|
1596
1596
|
:type RegistrationAuthority: str
|
1597
|
-
:param _Electronic: 是否是电子营业执照。
|
1597
|
+
:param _Electronic: 是否是电子营业执照。false为没有,true为有。
|
1598
1598
|
:type Electronic: bool
|
1599
1599
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1600
1600
|
:type RequestId: str
|
@@ -16585,7 +16585,7 @@ class RecognizeEncryptedIDCardOCRRequest(AbstractModel):
|
|
16585
16585
|
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
16586
16586
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
16587
16587
|
:type ImageBase64: str
|
16588
|
-
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3
|
16588
|
+
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。
|
16589
16589
|
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
16590
16590
|
:type ImageUrl: str
|
16591
16591
|
:param _CardSide: FRONT:身份证有照片的一面(人像面),
|
@@ -22456,18 +22456,9 @@ class SmartStructuralOCRV2Request(AbstractModel):
|
|
22456
22456
|
|
22457
22457
|
def __init__(self):
|
22458
22458
|
r"""
|
22459
|
-
:param _ImageUrl: 图片的 Url
|
22460
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
22461
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
22462
|
-
支持的图片像素:需介于20-10000px之间。
|
22463
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
22464
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
22459
|
+
:param _ImageUrl: 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
22465
22460
|
:type ImageUrl: str
|
22466
|
-
:param _ImageBase64: 图片的 Base64
|
22467
|
-
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
22468
|
-
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
22469
|
-
支持的图片像素:需介于20-10000px之间。
|
22470
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22461
|
+
:param _ImageBase64: 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
22471
22462
|
:type ImageBase64: str
|
22472
22463
|
:param _IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
22473
22464
|
:type IsPdf: bool
|
@@ -116,6 +116,9 @@ FAILEDOPERATION_GETPOLICYDETAIL = 'FailedOperation.GetPolicyDetail'
|
|
116
116
|
# 用户组创建超过限制
|
117
117
|
FAILEDOPERATION_GROUPOVERUPPERLIMIT = 'FailedOperation.GroupOverUpperLimit'
|
118
118
|
|
119
|
+
# 用户组类型和用户类型不匹配
|
120
|
+
FAILEDOPERATION_GROUPTYPEUSERTYPENOTMATCH = 'FailedOperation.GroupTypeUserTypeNotMatch'
|
121
|
+
|
119
122
|
# CIC的用户组组员超出限制。
|
120
123
|
FAILEDOPERATION_GROUPUSERCOUNTOVERUPPERLIMIT = 'FailedOperation.GroupUserCountOverUpperLimit'
|
121
124
|
|
@@ -146,6 +149,18 @@ FAILEDOPERATION_IMPORTFILEILLEGAL = 'FailedOperation.ImportFileIllegal'
|
|
146
149
|
# 邀请已存在。
|
147
150
|
FAILEDOPERATION_INVITATIONEXIST = 'FailedOperation.InvitationExist'
|
148
151
|
|
152
|
+
# 手动用户组不允许删除
|
153
|
+
FAILEDOPERATION_MANUALGROUPNOTDELETE = 'FailedOperation.ManualGroupNotDelete'
|
154
|
+
|
155
|
+
# 手动用户组不允许更新
|
156
|
+
FAILEDOPERATION_MANUALGROUPNOTUPDATE = 'FailedOperation.ManualGroupNotUpdate'
|
157
|
+
|
158
|
+
# 手动用户不允许删除
|
159
|
+
FAILEDOPERATION_MANUALUSERNOTDELETE = 'FailedOperation.ManualUserNotDelete'
|
160
|
+
|
161
|
+
# 手动用户不允许更新
|
162
|
+
FAILEDOPERATION_MANUALUSERNOTUPDATE = 'FailedOperation.ManualUserNotUpdate'
|
163
|
+
|
149
164
|
# 邮箱绑定失败。
|
150
165
|
FAILEDOPERATION_MEMBERBINDEMAILERROR = 'FailedOperation.MemberBindEmailError'
|
151
166
|
|
@@ -311,6 +326,9 @@ FAILEDOPERATION_SAMLSERVICEPROVIDERCREATEFAILED = 'FailedOperation.SAMLServicePr
|
|
311
326
|
# 当 SSO 登录处于开启状态时不能清空 SAML 身份提供商信息。
|
312
327
|
FAILEDOPERATION_SSOSTATUSENABLENOTCLEARIDENTITYPROVIDER = 'FailedOperation.SSoStatusEnableNotClearIdentityProvider'
|
313
328
|
|
329
|
+
# 生成SCIM密钥失败
|
330
|
+
FAILEDOPERATION_SCIMCREDENTIALGENERATEERROR = 'FailedOperation.ScimCredentialGenerateError'
|
331
|
+
|
314
332
|
# 共享地域不存在。
|
315
333
|
FAILEDOPERATION_SHAREAREANOTEXIST = 'FailedOperation.ShareAreaNotExist'
|
316
334
|
|
@@ -575,6 +593,12 @@ INVALIDPARAMETER_ROLEPOLICYALREADYEXIST = 'InvalidParameter.RolePolicyAlreadyExi
|
|
575
593
|
# 策略不存在
|
576
594
|
INVALIDPARAMETER_ROLEPOLICYNOTEXIST = 'InvalidParameter.RolePolicyNotExist'
|
577
595
|
|
596
|
+
# SCIM密钥不存在
|
597
|
+
INVALIDPARAMETER_SCIMCREDENTIALNOTFOUND = 'InvalidParameter.ScimCredentialNotFound'
|
598
|
+
|
599
|
+
# SCIM同步状态错误
|
600
|
+
INVALIDPARAMETER_SCIMSYNCSTATUSERROR = 'InvalidParameter.ScimSyncStatusError'
|
601
|
+
|
578
602
|
# 策略文档的Statement字段不合法。
|
579
603
|
INVALIDPARAMETER_STATEMENTERROR = 'InvalidParameter.StatementError'
|
580
604
|
|
@@ -587,6 +611,9 @@ INVALIDPARAMETER_UNSUPPORTEDSERVICE = 'InvalidParameter.UnsupportedService'
|
|
587
611
|
# 用户还存在用户组里。
|
588
612
|
INVALIDPARAMETER_USERALREADYEXISTSGROUP = 'InvalidParameter.UserAlreadyExistsGroup'
|
589
613
|
|
614
|
+
# SCIM密钥状态错误
|
615
|
+
INVALIDPARAMETER_USERSCIMCREDENTIALSTATUSERROR = 'InvalidParameter.UserScimCredentialStatusError'
|
616
|
+
|
590
617
|
# 用户名已经存在
|
591
618
|
INVALIDPARAMETER_USERNAMEALREADYEXISTS = 'InvalidParameter.UsernameAlreadyExists'
|
592
619
|
|
@@ -653,6 +680,9 @@ LIMITEXCEEDED_PHONENUMBOUND = 'LimitExceeded.PhoneNumBound'
|
|
653
680
|
# 请求用户组移除用户超出限制。
|
654
681
|
LIMITEXCEEDED_REMOVEUSERFROMGROUPLIMITEXCEEDED = 'LimitExceeded.RemoveUserFromGroupLimitExceeded'
|
655
682
|
|
683
|
+
# SCIM密钥数量超过限制
|
684
|
+
LIMITEXCEEDED_SCIMCREDENTIALLIMITEXCEEDED = 'LimitExceeded.ScimCredentialLimitExceeded'
|
685
|
+
|
656
686
|
# 重新发送激活邮件次数超过限制。
|
657
687
|
LIMITEXCEEDED_SENDEMAILLIMIT = 'LimitExceeded.SendEmailLimit'
|
658
688
|
|