tencentcloud-sdk-python-intl-en 3.0.1150__py2.py3-none-any.whl → 3.0.1152__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-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -3
- tencentcloud/cvm/v20170312/models.py +4 -4
- tencentcloud/faceid/v20180301/models.py +41 -37
- tencentcloud/ims/v20201229/ims_client.py +1 -7
- tencentcloud/lcic/v20220817/lcic_client.py +1 -3
- tencentcloud/lcic/v20220817/models.py +30 -0
- tencentcloud/tcss/v20201101/tcss_client.py +1 -3
- tencentcloud/tms/v20201229/models.py +181 -0
- {tencentcloud_sdk_python_intl_en-3.0.1150.dist-info → tencentcloud_sdk_python_intl_en-3.0.1152.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1150.dist-info → tencentcloud_sdk_python_intl_en-3.0.1152.dist-info}/RECORD +13 -13
- {tencentcloud_sdk_python_intl_en-3.0.1150.dist-info → tencentcloud_sdk_python_intl_en-3.0.1152.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1150.dist-info → tencentcloud_sdk_python_intl_en-3.0.1152.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -1440,9 +1440,7 @@ class AutoscalingClient(AbstractClient):
|
|
|
1440
1440
|
|
|
1441
1441
|
|
|
1442
1442
|
def UpgradeLaunchConfiguration(self, request):
|
|
1443
|
-
"""
|
|
1444
|
-
|
|
1445
|
-
There is a replacement API: ModifyLaunchConfiguration. This API carries the risk of parameter overwriting, and it has currently been hidden on the official website.
|
|
1443
|
+
"""There is a replacement API: ModifyLaunchConfiguration. This API carries the risk of parameter overwriting, and it has currently been hidden on the official website.
|
|
1446
1444
|
This API (UpgradeLaunchConfiguration) is used to upgrade the launch configuration.
|
|
1447
1445
|
* This API is used to upgrade the launch configuration, adopting an "entirely overwrite" approach. Regardless of previous parameter settings, they will be uniformly replaced with new configurations as specified in the interface parameters. For non-mandatory fields, if not filled in, default values will be assigned.
|
|
1448
1446
|
* After upgrading and modifying the launch configuration, existing instances that have been scaled out using this configuration will not undergo any changes. Subsequently, newly added instances using this upgraded launch configuration will be scaled out according to the new configuration.
|
|
@@ -13289,9 +13289,9 @@ class ModifyInstancesRenewFlagRequest(AbstractModel):
|
|
|
13289
13289
|
|
|
13290
13290
|
def __init__(self):
|
|
13291
13291
|
r"""
|
|
13292
|
-
:param _InstanceIds: For one or more instance IDs to be operated
|
|
13292
|
+
:param _InstanceIds: For one or more instance IDs to be operated. You can obtain the instance ID through the `instanceid` in the returned value from the API [DescribeInstances](https://cloud.tencent.com/document/api/213/15728). The maximum number of instances that can be operated for each request is 100.
|
|
13293
13293
|
:type InstanceIds: list of str
|
|
13294
|
-
:param _RenewFlag: Auto-renewal flag. Valid values: <br><li>
|
|
13294
|
+
:param _RenewFlag: Auto-renewal flag. Valid values: <br><li>NOTIFY_AND_AUTO_RENEW: Notifies of expiration and performs auto-renewal.</li><li>NOTIFY_AND_MANUAL_RENEW: Notifies of expiration but does not perform auto-renewal.</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW: Not notifies of expiration nor perform auto-renewal.</li><br>If this parameter is specified to NOTIFY_AND_AUTO_RENEW, the instance will be automatically renewed on a monthly basis after it expires when there is sufficient account balance.
|
|
13295
13295
|
:type RenewFlag: str
|
|
13296
13296
|
"""
|
|
13297
13297
|
self._InstanceIds = None
|
|
@@ -13299,7 +13299,7 @@ class ModifyInstancesRenewFlagRequest(AbstractModel):
|
|
|
13299
13299
|
|
|
13300
13300
|
@property
|
|
13301
13301
|
def InstanceIds(self):
|
|
13302
|
-
"""For one or more instance IDs to be operated
|
|
13302
|
+
"""For one or more instance IDs to be operated. You can obtain the instance ID through the `instanceid` in the returned value from the API [DescribeInstances](https://cloud.tencent.com/document/api/213/15728). The maximum number of instances that can be operated for each request is 100.
|
|
13303
13303
|
:rtype: list of str
|
|
13304
13304
|
"""
|
|
13305
13305
|
return self._InstanceIds
|
|
@@ -13310,7 +13310,7 @@ class ModifyInstancesRenewFlagRequest(AbstractModel):
|
|
|
13310
13310
|
|
|
13311
13311
|
@property
|
|
13312
13312
|
def RenewFlag(self):
|
|
13313
|
-
"""Auto-renewal flag. Valid values: <br><li>
|
|
13313
|
+
"""Auto-renewal flag. Valid values: <br><li>NOTIFY_AND_AUTO_RENEW: Notifies of expiration and performs auto-renewal.</li><li>NOTIFY_AND_MANUAL_RENEW: Notifies of expiration but does not perform auto-renewal.</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW: Not notifies of expiration nor perform auto-renewal.</li><br>If this parameter is specified to NOTIFY_AND_AUTO_RENEW, the instance will be automatically renewed on a monthly basis after it expires when there is sufficient account balance.
|
|
13314
13314
|
:rtype: str
|
|
13315
13315
|
"""
|
|
13316
13316
|
return self._RenewFlag
|
|
@@ -1259,7 +1259,7 @@ class CardInfo(AbstractModel):
|
|
|
1259
1259
|
|
|
1260
1260
|
def __init__(self):
|
|
1261
1261
|
r"""
|
|
1262
|
-
:param _HKIDCard: Hong Kong ID Card
|
|
1262
|
+
:param _HKIDCard: Hong Kong ID (China) Card
|
|
1263
1263
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1264
1264
|
:type HKIDCard: :class:`tencentcloud.faceid.v20180301.models.HKIDCard`
|
|
1265
1265
|
:param _MLIDCard: Malaysia ID Card
|
|
@@ -1283,7 +1283,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1283
1283
|
:param _PhilippinesUMID: Philippines UMID
|
|
1284
1284
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1285
1285
|
:type PhilippinesUMID: :class:`tencentcloud.faceid.v20180301.models.PhilippinesUMID`
|
|
1286
|
-
:param _InternationalIDPassport: ID Cards of Hong Kong, Macao and Taiwan (China), and International Passport
|
|
1286
|
+
:param _InternationalIDPassport: ID Cards of Hong Kong (China), Macao (China) and Taiwan (China), and International Passport
|
|
1287
1287
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1288
1288
|
:type InternationalIDPassport: :class:`tencentcloud.faceid.v20180301.models.InternationalIDPassport`
|
|
1289
1289
|
:param _GeneralCard: General license information
|
|
@@ -1298,10 +1298,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1298
1298
|
:param _SingaporeIDCard: Singapore ID Card
|
|
1299
1299
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1300
1300
|
:type SingaporeIDCard: :class:`tencentcloud.faceid.v20180301.models.SingaporeIDCard`
|
|
1301
|
-
:param _MacaoIDCard: Macao ID Card
|
|
1301
|
+
:param _MacaoIDCard: Macao (China) ID Card
|
|
1302
1302
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1303
1303
|
:type MacaoIDCard: :class:`tencentcloud.faceid.v20180301.models.MacaoIDCard`
|
|
1304
|
-
:param _TaiWanIDCard: TaiWan ID Card
|
|
1304
|
+
:param _TaiWanIDCard: TaiWan (China) ID Card
|
|
1305
1305
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1306
1306
|
:type TaiWanIDCard: :class:`tencentcloud.faceid.v20180301.models.TaiWanIDCard`
|
|
1307
1307
|
:param _JapanIDCard: Japan ID Card
|
|
@@ -1347,7 +1347,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1347
1347
|
|
|
1348
1348
|
@property
|
|
1349
1349
|
def HKIDCard(self):
|
|
1350
|
-
"""Hong Kong ID Card
|
|
1350
|
+
"""Hong Kong ID (China) Card
|
|
1351
1351
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1352
1352
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.HKIDCard`
|
|
1353
1353
|
"""
|
|
@@ -1443,7 +1443,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1443
1443
|
|
|
1444
1444
|
@property
|
|
1445
1445
|
def InternationalIDPassport(self):
|
|
1446
|
-
"""ID Cards of Hong Kong, Macao and Taiwan (China), and International Passport
|
|
1446
|
+
"""ID Cards of Hong Kong (China), Macao (China) and Taiwan (China), and International Passport
|
|
1447
1447
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1448
1448
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.InternationalIDPassport`
|
|
1449
1449
|
"""
|
|
@@ -1503,7 +1503,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1503
1503
|
|
|
1504
1504
|
@property
|
|
1505
1505
|
def MacaoIDCard(self):
|
|
1506
|
-
"""Macao ID Card
|
|
1506
|
+
"""Macao (China) ID Card
|
|
1507
1507
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1508
1508
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.MacaoIDCard`
|
|
1509
1509
|
"""
|
|
@@ -1515,7 +1515,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1515
1515
|
|
|
1516
1516
|
@property
|
|
1517
1517
|
def TaiWanIDCard(self):
|
|
1518
|
-
"""TaiWan ID Card
|
|
1518
|
+
"""TaiWan (China) ID Card
|
|
1519
1519
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1520
1520
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.TaiWanIDCard`
|
|
1521
1521
|
"""
|
|
@@ -1775,7 +1775,7 @@ When the value of `IdCardType` is `IndonesiaIDCard`:
|
|
|
1775
1775
|
- BerlakuHingga (string): Expiry date.
|
|
1776
1776
|
- IssuedDate (string): Issue date.
|
|
1777
1777
|
|
|
1778
|
-
(5) A passport issued in Hong Kong/Macao/Taiwan (China) or other countries/regions
|
|
1778
|
+
(5) A passport issued in Hong Kong (China) /Macao (China) /Taiwan (China) or other countries/regions
|
|
1779
1779
|
When the value of `IdCardType` is `MLIDPassport`:
|
|
1780
1780
|
- FullName (string): Full name.
|
|
1781
1781
|
- Surname (string): Surname.
|
|
@@ -1949,7 +1949,7 @@ When the value of `IdCardType` is `IndonesiaIDCard`:
|
|
|
1949
1949
|
- BerlakuHingga (string): Expiry date.
|
|
1950
1950
|
- IssuedDate (string): Issue date.
|
|
1951
1951
|
|
|
1952
|
-
(5) A passport issued in Hong Kong/Macao/Taiwan (China) or other countries/regions
|
|
1952
|
+
(5) A passport issued in Hong Kong (China) /Macao (China) /Taiwan (China) or other countries/regions
|
|
1953
1953
|
When the value of `IdCardType` is `MLIDPassport`:
|
|
1954
1954
|
- FullName (string): Full name.
|
|
1955
1955
|
- Surname (string): Surname.
|
|
@@ -5003,13 +5003,15 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5003
5003
|
|
|
5004
5004
|
|
|
5005
5005
|
class HKIDCard(AbstractModel):
|
|
5006
|
-
"""Hong Kong ID card.
|
|
5006
|
+
"""Hong Kong (China) ID card.
|
|
5007
5007
|
|
|
5008
5008
|
"""
|
|
5009
5009
|
|
|
5010
5010
|
def __init__(self):
|
|
5011
5011
|
r"""
|
|
5012
|
-
:param _CnName:
|
|
5012
|
+
:param _CnName: Chinese name
|
|
5013
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5014
|
+
Example: SAN, Nan
|
|
5013
5015
|
:type CnName: str
|
|
5014
5016
|
:param _EnName: English name
|
|
5015
5017
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
@@ -5055,7 +5057,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5055
5057
|
|
|
5056
5058
|
@property
|
|
5057
5059
|
def CnName(self):
|
|
5058
|
-
"""
|
|
5060
|
+
"""Chinese name
|
|
5061
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
5062
|
+
Example: SAN, Nan
|
|
5059
5063
|
:rtype: str
|
|
5060
5064
|
"""
|
|
5061
5065
|
return self._CnName
|
|
@@ -5198,7 +5202,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5198
5202
|
|
|
5199
5203
|
|
|
5200
5204
|
class HMTPermit(AbstractModel):
|
|
5201
|
-
"""Exit/entry permit (card) for traveling to and from Hong Kong, Macao, or Taiwan
|
|
5205
|
+
"""Exit/entry permit (card) for traveling to and from Hong Kong (China), Macao (China), or Taiwan (China)
|
|
5202
5206
|
|
|
5203
5207
|
"""
|
|
5204
5208
|
|
|
@@ -5806,7 +5810,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5806
5810
|
|
|
5807
5811
|
|
|
5808
5812
|
class InternationalIDPassport(AbstractModel):
|
|
5809
|
-
"""ID cards of Hong Kong, Macao and Taiwan (China), and international passport.
|
|
5813
|
+
"""ID cards of Hong Kong (China), Macao (China) and Taiwan (China), and international passport.
|
|
5810
5814
|
|
|
5811
5815
|
"""
|
|
5812
5816
|
|
|
@@ -6547,7 +6551,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6547
6551
|
|
|
6548
6552
|
|
|
6549
6553
|
class MacaoIDCard(AbstractModel):
|
|
6550
|
-
"""Macao
|
|
6554
|
+
"""Macao (China) IDCard
|
|
6551
6555
|
|
|
6552
6556
|
"""
|
|
6553
6557
|
|
|
@@ -6738,7 +6742,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6738
6742
|
|
|
6739
6743
|
|
|
6740
6744
|
class MainlandIDCard(AbstractModel):
|
|
6741
|
-
"""Mainland ID Card OCR
|
|
6745
|
+
"""Mainland (China) ID Card OCR
|
|
6742
6746
|
|
|
6743
6747
|
"""
|
|
6744
6748
|
|
|
@@ -7208,7 +7212,7 @@ class NormalCardInfo(AbstractModel):
|
|
|
7208
7212
|
|
|
7209
7213
|
def __init__(self):
|
|
7210
7214
|
r"""
|
|
7211
|
-
:param _HKIDCard: Hong Kong ID Card
|
|
7215
|
+
:param _HKIDCard: Hong Kong (China) ID Card
|
|
7212
7216
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7213
7217
|
:type HKIDCard: :class:`tencentcloud.faceid.v20180301.models.NormalHKIDCard`
|
|
7214
7218
|
:param _MLIDCard: Malaysia ID Card
|
|
@@ -7232,7 +7236,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7232
7236
|
:param _PhilippinesUMID: Philippines UMID
|
|
7233
7237
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7234
7238
|
:type PhilippinesUMID: :class:`tencentcloud.faceid.v20180301.models.PhilippinesUMID`
|
|
7235
|
-
:param _InternationalIDPassport: ID Cards of Hong Kong, Macao and Taiwan (China), and International Passport
|
|
7239
|
+
:param _InternationalIDPassport: ID Cards of Hong Kong (China), Macao (China) and Taiwan (China), and International Passport
|
|
7236
7240
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7237
7241
|
:type InternationalIDPassport: :class:`tencentcloud.faceid.v20180301.models.InternationalIDPassport`
|
|
7238
7242
|
:param _GeneralCard: General license information
|
|
@@ -7247,19 +7251,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7247
7251
|
:param _SingaporeIDCard: Singapore ID Card
|
|
7248
7252
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7249
7253
|
:type SingaporeIDCard: :class:`tencentcloud.faceid.v20180301.models.SingaporeIDCard`
|
|
7250
|
-
:param _MacaoIDCard: Macao ID Card
|
|
7254
|
+
:param _MacaoIDCard: Macao (China) ID Card
|
|
7251
7255
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7252
7256
|
:type MacaoIDCard: :class:`tencentcloud.faceid.v20180301.models.MacaoIDCard`
|
|
7253
|
-
:param _MainlandIDCard: Mainland ID Card
|
|
7257
|
+
:param _MainlandIDCard: Mainland (China) ID Card
|
|
7254
7258
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7255
7259
|
:type MainlandIDCard: :class:`tencentcloud.faceid.v20180301.models.MainlandIDCard`
|
|
7256
7260
|
:param _JapanIDCard: Japan ID Card
|
|
7257
7261
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7258
7262
|
:type JapanIDCard: :class:`tencentcloud.faceid.v20180301.models.JapanIDCard`
|
|
7259
|
-
:param _TaiWanIDCard: Taiwan ID Card
|
|
7263
|
+
:param _TaiWanIDCard: Taiwan (China) ID Card
|
|
7260
7264
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7261
7265
|
:type TaiWanIDCard: :class:`tencentcloud.faceid.v20180301.models.TaiWanIDCard`
|
|
7262
|
-
:param _HMTPermitCard: exit/entry permit (card) for traveling to and from Hong Kong, Macao, or Taiwan.
|
|
7266
|
+
:param _HMTPermitCard: exit/entry permit (card) for traveling to and from Hong Kong (China), Macao (China), or Taiwan (China).
|
|
7263
7267
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7264
7268
|
:type HMTPermitCard: :class:`tencentcloud.faceid.v20180301.models.HMTPermit`
|
|
7265
7269
|
"""
|
|
@@ -7284,7 +7288,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7284
7288
|
|
|
7285
7289
|
@property
|
|
7286
7290
|
def HKIDCard(self):
|
|
7287
|
-
"""Hong Kong ID Card
|
|
7291
|
+
"""Hong Kong (China) ID Card
|
|
7288
7292
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7289
7293
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.NormalHKIDCard`
|
|
7290
7294
|
"""
|
|
@@ -7380,7 +7384,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7380
7384
|
|
|
7381
7385
|
@property
|
|
7382
7386
|
def InternationalIDPassport(self):
|
|
7383
|
-
"""ID Cards of Hong Kong, Macao and Taiwan (China), and International Passport
|
|
7387
|
+
"""ID Cards of Hong Kong (China), Macao (China) and Taiwan (China), and International Passport
|
|
7384
7388
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7385
7389
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.InternationalIDPassport`
|
|
7386
7390
|
"""
|
|
@@ -7440,7 +7444,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7440
7444
|
|
|
7441
7445
|
@property
|
|
7442
7446
|
def MacaoIDCard(self):
|
|
7443
|
-
"""Macao ID Card
|
|
7447
|
+
"""Macao (China) ID Card
|
|
7444
7448
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7445
7449
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.MacaoIDCard`
|
|
7446
7450
|
"""
|
|
@@ -7452,7 +7456,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7452
7456
|
|
|
7453
7457
|
@property
|
|
7454
7458
|
def MainlandIDCard(self):
|
|
7455
|
-
"""Mainland ID Card
|
|
7459
|
+
"""Mainland (China) ID Card
|
|
7456
7460
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7457
7461
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.MainlandIDCard`
|
|
7458
7462
|
"""
|
|
@@ -7476,7 +7480,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7476
7480
|
|
|
7477
7481
|
@property
|
|
7478
7482
|
def TaiWanIDCard(self):
|
|
7479
|
-
"""Taiwan ID Card
|
|
7483
|
+
"""Taiwan (China) ID Card
|
|
7480
7484
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7481
7485
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.TaiWanIDCard`
|
|
7482
7486
|
"""
|
|
@@ -7488,7 +7492,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7488
7492
|
|
|
7489
7493
|
@property
|
|
7490
7494
|
def HMTPermitCard(self):
|
|
7491
|
-
"""exit/entry permit (card) for traveling to and from Hong Kong, Macao, or Taiwan.
|
|
7495
|
+
"""exit/entry permit (card) for traveling to and from Hong Kong (China), Macao (China), or Taiwan (China).
|
|
7492
7496
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7493
7497
|
:rtype: :class:`tencentcloud.faceid.v20180301.models.HMTPermit`
|
|
7494
7498
|
"""
|
|
@@ -7565,7 +7569,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
7565
7569
|
|
|
7566
7570
|
|
|
7567
7571
|
class NormalHKIDCard(AbstractModel):
|
|
7568
|
-
"""Hong Kong ID card.
|
|
7572
|
+
"""Hong Kong (China) ID card.
|
|
7569
7573
|
|
|
7570
7574
|
"""
|
|
7571
7575
|
|
|
@@ -9926,7 +9930,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
9926
9930
|
|
|
9927
9931
|
|
|
9928
9932
|
class TaiWanIDCard(AbstractModel):
|
|
9929
|
-
"""Taiwan ID card.
|
|
9933
|
+
"""Taiwan (China) ID card.
|
|
9930
9934
|
|
|
9931
9935
|
"""
|
|
9932
9936
|
|
|
@@ -10591,7 +10595,7 @@ Example value: 3
|
|
|
10591
10595
|
6.PhilippinesTinID: Philippines TinID card
|
|
10592
10596
|
7.PhilippinesSSSID: Philippines SSSID card
|
|
10593
10597
|
8.PhilippinesUMID: Philippines UMID card
|
|
10594
|
-
9.InternationalIDPassport: ID cards of Hong Kong, Macao and Taiwan (China), and international passport.
|
|
10598
|
+
9.InternationalIDPassport: ID cards of Hong Kong (China), Macao (China) and Taiwan (China), and international passport.
|
|
10595
10599
|
10.IndonesiaDrivingLicense:Indonesia driving license
|
|
10596
10600
|
11.ThailandIDCard: Thailand ID card
|
|
10597
10601
|
12.ThailandDrivingLicense: Thailand driving license
|
|
@@ -10601,8 +10605,8 @@ Example value: 3
|
|
|
10601
10605
|
16.JapanIDCard: Japan ID card
|
|
10602
10606
|
17.JapanDrivingLicense: Japan driving license
|
|
10603
10607
|
18.PhilippinesIDCard: Philippines ID card
|
|
10604
|
-
19.MainlandIDCard: Mainland ID card
|
|
10605
|
-
20.MacaoIDCard: Macao ID card
|
|
10608
|
+
19.MainlandIDCard: Mainland (China) ID card
|
|
10609
|
+
20.MacaoIDCard: Macao (China) ID card
|
|
10606
10610
|
Example: HKIDCard
|
|
10607
10611
|
:type IDCardType: str
|
|
10608
10612
|
:param _DisableCheckOcrWarnings: Whether to turn off document alarms, the default is false (the alarm detection function is turned on). When enabled, the identity authentication process will be intercepted based on the alarm status of the certificate. If you need to use the document authentication function, please contact us.
|
|
@@ -10698,7 +10702,7 @@ Example value: 3
|
|
|
10698
10702
|
6.PhilippinesTinID: Philippines TinID card
|
|
10699
10703
|
7.PhilippinesSSSID: Philippines SSSID card
|
|
10700
10704
|
8.PhilippinesUMID: Philippines UMID card
|
|
10701
|
-
9.InternationalIDPassport: ID cards of Hong Kong, Macao and Taiwan (China), and international passport.
|
|
10705
|
+
9.InternationalIDPassport: ID cards of Hong Kong (China), Macao (China) and Taiwan (China), and international passport.
|
|
10702
10706
|
10.IndonesiaDrivingLicense:Indonesia driving license
|
|
10703
10707
|
11.ThailandIDCard: Thailand ID card
|
|
10704
10708
|
12.ThailandDrivingLicense: Thailand driving license
|
|
@@ -10708,8 +10712,8 @@ Example value: 3
|
|
|
10708
10712
|
16.JapanIDCard: Japan ID card
|
|
10709
10713
|
17.JapanDrivingLicense: Japan driving license
|
|
10710
10714
|
18.PhilippinesIDCard: Philippines ID card
|
|
10711
|
-
19.MainlandIDCard: Mainland ID card
|
|
10712
|
-
20.MacaoIDCard: Macao ID card
|
|
10715
|
+
19.MainlandIDCard: Mainland (China) ID card
|
|
10716
|
+
20.MacaoIDCard: Macao (China) ID card
|
|
10713
10717
|
Example: HKIDCard
|
|
10714
10718
|
:rtype: str
|
|
10715
10719
|
"""
|
|
@@ -53,13 +53,7 @@ class ImsClient(AbstractClient):
|
|
|
53
53
|
<div class="rno-api-explorer-inner">
|
|
54
54
|
<div class="rno-api-explorer-hd">
|
|
55
55
|
<div class="rno-api-explorer-title">
|
|
56
|
-
|
|
57
|
-
</div>
|
|
58
|
-
</div>
|
|
59
|
-
<div class="rno-api-explorer-body">
|
|
60
|
-
<div class="rno-api-explorer-cont">
|
|
61
|
-
<p>The version described on this page is 2020. The IMS APIs connected to before November 3, 2020 are on v2019, and you can directly access the following URL to perform maintenance operations: <a href="https://intl.cloud.tencent.com/document/product/1125/38206?from_cn_redirect=1" target="_blank">IMS APIs v2019</a></p>
|
|
62
|
-
<p>v2020 is an upgrade to v2019 to support more flexible multi-scenario business policy configuration and richer recognition callback information, meeting the recognition requirements of different businesses. We recommend you upgrade the APIs according to the v2020 connection guide. Meanwhile, we will continue to maintain v2019 until users no longer use it.</p>
|
|
56
|
+
</p>
|
|
63
57
|
</div>
|
|
64
58
|
</div>
|
|
65
59
|
</div>
|
|
@@ -617,9 +617,7 @@ class LcicClient(AbstractClient):
|
|
|
617
617
|
|
|
618
618
|
|
|
619
619
|
def DescribeDocuments(self, request):
|
|
620
|
-
"""
|
|
621
|
-
|
|
622
|
-
A new API is offered for this action now.
|
|
620
|
+
"""A new API is offered for this action now.
|
|
623
621
|
|
|
624
622
|
This API is used to query courseware. It has been deprecated. Please use `BatchDescribeDocument` instead.
|
|
625
623
|
|
|
@@ -5837,6 +5837,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5837
5837
|
:type Cover: str
|
|
5838
5838
|
:param _Preview: Document preview address
|
|
5839
5839
|
:type Preview: str
|
|
5840
|
+
:param _Resolution: Document resolution.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5841
|
+
:type Resolution: str
|
|
5842
|
+
:param _MinScaleResolution: Minimum resolution of a transcoded document, consistent with the parameters provided when the document is created.Note: This field may return null, indicating that no valid values can be obtained.
|
|
5843
|
+
:type MinScaleResolution: str
|
|
5840
5844
|
"""
|
|
5841
5845
|
self._DocumentId = None
|
|
5842
5846
|
self._DocumentUrl = None
|
|
@@ -5857,6 +5861,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5857
5861
|
self._Height = None
|
|
5858
5862
|
self._Cover = None
|
|
5859
5863
|
self._Preview = None
|
|
5864
|
+
self._Resolution = None
|
|
5865
|
+
self._MinScaleResolution = None
|
|
5860
5866
|
|
|
5861
5867
|
@property
|
|
5862
5868
|
def DocumentId(self):
|
|
@@ -6071,6 +6077,28 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6071
6077
|
def Preview(self, Preview):
|
|
6072
6078
|
self._Preview = Preview
|
|
6073
6079
|
|
|
6080
|
+
@property
|
|
6081
|
+
def Resolution(self):
|
|
6082
|
+
"""Document resolution.Note: This field may return null, indicating that no valid values can be obtained.
|
|
6083
|
+
:rtype: str
|
|
6084
|
+
"""
|
|
6085
|
+
return self._Resolution
|
|
6086
|
+
|
|
6087
|
+
@Resolution.setter
|
|
6088
|
+
def Resolution(self, Resolution):
|
|
6089
|
+
self._Resolution = Resolution
|
|
6090
|
+
|
|
6091
|
+
@property
|
|
6092
|
+
def MinScaleResolution(self):
|
|
6093
|
+
"""Minimum resolution of a transcoded document, consistent with the parameters provided when the document is created.Note: This field may return null, indicating that no valid values can be obtained.
|
|
6094
|
+
:rtype: str
|
|
6095
|
+
"""
|
|
6096
|
+
return self._MinScaleResolution
|
|
6097
|
+
|
|
6098
|
+
@MinScaleResolution.setter
|
|
6099
|
+
def MinScaleResolution(self, MinScaleResolution):
|
|
6100
|
+
self._MinScaleResolution = MinScaleResolution
|
|
6101
|
+
|
|
6074
6102
|
|
|
6075
6103
|
def _deserialize(self, params):
|
|
6076
6104
|
self._DocumentId = params.get("DocumentId")
|
|
@@ -6092,6 +6120,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
6092
6120
|
self._Height = params.get("Height")
|
|
6093
6121
|
self._Cover = params.get("Cover")
|
|
6094
6122
|
self._Preview = params.get("Preview")
|
|
6123
|
+
self._Resolution = params.get("Resolution")
|
|
6124
|
+
self._MinScaleResolution = params.get("MinScaleResolution")
|
|
6095
6125
|
memeber_set = set(params.keys())
|
|
6096
6126
|
for name, value in vars(self).items():
|
|
6097
6127
|
property_name = name[1:]
|
|
@@ -1479,9 +1479,7 @@ class TcssClient(AbstractClient):
|
|
|
1479
1479
|
|
|
1480
1480
|
|
|
1481
1481
|
def DeleteCompliancePolicyItemFromWhitelist(self, request):
|
|
1482
|
-
"""
|
|
1483
|
-
|
|
1484
|
-
This API is used to remove the specified check item from the allowlist.
|
|
1482
|
+
"""This API is used to remove the specified check item from the allowlist.
|
|
1485
1483
|
|
|
1486
1484
|
:param request: Request instance for DeleteCompliancePolicyItemFromWhitelist.
|
|
1487
1485
|
:type request: :class:`tencentcloud.tcss.v20201101.models.DeleteCompliancePolicyItemFromWhitelistRequest`
|
|
@@ -376,6 +376,155 @@ class RiskDetails(AbstractModel):
|
|
|
376
376
|
|
|
377
377
|
|
|
378
378
|
|
|
379
|
+
class SentimentAnalysis(AbstractModel):
|
|
380
|
+
"""
|
|
381
|
+
|
|
382
|
+
"""
|
|
383
|
+
|
|
384
|
+
def __init__(self):
|
|
385
|
+
r"""
|
|
386
|
+
:param _Label:
|
|
387
|
+
:type Label: str
|
|
388
|
+
:param _Score:
|
|
389
|
+
:type Score: int
|
|
390
|
+
:param _Detail:
|
|
391
|
+
:type Detail: :class:`tencentcloud.tms.v20201229.models.SentimentDetail`
|
|
392
|
+
:param _Code:
|
|
393
|
+
:type Code: str
|
|
394
|
+
:param _Message:
|
|
395
|
+
:type Message: str
|
|
396
|
+
"""
|
|
397
|
+
self._Label = None
|
|
398
|
+
self._Score = None
|
|
399
|
+
self._Detail = None
|
|
400
|
+
self._Code = None
|
|
401
|
+
self._Message = None
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
def Label(self):
|
|
405
|
+
"""
|
|
406
|
+
:rtype: str
|
|
407
|
+
"""
|
|
408
|
+
return self._Label
|
|
409
|
+
|
|
410
|
+
@Label.setter
|
|
411
|
+
def Label(self, Label):
|
|
412
|
+
self._Label = Label
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
def Score(self):
|
|
416
|
+
"""
|
|
417
|
+
:rtype: int
|
|
418
|
+
"""
|
|
419
|
+
return self._Score
|
|
420
|
+
|
|
421
|
+
@Score.setter
|
|
422
|
+
def Score(self, Score):
|
|
423
|
+
self._Score = Score
|
|
424
|
+
|
|
425
|
+
@property
|
|
426
|
+
def Detail(self):
|
|
427
|
+
"""
|
|
428
|
+
:rtype: :class:`tencentcloud.tms.v20201229.models.SentimentDetail`
|
|
429
|
+
"""
|
|
430
|
+
return self._Detail
|
|
431
|
+
|
|
432
|
+
@Detail.setter
|
|
433
|
+
def Detail(self, Detail):
|
|
434
|
+
self._Detail = Detail
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
def Code(self):
|
|
438
|
+
"""
|
|
439
|
+
:rtype: str
|
|
440
|
+
"""
|
|
441
|
+
return self._Code
|
|
442
|
+
|
|
443
|
+
@Code.setter
|
|
444
|
+
def Code(self, Code):
|
|
445
|
+
self._Code = Code
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
def Message(self):
|
|
449
|
+
"""
|
|
450
|
+
:rtype: str
|
|
451
|
+
"""
|
|
452
|
+
return self._Message
|
|
453
|
+
|
|
454
|
+
@Message.setter
|
|
455
|
+
def Message(self, Message):
|
|
456
|
+
self._Message = Message
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
def _deserialize(self, params):
|
|
460
|
+
self._Label = params.get("Label")
|
|
461
|
+
self._Score = params.get("Score")
|
|
462
|
+
if params.get("Detail") is not None:
|
|
463
|
+
self._Detail = SentimentDetail()
|
|
464
|
+
self._Detail._deserialize(params.get("Detail"))
|
|
465
|
+
self._Code = params.get("Code")
|
|
466
|
+
self._Message = params.get("Message")
|
|
467
|
+
memeber_set = set(params.keys())
|
|
468
|
+
for name, value in vars(self).items():
|
|
469
|
+
property_name = name[1:]
|
|
470
|
+
if property_name in memeber_set:
|
|
471
|
+
memeber_set.remove(property_name)
|
|
472
|
+
if len(memeber_set) > 0:
|
|
473
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
class SentimentDetail(AbstractModel):
|
|
478
|
+
"""
|
|
479
|
+
|
|
480
|
+
"""
|
|
481
|
+
|
|
482
|
+
def __init__(self):
|
|
483
|
+
r"""
|
|
484
|
+
:param _Positive:
|
|
485
|
+
:type Positive: int
|
|
486
|
+
:param _Negative:
|
|
487
|
+
:type Negative: int
|
|
488
|
+
"""
|
|
489
|
+
self._Positive = None
|
|
490
|
+
self._Negative = None
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
def Positive(self):
|
|
494
|
+
"""
|
|
495
|
+
:rtype: int
|
|
496
|
+
"""
|
|
497
|
+
return self._Positive
|
|
498
|
+
|
|
499
|
+
@Positive.setter
|
|
500
|
+
def Positive(self, Positive):
|
|
501
|
+
self._Positive = Positive
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
def Negative(self):
|
|
505
|
+
"""
|
|
506
|
+
:rtype: int
|
|
507
|
+
"""
|
|
508
|
+
return self._Negative
|
|
509
|
+
|
|
510
|
+
@Negative.setter
|
|
511
|
+
def Negative(self, Negative):
|
|
512
|
+
self._Negative = Negative
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
def _deserialize(self, params):
|
|
516
|
+
self._Positive = params.get("Positive")
|
|
517
|
+
self._Negative = params.get("Negative")
|
|
518
|
+
memeber_set = set(params.keys())
|
|
519
|
+
for name, value in vars(self).items():
|
|
520
|
+
property_name = name[1:]
|
|
521
|
+
if property_name in memeber_set:
|
|
522
|
+
memeber_set.remove(property_name)
|
|
523
|
+
if len(memeber_set) > 0:
|
|
524
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
379
528
|
class Tag(AbstractModel):
|
|
380
529
|
"""Returns the keywords, label, sub-label and the score.
|
|
381
530
|
|
|
@@ -465,12 +614,15 @@ class TextModerationRequest(AbstractModel):
|
|
|
465
614
|
:type User: :class:`tencentcloud.tms.v20201229.models.User`
|
|
466
615
|
:param _Device: This field indicates the device information related with the object to be moderated, which can be used to identify violating devices at risk.
|
|
467
616
|
:type Device: :class:`tencentcloud.tms.v20201229.models.Device`
|
|
617
|
+
:param _SourceLanguage: This field Indicates the original language of the content.The enumeration values are ("en", "zh", ""), where en means English, zh means Chinese, and an empty string means the default language is Chinese. It is recommended to enter "en" only when the language of the content is clearly "English".
|
|
618
|
+
:type SourceLanguage: str
|
|
468
619
|
"""
|
|
469
620
|
self._Content = None
|
|
470
621
|
self._BizType = None
|
|
471
622
|
self._DataId = None
|
|
472
623
|
self._User = None
|
|
473
624
|
self._Device = None
|
|
625
|
+
self._SourceLanguage = None
|
|
474
626
|
|
|
475
627
|
@property
|
|
476
628
|
def Content(self):
|
|
@@ -527,6 +679,17 @@ class TextModerationRequest(AbstractModel):
|
|
|
527
679
|
def Device(self, Device):
|
|
528
680
|
self._Device = Device
|
|
529
681
|
|
|
682
|
+
@property
|
|
683
|
+
def SourceLanguage(self):
|
|
684
|
+
"""This field Indicates the original language of the content.The enumeration values are ("en", "zh", ""), where en means English, zh means Chinese, and an empty string means the default language is Chinese. It is recommended to enter "en" only when the language of the content is clearly "English".
|
|
685
|
+
:rtype: str
|
|
686
|
+
"""
|
|
687
|
+
return self._SourceLanguage
|
|
688
|
+
|
|
689
|
+
@SourceLanguage.setter
|
|
690
|
+
def SourceLanguage(self, SourceLanguage):
|
|
691
|
+
self._SourceLanguage = SourceLanguage
|
|
692
|
+
|
|
530
693
|
|
|
531
694
|
def _deserialize(self, params):
|
|
532
695
|
self._Content = params.get("Content")
|
|
@@ -538,6 +701,7 @@ class TextModerationRequest(AbstractModel):
|
|
|
538
701
|
if params.get("Device") is not None:
|
|
539
702
|
self._Device = Device()
|
|
540
703
|
self._Device._deserialize(params.get("Device"))
|
|
704
|
+
self._SourceLanguage = params.get("SourceLanguage")
|
|
541
705
|
memeber_set = set(params.keys())
|
|
542
706
|
for name, value in vars(self).items():
|
|
543
707
|
property_name = name[1:]
|
|
@@ -584,6 +748,8 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
584
748
|
:param _ContextText: Returns the context text.
|
|
585
749
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
586
750
|
:type ContextText: str
|
|
751
|
+
:param _SentimentAnalysis:
|
|
752
|
+
:type SentimentAnalysis: :class:`tencentcloud.tms.v20201229.models.SentimentAnalysis`
|
|
587
753
|
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
588
754
|
:type RequestId: str
|
|
589
755
|
"""
|
|
@@ -598,6 +764,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
598
764
|
self._DataId = None
|
|
599
765
|
self._SubLabel = None
|
|
600
766
|
self._ContextText = None
|
|
767
|
+
self._SentimentAnalysis = None
|
|
601
768
|
self._RequestId = None
|
|
602
769
|
|
|
603
770
|
@property
|
|
@@ -728,6 +895,17 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
728
895
|
def ContextText(self, ContextText):
|
|
729
896
|
self._ContextText = ContextText
|
|
730
897
|
|
|
898
|
+
@property
|
|
899
|
+
def SentimentAnalysis(self):
|
|
900
|
+
"""
|
|
901
|
+
:rtype: :class:`tencentcloud.tms.v20201229.models.SentimentAnalysis`
|
|
902
|
+
"""
|
|
903
|
+
return self._SentimentAnalysis
|
|
904
|
+
|
|
905
|
+
@SentimentAnalysis.setter
|
|
906
|
+
def SentimentAnalysis(self, SentimentAnalysis):
|
|
907
|
+
self._SentimentAnalysis = SentimentAnalysis
|
|
908
|
+
|
|
731
909
|
@property
|
|
732
910
|
def RequestId(self):
|
|
733
911
|
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
@@ -762,6 +940,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
762
940
|
self._DataId = params.get("DataId")
|
|
763
941
|
self._SubLabel = params.get("SubLabel")
|
|
764
942
|
self._ContextText = params.get("ContextText")
|
|
943
|
+
if params.get("SentimentAnalysis") is not None:
|
|
944
|
+
self._SentimentAnalysis = SentimentAnalysis()
|
|
945
|
+
self._SentimentAnalysis._deserialize(params.get("SentimentAnalysis"))
|
|
765
946
|
self._RequestId = params.get("RequestId")
|
|
766
947
|
|
|
767
948
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=1xdumI5-bjqG1X-D5yVetuFD9uwPBX9apF0PpD2LyYg,630
|
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=b5pLP_oF5HZHo4xbn-hI4dkpnirhcHB2rNDWvGf4q1Y,2919
|
|
@@ -36,7 +36,7 @@ tencentcloud/asr/v20190614/errorcodes.py,sha256=y8eFeNb2JQvBLARMuU472FUDJKvqKxnI
|
|
|
36
36
|
tencentcloud/asr/v20190614/models.py,sha256=C9wN0sIcnBhCyHGUFxDdJgKaIXuHStoomOocpbB2Qko,59798
|
|
37
37
|
tencentcloud/autoscaling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
tencentcloud/autoscaling/v20180419/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
tencentcloud/autoscaling/v20180419/autoscaling_client.py,sha256=
|
|
39
|
+
tencentcloud/autoscaling/v20180419/autoscaling_client.py,sha256=DfbR-yf63KyQfpJ0REWH3jhcGCm81Y4vGo4E5Es0sec,73330
|
|
40
40
|
tencentcloud/autoscaling/v20180419/errorcodes.py,sha256=EnO0NtPCX0cHZg4gwcuFy0h0lpGYXj7IxKOPyumtZss,23895
|
|
41
41
|
tencentcloud/autoscaling/v20180419/models.py,sha256=0DCz-zVAJd5bZH16zlqxmLXGiVOL3ZCB3EkEOpzvNvc,623782
|
|
42
42
|
tencentcloud/batch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -186,7 +186,7 @@ tencentcloud/cvm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
186
186
|
tencentcloud/cvm/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
187
187
|
tencentcloud/cvm/v20170312/cvm_client.py,sha256=mg6PWwHdBUwaUqtyc23m5f1FMHr63T-cbD3gWBuT5ek,94174
|
|
188
188
|
tencentcloud/cvm/v20170312/errorcodes.py,sha256=A-ckhQyCbsJtJ1And4c5-INIb6OBekV99rpARLv_jGo,52495
|
|
189
|
-
tencentcloud/cvm/v20170312/models.py,sha256=
|
|
189
|
+
tencentcloud/cvm/v20170312/models.py,sha256=_DbSfGtf6n_z718G6213NpSes2NF6Ftf6iylXQ8HGPk,755599
|
|
190
190
|
tencentcloud/cwp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
191
191
|
tencentcloud/cwp/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
192
192
|
tencentcloud/cwp/v20180228/cwp_client.py,sha256=XlAOIbfCE2PH5kdpATOrUkuE7eZd74lqbvhm2UDECi0,444132
|
|
@@ -294,7 +294,7 @@ tencentcloud/faceid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
|
294
294
|
tencentcloud/faceid/v20180301/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
295
295
|
tencentcloud/faceid/v20180301/errorcodes.py,sha256=if59ahLlNuG4TVb3s0bhJCMW1xLyzLjogKgDud_YkTA,9962
|
|
296
296
|
tencentcloud/faceid/v20180301/faceid_client.py,sha256=Zto1akPPCqRbpysgrABFKtz3f-x0Rb-G8pfnPe15RtU,24130
|
|
297
|
-
tencentcloud/faceid/v20180301/models.py,sha256=
|
|
297
|
+
tencentcloud/faceid/v20180301/models.py,sha256=7puxv9ibETrgOP6YGVqqTL7Idixcmxt75ZV0lh0eNZY,383563
|
|
298
298
|
tencentcloud/gaap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
299
299
|
tencentcloud/gaap/v20180529/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
300
300
|
tencentcloud/gaap/v20180529/errorcodes.py,sha256=hco_fu2P-boFi-3-kcpWCYfaay9RrwmhwHLqzvry2xM,11142
|
|
@@ -328,7 +328,7 @@ tencentcloud/iai/v20200303/models.py,sha256=-iUeIIN56n9gPbWBIRi0N18mqimDX5GRNKp5
|
|
|
328
328
|
tencentcloud/ims/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
329
|
tencentcloud/ims/v20201229/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
330
330
|
tencentcloud/ims/v20201229/errorcodes.py,sha256=n9s6tHq60CJXD9e8RHZmq03SVK2PEaOzlu2zp-w_ahQ,3861
|
|
331
|
-
tencentcloud/ims/v20201229/ims_client.py,sha256=
|
|
331
|
+
tencentcloud/ims/v20201229/ims_client.py,sha256=ZDBh61rO_hpnA3UCzDqZ4M-DRYSVtT0TeVr2jbAPvkg,4378
|
|
332
332
|
tencentcloud/ims/v20201229/models.py,sha256=Sfna_x1BytKq04dX2wwI9wbXDh9N4JPyS6WDxxD5F10,89276
|
|
333
333
|
tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
334
334
|
tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -353,8 +353,8 @@ tencentcloud/kms/v20190118/models.py,sha256=Iu_VWmEuSMD4VKtrH4V0r7XiyxCCeGSWpVkt
|
|
|
353
353
|
tencentcloud/lcic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
354
|
tencentcloud/lcic/v20220817/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
355
355
|
tencentcloud/lcic/v20220817/errorcodes.py,sha256=PYKhl5BSZ9afW4HiUf539p933Wnw9eMpgR0tQG1hXoI,4709
|
|
356
|
-
tencentcloud/lcic/v20220817/lcic_client.py,sha256=
|
|
357
|
-
tencentcloud/lcic/v20220817/models.py,sha256=
|
|
356
|
+
tencentcloud/lcic/v20220817/lcic_client.py,sha256=fUdELQvcLxntBHF8P9rNiTN1Z8aySpxLuA8FpxZYruw,51293
|
|
357
|
+
tencentcloud/lcic/v20220817/models.py,sha256=krn5aBPALXQQ5AenLw3Q36gD_Ja7FhUeHs1ZzZRBcD4,336206
|
|
358
358
|
tencentcloud/lighthouse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
359
|
tencentcloud/lighthouse/v20200324/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
360
360
|
tencentcloud/lighthouse/v20200324/errorcodes.py,sha256=ySLIhkvL8EnRjrKTJ5CUYkc2U4ZOZke9irtQZCxaJog,26605
|
|
@@ -527,7 +527,7 @@ tencentcloud/tcss/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
527
527
|
tencentcloud/tcss/v20201101/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
528
528
|
tencentcloud/tcss/v20201101/errorcodes.py,sha256=IkdH_SZM0pejSt4YWyvUdQlXsj8gW1wwJnU7uhQr9r4,4266
|
|
529
529
|
tencentcloud/tcss/v20201101/models.py,sha256=kviLrP9SVsMaazGW_TveEkWnSCEmZMP2R2czr5EdBVk,2223726
|
|
530
|
-
tencentcloud/tcss/v20201101/tcss_client.py,sha256=
|
|
530
|
+
tencentcloud/tcss/v20201101/tcss_client.py,sha256=OspiLjZz8iIuGa8JVxoD1mTmSHbJK6D1nZ5adLTWDNA,327538
|
|
531
531
|
tencentcloud/tdid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
532
532
|
tencentcloud/tdid/v20210519/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
533
533
|
tencentcloud/tdid/v20210519/errorcodes.py,sha256=54oNU7iyfhylbxdxVpmfo6VSSeuM4og2zIxLRh6FwD8,1838
|
|
@@ -573,7 +573,7 @@ tencentcloud/tke/v20220501/tke_client.py,sha256=Fcfze5EXabYkyxCqd4MoKq5ssLUKAU1d
|
|
|
573
573
|
tencentcloud/tms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
574
574
|
tencentcloud/tms/v20201229/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
575
575
|
tencentcloud/tms/v20201229/errorcodes.py,sha256=0eX6a9ju5tj-LokvwX2w-I1drjySv2b7jQNyL21UnZo,1823
|
|
576
|
-
tencentcloud/tms/v20201229/models.py,sha256=
|
|
576
|
+
tencentcloud/tms/v20201229/models.py,sha256=mN1fiMChfpoXF_tVmIMHs8B9q-fHdgHsDOuQf87DJPk,47647
|
|
577
577
|
tencentcloud/tms/v20201229/tms_client.py,sha256=La5oZmCZOp8Az1LfCvf3fZOZa_MTg9sP-1WhzSYgjis,2559
|
|
578
578
|
tencentcloud/tmt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
579
579
|
tencentcloud/tmt/v20180321/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -634,7 +634,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
634
634
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
635
635
|
tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
|
|
636
636
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
|
|
637
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
638
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
639
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
640
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
637
|
+
tencentcloud_sdk_python_intl_en-3.0.1152.dist-info/METADATA,sha256=dAD0sv6Ivv3G50fjZs8HjjLEO71jienDpyvnaLCSKGU,1628
|
|
638
|
+
tencentcloud_sdk_python_intl_en-3.0.1152.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
639
|
+
tencentcloud_sdk_python_intl_en-3.0.1152.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
640
|
+
tencentcloud_sdk_python_intl_en-3.0.1152.dist-info/RECORD,,
|
|
File without changes
|