tencentcloud-sdk-python-intl-en 3.0.1099__py2.py3-none-any.whl → 3.0.1100__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.1099'
16
+ __version__ = '3.0.1100'
@@ -77,7 +77,7 @@ class IntlpartnersmgtClient(AbstractClient):
77
77
 
78
78
 
79
79
  def CreateAccount(self, request):
80
- """This API is used to create Tencent Cloud customer accounts for first-level resellers/second-level resellers.After the account is created, it will be automatically bound to the partner account.Note:
80
+ """This API is used to create Tencent Cloud customer accounts for distributor/second-level resellers.After the account is created, it will be automatically bound to the partner account.Note:
81
81
  1. Create a Tencent Cloud account. The entered email address and mobile phone number need to be verified by the partner for validity.
82
82
  2. Customers need to add personal information when logging in for the first time.
83
83
  3. This interface needs to be applied for allowlist usage. Please contact the channel manager to initiate the application process.
@@ -333,7 +333,8 @@ class IntlpartnersmgtClient(AbstractClient):
333
333
 
334
334
 
335
335
  def ForceQN(self, request):
336
- """This API is used to set and cancel forced service suspension.Reseller need to be allowlisted to use the API.
336
+ """This API is used to set and cancel forced service suspension.
337
+ Note:Reseller need to be allowlisted to use the API, please contact your business representative to apply for allowlist.
337
338
 
338
339
  :param request: Request instance for ForceQN.
339
340
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.ForceQNRequest`
@@ -1236,7 +1236,7 @@ class CreateAccountRequest(AbstractModel):
1236
1236
  Valid values: `personal`, `company`.
1237
1237
  :type AccountType: str
1238
1238
  :param _Mail: Registered email address, which should be valid and correct.
1239
- For example, account@qq.com.
1239
+ such as "account@qq.com"
1240
1240
  :type Mail: str
1241
1241
  :param _Password: Account password.
1242
1242
  Length limit: 8-20 characters
@@ -1244,20 +1244,19 @@ A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not
1244
1244
  :type Password: str
1245
1245
  :param _ConfirmPassword: The confirmed password, which must be the same as that entered in the `Password` field.
1246
1246
  :type ConfirmPassword: str
1247
- :param _PhoneNum: Customer's mobile number.
1248
- The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
1247
+ :param _PhoneNum: Customer's mobile number.
1248
+ The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
1249
1249
  The system will perform binding limit verification of the mobile number you provide, allowing a maximum of 5 accounts per mobile number.
1250
1250
  :type PhoneNum: str
1251
- :param _CountryCode: Customer's country/region code, which can be obtained via the `GetCountryCodes` API, such as "852".
1251
+ :param _CountryCode: Customer's country/region code, which can be obtained via the [GetCountryCodes API](https://www.tencentcloud.com/document/product/1085/51416), such as "852".
1252
1252
  Parameter value is not allowed to be 7,380,86.
1253
1253
  :type CountryCode: str
1254
- :param _Area: Customer's ISO2 standard country/region code, which can be obtained via the `GetCountryCodes` API. It should correspond to the `CountryCode` field, such as `HK`.
1254
+ :param _Area: Customer's ISO2 standard country/region code, which can be obtained via the [GetCountryCodes API](https://www.tencentcloud.com/document/product/1085/51416). It should correspond to the `CountryCode` field, such as `HK`.
1255
1255
  :type Area: str
1256
1256
  :param _Extended: Extension field, which is left empty by default.
1257
1257
  :type Extended: str
1258
- :param _VerifyCode: Verification code.
1259
- It will be used to verify the validity of the mobile number you provide.
1260
- When the interface is requested for the first time, a null value can be passed in. The interface will send a 6-digit verification code by SMS to the mobile number you provide, and you need to pass it in again together with other parameters after you receive it.
1258
+ :param _VerifyCode: VerifyCode. This field is required.
1259
+ Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/65907) to obtain the verifycode.The SendVerifyCode API sends a 6-digit verifycode to your specified mobile number via SMS. After receiving it, you need to pass it along with other parameters.
1261
1260
  :type VerifyCode: str
1262
1261
  """
1263
1262
  self._AccountType = None
@@ -1285,7 +1284,7 @@ Valid values: `personal`, `company`.
1285
1284
  @property
1286
1285
  def Mail(self):
1287
1286
  """Registered email address, which should be valid and correct.
1288
- For example, account@qq.com.
1287
+ such as "account@qq.com"
1289
1288
  :rtype: str
1290
1289
  """
1291
1290
  return self._Mail
@@ -1320,8 +1319,8 @@ A password must contain numbers, letters, and symbols (!@#$%^&*()). Space is not
1320
1319
 
1321
1320
  @property
1322
1321
  def PhoneNum(self):
1323
- """Customer's mobile number.
1324
- The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
1322
+ """Customer's mobile number.
1323
+ The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.
1325
1324
  The system will perform binding limit verification of the mobile number you provide, allowing a maximum of 5 accounts per mobile number.
1326
1325
  :rtype: str
1327
1326
  """
@@ -1333,7 +1332,7 @@ The system will perform binding limit verification of the mobile number you prov
1333
1332
 
1334
1333
  @property
1335
1334
  def CountryCode(self):
1336
- """Customer's country/region code, which can be obtained via the `GetCountryCodes` API, such as "852".
1335
+ """Customer's country/region code, which can be obtained via the [GetCountryCodes API](https://www.tencentcloud.com/document/product/1085/51416), such as "852".
1337
1336
  Parameter value is not allowed to be 7,380,86.
1338
1337
  :rtype: str
1339
1338
  """
@@ -1345,7 +1344,7 @@ Parameter value is not allowed to be 7,380,86.
1345
1344
 
1346
1345
  @property
1347
1346
  def Area(self):
1348
- """Customer's ISO2 standard country/region code, which can be obtained via the `GetCountryCodes` API. It should correspond to the `CountryCode` field, such as `HK`.
1347
+ """Customer's ISO2 standard country/region code, which can be obtained via the [GetCountryCodes API](https://www.tencentcloud.com/document/product/1085/51416). It should correspond to the `CountryCode` field, such as `HK`.
1349
1348
  :rtype: str
1350
1349
  """
1351
1350
  return self._Area
@@ -1367,9 +1366,8 @@ Parameter value is not allowed to be 7,380,86.
1367
1366
 
1368
1367
  @property
1369
1368
  def VerifyCode(self):
1370
- """Verification code.
1371
- It will be used to verify the validity of the mobile number you provide.
1372
- When the interface is requested for the first time, a null value can be passed in. The interface will send a 6-digit verification code by SMS to the mobile number you provide, and you need to pass it in again together with other parameters after you receive it.
1369
+ """VerifyCode. This field is required.
1370
+ Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/65907) to obtain the verifycode.The SendVerifyCode API sends a 6-digit verifycode to your specified mobile number via SMS. After receiving it, you need to pass it along with other parameters.
1373
1371
  :rtype: str
1374
1372
  """
1375
1373
  return self._VerifyCode
@@ -1640,14 +1640,18 @@ class AddOnSubtitle(AbstractModel):
1640
1640
  <li>`subtitle-stream`: Add a subtitle track.</li>
1641
1641
  <li>`close-caption-708`: Embed CEA-708 subtitles in SEI frames.</li>
1642
1642
  <li>`close-caption-608`: Embed CEA-608 subtitles in SEI frames.</li>
1643
- Note: This field may return·null, indicating that no valid values can be obtained.
1643
+ Note: This field may return null, indicating that no valid values can be obtained.
1644
1644
  :type Type: str
1645
1645
  :param _Subtitle: The subtitle file.
1646
- Note: This field may return·null, indicating that no valid values can be obtained.
1646
+ Note: This field may return null, indicating that no valid values can be obtained.
1647
1647
  :type Subtitle: :class:`tencentcloud.mps.v20190612.models.MediaInputInfo`
1648
+ :param _SubtitleName: Subtitle name.
1649
+ Note: This field may return null, indicating that no valid value can be obtained.
1650
+ :type SubtitleName: str
1648
1651
  """
1649
1652
  self._Type = None
1650
1653
  self._Subtitle = None
1654
+ self._SubtitleName = None
1651
1655
 
1652
1656
  @property
1653
1657
  def Type(self):
@@ -1655,7 +1659,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
1655
1659
  <li>`subtitle-stream`: Add a subtitle track.</li>
1656
1660
  <li>`close-caption-708`: Embed CEA-708 subtitles in SEI frames.</li>
1657
1661
  <li>`close-caption-608`: Embed CEA-608 subtitles in SEI frames.</li>
1658
- Note: This field may return·null, indicating that no valid values can be obtained.
1662
+ Note: This field may return null, indicating that no valid values can be obtained.
1659
1663
  :rtype: str
1660
1664
  """
1661
1665
  return self._Type
@@ -1667,7 +1671,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
1667
1671
  @property
1668
1672
  def Subtitle(self):
1669
1673
  """The subtitle file.
1670
- Note: This field may return·null, indicating that no valid values can be obtained.
1674
+ Note: This field may return null, indicating that no valid values can be obtained.
1671
1675
  :rtype: :class:`tencentcloud.mps.v20190612.models.MediaInputInfo`
1672
1676
  """
1673
1677
  return self._Subtitle
@@ -1676,12 +1680,25 @@ Note: This field may return·null, indicating that no valid values can be obtain
1676
1680
  def Subtitle(self, Subtitle):
1677
1681
  self._Subtitle = Subtitle
1678
1682
 
1683
+ @property
1684
+ def SubtitleName(self):
1685
+ """Subtitle name.
1686
+ Note: This field may return null, indicating that no valid value can be obtained.
1687
+ :rtype: str
1688
+ """
1689
+ return self._SubtitleName
1690
+
1691
+ @SubtitleName.setter
1692
+ def SubtitleName(self, SubtitleName):
1693
+ self._SubtitleName = SubtitleName
1694
+
1679
1695
 
1680
1696
  def _deserialize(self, params):
1681
1697
  self._Type = params.get("Type")
1682
1698
  if params.get("Subtitle") is not None:
1683
1699
  self._Subtitle = MediaInputInfo()
1684
1700
  self._Subtitle._deserialize(params.get("Subtitle"))
1701
+ self._SubtitleName = params.get("SubtitleName")
1685
1702
  memeber_set = set(params.keys())
1686
1703
  for name, value in vars(self).items():
1687
1704
  property_name = name[1:]
@@ -23430,13 +23447,16 @@ class ImageEnhanceConfig(AbstractModel):
23430
23447
  def __init__(self):
23431
23448
  r"""
23432
23449
  :param _SuperResolution: Super-resolution configuration.
23433
- Note: This field may return null, indicating that no valid value can be obtained.
23450
+
23434
23451
  :type SuperResolution: :class:`tencentcloud.mps.v20190612.models.SuperResolutionConfig`
23435
- :param _ColorEnhance:
23452
+ :param _ColorEnhance: Color enhancement configuration.
23453
+
23436
23454
  :type ColorEnhance: :class:`tencentcloud.mps.v20190612.models.ColorEnhanceConfig`
23437
- :param _SharpEnhance:
23455
+ :param _SharpEnhance: Detail enhancement configuration.
23456
+
23438
23457
  :type SharpEnhance: :class:`tencentcloud.mps.v20190612.models.SharpEnhanceConfig`
23439
- :param _FaceEnhance:
23458
+ :param _FaceEnhance: Face enhancement configuration.
23459
+
23440
23460
  :type FaceEnhance: :class:`tencentcloud.mps.v20190612.models.FaceEnhanceConfig`
23441
23461
  """
23442
23462
  self._SuperResolution = None
@@ -23447,7 +23467,7 @@ Note: This field may return null, indicating that no valid value can be obtained
23447
23467
  @property
23448
23468
  def SuperResolution(self):
23449
23469
  """Super-resolution configuration.
23450
- Note: This field may return null, indicating that no valid value can be obtained.
23470
+
23451
23471
  :rtype: :class:`tencentcloud.mps.v20190612.models.SuperResolutionConfig`
23452
23472
  """
23453
23473
  return self._SuperResolution
@@ -23458,7 +23478,8 @@ Note: This field may return null, indicating that no valid value can be obtained
23458
23478
 
23459
23479
  @property
23460
23480
  def ColorEnhance(self):
23461
- """
23481
+ """Color enhancement configuration.
23482
+
23462
23483
  :rtype: :class:`tencentcloud.mps.v20190612.models.ColorEnhanceConfig`
23463
23484
  """
23464
23485
  return self._ColorEnhance
@@ -23469,7 +23490,8 @@ Note: This field may return null, indicating that no valid value can be obtained
23469
23490
 
23470
23491
  @property
23471
23492
  def SharpEnhance(self):
23472
- """
23493
+ """Detail enhancement configuration.
23494
+
23473
23495
  :rtype: :class:`tencentcloud.mps.v20190612.models.SharpEnhanceConfig`
23474
23496
  """
23475
23497
  return self._SharpEnhance
@@ -23480,7 +23502,8 @@ Note: This field may return null, indicating that no valid value can be obtained
23480
23502
 
23481
23503
  @property
23482
23504
  def FaceEnhance(self):
23483
- """
23505
+ """Face enhancement configuration.
23506
+
23484
23507
  :rtype: :class:`tencentcloud.mps.v20190612.models.FaceEnhanceConfig`
23485
23508
  """
23486
23509
  return self._FaceEnhance
@@ -34299,32 +34322,40 @@ class ParseLiveStreamProcessNotificationResponse(AbstractModel):
34299
34322
  def __init__(self):
34300
34323
  r"""
34301
34324
  :param _NotificationType: Live stream processing result type, including:
34302
- <li>AiReviewResult: content moderation result;</li>
34303
- <li>AiRecognitionResult: content recognition result;</li>
34304
- <li>LiveRecordResult: live recording result;</li>
34325
+ <li>AiReviewResult: content auditing result.</li>
34326
+ <li>AiRecognitionResult: content recognition result.</li>
34327
+ <li>LiveRecordResult: live recording result.</li>
34328
+ <li>AiQualityControlResult: media quality inspection result.</li>
34305
34329
  <li>ProcessEof: live stream processing result.</li>
34306
34330
  :type NotificationType: str
34307
34331
  :param _TaskId: Video processing task ID.
34308
34332
  :type TaskId: str
34309
34333
  :param _ProcessEofInfo: Information of a live stream processing error, which is valid when `NotificationType` is `ProcessEof`.
34310
- Note: This field may return null, indicating that no valid values can be obtained.
34334
+ Note: when this field return null, means no valid values can be obtained.
34311
34335
  :type ProcessEofInfo: :class:`tencentcloud.mps.v20190612.models.LiveStreamProcessErrorInfo`
34312
34336
  :param _AiReviewResultInfo: Content audit result, which is valid when `NotificationType` is `AiReviewResult`.
34313
- Note: This field may return null, indicating that no valid values can be obtained.
34337
+ Note: when this field return null, means no valid values can be obtained.
34314
34338
  :type AiReviewResultInfo: :class:`tencentcloud.mps.v20190612.models.LiveStreamAiReviewResultInfo`
34315
34339
  :param _AiRecognitionResultInfo: Content recognition result, which is valid if `NotificationType` is `AiRecognitionResult`.
34316
34340
  :type AiRecognitionResultInfo: :class:`tencentcloud.mps.v20190612.models.LiveStreamAiRecognitionResultInfo`
34317
- :param _AiAnalysisResultInfo:
34341
+ :param _AiAnalysisResultInfo: Content analysis result, which is valid if `NotificationType` is `AiAnalysisResult`.
34318
34342
  :type AiAnalysisResultInfo: :class:`tencentcloud.mps.v20190612.models.LiveStreamAiAnalysisResultInfo`
34319
- :param _AiQualityControlResultInfo:
34343
+ :param _AiQualityControlResultInfo: Media quality inspection result, which is valid if `NotificationType` is `AiQualityControlResult`.
34320
34344
  :type AiQualityControlResultInfo: :class:`tencentcloud.mps.v20190612.models.LiveStreamAiQualityControlResultInfo`
34321
34345
  :param _LiveRecordResultInfo: Live recording result is valid when NotificationType is LiveRecordResult.
34322
- Note: This field may return null, indicating that no valid values can be obtained.
34346
+ Note: when this field return null, means no valid values can be obtained.
34323
34347
  :type LiveRecordResultInfo: :class:`tencentcloud.mps.v20190612.models.LiveStreamRecordResultInfo`
34324
34348
  :param _SessionId: The ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is left empty or an empty string is entered, no deduplication will be performed.
34325
34349
  :type SessionId: str
34326
34350
  :param _SessionContext: The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.
34327
34351
  :type SessionContext: str
34352
+ :param _Timestamp: - Expiration time, event notification signature expiration UNIX timestamp. - By default, notifications sent by MPS expire after 10 minutes. If the expiration time specified has elapsed, a notification will be considered invalid. This can prevent replay attacks. - The format of Timestamp is a decimal UNIX timestamp, which is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
34353
+ Note: This field may return null, indicating that no valid value can be obtained.
34354
+ :type Timestamp: int
34355
+ :param _Sign: Event notification security signature. Sign = MD5 (Timestamp + NotifyKey). Note: Media Processing Service concatenates Timestamp and NotifyKey from TaskNotifyConfig as a string and calculates the Sign value through MD5. This value is included in the notification message. Your backend server can verify whether the Sign is correct using the same algorithm, to confirm whether the message is indeed from the Media Processing Service backend.
34356
+
34357
+ Note: This field may return null, indicating that no valid value can be obtained.
34358
+ :type Sign: str
34328
34359
  :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.
34329
34360
  :type RequestId: str
34330
34361
  """
@@ -34338,14 +34369,17 @@ Note: This field may return null, indicating that no valid values can be obtaine
34338
34369
  self._LiveRecordResultInfo = None
34339
34370
  self._SessionId = None
34340
34371
  self._SessionContext = None
34372
+ self._Timestamp = None
34373
+ self._Sign = None
34341
34374
  self._RequestId = None
34342
34375
 
34343
34376
  @property
34344
34377
  def NotificationType(self):
34345
34378
  """Live stream processing result type, including:
34346
- <li>AiReviewResult: content moderation result;</li>
34347
- <li>AiRecognitionResult: content recognition result;</li>
34348
- <li>LiveRecordResult: live recording result;</li>
34379
+ <li>AiReviewResult: content auditing result.</li>
34380
+ <li>AiRecognitionResult: content recognition result.</li>
34381
+ <li>LiveRecordResult: live recording result.</li>
34382
+ <li>AiQualityControlResult: media quality inspection result.</li>
34349
34383
  <li>ProcessEof: live stream processing result.</li>
34350
34384
  :rtype: str
34351
34385
  """
@@ -34369,7 +34403,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
34369
34403
  @property
34370
34404
  def ProcessEofInfo(self):
34371
34405
  """Information of a live stream processing error, which is valid when `NotificationType` is `ProcessEof`.
34372
- Note: This field may return null, indicating that no valid values can be obtained.
34406
+ Note: when this field return null, means no valid values can be obtained.
34373
34407
  :rtype: :class:`tencentcloud.mps.v20190612.models.LiveStreamProcessErrorInfo`
34374
34408
  """
34375
34409
  return self._ProcessEofInfo
@@ -34381,7 +34415,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
34381
34415
  @property
34382
34416
  def AiReviewResultInfo(self):
34383
34417
  """Content audit result, which is valid when `NotificationType` is `AiReviewResult`.
34384
- Note: This field may return null, indicating that no valid values can be obtained.
34418
+ Note: when this field return null, means no valid values can be obtained.
34385
34419
  :rtype: :class:`tencentcloud.mps.v20190612.models.LiveStreamAiReviewResultInfo`
34386
34420
  """
34387
34421
  return self._AiReviewResultInfo
@@ -34403,7 +34437,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
34403
34437
 
34404
34438
  @property
34405
34439
  def AiAnalysisResultInfo(self):
34406
- """
34440
+ """Content analysis result, which is valid if `NotificationType` is `AiAnalysisResult`.
34407
34441
  :rtype: :class:`tencentcloud.mps.v20190612.models.LiveStreamAiAnalysisResultInfo`
34408
34442
  """
34409
34443
  return self._AiAnalysisResultInfo
@@ -34414,7 +34448,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
34414
34448
 
34415
34449
  @property
34416
34450
  def AiQualityControlResultInfo(self):
34417
- """
34451
+ """Media quality inspection result, which is valid if `NotificationType` is `AiQualityControlResult`.
34418
34452
  :rtype: :class:`tencentcloud.mps.v20190612.models.LiveStreamAiQualityControlResultInfo`
34419
34453
  """
34420
34454
  return self._AiQualityControlResultInfo
@@ -34426,7 +34460,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
34426
34460
  @property
34427
34461
  def LiveRecordResultInfo(self):
34428
34462
  """Live recording result is valid when NotificationType is LiveRecordResult.
34429
- Note: This field may return null, indicating that no valid values can be obtained.
34463
+ Note: when this field return null, means no valid values can be obtained.
34430
34464
  :rtype: :class:`tencentcloud.mps.v20190612.models.LiveStreamRecordResultInfo`
34431
34465
  """
34432
34466
  return self._LiveRecordResultInfo
@@ -34457,6 +34491,31 @@ Note: This field may return null, indicating that no valid values can be obtaine
34457
34491
  def SessionContext(self, SessionContext):
34458
34492
  self._SessionContext = SessionContext
34459
34493
 
34494
+ @property
34495
+ def Timestamp(self):
34496
+ """- Expiration time, event notification signature expiration UNIX timestamp. - By default, notifications sent by MPS expire after 10 minutes. If the expiration time specified has elapsed, a notification will be considered invalid. This can prevent replay attacks. - The format of Timestamp is a decimal UNIX timestamp, which is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
34497
+ Note: This field may return null, indicating that no valid value can be obtained.
34498
+ :rtype: int
34499
+ """
34500
+ return self._Timestamp
34501
+
34502
+ @Timestamp.setter
34503
+ def Timestamp(self, Timestamp):
34504
+ self._Timestamp = Timestamp
34505
+
34506
+ @property
34507
+ def Sign(self):
34508
+ """Event notification security signature. Sign = MD5 (Timestamp + NotifyKey). Note: Media Processing Service concatenates Timestamp and NotifyKey from TaskNotifyConfig as a string and calculates the Sign value through MD5. This value is included in the notification message. Your backend server can verify whether the Sign is correct using the same algorithm, to confirm whether the message is indeed from the Media Processing Service backend.
34509
+
34510
+ Note: This field may return null, indicating that no valid value can be obtained.
34511
+ :rtype: str
34512
+ """
34513
+ return self._Sign
34514
+
34515
+ @Sign.setter
34516
+ def Sign(self, Sign):
34517
+ self._Sign = Sign
34518
+
34460
34519
  @property
34461
34520
  def RequestId(self):
34462
34521
  """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.
@@ -34492,6 +34551,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
34492
34551
  self._LiveRecordResultInfo._deserialize(params.get("LiveRecordResultInfo"))
34493
34552
  self._SessionId = params.get("SessionId")
34494
34553
  self._SessionContext = params.get("SessionContext")
34554
+ self._Timestamp = params.get("Timestamp")
34555
+ self._Sign = params.get("Sign")
34495
34556
  self._RequestId = params.get("RequestId")
34496
34557
 
34497
34558
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1099
3
+ Version: 3.0.1100
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=H5iHwgz2CkeI2Zd734iOEbMxmjThWxX6Rwx7UOSyi74,630
1
+ tencentcloud/__init__.py,sha256=f1m_k_Rf1rXdGkg7WOVB7R3KbDt3PfFfr66PKfYrB_0,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
@@ -323,8 +323,8 @@ tencentcloud/ims/v20201229/models.py,sha256=Sfna_x1BytKq04dX2wwI9wbXDh9N4JPyS6WD
323
323
  tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
324
324
  tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
325
325
  tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=kVIUiSL2ABQt2Ymcp8lqK2lWEWCgXf4IczqMD7ZiEhc,5503
326
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=79Mq0jaYV1sNUbULTldT4boxqB6wuSFMDYO-lN00Gyc,29467
327
- tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=sw1U8Ap-hyQrdR_PSOUXZmn0IFvq7Yk8g0geuWsm8go,193133
326
+ tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=erTo86bpiUYGfnq_lvbfolh-RRUyy_4E8Jo6oYc5MaM,29539
327
+ tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=iFpe4o4xW3Ep8IoAjEYzhDdZ39Q2MuHpOc388dlF_4I,193261
328
328
  tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
329
  tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
330
330
  tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
@@ -388,7 +388,7 @@ tencentcloud/monitor/v20180724/monitor_client.py,sha256=hrQeKcXUL7MmNd_VeJAxLups
388
388
  tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
389
389
  tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
390
390
  tencentcloud/mps/v20190612/errorcodes.py,sha256=32AjW4KHmhgtgFPA9f36f3HTU9gR0orelCbhHwJhbYM,13235
391
- tencentcloud/mps/v20190612/models.py,sha256=AacGpP3ms20buwgDe-fK6rzDEfdWLPQ3FnEsC7j3Kuk,1714098
391
+ tencentcloud/mps/v20190612/models.py,sha256=bAVP24HdoyA6GVu92gsOTKl5xlseJhZ5IjW5XXg1xfY,1717806
392
392
  tencentcloud/mps/v20190612/mps_client.py,sha256=1YmpVXU51Qcg_McAtJMyF5fpEbss08yTlX9FJA8Ote4,79783
393
393
  tencentcloud/msp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
394
394
  tencentcloud/msp/v20180319/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -609,7 +609,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
609
609
  tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
610
610
  tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
611
611
  tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
612
- tencentcloud_sdk_python_intl_en-3.0.1099.dist-info/METADATA,sha256=S1XwzsUxUjSV1be9y1a5ESW-m6BWVeZcGwgblcV_cqk,1628
613
- tencentcloud_sdk_python_intl_en-3.0.1099.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
614
- tencentcloud_sdk_python_intl_en-3.0.1099.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
615
- tencentcloud_sdk_python_intl_en-3.0.1099.dist-info/RECORD,,
612
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/METADATA,sha256=d5Rx1MpT0Elu_ridmAnkVE5dOqmrXOsQeItCs6iwiv0,1628
613
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
614
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
615
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/RECORD,,