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
@@ -60,7 +60,7 @@
60
60
  {
61
61
  "document": "创建MariaDB包年包月实例",
62
62
  "input": "https://mariadb.tencentcloudapi.com/?Action=CreateDBInstance\n&Zones.0=ap-guangzhou-2\n&Zones.1=ap-guangzhou-2\n&Memory=2000\n&Storage=10000\n&NodeCount=1\n&Count=1\n&Period=1\n&AutoVoucher=true\n&<公共请求参数>",
63
- "output": "{\n \"Response\": {\n \"RequestId\": \"8c4fba95-01e4-61d9-4146-59fc5afdf962\",\n \"DealName\": \"20171103110163\",\n \"InstanceIds\": null\n }\n}",
63
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8c4fba95-01e4-61d9-4146-59fc5afdf962\",\n \"DealName\": \"20171103110163\",\n \"InstanceIds\": [\n \"tdsql-alkoiuyh\"\n ]\n }\n}",
64
64
  "title": "创建MariaDB包年包月实例"
65
65
  }
66
66
  ],
@@ -160,10 +160,10 @@
160
160
  ],
161
161
  "DescribeDBInstanceDetail": [
162
162
  {
163
- "document": "查询集中式实例的详细信息",
164
- "input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsql-h178kq75\"\n}",
165
- "output": "{\n \"Response\": {\n \"AutoRenewFlag\": 0,\n \"Cpu\": 1,\n \"CreateTime\": \"2023-02-27 17:58:50\",\n \"DbEngine\": \"MySQL\",\n \"DbVersion\": \"8.0.24\",\n \"DbVersionId\": \"8.0\",\n \"DcnDstNum\": 1,\n \"DcnFlag\": 1,\n \"DcnStatus\": 2,\n \"EncryptStatus\": 0,\n \"ExclusterId\": \"\",\n \"ExclusterType\": 0,\n \"InstanceId\": \"tdsql-h178kq75\",\n \"InstanceName\": \"cdz\",\n \"InstanceType\": 2,\n \"Ipv6Flag\": 0,\n \"IsAuditSupported\": true,\n \"IsEncryptSupported\": 0,\n \"IsMaxUserConnectionsSupported\": true,\n \"IsTmp\": 0,\n \"LogStorage\": 8,\n \"Machine\": \"TS85\",\n \"MasterZone\": \"ap-guangzhou-3\",\n \"Memory\": 2,\n \"NodeCount\": 2,\n \"NodesInfo\": [\n {\n \"NodeId\": \"60af5538060f\",\n \"Role\": \"master\"\n },\n {\n \"NodeId\": \"12c58811dbfd\",\n \"Role\": \"slave\"\n }\n ],\n \"PayMode\": \"postpaid\",\n \"PeriodEndTime\": \"0001-01-01 00:00:00\",\n \"Pid\": 1002231,\n \"ProjectId\": 0,\n \"Qps\": 2100,\n \"Region\": \"ap-guangzhou\",\n \"ReplicaConfig\": null,\n \"ReplicaStatus\": null,\n \"RequestId\": \"40b4a902-5217-4e18-8db1-10e0ff01be62\",\n \"ResourceTags\": [],\n \"RsAccessStrategy\": 0,\n \"SlaveZones\": [\n \"ap-guangzhou-3\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 10,\n \"StorageUsage\": \"0.010\",\n \"SubnetId\": \"subnet-8ve8m3xy\",\n \"TdsqlVersion\": \"基于MySQL 8.0.24设计(兼容Mysql 8.0)\",\n \"Vip\": \"10.1.0.13\",\n \"Vip6\": \"\",\n \"VpcId\": \"vpc-0rjtvrlz\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanPort\": 0,\n \"WanPortIpv6\": 0,\n \"WanStatus\": 0,\n \"WanStatusIpv6\": 0,\n \"WanVip\": \"\",\n \"WanVipv6\": \"\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ReservedNetResources\": [\n {\n \"VpcId\": \"vpc-5rske1or\",\n \"SubnetId\": \"subnet-0z3os0xe\",\n \"Vip\": \"10.1.0.6\",\n \"Vports\": [\n 3306\n ],\n \"RecycleTime\": \"2023-05-19 16:12:32\"\n }\n ],\n \"IsPhysicalReplicationSupported\": true,\n \"IsDcnStrongSyncSupported\": 1,\n \"IsDcnSwitchSupported\": 1,\n \"ProxyVersion\": \"proxy-22.1.7\"\n }\n}",
166
- "title": "查询实例详细信息"
163
+ "document": "获取实例详情",
164
+ "input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsql-pkahzscp\"\n}",
165
+ "output": "{\n \"Response\": {\n \"AutoRenewFlag\": 0,\n \"Cpu\": 1,\n \"CreateTime\": \"2025-03-24 21:10:39\",\n \"DbEngine\": \"MySQL\",\n \"DbVersion\": \"8.0.30\",\n \"DbVersionId\": \"8.0\",\n \"DcnDstNum\": 0,\n \"DcnFlag\": 0,\n \"DcnStatus\": 0,\n \"EncryptStatus\": 0,\n \"ExclusterId\": \"\",\n \"ExclusterType\": 0,\n \"InstanceId\": \"tdsql-pkahzscp\",\n \"InstanceName\": \"tdsql-pkahzscp\",\n \"InstanceType\": 2,\n \"Ipv6Flag\": 0,\n \"IsAuditSupported\": true,\n \"IsDcnStrongSyncSupported\": 0,\n \"IsDcnSwitchSupported\": 1,\n \"IsEncryptSupported\": 1,\n \"IsMaxUserConnectionsSupported\": true,\n \"IsPhysicalReplicationSupported\": false,\n \"IsTmp\": 0,\n \"LogStorage\": 8,\n \"Machine\": \"TS85\",\n \"MasterZone\": \"ap-guangzhou-3\",\n \"Memory\": 2,\n \"NodeCount\": 2,\n \"NodesInfo\": [\n {\n \"NodeId\": \"289d9348f2b7\",\n \"Role\": \"master\"\n },\n {\n \"NodeId\": \"fae3b3bdf61b\",\n \"Role\": \"slave\"\n }\n ],\n \"PayMode\": \"prepaid\",\n \"PeriodEndTime\": \"2025-04-24 21:10:39\",\n \"Pid\": 1002231,\n \"ProjectId\": 0,\n \"ProxyVersion\": \"proxy-22.3.11\",\n \"Qps\": 2100,\n \"Region\": \"ap-guangzhou\",\n \"ReplicaConfig\": null,\n \"ReplicaStatus\": null,\n \"RequestId\": \"1e82daa5-5111-4f1c-9cc6-9b4e1609f3f2\",\n \"ReservedNetResources\": [],\n \"ResourceTags\": [],\n \"RsAccessStrategy\": 0,\n \"SlaveZones\": [\n \"ap-guangzhou-3\"\n ],\n \"Status\": 3,\n \"StatusDesc\": \"未初始化\",\n \"Storage\": 10,\n \"StorageUsage\": \"0.010\",\n \"SubnetId\": \"subnet-25p24z86\",\n \"TdsqlVersion\": \"基于MySQL 8.0.30设计(兼容Mysql 8.0)\",\n \"Vip\": \"10.0.0.2\",\n \"Vip6\": \"\",\n \"VpcId\": \"vpc-fqie18p3\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanPort\": 0,\n \"WanPortIpv6\": 0,\n \"WanStatus\": 0,\n \"WanStatusIpv6\": 0,\n \"WanVip\": \"\",\n \"WanVipv6\": \"\",\n \"Zone\": \"ap-guangzhou-3\"\n }\n}",
166
+ "title": "获取实例详情"
167
167
  }
168
168
  ],
169
169
  "DescribeDBInstanceSpecs": [
@@ -1208,7 +1208,7 @@
1208
1208
  "example": "0",
1209
1209
  "member": "int64",
1210
1210
  "name": "Ret",
1211
- "required": true,
1211
+ "output_required": true,
1212
1212
  "type": "int",
1213
1213
  "value_allowed_null": false
1214
1214
  },
@@ -1218,7 +1218,7 @@
1218
1218
  "example": "wx66e50f1e*******6f",
1219
1219
  "member": "string",
1220
1220
  "name": "MiniAppID",
1221
- "required": true,
1221
+ "output_required": true,
1222
1222
  "type": "string",
1223
1223
  "value_allowed_null": false
1224
1224
  },
@@ -1228,39 +1228,39 @@
1228
1228
  "example": "1",
1229
1229
  "member": "int64",
1230
1230
  "name": "Mode",
1231
- "required": true,
1231
+ "output_required": true,
1232
1232
  "type": "int",
1233
1233
  "value_allowed_null": false
1234
1234
  },
1235
1235
  {
1236
1236
  "disabled": false,
1237
- "document": "小程序测试账号(自有账号体系需提供,其他情况不需要)\n注意:此字段可能返回 null,表示取不到有效值。",
1237
+ "document": "小程序测试账号(自有账号体系需提供,其他情况不需要)",
1238
1238
  "example": "Test",
1239
1239
  "member": "string",
1240
1240
  "name": "MiniAppTestAccount",
1241
- "required": true,
1241
+ "output_required": true,
1242
1242
  "type": "string",
1243
- "value_allowed_null": true
1243
+ "value_allowed_null": false
1244
1244
  },
1245
1245
  {
1246
1246
  "disabled": false,
1247
- "document": "小程序测试密码(自有账号体系需提供,其他情况不需要)\n注意:此字段可能返回 null,表示取不到有效值。",
1247
+ "document": "小程序测试密码(自有账号体系需提供,其他情况不需要)",
1248
1248
  "example": "TestPwd",
1249
1249
  "member": "string",
1250
1250
  "name": "MiniAppTestPwd",
1251
- "required": true,
1251
+ "output_required": true,
1252
1252
  "type": "string",
1253
- "value_allowed_null": true
1253
+ "value_allowed_null": false
1254
1254
  },
1255
1255
  {
1256
1256
  "disabled": false,
1257
- "document": "诊断扫描版本 0:正式版 1:体验版\n注意:此字段可能返回 null,表示取不到有效值。",
1257
+ "document": "诊断扫描版本 0:正式版 1:体验版",
1258
1258
  "example": "0",
1259
1259
  "member": "int64",
1260
1260
  "name": "ScanVersion",
1261
- "required": true,
1261
+ "output_required": true,
1262
1262
  "type": "int",
1263
- "value_allowed_null": true
1263
+ "value_allowed_null": false
1264
1264
  },
1265
1265
  {
1266
1266
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",