tccli 3.0.1224.1__py2.py3-none-any.whl → 3.0.1225.1__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 tccli might be problematic. Click here for more details.

Files changed (30) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +11 -0
  3. tccli/services/batch/v20170312/api.json +33 -11
  4. tccli/services/billing/v20180709/api.json +37 -7
  5. tccli/services/billing/v20180709/examples.json +2 -2
  6. tccli/services/cbs/v20170312/api.json +1 -1
  7. tccli/services/cvm/v20170312/api.json +33 -11
  8. tccli/services/cwp/v20180228/api.json +1 -1
  9. tccli/services/cynosdb/v20190107/api.json +4 -4
  10. tccli/services/ess/v20201111/api.json +2 -2
  11. tccli/services/ess/v20201111/examples.json +2 -2
  12. tccli/services/essbasic/v20210526/api.json +2 -2
  13. tccli/services/essbasic/v20210526/examples.json +2 -2
  14. tccli/services/iotexplorer/v20190423/api.json +11 -11
  15. tccli/services/live/live_client.py +460 -36
  16. tccli/services/live/v20180801/api.json +592 -3
  17. tccli/services/live/v20180801/examples.json +64 -0
  18. tccli/services/mrs/v20200910/api.json +4217 -4211
  19. tccli/services/mrs/v20200910/examples.json +14 -14
  20. tccli/services/ocr/ocr_client.py +0 -53
  21. tccli/services/ocr/v20181119/api.json +0 -162
  22. tccli/services/ocr/v20181119/examples.json +0 -8
  23. tccli/services/teo/teo_client.py +159 -0
  24. tccli/services/teo/v20220901/api.json +199 -0
  25. tccli/services/teo/v20220901/examples.json +36 -0
  26. {tccli-3.0.1224.1.dist-info → tccli-3.0.1225.1.dist-info}/METADATA +2 -2
  27. {tccli-3.0.1224.1.dist-info → tccli-3.0.1225.1.dist-info}/RECORD +30 -30
  28. {tccli-3.0.1224.1.dist-info → tccli-3.0.1225.1.dist-info}/WHEEL +0 -0
  29. {tccli-3.0.1224.1.dist-info → tccli-3.0.1225.1.dist-info}/entry_points.txt +0 -0
  30. {tccli-3.0.1224.1.dist-info → tccli-3.0.1225.1.dist-info}/license_files/LICENSE +0 -0
@@ -16,6 +16,22 @@
16
16
  "title": "添加布局20,绑定输入1,输入2"
17
17
  }
18
18
  ],
19
+ "AddCasterMarkPicInfo": [
20
+ {
21
+ "document": "",
22
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCasterMarkPicInfo\n<公共请求参数>\n\n{\n \"MarkPicInfo\": {\n \"MarkPicIndex\": 1,\n \"MarkPicHeight\": 0.2,\n \"MarkPicId\": 0,\n \"MarkPicLocationX\": 0.2,\n \"MarkPicLocationY\": 0.2,\n \"MarkPicWidth\": 0.2\n },\n \"CasterId\": 1234\n}",
23
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
24
+ "title": "请求示例"
25
+ }
26
+ ],
27
+ "AddCasterMarkWordInfo": [
28
+ {
29
+ "document": "",
30
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCasterMarkWordInfo\n<公共请求参数>\n\n{\n \"CasterId\": 1234,\n \"MarkWordInfo\": {\n \"MarkWordIndex\": 1,\n \"MarkWordFontSize\": 15,\n \"MarkWordText\": \"example\",\n \"MarkWordFontColor\": \"0x000033\",\n \"MarkWordLocationY\": 0.2,\n \"MarkWordLocationX\": 0.2,\n \"MarkWordFontType\": 1\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
32
+ "title": "请求实例"
33
+ }
34
+ ],
19
35
  "AddCasterOutputInfo": [
20
36
  {
21
37
  "document": "",
@@ -320,6 +336,22 @@
320
336
  "title": "请求示例"
321
337
  }
322
338
  ],
339
+ "DeleteCasterMarkPicInfo": [
340
+ {
341
+ "document": "",
342
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCasterMarkPicInfo\n<公共请求参数>\n\n{\n \"CasterId\": 1234,\n \"MarkPicIndex\": 1\n}",
343
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
344
+ "title": "请求示例"
345
+ }
346
+ ],
347
+ "DeleteCasterMarkWordInfo": [
348
+ {
349
+ "document": "",
350
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCasterMarkWordInfo\n<公共请求参数>\n\n{\n \"MarkWordIndex\": 1,\n \"CasterId\": 1234\n}",
351
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
352
+ "title": "请求示例"
353
+ }
354
+ ],
323
355
  "DeleteCasterOutputInfo": [
324
356
  {
325
357
  "document": "",
@@ -576,6 +608,22 @@
576
608
  "title": "请求示例"
577
609
  }
578
610
  ],
611
+ "DescribeCasterMarkPicInfos": [
612
+ {
613
+ "document": "",
614
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCasterMarkPicInfos\n<公共请求参数>\n\n{\n \"CasterId\": 1234\n}",
615
+ "output": "{\n \"Response\": {\n \"MarkPicInfos\": [\n {\n \"MarkPicIndex\": 1,\n \"MarkPicId\": 0,\n \"MarkPicUrl\": \"https://www.example.com/pic/example.jpg\",\n \"MarkPicWidth\": 0.2,\n \"MarkPicHeight\": 0.2,\n \"MarkPicLocationX\": 0,\n \"MarkPicLocationY\": 0.3,\n \"Description\": \"\",\n \"IsEqualProportion\": false\n }\n ],\n \"RequestId\": \"4b154257-a7ba-4371-91f2-40f44ee83f5c\"\n }\n}",
616
+ "title": "查询导播台的水印列表"
617
+ }
618
+ ],
619
+ "DescribeCasterMarkWordInfos": [
620
+ {
621
+ "document": "",
622
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCasterMarkWordInfos\n<公共请求参数>\n\n{\n \"CasterId\": 1234\n}",
623
+ "output": "{\n \"Response\": {\n \"MarkWordInfos\": [\n {\n \"MarkWordIndex\": 1,\n \"MarkWordText\": \"example mark word\",\n \"MarkWordFontSize\": 52,\n \"MarkWordFontColor\": \"0xd0021b\",\n \"MarkWordFontType\": 1,\n \"MarkWordLocationX\": 0,\n \"MarkWordLocationY\": 0.5,\n \"MarkWordRollEnable\": false,\n \"MarkWordRollDirection\": 0,\n \"MarkWordRollOnceTime\": 5,\n \"MarkWordRollStartLocationX\": 0,\n \"MarkWordRollEndLocationX\": 0.3\n }\n ],\n \"RequestId\": \"d4040a52-8d42-4a76-8f28-ded6b3fa9a6e\"\n }\n}",
624
+ "title": "查询导播台文本列表"
625
+ }
626
+ ],
579
627
  "DescribeCasterOutputInfos": [
580
628
  {
581
629
  "document": "",
@@ -1264,6 +1312,22 @@
1264
1312
  "title": "修改模版20的布局使用的布局为输入2,输入3"
1265
1313
  }
1266
1314
  ],
1315
+ "ModifyCasterMarkPicInfo": [
1316
+ {
1317
+ "document": "",
1318
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCasterMarkPicInfo\n<公共请求参数>\n\n{\n \"MarkPicInfo\": {\n \"MarkPicIndex\": 1,\n \"MarkPicHeight\": 0.3,\n \"MarkPicId\": 0,\n \"MarkPicLocationX\": 0.2,\n \"MarkPicLocationY\": 0.2,\n \"MarkPicWidth\": 0.3\n },\n \"CasterId\": 1234\n}",
1319
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
1320
+ "title": "请求示例"
1321
+ }
1322
+ ],
1323
+ "ModifyCasterMarkWordInfo": [
1324
+ {
1325
+ "document": "",
1326
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCasterMarkWordInfo\n<公共请求参数>\n\n{\n \"CasterId\": 1234,\n \"MarkWordInfo\": {\n \"MarkWordIndex\": 1,\n \"MarkWordFontSize\": 18,\n \"MarkWordText\": \"Modify example\",\n \"MarkWordFontColor\": \"0x000033\",\n \"MarkWordLocationY\": 0.15,\n \"MarkWordLocationX\": 0.15,\n \"MarkWordFontType\": 2\n }\n}",
1327
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
1328
+ "title": "请求示例"
1329
+ }
1330
+ ],
1267
1331
  "ModifyCasterOutputInfo": [
1268
1332
  {
1269
1333
  "document": "",