tencentcloud-sdk-python-intl-en 3.0.1153__py2.py3-none-any.whl → 3.0.1154__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/cloudaudit/v20190319/errorcodes.py +9 -0
- tencentcloud/cloudaudit/v20190319/models.py +2 -2
- tencentcloud/ip/v20210409/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +2 -2
- tencentcloud/tts/v20190823/models.py +45 -0
- tencentcloud/vpc/v20170312/models.py +15 -0
- {tencentcloud_sdk_python_intl_en-3.0.1153.dist-info → tencentcloud_sdk_python_intl_en-3.0.1154.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1153.dist-info → tencentcloud_sdk_python_intl_en-3.0.1154.dist-info}/RECORD +11 -11
- {tencentcloud_sdk_python_intl_en-3.0.1153.dist-info → tencentcloud_sdk_python_intl_en-3.0.1154.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1153.dist-info → tencentcloud_sdk_python_intl_en-3.0.1154.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -32,6 +32,12 @@ FAILEDOPERATION_GETCLSTOPICFAILED = 'FailedOperation.GetClsTopicFailed'
|
|
|
32
32
|
# Failed to pull the COS bucket list
|
|
33
33
|
FAILEDOPERATION_GETCOSBUCKETLISTFAILED = 'FailedOperation.GetCosBucketListFailed'
|
|
34
34
|
|
|
35
|
+
#
|
|
36
|
+
FAILEDOPERATION_MEMBERNOTAUDITROLE = 'FailedOperation.MemberNotAuditRole'
|
|
37
|
+
|
|
38
|
+
#
|
|
39
|
+
FAILEDOPERATION_MEMBERNOTINORGANIZATION = 'FailedOperation.MemberNotInOrganization'
|
|
40
|
+
|
|
35
41
|
# Internal error.
|
|
36
42
|
INTERNALERROR = 'InternalError'
|
|
37
43
|
|
|
@@ -163,3 +169,6 @@ RESOURCENOTFOUND_COSNOTEXIST = 'ResourceNotFound.CosNotExist'
|
|
|
163
169
|
|
|
164
170
|
# The role doesn’t exist.
|
|
165
171
|
RESOURCENOTFOUND_ROLENOTEXIST = 'ResourceNotFound.RoleNotExist'
|
|
172
|
+
|
|
173
|
+
#
|
|
174
|
+
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
@@ -1564,7 +1564,7 @@ Note: `null` may be returned for this field, indicating that no valid values can
|
|
|
1564
1564
|
:param _TotalCount: This parameter has been deprecated. Please use `ListOver` and `NextToken` for pagination, and read data of the next page when the value of `ListOver` is `false`.
|
|
1565
1565
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1566
1566
|
:type TotalCount: int
|
|
1567
|
-
:param _RequestId: The unique request ID,
|
|
1567
|
+
: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.
|
|
1568
1568
|
:type RequestId: str
|
|
1569
1569
|
"""
|
|
1570
1570
|
self._ListOver = None
|
|
@@ -1621,7 +1621,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1621
1621
|
|
|
1622
1622
|
@property
|
|
1623
1623
|
def RequestId(self):
|
|
1624
|
-
"""The unique request ID,
|
|
1624
|
+
"""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.
|
|
1625
1625
|
:rtype: str
|
|
1626
1626
|
"""
|
|
1627
1627
|
return self._RequestId
|
|
@@ -430,7 +430,7 @@ class GetCountryCodesResponse(AbstractModel):
|
|
|
430
430
|
r"""
|
|
431
431
|
:param _Data: List of country/region codes
|
|
432
432
|
:type Data: list of CountryCodeItem
|
|
433
|
-
:param _RequestId: The unique request ID,
|
|
433
|
+
: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.
|
|
434
434
|
:type RequestId: str
|
|
435
435
|
"""
|
|
436
436
|
self._Data = None
|
|
@@ -449,7 +449,7 @@ class GetCountryCodesResponse(AbstractModel):
|
|
|
449
449
|
|
|
450
450
|
@property
|
|
451
451
|
def RequestId(self):
|
|
452
|
-
"""The unique request ID,
|
|
452
|
+
"""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.
|
|
453
453
|
:rtype: str
|
|
454
454
|
"""
|
|
455
455
|
return self._RequestId
|
|
@@ -10565,7 +10565,7 @@ class DescribeBaseMetricsResponse(AbstractModel):
|
|
|
10565
10565
|
r"""
|
|
10566
10566
|
:param _MetricSet: Listed of queried metric descriptions
|
|
10567
10567
|
:type MetricSet: list of MetricSet
|
|
10568
|
-
:param _RequestId: The unique request ID,
|
|
10568
|
+
: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.
|
|
10569
10569
|
:type RequestId: str
|
|
10570
10570
|
"""
|
|
10571
10571
|
self._MetricSet = None
|
|
@@ -10584,7 +10584,7 @@ class DescribeBaseMetricsResponse(AbstractModel):
|
|
|
10584
10584
|
|
|
10585
10585
|
@property
|
|
10586
10586
|
def RequestId(self):
|
|
10587
|
-
"""The unique request ID,
|
|
10587
|
+
"""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.
|
|
10588
10588
|
:rtype: str
|
|
10589
10589
|
"""
|
|
10590
10590
|
return self._RequestId
|
|
@@ -167,6 +167,12 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
|
|
|
167
167
|
:type EnableSubtitle: bool
|
|
168
168
|
:param _SegmentRate: The threshold of speech segmentation sensibility, which can be `0` (default), `1`, or `2`. A larger value indicates fewer segments, and the model tends to only segment sentences based on punctuation marks. We recommend you not change this parameter to avoid adverse effect on speech synthesis.
|
|
169
169
|
:type SegmentRate: int
|
|
170
|
+
:param _EmotionCategory:
|
|
171
|
+
:type EmotionCategory: str
|
|
172
|
+
:param _EmotionIntensity:
|
|
173
|
+
:type EmotionIntensity: int
|
|
174
|
+
:param _FastVoiceType:
|
|
175
|
+
:type FastVoiceType: str
|
|
170
176
|
"""
|
|
171
177
|
self._Text = None
|
|
172
178
|
self._SessionId = None
|
|
@@ -180,6 +186,9 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
|
|
|
180
186
|
self._Codec = None
|
|
181
187
|
self._EnableSubtitle = None
|
|
182
188
|
self._SegmentRate = None
|
|
189
|
+
self._EmotionCategory = None
|
|
190
|
+
self._EmotionIntensity = None
|
|
191
|
+
self._FastVoiceType = None
|
|
183
192
|
|
|
184
193
|
@property
|
|
185
194
|
def Text(self):
|
|
@@ -318,6 +327,39 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
|
|
|
318
327
|
def SegmentRate(self, SegmentRate):
|
|
319
328
|
self._SegmentRate = SegmentRate
|
|
320
329
|
|
|
330
|
+
@property
|
|
331
|
+
def EmotionCategory(self):
|
|
332
|
+
"""
|
|
333
|
+
:rtype: str
|
|
334
|
+
"""
|
|
335
|
+
return self._EmotionCategory
|
|
336
|
+
|
|
337
|
+
@EmotionCategory.setter
|
|
338
|
+
def EmotionCategory(self, EmotionCategory):
|
|
339
|
+
self._EmotionCategory = EmotionCategory
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
def EmotionIntensity(self):
|
|
343
|
+
"""
|
|
344
|
+
:rtype: int
|
|
345
|
+
"""
|
|
346
|
+
return self._EmotionIntensity
|
|
347
|
+
|
|
348
|
+
@EmotionIntensity.setter
|
|
349
|
+
def EmotionIntensity(self, EmotionIntensity):
|
|
350
|
+
self._EmotionIntensity = EmotionIntensity
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
def FastVoiceType(self):
|
|
354
|
+
"""
|
|
355
|
+
:rtype: str
|
|
356
|
+
"""
|
|
357
|
+
return self._FastVoiceType
|
|
358
|
+
|
|
359
|
+
@FastVoiceType.setter
|
|
360
|
+
def FastVoiceType(self, FastVoiceType):
|
|
361
|
+
self._FastVoiceType = FastVoiceType
|
|
362
|
+
|
|
321
363
|
|
|
322
364
|
def _deserialize(self, params):
|
|
323
365
|
self._Text = params.get("Text")
|
|
@@ -332,6 +374,9 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
|
|
|
332
374
|
self._Codec = params.get("Codec")
|
|
333
375
|
self._EnableSubtitle = params.get("EnableSubtitle")
|
|
334
376
|
self._SegmentRate = params.get("SegmentRate")
|
|
377
|
+
self._EmotionCategory = params.get("EmotionCategory")
|
|
378
|
+
self._EmotionIntensity = params.get("EmotionIntensity")
|
|
379
|
+
self._FastVoiceType = params.get("FastVoiceType")
|
|
335
380
|
memeber_set = set(params.keys())
|
|
336
381
|
for name, value in vars(self).items():
|
|
337
382
|
property_name = name[1:]
|
|
@@ -1389,6 +1389,8 @@ Whether the Anycast EIP can be bound to CLB instances.
|
|
|
1389
1389
|
:type AddressName: str
|
|
1390
1390
|
:param _DedicatedClusterId:
|
|
1391
1391
|
:type DedicatedClusterId: str
|
|
1392
|
+
:param _IsDedicatedAddressPool:
|
|
1393
|
+
:type IsDedicatedAddressPool: bool
|
|
1392
1394
|
:param _Egress: Network egress. It defaults to `center_egress1`.
|
|
1393
1395
|
:type Egress: str
|
|
1394
1396
|
:param _AntiDDoSPackageId: Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.
|
|
@@ -1409,6 +1411,7 @@ Whether the Anycast EIP can be bound to CLB instances.
|
|
|
1409
1411
|
self._BandwidthPackageId = None
|
|
1410
1412
|
self._AddressName = None
|
|
1411
1413
|
self._DedicatedClusterId = None
|
|
1414
|
+
self._IsDedicatedAddressPool = None
|
|
1412
1415
|
self._Egress = None
|
|
1413
1416
|
self._AntiDDoSPackageId = None
|
|
1414
1417
|
self._ClientToken = None
|
|
@@ -1577,6 +1580,17 @@ Whether the Anycast EIP can be bound to CLB instances.
|
|
|
1577
1580
|
def DedicatedClusterId(self, DedicatedClusterId):
|
|
1578
1581
|
self._DedicatedClusterId = DedicatedClusterId
|
|
1579
1582
|
|
|
1583
|
+
@property
|
|
1584
|
+
def IsDedicatedAddressPool(self):
|
|
1585
|
+
"""
|
|
1586
|
+
:rtype: bool
|
|
1587
|
+
"""
|
|
1588
|
+
return self._IsDedicatedAddressPool
|
|
1589
|
+
|
|
1590
|
+
@IsDedicatedAddressPool.setter
|
|
1591
|
+
def IsDedicatedAddressPool(self, IsDedicatedAddressPool):
|
|
1592
|
+
self._IsDedicatedAddressPool = IsDedicatedAddressPool
|
|
1593
|
+
|
|
1580
1594
|
@property
|
|
1581
1595
|
def Egress(self):
|
|
1582
1596
|
"""Network egress. It defaults to `center_egress1`.
|
|
@@ -1632,6 +1646,7 @@ Whether the Anycast EIP can be bound to CLB instances.
|
|
|
1632
1646
|
self._BandwidthPackageId = params.get("BandwidthPackageId")
|
|
1633
1647
|
self._AddressName = params.get("AddressName")
|
|
1634
1648
|
self._DedicatedClusterId = params.get("DedicatedClusterId")
|
|
1649
|
+
self._IsDedicatedAddressPool = params.get("IsDedicatedAddressPool")
|
|
1635
1650
|
self._Egress = params.get("Egress")
|
|
1636
1651
|
self._AntiDDoSPackageId = params.get("AntiDDoSPackageId")
|
|
1637
1652
|
self._ClientToken = params.get("ClientToken")
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=biVJyaOC3uoDt7bpF6zQZdVo2MTDCBNglS_vz75eQs8,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
|
|
@@ -141,8 +141,8 @@ tencentcloud/clb/v20180317/models.py,sha256=vC9qieJ01CBM1JqAKrqTN-kFgrIHEZZejUYr
|
|
|
141
141
|
tencentcloud/cloudaudit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
142
142
|
tencentcloud/cloudaudit/v20190319/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
143
143
|
tencentcloud/cloudaudit/v20190319/cloudaudit_client.py,sha256=thdf_5UyUEUReVMsn9WfCGUdEyx93BOx7tAs85_Zonk,18122
|
|
144
|
-
tencentcloud/cloudaudit/v20190319/errorcodes.py,sha256=
|
|
145
|
-
tencentcloud/cloudaudit/v20190319/models.py,sha256=
|
|
144
|
+
tencentcloud/cloudaudit/v20190319/errorcodes.py,sha256=O96CssbyLtMUf9iDgC8Wf1Yw6kIH-xEkMzWXw_qVb9M,7587
|
|
145
|
+
tencentcloud/cloudaudit/v20190319/models.py,sha256=bjx0F-uS8goYpe6UcfqfaUWOfIBtAldRgVTLiqxXp50,109199
|
|
146
146
|
tencentcloud/cls/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
147
|
tencentcloud/cls/v20201016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
148
148
|
tencentcloud/cls/v20201016/cls_client.py,sha256=hLiyEVYyNw-tGmDSFZWmb6MoFA0mvcw2ZcLgLZF2Ces,90123
|
|
@@ -344,7 +344,7 @@ tencentcloud/ip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
344
344
|
tencentcloud/ip/v20210409/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
345
345
|
tencentcloud/ip/v20210409/errorcodes.py,sha256=8jvhxoRpHkM9eR0ZG5iC4jbTXMwDxnBHBoCB3JzP1iw,3069
|
|
346
346
|
tencentcloud/ip/v20210409/ip_client.py,sha256=kLQFeTYnsiQGcqXP_yMHl5tyYF_-qlHFx315vuYLXUY,7749
|
|
347
|
-
tencentcloud/ip/v20210409/models.py,sha256=
|
|
347
|
+
tencentcloud/ip/v20210409/models.py,sha256=wpbKipnNYZER5aT5fMwrmzZP9BpaLIcj0neMVNW0ci0,32153
|
|
348
348
|
tencentcloud/kms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
349
349
|
tencentcloud/kms/v20190118/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
350
|
tencentcloud/kms/v20190118/errorcodes.py,sha256=oPx2K-S9eHuhJm5eJGHZw_LMF9kfq8KeIIqZyoZ-DqM,5717
|
|
@@ -393,7 +393,7 @@ tencentcloud/mongodb/v20190725/mongodb_client.py,sha256=yWbOD8BeZdW-LLptFo67biti
|
|
|
393
393
|
tencentcloud/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
394
394
|
tencentcloud/monitor/v20180724/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
395
395
|
tencentcloud/monitor/v20180724/errorcodes.py,sha256=3xcdHcSfOzKwu3tuW0mRnJKfQU1BjsOp046L_B_AO4E,11140
|
|
396
|
-
tencentcloud/monitor/v20180724/models.py,sha256=
|
|
396
|
+
tencentcloud/monitor/v20180724/models.py,sha256=LVV3fg3xcoZdc-U7mPZQbBs_4h_wwlNh6Tut4SLYNlA,1085102
|
|
397
397
|
tencentcloud/monitor/v20180724/monitor_client.py,sha256=hrQeKcXUL7MmNd_VeJAxLups9W0MOkyX4XDhUX1uecc,142921
|
|
398
398
|
tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
399
399
|
tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -593,7 +593,7 @@ tencentcloud/trtc/v20190722/trtc_client.py,sha256=VdQlrhHE28WqMKI8WLoryJTiD2i3Vx
|
|
|
593
593
|
tencentcloud/tts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
594
594
|
tencentcloud/tts/v20190823/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
595
595
|
tencentcloud/tts/v20190823/errorcodes.py,sha256=VAYdyPt1zrvCKtVQexIkfaVM8i6tbAWR3ywA5wkJvgw,4814
|
|
596
|
-
tencentcloud/tts/v20190823/models.py,sha256=
|
|
596
|
+
tencentcloud/tts/v20190823/models.py,sha256=qZ56X7BdErotfa-3-9ldgMKsStpBa2gfDjx0UCl11ok,19646
|
|
597
597
|
tencentcloud/tts/v20190823/tts_client.py,sha256=y99MKXVF_Wm5Jc53dIRiEm-sD72TxPYIOw-EltbA5b8,2489
|
|
598
598
|
tencentcloud/vclm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
599
599
|
tencentcloud/vclm/v20240523/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -617,7 +617,7 @@ tencentcloud/vod/v20180717/vod_client.py,sha256=NokZUFsEwKuxUfTlm408Tt2vtp9L3H-5
|
|
|
617
617
|
tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
618
618
|
tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
619
619
|
tencentcloud/vpc/v20170312/errorcodes.py,sha256=1Wg7KPWtuLXLGXOXrVdb5c21PWlsbzUyv5tJlGFNjYo,48184
|
|
620
|
-
tencentcloud/vpc/v20170312/models.py,sha256=
|
|
620
|
+
tencentcloud/vpc/v20170312/models.py,sha256=tBR75zZP5dFLYF8Di_Ejug9sKyzreDObci_xlBCD3gg,1567633
|
|
621
621
|
tencentcloud/vpc/v20170312/vpc_client.py,sha256=R6tabMTwg4GHFMJ0qyNOgUEkPI6s0dugbwDShIhprUE,302527
|
|
622
622
|
tencentcloud/waf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
623
623
|
tencentcloud/waf/v20180125/__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.1154.dist-info/METADATA,sha256=9VPexEP19iE4QtoSVZP1Cy9Dy3egAl8KBwdsfj5rrso,1628
|
|
638
|
+
tencentcloud_sdk_python_intl_en-3.0.1154.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
639
|
+
tencentcloud_sdk_python_intl_en-3.0.1154.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
640
|
+
tencentcloud_sdk_python_intl_en-3.0.1154.dist-info/RECORD,,
|
|
File without changes
|