tccli 3.0.1273.1__py2.py3-none-any.whl → 3.0.1275.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.
Files changed (63) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -9
  3. tccli/services/asr/v20190614/api.json +1 -1
  4. tccli/services/captcha/v20190722/api.json +116 -116
  5. tccli/services/captcha/v20190722/examples.json +1 -1
  6. tccli/services/cdwch/v20200915/api.json +61 -11
  7. tccli/services/cdwdoris/v20211228/api.json +19 -0
  8. tccli/services/clb/v20180317/api.json +41 -4
  9. tccli/services/cloudstudio/v20230508/api.json +1 -1
  10. tccli/services/dlc/v20210125/api.json +17 -15
  11. tccli/services/dlc/v20210125/examples.json +5 -5
  12. tccli/services/dts/v20211206/api.json +2 -2
  13. tccli/services/emr/v20190103/api.json +1 -1
  14. tccli/services/es/v20180416/api.json +2 -2
  15. tccli/services/es/v20180416/examples.json +4 -4
  16. tccli/services/faceid/v20180301/api.json +14 -14
  17. tccli/services/faceid/v20180301/examples.json +8 -2
  18. tccli/services/hunyuan/v20230901/api.json +2 -2
  19. tccli/services/live/v20180801/api.json +233 -242
  20. tccli/services/lke/v20231130/api.json +73 -2
  21. tccli/services/lke/v20231130/examples.json +1 -1
  22. tccli/services/lkeap/v20240522/api.json +3 -3
  23. tccli/services/lowcode/lowcode_client.py +477 -0
  24. tccli/services/lowcode/v20210108/api.json +1764 -155
  25. tccli/services/lowcode/v20210108/examples.json +75 -9
  26. tccli/services/monitor/monitor_client.py +53 -0
  27. tccli/services/monitor/v20180724/api.json +188 -0
  28. tccli/services/monitor/v20180724/examples.json +8 -0
  29. tccli/services/ocr/v20181119/api.json +17 -7
  30. tccli/services/ocr/v20181119/examples.json +4 -4
  31. tccli/services/organization/v20210331/api.json +19 -0
  32. tccli/services/rce/v20201103/api.json +26 -26
  33. tccli/services/redis/v20180412/api.json +110 -110
  34. tccli/services/ssl/v20191205/api.json +9 -9
  35. tccli/services/tcbr/v20220217/api.json +18 -0
  36. tccli/services/tdid/v20210519/api.json +95 -26
  37. tccli/services/tdid/v20210519/examples.json +15 -3
  38. tccli/services/tke/v20180525/api.json +152 -147
  39. tccli/services/tke/v20180525/examples.json +2 -2
  40. tccli/services/tke/v20220501/api.json +8 -8
  41. tccli/services/tsf/v20180326/api.json +88 -88
  42. tccli/services/tsf/v20180326/examples.json +2 -2
  43. tccli/services/vpc/v20170312/api.json +2 -2
  44. tccli/services/waf/v20180125/api.json +1 -1
  45. tccli/services/weilingwith/v20230427/api.json +21 -21
  46. tccli/services/weilingwith/v20230427/examples.json +3 -3
  47. {tccli-3.0.1273.1.dist-info → tccli-3.0.1275.1.dist-info}/METADATA +2 -2
  48. {tccli-3.0.1273.1.dist-info → tccli-3.0.1275.1.dist-info}/RECORD +51 -63
  49. tccli/services/lp/__init__.py +0 -4
  50. tccli/services/lp/lp_client.py +0 -207
  51. tccli/services/lp/v20200224/api.json +0 -311
  52. tccli/services/lp/v20200224/examples.json +0 -13
  53. tccli/services/rkp/__init__.py +0 -4
  54. tccli/services/rkp/rkp_client.py +0 -313
  55. tccli/services/rkp/v20191209/api.json +0 -564
  56. tccli/services/rkp/v20191209/examples.json +0 -29
  57. tccli/services/rp/__init__.py +0 -4
  58. tccli/services/rp/rp_client.py +0 -207
  59. tccli/services/rp/v20200224/api.json +0 -290
  60. tccli/services/rp/v20200224/examples.json +0 -13
  61. {tccli-3.0.1273.1.dist-info → tccli-3.0.1275.1.dist-info}/WHEEL +0 -0
  62. {tccli-3.0.1273.1.dist-info → tccli-3.0.1275.1.dist-info}/entry_points.txt +0 -0
  63. {tccli-3.0.1273.1.dist-info → tccli-3.0.1275.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1273.1'
1
+ __version__ = '3.0.1275.1'
@@ -472,9 +472,6 @@ SERVICE_VERSIONS = {
472
472
  "lowcode": [
473
473
  "2021-01-08"
474
474
  ],
475
- "lp": [
476
- "2020-02-24"
477
- ],
478
475
  "mall": [
479
476
  "2023-05-18"
480
477
  ],
@@ -566,12 +563,6 @@ SERVICE_VERSIONS = {
566
563
  "region": [
567
564
  "2022-06-27"
568
565
  ],
569
- "rkp": [
570
- "2019-12-09"
571
- ],
572
- "rp": [
573
- "2020-02-24"
574
- ],
575
566
  "rum": [
576
567
  "2021-06-22"
577
568
  ],
@@ -36,7 +36,7 @@
36
36
  "status": "online"
37
37
  },
38
38
  "CreateRecTask": {
39
- "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(具体对接可提工单咨询COS生成预签名URL)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
39
+ "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
40
40
  "input": "CreateRecTaskRequest",
41
41
  "name": "录音文件识别请求",
42
42
  "output": "CreateRecTaskResponse",