tccli 3.0.1289.1__py2.py3-none-any.whl → 3.0.1290.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 (47) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +16 -16
  3. tccli/services/billing/v20180709/examples.json +1 -1
  4. tccli/services/cdb/cdb_client.py +53 -0
  5. tccli/services/cdb/v20170320/api.json +64 -0
  6. tccli/services/cdb/v20170320/examples.json +8 -0
  7. tccli/services/clb/v20180317/api.json +19 -14
  8. tccli/services/cls/v20201016/api.json +230 -198
  9. tccli/services/cls/v20201016/examples.json +2 -2
  10. tccli/services/cynosdb/v20190107/api.json +2 -2
  11. tccli/services/dbbrain/v20191016/api.json +24 -21
  12. tccli/services/dbbrain/v20210527/api.json +22 -22
  13. tccli/services/domain/v20180808/api.json +8 -8
  14. tccli/services/ess/v20201111/api.json +1 -1
  15. tccli/services/essbasic/v20210526/api.json +1 -1
  16. tccli/services/fmu/v20191213/api.json +2 -2
  17. tccli/services/goosefs/v20220519/api.json +2 -2
  18. tccli/services/gwlb/v20240906/api.json +1 -1
  19. tccli/services/iotcloud/v20210408/api.json +66 -66
  20. tccli/services/iotcloud/v20210408/examples.json +13 -13
  21. tccli/services/lighthouse/v20200324/api.json +8 -8
  22. tccli/services/lke/v20231130/api.json +10 -0
  23. tccli/services/lowcode/v20210108/api.json +2 -2
  24. tccli/services/monitor/monitor_client.py +53 -0
  25. tccli/services/monitor/v20180724/api.json +144 -0
  26. tccli/services/monitor/v20180724/examples.json +8 -0
  27. tccli/services/mps/mps_client.py +501 -24
  28. tccli/services/mps/v20190612/api.json +2067 -278
  29. tccli/services/mps/v20190612/examples.json +72 -0
  30. tccli/services/mqtt/v20240516/api.json +1 -1
  31. tccli/services/mqtt/v20240516/examples.json +1 -1
  32. tccli/services/redis/redis_client.py +53 -0
  33. tccli/services/redis/v20180412/api.json +34 -0
  34. tccli/services/redis/v20180412/examples.json +8 -0
  35. tccli/services/tcb/tcb_client.py +53 -0
  36. tccli/services/tcb/v20180608/api.json +220 -153
  37. tccli/services/tcb/v20180608/examples.json +8 -0
  38. tccli/services/tcbr/v20220217/examples.json +1 -1
  39. tccli/services/tdmq/v20200217/api.json +379 -285
  40. tccli/services/tdmq/v20200217/examples.json +1 -1
  41. tccli/services/wedata/v20210820/api.json +54 -0
  42. tccli/services/weilingwith/v20230427/api.json +997 -997
  43. {tccli-3.0.1289.1.dist-info → tccli-3.0.1290.1.dist-info}/METADATA +2 -2
  44. {tccli-3.0.1289.1.dist-info → tccli-3.0.1290.1.dist-info}/RECORD +47 -47
  45. {tccli-3.0.1289.1.dist-info → tccli-3.0.1290.1.dist-info}/WHEEL +0 -0
  46. {tccli-3.0.1289.1.dist-info → tccli-3.0.1290.1.dist-info}/entry_points.txt +0 -0
  47. {tccli-3.0.1289.1.dist-info → tccli-3.0.1290.1.dist-info}/license_files/LICENSE +0 -0
@@ -812,7 +812,7 @@
812
812
  {
813
813
  "document": "",
814
814
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQTopUsages\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-abc\",\n \"MetricName\": \"consumeLag\",\n \"Limit\": 1\n}",
815
- "output": "{\n \"Response\": {\n \"Dimensions\": [\n {\n \"Dimensions\": [\n {},\n {},\n {}\n ]\n },\n {\n \"Dimensions\": [\n {},\n {},\n {}\n ]\n }\n ],\n \"RequestId\": \"f0288e86-ee7d-4a73-a788-81ca6680b06c\",\n \"Values\": [\n 309,\n 0\n ]\n }\n}",
815
+ "output": "{\n \"Response\": {\n \"Dimensions\": [\n {\n \"Dimensions\": [\n {\n \"Name\": \"tenant\",\n \"Value\": \"rocketmq-vvqb9emabapx\"\n },\n {\n \"Name\": \"namespace\",\n \"Value\": \"test_ns\"\n },\n {\n \"Name\": \"topic\",\n \"Value\": \"test_topic\"\n }\n ]\n },\n {\n \"Dimensions\": [\n {\n \"Name\": \"tenant\",\n \"Value\": \"rocketmq-vvqb9emabapx\"\n },\n {\n \"Name\": \"namespace\",\n \"Value\": \"test_ns\"\n },\n {\n \"Name\": \"topic\",\n \"Value\": \"test_topic2\"\n }\n ]\n }\n ],\n \"RequestId\": \"f0288e86-ee7d-4a73-a788-81ca6680b06c\",\n \"Values\": [\n 309,\n 0\n ]\n }\n}",
816
816
  "title": "获取 Group 堆积数量排序"
817
817
  }
818
818
  ],
@@ -7587,6 +7587,15 @@
7587
7587
  "name": "ParentsFolderId",
7588
7588
  "required": false,
7589
7589
  "type": "string"
7590
+ },
7591
+ {
7592
+ "disabled": false,
7593
+ "document": "文件夹来源 template管理,orchestrationSpace 编排空间",
7594
+ "example": "orchestrationSpace",
7595
+ "member": "string",
7596
+ "name": "FolderForm",
7597
+ "required": false,
7598
+ "type": "string"
7590
7599
  }
7591
7600
  ],
7592
7601
  "type": "object"
@@ -14518,6 +14527,51 @@
14518
14527
  "name": "WorkflowType",
14519
14528
  "required": false,
14520
14529
  "type": "string"
14530
+ },
14531
+ {
14532
+ "disabled": false,
14533
+ "document": "任务类型id列表",
14534
+ "example": "36",
14535
+ "member": "int64",
14536
+ "name": "TaskTypeIdList",
14537
+ "required": false,
14538
+ "type": "list"
14539
+ },
14540
+ {
14541
+ "disabled": false,
14542
+ "document": "责任人id列表",
14543
+ "example": "1002134123",
14544
+ "member": "string",
14545
+ "name": "InChargeIdList",
14546
+ "required": false,
14547
+ "type": "list"
14548
+ },
14549
+ {
14550
+ "disabled": false,
14551
+ "document": "自身责任人",
14552
+ "example": "true",
14553
+ "member": "bool",
14554
+ "name": "OnlyMe",
14555
+ "required": false,
14556
+ "type": "bool"
14557
+ },
14558
+ {
14559
+ "disabled": false,
14560
+ "document": "是否包含代码模版",
14561
+ "example": "true",
14562
+ "member": "bool",
14563
+ "name": "IncludeCodeTemplate",
14564
+ "required": false,
14565
+ "type": "bool"
14566
+ },
14567
+ {
14568
+ "disabled": false,
14569
+ "document": "编排空间 或代码模版 orchestrationSpace 编排空间 template模版管理",
14570
+ "example": "orchestrationSpace",
14571
+ "member": "string",
14572
+ "name": "FolderForm",
14573
+ "required": false,
14574
+ "type": "string"
14521
14575
  }
14522
14576
  ],
14523
14577
  "type": "object"