tccli 3.0.1133.1__py2.py3-none-any.whl → 3.0.1135.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/billing/v20180709/api.json +10 -0
- tccli/services/cam/v20190116/api.json +41 -12
- tccli/services/cdb/cdb_client.py +57 -4
- tccli/services/cdb/v20170320/api.json +270 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/cmq/v20190304/api.json +53 -49
- tccli/services/cmq/v20190304/examples.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +57 -4
- tccli/services/cynosdb/v20190107/api.json +111 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +153 -6
- tccli/services/dlc/v20210125/examples.json +14 -6
- tccli/services/dsgc/v20190723/api.json +45 -40
- tccli/services/dts/dts_client.py +0 -53
- tccli/services/dts/v20180330/api.json +0 -98
- tccli/services/dts/v20180330/examples.json +0 -8
- tccli/services/emr/v20190103/api.json +4 -4
- tccli/services/ess/ess_client.py +411 -305
- tccli/services/ess/v20201111/api.json +144 -0
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/essbasic/essbasic_client.py +110 -4
- tccli/services/essbasic/v20210526/api.json +138 -3
- tccli/services/essbasic/v20210526/examples.json +16 -0
- tccli/services/facefusion/v20181201/api.json +12 -12
- tccli/services/facefusion/v20181201/examples.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +4 -4
- tccli/services/lcic/v20220817/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +274 -82
- tccli/services/lke/v20231130/examples.json +11 -5
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +96 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +57 -7
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +373 -3
- tccli/services/organization/organization_client.py +118 -12
- tccli/services/organization/v20210331/api.json +68 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/ses/v20201002/api.json +20 -1
- tccli/services/tdmq/tdmq_client.py +443 -19
- tccli/services/tdmq/v20200217/api.json +607 -17
- tccli/services/tdmq/v20200217/examples.json +64 -0
- tccli/services/tke/v20180525/api.json +33 -21
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/trro/v20220325/api.json +6 -6
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +37 -27
- tccli/services/tsf/v20180326/examples.json +1 -1
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/RECORD +59 -59
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/license_files/LICENSE +0 -0
@@ -465,60 +465,60 @@
|
|
465
465
|
{
|
466
466
|
"disabled": false,
|
467
467
|
"document": "保留字段",
|
468
|
-
"example": "",
|
468
|
+
"example": "无",
|
469
469
|
"member": "string",
|
470
470
|
"name": "Category",
|
471
|
-
"
|
471
|
+
"output_required": true,
|
472
472
|
"type": "string",
|
473
473
|
"value_allowed_null": false
|
474
474
|
},
|
475
475
|
{
|
476
476
|
"disabled": false,
|
477
477
|
"document": "状态码, 0为处理成功,其他值为处理失败",
|
478
|
-
"example": "",
|
478
|
+
"example": "无",
|
479
479
|
"member": "string",
|
480
480
|
"name": "Code",
|
481
|
-
"
|
481
|
+
"output_required": true,
|
482
482
|
"type": "string",
|
483
483
|
"value_allowed_null": false
|
484
484
|
},
|
485
485
|
{
|
486
486
|
"disabled": false,
|
487
487
|
"document": "对应状态码信息描述",
|
488
|
-
"example": "",
|
488
|
+
"example": "无",
|
489
489
|
"member": "string",
|
490
490
|
"name": "CodeDescription",
|
491
|
-
"
|
491
|
+
"output_required": true,
|
492
492
|
"type": "string",
|
493
493
|
"value_allowed_null": false
|
494
494
|
},
|
495
495
|
{
|
496
496
|
"disabled": false,
|
497
497
|
"document": "保留字段",
|
498
|
-
"example": "",
|
498
|
+
"example": "无",
|
499
499
|
"member": "float",
|
500
500
|
"name": "Confidence",
|
501
|
-
"
|
501
|
+
"output_required": true,
|
502
502
|
"type": "float",
|
503
503
|
"value_allowed_null": false
|
504
504
|
},
|
505
505
|
{
|
506
506
|
"disabled": false,
|
507
507
|
"document": "保留字段",
|
508
|
-
"example": "",
|
508
|
+
"example": "无",
|
509
509
|
"member": "string",
|
510
510
|
"name": "Suggestion",
|
511
|
-
"
|
511
|
+
"output_required": true,
|
512
512
|
"type": "string",
|
513
513
|
"value_allowed_null": false
|
514
514
|
},
|
515
515
|
{
|
516
516
|
"disabled": false,
|
517
517
|
"document": "审核详细内容",
|
518
|
-
"example": "",
|
518
|
+
"example": "无",
|
519
519
|
"member": "FuseFaceReviewDetail",
|
520
520
|
"name": "DetailSet",
|
521
|
-
"
|
521
|
+
"output_required": true,
|
522
522
|
"type": "list",
|
523
523
|
"value_allowed_null": false
|
524
524
|
}
|
@@ -11,14 +11,14 @@
|
|
11
11
|
"FaceFusion": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "
|
14
|
+
"input": "POST / HTTP/1.1\nHost: facefusion.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: FaceFusion\n<公共请求参数>\n\n{\n \"ProjectId\": \"100646\",\n \"ModelId\": \"qc_100646_154021_9\",\n \"Image\": \"base64\",\n \"RspImgType\": \"url\"\n}",
|
15
15
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"FailedOperation.FuseDetectNoFace\",\n \"Message\": \"未检测到人脸.\"\n },\n \"RequestId\": \"8ae581fd-c25f-4a63-83b3-d9fcd97230c8\"\n }\n}",
|
16
16
|
"title": "调用返回失败"
|
17
17
|
},
|
18
18
|
{
|
19
19
|
"document": "",
|
20
|
-
"input": "
|
21
|
-
"output": "{\n \"Response\": {\n \"Image\": \"https://
|
20
|
+
"input": "POST / HTTP/1.1\nHost: facefusion.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: FaceFusion\n<公共请求参数>\n\n{\n \"ProjectId\": \"100646\",\n \"ModelId\": \"qc_100646_154021_9\",\n \"Image\": \"base64\",\n \"RspImgType\": \"url\"\n}",
|
21
|
+
"output": "{\n \"Response\": {\n \"Image\": \"https://xxxx.jpg\",\n \"RequestId\": \"66676130-5588-4cdb-a81e-8bd3c99cea1f\",\n \"ReviewResultSet\": [\n {\n \"Category\": \"Politics\",\n \"Code\": \"0\",\n \"CodeDescription\": \"OK\",\n \"Suggestion\": \"PASS\",\n \"Confidence\": 30,\n \"DetailSet\": [\n {\n \"Field\": \"\",\n \"Label\": \"\",\n \"Confidence\": 30,\n \"Suggestion\": \"PASS\"\n }\n ]\n }\n ]\n }\n}",
|
22
22
|
"title": "调用返回成功"
|
23
23
|
}
|
24
24
|
],
|
@@ -26,7 +26,7 @@
|
|
26
26
|
{
|
27
27
|
"document": "",
|
28
28
|
"input": "https://facefusion.tencentcloudapi.com/?Action=FuseFace\n&ProjectId=300029\n&ModelId=qc_300029_453345_1\n&RspImgType=url\n&MergeInfos.0.Image=/9/242342342342\n&MergeInfos.0.Url=http://test.image.myqcloud.com/testB.jpg\n&MergeInfos.0.InputImageFaceRect.X=1\n&MergeInfos.0.InputImageFaceRect.Y=2\n&MergeInfos.0.InputImageFaceRect.Width=11\n&MergeInfos.0.InputImageFaceRect.Height=22\n&MergeInfos.0.TemplateFaceID=1\n&FuseProfileDegree=1\n&FuseFaceDegree=1\n&<公共请求参数>",
|
29
|
-
"output": "{\n \"Response\": {\n \"FusedImage\": \"/9/tetwtwe\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"ReviewResultSet\": [\n {\n \"Category\": \"Politics\",\n \"Code\": \"0\",\n \"CodeDescription\": \"OK\",\n \"Suggestion\": \"PASS\",\n \"Confidence\": 30,\n \"DetailSet\": [\n {\n \"Field\": \"\",\n \"Label\": \"
|
29
|
+
"output": "{\n \"Response\": {\n \"FusedImage\": \"/9/tetwtwe\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"ReviewResultSet\": [\n {\n \"Category\": \"Politics\",\n \"Code\": \"0\",\n \"CodeDescription\": \"OK\",\n \"Suggestion\": \"PASS\",\n \"Confidence\": 30,\n \"DetailSet\": [\n {\n \"Field\": \"\",\n \"Label\": \"\",\n \"Confidence\": 30,\n \"Suggestion\": \"PASS\"\n }\n ]\n }\n ]\n }\n}",
|
30
30
|
"title": "人脸融合-选脸融合"
|
31
31
|
}
|
32
32
|
]
|
@@ -8982,7 +8982,7 @@
|
|
8982
8982
|
"example": "1",
|
8983
8983
|
"member": "int64",
|
8984
8984
|
"name": "TotalCnt",
|
8985
|
-
"
|
8985
|
+
"output_required": true,
|
8986
8986
|
"type": "int",
|
8987
8987
|
"value_allowed_null": false
|
8988
8988
|
},
|
@@ -8992,7 +8992,7 @@
|
|
8992
8992
|
"example": "无",
|
8993
8993
|
"member": "TopicRuleInfo",
|
8994
8994
|
"name": "Rules",
|
8995
|
-
"
|
8995
|
+
"output_required": true,
|
8996
8996
|
"type": "list",
|
8997
8997
|
"value_allowed_null": false
|
8998
8998
|
},
|
@@ -12224,7 +12224,7 @@
|
|
12224
12224
|
"example": "1",
|
12225
12225
|
"member": "int64",
|
12226
12226
|
"name": "TotalCnt",
|
12227
|
-
"
|
12227
|
+
"output_required": true,
|
12228
12228
|
"type": "int",
|
12229
12229
|
"value_allowed_null": false
|
12230
12230
|
},
|
@@ -12234,7 +12234,7 @@
|
|
12234
12234
|
"example": "无",
|
12235
12235
|
"member": "TopicRuleInfo",
|
12236
12236
|
"name": "Rules",
|
12237
|
-
"
|
12237
|
+
"output_required": true,
|
12238
12238
|
"type": "list",
|
12239
12239
|
"value_allowed_null": false
|
12240
12240
|
},
|
@@ -1715,7 +1715,7 @@
|
|
1715
1715
|
},
|
1716
1716
|
{
|
1717
1717
|
"disabled": false,
|
1718
|
-
"document": "直播类型:0 常规(默认)1 伪直播",
|
1718
|
+
"document": "直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播",
|
1719
1719
|
"example": "0",
|
1720
1720
|
"member": "uint64",
|
1721
1721
|
"name": "LiveType",
|
@@ -1733,7 +1733,7 @@
|
|
1733
1733
|
},
|
1734
1734
|
{
|
1735
1735
|
"disabled": false,
|
1736
|
-
"document": "是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效",
|
1736
|
+
"document": "是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1或2的时候有效",
|
1737
1737
|
"example": "0",
|
1738
1738
|
"member": "uint64",
|
1739
1739
|
"name": "EnableAutoStart",
|
@@ -6065,7 +6065,7 @@
|
|
6065
6065
|
},
|
6066
6066
|
{
|
6067
6067
|
"disabled": false,
|
6068
|
-
"document": "直播类型:0 常规(默认)1 伪直播",
|
6068
|
+
"document": "直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播",
|
6069
6069
|
"example": "0",
|
6070
6070
|
"member": "uint64",
|
6071
6071
|
"name": "LiveType",
|
@@ -6083,7 +6083,7 @@
|
|
6083
6083
|
},
|
6084
6084
|
{
|
6085
6085
|
"disabled": false,
|
6086
|
-
"document": "是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效",
|
6086
|
+
"document": "是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1或2的时候有效",
|
6087
6087
|
"example": "0",
|
6088
6088
|
"member": "uint64",
|
6089
6089
|
"name": "EnableAutoStart",
|
@@ -3732,7 +3732,7 @@
|
|
3732
3732
|
},
|
3733
3733
|
{
|
3734
3734
|
"disabled": false,
|
3735
|
-
"document": "
|
3735
|
+
"document": "应用防火墙模板任务ID列表。可通过[ApplyFirewallTemplate](https://cloud.tencent.com/document/product/1207/96883)接口返回值TaskId字段获取。",
|
3736
3736
|
"example": "lgtk-abcd1234",
|
3737
3737
|
"member": "string",
|
3738
3738
|
"name": "TaskIds",
|