tccli 3.0.1245.1__py2.py3-none-any.whl → 3.0.1247.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/billing/v20180709/api.json +55 -1
- tccli/services/cam/v20190116/api.json +14 -14
- tccli/services/ccc/v20200210/api.json +61 -1
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +72 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/dbbrain/v20210527/api.json +14 -5
- tccli/services/dbdc/v20201029/api.json +72 -72
- tccli/services/dcdb/v20180411/api.json +3 -3
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +17 -11
- tccli/services/ecm/v20190719/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/iotexplorer/iotexplorer_client.py +216 -4
- tccli/services/iotexplorer/v20190423/api.json +146 -1
- tccli/services/iotexplorer/v20190423/examples.json +34 -2
- tccli/services/lcic/v20220817/api.json +110 -111
- tccli/services/lcic/v20220817/examples.json +40 -40
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +1479 -0
- tccli/services/lkeap/v20240522/api.json +1973 -0
- tccli/services/lkeap/v20240522/examples.json +223 -0
- tccli/services/mna/v20210119/api.json +7 -7
- tccli/services/mna/v20210119/examples.json +9 -9
- tccli/services/mongodb/v20180408/api.json +153 -112
- tccli/services/mongodb/v20180408/examples.json +2 -2
- tccli/services/mongodb/v20190725/api.json +202 -167
- tccli/services/mongodb/v20190725/examples.json +8 -8
- tccli/services/monitor/v20180724/api.json +19 -0
- tccli/services/ocr/v20181119/api.json +10 -10
- tccli/services/ocr/v20181119/examples.json +15 -15
- tccli/services/sqlserver/v20180328/api.json +43 -5
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/tcb/v20180608/api.json +281 -258
- tccli/services/tcb/v20180608/examples.json +18 -18
- tccli/services/tcbr/v20220217/api.json +46 -13
- tccli/services/tcbr/v20220217/examples.json +2 -8
- tccli/services/tcr/v20190924/api.json +125 -121
- tccli/services/tcr/v20190924/examples.json +53 -53
- tccli/services/tdmq/tdmq_client.py +57 -4
- tccli/services/tdmq/v20200217/api.json +107 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +33 -33
- tccli/services/vdb/v20230616/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +38 -25
- tccli/services/vpc/v20170312/examples.json +29 -7
- tccli/services/wedata/v20210820/api.json +34 -1
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/RECORD +58 -54
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/license_files/LICENSE +0 -0
@@ -910,6 +910,13 @@
|
|
910
910
|
"output": "ModifyTopicRuleResponse",
|
911
911
|
"status": "online"
|
912
912
|
},
|
913
|
+
"PauseTWeCallDevice": {
|
914
|
+
"document": "暂停设备",
|
915
|
+
"input": "PauseTWeCallDeviceRequest",
|
916
|
+
"name": "暂停TWeCall激活设备",
|
917
|
+
"output": "PauseTWeCallDeviceResponse",
|
918
|
+
"status": "online"
|
919
|
+
},
|
913
920
|
"PublishBroadcastMessage": {
|
914
921
|
"document": "发布广播消息、发布RRPC消息属于早期服务,目前已停止维护,需要从官网下线。\n\n发布广播消息",
|
915
922
|
"input": "PublishBroadcastMessageRequest",
|
@@ -973,6 +980,20 @@
|
|
973
980
|
"output": "ResetCloudStorageEventResponse",
|
974
981
|
"status": "online"
|
975
982
|
},
|
983
|
+
"ResetTWeCallDevice": {
|
984
|
+
"document": "重置设备",
|
985
|
+
"input": "ResetTWeCallDeviceRequest",
|
986
|
+
"name": "重置TWeCall激活设备",
|
987
|
+
"output": "ResetTWeCallDeviceResponse",
|
988
|
+
"status": "online"
|
989
|
+
},
|
990
|
+
"ResumeWeCallDevice": {
|
991
|
+
"document": "恢复设备",
|
992
|
+
"input": "ResumeWeCallDeviceRequest",
|
993
|
+
"name": "恢复TWeCall激活设备",
|
994
|
+
"output": "ResumeWeCallDeviceResponse",
|
995
|
+
"status": "online"
|
996
|
+
},
|
976
997
|
"SearchPositionSpace": {
|
977
998
|
"document": "搜索位置空间",
|
978
999
|
"input": "SearchPositionSpaceRequest",
|
@@ -1001,6 +1022,13 @@
|
|
1001
1022
|
"output": "TransferCloudStorageResponse",
|
1002
1023
|
"status": "online"
|
1003
1024
|
},
|
1025
|
+
"TransferTWeCallDevice": {
|
1026
|
+
"document": "转移设备",
|
1027
|
+
"input": "TransferTWeCallDeviceRequest",
|
1028
|
+
"name": "转移TWeCall激活",
|
1029
|
+
"output": "TransferTWeCallDeviceResponse",
|
1030
|
+
"status": "online"
|
1031
|
+
},
|
1004
1032
|
"UnbindDevices": {
|
1005
1033
|
"document": "批量解绑子设备",
|
1006
1034
|
"input": "UnbindDevicesRequest",
|
@@ -1056,7 +1084,7 @@
|
|
1056
1084
|
"members": [
|
1057
1085
|
{
|
1058
1086
|
"disabled": false,
|
1059
|
-
"document": "TWecall类型:1-家庭安防场景; 2-穿戴类场景; 3-生活娱乐场景; 4-对讲及其它场景",
|
1087
|
+
"document": "TWecall类型:0-体验套餐;1-家庭安防场景; 2-穿戴类场景; 3-生活娱乐场景; 4-对讲及其它场景",
|
1060
1088
|
"example": "1",
|
1061
1089
|
"member": "int64",
|
1062
1090
|
"name": "PkgType",
|
@@ -12186,6 +12214,33 @@
|
|
12186
12214
|
],
|
12187
12215
|
"usage": "out"
|
12188
12216
|
},
|
12217
|
+
"PauseTWeCallDeviceRequest": {
|
12218
|
+
"document": "PauseTWeCallDevice请求参数结构体",
|
12219
|
+
"members": [
|
12220
|
+
{
|
12221
|
+
"disabled": false,
|
12222
|
+
"document": "设备列表",
|
12223
|
+
"example": "无",
|
12224
|
+
"member": "TWeCallInfo",
|
12225
|
+
"name": "DeviceList",
|
12226
|
+
"required": false,
|
12227
|
+
"type": "list"
|
12228
|
+
}
|
12229
|
+
],
|
12230
|
+
"type": "object"
|
12231
|
+
},
|
12232
|
+
"PauseTWeCallDeviceResponse": {
|
12233
|
+
"document": "PauseTWeCallDevice返回参数结构体",
|
12234
|
+
"members": [
|
12235
|
+
{
|
12236
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12237
|
+
"member": "string",
|
12238
|
+
"name": "RequestId",
|
12239
|
+
"type": "string"
|
12240
|
+
}
|
12241
|
+
],
|
12242
|
+
"type": "object"
|
12243
|
+
},
|
12189
12244
|
"PositionFenceInfo": {
|
12190
12245
|
"document": "围栏详细信息(包含创建时间及更新时间)",
|
12191
12246
|
"members": [
|
@@ -13430,6 +13485,60 @@
|
|
13430
13485
|
],
|
13431
13486
|
"type": "object"
|
13432
13487
|
},
|
13488
|
+
"ResetTWeCallDeviceRequest": {
|
13489
|
+
"document": "ResetTWeCallDevice请求参数结构体",
|
13490
|
+
"members": [
|
13491
|
+
{
|
13492
|
+
"disabled": false,
|
13493
|
+
"document": "设备列表",
|
13494
|
+
"example": "无",
|
13495
|
+
"member": "TWeCallInfo",
|
13496
|
+
"name": "DeviceList",
|
13497
|
+
"required": false,
|
13498
|
+
"type": "list"
|
13499
|
+
}
|
13500
|
+
],
|
13501
|
+
"type": "object"
|
13502
|
+
},
|
13503
|
+
"ResetTWeCallDeviceResponse": {
|
13504
|
+
"document": "ResetTWeCallDevice返回参数结构体",
|
13505
|
+
"members": [
|
13506
|
+
{
|
13507
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13508
|
+
"member": "string",
|
13509
|
+
"name": "RequestId",
|
13510
|
+
"type": "string"
|
13511
|
+
}
|
13512
|
+
],
|
13513
|
+
"type": "object"
|
13514
|
+
},
|
13515
|
+
"ResumeWeCallDeviceRequest": {
|
13516
|
+
"document": "ResumeWeCallDevice请求参数结构体",
|
13517
|
+
"members": [
|
13518
|
+
{
|
13519
|
+
"disabled": false,
|
13520
|
+
"document": "设备列表",
|
13521
|
+
"example": "无",
|
13522
|
+
"member": "TWeCallInfo",
|
13523
|
+
"name": "DeviceList",
|
13524
|
+
"required": false,
|
13525
|
+
"type": "list"
|
13526
|
+
}
|
13527
|
+
],
|
13528
|
+
"type": "object"
|
13529
|
+
},
|
13530
|
+
"ResumeWeCallDeviceResponse": {
|
13531
|
+
"document": "ResumeWeCallDevice返回参数结构体",
|
13532
|
+
"members": [
|
13533
|
+
{
|
13534
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13535
|
+
"member": "string",
|
13536
|
+
"name": "RequestId",
|
13537
|
+
"type": "string"
|
13538
|
+
}
|
13539
|
+
],
|
13540
|
+
"type": "object"
|
13541
|
+
},
|
13433
13542
|
"SearchKeyword": {
|
13434
13543
|
"document": "搜索关键词",
|
13435
13544
|
"members": [
|
@@ -14197,6 +14306,42 @@
|
|
14197
14306
|
],
|
14198
14307
|
"type": "object"
|
14199
14308
|
},
|
14309
|
+
"TransferTWeCallDeviceRequest": {
|
14310
|
+
"document": "TransferTWeCallDevice请求参数结构体",
|
14311
|
+
"members": [
|
14312
|
+
{
|
14313
|
+
"disabled": false,
|
14314
|
+
"document": "sn信息,product_deviceName",
|
14315
|
+
"example": "dev1",
|
14316
|
+
"member": "string",
|
14317
|
+
"name": "TransferInDevice",
|
14318
|
+
"required": false,
|
14319
|
+
"type": "string"
|
14320
|
+
},
|
14321
|
+
{
|
14322
|
+
"disabled": false,
|
14323
|
+
"document": "sn信息,product_deviceName",
|
14324
|
+
"example": "dev2",
|
14325
|
+
"member": "string",
|
14326
|
+
"name": "TransferOutDevice",
|
14327
|
+
"required": false,
|
14328
|
+
"type": "string"
|
14329
|
+
}
|
14330
|
+
],
|
14331
|
+
"type": "object"
|
14332
|
+
},
|
14333
|
+
"TransferTWeCallDeviceResponse": {
|
14334
|
+
"document": "TransferTWeCallDevice返回参数结构体",
|
14335
|
+
"members": [
|
14336
|
+
{
|
14337
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14338
|
+
"member": "string",
|
14339
|
+
"name": "RequestId",
|
14340
|
+
"type": "string"
|
14341
|
+
}
|
14342
|
+
],
|
14343
|
+
"type": "object"
|
14344
|
+
},
|
14200
14345
|
"UnbindDevicesRequest": {
|
14201
14346
|
"document": "UnbindDevices请求参数结构体",
|
14202
14347
|
"members": [
|
@@ -3,8 +3,8 @@
|
|
3
3
|
"ActivateTWeCallLicense": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ActivateTWeCallLicense\n<公共请求参数>\n\n{\n \"PkgType\": 1,\n \"
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ActivateTWeCallLicense\n<公共请求参数>\n\n{\n \"PkgType\": 1,\n \"DeviceList\": [\n {\n \"Sn\": \"productId_deviceName\"\n }\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3edc-45tg\",\n \"FailureList\": [],\n \"SuccessList\": [\n {\n \"ModelId\": \"modelId\",\n \"Sn\": \"productId_deviceName\",\n \"ExpireTime\": 356123\n }\n ]\n }\n}",
|
8
8
|
"title": "成功激活示例"
|
9
9
|
}
|
10
10
|
],
|
@@ -1142,6 +1142,14 @@
|
|
1142
1142
|
"title": "修改规则"
|
1143
1143
|
}
|
1144
1144
|
],
|
1145
|
+
"PauseTWeCallDevice": [
|
1146
|
+
{
|
1147
|
+
"document": "",
|
1148
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PauseTWeCallDevice\n<公共请求参数>\n\n{\n \"DeviceList\": [\n {\n \"Sn\": \"productId_deviceName\"\n }\n ]\n}",
|
1149
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
1150
|
+
"title": "暂停设备"
|
1151
|
+
}
|
1152
|
+
],
|
1145
1153
|
"PublishBroadcastMessage": [
|
1146
1154
|
{
|
1147
1155
|
"document": "",
|
@@ -1232,6 +1240,22 @@
|
|
1232
1240
|
"title": "重置云存事件"
|
1233
1241
|
}
|
1234
1242
|
],
|
1243
|
+
"ResetTWeCallDevice": [
|
1244
|
+
{
|
1245
|
+
"document": "",
|
1246
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetTWeCallDevice\n<公共请求参数>\n\n{\n \"DeviceList\": [\n {\n \"Sn\": \"productId_deviceName\"\n }\n ]\n}",
|
1247
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
1248
|
+
"title": "重置TWeCall激活设备"
|
1249
|
+
}
|
1250
|
+
],
|
1251
|
+
"ResumeWeCallDevice": [
|
1252
|
+
{
|
1253
|
+
"document": "",
|
1254
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeWeCallDevice\n<公共请求参数>\n\n{\n \"DeviceList\": [\n {\n \"Sn\": \"productId_deviceName\"\n }\n ]\n}",
|
1255
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1234ewfag\"\n }\n}",
|
1256
|
+
"title": "恢复设备"
|
1257
|
+
}
|
1258
|
+
],
|
1235
1259
|
"SearchPositionSpace": [
|
1236
1260
|
{
|
1237
1261
|
"document": "",
|
@@ -1264,6 +1288,14 @@
|
|
1264
1288
|
"title": "转移云存服务"
|
1265
1289
|
}
|
1266
1290
|
],
|
1291
|
+
"TransferTWeCallDevice": [
|
1292
|
+
{
|
1293
|
+
"document": "",
|
1294
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TransferWeCallDevice\n<公共请求参数>\n\n{\n \"TransferInDevice\": \"productId_deviceName\",\n \"TransferOutDevice\": \"productId_deviceName1\"\n}",
|
1295
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"12ed-5tgb-9gdw8\"\n }\n}",
|
1296
|
+
"title": "转移设备"
|
1297
|
+
}
|
1298
|
+
],
|
1267
1299
|
"UnbindDevices": [
|
1268
1300
|
{
|
1269
1301
|
"document": "",
|