tencentcloud-sdk-python-intl-en 3.0.1152__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 CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1152'
16
+ __version__ = '3.0.1154'
@@ -1072,6 +1072,29 @@ class ApigatewayClient(AbstractClient):
1072
1072
  raise TencentCloudSDKException(type(e).__name__, str(e))
1073
1073
 
1074
1074
 
1075
+ def DescribeInstancesNetworkConfig(self, request):
1076
+ """This API is used to obtain the network configuration list of a dedicated instance.
1077
+
1078
+ :param request: Request instance for DescribeInstancesNetworkConfig.
1079
+ :type request: :class:`tencentcloud.apigateway.v20180808.models.DescribeInstancesNetworkConfigRequest`
1080
+ :rtype: :class:`tencentcloud.apigateway.v20180808.models.DescribeInstancesNetworkConfigResponse`
1081
+
1082
+ """
1083
+ try:
1084
+ params = request._serialize()
1085
+ headers = request.headers
1086
+ body = self.call("DescribeInstancesNetworkConfig", params, headers=headers)
1087
+ response = json.loads(body)
1088
+ model = models.DescribeInstancesNetworkConfigResponse()
1089
+ model._deserialize(response["Response"])
1090
+ return model
1091
+ except Exception as e:
1092
+ if isinstance(e, TencentCloudSDKException):
1093
+ raise
1094
+ else:
1095
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1096
+
1097
+
1075
1098
  def DescribeLogSearch(self, request):
1076
1099
  """This API is used to search for logs.
1077
1100
 
@@ -11075,6 +11075,89 @@ Note: this field may return null, indicating that no valid values can be obtaine
11075
11075
  self._RequestId = params.get("RequestId")
11076
11076
 
11077
11077
 
11078
+ class DescribeInstancesNetworkConfigRequest(AbstractModel):
11079
+ """DescribeInstancesNetworkConfig request structure.
11080
+
11081
+ """
11082
+
11083
+ def __init__(self):
11084
+ r"""
11085
+ :param _Limit: Number of returns, with a default value of 20 and a maximum value of 100.
11086
+
11087
+ :type Limit: int
11088
+ :param _Offset: Offset, which is 0 by default.
11089
+
11090
+ :type Offset: int
11091
+ """
11092
+ self._Limit = None
11093
+ self._Offset = None
11094
+
11095
+ @property
11096
+ def Limit(self):
11097
+ """Number of returns, with a default value of 20 and a maximum value of 100.
11098
+
11099
+ :rtype: int
11100
+ """
11101
+ return self._Limit
11102
+
11103
+ @Limit.setter
11104
+ def Limit(self, Limit):
11105
+ self._Limit = Limit
11106
+
11107
+ @property
11108
+ def Offset(self):
11109
+ """Offset, which is 0 by default.
11110
+
11111
+ :rtype: int
11112
+ """
11113
+ return self._Offset
11114
+
11115
+ @Offset.setter
11116
+ def Offset(self, Offset):
11117
+ self._Offset = Offset
11118
+
11119
+
11120
+ def _deserialize(self, params):
11121
+ self._Limit = params.get("Limit")
11122
+ self._Offset = params.get("Offset")
11123
+ memeber_set = set(params.keys())
11124
+ for name, value in vars(self).items():
11125
+ property_name = name[1:]
11126
+ if property_name in memeber_set:
11127
+ memeber_set.remove(property_name)
11128
+ if len(memeber_set) > 0:
11129
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11130
+
11131
+
11132
+
11133
+ class DescribeInstancesNetworkConfigResponse(AbstractModel):
11134
+ """DescribeInstancesNetworkConfig response structure.
11135
+
11136
+ """
11137
+
11138
+ def __init__(self):
11139
+ r"""
11140
+ :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.
11141
+ :type RequestId: str
11142
+ """
11143
+ self._RequestId = None
11144
+
11145
+ @property
11146
+ def RequestId(self):
11147
+ """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.
11148
+ :rtype: str
11149
+ """
11150
+ return self._RequestId
11151
+
11152
+ @RequestId.setter
11153
+ def RequestId(self, RequestId):
11154
+ self._RequestId = RequestId
11155
+
11156
+
11157
+ def _deserialize(self, params):
11158
+ self._RequestId = params.get("RequestId")
11159
+
11160
+
11078
11161
  class DescribeLogSearchRequest(AbstractModel):
11079
11162
  """DescribeLogSearch request structure.
11080
11163
 
@@ -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, which is returned for each request. RequestId is required for locating a problem.
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, which is returned for each request. RequestId is required for locating a problem.
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, which is returned for each request. RequestId is required for locating a problem.
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, which is returned for each request. RequestId is required for locating a problem.
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, which is returned for each request. RequestId is required for locating a problem.
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, which is returned for each request. RequestId is required for locating a problem.
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1152
3
+ Version: 3.0.1154
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python-intl-en
6
6
  Author: Tencent Cloud
@@ -1,4 +1,4 @@
1
- tencentcloud/__init__.py,sha256=1xdumI5-bjqG1X-D5yVetuFD9uwPBX9apF0PpD2LyYg,630
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
@@ -21,9 +21,9 @@ tencentcloud/antiddos/v20200309/errorcodes.py,sha256=-NgKirEk0ME2_qvHM8JpT4xH_fA
21
21
  tencentcloud/antiddos/v20200309/models.py,sha256=uKNPnhhR6sRyyjdcHz7G_e_az5a_-K7S9BM1QM7A7As,544486
22
22
  tencentcloud/apigateway/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  tencentcloud/apigateway/v20180808/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
- tencentcloud/apigateway/v20180808/apigateway_client.py,sha256=vqNE3Z8NTt4nrwjGpkoE24wCUz_o50MZL7BXqWrEz6s,91277
24
+ tencentcloud/apigateway/v20180808/apigateway_client.py,sha256=-tKw-SzbU-72Q1Ixbm1ygobLPuuheEcy4nnX0lCvcUI,92302
25
25
  tencentcloud/apigateway/v20180808/errorcodes.py,sha256=0T0u1gze7_0UL5PGy0yOYWJOuI17GixRzh6_wngXJ74,23820
26
- tencentcloud/apigateway/v20180808/models.py,sha256=BLOBe8Vw6lpPySeaXFyNihWAnZdPStvnqX_d3utcLyE,793345
26
+ tencentcloud/apigateway/v20180808/models.py,sha256=Jv-ghAJouFW4LeWqhxKQjfSN0MCB4XA7Jij-0vLzwp0,795749
27
27
  tencentcloud/apm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  tencentcloud/apm/v20210622/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  tencentcloud/apm/v20210622/apm_client.py,sha256=t3LlEPCKxGFoiPbbs_ixkoVqIg3vPNYKMSoURR2LRaQ,13561
@@ -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=8YRW1ST0M0SvilttI8NfwXSqJqPLaSmkkYUp08na_i0,7369
145
- tencentcloud/cloudaudit/v20190319/models.py,sha256=F9GEhKXlsg3dL6SN6f4qDP3wVTrDRThSqAL33H3JdpA,108945
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=TVoatUWqkenOqPtLAWO6ldNnGcDJLUn05Q7mgnqVUxc,31899
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=1WZbPJq0hBZwiqomGOXosSWbWg_R6lyl0e-dfy9oX9U,1084848
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=wKw_Ccy5BCKnFnJWiBXrZFdwocmdpJBmnSWkj6q3Uc8,18398
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=g7WZVGKqQGy-ufrDtf64RnSID3ghBFgcQT6c7GUUQrA,1567127
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.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,,
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,,