tccli 3.0.1227.1__py2.py3-none-any.whl → 3.0.1229.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aiart/v20221229/api.json +12 -3
- tccli/services/cam/v20190116/api.json +25 -25
- tccli/services/cam/v20190116/examples.json +8 -8
- tccli/services/cdb/v20170320/api.json +167 -9
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/cfs/v20190719/api.json +19 -0
- tccli/services/ckafka/v20190819/api.json +5 -5
- tccli/services/ckafka/v20190819/examples.json +106 -112
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cloudaudit/v20190319/api.json +15 -15
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/config/v20220802/api.json +70 -68
- tccli/services/config/v20220802/examples.json +6 -6
- tccli/services/cynosdb/cynosdb_client.py +228 -16
- tccli/services/cynosdb/v20190107/api.json +251 -0
- tccli/services/cynosdb/v20190107/examples.json +32 -0
- tccli/services/emr/v20190103/api.json +28 -22
- tccli/services/ess/v20201111/api.json +18 -0
- tccli/services/essbasic/v20210526/api.json +20 -1
- tccli/services/facefusion/v20181201/api.json +12 -6
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/hai/v20230812/api.json +6 -6
- tccli/services/hai/v20230812/examples.json +2 -2
- tccli/services/lke/lke_client.py +394 -23
- tccli/services/lke/v20231130/api.json +737 -4
- tccli/services/lke/v20231130/examples.json +62 -0
- tccli/services/mps/v20190612/api.json +1 -1
- tccli/services/mqtt/mqtt_client.py +118 -12
- tccli/services/mqtt/v20240516/api.json +312 -33
- tccli/services/mqtt/v20240516/examples.json +23 -13
- tccli/services/ocr/v20181119/api.json +11 -2
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/privatedns/v20201028/api.json +41 -13
- tccli/services/pts/v20210728/api.json +22 -12
- tccli/services/redis/v20180412/api.json +14 -14
- tccli/services/scf/v20180416/api.json +12 -0
- tccli/services/ssl/v20191205/api.json +246 -173
- tccli/services/ssl/v20191205/examples.json +69 -69
- tccli/services/sts/v20180813/api.json +17 -11
- tccli/services/sts/v20180813/examples.json +6 -6
- tccli/services/tcr/v20190924/api.json +17 -17
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +119 -200
- tccli/services/tdmq/v20200217/examples.json +29 -49
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/tmt/v20180321/examples.json +2 -2
- tccli/services/trocket/v20230308/api.json +79 -79
- tccli/services/trocket/v20230308/examples.json +8 -8
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/vclm/v20240523/api.json +25 -15
- tccli/services/vclm/v20240523/examples.json +2 -2
- tccli/services/vcube/__init__.py +4 -0
- tccli/services/vcube/v20220410/api.json +4168 -0
- tccli/services/vcube/v20220410/examples.json +277 -0
- tccli/services/vcube/vcube_client.py +1956 -0
- tccli/services/vod/v20180717/api.json +38 -1
- tccli/services/vod/v20180717/examples.json +13 -1
- tccli/services/vpc/v20170312/api.json +195 -148
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/RECORD +66 -62
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1227.1.dist-info → tccli-3.0.1229.1.dist-info}/license_files/LICENSE +0 -0
@@ -11471,6 +11471,24 @@
|
|
11471
11471
|
"name": "PlayBackMode",
|
11472
11472
|
"required": false,
|
11473
11473
|
"type": "string"
|
11474
|
+
},
|
11475
|
+
{
|
11476
|
+
"disabled": false,
|
11477
|
+
"document": "播单唯一标识 ID,长度限制为64个字符,只允许包含大小写英文字母(a-zA-Z)、数字(0-9)和连字符(-)。如果存在相同 RoundPlayId 的播单,返回 InvalidParameterValue.RoundPlayAlreadyExists 错误。默认取值为空,表示由系统分配。",
|
11478
|
+
"example": "0127ce97935d43a0aaaf7a6caf10776d",
|
11479
|
+
"member": "string",
|
11480
|
+
"name": "RoundPlayId",
|
11481
|
+
"required": false,
|
11482
|
+
"type": "string"
|
11483
|
+
},
|
11484
|
+
{
|
11485
|
+
"disabled": false,
|
11486
|
+
"document": "过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。过期后的播单将停止播放,“9999-12-31T23:59:59+08:00”表示不过期。默认值:9999-12-31T23:59:59+08:00。",
|
11487
|
+
"example": "2025-03-01T00:00:00+08:00",
|
11488
|
+
"member": "string",
|
11489
|
+
"name": "ExpiredTime",
|
11490
|
+
"required": false,
|
11491
|
+
"type": "string"
|
11474
11492
|
}
|
11475
11493
|
],
|
11476
11494
|
"type": "object"
|
@@ -26844,6 +26862,15 @@
|
|
26844
26862
|
"name": "PlayBackMode",
|
26845
26863
|
"required": false,
|
26846
26864
|
"type": "string"
|
26865
|
+
},
|
26866
|
+
{
|
26867
|
+
"disabled": false,
|
26868
|
+
"document": "过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52),过期后将停止播放。“9999-12-31T23:59:59+08:00”表示不过期。",
|
26869
|
+
"example": "2025-03-01T00:00:00+08:00",
|
26870
|
+
"member": "string",
|
26871
|
+
"name": "ExpiredTime",
|
26872
|
+
"required": false,
|
26873
|
+
"type": "string"
|
26847
26874
|
}
|
26848
26875
|
],
|
26849
26876
|
"type": "object"
|
@@ -34333,6 +34360,16 @@
|
|
34333
34360
|
"output_required": false,
|
34334
34361
|
"type": "string",
|
34335
34362
|
"value_allowed_null": true
|
34363
|
+
},
|
34364
|
+
{
|
34365
|
+
"disabled": false,
|
34366
|
+
"document": "过期时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52),过期后将停止播单的播放。“9999-12-31T23:59:59+08:00”表示永不过期。",
|
34367
|
+
"example": "2025-02-01T00:00:00+08:00",
|
34368
|
+
"member": "string",
|
34369
|
+
"name": "ExpiredTime",
|
34370
|
+
"output_required": false,
|
34371
|
+
"type": "string",
|
34372
|
+
"value_allowed_null": false
|
34336
34373
|
}
|
34337
34374
|
],
|
34338
34375
|
"usage": "out"
|
@@ -34375,7 +34412,7 @@
|
|
34375
34412
|
},
|
34376
34413
|
{
|
34377
34414
|
"disabled": false,
|
34378
|
-
"document": "
|
34415
|
+
"document": "指定播放的转码模板,当 AudioVideoType 为 Transcode 时必须指定。",
|
34379
34416
|
"example": "10",
|
34380
34417
|
"member": "int64",
|
34381
34418
|
"name": "Definition",
|
@@ -290,6 +290,12 @@
|
|
290
290
|
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRoundPlay\n<公共请求参数>\n\n{\n \"StartTime\": \"2022-06-01T00:00:00+08:00\",\n \"RoundPlaylist\": [\n {\n \"FileId\": \"528xxx5487985271487\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100210\n }\n ]\n}",
|
291
291
|
"output": "{\n \"Response\": {\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bca\",\n \"Url\": \"http://domain/round-play/bffb15f07530b57bc1aabb01fac74bca/playlist.m3u8\",\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
|
292
292
|
"title": "创建轮播播单"
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"document": "新建一个轮播播单,在2024-12-10T20:00:00+08:00后过期。",
|
296
|
+
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRoundPlay\n<公共请求参数>\n\n{\n \"StartTime\": \"2022-06-01T00:00:00+08:00\",\n \"RoundPlaylist\": [\n {\n \"FileId\": \"528xxx5487985271487\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100210\n }\n ],\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bcb\",\n \"ExpiredTime\": \"2024-12-10T20:00:00+08:00\"\n}\n\n",
|
297
|
+
"output": "{\n \"Response\": {\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bcb\",\n \"Url\": \"http://domain/round-play/bffb15f07530b57bc1aabb01fac74bcb/playlist.m3u8\",\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
|
298
|
+
"title": "创建轮播播单,2024-12-10T20:00:00+08:00 后过期"
|
293
299
|
}
|
294
300
|
],
|
295
301
|
"CreateSampleSnapshotTemplate": [
|
@@ -1496,8 +1502,14 @@
|
|
1496
1502
|
{
|
1497
1503
|
"document": "修改轮播信息,可以修改轮播播单文件,播单名称、描述等。",
|
1498
1504
|
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoundPlay\n<公共请求参数>\n\n{\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bca\",\n \"RoundPlaylist\": [\n {\n \"FileId\": \"528xxx5487985271487\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100210\n }\n ]\n}",
|
1499
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1505
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7b9d6abb-4ec1-4ef3-b904-2b11e24012f3\"\n }\n}",
|
1500
1506
|
"title": "修改轮播播单"
|
1507
|
+
},
|
1508
|
+
{
|
1509
|
+
"document": "修改 bffb15f07530b57bc1aabb01fac74bca 播单的过期时间为2024-12-10T23:00:00+08:00",
|
1510
|
+
"input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoundPlay\n<公共请求参数>\n\n{\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bca\",\n \"ExpiredTime\": \"2024-12-10T23:00:00+08:00\"\n}",
|
1511
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7b9d6abb-4ec1-4ef3-b904-2b11e24012f5\"\n }\n}",
|
1512
|
+
"title": "修改播单过期时间为2024-12-10T23:00:00+08:00"
|
1501
1513
|
}
|
1502
1514
|
],
|
1503
1515
|
"ModifySampleSnapshotTemplate": [
|