tencentcloud-sdk-python-intl-en 3.0.1134__py2.py3-none-any.whl → 3.0.1136__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/ccc/v20200210/ccc_client.py +124 -7
- tencentcloud/ccc/v20200210/errorcodes.py +27 -9
- tencentcloud/ccc/v20200210/models.py +2324 -1173
- tencentcloud/intlpartnersmgt/v20220928/models.py +2 -2
- tencentcloud/vod/v20180717/errorcodes.py +25 -1
- tencentcloud/vod/v20180717/models.py +608 -65
- tencentcloud/vod/v20180717/vod_client.py +46 -0
- {tencentcloud_sdk_python_intl_en-3.0.1134.dist-info → tencentcloud_sdk_python_intl_en-3.0.1136.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1134.dist-info → tencentcloud_sdk_python_intl_en-3.0.1136.dist-info}/RECORD +12 -12
- {tencentcloud_sdk_python_intl_en-3.0.1134.dist-info → tencentcloud_sdk_python_intl_en-3.0.1136.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1134.dist-info → tencentcloud_sdk_python_intl_en-3.0.1136.dist-info}/top_level.txt +0 -0
|
@@ -1349,7 +1349,7 @@ Parameter value is not allowed to be 7,380,86.
|
|
|
1349
1349
|
:type Area: str
|
|
1350
1350
|
:param _Extended: Extension field, which is left empty by default.
|
|
1351
1351
|
:type Extended: str
|
|
1352
|
-
:param _VerifyCode: VerifyCode. This
|
|
1352
|
+
:param _VerifyCode: VerifyCode. This parameter is required.
|
|
1353
1353
|
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.
|
|
1354
1354
|
:type VerifyCode: str
|
|
1355
1355
|
"""
|
|
@@ -1460,7 +1460,7 @@ Parameter value is not allowed to be 7,380,86.
|
|
|
1460
1460
|
|
|
1461
1461
|
@property
|
|
1462
1462
|
def VerifyCode(self):
|
|
1463
|
-
"""VerifyCode. This
|
|
1463
|
+
"""VerifyCode. This parameter is required.
|
|
1464
1464
|
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.
|
|
1465
1465
|
:rtype: str
|
|
1466
1466
|
"""
|
|
@@ -263,6 +263,9 @@ INVALIDPARAMETERVALUE_EXISTEDNAME = 'InvalidParameterValue.ExistedName'
|
|
|
263
263
|
# Incorrect parameter value: incorrect `ExpireTime` format.
|
|
264
264
|
INVALIDPARAMETERVALUE_EXPIRETIME = 'InvalidParameterValue.ExpireTime'
|
|
265
265
|
|
|
266
|
+
# Incorrect `expiretime`.
|
|
267
|
+
INVALIDPARAMETERVALUE_EXPIREDTIME = 'InvalidParameterValue.ExpiredTime'
|
|
268
|
+
|
|
266
269
|
# Incorrect parameter value: the same face already exists.
|
|
267
270
|
INVALIDPARAMETERVALUE_FACEDUPLICATE = 'InvalidParameterValue.FaceDuplicate'
|
|
268
271
|
|
|
@@ -329,6 +332,9 @@ INVALIDPARAMETERVALUE_IMAGEDECODEERROR = 'InvalidParameterValue.ImageDecodeError
|
|
|
329
332
|
# Invalid parameter: image watermarking template.
|
|
330
333
|
INVALIDPARAMETERVALUE_IMAGETEMPLATE = 'InvalidParameterValue.ImageTemplate'
|
|
331
334
|
|
|
335
|
+
# Index parameter error.
|
|
336
|
+
INVALIDPARAMETERVALUE_INDEX = 'InvalidParameterValue.Index'
|
|
337
|
+
|
|
332
338
|
# Invalid `Interval` value
|
|
333
339
|
INVALIDPARAMETERVALUE_INTERVAL = 'InvalidParameterValue.Interval'
|
|
334
340
|
|
|
@@ -446,6 +452,15 @@ INVALIDPARAMETERVALUE_REVIEWCONFIDENCE = 'InvalidParameterValue.ReviewConfidence
|
|
|
446
452
|
# Incorrect parameter value: the value of the `ReviewWallSwitch` parameter is invalid.
|
|
447
453
|
INVALIDPARAMETERVALUE_REVIEWWALLSWITCH = 'InvalidParameterValue.ReviewWallSwitch'
|
|
448
454
|
|
|
455
|
+
# A playlist with the same id already exists.
|
|
456
|
+
INVALIDPARAMETERVALUE_ROUNDPLAYALREADYEXISTS = 'InvalidParameterValue.RoundPlayAlreadyExists'
|
|
457
|
+
|
|
458
|
+
# RoundPlayId parameter error.
|
|
459
|
+
INVALIDPARAMETERVALUE_ROUNDPLAYID = 'InvalidParameterValue.RoundPlayId'
|
|
460
|
+
|
|
461
|
+
# RoundPlaylist parameter length error.
|
|
462
|
+
INVALIDPARAMETERVALUE_ROUNDPLAYLIST = 'InvalidParameterValue.RoundPlaylist'
|
|
463
|
+
|
|
449
464
|
# Incorrect parameter value: RowCount.
|
|
450
465
|
INVALIDPARAMETERVALUE_ROWCOUNT = 'InvalidParameterValue.RowCount'
|
|
451
466
|
|
|
@@ -509,7 +524,7 @@ INVALIDPARAMETERVALUE_STREAMIDINVALID = 'InvalidParameterValue.StreamIdInvalid'
|
|
|
509
524
|
# Invalid stream ID.
|
|
510
525
|
INVALIDPARAMETERVALUE_STREAMIDS = 'InvalidParameterValue.StreamIds'
|
|
511
526
|
|
|
512
|
-
# Incorrect parameter value:
|
|
527
|
+
# Incorrect parameter value: application id.
|
|
513
528
|
INVALIDPARAMETERVALUE_SUBAPPID = 'InvalidParameterValue.SubAppId'
|
|
514
529
|
|
|
515
530
|
# Incorrect parameter value: the value of the `SubtitleFormat` parameter is invalid.
|
|
@@ -614,6 +629,15 @@ LIMITEXCEEDED = 'LimitExceeded'
|
|
|
614
629
|
# Limit exceeded: the total number of new and old timestamps exceeds the limit.
|
|
615
630
|
LIMITEXCEEDED_KEYFRAMEDESCCOUNTREACHMAX = 'LimitExceeded.KeyFrameDescCountReachMax'
|
|
616
631
|
|
|
632
|
+
# Playlist length too large.
|
|
633
|
+
LIMITEXCEEDED_PLAYLIST = 'LimitExceeded.PlayList'
|
|
634
|
+
|
|
635
|
+
# Exceeds broadcast playlist total limit.
|
|
636
|
+
LIMITEXCEEDED_ROUNDPLAYS = 'LimitExceeded.RoundPlays'
|
|
637
|
+
|
|
638
|
+
# Running broadcast playlists exceed maximum quantity.
|
|
639
|
+
LIMITEXCEEDED_RUNNINGROUNDPLAYS = 'LimitExceeded.RunningRoundPlays'
|
|
640
|
+
|
|
617
641
|
# Limit exceeded: the total number of new and old tags exceeds the limit.
|
|
618
642
|
LIMITEXCEEDED_TAGCOUNTREACHMAX = 'LimitExceeded.TagCountReachMax'
|
|
619
643
|
|