tccli 3.0.1328.1__py2.py3-none-any.whl → 3.0.1331.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/autoscaling/v20180419/api.json +3 -3
- tccli/services/autoscaling/v20180419/examples.json +1 -1
- tccli/services/btoe/v20210514/api.json +26 -26
- tccli/services/cbs/v20170312/api.json +13 -13
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +105 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdn/v20180606/api.json +3 -3
- tccli/services/cdn/v20180606/examples.json +4 -4
- tccli/services/cdwch/v20200915/api.json +3 -3
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +9 -0
- tccli/services/clb/v20180317/api.json +18 -0
- tccli/services/dbbrain/v20210527/api.json +1 -0
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +509 -2
- tccli/services/dnspod/v20210323/examples.json +17 -1
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/ess/v20201111/api.json +13 -4
- tccli/services/essbasic/v20210526/api.json +15 -6
- tccli/services/essbasic/v20210526/examples.json +3 -3
- tccli/services/faceid/v20180301/api.json +49 -4
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +62 -9
- tccli/services/gs/v20191118/examples.json +8 -0
- tccli/services/hai/hai_client.py +110 -4
- tccli/services/hai/v20230812/api.json +105 -0
- tccli/services/hai/v20230812/examples.json +16 -0
- tccli/services/ioa/ioa_client.py +106 -0
- tccli/services/ioa/v20220601/api.json +428 -0
- tccli/services/ioa/v20220601/examples.json +22 -0
- tccli/services/iotexplorer/v20190423/api.json +61 -10
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/lke_client.py +383 -12
- tccli/services/lke/v20231130/api.json +950 -24
- tccli/services/lke/v20231130/examples.json +60 -4
- tccli/services/lowcode/v20210108/api.json +41 -1
- tccli/services/lowcode/v20210108/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/ocr/ocr_client.py +532 -320
- tccli/services/ocr/v20181119/api.json +651 -74
- tccli/services/ocr/v20181119/examples.json +32 -0
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/sqlserver/v20180328/api.json +29 -2
- tccli/services/ssl/v20191205/api.json +79 -0
- tccli/services/ssl/v20191205/examples.json +6 -6
- tccli/services/tcss/tcss_client.py +57 -4
- tccli/services/tcss/v20201101/api.json +79 -0
- tccli/services/tcss/v20201101/examples.json +8 -0
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +59 -1
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/tke/v20220501/api.json +61 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/trtc/trtc_client.py +216 -4
- tccli/services/trtc/v20190722/api.json +430 -1
- tccli/services/trtc/v20190722/examples.json +32 -0
- tccli/services/vm/v20210922/api.json +16 -20
- tccli/services/vod/v20180717/api.json +25 -13
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +4144 -447
- tccli/services/wedata/v20210820/examples.json +52 -10
- tccli/services/wedata/wedata_client.py +403 -85
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/RECORD +73 -73
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1331.1.dist-info}/license_files/LICENSE +0 -0
@@ -22,7 +22,7 @@
|
|
22
22
|
"status": "online"
|
23
23
|
},
|
24
24
|
"BindProducts": {
|
25
|
-
"document": "
|
25
|
+
"document": "批量绑定子产品。",
|
26
26
|
"input": "BindProductsRequest",
|
27
27
|
"name": "批量绑定子产品",
|
28
28
|
"output": "BindProductsResponse",
|
@@ -276,12 +276,12 @@
|
|
276
276
|
"DeleteTopicPolicy": {
|
277
277
|
"document": "本接口(DeleteTopicPolicy)用于删除Topic",
|
278
278
|
"input": "DeleteTopicPolicyRequest",
|
279
|
-
"name": "删除Topic",
|
279
|
+
"name": "删除Topic。",
|
280
280
|
"output": "DeleteTopicPolicyResponse",
|
281
281
|
"status": "online"
|
282
282
|
},
|
283
283
|
"DeleteTopicRule": {
|
284
|
-
"document": "
|
284
|
+
"document": "删除规则。",
|
285
285
|
"input": "DeleteTopicRuleRequest",
|
286
286
|
"name": "删除规则",
|
287
287
|
"output": "DeleteTopicRuleResponse",
|
@@ -561,7 +561,7 @@
|
|
561
561
|
"status": "online"
|
562
562
|
},
|
563
563
|
"DescribeGatewaySubProducts": {
|
564
|
-
"document": "
|
564
|
+
"document": "用于获取网关可绑定或解绑的子产品。",
|
565
565
|
"input": "DescribeGatewaySubProductsRequest",
|
566
566
|
"name": "获取网关可操作的子产品",
|
567
567
|
"output": "DescribeGatewaySubProductsResponse",
|
@@ -1128,7 +1128,7 @@
|
|
1128
1128
|
"status": "online"
|
1129
1129
|
},
|
1130
1130
|
"UnbindProducts": {
|
1131
|
-
"document": "
|
1131
|
+
"document": "批量解绑子产品。",
|
1132
1132
|
"input": "UnbindProductsRequest",
|
1133
1133
|
"name": "批量解绑子产品",
|
1134
1134
|
"output": "UnbindProductsResponse",
|
@@ -9516,6 +9516,48 @@
|
|
9516
9516
|
],
|
9517
9517
|
"usage": "in"
|
9518
9518
|
},
|
9519
|
+
"DiarySHLConfig": {
|
9520
|
+
"document": "Diary Simple Highlight 配置",
|
9521
|
+
"members": [
|
9522
|
+
{
|
9523
|
+
"disabled": false,
|
9524
|
+
"document": "每个视频偏移时长,单位秒",
|
9525
|
+
"example": "2",
|
9526
|
+
"member": "uint64",
|
9527
|
+
"name": "StartOffset",
|
9528
|
+
"required": false,
|
9529
|
+
"type": "int"
|
9530
|
+
},
|
9531
|
+
{
|
9532
|
+
"disabled": false,
|
9533
|
+
"document": "视频浓缩倍数,支持1,2,4之间",
|
9534
|
+
"example": "1",
|
9535
|
+
"member": "uint64",
|
9536
|
+
"name": "PlaySpeed",
|
9537
|
+
"required": false,
|
9538
|
+
"type": "int"
|
9539
|
+
},
|
9540
|
+
{
|
9541
|
+
"disabled": false,
|
9542
|
+
"document": "单个视频最小提取时长,单位秒",
|
9543
|
+
"example": "2",
|
9544
|
+
"member": "uint64",
|
9545
|
+
"name": "MiniExtract",
|
9546
|
+
"required": false,
|
9547
|
+
"type": "int"
|
9548
|
+
},
|
9549
|
+
{
|
9550
|
+
"disabled": false,
|
9551
|
+
"document": "每天最终输出视频时长,单位秒\n注:免费版固定10s",
|
9552
|
+
"example": "10",
|
9553
|
+
"member": "uint64",
|
9554
|
+
"name": "OutDuration",
|
9555
|
+
"required": false,
|
9556
|
+
"type": "int"
|
9557
|
+
}
|
9558
|
+
],
|
9559
|
+
"usage": "in"
|
9560
|
+
},
|
9519
9561
|
"DirectBindDeviceInFamilyRequest": {
|
9520
9562
|
"document": "DirectBindDeviceInFamily请求参数结构体",
|
9521
9563
|
"members": [
|
@@ -13283,7 +13325,7 @@
|
|
13283
13325
|
},
|
13284
13326
|
{
|
13285
13327
|
"disabled": false,
|
13286
|
-
"document": "云存 AI 服务类型。可选值:\n- `RealtimeObjectDetect`:目标检测\n- `Highlight
|
13328
|
+
"document": "云存 AI 服务类型。可选值:\n- `RealtimeObjectDetect`:目标检测\n- `Highlight`:视频浓缩\n- `SimpleHighlight`:TrueX SimpleHighlight",
|
13287
13329
|
"example": "Highlight",
|
13288
13330
|
"member": "string",
|
13289
13331
|
"name": "ServiceType",
|
@@ -13316,6 +13358,15 @@
|
|
13316
13358
|
"name": "Config",
|
13317
13359
|
"required": false,
|
13318
13360
|
"type": "string"
|
13361
|
+
},
|
13362
|
+
{
|
13363
|
+
"disabled": false,
|
13364
|
+
"document": "SimpleHighlight 算法配置参数",
|
13365
|
+
"example": "无",
|
13366
|
+
"member": "DiarySHLConfig",
|
13367
|
+
"name": "SHLConfig",
|
13368
|
+
"required": false,
|
13369
|
+
"type": "object"
|
13319
13370
|
}
|
13320
13371
|
],
|
13321
13372
|
"type": "object"
|
@@ -15405,7 +15456,7 @@
|
|
15405
15456
|
{
|
15406
15457
|
"disabled": false,
|
15407
15458
|
"document": "产品ID",
|
15408
|
-
"example": "
|
15459
|
+
"example": "BJQM4UXKN",
|
15409
15460
|
"member": "string",
|
15410
15461
|
"name": "ProductId",
|
15411
15462
|
"required": true,
|
@@ -16566,7 +16617,7 @@
|
|
16566
16617
|
{
|
16567
16618
|
"disabled": false,
|
16568
16619
|
"document": "网关产品ID",
|
16569
|
-
"example": "
|
16620
|
+
"example": "5GH6PKLE",
|
16570
16621
|
"member": "string",
|
16571
16622
|
"name": "GatewayProductId",
|
16572
16623
|
"required": true,
|
@@ -16575,7 +16626,7 @@
|
|
16575
16626
|
{
|
16576
16627
|
"disabled": false,
|
16577
16628
|
"document": "待解绑的子产品ID数组",
|
16578
|
-
"example": "[\"
|
16629
|
+
"example": "[\"12OPF89HFE\"]",
|
16579
16630
|
"member": "string",
|
16580
16631
|
"name": "ProductIds",
|
16581
16632
|
"required": true,
|
@@ -16593,7 +16644,7 @@
|
|
16593
16644
|
"example": "[\"gateway_test1\"]",
|
16594
16645
|
"member": "string",
|
16595
16646
|
"name": "GatewayDeviceNames",
|
16596
|
-
"
|
16647
|
+
"output_required": true,
|
16597
16648
|
"type": "list",
|
16598
16649
|
"value_allowed_null": false
|
16599
16650
|
},
|
@@ -1417,7 +1417,7 @@
|
|
1417
1417
|
"UnbindProducts": [
|
1418
1418
|
{
|
1419
1419
|
"document": "",
|
1420
|
-
"input": "https://iotexplorer.tencentcloudapi.com/?Action=UnbindProducts\n&GatewayProductId=
|
1420
|
+
"input": "https://iotexplorer.tencentcloudapi.com/?Action=UnbindProducts\n&GatewayProductId=89FEGTES8\n&ProductIds.0=UJ8HE90G\n&<公共请求参数>",
|
1421
1421
|
"output": "{\n \"Response\": {\n \"GatewayDeviceNames\": [\n \"gateway_test1\"\n ],\n \"RequestId\": \"32150866-743e-4a1b-ade5-c690ac2cc0b5\"\n }\n}",
|
1422
1422
|
"title": "批量解绑子产品"
|
1423
1423
|
}
|
@@ -1160,7 +1160,7 @@
|
|
1160
1160
|
},
|
1161
1161
|
{
|
1162
1162
|
"disabled": false,
|
1163
|
-
"document": "
|
1163
|
+
"document": "镜像状态。\n可选值:\nNORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。",
|
1164
1164
|
"example": "NORMAL",
|
1165
1165
|
"member": "string",
|
1166
1166
|
"name": "BlueprintState",
|