tccli 3.0.1292.1__py2.py3-none-any.whl → 3.0.1294.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 (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/v20200721/api.json +36 -36
  4. tccli/services/advisor/v20200721/examples.json +2 -2
  5. tccli/services/batch/v20170312/api.json +4 -4
  6. tccli/services/bh/v20230418/api.json +35 -17
  7. tccli/services/bh/v20230418/examples.json +1 -1
  8. tccli/services/cam/v20190116/api.json +19 -19
  9. tccli/services/cam/v20190116/examples.json +5 -5
  10. tccli/services/cdwdoris/v20211228/api.json +191 -0
  11. tccli/services/cdwpg/v20201230/api.json +375 -333
  12. tccli/services/cdwpg/v20201230/examples.json +36 -36
  13. tccli/services/chc/__init__.py +4 -0
  14. tccli/services/chc/chc_client.py +2062 -0
  15. tccli/services/chc/v20230418/api.json +5728 -0
  16. tccli/services/chc/v20230418/examples.json +293 -0
  17. tccli/services/ckafka/v20190819/api.json +34 -34
  18. tccli/services/ckafka/v20190819/examples.json +1 -1
  19. tccli/services/clb/v20180317/api.json +39 -20
  20. tccli/services/cloudaudit/v20190319/api.json +38 -23
  21. tccli/services/cls/v20201016/api.json +198 -198
  22. tccli/services/cls/v20201016/examples.json +1 -1
  23. tccli/services/controlcenter/v20230110/api.json +2 -2
  24. tccli/services/controlcenter/v20230110/examples.json +1 -1
  25. tccli/services/dbbrain/dbbrain_client.py +240 -28
  26. tccli/services/dbbrain/v20191016/api.json +5 -5
  27. tccli/services/dbbrain/v20210527/api.json +481 -18
  28. tccli/services/dbbrain/v20210527/examples.json +32 -0
  29. tccli/services/dcdb/v20180411/api.json +66 -66
  30. tccli/services/dcdb/v20180411/examples.json +7 -7
  31. tccli/services/domain/v20180808/api.json +2 -2
  32. tccli/services/ecdn/ecdn_client.py +7 -431
  33. tccli/services/ecdn/v20191012/api.json +0 -574
  34. tccli/services/ecdn/v20191012/examples.json +0 -64
  35. tccli/services/emr/v20190103/api.json +89 -89
  36. tccli/services/emr/v20190103/examples.json +1 -1
  37. tccli/services/ess/v20201111/api.json +12 -3
  38. tccli/services/ess/v20201111/examples.json +3 -3
  39. tccli/services/essbasic/v20210526/api.json +9 -0
  40. tccli/services/essbasic/v20210526/examples.json +1 -1
  41. tccli/services/gs/gs_client.py +1778 -29
  42. tccli/services/gs/v20191118/api.json +2597 -144
  43. tccli/services/gs/v20191118/examples.json +264 -0
  44. tccli/services/hai/v20230812/api.json +67 -67
  45. tccli/services/iap/v20240713/api.json +13 -13
  46. tccli/services/iap/v20240713/examples.json +3 -3
  47. tccli/services/iotexplorer/v20190423/api.json +1 -1
  48. tccli/services/iotvideo/v20211125/api.json +1 -1
  49. tccli/services/iotvideoindustry/v20201201/api.json +38 -35
  50. tccli/services/lcic/v20220817/api.json +46 -44
  51. tccli/services/lcic/v20220817/examples.json +1 -1
  52. tccli/services/lke/v20231130/api.json +14 -14
  53. tccli/services/lke/v20231130/examples.json +2 -2
  54. tccli/services/lkeap/v20240522/api.json +1 -1
  55. tccli/services/mariadb/v20170312/api.json +71 -71
  56. tccli/services/mariadb/v20170312/examples.json +5 -5
  57. tccli/services/mmps/v20200710/api.json +12 -12
  58. tccli/services/mqtt/v20240516/api.json +138 -138
  59. tccli/services/mqtt/v20240516/examples.json +6 -12
  60. tccli/services/organization/v20210331/api.json +61 -43
  61. tccli/services/organization/v20210331/examples.json +25 -25
  62. tccli/services/region/v20220627/examples.json +1 -1
  63. tccli/services/tbaas/v20180416/api.json +53 -48
  64. tccli/services/tchd/v20230306/api.json +5 -5
  65. tccli/services/tcr/v20190924/api.json +190 -187
  66. tccli/services/tcr/v20190924/examples.json +1 -1
  67. tccli/services/tdmq/v20200217/api.json +15 -15
  68. tccli/services/thpc/v20220401/api.json +3 -3
  69. tccli/services/thpc/v20230321/api.json +54 -33
  70. tccli/services/tione/v20211111/api.json +40 -1
  71. tccli/services/tke/v20180525/api.json +104 -104
  72. tccli/services/trocket/v20230308/api.json +24 -24
  73. tccli/services/tsf/v20180326/api.json +307 -186
  74. tccli/services/vcube/v20220410/api.json +382 -327
  75. tccli/services/vcube/v20220410/examples.json +56 -56
  76. tccli/services/vod/v20180717/api.json +145 -141
  77. tccli/services/vpc/v20170312/api.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +71 -1
  79. tccli/services/wedata/v20210820/examples.json +2 -8
  80. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/RECORD +84 -80
  82. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/license_files/LICENSE +0 -0
@@ -23921,7 +23921,7 @@
23921
23921
  {
23922
23922
  "disabled": false,
23923
23923
  "document": "标签键值对。\t\n注意:此字段可能返回 null,表示取不到有效值。",
23924
- "example": "[]",
23924
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}]",
23925
23925
  "member": "Tag",
23926
23926
  "name": "TagSet",
23927
23927
  "output_required": false,
@@ -1725,12 +1725,50 @@
1725
1725
  "objects": {
1726
1726
  "AddProjectUserRoleRequest": {
1727
1727
  "document": "AddProjectUserRole请求参数结构体",
1728
- "members": [],
1728
+ "members": [
1729
+ {
1730
+ "disabled": false,
1731
+ "document": "项目id",
1732
+ "example": "1 2627832231084032",
1733
+ "member": "string",
1734
+ "name": "ProjectId",
1735
+ "required": true,
1736
+ "type": "string"
1737
+ },
1738
+ {
1739
+ "disabled": false,
1740
+ "document": "用户uin",
1741
+ "example": "[\"46116860184342759\", \"1000357654\"]",
1742
+ "member": "string",
1743
+ "name": "UserIds",
1744
+ "required": true,
1745
+ "type": "list"
1746
+ },
1747
+ {
1748
+ "disabled": false,
1749
+ "document": "角色id",
1750
+ "example": "[\"3083352602742340\", \"3083352606768904\"]",
1751
+ "member": "string",
1752
+ "name": "RoleIds",
1753
+ "required": true,
1754
+ "type": "list"
1755
+ }
1756
+ ],
1729
1757
  "type": "object"
1730
1758
  },
1731
1759
  "AddProjectUserRoleResponse": {
1732
1760
  "document": "AddProjectUserRole返回参数结构体",
1733
1761
  "members": [
1762
+ {
1763
+ "disabled": false,
1764
+ "document": "返回数据",
1765
+ "example": "true",
1766
+ "member": "bool",
1767
+ "name": "Data",
1768
+ "output_required": true,
1769
+ "type": "bool",
1770
+ "value_allowed_null": false
1771
+ },
1734
1772
  {
1735
1773
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1736
1774
  "member": "string",
@@ -2944,6 +2982,17 @@
2944
2982
  "required": false,
2945
2983
  "type": "int",
2946
2984
  "value_allowed_null": true
2985
+ },
2986
+ {
2987
+ "disabled": false,
2988
+ "document": "发送结果 大json格式\n注意:此字段可能返回 null,表示取不到有效值。",
2989
+ "example": "{\"a\":\"1\"}",
2990
+ "member": "string",
2991
+ "name": "AlarmMessageSendResult",
2992
+ "output_required": false,
2993
+ "required": false,
2994
+ "type": "string",
2995
+ "value_allowed_null": true
2947
2996
  }
2948
2997
  ],
2949
2998
  "usage": "both"
@@ -44159,6 +44208,16 @@
44159
44208
  "output_required": false,
44160
44209
  "type": "object",
44161
44210
  "value_allowed_null": true
44211
+ },
44212
+ {
44213
+ "disabled": false,
44214
+ "document": "字段数量\n注意:此字段可能返回 null,表示取不到有效值。",
44215
+ "example": "无",
44216
+ "member": "int64",
44217
+ "name": "ColumnCount",
44218
+ "output_required": false,
44219
+ "type": "int",
44220
+ "value_allowed_null": true
44162
44221
  }
44163
44222
  ],
44164
44223
  "usage": "out"
@@ -45022,6 +45081,17 @@
45022
45081
  "required": false,
45023
45082
  "type": "int",
45024
45083
  "value_allowed_null": true
45084
+ },
45085
+ {
45086
+ "disabled": false,
45087
+ "document": "alarm message rule\n注意:此字段可能返回 null,表示取不到有效值。",
45088
+ "example": "{\"\":\"\"}",
45089
+ "member": "string",
45090
+ "name": "AlarmMessageRule",
45091
+ "output_required": false,
45092
+ "required": false,
45093
+ "type": "string",
45094
+ "value_allowed_null": true
45025
45095
  }
45026
45096
  ],
45027
45097
  "usage": "both"
@@ -3,15 +3,9 @@
3
3
  "AddProjectUserRole": [
4
4
  {
5
5
  "document": "",
6
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddProjectUserRole\n<公共请求参数>\n\n{}",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"c315ddb4-27fd-4bb3-8626-f9c9dd3aefda\"\n }\n}",
6
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddProjectUserRole\n<公共请求参数>\n\n{\n \"RoleIds\": [\n \"3083352602237440\"\n ],\n \"UserIds\": [\n \"1000037715\"\n ],\n \"ProjectId\": \"6924757540804752\"\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c315db4-27fd-4bb3-8626-f9c9d3efda\",\n \"Data\": true\n }\n}",
8
8
  "title": "成功示例"
9
- },
10
- {
11
- "document": "",
12
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddProjectUserRole\n<公共请求参数>\n\n{}",
13
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
14
- "title": "添加项目用户角色"
15
9
  }
16
10
  ],
17
11
  "BatchCreateIntegrationTaskAlarms": [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1292.1
3
+ Version: 3.0.1294.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1292
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1294
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介