tccli 3.0.1175.1__py2.py3-none-any.whl → 3.0.1177.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/ccc/v20200210/api.json +9 -9
  4. tccli/services/cdwdoris/cdwdoris_client.py +113 -113
  5. tccli/services/cdwdoris/v20211228/api.json +899 -1218
  6. tccli/services/cdwdoris/v20211228/examples.json +70 -70
  7. tccli/services/clb/v20180317/api.json +1 -1
  8. tccli/services/cvm/v20170312/api.json +1 -1
  9. tccli/services/cynosdb/cynosdb_client.py +114 -8
  10. tccli/services/cynosdb/v20190107/api.json +136 -0
  11. tccli/services/cynosdb/v20190107/examples.json +16 -0
  12. tccli/services/dcdb/v20180411/api.json +28 -1
  13. tccli/services/dnspod/v20210323/api.json +1 -0
  14. tccli/services/dsgc/v20190723/api.json +85 -9
  15. tccli/services/dsgc/v20190723/examples.json +4 -4
  16. tccli/services/ecm/v20190719/api.json +8 -6
  17. tccli/services/emr/v20190103/api.json +9 -0
  18. tccli/services/faceid/v20180301/api.json +29 -1
  19. tccli/services/hunyuan/v20230901/api.json +1 -1
  20. tccli/services/mps/v20190612/api.json +49 -29
  21. tccli/services/mrs/v20200910/api.json +3 -0
  22. tccli/services/mrs/v20200910/examples.json +1 -1
  23. tccli/services/organization/v20210331/api.json +23 -23
  24. tccli/services/organization/v20210331/examples.json +4 -4
  25. tccli/services/redis/v20180412/api.json +85 -39
  26. tccli/services/redis/v20180412/examples.json +2 -2
  27. tccli/services/trtc/trtc_client.py +106 -0
  28. tccli/services/trtc/v20190722/api.json +142 -1
  29. tccli/services/trtc/v20190722/examples.json +16 -0
  30. tccli/services/tse/v20201207/api.json +58 -0
  31. tccli/services/tts/v20190823/api.json +2 -2
  32. tccli/services/vclm/v20240523/api.json +9 -0
  33. tccli/services/vod/v20180717/api.json +341 -0
  34. tccli/services/vod/v20180717/examples.json +30 -0
  35. tccli/services/vod/vod_client.py +171 -12
  36. tccli/services/vpc/v20170312/api.json +168 -38
  37. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/RECORD +41 -41
  39. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1175.1.dist-info → tccli-3.0.1177.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1175.1'
1
+ __version__ = '3.0.1177.1'
@@ -4977,7 +4977,7 @@
4977
4977
  "members": [
4978
4978
  {
4979
4979
  "disabled": false,
4980
- "document": "实例所属的可用区ID。该参数可以通过调用 [DescribeZones](https://cloud.tencent.com/document/product/213/15707) 的返回值中的Zone字段来获取。",
4980
+ "document": "实例所属的可用区名称。该参数可以通过调用 [DescribeZones](https://cloud.tencent.com/document/product/213/15707) 的返回值中的Zone字段来获取。",
4981
4981
  "example": "无",
4982
4982
  "member": "string",
4983
4983
  "name": "Zone",
@@ -2965,21 +2965,21 @@
2965
2965
  "DescribeChatMessagesRequest": {
2966
2966
  "document": "DescribeChatMessages请求参数结构体",
2967
2967
  "members": [
2968
- {
2969
- "disabled": true,
2970
- "document": "实例 ID(废弃)",
2971
- "example": "0",
2972
- "member": "int64",
2973
- "name": "InstanceId",
2974
- "required": false,
2975
- "type": "int"
2976
- },
2977
2968
  {
2978
2969
  "disabled": false,
2979
2970
  "document": "应用 ID,可以查看 https://console.cloud.tencent.com/ccc",
2980
2971
  "example": "1400000000",
2981
2972
  "member": "int64",
2982
2973
  "name": "SdkAppId",
2974
+ "required": true,
2975
+ "type": "int"
2976
+ },
2977
+ {
2978
+ "disabled": true,
2979
+ "document": "实例 ID(废弃)",
2980
+ "example": "0",
2981
+ "member": "int64",
2982
+ "name": "InstanceId",
2983
2983
  "required": false,
2984
2984
  "type": "int"
2985
2985
  },