tccli 3.0.1219.1__py2.py3-none-any.whl → 3.0.1221.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/autoscaling/v20180419/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +5 -5
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +100 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +40 -0
- tccli/services/cfg/cfg_client.py +57 -4
- tccli/services/cfg/v20210820/api.json +113 -0
- tccli/services/cfg/v20210820/examples.json +8 -0
- tccli/services/cls/v20201016/api.json +14 -0
- tccli/services/cynosdb/v20190107/api.json +22 -2
- tccli/services/ess/v20201111/api.json +10 -1
- tccli/services/essbasic/v20210526/api.json +21 -3
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +114 -0
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/mps/mps_client.py +53 -0
- tccli/services/mps/v20190612/api.json +144 -0
- tccli/services/mps/v20190612/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/svp/v20240125/api.json +4 -4
- tccli/services/thpc/v20230321/api.json +2 -2
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tse/v20201207/api.json +115 -98
- tccli/services/tse/v20201207/examples.json +44 -44
- tccli/services/vpc/v20170312/api.json +13 -16
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +47 -2
- tccli/services/wedata/v20210820/examples.json +1 -1
- {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/RECORD +38 -38
- {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/license_files/LICENSE +0 -0
@@ -707,6 +707,13 @@
|
|
707
707
|
"output": "ParseNotificationResponse",
|
708
708
|
"status": "online"
|
709
709
|
},
|
710
|
+
"ProcessImage": {
|
711
|
+
"document": "发起图片处理,功能包括:\n1. 格式转换;\n2. 图像增强;",
|
712
|
+
"input": "ProcessImageRequest",
|
713
|
+
"name": "发起图片处理",
|
714
|
+
"output": "ProcessImageResponse",
|
715
|
+
"status": "online"
|
716
|
+
},
|
710
717
|
"ProcessLiveStream": {
|
711
718
|
"document": "对直播流媒体发起处理任务,功能包括:\n\n* 智能内容审核(画面鉴黄、敏感信息检测、声音鉴黄);\n* 智能内容识别(人脸、文本全文、文本关键词、语音全文、语音关键词、语音实时翻译、物体识别、游戏打点)。\n* 智能内容分析(新闻实时拆条)。\n* 质检(直播流格式诊断、音画内容检测(抖动、模糊、低光照、过曝光、黑边、白边、黑屏、白屏、花屏、噪点、马赛克、二维码等)、无参考打分)。\n* 录制\n\n直播流处理事件通知支持HTTP回调,也支持实时写入用户指定的消息队列 CMQ 中,用户从消息队列 CMQ 中获取事件通知结果,同时处理过程中存在输出文件的,会写入用户指定的输出文件的目标存储中。",
|
712
719
|
"input": "ProcessLiveStreamRequest",
|
@@ -16239,6 +16246,51 @@
|
|
16239
16246
|
],
|
16240
16247
|
"usage": "out"
|
16241
16248
|
},
|
16249
|
+
"ImageEncodeConfig": {
|
16250
|
+
"document": "图片编码格式参数",
|
16251
|
+
"members": [
|
16252
|
+
{
|
16253
|
+
"disabled": false,
|
16254
|
+
"document": "图片格式,取值范围:JPG、BMP、GIF、PNG、WebP,缺省为原图格式。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16255
|
+
"example": "JPEG",
|
16256
|
+
"member": "string",
|
16257
|
+
"name": "Format",
|
16258
|
+
"output_required": false,
|
16259
|
+
"required": false,
|
16260
|
+
"type": "string",
|
16261
|
+
"value_allowed_null": true
|
16262
|
+
},
|
16263
|
+
{
|
16264
|
+
"disabled": false,
|
16265
|
+
"document": "图片的相对质量,取值范围:1 - 100,数值以原图质量为标准,缺省为原图质量。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16266
|
+
"example": "50",
|
16267
|
+
"member": "int64",
|
16268
|
+
"name": "Quality",
|
16269
|
+
"output_required": false,
|
16270
|
+
"required": false,
|
16271
|
+
"type": "int",
|
16272
|
+
"value_allowed_null": true
|
16273
|
+
}
|
16274
|
+
],
|
16275
|
+
"usage": "both"
|
16276
|
+
},
|
16277
|
+
"ImageEnhanceConfig": {
|
16278
|
+
"document": "图片增强参数",
|
16279
|
+
"members": [
|
16280
|
+
{
|
16281
|
+
"disabled": false,
|
16282
|
+
"document": "超分配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16283
|
+
"example": "无",
|
16284
|
+
"member": "SuperResolutionConfig",
|
16285
|
+
"name": "SuperResolution",
|
16286
|
+
"output_required": false,
|
16287
|
+
"required": false,
|
16288
|
+
"type": "object",
|
16289
|
+
"value_allowed_null": true
|
16290
|
+
}
|
16291
|
+
],
|
16292
|
+
"usage": "both"
|
16293
|
+
},
|
16242
16294
|
"ImageQualityEnhanceConfig": {
|
16243
16295
|
"document": "综合增强配置",
|
16244
16296
|
"members": [
|
@@ -16482,6 +16534,34 @@
|
|
16482
16534
|
],
|
16483
16535
|
"usage": "out"
|
16484
16536
|
},
|
16537
|
+
"ImageTaskInput": {
|
16538
|
+
"document": "图片任务输入参数",
|
16539
|
+
"members": [
|
16540
|
+
{
|
16541
|
+
"disabled": false,
|
16542
|
+
"document": "图片编码配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16543
|
+
"example": "无",
|
16544
|
+
"member": "ImageEncodeConfig",
|
16545
|
+
"name": "EncodeConfig",
|
16546
|
+
"output_required": false,
|
16547
|
+
"required": false,
|
16548
|
+
"type": "object",
|
16549
|
+
"value_allowed_null": true
|
16550
|
+
},
|
16551
|
+
{
|
16552
|
+
"disabled": false,
|
16553
|
+
"document": "图片增强配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16554
|
+
"example": "无",
|
16555
|
+
"member": "ImageEnhanceConfig",
|
16556
|
+
"name": "EnhanceConfig",
|
16557
|
+
"output_required": false,
|
16558
|
+
"required": false,
|
16559
|
+
"type": "object",
|
16560
|
+
"value_allowed_null": true
|
16561
|
+
}
|
16562
|
+
],
|
16563
|
+
"usage": "both"
|
16564
|
+
},
|
16485
16565
|
"ImageWatermarkInput": {
|
16486
16566
|
"document": "图片水印模板输入参数",
|
16487
16567
|
"members": [
|
@@ -23283,6 +23363,70 @@
|
|
23283
23363
|
],
|
23284
23364
|
"usage": "in"
|
23285
23365
|
},
|
23366
|
+
"ProcessImageRequest": {
|
23367
|
+
"document": "ProcessImage请求参数结构体",
|
23368
|
+
"members": [
|
23369
|
+
{
|
23370
|
+
"disabled": false,
|
23371
|
+
"document": "图片处理的文件输入信息。",
|
23372
|
+
"example": "无",
|
23373
|
+
"member": "MediaInputInfo",
|
23374
|
+
"name": "InputInfo",
|
23375
|
+
"required": true,
|
23376
|
+
"type": "object"
|
23377
|
+
},
|
23378
|
+
{
|
23379
|
+
"disabled": false,
|
23380
|
+
"document": "图片处理输出文件的目标存储。不填则继承 InputInfo 中的存储位置。",
|
23381
|
+
"example": "无",
|
23382
|
+
"member": "TaskOutputStorage",
|
23383
|
+
"name": "OutputStorage",
|
23384
|
+
"required": false,
|
23385
|
+
"type": "object"
|
23386
|
+
},
|
23387
|
+
{
|
23388
|
+
"disabled": false,
|
23389
|
+
"document": "图片处理生成的文件输出的路径。如果不填表示与 InputInfo 中文件所在的目录一致。如果是目录,如`/image/201907/`,表示继承原文件名输出到该目录。",
|
23390
|
+
"example": "无",
|
23391
|
+
"member": "string",
|
23392
|
+
"name": "OutputDir",
|
23393
|
+
"required": false,
|
23394
|
+
"type": "string"
|
23395
|
+
},
|
23396
|
+
{
|
23397
|
+
"disabled": false,
|
23398
|
+
"document": "图片处理参数。",
|
23399
|
+
"example": "无",
|
23400
|
+
"member": "ImageTaskInput",
|
23401
|
+
"name": "ImageTask",
|
23402
|
+
"required": false,
|
23403
|
+
"type": "object"
|
23404
|
+
}
|
23405
|
+
],
|
23406
|
+
"type": "object"
|
23407
|
+
},
|
23408
|
+
"ProcessImageResponse": {
|
23409
|
+
"document": "ProcessImage返回参数结构体",
|
23410
|
+
"members": [
|
23411
|
+
{
|
23412
|
+
"disabled": false,
|
23413
|
+
"document": "任务 ID。",
|
23414
|
+
"example": "125xxx65-procedurev2-bffb15f07530b57bc1aabb01fac74bca",
|
23415
|
+
"member": "string",
|
23416
|
+
"name": "TaskId",
|
23417
|
+
"output_required": true,
|
23418
|
+
"type": "string",
|
23419
|
+
"value_allowed_null": false
|
23420
|
+
},
|
23421
|
+
{
|
23422
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
23423
|
+
"member": "string",
|
23424
|
+
"name": "RequestId",
|
23425
|
+
"type": "string"
|
23426
|
+
}
|
23427
|
+
],
|
23428
|
+
"type": "object"
|
23429
|
+
},
|
23286
23430
|
"ProcessLiveStreamRequest": {
|
23287
23431
|
"document": "ProcessLiveStream请求参数结构体",
|
23288
23432
|
"members": [
|
@@ -988,6 +988,14 @@
|
|
988
988
|
"title": "解析事件通知内容"
|
989
989
|
}
|
990
990
|
],
|
991
|
+
"ProcessImage": [
|
992
|
+
{
|
993
|
+
"document": "发起图片增强",
|
994
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ProcessImage\n<公共请求参数>\n\n{\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"bucket-test\",\n \"Region\": \"ap-shanghai\",\n \"Object\": \"/image/test.png\"\n }\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"bucket-test\",\n \"Region\": \"ap-shanghai\"\n }\n },\n \"ImageTask\": {\n \"EncodeConfig\": {\n \"Format\": \"jpeg\",\n \"Quality\": 75\n },\n \"EnhanceConfig\": {\n \"SuperResolution\": {\n \"Switch\": \"ON\"\n }\n }\n }\n}",
|
995
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"03b25aab-8883-497e-838f-d760c3e220f6\",\n \"TaskId\": \"3pg2p4jEfbFHYo2rgB0Kzl0esg4NeBItcZyllxO4HNJXdNeRUhk9GjDMjCj1auPv\"\n }\n}",
|
996
|
+
"title": "发起图片增强"
|
997
|
+
}
|
998
|
+
],
|
991
999
|
"ProcessLiveStream": [
|
992
1000
|
{
|
993
1001
|
"document": "对 URL 为 http://www.abc.com/abc.m3u8 的直播流发起内容识别任务。",
|
@@ -14560,6 +14560,16 @@
|
|
14560
14560
|
"type": "list",
|
14561
14561
|
"value_allowed_null": false
|
14562
14562
|
},
|
14563
|
+
{
|
14564
|
+
"disabled": false,
|
14565
|
+
"document": "字段置信度:\n{\n \"ID\": {\n \"Confidence\": 0.9999\n },\n \"ThaiName\": {\n \"Confidence\": 0.9996\n }\n}",
|
14566
|
+
"example": "{\"ID\":{\"Confidence\":\"0.9500\"},\"ThaiName\":{\"Confidence\":\"0.9500\"}}",
|
14567
|
+
"member": "string",
|
14568
|
+
"name": "AdvancedInfo",
|
14569
|
+
"output_required": false,
|
14570
|
+
"type": "string",
|
14571
|
+
"value_allowed_null": false
|
14572
|
+
},
|
14563
14573
|
{
|
14564
14574
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14565
14575
|
"member": "string",
|
@@ -232,7 +232,7 @@
|
|
232
232
|
{
|
233
233
|
"disabled": false,
|
234
234
|
"document": "节省计划使用结束的查询结束时间",
|
235
|
-
"example": "
|
235
|
+
"example": "2024-05-11 14:23:57",
|
236
236
|
"member": "string",
|
237
237
|
"name": "EndEndDate",
|
238
238
|
"required": false,
|
@@ -241,7 +241,7 @@
|
|
241
241
|
{
|
242
242
|
"disabled": false,
|
243
243
|
"document": "节省计划使用结束的查询开始时间",
|
244
|
-
"example": "
|
244
|
+
"example": "2024-05-11 14:23:57",
|
245
245
|
"member": "string",
|
246
246
|
"name": "EndStartDate",
|
247
247
|
"required": false,
|
@@ -711,7 +711,7 @@
|
|
711
711
|
{
|
712
712
|
"disabled": false,
|
713
713
|
"document": "地域",
|
714
|
-
"example": "
|
714
|
+
"example": "[\"*\"]",
|
715
715
|
"member": "string",
|
716
716
|
"name": "Region",
|
717
717
|
"output_required": true,
|
@@ -837,7 +837,7 @@
|
|
837
837
|
{
|
838
838
|
"disabled": false,
|
839
839
|
"document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
840
|
-
"example": "
|
840
|
+
"example": "[\"*\"]",
|
841
841
|
"member": "string",
|
842
842
|
"name": "Region",
|
843
843
|
"output_required": true,
|
@@ -246,7 +246,7 @@
|
|
246
246
|
},
|
247
247
|
{
|
248
248
|
"disabled": false,
|
249
|
-
"document": "指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx
|
249
|
+
"document": "指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818#.E9.95.9C.E5.83.8F)",
|
250
250
|
"example": "无",
|
251
251
|
"member": "string",
|
252
252
|
"name": "ImageId",
|
@@ -1066,7 +1066,7 @@
|
|
1066
1066
|
},
|
1067
1067
|
{
|
1068
1068
|
"disabled": false,
|
1069
|
-
"document": "指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818)",
|
1069
|
+
"document": "指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818#.E9.95.9C.E5.83.8F)",
|
1070
1070
|
"example": "无",
|
1071
1071
|
"member": "string",
|
1072
1072
|
"name": "ImageId",
|
@@ -5226,7 +5226,7 @@
|
|
5226
5226
|
},
|
5227
5227
|
{
|
5228
5228
|
"disabled": false,
|
5229
|
-
"document": "
|
5229
|
+
"document": "房间内持续没有主播的状态超过MaxIdleTime的时长,自动停止录制,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。",
|
5230
5230
|
"example": "30",
|
5231
5231
|
"member": "uint64",
|
5232
5232
|
"name": "MaxIdleTime",
|