tccli 3.0.1278.1__py2.py3-none-any.whl → 3.0.1280.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +1 -1
  3. tccli/services/antiddos/v20200309/api.json +5 -1
  4. tccli/services/apm/v20210622/api.json +32 -32
  5. tccli/services/apm/v20210622/examples.json +1 -1
  6. tccli/services/billing/v20180709/api.json +550 -529
  7. tccli/services/billing/v20180709/examples.json +4 -4
  8. tccli/services/cat/v20180409/api.json +2 -2
  9. tccli/services/cdwdoris/v20211228/api.json +15 -1
  10. tccli/services/cdwpg/cdwpg_client.py +866 -18
  11. tccli/services/cdwpg/v20201230/api.json +2888 -551
  12. tccli/services/cdwpg/v20201230/examples.json +138 -10
  13. tccli/services/cfs/v20190719/examples.json +8 -2
  14. tccli/services/ciam/v20220331/api.json +111 -111
  15. tccli/services/ciam/v20220331/examples.json +8 -8
  16. tccli/services/cls/v20201016/api.json +1 -1
  17. tccli/services/controlcenter/v20230110/api.json +7 -5
  18. tccli/services/csip/v20221121/api.json +66 -6
  19. tccli/services/cvm/v20170312/api.json +282 -267
  20. tccli/services/cvm/v20170312/examples.json +2 -2
  21. tccli/services/dbbrain/v20191016/api.json +12 -8
  22. tccli/services/dbbrain/v20210527/api.json +20 -20
  23. tccli/services/dlc/v20210125/api.json +19 -0
  24. tccli/services/dlc/v20210125/examples.json +1 -1
  25. tccli/services/emr/v20190103/api.json +11 -0
  26. tccli/services/es/v20180416/api.json +13 -0
  27. tccli/services/ess/v20201111/api.json +2 -2
  28. tccli/services/essbasic/v20210526/api.json +2 -2
  29. tccli/services/goosefs/v20220519/api.json +16 -15
  30. tccli/services/goosefs/v20220519/examples.json +2 -2
  31. tccli/services/gwlb/v20240906/api.json +22 -3
  32. tccli/services/gwlb/v20240906/examples.json +1 -1
  33. tccli/services/iotcloud/v20210408/api.json +243 -245
  34. tccli/services/iotcloud/v20210408/examples.json +64 -64
  35. tccli/services/keewidb/v20220308/api.json +92 -92
  36. tccli/services/live/v20180801/api.json +287 -274
  37. tccli/services/lke/lke_client.py +114 -8
  38. tccli/services/lke/v20231130/api.json +220 -0
  39. tccli/services/lke/v20231130/examples.json +16 -0
  40. tccli/services/mongodb/v20190725/api.json +4 -3
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/examples.json +2 -2
  43. tccli/services/mps/v20190612/api.json +20 -9
  44. tccli/services/mqtt/mqtt_client.py +57 -4
  45. tccli/services/mqtt/v20240516/api.json +88 -0
  46. tccli/services/mqtt/v20240516/examples.json +8 -0
  47. tccli/services/ocr/v20181119/api.json +4 -4
  48. tccli/services/pts/v20210728/api.json +44 -6
  49. tccli/services/redis/v20180412/api.json +66 -66
  50. tccli/services/rum/v20210622/api.json +90 -0
  51. tccli/services/tag/v20180813/api.json +3 -3
  52. tccli/services/tag/v20180813/examples.json +1 -1
  53. tccli/services/tdmq/tdmq_client.py +53 -0
  54. tccli/services/tdmq/v20200217/api.json +93 -0
  55. tccli/services/tdmq/v20200217/examples.json +8 -0
  56. tccli/services/teo/v20220901/api.json +1 -1
  57. tccli/services/tke/v20180525/api.json +20 -20
  58. tccli/services/tms/v20201229/api.json +9 -0
  59. tccli/services/trp/v20210515/api.json +8 -8
  60. tccli/services/trp/v20210515/examples.json +1 -1
  61. tccli/services/tsf/v20180326/api.json +884 -884
  62. tccli/services/vod/v20180717/api.json +11 -11
  63. tccli/services/waf/v20180125/api.json +7 -7
  64. tccli/services/waf/v20180125/examples.json +1 -1
  65. tccli/services/wedata/v20210820/api.json +107 -0
  66. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1278.1'
1
+ __version__ = '3.0.1280.1'
@@ -1265,7 +1265,7 @@
1265
1265
  },
1266
1266
  {
1267
1267
  "disabled": false,
1268
- "document": "商品图中的商品主体名称。\n建议说明商品主体,否则影响生成效果。",
1268
+ "document": "商品图中的商品主体名称。\n最多支持50个 utf-8 字符,支持中、英文。\n建议说明商品主体,否则影响生成效果。",
1269
1269
  "example": "汽车",
1270
1270
  "member": "string",
1271
1271
  "name": "Product",
@@ -2257,6 +2257,7 @@
2257
2257
  "example": "value",
2258
2258
  "member": "string",
2259
2259
  "name": "FieldType",
2260
+ "output_required": true,
2260
2261
  "required": true,
2261
2262
  "type": "string",
2262
2263
  "value_allowed_null": false
@@ -2267,6 +2268,7 @@
2267
2268
  "example": "srcip",
2268
2269
  "member": "string",
2269
2270
  "name": "FieldName",
2271
+ "output_required": true,
2270
2272
  "required": true,
2271
2273
  "type": "string",
2272
2274
  "value_allowed_null": false
@@ -2277,16 +2279,18 @@
2277
2279
  "example": "1.2.3.4",
2278
2280
  "member": "string",
2279
2281
  "name": "Value",
2282
+ "output_required": true,
2280
2283
  "required": true,
2281
2284
  "type": "string",
2282
2285
  "value_allowed_null": false
2283
2286
  },
2284
2287
  {
2285
2288
  "disabled": false,
2286
- "document": "配置项值比对方式,可取值equalnot_equal include",
2289
+ "document": "配置项值比对方式,可取值equal:相等,not_equal:不相等, include:包含",
2287
2290
  "example": "equal",
2288
2291
  "member": "string",
2289
2292
  "name": "ValueOperator",
2293
+ "output_required": true,
2290
2294
  "required": true,
2291
2295
  "type": "string",
2292
2296
  "value_allowed_null": false
@@ -1422,7 +1422,7 @@
1422
1422
  },
1423
1423
  {
1424
1424
  "disabled": false,
1425
- "document": "装有查询结果 Spans Trace 结构体。OpenTelemetry 标准 Trace 结构体哈希后的字符串,先将 Trace 利用 ptrace.JSONMarshaler 转换成 Json 字符串,再用 gzip 压缩,最后转换成 base64 标准的字符串。",
1425
+ "document": "Spans字段中包含了链路数据的全部内容,由于数据经过了压缩,需要对结果进行如下三步转换,以还原始的文本。\n1. Spans字段中的文本进行 Base64 解码,得到经过压缩后字节数组。\n2. 使用 gzip 对压缩后的字节数组进行解压,得到压缩前的字节数组。\n3. 使用 UTF-8 字符集,将压缩前的字节数组转换为文本。\n",
1426
1426
  "example": "无",
1427
1427
  "member": "string",
1428
1428
  "name": "Spans",
@@ -1716,31 +1716,22 @@
1716
1716
  "DescribeServiceOverviewRequest": {
1717
1717
  "document": "DescribeServiceOverview请求参数结构体",
1718
1718
  "members": [
1719
- {
1720
- "disabled": false,
1721
- "document": "指标列表",
1722
- "example": "无",
1723
- "member": "QueryMetricItem",
1724
- "name": "Metrics",
1725
- "required": true,
1726
- "type": "list"
1727
- },
1728
1719
  {
1729
1720
  "disabled": false,
1730
1721
  "document": "业务系统 ID",
1731
1722
  "example": "apm-52Dpv13GR",
1732
1723
  "member": "string",
1733
1724
  "name": "InstanceId",
1734
- "required": false,
1725
+ "required": true,
1735
1726
  "type": "string"
1736
1727
  },
1737
1728
  {
1738
1729
  "disabled": false,
1739
- "document": "过滤条件",
1730
+ "document": "指标列表",
1740
1731
  "example": "无",
1741
- "member": "Filter",
1742
- "name": "Filters",
1743
- "required": false,
1732
+ "member": "QueryMetricItem",
1733
+ "name": "Metrics",
1734
+ "required": true,
1744
1735
  "type": "list"
1745
1736
  },
1746
1737
  {
@@ -1749,6 +1740,15 @@
1749
1740
  "example": "service.name",
1750
1741
  "member": "string",
1751
1742
  "name": "GroupBy",
1743
+ "required": true,
1744
+ "type": "list"
1745
+ },
1746
+ {
1747
+ "disabled": false,
1748
+ "document": "过滤条件",
1749
+ "example": "无",
1750
+ "member": "Filter",
1751
+ "name": "Filters",
1752
1752
  "required": false,
1753
1753
  "type": "list"
1754
1754
  },
@@ -1825,32 +1825,23 @@
1825
1825
  "DescribeTagValuesRequest": {
1826
1826
  "document": "DescribeTagValues请求参数结构体",
1827
1827
  "members": [
1828
- {
1829
- "disabled": false,
1830
- "document": "维度名",
1831
- "example": "service.name",
1832
- "member": "string",
1833
- "name": "TagKey",
1834
- "required": true,
1835
- "type": "string"
1836
- },
1837
1828
  {
1838
1829
  "disabled": false,
1839
1830
  "document": "业务系统 ID",
1840
1831
  "example": "apm-52Dpv13GR",
1841
1832
  "member": "string",
1842
1833
  "name": "InstanceId",
1843
- "required": false,
1834
+ "required": true,
1844
1835
  "type": "string"
1845
1836
  },
1846
1837
  {
1847
1838
  "disabled": false,
1848
- "document": "过滤条件",
1849
- "example": "",
1850
- "member": "Filter",
1851
- "name": "Filters",
1852
- "required": false,
1853
- "type": "list"
1839
+ "document": "维度名",
1840
+ "example": "service.name",
1841
+ "member": "string",
1842
+ "name": "TagKey",
1843
+ "required": true,
1844
+ "type": "string"
1854
1845
  },
1855
1846
  {
1856
1847
  "disabled": false,
@@ -1870,6 +1861,15 @@
1870
1861
  "required": false,
1871
1862
  "type": "int"
1872
1863
  },
1864
+ {
1865
+ "disabled": false,
1866
+ "document": "过滤条件",
1867
+ "example": "无",
1868
+ "member": "Filter",
1869
+ "name": "Filters",
1870
+ "required": false,
1871
+ "type": "list"
1872
+ },
1873
1873
  {
1874
1874
  "disabled": false,
1875
1875
  "document": "Or 过滤条件",
@@ -2323,7 +2323,7 @@
2323
2323
  "example": "[\"stock-service\",\"profile-service28\",\"profile-service08\"]",
2324
2324
  "member": "string",
2325
2325
  "name": "ServiceNames",
2326
- "required": false,
2326
+ "required": true,
2327
2327
  "type": "list"
2328
2328
  }
2329
2329
  ],
@@ -105,7 +105,7 @@
105
105
  "DescribeTagValues": [
106
106
  {
107
107
  "document": "根据维度列名和过滤条件,查询维度值",
108
- "input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTagValues\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"service.instance\",\n \"Type\": \"=\",\n \"Value\": \"127.0.0.1\"\n }\n ],\n \"TagKey\": \"servier.name\"\n}",
108
+ "input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTagValues\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"service.instance\",\n \"Type\": \"=\",\n \"Value\": \"127.0.0.1\"\n }\n ],\n \"TagKey\": \"servier.name\",\n \"InstanceId\": \"apm-CVfliqa8U\"\n}",
109
109
  "output": "{\n \"Response\": {\n \"RequestId\": \"apz12zicapy-eqixuc-uehq346v59c62\",\n \"Values\": [\n \"sso-api\",\n \"auth-api\"\n ]\n }\n}",
110
110
  "title": "查询维度数据"
111
111
  }