tccli 3.0.1236.1__py2.py3-none-any.whl → 3.0.1237.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +15 -15
  3. tccli/services/apm/v20210622/examples.json +16 -22
  4. tccli/services/ba/v20200720/api.json +3 -2
  5. tccli/services/billing/v20180709/api.json +2 -2
  6. tccli/services/cam/v20190116/api.json +84 -69
  7. tccli/services/cam/v20190116/examples.json +7 -7
  8. tccli/services/ccc/v20200210/api.json +9 -0
  9. tccli/services/cdb/cdb_client.py +53 -0
  10. tccli/services/cdb/v20170320/api.json +43 -0
  11. tccli/services/cdb/v20170320/examples.json +8 -0
  12. tccli/services/cfg/v20210820/api.json +21 -0
  13. tccli/services/cloudapp/v20220530/api.json +10 -0
  14. tccli/services/cloudaudit/v20190319/api.json +43 -36
  15. tccli/services/cloudaudit/v20190319/examples.json +2 -2
  16. tccli/services/cvm/v20170312/api.json +5 -5
  17. tccli/services/cynosdb/cynosdb_client.py +53 -0
  18. tccli/services/cynosdb/v20190107/api.json +110 -0
  19. tccli/services/cynosdb/v20190107/examples.json +8 -0
  20. tccli/services/domain/v20180808/api.json +18 -17
  21. tccli/services/domain/v20180808/examples.json +22 -22
  22. tccli/services/ess/ess_client.py +57 -4
  23. tccli/services/ess/v20201111/api.json +53 -0
  24. tccli/services/ess/v20201111/examples.json +8 -0
  25. tccli/services/essbasic/v20210526/api.json +1 -1
  26. tccli/services/gwlb/v20240906/api.json +16 -16
  27. tccli/services/gwlb/v20240906/examples.json +2 -2
  28. tccli/services/hunyuan/v20230901/api.json +6 -6
  29. tccli/services/lcic/v20220817/api.json +3 -3
  30. tccli/services/lcic/v20220817/examples.json +2 -2
  31. tccli/services/lighthouse/v20200324/examples.json +2 -2
  32. tccli/services/live/v20180801/api.json +5 -5
  33. tccli/services/mongodb/v20180408/api.json +52 -40
  34. tccli/services/mongodb/v20180408/examples.json +4 -4
  35. tccli/services/mongodb/v20190725/api.json +119 -109
  36. tccli/services/mongodb/v20190725/examples.json +5 -5
  37. tccli/services/monitor/v20180724/examples.json +1 -1
  38. tccli/services/mqtt/v20240516/api.json +1 -1
  39. tccli/services/mqtt/v20240516/examples.json +1 -1
  40. tccli/services/pts/v20210728/api.json +8 -0
  41. tccli/services/ssl/v20191205/examples.json +1 -1
  42. tccli/services/sts/v20180813/examples.json +1 -1
  43. tccli/services/tdid/v20210519/api.json +30 -38
  44. tccli/services/tdid/v20210519/examples.json +5 -5
  45. tccli/services/trocket/v20230308/api.json +3 -3
  46. tccli/services/vpc/v20170312/api.json +22 -3
  47. tccli/services/vpc/v20170312/examples.json +1 -1
  48. tccli/services/vrs/v20200824/api.json +3 -2
  49. tccli/services/wedata/v20210820/api.json +550 -40
  50. tccli/services/wedata/v20210820/examples.json +10 -4
  51. {tccli-3.0.1236.1.dist-info → tccli-3.0.1237.1.dist-info}/METADATA +2 -2
  52. {tccli-3.0.1236.1.dist-info → tccli-3.0.1237.1.dist-info}/RECORD +55 -55
  53. {tccli-3.0.1236.1.dist-info → tccli-3.0.1237.1.dist-info}/WHEEL +0 -0
  54. {tccli-3.0.1236.1.dist-info → tccli-3.0.1237.1.dist-info}/entry_points.txt +0 -0
  55. {tccli-3.0.1236.1.dist-info → tccli-3.0.1237.1.dist-info}/license_files/LICENSE +0 -0
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "DescribeVRSTaskStatus": {
18
- "document": "在调用声音复刻创建任务请求接口后,有回调和轮询两种方式获取识别结果。\n• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见 声音复刻结果回调 。\n• 当采用轮询方式时,需要主动提交任务ID来轮询识别结果,共有任务成功、等待、执行中和失败四种结果,具体信息请参见下文说明。\n• 请求方法为 HTTP POST , Content-Type为\"application/json; charset=utf-8\"\n• 签名方法参考 公共参数 中签名方法v3。",
18
+ "document": "在调用声音复刻创建任务请求接口后,有回调和轮询两种方式获取识别结果。(注意:回调方式目前仅支持轻量版声音复刻)\n• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见 [“声音复刻任务创建接口”](https://cloud.tencent.com/document/product/1283/90064) CallbackUrl参数说明 。\n• 当采用轮询方式时,需要主动提交任务ID来轮询识别结果,共有任务成功、等待、执行中和失败四种结果,具体信息请参见下文说明。\n• 请求方法为 HTTP POST , Content-Type为\"application/json; charset=utf-8\"\n• 签名方法参考 公共参数 中签名方法v3。",
19
19
  "input": "DescribeVRSTaskStatusRequest",
20
20
  "name": "声音复刻任务结果查询接口",
21
21
  "output": "DescribeVRSTaskStatusResponse",
@@ -173,7 +173,7 @@
173
173
  },
174
174
  {
175
175
  "disabled": false,
176
- "document": "回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。\n回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{\"TaskId\":\"xxxxxxxxxxxxxx\",\"Status\":2,\"StatusStr\":\"success\",\"VoiceType\":xxxxx,\"ErrorMsg\":\"\"}",
176
+ "document": "回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。(注意:回调方式目前仅支持轻量版声音复刻)\n回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{\"TaskId\":\"xxxxxxxxxxxxxx\",\"Status\":2,\"StatusStr\":\"success\",\"VoiceType\":xxxxx,\"ErrorMsg\":\"\"}",
177
177
  "example": "无",
178
178
  "member": "string",
179
179
  "name": "CallbackUrl",
@@ -348,6 +348,7 @@
348
348
  "example": "无",
349
349
  "member": "DescribeVRSTaskStatusRespData",
350
350
  "name": "Data",
351
+ "output_required": true,
351
352
  "type": "object",
352
353
  "value_allowed_null": false
353
354
  },